/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -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;
  -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 #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@media print {
  /** {*/
    /*text-shadow: none !important;*/
    /*color: #000 !important;*/
    /*background: transparent !important;*/
    /*box-shadow: none !important;*/
  /*}*/
  /*a,*/
  /*a:visited {*/
    /*text-decoration: underline;*/
  /*}*/
  /*a[href]:after {*/
    /*content: " (" attr(href) ")";*/
  /*}*/
  /*abbr[title]:after {*/
    /*content: " (" attr(title) ")";*/
  /*}*/
  /*a[href^="javascript:"]:after,*/
  /*a[href^="#"]:after {*/
    /*content: "";*/
  /*}*/
  /*pre,*/
  /*blockquote {*/
    /*border: 1px solid #999;*/
    /*page-break-inside: avoid;*/
  /*}*/
  /*thead {*/
    /*display: table-header-group;*/
  /*}*/
  /*tr,*/
  /*img {*/
    /*page-break-inside: avoid;*/
  /*}*/
  /*img {*/
    /*max-width: 100% !important;*/
  /*}*/
  /*p,*/
  /*h2,*/
  /*h3 {*/
    /*orphans: 3;*/
    /*widows: 3;*/
  /*}*/
  /*h2,*/
  /*h3 {*/
    /*page-break-after: avoid;*/
  /*}*/
  /*select {*/
    /*background: #fff !important;*/
  /*}*/
  /*.navbar {*/
    /*display: none;*/
  /*}*/
  /*.table td,*/
  /*.table th {*/
    /*background-color: #fff !important;*/
  /*}*/
  /*.btn > .caret,*/
  /*.dropup > .btn > .caret {*/
    /*border-top-color: #000 !important;*/
  /*}*/
  /*.label {*/
    /*border: 1px solid #000;*/
  /*}*/
  /*.table {*/
    /*border-collapse: collapse !important;*/
  /*}*/
  /*.table-bordered th,*/
  /*.table-bordered td {*/
    /*border: 1px solid #ddd !important;*/
  /*}*/
}
* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #768399;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #75b9e6;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #3498da;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 2px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #e7e7e2;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 700;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #75b9e6;
}
a.text-primary:hover {
  color: #4aa3de;
}
.text-success {
  color: #ffffff;
}
a.text-success:hover {
  color: #e6e6e6;
}
.text-info {
  color: #ffffff;
}
a.text-info:hover {
  color: #e6e6e6;
}
.text-warning {
  color: #ffffff;
}
a.text-warning:hover {
  color: #e6e6e6;
}
.text-danger {
  color: #ffffff;
}
a.text-danger:hover {
  color: #e6e6e6;
}
.bg-primary {
  color: #fff;
  background-color: #75b9e6;
}
a.bg-primary:hover {
  background-color: #4aa3de;
}
.bg-success {
  background-color: #66cd8d;
}
a.bg-success:hover {
  background-color: #4ac77c;
}
.bg-info {
  background-color: #97d3c5;
}
a.bg-info:hover {
  background-color: #73c4b1;
}
.bg-warning {
  background-color: #f4b162;
}
a.bg-warning:hover {
  background-color: #f19932;
}
.bg-danger {
  background-color: #f68484;
}
a.bg-danger:hover {
  background-color: #f35454;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #999999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1367px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: 0%;
}
.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: 0%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .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: 0%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .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: 0%;
  }
  .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: 1367px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .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: 0%;
  }
  .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 {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 10px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #f3f5f6;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #f3f5f6;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #f3f5f6;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #f3f5f6;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #f3f5f6;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9fafa;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f9fafa;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f9fafa;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th {
  background-color: #eaeeef;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #66cd8d;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
  background-color: #5ecd8a;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #97d3c5;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th {
  background-color: #85cbbb;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #f4b162;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #f2a54a;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f68484;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #f46c6c;
}
@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #f3f5f6;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #e7e7e2;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"] {
  line-height: 34px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}
.radio label,
.checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 45px;
  line-height: 45px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #ffffff;
}
.has-success .form-control {
  border-color: #ffffff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #e6e6e6;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
}
.has-success .input-group-addon {
  color: #ffffff;
  border-color: #ffffff;
  background-color: #66cd8d;
}
.has-success .form-control-feedback {
  color: #ffffff;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #ffffff;
}
.has-warning .form-control {
  border-color: #ffffff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #e6e6e6;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
}
.has-warning .input-group-addon {
  color: #ffffff;
  border-color: #ffffff;
  background-color: #f4b162;
}
.has-warning .form-control-feedback {
  color: #ffffff;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #ffffff;
}
.has-error .form-control {
  border-color: #ffffff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #e6e6e6;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
}
.has-error .input-group-addon {
  color: #ffffff;
  border-color: #ffffff;
  background-color: #f68484;
}
.has-error .form-control-feedback {
  color: #ffffff;
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #bfc5cf;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #768399;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
.btn-default {
  color: #768399;
  background-color: #ffffff;
  border-color: #e7e7e2;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #768399;
  background-color: #ebebeb;
  border-color: #cbcbc1;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #e7e7e2;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #768399;
}
.btn-primary {
  color: #ffffff;
  background-color: #75b9e6;
  border-color: #75b9e6;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #52a7e0;
  border-color: #419fdd;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #75b9e6;
  border-color: #75b9e6;
}
.btn-primary .badge {
  color: #75b9e6;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #66cd8d;
  border-color: #66cd8d;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #52c981;
  border-color: #42c576;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #66cd8d;
  border-color: #66cd8d;
}
.btn-success .badge {
  color: #66cd8d;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #97d3c5;
  border-color: #97d3c5;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #7ac7b5;
  border-color: #6cc1ad;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #97d3c5;
  border-color: #97d3c5;
}
.btn-info .badge {
  color: #97d3c5;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f4b162;
  border-color: #f4b162;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #f19e3c;
  border-color: #f09529;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f4b162;
  border-color: #f4b162;
}
.btn-warning .badge {
  color: #f4b162;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #f68484;
  border-color: #f68484;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #f35e5e;
  border-color: #f24b4b;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #f68484;
  border-color: #f68484;
}
.btn-danger .badge {
  color: #f68484;
  background-color: #ffffff;
}
.btn-link {
  color: #75b9e6;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #3498da;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../assets/products/html/assets/fonts/glyphicons-halflings-regular.eot');
  src: url('../assets/products/html/assets/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../assets/products/html/assets/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../assets/products/html/assets/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../assets/products/html/assets/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #ffffff;
  border: 1px solid #e7e7e2;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e7e7e2;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #75b9e6;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #75b9e6;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #999999;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  line-height: 45px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #f3f5f6;
  border: 1px solid #e7e7e2;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #75b9e6;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #e7e7e2;
}
.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: #eeeeee #eeeeee #e7e7e2;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #e7e7e2;
  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;
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #e7e7e2;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #e7e7e2;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #75b9e6;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  display: table-cell;
  width: 1%;
}
.nav-justified > li > a {
  margin-bottom: 0;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #e7e7e2;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #e7e7e2;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: none;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
.navbar-form .form-group:last-child {
  margin-bottom: 0;
}
.navbar-form .left-input-icon {
  position: absolute;
  left: 25px;
  top: 10px;
}
.navbar-form .right-input-icon {
  position: absolute;
  right: 25px;
  top: 10px;
}
.navbar-form .form-group {
  margin-left: 0;
  margin-right: 0;
}
.navbar-form .form-group.has-error .control-label {
  color: #f68484;
}
.navbar-form .form-group.has-error .form-control {
  border-color: #f68484;
}
.navbar-form .form-group.has-error .form-control:focus {
  border-color: #f68484;
}
.navbar-form .form-group.has-error .help-block {
  color: #f68484;
}
.navbar-form .form-group.has-success .control-label {
  color: #66cd8d;
}
.navbar-form .form-group.has-success .form-control {
  border-color: #66cd8d;
}
.navbar-form .form-group.has-success .form-control:focus {
  border-color: #66cd8d;
}
.navbar-form .form-group.has-warning .control-label {
  color: #f4b162;
}
.navbar-form .form-group.has-warning .form-control {
  border-color: #f4b162;
}
.navbar-form .form-group.has-warning .form-control:focus {
  border-color: #f4b162;
}
.navbar-form .form-control.left-icon {
  padding-left: 32px;
  position: relative;
}
.navbar-form .form-control.right-icon {
  padding-right: 32px;
  position: relative;
}
.navbar-form .form-control:focus {
  border-color: #75b9e6;
}
.navbar-form .help-block {
  font-size: 13px;
  margin-bottom: 0;
}
.navbar-form.group-border .form-group {
  border-bottom: 1px solid #e7e7e2;
  padding-bottom: 15px;
  padding-top: 15px;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 0;
}
.navbar-form.group-border .form-group:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.navbar-form.stripped .form-group:first-child {
  margin-top: -15px;
}
.navbar-form.stripped .form-group:last-child {
  margin-bottom: -15px;
}
.navbar-form.stripped .form-group:nth-child(even) {
  background: #fcfcfd;
}
.navbar-form.hover-stripped .form-group:first-child {
  margin-top: -15px;
}
.navbar-form.hover-stripped .form-group:last-child {
  margin-bottom: -15px;
}
.navbar-form.hover-stripped .form-group:hover {
  -webkit-transition: background ease-in-out .25s;
  transition: background ease-in-out .25s;
  background: #fcfcfd;
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #999999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
@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: #999999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #999999;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #ffffff;
  background-color: #75b9e6;
  border: 1px solid #3498da;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #ffffff;
  background-color: #4aa3de;
  border-color: #3498da;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #3498da;
  border-color: #3498da;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #ffffff;
  background-color: #b6daf2;
  border-color: #b6daf2;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 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: #75b9e6;
  border: 1px solid #3498da;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #4aa3de;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #ffffff;
  background-color: #75b9e6;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #999999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary {
  background-color: #75b9e6;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #4aa3de;
}
.label-success {
  background-color: #66cd8d;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #4ac77c;
}
.label-info {
  background-color: #97d3c5;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #73c4b1;
}
.label-warning {
  background-color: #f4b162;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #f19932;
}
.label-danger {
  background-color: #f68484;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #f35454;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999999;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #75b9e6;
  background-color: #ffffff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 20px;
  margin-bottom: 20px;
  color: inherit;
  background-color: #f3f5f6;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 200;
}
.container .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .container .jumbotron {
    padding-left: 40px;
    padding-right: 40px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 36px;
  }
}
.thumbnail {
  display: block;
  padding: 2px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #e7e7e2;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #75b9e6;
}
.thumbnail .caption {
  padding: 9px;
  color: #768399;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #e6f7ed;
  border-color: #d2f1df;
  color: #4ac77c;
}
.alert-success hr {
  border-top-color: #bfebd0;
}
.alert-success .alert-link {
  color: #35a963;
}
.alert-info {
  background-color: #eef6fc;
  border-color: #d8ebf8;
  color: #3498da;
}
.alert-info hr {
  border-top-color: #c3e0f4;
}
.alert-info .alert-link {
  color: #227dba;
}
.alert-warning {
  background-color: #fdefde;
  border-color: #fbe3c6;
  color: #ef8d1b;
}
.alert-warning hr {
  border-top-color: #f9d7ae;
}
.alert-warning .alert-link {
  color: #c8730e;
}
.alert-danger {
  background-color: #fef1f1;
  border-color: #fcdada;
  color: #f35454;
}
.alert-danger hr {
  border-top-color: #fbc2c2;
}
.alert-danger .alert-link {
  color: #ef2525;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f3f5f6;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #75b9e6;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #66cd8d;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #97d3c5;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f4b162;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #f68484;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #e7e7e2;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #768399;
}
a.list-group-item .list-group-item-heading {
  color: #5e6a7e;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f3f5f6;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #75b9e6;
  border-color: #75b9e6;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #ffffff;
}
.list-group-item-success {
  color: #ffffff;
  background-color: #66cd8d;
}
a.list-group-item-success {
  color: #ffffff;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #ffffff;
  background-color: #5ecd8a;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #ffffff;
  border-color: #ffffff;
}
.list-group-item-info {
  color: #ffffff;
  background-color: #97d3c5;
}
a.list-group-item-info {
  color: #ffffff;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #ffffff;
  background-color: #85cbbb;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #ffffff;
  border-color: #ffffff;
}
.list-group-item-warning {
  color: #ffffff;
  background-color: #f4b162;
}
a.list-group-item-warning {
  color: #ffffff;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #ffffff;
  background-color: #f2a54a;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #ffffff;
  border-color: #ffffff;
}
.list-group-item-danger {
  color: #ffffff;
  background-color: #f68484;
}
a.list-group-item-danger {
  color: #ffffff;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #ffffff;
  background-color: #f46c6c;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #ffffff;
  border-color: #ffffff;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 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: 16px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f3f5f6;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #f3f5f6;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #e4e9eb;
}
.panel-default > .panel-heading {
  color: #768399;
  background-color: #e4e9eb;
  border-color: #e4e9eb;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #e4e9eb;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #e4e9eb;
}
.panel-default > .panel-heading {
  color: #768399;
  background-color: #e4e9eb;
  border-color: #e4e9eb;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #e4e9eb;
}
.panel-default > .panel-body {
  border: 1px solid #e4e9eb;
  border-top: none;
}
.panel-default > .panel-footer {
  color: #768399;
  background-color: #e4e9eb;
  border-color: #e4e9eb;
  border: 1px solid #e4e9eb;
  border-top: none;
}
.panel-default div.panel-body:last-of-type {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.panel-primary {
  border-color: #75b9e6;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #75b9e6;
  border-color: #75b9e6;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #75b9e6;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #75b9e6;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #75b9e6;
  border-color: #75b9e6;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #75b9e6;
}
.panel-primary > .panel-body {
  border: 1px solid #75b9e6;
  border-top: none;
}
.panel-primary > .panel-footer {
  color: #ffffff;
  background-color: #75b9e6;
  border-color: #75b9e6;
  border: 1px solid #75b9e6;
  border-top: none;
}
.panel-primary div.panel-body:last-of-type {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.panel-success {
  border-color: #66cd8d;
}
.panel-success > .panel-heading {
  color: #ffffff;
  background-color: #66cd8d;
  border-color: #66cd8d;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #66cd8d;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #66cd8d;
}
.panel-success > .panel-heading {
  color: #ffffff;
  background-color: #66cd8d;
  border-color: #66cd8d;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #66cd8d;
}
.panel-success > .panel-body {
  border: 1px solid #66cd8d;
  border-top: none;
}
.panel-success > .panel-footer {
  color: #ffffff;
  background-color: #66cd8d;
  border-color: #66cd8d;
  border: 1px solid #66cd8d;
  border-top: none;
}
.panel-success div.panel-body:last-of-type {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.panel-info {
  border-color: #97d3c5;
}
.panel-info > .panel-heading {
  color: #ffffff;
  background-color: #97d3c5;
  border-color: #97d3c5;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #97d3c5;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #97d3c5;
}
.panel-info > .panel-heading {
  color: #ffffff;
  background-color: #97d3c5;
  border-color: #97d3c5;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #97d3c5;
}
.panel-info > .panel-body {
  border: 1px solid #97d3c5;
  border-top: none;
}
.panel-info > .panel-footer {
  color: #ffffff;
  background-color: #97d3c5;
  border-color: #97d3c5;
  border: 1px solid #97d3c5;
  border-top: none;
}
.panel-info div.panel-body:last-of-type {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.panel-warning {
  border-color: #f4b162;
}
.panel-warning > .panel-heading {
  color: #ffffff;
  background-color: #f4b162;
  border-color: #f4b162;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #f4b162;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #f4b162;
}
.panel-warning > .panel-heading {
  color: #ffffff;
  background-color: #f4b162;
  border-color: #f4b162;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #f4b162;
}
.panel-warning > .panel-body {
  border: 1px solid #f4b162;
  border-top: none;
}
.panel-warning > .panel-footer {
  color: #ffffff;
  background-color: #f4b162;
  border-color: #f4b162;
  border: 1px solid #f4b162;
  border-top: none;
}
.panel-warning div.panel-body:last-of-type {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.panel-danger {
  border-color: #f68484;
}
.panel-danger > .panel-heading {
  color: #ffffff;
  background-color: #f68484;
  border-color: #f68484;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #f68484;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #f68484;
}
.panel-danger > .panel-heading {
  color: #ffffff;
  background-color: #f68484;
  border-color: #f68484;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #f68484;
}
.panel-danger > .panel-body {
  border: 1px solid #f68484;
  border-top: none;
}
.panel-danger > .panel-footer {
  color: #ffffff;
  background-color: #f68484;
  border-color: #f68484;
  border: 1px solid #f68484;
  border-top: none;
}
.panel-danger div.panel-body:last-of-type {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f3f5f6;
  border: 1px solid #d7d7ce;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  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%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #e7e7e2;
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #79859b;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.modal-header {
  padding: 10px;
  border-bottom: 1px solid #e7e7e2;
  min-height: 11.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 10px;
}
.modal-footer {
  margin-top: 15px;
  padding: 9px 10px 10px;
  text-align: right;
  border-top: 1px solid #e7e7e2;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #2a2f38;
  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: #2a2f38;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #2a2f38;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #2a2f38;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #2a2f38;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #2a2f38;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #2a2f38;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #2a2f38;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #2a2f38;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #d0d0c6;
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #a2a28e;
  border-top-color: #d0d0c6;
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #a2a28e;
  border-right-color: #d0d0c6;
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #a2a28e;
  border-bottom-color: #d0d0c6;
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #a2a28e;
  border-left-color: #d0d0c6;
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 24px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: none;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1366px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1367px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (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: 1366px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1367px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
/* -----------------------------------------
   Custom Elements
----------------------------------------- */
/* ------------------ Panels --------------------*/
.panel {
  position: relative;
  margin-bottom: 25px;
  border-radius: 4px;
  border: 0;
  box-shadow: none;
}
.panel.panel-default > .panel-heading {
  color: #768399;
}
.panel.panelMove .panel-heading {
  cursor: move;
}
.panel.panels-hide {
  display: none;
}
.panel .panel-controls {
  width: auto;
  float: right;
  position: absolute;
  right: 10px;
  top: 0;
}
.panel .panel-controls.panel-controls-hide {
  display: none;
}
.panel .panel-controls a {
  text-decoration: none;
  float: left;
  width: auto;
  padding: 10px 5px;
}
.panel .panel-controls a i {
  font-size: 12px;
  color: #f2f2f2;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  margin-top: -3px;
}
.panel .panel-controls a:hover i {
  color: #ffffff;
}
.panel .panel-heading.white-bg .panel-controls a i {
  color: #768399;
}
.panel .panel-heading.white-bg .panel-controls a:hover {
  color: #8590a4;
}
.panel.plain.panel-default .panel-heading {
  border: 1px solid #e4e9eb;
  border-bottom: none;
}
.panel.plain.panel-primary .panel-heading {
  border: 1px solid #75b9e6;
  border-bottom: none;
}
.panel.plain.panel-success .panel-heading {
  border: 1px solid #66cd8d;
  border-bottom: none;
}
.panel.plain.panel-warning .panel-heading {
  border: 1px solid #f4b162;
  border-bottom: none;
}
.panel.plain.panel-danger .panel-heading {
  border: 1px solid #f68484;
  border-bottom: none;
}
.panel.plain.panel-info .panel-heading {
  border: 1px solid #97d3c5;
  border-bottom: none;
}
.panel.plain.panel-dark .panel-heading {
  border: 1px solid #79859b;
  border-bottom: none;
}
.panel.plain.panel-purple .panel-heading {
  border: 1px solid #af91e1;
  border-bottom: none;
}
.panel.plain.panel-pink .panel-heading {
  border: 1px solid #f78db8;
  border-bottom: none;
}
.panel.plain.panel-lime .panel-heading {
  border: 1px solid #a8db43;
  border-bottom: none;
}
.panel.plain.panel-magenta .panel-heading {
  border: 1px solid #e65097;
  border-bottom: none;
}
.panel.plain.panel-teal .panel-heading {
  border: 1px solid #97d3c5;
  border-bottom: none;
}
.panel.plain.panel-brown .panel-heading {
  border: 1px solid #d1b993;
  border-bottom: none;
}
.panel.plain .panel-heading {
  border-bottom: none;
}
.panel.plain .panel-footer {
  border-top: none;
}
.panel-heading {
  padding: 0 15px;
  min-height: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.panel-heading:before,
.panel-heading:after {
  content: " ";
  display: table;
}
.panel-heading:after {
  clear: both;
}
.panel-heading:before,
.panel-heading:after {
  content: " ";
  display: table;
}
.panel-heading:after {
  clear: both;
}
.panel-heading .panel-title {
  font-size: 14px;
  font-weight: normal;
  float: left;
  margin-right: 10px;
  padding: 12px 0;
  min-height: 42px;
}
.panel-heading .panel-title i {
  font-size: 16px;
}
.panel-heading .panel-heading-content {
  float: left;
  padding-top: 8px;
  min-height: 42px;
  width: 35%;
  position: relative;
}
.panel-heading .panel-heading-content .progress {
  margin-top: 2px;
}
.panel-heading .panel-heading-content .search-query {
  height: 26px;
}
.panel-heading .panel-heading-content .btn {
  margin-top: 2px;
}
.panel-heading .panel-heading-content .checkbox,
.panel-heading .panel-heading-content .radio {
  margin-top: 1px;
  margin-bottom: 0;
}
.panel-heading .panel-heading-content .onoffswitch {
  margin-top: -3px;
}
.panel-heading.min {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.panel-heading.white-bg {
  color: #768399;
  background: #ffffff;
  background-color: #ffffff;
}
.panel-heading.red-bg {
  background: #f68484;
  background-color: #f68484;
}
.panel-heading.blue-bg {
  background: #75b9e6;
  background-color: #75b9e6;
}
.panel-heading.green-bg {
  background: #66cd8d;
  background-color: #66cd8d;
}
.panel-heading.yellow-bg {
  background: #ffcc66;
  background-color: #ffcc66;
}
.panel-heading.orange-bg {
  background: #f4b162;
  background-color: #f4b162;
}
.panel-heading.purple-bg {
  background: #af91e1;
  background-color: #af91e1;
}
.panel-heading.pink-bg {
  background: #f78db8;
  background-color: #f78db8;
}
.panel-heading.lime-bg {
  background: #a8db43;
  background-color: #a8db43;
}
.panel-heading.magenta-bg {
  background: #e65097;
  background-color: #e65097;
}
.panel-heading.teal-bg {
  background: #97d3c5;
  background-color: #97d3c5;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}
.panel-body.white-bg {
  color: #768399;
  background: #ffffff;
  background-color: #ffffff;
}
.panel-body.red-bg {
  color: #ffffff;
  background: #f68484;
  background-color: #f68484;
}
.panel-body.blue-bg {
  color: #ffffff;
  background: #75b9e6;
  background-color: #75b9e6;
}
.panel-body.green-bg {
  color: #ffffff;
  background: #66cd8d;
  background-color: #66cd8d;
}
.panel-body.yellow-bg {
  color: #ffffff;
  background: #ffcc66;
  background-color: #ffcc66;
}
.panel-body.orange-bg {
  color: #ffffff;
  background: #f4b162;
  background-color: #f4b162;
}
.panel-body.purple-bg {
  color: #ffffff;
  background: #af91e1;
  background-color: #af91e1;
}
.panel-body.pink-bg {
  color: #ffffff;
  background: #f78db8;
  background-color: #f78db8;
}
.panel-body.lime-bg {
  color: #ffffff;
  background: #a8db43;
  background-color: #a8db43;
}
.panel-body.magenta-bg {
  color: #ffffff;
  background: #e65097;
  background-color: #e65097;
}
.panel-body.teal-bg {
  color: #ffffff;
  background: #97d3c5;
  background-color: #97d3c5;
}
.panel-footer {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  color: #ffffff;
}
.panel-footer:before,
.panel-footer:after {
  content: " ";
  display: table;
}
.panel-footer:after {
  clear: both;
}
.panel-footer:before,
.panel-footer:after {
  content: " ";
  display: table;
}
.panel-footer:after {
  clear: both;
}
.panel-footer.white-bg {
  color: #768399;
  background: #ffffff;
  background-color: #ffffff;
}
.panel-footer.red-bg {
  background: #f68484;
  background-color: #f68484;
}
.panel-footer.blue-bg {
  background: #75b9e6;
  background-color: #75b9e6;
}
.panel-footer.green-bg {
  background: #66cd8d;
  background-color: #66cd8d;
}
.panel-footer.yellow-bg {
  background: #ffcc66;
  background-color: #ffcc66;
}
.panel-footer.orange-bg {
  background: #f4b162;
  background-color: #f4b162;
}
.panel-footer.purple-bg {
  background: #af91e1;
  background-color: #af91e1;
}
.panel-footer.pink-bg {
  background: #f78db8;
  background-color: #f78db8;
}
.panel-footer.lime-bg {
  background: #a8db43;
  background-color: #a8db43;
}
.panel-footer.magenta-bg {
  background: #e65097;
  background-color: #e65097;
}
.panel-footer.teal-bg {
  background: #97d3c5;
  background-color: #97d3c5;
}
.panel-refresh-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #555555;
  opacity: 0.2;
  filter: alpha(opacity=20);
  border-radius: 4px;
}
.progress-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 32px;
  margin-top: -16px;
  margin-left: -16px;
}
.progress-loader i {
  font-size: 24px;
  color: #ffffff;
  margin-top: 4px;
  margin-left: 4px;
}
.panel-default > .panel-heading > .panel-controls > a i {
  color: #acb1b8;
  text-shadow: 1px 1px 1px #ffffff;
}
.panel-default > .panel-heading > .panel-controls > a:hover i {
  color: #838a95;
}
.panel-dark {
  border-color: #79859b;
}
.panel-dark > .panel-heading {
  color: #ffffff;
  background-color: #79859b;
  border-color: #79859b;
}
.panel-dark > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #79859b;
}
.panel-dark > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #79859b;
}
.panel-dark > .panel-heading {
  color: #ffffff;
  background-color: #79859b;
  border-color: #79859b;
}
.panel-dark > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #79859b;
}
.panel-dark > .panel-body {
  border: 1px solid #79859b;
  border-top: none;
}
.panel-dark > .panel-footer {
  color: #ffffff;
  background-color: #79859b;
  border-color: #79859b;
  border: 1px solid #79859b;
  border-top: none;
}
.panel-dark div.panel-body:last-of-type {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.panel-dark > .panel-controls a i {
  text-shadow: none;
}
.panel-purple {
  border-color: #af91e1;
}
.panel-purple > .panel-heading {
  color: #ffffff;
  background-color: #af91e1;
  border-color: #af91e1;
}
.panel-purple > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #af91e1;
}
.panel-purple > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #af91e1;
}
.panel-purple > .panel-heading {
  color: #ffffff;
  background-color: #af91e1;
  border-color: #af91e1;
}
.panel-purple > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #af91e1;
}
.panel-purple > .panel-body {
  border: 1px solid #af91e1;
  border-top: none;
}
.panel-purple > .panel-footer {
  color: #ffffff;
  background-color: #af91e1;
  border-color: #af91e1;
  border: 1px solid #af91e1;
  border-top: none;
}
.panel-purple div.panel-body:last-of-type {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.panel-pink {
  border-color: #f78db8;
}
.panel-pink > .panel-heading {
  color: #ffffff;
  background-color: #f78db8;
  border-color: #f78db8;
}
.panel-pink > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #f78db8;
}
.panel-pink > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #f78db8;
}
.panel-pink > .panel-heading {
  color: #ffffff;
  background-color: #f78db8;
  border-color: #f78db8;
}
.panel-pink > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #f78db8;
}
.panel-pink > .panel-body {
  border: 1px solid #f78db8;
  border-top: none;
}
.panel-pink > .panel-footer {
  color: #ffffff;
  background-color: #f78db8;
  border-color: #f78db8;
  border: 1px solid #f78db8;
  border-top: none;
}
.panel-pink div.panel-body:last-of-type {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.panel-lime {
  border-color: #a8db43;
}
.panel-lime > .panel-heading {
  color: #ffffff;
  background-color: #a8db43;
  border-color: #a8db43;
}
.panel-lime > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #a8db43;
}
.panel-lime > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #a8db43;
}
.panel-lime > .panel-heading {
  color: #ffffff;
  background-color: #a8db43;
  border-color: #a8db43;
}
.panel-lime > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #a8db43;
}
.panel-lime > .panel-body {
  border: 1px solid #a8db43;
  border-top: none;
}
.panel-lime > .panel-footer {
  color: #ffffff;
  background-color: #a8db43;
  border-color: #a8db43;
  border: 1px solid #a8db43;
  border-top: none;
}
.panel-lime div.panel-body:last-of-type {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.panel-magenta {
  border-color: #e65097;
}
.panel-magenta > .panel-heading {
  color: #ffffff;
  background-color: #e65097;
  border-color: #e65097;
}
.panel-magenta > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #e65097;
}
.panel-magenta > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #e65097;
}
.panel-magenta > .panel-heading {
  color: #ffffff;
  background-color: #e65097;
  border-color: #e65097;
}
.panel-magenta > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #e65097;
}
.panel-magenta > .panel-body {
  border: 1px solid #e65097;
  border-top: none;
}
.panel-magenta > .panel-footer {
  color: #ffffff;
  background-color: #e65097;
  border-color: #e65097;
  border: 1px solid #e65097;
  border-top: none;
}
.panel-magenta div.panel-body:last-of-type {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.panel-teal {
  border-color: #97d3c5;
}
.panel-teal > .panel-heading {
  color: #ffffff;
  background-color: #97d3c5;
  border-color: #97d3c5;
}
.panel-teal > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #97d3c5;
}
.panel-teal > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #97d3c5;
}
.panel-teal > .panel-heading {
  color: #ffffff;
  background-color: #97d3c5;
  border-color: #97d3c5;
}
.panel-teal > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #97d3c5;
}
.panel-teal > .panel-body {
  border: 1px solid #97d3c5;
  border-top: none;
}
.panel-teal > .panel-footer {
  color: #ffffff;
  background-color: #97d3c5;
  border-color: #97d3c5;
  border: 1px solid #97d3c5;
  border-top: none;
}
.panel-teal div.panel-body:last-of-type {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.panel-brown {
  border-color: #d1b993;
}
.panel-brown > .panel-heading {
  color: #ffffff;
  background-color: #d1b993;
  border-color: #d1b993;
}
.panel-brown > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d1b993;
}
.panel-brown > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d1b993;
}
.panel-brown > .panel-heading {
  color: #ffffff;
  background-color: #d1b993;
  border-color: #d1b993;
}
.panel-brown > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d1b993;
}
.panel-brown > .panel-body {
  border: 1px solid #d1b993;
  border-top: none;
}
.panel-brown > .panel-footer {
  color: #ffffff;
  background-color: #d1b993;
  border-color: #d1b993;
  border: 1px solid #d1b993;
  border-top: none;
}
.panel-brown div.panel-body:last-of-type {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.panel-placeholder {
  border: 2px dashed #acb1b8;
  background: #e3e5e7;
  margin-bottom: 25px;
  border-radius: 4px;
}
/* ------------------ Forms --------------------*/
.form-horizontal .form-group:last-child,
.form-inline .form-group:last-child {
  margin-bottom: 0;
}
.form-horizontal .left-input-icon,
.form-inline .left-input-icon {
  position: absolute;
  left: 25px;
  top: 10px;
}
.form-horizontal .right-input-icon,
.form-inline .right-input-icon {
  position: absolute;
  right: 25px;
  top: 10px;
}
.form-horizontal .form-group,
.form-inline .form-group {
  margin-left: 0;
  margin-right: 0;
}
.form-horizontal .form-group.has-error .control-label,
.form-inline .form-group.has-error .control-label {
  color: #f68484;
}
.form-horizontal .form-group.has-error .form-control,
.form-inline .form-group.has-error .form-control {
  border-color: #f68484;
}
.form-horizontal .form-group.has-error .form-control:focus,
.form-inline .form-group.has-error .form-control:focus {
  border-color: #f68484;
}
.form-horizontal .form-group.has-error .help-block,
.form-inline .form-group.has-error .help-block {
  color: #f68484;
}
.form-horizontal .form-group.has-success .control-label,
.form-inline .form-group.has-success .control-label {
  color: #66cd8d;
}
.form-horizontal .form-group.has-success .form-control,
.form-inline .form-group.has-success .form-control {
  border-color: #66cd8d;
}
.form-horizontal .form-group.has-success .form-control:focus,
.form-inline .form-group.has-success .form-control:focus {
  border-color: #66cd8d;
}
.form-horizontal .form-group.has-warning .control-label,
.form-inline .form-group.has-warning .control-label {
  color: #f4b162;
}
.form-horizontal .form-group.has-warning .form-control,
.form-inline .form-group.has-warning .form-control {
  border-color: #f4b162;
}
.form-horizontal .form-group.has-warning .form-control:focus,
.form-inline .form-group.has-warning .form-control:focus {
  border-color: #f4b162;
}
.form-horizontal .form-control.left-icon,
.form-inline .form-control.left-icon {
  padding-left: 32px;
  position: relative;
}
.form-horizontal .form-control.right-icon,
.form-inline .form-control.right-icon {
  padding-right: 32px;
  position: relative;
}
.form-horizontal .form-control:focus,
.form-inline .form-control:focus {
  border-color: #75b9e6;
}
.form-horizontal .help-block,
.form-inline .help-block {
  font-size: 13px;
  margin-bottom: 0;
}
.form-horizontal.group-border .form-group,
.form-inline.group-border .form-group {
  border-bottom: 1px solid #e7e7e2;
  padding-bottom: 15px;
  padding-top: 15px;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 0;
}
.form-horizontal.group-border .form-group:last-child,
.form-inline.group-border .form-group:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.form-horizontal.stripped .form-group:first-child,
.form-inline.stripped .form-group:first-child {
  margin-top: -15px;
}
.form-horizontal.stripped .form-group:last-child,
.form-inline.stripped .form-group:last-child {
  margin-bottom: -15px;
}
.form-horizontal.stripped .form-group:nth-child(even),
.form-inline.stripped .form-group:nth-child(even) {
  background: #fcfcfd;
}
.form-horizontal.hover-stripped .form-group:first-child,
.form-inline.hover-stripped .form-group:first-child {
  margin-top: -15px;
}
.form-horizontal.hover-stripped .form-group:last-child,
.form-inline.hover-stripped .form-group:last-child {
  margin-bottom: -15px;
}
.form-horizontal.hover-stripped .form-group:hover,
.form-inline.hover-stripped .form-group:hover {
  -webkit-transition: background ease-in-out .25s;
  transition: background ease-in-out .25s;
  background: #fcfcfd;
}
.form-vertical.group-border .form-group {
  border-bottom: 1px solid #e7e7e2;
  margin: 0 -15px;
  padding: 5px 15px 30px 15px;
}
.form-vertical.group-border .form-group.has-error .control-label {
  color: #f68484;
}
.form-vertical.group-border .form-group.has-error .form-control {
  border-color: #f68484;
}
.form-vertical.group-border .form-group.has-error .form-control:focus {
  border-color: #f68484;
}
.form-vertical.group-border .form-group.has-error .help-block {
  color: #f68484;
}
.form-vertical.group-border .form-group.has-success .control-label {
  color: #66cd8d;
}
.form-vertical.group-border .form-group.has-success .form-control {
  border-color: #66cd8d;
}
.form-vertical.group-border .form-group.has-success .form-control:focus {
  border-color: #66cd8d;
}
.form-vertical.group-border .form-group.has-warning .control-label {
  color: #f4b162;
}
.form-vertical.group-border .form-group.has-warning .form-control {
  border-color: #f4b162;
}
.form-vertical.group-border .form-group.has-warning .form-control:focus {
  border-color: #f4b162;
}
.form-vertical.group-border .form-group:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.form-vertical.hover-stripped .form-group:first-child {
  margin-top: -15px;
}
.form-vertical.hover-stripped .form-group:last-child {
  margin-bottom: -15px;
}
.form-vertical.hover-stripped .form-group:hover {
  -webkit-transition: background ease-in-out .25s;
  transition: background ease-in-out .25s;
  background: #fcfcfd;
}
/* ------------------ Input group border fix --------------------*/
.input-group .input-group-btn:first-child .btn {
  border-right: none;
}
.input-group .input-group-btn:last-child .btn {
  border-left: none;
}
/* ------------------ Dropdown menus --------------------*/
.dropdown-menu {
  display: none;
  padding: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.175);
}
.dropdown-menu .divider {
  margin: 1px 0;
}
.dropdown-menu > li > a {
  display: block;
  padding: 6px 20px;
}
.dropdown-menu.right {
  right: 0;
  left: auto;
}
.dropdown-menu.right::before {
  right: 9px;
  left: auto !important;
}
.dropdown-menu.right::after {
  right: 10px;
  left: auto !important;
}
/* ------------------ Tooltips --------------------*/
.tooltip-inner {
  padding: 8px 8px;
  border-radius: 4px;
  font-size: 13px;
}
/* ------------------ Tables --------------------*/
.table .checkbox,
.table .radio {
  margin-bottom: 0;
  margin-top: 0;
}
.table .progress {
  margin-bottom: 0;
  margin-top: 0;
}
.table tbody tr.highlight {
  background: #eef6fc;
}
.table tbody tr.highlight td {
  background: #eef6fc;
}
.table tfoot tr th,
.table tfoot tr td {
  border-bottom: 1px solid #f3f5f6;
}
.table.table-bordered thead tr {
  background: #f3f5f6;
}
.table .fixed {
  top: 0;
  position: fixed;
  width: auto;
  display: none;
  border: none;
}
.table.table-fixed-layout {
  table-layout: fixed;
}
.table.table-fixed-layout td {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* ------------------ Buttons --------------------*/
.btn {
  -webkit-transition: background;
  transition: background;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.btn i {
  vertical-align: baseline;
}
.btn:active,
.btn.active {
  box-shadow: none;
}
.btn:focus {
  outline: none;
}
.btn.btn-round {
  width: 36px;
  height: 36px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.42;
  border-radius: 50%;
}
.btn.btn-round.btn-xs {
  width: 22px;
  height: 22px;
  line-height: 1;
}
.btn.btn-round.btn-sm {
  width: 30px;
  height: 30px;
}
.btn.btn-round.btn-lg {
  width: 45px;
  height: 45px;
}
.btn.btn-round.btn-lg i {
  margin-top: 2px;
}
.btn.btn-round.btn-default {
  color: #e7e7e2;
}
.btn.btn-round.btn-default:hover,
.btn.btn-round.btn-default:focus,
.btn.btn-round.btn-default:active,
.btn.btn-round.btn-default.active {
  color: #c4c4b8;
}
.btn.btn-round.btn-default:hover i,
.btn.btn-round.btn-default:focus i,
.btn.btn-round.btn-default:active i,
.btn.btn-round.btn-default.active i {
  color: #c4c4b8;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active {
  background-color: #f3f5f6;
  border-color: #f3f5f6;
}
.btn-default.btn-alt {
  color: #768399;
  background-color: transparent;
  border-color: #e7e7e2;
  border-width: 2px;
}
.btn-default.btn-alt:hover,
.btn-default.btn-alt:focus,
.btn-default.btn-alt:active,
.btn-default.btn-alt.active,
.open .dropdown-toggle.btn-default.btn-alt {
  color: #768399;
  background-color: rgba(0, 0, 0, 0);
  border-color: #cbcbc1;
  border-width: 2px;
}
.btn-default.btn-alt:active,
.btn-default.btn-alt.active,
.open .dropdown-toggle.btn-default.btn-alt {
  background-image: none;
}
.btn-default.btn-alt.disabled,
.btn-default.btn-alt[disabled],
fieldset[disabled] .btn-default.btn-alt,
.btn-default.btn-alt.disabled:hover,
.btn-default.btn-alt[disabled]:hover,
fieldset[disabled] .btn-default.btn-alt:hover,
.btn-default.btn-alt.disabled:focus,
.btn-default.btn-alt[disabled]:focus,
fieldset[disabled] .btn-default.btn-alt:focus,
.btn-default.btn-alt.disabled:active,
.btn-default.btn-alt[disabled]:active,
fieldset[disabled] .btn-default.btn-alt:active,
.btn-default.btn-alt.disabled.active,
.btn-default.btn-alt[disabled].active,
fieldset[disabled] .btn-default.btn-alt.active {
  background-color: transparent;
  border-color: #e7e7e2;
  border-width: 2px;
}
.btn-default.btn-alt:hover,
.btn-default.btn-alt:focus,
.btn-default.btn-alt:active,
.btn-default.btn-alt.active {
  background-color: transparent;
  color: #5e6a7e;
}
.btn-primary.btn-alt {
  color: #75b9e6;
  background-color: transparent;
  border-color: #75b9e6;
  border-width: 2px;
}
.btn-primary.btn-alt:hover,
.btn-primary.btn-alt:focus,
.btn-primary.btn-alt:active,
.btn-primary.btn-alt.active,
.open .dropdown-toggle.btn-primary.btn-alt {
  color: #75b9e6;
  background-color: rgba(0, 0, 0, 0);
  border-color: #419fdd;
  border-width: 2px;
}
.btn-primary.btn-alt:active,
.btn-primary.btn-alt.active,
.open .dropdown-toggle.btn-primary.btn-alt {
  background-image: none;
}
.btn-primary.btn-alt.disabled,
.btn-primary.btn-alt[disabled],
fieldset[disabled] .btn-primary.btn-alt,
.btn-primary.btn-alt.disabled:hover,
.btn-primary.btn-alt[disabled]:hover,
fieldset[disabled] .btn-primary.btn-alt:hover,
.btn-primary.btn-alt.disabled:focus,
.btn-primary.btn-alt[disabled]:focus,
fieldset[disabled] .btn-primary.btn-alt:focus,
.btn-primary.btn-alt.disabled:active,
.btn-primary.btn-alt[disabled]:active,
fieldset[disabled] .btn-primary.btn-alt:active,
.btn-primary.btn-alt.disabled.active,
.btn-primary.btn-alt[disabled].active,
fieldset[disabled] .btn-primary.btn-alt.active {
  background-color: transparent;
  border-color: #75b9e6;
  border-width: 2px;
}
.btn-primary.btn-alt:hover,
.btn-primary.btn-alt:focus,
.btn-primary.btn-alt:active,
.btn-primary.btn-alt.active {
  background-color: transparent;
  color: #4aa3de;
}
.btn-success.btn-alt {
  color: #66cd8d;
  background-color: transparent;
  border-color: #66cd8d;
  border-width: 2px;
}
.btn-success.btn-alt:hover,
.btn-success.btn-alt:focus,
.btn-success.btn-alt:active,
.btn-success.btn-alt.active,
.open .dropdown-toggle.btn-success.btn-alt {
  color: #66cd8d;
  background-color: rgba(0, 0, 0, 0);
  border-color: #42c576;
  border-width: 2px;
}
.btn-success.btn-alt:active,
.btn-success.btn-alt.active,
.open .dropdown-toggle.btn-success.btn-alt {
  background-image: none;
}
.btn-success.btn-alt.disabled,
.btn-success.btn-alt[disabled],
fieldset[disabled] .btn-success.btn-alt,
.btn-success.btn-alt.disabled:hover,
.btn-success.btn-alt[disabled]:hover,
fieldset[disabled] .btn-success.btn-alt:hover,
.btn-success.btn-alt.disabled:focus,
.btn-success.btn-alt[disabled]:focus,
fieldset[disabled] .btn-success.btn-alt:focus,
.btn-success.btn-alt.disabled:active,
.btn-success.btn-alt[disabled]:active,
fieldset[disabled] .btn-success.btn-alt:active,
.btn-success.btn-alt.disabled.active,
.btn-success.btn-alt[disabled].active,
fieldset[disabled] .btn-success.btn-alt.active {
  background-color: transparent;
  border-color: #66cd8d;
  border-width: 2px;
}
.btn-success.btn-alt:hover,
.btn-success.btn-alt:focus,
.btn-success.btn-alt:active,
.btn-success.btn-alt.active {
  background-color: transparent;
  color: #4ac77c;
}
.btn-info.btn-alt {
  color: #97d3c5;
  background-color: transparent;
  border-color: #97d3c5;
  border-width: 2px;
}
.btn-info.btn-alt:hover,
.btn-info.btn-alt:focus,
.btn-info.btn-alt:active,
.btn-info.btn-alt.active,
.open .dropdown-toggle.btn-info.btn-alt {
  color: #97d3c5;
  background-color: rgba(0, 0, 0, 0);
  border-color: #6cc1ad;
  border-width: 2px;
}
.btn-info.btn-alt:active,
.btn-info.btn-alt.active,
.open .dropdown-toggle.btn-info.btn-alt {
  background-image: none;
}
.btn-info.btn-alt.disabled,
.btn-info.btn-alt[disabled],
fieldset[disabled] .btn-info.btn-alt,
.btn-info.btn-alt.disabled:hover,
.btn-info.btn-alt[disabled]:hover,
fieldset[disabled] .btn-info.btn-alt:hover,
.btn-info.btn-alt.disabled:focus,
.btn-info.btn-alt[disabled]:focus,
fieldset[disabled] .btn-info.btn-alt:focus,
.btn-info.btn-alt.disabled:active,
.btn-info.btn-alt[disabled]:active,
fieldset[disabled] .btn-info.btn-alt:active,
.btn-info.btn-alt.disabled.active,
.btn-info.btn-alt[disabled].active,
fieldset[disabled] .btn-info.btn-alt.active {
  background-color: transparent;
  border-color: #97d3c5;
  border-width: 2px;
}
.btn-info.btn-alt:hover,
.btn-info.btn-alt:focus,
.btn-info.btn-alt:active,
.btn-info.btn-alt.active {
  background-color: transparent;
  color: #73c4b1;
}
.btn-warning.btn-alt {
  color: #f4b162;
  background-color: transparent;
  border-color: #f4b162;
  border-width: 2px;
}
.btn-warning.btn-alt:hover,
.btn-warning.btn-alt:focus,
.btn-warning.btn-alt:active,
.btn-warning.btn-alt.active,
.open .dropdown-toggle.btn-warning.btn-alt {
  color: #f4b162;
  background-color: rgba(0, 0, 0, 0);
  border-color: #f09529;
  border-width: 2px;
}
.btn-warning.btn-alt:active,
.btn-warning.btn-alt.active,
.open .dropdown-toggle.btn-warning.btn-alt {
  background-image: none;
}
.btn-warning.btn-alt.disabled,
.btn-warning.btn-alt[disabled],
fieldset[disabled] .btn-warning.btn-alt,
.btn-warning.btn-alt.disabled:hover,
.btn-warning.btn-alt[disabled]:hover,
fieldset[disabled] .btn-warning.btn-alt:hover,
.btn-warning.btn-alt.disabled:focus,
.btn-warning.btn-alt[disabled]:focus,
fieldset[disabled] .btn-warning.btn-alt:focus,
.btn-warning.btn-alt.disabled:active,
.btn-warning.btn-alt[disabled]:active,
fieldset[disabled] .btn-warning.btn-alt:active,
.btn-warning.btn-alt.disabled.active,
.btn-warning.btn-alt[disabled].active,
fieldset[disabled] .btn-warning.btn-alt.active {
  background-color: transparent;
  border-color: #f4b162;
  border-width: 2px;
}
.btn-warning.btn-alt:hover,
.btn-warning.btn-alt:focus,
.btn-warning.btn-alt:active,
.btn-warning.btn-alt.active {
  background-color: transparent;
  color: #f19932;
}
.btn-danger.btn-alt {
  color: #f68484;
  background-color: transparent;
  border-color: #f68484;
  border-width: 2px;
}
.btn-danger.btn-alt:hover,
.btn-danger.btn-alt:focus,
.btn-danger.btn-alt:active,
.btn-danger.btn-alt.active,
.open .dropdown-toggle.btn-danger.btn-alt {
  color: #f68484;
  background-color: rgba(0, 0, 0, 0);
  border-color: #f24b4b;
  border-width: 2px;
}
.btn-danger.btn-alt:active,
.btn-danger.btn-alt.active,
.open .dropdown-toggle.btn-danger.btn-alt {
  background-image: none;
}
.btn-danger.btn-alt.disabled,
.btn-danger.btn-alt[disabled],
fieldset[disabled] .btn-danger.btn-alt,
.btn-danger.btn-alt.disabled:hover,
.btn-danger.btn-alt[disabled]:hover,
fieldset[disabled] .btn-danger.btn-alt:hover,
.btn-danger.btn-alt.disabled:focus,
.btn-danger.btn-alt[disabled]:focus,
fieldset[disabled] .btn-danger.btn-alt:focus,
.btn-danger.btn-alt.disabled:active,
.btn-danger.btn-alt[disabled]:active,
fieldset[disabled] .btn-danger.btn-alt:active,
.btn-danger.btn-alt.disabled.active,
.btn-danger.btn-alt[disabled].active,
fieldset[disabled] .btn-danger.btn-alt.active {
  background-color: transparent;
  border-color: #f68484;
  border-width: 2px;
}
.btn-danger.btn-alt:hover,
.btn-danger.btn-alt:focus,
.btn-danger.btn-alt:active,
.btn-danger.btn-alt.active {
  background-color: transparent;
  color: #f35454;
}
.btn-brown {
  color: #ffffff;
  background-color: #d1b993;
  border-color: #d1b993;
}
.btn-brown:hover,
.btn-brown:focus,
.btn-brown:active,
.btn-brown.active,
.open .dropdown-toggle.btn-brown {
  color: #ffffff;
  background-color: #c5a676;
  border-color: #bf9d68;
}
.btn-brown:active,
.btn-brown.active,
.open .dropdown-toggle.btn-brown {
  background-image: none;
}
.btn-brown.disabled,
.btn-brown[disabled],
fieldset[disabled] .btn-brown,
.btn-brown.disabled:hover,
.btn-brown[disabled]:hover,
fieldset[disabled] .btn-brown:hover,
.btn-brown.disabled:focus,
.btn-brown[disabled]:focus,
fieldset[disabled] .btn-brown:focus,
.btn-brown.disabled:active,
.btn-brown[disabled]:active,
fieldset[disabled] .btn-brown:active,
.btn-brown.disabled.active,
.btn-brown[disabled].active,
fieldset[disabled] .btn-brown.active {
  background-color: #d1b993;
  border-color: #d1b993;
}
.btn-brown .badge {
  color: #d1b993;
  background-color: #ffffff;
}
.btn-brown.btn-alt {
  color: #d1b993;
  background-color: transparent;
  border-color: #d1b993;
  border-width: 2px;
}
.btn-brown.btn-alt:hover,
.btn-brown.btn-alt:focus,
.btn-brown.btn-alt:active,
.btn-brown.btn-alt.active,
.open .dropdown-toggle.btn-brown.btn-alt {
  color: #d1b993;
  background-color: rgba(0, 0, 0, 0);
  border-color: #bf9d68;
  border-width: 2px;
}
.btn-brown.btn-alt:active,
.btn-brown.btn-alt.active,
.open .dropdown-toggle.btn-brown.btn-alt {
  background-image: none;
}
.btn-brown.btn-alt.disabled,
.btn-brown.btn-alt[disabled],
fieldset[disabled] .btn-brown.btn-alt,
.btn-brown.btn-alt.disabled:hover,
.btn-brown.btn-alt[disabled]:hover,
fieldset[disabled] .btn-brown.btn-alt:hover,
.btn-brown.btn-alt.disabled:focus,
.btn-brown.btn-alt[disabled]:focus,
fieldset[disabled] .btn-brown.btn-alt:focus,
.btn-brown.btn-alt.disabled:active,
.btn-brown.btn-alt[disabled]:active,
fieldset[disabled] .btn-brown.btn-alt:active,
.btn-brown.btn-alt.disabled.active,
.btn-brown.btn-alt[disabled].active,
fieldset[disabled] .btn-brown.btn-alt.active {
  background-color: transparent;
  border-color: #d1b993;
  border-width: 2px;
}
.btn-brown.btn-alt:hover,
.btn-brown.btn-alt:focus,
.btn-brown.btn-alt:active,
.btn-brown.btn-alt.active {
  background-color: transparent;
  color: #c2a26f;
}
.btn-dark {
  color: #ffffff;
  background-color: #79859b;
  border-color: #79859b;
}
.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active,
.btn-dark.active,
.open .dropdown-toggle.btn-dark {
  color: #ffffff;
  background-color: #657187;
  border-color: #5c677b;
}
.btn-dark:active,
.btn-dark.active,
.open .dropdown-toggle.btn-dark {
  background-image: none;
}
.btn-dark.disabled,
.btn-dark[disabled],
fieldset[disabled] .btn-dark,
.btn-dark.disabled:hover,
.btn-dark[disabled]:hover,
fieldset[disabled] .btn-dark:hover,
.btn-dark.disabled:focus,
.btn-dark[disabled]:focus,
fieldset[disabled] .btn-dark:focus,
.btn-dark.disabled:active,
.btn-dark[disabled]:active,
fieldset[disabled] .btn-dark:active,
.btn-dark.disabled.active,
.btn-dark[disabled].active,
fieldset[disabled] .btn-dark.active {
  background-color: #79859b;
  border-color: #79859b;
}
.btn-dark .badge {
  color: #79859b;
  background-color: #ffffff;
}
.btn-dark.btn-alt {
  color: #79859b;
  background-color: transparent;
  border-color: #79859b;
  border-width: 2px;
}
.btn-dark.btn-alt:hover,
.btn-dark.btn-alt:focus,
.btn-dark.btn-alt:active,
.btn-dark.btn-alt.active,
.open .dropdown-toggle.btn-dark.btn-alt {
  color: #79859b;
  background-color: rgba(0, 0, 0, 0);
  border-color: #5c677b;
  border-width: 2px;
}
.btn-dark.btn-alt:active,
.btn-dark.btn-alt.active,
.open .dropdown-toggle.btn-dark.btn-alt {
  background-image: none;
}
.btn-dark.btn-alt.disabled,
.btn-dark.btn-alt[disabled],
fieldset[disabled] .btn-dark.btn-alt,
.btn-dark.btn-alt.disabled:hover,
.btn-dark.btn-alt[disabled]:hover,
fieldset[disabled] .btn-dark.btn-alt:hover,
.btn-dark.btn-alt.disabled:focus,
.btn-dark.btn-alt[disabled]:focus,
fieldset[disabled] .btn-dark.btn-alt:focus,
.btn-dark.btn-alt.disabled:active,
.btn-dark.btn-alt[disabled]:active,
fieldset[disabled] .btn-dark.btn-alt:active,
.btn-dark.btn-alt.disabled.active,
.btn-dark.btn-alt[disabled].active,
fieldset[disabled] .btn-dark.btn-alt.active {
  background-color: transparent;
  border-color: #79859b;
  border-width: 2px;
}
.btn-dark.btn-alt:hover,
.btn-dark.btn-alt:focus,
.btn-dark.btn-alt:active,
.btn-dark.btn-alt.active {
  background-color: transparent;
  color: #606c81;
}
.btn-yellow {
  color: #ffffff;
  background-color: #ffcc66;
  border-color: #ffcc66;
}
.btn-yellow:hover,
.btn-yellow:focus,
.btn-yellow:active,
.btn-yellow.active,
.open .dropdown-toggle.btn-yellow {
  color: #ffffff;
  background-color: #ffbe3d;
  border-color: #ffb829;
}
.btn-yellow:active,
.btn-yellow.active,
.open .dropdown-toggle.btn-yellow {
  background-image: none;
}
.btn-yellow.disabled,
.btn-yellow[disabled],
fieldset[disabled] .btn-yellow,
.btn-yellow.disabled:hover,
.btn-yellow[disabled]:hover,
fieldset[disabled] .btn-yellow:hover,
.btn-yellow.disabled:focus,
.btn-yellow[disabled]:focus,
fieldset[disabled] .btn-yellow:focus,
.btn-yellow.disabled:active,
.btn-yellow[disabled]:active,
fieldset[disabled] .btn-yellow:active,
.btn-yellow.disabled.active,
.btn-yellow[disabled].active,
fieldset[disabled] .btn-yellow.active {
  background-color: #ffcc66;
  border-color: #ffcc66;
}
.btn-yellow .badge {
  color: #ffcc66;
  background-color: #ffffff;
}
.btn-yellow.btn-alt {
  color: #ffcc66;
  background-color: transparent;
  border-color: #ffcc66;
  border-width: 2px;
}
.btn-yellow.btn-alt:hover,
.btn-yellow.btn-alt:focus,
.btn-yellow.btn-alt:active,
.btn-yellow.btn-alt.active,
.open .dropdown-toggle.btn-yellow.btn-alt {
  color: #ffcc66;
  background-color: rgba(0, 0, 0, 0);
  border-color: #ffb829;
  border-width: 2px;
}
.btn-yellow.btn-alt:active,
.btn-yellow.btn-alt.active,
.open .dropdown-toggle.btn-yellow.btn-alt {
  background-image: none;
}
.btn-yellow.btn-alt.disabled,
.btn-yellow.btn-alt[disabled],
fieldset[disabled] .btn-yellow.btn-alt,
.btn-yellow.btn-alt.disabled:hover,
.btn-yellow.btn-alt[disabled]:hover,
fieldset[disabled] .btn-yellow.btn-alt:hover,
.btn-yellow.btn-alt.disabled:focus,
.btn-yellow.btn-alt[disabled]:focus,
fieldset[disabled] .btn-yellow.btn-alt:focus,
.btn-yellow.btn-alt.disabled:active,
.btn-yellow.btn-alt[disabled]:active,
fieldset[disabled] .btn-yellow.btn-alt:active,
.btn-yellow.btn-alt.disabled.active,
.btn-yellow.btn-alt[disabled].active,
fieldset[disabled] .btn-yellow.btn-alt.active {
  background-color: transparent;
  border-color: #ffcc66;
  border-width: 2px;
}
.btn-yellow.btn-alt:hover,
.btn-yellow.btn-alt:focus,
.btn-yellow.btn-alt:active,
.btn-yellow.btn-alt.active {
  background-color: transparent;
  color: #ffbb33;
}
.btn-purple {
  color: #ffffff;
  background-color: #af91e1;
  border-color: #af91e1;
}
.btn-purple:hover,
.btn-purple:focus,
.btn-purple:active,
.btn-purple.active,
.open .dropdown-toggle.btn-purple {
  color: #ffffff;
  background-color: #9871d8;
  border-color: #8c61d4;
}
.btn-purple:active,
.btn-purple.active,
.open .dropdown-toggle.btn-purple {
  background-image: none;
}
.btn-purple.disabled,
.btn-purple[disabled],
fieldset[disabled] .btn-purple,
.btn-purple.disabled:hover,
.btn-purple[disabled]:hover,
fieldset[disabled] .btn-purple:hover,
.btn-purple.disabled:focus,
.btn-purple[disabled]:focus,
fieldset[disabled] .btn-purple:focus,
.btn-purple.disabled:active,
.btn-purple[disabled]:active,
fieldset[disabled] .btn-purple:active,
.btn-purple.disabled.active,
.btn-purple[disabled].active,
fieldset[disabled] .btn-purple.active {
  background-color: #af91e1;
  border-color: #af91e1;
}
.btn-purple .badge {
  color: #af91e1;
  background-color: #ffffff;
}
.btn-purple.btn-alt {
  color: #af91e1;
  background-color: transparent;
  border-color: #af91e1;
  border-width: 2px;
}
.btn-purple.btn-alt:hover,
.btn-purple.btn-alt:focus,
.btn-purple.btn-alt:active,
.btn-purple.btn-alt.active,
.open .dropdown-toggle.btn-purple.btn-alt {
  color: #af91e1;
  background-color: rgba(0, 0, 0, 0);
  border-color: #8c61d4;
  border-width: 2px;
}
.btn-purple.btn-alt:active,
.btn-purple.btn-alt.active,
.open .dropdown-toggle.btn-purple.btn-alt {
  background-image: none;
}
.btn-purple.btn-alt.disabled,
.btn-purple.btn-alt[disabled],
fieldset[disabled] .btn-purple.btn-alt,
.btn-purple.btn-alt.disabled:hover,
.btn-purple.btn-alt[disabled]:hover,
fieldset[disabled] .btn-purple.btn-alt:hover,
.btn-purple.btn-alt.disabled:focus,
.btn-purple.btn-alt[disabled]:focus,
fieldset[disabled] .btn-purple.btn-alt:focus,
.btn-purple.btn-alt.disabled:active,
.btn-purple.btn-alt[disabled]:active,
fieldset[disabled] .btn-purple.btn-alt:active,
.btn-purple.btn-alt.disabled.active,
.btn-purple.btn-alt[disabled].active,
fieldset[disabled] .btn-purple.btn-alt.active {
  background-color: transparent;
  border-color: #af91e1;
  border-width: 2px;
}
.btn-purple.btn-alt:hover,
.btn-purple.btn-alt:focus,
.btn-purple.btn-alt:active,
.btn-purple.btn-alt.active {
  background-color: transparent;
  color: #9269d6;
}
.btn-pink {
  color: #ffffff;
  background-color: #f78db8;
  border-color: #f78db8;
}
.btn-pink:hover,
.btn-pink:focus,
.btn-pink:active,
.btn-pink.active,
.open .dropdown-toggle.btn-pink {
  color: #ffffff;
  background-color: #f467a0;
  border-color: #f35494;
}
.btn-pink:active,
.btn-pink.active,
.open .dropdown-toggle.btn-pink {
  background-image: none;
}
.btn-pink.disabled,
.btn-pink[disabled],
fieldset[disabled] .btn-pink,
.btn-pink.disabled:hover,
.btn-pink[disabled]:hover,
fieldset[disabled] .btn-pink:hover,
.btn-pink.disabled:focus,
.btn-pink[disabled]:focus,
fieldset[disabled] .btn-pink:focus,
.btn-pink.disabled:active,
.btn-pink[disabled]:active,
fieldset[disabled] .btn-pink:active,
.btn-pink.disabled.active,
.btn-pink[disabled].active,
fieldset[disabled] .btn-pink.active {
  background-color: #f78db8;
  border-color: #f78db8;
}
.btn-pink .badge {
  color: #f78db8;
  background-color: #ffffff;
}
.btn-pink.btn-alt {
  color: #f78db8;
  background-color: transparent;
  border-color: #f78db8;
  border-width: 2px;
}
.btn-pink.btn-alt:hover,
.btn-pink.btn-alt:focus,
.btn-pink.btn-alt:active,
.btn-pink.btn-alt.active,
.open .dropdown-toggle.btn-pink.btn-alt {
  color: #f78db8;
  background-color: rgba(0, 0, 0, 0);
  border-color: #f35494;
  border-width: 2px;
}
.btn-pink.btn-alt:active,
.btn-pink.btn-alt.active,
.open .dropdown-toggle.btn-pink.btn-alt {
  background-image: none;
}
.btn-pink.btn-alt.disabled,
.btn-pink.btn-alt[disabled],
fieldset[disabled] .btn-pink.btn-alt,
.btn-pink.btn-alt.disabled:hover,
.btn-pink.btn-alt[disabled]:hover,
fieldset[disabled] .btn-pink.btn-alt:hover,
.btn-pink.btn-alt.disabled:focus,
.btn-pink.btn-alt[disabled]:focus,
fieldset[disabled] .btn-pink.btn-alt:focus,
.btn-pink.btn-alt.disabled:active,
.btn-pink.btn-alt[disabled]:active,
fieldset[disabled] .btn-pink.btn-alt:active,
.btn-pink.btn-alt.disabled.active,
.btn-pink.btn-alt[disabled].active,
fieldset[disabled] .btn-pink.btn-alt.active {
  background-color: transparent;
  border-color: #f78db8;
  border-width: 2px;
}
.btn-pink.btn-alt:hover,
.btn-pink.btn-alt:focus,
.btn-pink.btn-alt:active,
.btn-pink.btn-alt.active {
  background-color: transparent;
  color: #f45d9a;
}
.btn-lime {
  color: #ffffff;
  background-color: #a8db43;
  border-color: #a8db43;
}
.btn-lime:hover,
.btn-lime:focus,
.btn-lime:active,
.btn-lime.active,
.open .dropdown-toggle.btn-lime {
  color: #ffffff;
  background-color: #96ce27;
  border-color: #89bd24;
}
.btn-lime:active,
.btn-lime.active,
.open .dropdown-toggle.btn-lime {
  background-image: none;
}
.btn-lime.disabled,
.btn-lime[disabled],
fieldset[disabled] .btn-lime,
.btn-lime.disabled:hover,
.btn-lime[disabled]:hover,
fieldset[disabled] .btn-lime:hover,
.btn-lime.disabled:focus,
.btn-lime[disabled]:focus,
fieldset[disabled] .btn-lime:focus,
.btn-lime.disabled:active,
.btn-lime[disabled]:active,
fieldset[disabled] .btn-lime:active,
.btn-lime.disabled.active,
.btn-lime[disabled].active,
fieldset[disabled] .btn-lime.active {
  background-color: #a8db43;
  border-color: #a8db43;
}
.btn-lime .badge {
  color: #a8db43;
  background-color: #ffffff;
}
.btn-lime.btn-alt {
  color: #a8db43;
  background-color: transparent;
  border-color: #a8db43;
  border-width: 2px;
}
.btn-lime.btn-alt:hover,
.btn-lime.btn-alt:focus,
.btn-lime.btn-alt:active,
.btn-lime.btn-alt.active,
.open .dropdown-toggle.btn-lime.btn-alt {
  color: #a8db43;
  background-color: rgba(0, 0, 0, 0);
  border-color: #89bd24;
  border-width: 2px;
}
.btn-lime.btn-alt:active,
.btn-lime.btn-alt.active,
.open .dropdown-toggle.btn-lime.btn-alt {
  background-image: none;
}
.btn-lime.btn-alt.disabled,
.btn-lime.btn-alt[disabled],
fieldset[disabled] .btn-lime.btn-alt,
.btn-lime.btn-alt.disabled:hover,
.btn-lime.btn-alt[disabled]:hover,
fieldset[disabled] .btn-lime.btn-alt:hover,
.btn-lime.btn-alt.disabled:focus,
.btn-lime.btn-alt[disabled]:focus,
fieldset[disabled] .btn-lime.btn-alt:focus,
.btn-lime.btn-alt.disabled:active,
.btn-lime.btn-alt[disabled]:active,
fieldset[disabled] .btn-lime.btn-alt:active,
.btn-lime.btn-alt.disabled.active,
.btn-lime.btn-alt[disabled].active,
fieldset[disabled] .btn-lime.btn-alt.active {
  background-color: transparent;
  border-color: #a8db43;
  border-width: 2px;
}
.btn-lime.btn-alt:hover,
.btn-lime.btn-alt:focus,
.btn-lime.btn-alt:active,
.btn-lime.btn-alt.active {
  background-color: transparent;
  color: #90c526;
}
.btn-magenta {
  color: #ffffff;
  background-color: #e65097;
  border-color: #e65097;
}
.btn-magenta:hover,
.btn-magenta:focus,
.btn-magenta:active,
.btn-magenta.active,
.open .dropdown-toggle.btn-magenta {
  color: #ffffff;
  background-color: #e12c82;
  border-color: #da1f77;
}
.btn-magenta:active,
.btn-magenta.active,
.open .dropdown-toggle.btn-magenta {
  background-image: none;
}
.btn-magenta.disabled,
.btn-magenta[disabled],
fieldset[disabled] .btn-magenta,
.btn-magenta.disabled:hover,
.btn-magenta[disabled]:hover,
fieldset[disabled] .btn-magenta:hover,
.btn-magenta.disabled:focus,
.btn-magenta[disabled]:focus,
fieldset[disabled] .btn-magenta:focus,
.btn-magenta.disabled:active,
.btn-magenta[disabled]:active,
fieldset[disabled] .btn-magenta:active,
.btn-magenta.disabled.active,
.btn-magenta[disabled].active,
fieldset[disabled] .btn-magenta.active {
  background-color: #e65097;
  border-color: #e65097;
}
.btn-magenta .badge {
  color: #e65097;
  background-color: #ffffff;
}
.btn-magenta.btn-alt {
  color: #e65097;
  background-color: transparent;
  border-color: #e65097;
  border-width: 2px;
}
.btn-magenta.btn-alt:hover,
.btn-magenta.btn-alt:focus,
.btn-magenta.btn-alt:active,
.btn-magenta.btn-alt.active,
.open .dropdown-toggle.btn-magenta.btn-alt {
  color: #e65097;
  background-color: rgba(0, 0, 0, 0);
  border-color: #da1f77;
  border-width: 2px;
}
.btn-magenta.btn-alt:active,
.btn-magenta.btn-alt.active,
.open .dropdown-toggle.btn-magenta.btn-alt {
  background-image: none;
}
.btn-magenta.btn-alt.disabled,
.btn-magenta.btn-alt[disabled],
fieldset[disabled] .btn-magenta.btn-alt,
.btn-magenta.btn-alt.disabled:hover,
.btn-magenta.btn-alt[disabled]:hover,
fieldset[disabled] .btn-magenta.btn-alt:hover,
.btn-magenta.btn-alt.disabled:focus,
.btn-magenta.btn-alt[disabled]:focus,
fieldset[disabled] .btn-magenta.btn-alt:focus,
.btn-magenta.btn-alt.disabled:active,
.btn-magenta.btn-alt[disabled]:active,
fieldset[disabled] .btn-magenta.btn-alt:active,
.btn-magenta.btn-alt.disabled.active,
.btn-magenta.btn-alt[disabled].active,
fieldset[disabled] .btn-magenta.btn-alt.active {
  background-color: transparent;
  border-color: #e65097;
  border-width: 2px;
}
.btn-magenta.btn-alt:hover,
.btn-magenta.btn-alt:focus,
.btn-magenta.btn-alt:active,
.btn-magenta.btn-alt.active {
  background-color: transparent;
  color: #e0237c;
}
.btn-white {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.open .dropdown-toggle.btn-white {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #e0e0e0;
}
.btn-white:active,
.btn-white.active,
.open .dropdown-toggle.btn-white {
  background-image: none;
}
.btn-white.disabled,
.btn-white[disabled],
fieldset[disabled] .btn-white,
.btn-white.disabled:hover,
.btn-white[disabled]:hover,
fieldset[disabled] .btn-white:hover,
.btn-white.disabled:focus,
.btn-white[disabled]:focus,
fieldset[disabled] .btn-white:focus,
.btn-white.disabled:active,
.btn-white[disabled]:active,
fieldset[disabled] .btn-white:active,
.btn-white.disabled.active,
.btn-white[disabled].active,
fieldset[disabled] .btn-white.active {
  background-color: transparent;
  border-color: #ffffff;
}
.btn-white .badge {
  color: transparent;
  background-color: #ffffff;
}
.btn-white.btn-alt {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
  border-width: 2px;
}
.btn-white.btn-alt:hover,
.btn-white.btn-alt:focus,
.btn-white.btn-alt:active,
.btn-white.btn-alt.active,
.open .dropdown-toggle.btn-white.btn-alt {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #e0e0e0;
  border-width: 2px;
}
.btn-white.btn-alt:active,
.btn-white.btn-alt.active,
.open .dropdown-toggle.btn-white.btn-alt {
  background-image: none;
}
.btn-white.btn-alt.disabled,
.btn-white.btn-alt[disabled],
fieldset[disabled] .btn-white.btn-alt,
.btn-white.btn-alt.disabled:hover,
.btn-white.btn-alt[disabled]:hover,
fieldset[disabled] .btn-white.btn-alt:hover,
.btn-white.btn-alt.disabled:focus,
.btn-white.btn-alt[disabled]:focus,
fieldset[disabled] .btn-white.btn-alt:focus,
.btn-white.btn-alt.disabled:active,
.btn-white.btn-alt[disabled]:active,
fieldset[disabled] .btn-white.btn-alt:active,
.btn-white.btn-alt.disabled.active,
.btn-white.btn-alt[disabled].active,
fieldset[disabled] .btn-white.btn-alt.active {
  background-color: transparent;
  border-color: #ffffff;
  border-width: 2px;
}
.btn-white.btn-alt:hover,
.btn-white.btn-alt:focus,
.btn-white.btn-alt:active,
.btn-white.btn-alt.active {
  background-color: transparent;
  color: #e6e6e6;
}
.btn-group .btn + .dropdown-toggle.btn-primary {
  border-left: 1px solid #a0cfee;
}
.btn-group .btn + .dropdown-toggle.btn-success {
  border-left: 1px solid #98dfb4;
}
.btn-group .btn + .dropdown-toggle.btn-info {
  border-left: 1px solid #bbe2d9;
}
.btn-group .btn + .dropdown-toggle.btn-warning {
  border-left: 1px solid #f7c992;
}
.btn-group .btn + .dropdown-toggle.btn-danger {
  border-left: 1px solid #f9b4b4;
}
.btn-group .btn + .dropdown-toggle.btn-brown {
  border-left: 1px solid #e0d0b7;
}
.btn-group .btn + .dropdown-toggle.btn-dark {
  border-left: 1px solid #96a0b1;
}
.btn-group .btn + .dropdown-toggle.btn-yellow {
  border-left: 1px solid #ffdd99;
}
.btn-group .btn + .dropdown-toggle.btn-purple {
  border-left: 1px solid #ccb9ec;
}
.btn-group .btn + .dropdown-toggle.btn-pink {
  border-left: 1px solid #fabdd6;
}
.btn-group .btn + .dropdown-toggle.btn-lime {
  border-left: 1px solid #bce36e;
}
.btn-group .btn + .dropdown-toggle.btn-magenta {
  border-left: 1px solid #ec7db2;
}
/* ------------------ Tabs --------------------*/
.nav-tabs {
  position: relative;
}
.nav-tabs > li a {
  border-color: #e7e7e2;
  background: #f3f5f6;
  color: #768399;
  margin-right: -1px;
  border-radius: 0;
}
.nav-tabs > li a:hover {
  border-color: #dbdbd4;
  background: #e4e9eb;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #768399;
  font-weight: bold;
}
.nav-tabs > li.tabdrop {
  width: auto;
}
.nav-tabs > li.tabdrop a {
  margin-right: 0;
}
.nav-tabs > li.tabdrop a .notification {
  float: right;
  position: relative;
  top: auto;
  right: auto;
  margin-left: 5px;
}
.nav-tabs .dropdown-menu li a {
  background-color: white;
}
.nav-tabs .dropdown-menu li a:hover {
  color: #768399;
  background-color: #f3f5f6;
}
.nav-tabs .dropdown-menu li.active a {
  color: #768399;
  font-weight: bold;
}
.nav-tabs.nav-justified li.active a {
  padding-bottom: 10px;
  margin-bottom: 0;
  border-right-width: 0;
}
.nav-tabs.nav-justified li a {
  border-right-width: 0;
  border-radius: 0;
}
.nav-tabs.nav-justified li:last-child a {
  border-right-width: 1px;
}
.tab-content {
  border: 1px solid #e7e7e2;
  border-top: none;
}
.tab-content .tab-pane {
  padding: 15px;
}
/* ------------------ Nav pills --------------------*/
.nav-pills > li > a {
  background-color: #eeeeee;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #75b9e6;
}
/* ------------------ Accordions --------------------*/
.panel-group .panel {
  border-radius: 4px;
}
.panel-group .panel .panel-heading .panel-title {
  font-size: 14px;
  color: #ffffff;
}
.panel-group .panel .panel-heading .panel-title .accordion-toggle:after {
  font-family: 'entypo';
  content: "\e6b2";
  position: absolute;
  right: 10px;
  top: 12px;
}
.panel-group .panel .panel-heading .panel-title .accordion-toggle.collapsed:after {
  content: "\e6b3";
}
.panel-group .panel .panel-body {
  border: 1px solid #e7e7e2;
}
.panel-group .panel.panel-default .panel-title {
  color: #768399;
}
.panel-group .panel.panel-default .panel-body {
  border-color: #e4e9eb;
}
.panel-group .panel.panel-primary .panel-body {
  border-color: #75b9e6;
}
.panel-group .panel.panel-success .panel-body {
  border-color: #66cd8d;
}
.panel-group .panel.panel-danger .panel-body {
  border-color: #f68484;
}
.panel-group .panel.panel-warning .panel-body {
  border-color: #f4b162;
}
.panel-group .panel.panel-info .panel-body {
  border-color: #97d3c5;
}
.panel-group .panel.panel-dark .panel-body {
  border-color: #79859b;
}
.panel-group .panel.panel-pink .panel-body {
  border-color: #f78db8;
}
.panel-group .panel.panel-magenta .panel-body {
  border-color: #e65097;
}
.panel-group .panel.panel-brown .panel-body {
  border-color: #d1b993;
}
.panel-group .panel.panel-teal .panel-body {
  border-color: #97d3c5;
}
.panel-group .panel.panel-purple .panel-body {
  border-color: #af91e1;
}
.panel-group .panel.panel-lime .panel-body {
  border-color: #a8db43;
}
/* ------------------ Progressbars --------------------*/
.progress {
  margin-bottom: 10px;
  margin-top: 10px;
  border-radius: 0;
  box-shadow: none;
}
.progress .progress-bar {
  box-shadow: none;
}
.progress .animate-bar {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.progress .progress-bar-dark {
  background-color: #79859b;
}
.progress-striped .progress .progress-bar-dark {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress .progress-bar-yellow {
  background-color: #ffcc66;
}
.progress-striped .progress .progress-bar-yellow {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress .progress-bar-magenta {
  background-color: #e65097;
}
.progress-striped .progress .progress-bar-magenta {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress .progress-bar-brown {
  background-color: #d1b993;
}
.progress-striped .progress .progress-bar-brown {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress .progress-bar-purple {
  background-color: #af91e1;
}
.progress-striped .progress .progress-bar-purple {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress .progress-bar-teal {
  background-color: #97d3c5;
}
.progress-striped .progress .progress-bar-teal {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress .progress-bar-lime {
  background-color: #a8db43;
}
.progress-striped .progress .progress-bar-lime {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress .progress-bar-orange {
  background-color: #f4b162;
}
.progress-striped .progress .progress-bar-orange {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress .progress-bar-pink {
  background-color: #f78db8;
}
.progress-striped .progress .progress-bar-pink {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
/* ------------------ Popovers --------------------*/
.popover {
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
/* ------------------ Modals --------------------*/
.modal {
  overflow-x: hidden;
}
.modal .modal-dialog-center {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
}
.modal .modal-content {
  border-radius: 4px;
  box-shadow: none;
  border: none;
}
.modal .modal-content .modal-header {
  padding-left: 20px;
  padding-right: 20px;
  background: #75b9e6;
  color: #ffffff;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.modal .modal-content .modal-header .close {
  margin-top: 3px;
  color: #ffffff;
  text-shadow: none;
  opacity: 1;
}
.modal .modal-content .modal-header .close:hover,
.modal .modal-content .modal-header .close:focus {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.modal .modal-content .modal-body {
  padding-left: 20px;
  padding-right: 20px;
  overflow-y: auto;
}
.modal .modal-content .modal-footer {
  padding-left: 20px;
  padding-right: 20px;
  /* margin-top: 5px; */
  margin-top: 0;
}
/* ------------------ Wells --------------------*/
.well {
  box-shadow: none;
  border-radius: 4px;
}
/* ------------------ Jumbotron --------------------*/
.jumbotron {
  border-radius: 4px;
}
/* ------------------ Pagination and pagers --------------------*/
.pagination {
  border-radius: 4px;
}
.pagination > li.active a {
  font-weight: bold;
}
.pagination > li:first-child a,
.pagination > li:first-child span {
  margin-right: 3px;
}
.pagination > li:last-child a,
.pagination > li:last-child span {
  margin-left: 2px;
}
.pagination > li a {
  cursor: pointer ;
  -webkit-transition: background;
  transition: background;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.pager > li a {
  color: #ffffff;
  -webkit-transition: background;
  transition: background;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.pager > li.disabled a {
  border-color: #3498da;
  background-color: #b6daf2;
}
.pager > li.disabled a:hover,
.pager > li.disabled a:active {
  background-color: #b6daf2;
}
/* ------------------ List groups --------------------*/
.list-group-item-#a52a2a {
  color: #ffffff;
  background-color: #d1b993;
}
a.list-group-item-#a52a2a {
  color: #ffffff;
}
a.list-group-item-#a52a2a .list-group-item-heading {
  color: inherit;
}
a.list-group-item-#a52a2a:hover,
a.list-group-item-#a52a2a:focus {
  color: #ffffff;
  background-color: #c9ad81;
}
a.list-group-item-#a52a2a.active,
a.list-group-item-#a52a2a.active:hover,
a.list-group-item-#a52a2a.active:focus {
  color: #fff;
  background-color: #ffffff;
  border-color: #ffffff;
}
.list-group-item-dark {
  color: #ffffff;
  background-color: #79859b;
}
a.list-group-item-dark {
  color: #ffffff;
}
a.list-group-item-dark .list-group-item-heading {
  color: inherit;
}
a.list-group-item-dark:hover,
a.list-group-item-dark:focus {
  color: #ffffff;
  background-color: #6b788f;
}
a.list-group-item-dark.active,
a.list-group-item-dark.active:hover,
a.list-group-item-dark.active:focus {
  color: #fff;
  background-color: #ffffff;
  border-color: #ffffff;
}
.list-group-item-#ffc0cb {
  color: #ffffff;
  background-color: #f78db8;
}
a.list-group-item-#ffc0cb {
  color: #ffffff;
}
a.list-group-item-#ffc0cb .list-group-item-heading {
  color: inherit;
}
a.list-group-item-#ffc0cb:hover,
a.list-group-item-#ffc0cb:focus {
  color: #ffffff;
  background-color: #f575a9;
}
a.list-group-item-#ffc0cb.active,
a.list-group-item-#ffc0cb.active:hover,
a.list-group-item-#ffc0cb.active:focus {
  color: #fff;
  background-color: #ffffff;
  border-color: #ffffff;
}
.list-group-item-#00ff00 {
  color: #ffffff;
  background-color: #a8db43;
}
a.list-group-item-#00ff00 {
  color: #ffffff;
}
a.list-group-item-#00ff00 .list-group-item-heading {
  color: inherit;
}
a.list-group-item-#00ff00:hover,
a.list-group-item-#00ff00:focus {
  color: #ffffff;
  background-color: #9ed72e;
}
a.list-group-item-#00ff00.active,
a.list-group-item-#00ff00.active:hover,
a.list-group-item-#00ff00.active:focus {
  color: #fff;
  background-color: #ffffff;
  border-color: #ffffff;
}
.list-group-item-#ffa500 {
  color: #ffffff;
  background-color: #f4b162;
}
a.list-group-item-#ffa500 {
  color: #ffffff;
}
a.list-group-item-#ffa500 .list-group-item-heading {
  color: inherit;
}
a.list-group-item-#ffa500:hover,
a.list-group-item-#ffa500:focus {
  color: #ffffff;
  background-color: #f2a54a;
}
a.list-group-item-#ffa500.active,
a.list-group-item-#ffa500.active:hover,
a.list-group-item-#ffa500.active:focus {
  color: #fff;
  background-color: #ffffff;
  border-color: #ffffff;
}
.list-group-item-#ffff00 {
  color: #ffffff;
  background-color: #ffcc66;
}
a.list-group-item-#ffff00 {
  color: #ffffff;
}
a.list-group-item-#ffff00 .list-group-item-heading {
  color: inherit;
}
a.list-group-item-#ffff00:hover,
a.list-group-item-#ffff00:focus {
  color: #ffffff;
  background-color: #ffc34c;
}
a.list-group-item-#ffff00.active,
a.list-group-item-#ffff00.active:hover,
a.list-group-item-#ffff00.active:focus {
  color: #fff;
  background-color: #ffffff;
  border-color: #ffffff;
}
.list-group-item-#800080 {
  color: #ffffff;
  background-color: #af91e1;
}
a.list-group-item-#800080 {
  color: #ffffff;
}
a.list-group-item-#800080 .list-group-item-heading {
  color: inherit;
}
a.list-group-item-#800080:hover,
a.list-group-item-#800080:focus {
  color: #ffffff;
  background-color: #a07ddc;
}
a.list-group-item-#800080.active,
a.list-group-item-#800080.active:hover,
a.list-group-item-#800080.active:focus {
  color: #fff;
  background-color: #ffffff;
  border-color: #ffffff;
}
.list-group-item-#ff00ff {
  color: #ffffff;
  background-color: #e65097;
}
a.list-group-item-#ff00ff {
  color: #ffffff;
}
a.list-group-item-#ff00ff .list-group-item-heading {
  color: inherit;
}
a.list-group-item-#ff00ff:hover,
a.list-group-item-#ff00ff:focus {
  color: #ffffff;
  background-color: #e33a8a;
}
a.list-group-item-#ff00ff.active,
a.list-group-item-#ff00ff.active:hover,
a.list-group-item-#ff00ff.active:focus {
  color: #fff;
  background-color: #ffffff;
  border-color: #ffffff;
}
/* ------------------ Carousel --------------------*/
.carousel .carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.3) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d000000', endColorstr='#00000000', GradientType=1);
}
.carousel .carousel-control.left i {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -34px;
  margin-top: -34px;
  z-index: 5;
  padding: 10px;
  border-radius: 50%;
  background-color: #79859b;
}
.carousel .carousel-control.right {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.3) 100%));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.3) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.3) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#4d000000', GradientType=1);
}
.carousel .carousel-control.right i {
  position: absolute;
  top: 50%;
  right: 50%;
  margin-right: -34px;
  margin-top: -34px;
  z-index: 5;
  padding: 10px;
  border-radius: 50%;
  background-color: #79859b;
}
.carousel .carousel-indicators {
  bottom: 0;
}
.carousel .carousel-inner .carousel-caption {
  left: 0;
  right: 0;
  bottom: 0;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d000000', endColorstr='#00000000', GradientType=0);
  opacity: 0.9;
}
.carousel.vertical .carousel-inner {
  height: 100%;
}
.carousel.vertical .item {
  -webkit-transition: top;
  transition: top;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  left: 0;
  z-index: 2;
}
.carousel.vertical .active {
  z-index: 1;
}
.carousel.vertical .active,
.carousel.vertical .next.left,
.carousel.vertical .prev.right {
  top: 0;
}
.carousel.vertical .next,
.carousel.vertical .active.right {
  top: 100%;
}
.carousel.vertical .prev,
.carousel.vertical .active.left {
  top: -100%;
}
/* ------------------ Alerts --------------------*/
.alert .close {
  opacity: 1;
}
.alert.alert-warning .close {
  color: #ef8d1b;
}
.alert.alert-warning .close:hover,
.alert.alert-warning .close:focus {
  color: #e08110;
}
.alert.alert-success .close {
  color: #4ac77c;
}
.alert.alert-success .close:hover,
.alert.alert-success .close:focus {
  color: #3bbd6e;
}
.alert.alert-danger .close {
  color: #f35454;
}
.alert.alert-danger .close:hover,
.alert.alert-danger .close:focus {
  color: #f13d3d;
}
.alert.alert-info .close {
  color: #3498da;
}
.alert.alert-info .close:hover,
.alert.alert-info .close:focus {
  color: #268ccf;
}
/* ------------------ Callout --------------------*/
.bs-callout-primary {
  display: block;
  margin: 20px 0;
  padding: 15px 30px 15px 15px;
  border-left: 3px solid #75b9e6;
  background-color: #f7fbfd;
}
.bs-callout-primary h1,
.bs-callout-primary h2,
.bs-callout-primary h3,
.bs-callout-primary h4,
.bs-callout-primary h5,
.bs-callout-primary h6 {
  margin-top: 0;
  color: #75b9e6;
}
.bs-callout-primary p {
  color: #5e6a7e;
}
.bs-callout-primary p:last-child {
  margin-bottom: 0;
}
.bs-callout-primary code,
.bs-callout-primary .highlight {
  background-color: #fff;
}
.bs-callout-primary .close {
  color: #3498da;
  opacity: 1;
}
.bs-callout-primary .close:hover,
.bs-callout-primary .close:focus {
  color: #52a7e0;
}
.bs-callout-danger {
  display: block;
  margin: 20px 0;
  padding: 15px 30px 15px 15px;
  border-left: 3px solid #f68484;
  background-color: #fef6f6;
}
.bs-callout-danger h1,
.bs-callout-danger h2,
.bs-callout-danger h3,
.bs-callout-danger h4,
.bs-callout-danger h5,
.bs-callout-danger h6 {
  margin-top: 0;
  color: #f68484;
}
.bs-callout-danger p {
  color: #5e6a7e;
}
.bs-callout-danger p:last-child {
  margin-bottom: 0;
}
.bs-callout-danger code,
.bs-callout-danger .highlight {
  background-color: #fff;
}
.bs-callout-danger .close {
  color: #f13d3d;
  opacity: 1;
}
.bs-callout-danger .close:hover,
.bs-callout-danger .close:focus {
  color: #f35e5e;
}
.bs-callout-warning {
  display: block;
  margin: 20px 0;
  padding: 15px 30px 15px 15px;
  border-left: 3px solid #f4b162;
  background-color: #fef8f1;
}
.bs-callout-warning h1,
.bs-callout-warning h2,
.bs-callout-warning h3,
.bs-callout-warning h4,
.bs-callout-warning h5,
.bs-callout-warning h6 {
  margin-top: 0;
  color: #f4b162;
}
.bs-callout-warning p {
  color: #5e6a7e;
}
.bs-callout-warning p:last-child {
  margin-bottom: 0;
}
.bs-callout-warning code,
.bs-callout-warning .highlight {
  background-color: #fff;
}
.bs-callout-warning .close {
  color: #ef8d1b;
  opacity: 1;
}
.bs-callout-warning .close:hover,
.bs-callout-warning .close:focus {
  color: #f19e3c;
}
.bs-callout-info {
  display: block;
  margin: 20px 0;
  padding: 15px 30px 15px 15px;
  border-left: 3px solid #97d3c5;
  background-color: #f8fcfb;
}
.bs-callout-info h1,
.bs-callout-info h2,
.bs-callout-info h3,
.bs-callout-info h4,
.bs-callout-info h5,
.bs-callout-info h6 {
  margin-top: 0;
  color: #97d3c5;
}
.bs-callout-info p {
  color: #5e6a7e;
}
.bs-callout-info p:last-child {
  margin-bottom: 0;
}
.bs-callout-info code,
.bs-callout-info .highlight {
  background-color: #fff;
}
.bs-callout-info .close {
  color: #61bca7;
  opacity: 1;
}
.bs-callout-info .close:hover,
.bs-callout-info .close:focus {
  color: #7ac7b5;
}
.bs-callout-success {
  display: block;
  margin: 20px 0;
  padding: 15px 30px 15px 15px;
  border-left: 3px solid #66cd8d;
  background-color: #eefaf2;
}
.bs-callout-success h1,
.bs-callout-success h2,
.bs-callout-success h3,
.bs-callout-success h4,
.bs-callout-success h5,
.bs-callout-success h6 {
  margin-top: 0;
  color: #66cd8d;
}
.bs-callout-success p {
  color: #5e6a7e;
}
.bs-callout-success p:last-child {
  margin-bottom: 0;
}
.bs-callout-success code,
.bs-callout-success .highlight {
  background-color: #fff;
}
.bs-callout-success .close {
  color: #3bbd6e;
  opacity: 1;
}
.bs-callout-success .close:hover,
.bs-callout-success .close:focus {
  color: #52c981;
}
/* ------------------ Labels --------------------*/
.label {
  padding: 5px 8px;
  display: inline-block;
}
.label-dark {
  background-color: #79859b;
}
.label-dark[href]:hover,
.label-dark[href]:focus {
  background-color: #606c81;
}
.label-orange {
  background-color: #f4b162;
}
.label-orange[href]:hover,
.label-orange[href]:focus {
  background-color: #f19932;
}
.label-yellow {
  background-color: #ffcc66;
}
.label-yellow[href]:hover,
.label-yellow[href]:focus {
  background-color: #ffbb33;
}
.label-pink {
  background-color: #f78db8;
}
.label-pink[href]:hover,
.label-pink[href]:focus {
  background-color: #f45d9a;
}
.label-lime {
  background-color: #a8db43;
}
.label-lime[href]:hover,
.label-lime[href]:focus {
  background-color: #90c526;
}
.label-magenta {
  background-color: #e65097;
}
.label-magenta[href]:hover,
.label-magenta[href]:focus {
  background-color: #e0237c;
}
.label-brown {
  background-color: #d1b993;
}
.label-brown[href]:hover,
.label-brown[href]:focus {
  background-color: #c2a26f;
}
.label-teal {
  background-color: #97d3c5;
}
.label-teal[href]:hover,
.label-teal[href]:focus {
  background-color: #73c4b1;
}
.label-purple {
  background-color: #af91e1;
}
.label-purple[href]:hover,
.label-purple[href]:focus {
  background-color: #9269d6;
}
/* ------------------ Badges --------------------*/
.badge {
  padding: 5px 8px;
}
.badge-primary {
  background-color: #75b9e6;
}
.badge-success {
  background-color: #66cd8d;
}
.badge-info {
  background-color: #97d3c5;
}
.badge-warning {
  background-color: #f4b162;
}
.badge-danger {
  background-color: #f68484;
}
.badge-dark {
  background-color: #79859b;
}
.badge-orange {
  background-color: #f4b162;
}
.badge-yellow {
  background-color: #ffcc66;
}
.badge-pink {
  background-color: #f78db8;
}
.badge-lime {
  background-color: #a8db43;
}
.badge-magenta {
  background-color: #e65097;
}
.badge-brown {
  background-color: #d1b993;
}
.badge-teal {
  background-color: #97d3c5;
}
.badge-purple {
  background-color: #af91e1;
}
/* ------------------ Seperator --------------------*/
.seperator {
  text-align: center;
  margin-top: 20px;
  width: 100%;
  display: inline-block;
}
.seperator strong {
  background: white;
  padding-left: 10px;
  padding-right: 10px;
}
.seperator hr {
  margin-top: -10px;
}

/* ==========================================================================
Icon packs
========================================================================== */
@font-face {
  font-family: 'icomoon';
  src:url('../assets/products/html/assets/fonts/icomoon.eot');
  src:url('../assets/products/html/assets/fonts/icomoon.eot?#iefix') format('embedded-opentype'),
    url('../assets/products/html/assets/fonts/icomoon.ttf') format('truetype'),
    url('../assets/products/html/assets/fonts/icomoon.woff') format('woff'),
    url('../assets/products/html/assets/fonts/icomoon.svg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'brocolidry';
  src:url('../assets/products/html/assets/fonts/brocolidry.eot');
  src:url('../assets/products/html/assets/fonts/brocolidry.eot?#iefix') format('embedded-opentype'),
    url('../assets/products/html/assets/fonts/brocolidry.ttf') format('truetype'),
    url('../assets/products/html/assets/fonts/brocolidry.woff') format('woff'),
    url('../assets/products/html/assets/fonts/brocolidry.svg#brocolidry') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ecoico';
  src:url('../assets/products/html/assets/fonts/ecoico.eot');
  src:url('../assets/products/html/assets/fonts/ecoico.eot?#iefix') format('embedded-opentype'),
    url('../assets/products/html/assets/fonts/ecoico.ttf') format('truetype'),
    url('../assets/products/html/assets/fonts/ecoico.woff') format('woff'),
    url('../assets/products/html/assets/fonts/ecoico.svg#ecoico') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'steadysets';
  src:url('../assets/products/html/assets/fonts/steadysets.eot');
  src:url('../assets/products/html/assets/fonts/steadysets.eot?#iefix') format('embedded-opentype'),
    url('../assets/products/html/assets/fonts/steadysets.ttf') format('truetype'),
    url('../assets/products/html/assets/fonts/steadysets.woff') format('woff'),
    url('../assets/products/html/assets/fonts/steadysets.svg#steadysets') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'meteo';
  src:url('../assets/products/html/assets/fonts/meteo.eot');
  src:url('../assets/products/html/assets/fonts/meteo.eot?#iefix') format('embedded-opentype'),
    url('../assets/products/html/assets/fonts/meteo.ttf') format('truetype'),
    url('../assets/products/html/assets/fonts/meteo.woff') format('woff'),
    url('../assets/products/html/assets/fonts/meteo.svg#meteo') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'entypo';
  src:url('../assets/products/html/assets/fonts/entypo.eot');
  src:url('../assets/products/html/assets/fonts/entypo.eot?#iefix') format('embedded-opentype'),
    url('../assets/products/html/assets/fonts/entypo.ttf') format('truetype'),
    url('../assets/products/html/assets/fonts/entypo.woff') format('woff'),
    url('../assets/products/html/assets/fonts/entypo.svg#entypo') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'fontawesome';
  src:url('../assets/products/html/assets/fonts/fontawesome.eot');
  src:url('../assets/products/html/assets/fonts/fontawesome.eot?#iefix') format('embedded-opentype'),
    url('../assets/products/html/assets/fonts/fontawesome.ttf') format('truetype'),
    url('../assets/products/html/assets/fonts/fontawesome.woff') format('woff'),
    url('../assets/products/html/assets/fonts/fontawesome.svg#fontawesome') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* ------------------ Icon preview ( remove it in production sever )--------------------*/
.icon-page i {font-size: 20px; margin-bottom: 10px;}
.icon-page .row {margin-left: 0;margin-right: 0;}

/* ------------------ Target all icons --------------------*/
[class^="im-"], 
[class^="br-"], 
[class^="ec-"], 
[class^="st-"], 
[class^="me-"],
[class^="en-"],
[class^="fa-"] {
  display: inline-block;
  vertical-align: middle;
  margin-top: -1px;
}


/* ------------------ Ico moon --------------------*/
[class^="im-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.im-home:before {
  content: "\e600";
}
.im-home2:before {
  content: "\e601";
}
.im-home3:before {
  content: "\e602";
}
.im-office:before {
  content: "\e603";
}
.im-newspaper:before {
  content: "\e604";
}
.im-pencil:before {
  content: "\e605";
}
.im-pencil2:before {
  content: "\e606";
}
.im-quill:before {
  content: "\e607";
}
.im-pen:before {
  content: "\e608";
}
.im-headphones:before {
  content: "\e609";
}
.im-play:before {
  content: "\e60a";
}
.im-film:before {
  content: "\e60b";
}
.im-camera:before {
  content: "\e60c";
}
.im-dice:before {
  content: "\e60d";
}
.im-pacman:before {
  content: "\e60e";
}
.im-spades:before {
  content: "\e60f";
}
.im-clubs:before {
  content: "\e610";
}
.im-diamonds:before {
  content: "\e611";
}
.im-file:before {
  content: "\e612";
}
.im-profile:before {
  content: "\e613";
}
.im-file2:before {
  content: "\e614";
}
.im-file3:before {
  content: "\e615";
}
.im-file4:before {
  content: "\e616";
}
.im-copy:before {
  content: "\e617";
}
.im-copy2:before {
  content: "\e618";
}
.im-copy3:before {
  content: "\e619";
}
.im-paste:before {
  content: "\e61a";
}
.im-qrcode:before {
  content: "\e61b";
}
.im-ticket:before {
  content: "\e61c";
}
.im-cart:before {
  content: "\e61d";
}
.im-cart2:before {
  content: "\e61e";
}
.im-cart3:before {
  content: "\e61f";
}
.im-coin:before {
  content: "\e620";
}
.im-credit:before {
  content: "\e621";
}
.im-calculate:before {
  content: "\e622";
}
.im-support:before {
  content: "\e623";
}
.im-compass:before {
  content: "\e624";
}
.im-map:before {
  content: "\e625";
}
.im-map2:before {
  content: "\e626";
}
.im-history:before {
  content: "\e627";
}
.im-clock:before {
  content: "\e628";
}
.im-clock2:before {
  content: "\e629";
}
.im-alarm:before {
  content: "\e62a";
}
.im-alarm2:before {
  content: "\e62b";
}
.im-bell:before {
  content: "\e62c";
}
.im-mobile:before {
  content: "\e62d";
}
.im-tablet:before {
  content: "\e62e";
}
.im-tv:before {
  content: "\e62f";
}
.im-cabinet:before {
  content: "\e630";
}
.im-drawer:before {
  content: "\e631";
}
.im-drawer2:before {
  content: "\e632";
}
.im-drawer3:before {
  content: "\e633";
}
.im-box-add:before {
  content: "\e634";
}
.im-box-remove:before {
  content: "\e635";
}
.im-undo:before {
  content: "\e636";
}
.im-redo:before {
  content: "\e637";
}
.im-forward:before {
  content: "\e638";
}
.im-reply:before {
  content: "\e639";
}
.im-bubble:before {
  content: "\e63a";
}
.im-bubbles:before {
  content: "\e63b";
}
.im-bubbles2:before {
  content: "\e63c";
}
.im-bubble2:before {
  content: "\e63d";
}
.im-bubbles3:before {
  content: "\e63e";
}
.im-busy:before {
  content: "\e63f";
}
.im-spinner:before {
  content: "\e640";
}
.im-spinner2:before {
  content: "\e641";
}
.im-spinner3:before {
  content: "\e642";
}
.im-spinner4:before {
  content: "\e643";
}
.im-spinner5:before {
  content: "\e644";
}
.im-spinner6:before {
  content: "\e645";
}
.im-binoculars:before {
  content: "\e646";
}
.im-search:before {
  content: "\e647";
}
.im-lock:before {
  content: "\e648";
}
.im-lock2:before {
  content: "\e649";
}
.im-unlocked:before {
  content: "\e64a";
}
.im-wrench:before {
  content: "\e64b";
}
.im-settings:before {
  content: "\e64c";
}
.im-equalizer:before {
  content: "\e64d";
}
.im-cog:before {
  content: "\e64e";
}
.im-cogs:before {
  content: "\e64f";
}
.im-cog2:before {
  content: "\e650";
}
.im-gift:before {
  content: "\e651";
}
.im-trophy:before {
  content: "\e652";
}
.im-glass:before {
  content: "\e653";
}
.im-mug:before {
  content: "\e654";
}
.im-food:before {
  content: "\e655";
}
.im-leaf:before {
  content: "\e656";
}
.im-rocket:before {
  content: "\e657";
}
.im-meter:before {
  content: "\e658";
}
.im-meter2:before {
  content: "\e659";
}
.im-airplane:before {
  content: "\e65a";
}
.im-truck:before {
  content: "\e65b";
}
.im-road:before {
  content: "\e65c";
}
.im-accessibility:before {
  content: "\e65d";
}
.im-target:before {
  content: "\e65e";
}
.im-shield:before {
  content: "\e65f";
}
.im-lightning:before {
  content: "\e660";
}
.im-switch:before {
  content: "\e661";
}
.im-power-cord:before {
  content: "\e662";
}
.im-cloud-download:before {
  content: "\e663";
}
.im-cloud-upload:before {
  content: "\e664";
}
.im-download:before {
  content: "\e665";
}
.im-upload:before {
  content: "\e666";
}
.im-download2:before {
  content: "\e667";
}
.im-upload2:before {
  content: "\e668";
}
.im-globe:before {
  content: "\e669";
}
.im-earth:before {
  content: "\e66a";
}
.im-link:before {
  content: "\e66b";
}
.im-brightness-contrast:before {
  content: "\e66c";
}
.im-contrast:before {
  content: "\e66d";
}
.im-star:before {
  content: "\e66e";
}
.im-star2:before {
  content: "\e66f";
}
.im-star3:before {
  content: "\e670";
}
.im-heart:before {
  content: "\e671";
}
.im-heart2:before {
  content: "\e672";
}
.im-heart-broken:before {
  content: "\e673";
}
.im-thumbs-up:before {
  content: "\e674";
}
.im-sad:before {
  content: "\e675";
}
.im-wink:before {
  content: "\e676";
}
.im-wink2:before {
  content: "\e677";
}
.im-grin:before {
  content: "\e678";
}
.im-grin2:before {
  content: "\e679";
}
.im-cool:before {
  content: "\e67a";
}
.im-cool2:before {
  content: "\e67b";
}
.im-angry:before {
  content: "\e67c";
}
.im-angry2:before {
  content: "\e67d";
}
.im-wondering:before {
  content: "\e67e";
}
.im-wondering2:before {
  content: "\e67f";
}
.im-point-up:before {
  content: "\e680";
}
.im-point-right:before {
  content: "\e681";
}
.im-point-down:before {
  content: "\e682";
}
.im-point-left:before {
  content: "\e683";
}
.im-warning:before {
  content: "\e684";
}
.im-notification:before {
  content: "\e685";
}
.im-question:before {
  content: "\e686";
}
.im-checkmark:before {
  content: "\e687";
}
.im-spell-check:before {
  content: "\e688";
}
.im-minus:before {
  content: "\e689";
}
.im-plus:before {
  content: "\e68a";
}
.im-enter:before {
  content: "\e68b";
}
.im-exit:before {
  content: "\e68c";
}
.im-play2:before {
  content: "\e68d";
}
.im-pause:before {
  content: "\e68e";
}
.im-stop:before {
  content: "\e68f";
}
.im-last:before {
  content: "\e690";
}
.im-previous:before {
  content: "\e691";
}
.im-next:before {
  content: "\e692";
}
.im-eject:before {
  content: "\e693";
}
.im-volume-high:before {
  content: "\e694";
}
.im-volume-medium:before {
  content: "\e695";
}
.im-volume-low:before {
  content: "\e696";
}
.im-volume-mute:before {
  content: "\e697";
}
.im-volume-mute2:before {
  content: "\e698";
}
.im-arrow-up-right:before {
  content: "\e699";
}
.im-arrow-right:before {
  content: "\e69a";
}
.im-arrow-down-right:before {
  content: "\e69b";
}
.im-arrow-down:before {
  content: "\e69c";
}
.im-arrow-down-left:before {
  content: "\e69d";
}
.im-arrow-left:before {
  content: "\e69e";
}
.im-arrow-up-left:before {
  content: "\e69f";
}
.im-arrow-up:before {
  content: "\e6a0";
}
.im-arrow-up-right2:before {
  content: "\e6a1";
}
.im-arrow-right2:before {
  content: "\e6a2";
}
.im-arrow-down-right2:before {
  content: "\e6a3";
}
.im-arrow-down2:before {
  content: "\e6a4";
}
.im-arrow-down-left2:before {
  content: "\e6a5";
}
.im-arrow-left2:before {
  content: "\e6a6";
}
.im-tab:before {
  content: "\e6a7";
}
.im-checkbox-checked:before {
  content: "\e6a8";
}
.im-checkbox-unchecked:before {
  content: "\e6a9";
}
.im-checkbox-partial:before {
  content: "\e6aa";
}
.im-text-width:before {
  content: "\e6ab";
}
.im-bold:before {
  content: "\e6ac";
}
.im-underline:before {
  content: "\e6ad";
}
.im-italic:before {
  content: "\e6ae";
}
.im-strikethrough:before {
  content: "\e6af";
}
.im-omega:before {
  content: "\e6b0";
}
.im-sigma:before {
  content: "\e6b1";
}
.im-table:before {
  content: "\e6b2";
}
.im-table2:before {
  content: "\e6b3";
}
.im-paragraph-left:before {
  content: "\e6b4";
}
.im-paragraph-center:before {
  content: "\e6b5";
}
.im-paragraph-right:before {
  content: "\e6b6";
}
.im-paragraph-justify:before {
  content: "\e6b7";
}
.im-indent-increase:before {
  content: "\e6b8";
}
.im-indent-decrease:before {
  content: "\e6b9";
}
.im-new-tab:before {
  content: "\e6ba";
}
.im-embed:before {
  content: "\e6bb";
}
.im-code:before {
  content: "\e6bc";
}
.im-google-plus:before {
  content: "\e6bd";
}
.im-google-plus2:before {
  content: "\e6be";
}
.im-google-plus3:before {
  content: "\e6bf";
}
.im-google-drive:before {
  content: "\e6c0";
}
.im-facebook:before {
  content: "\e6c1";
}
.im-facebook2:before {
  content: "\e6c2";
}
.im-facebook3:before {
  content: "\e6c3";
}
.im-instagram:before {
  content: "\e6c4";
}
.im-twitter:before {
  content: "\e6c5";
}
.im-vimeo2:before {
  content: "\e6c6";
}
.im-vimeo:before {
  content: "\e6c7";
}
.im-lanyrd:before {
  content: "\e6c8";
}
.im-flickr:before {
  content: "\e6c9";
}
.im-flickr2:before {
  content: "\e6ca";
}
.im-flickr3:before {
  content: "\e6cb";
}
.im-flickr4:before {
  content: "\e6cc";
}
.im-picassa:before {
  content: "\e6cd";
}
.im-picassa2:before {
  content: "\e6ce";
}
.im-steam:before {
  content: "\e6cf";
}
.im-github:before {
  content: "\e6d0";
}
.im-github2:before {
  content: "\e6d1";
}
.im-github3:before {
  content: "\e6d2";
}
.im-github4:before {
  content: "\e6d3";
}
.im-github5:before {
  content: "\e6d4";
}
.im-wordpress:before {
  content: "\e6d5";
}
.im-wordpress2:before {
  content: "\e6d6";
}
.im-joomla:before {
  content: "\e6d7";
}
.im-android:before {
  content: "\e6d8";
}
.im-windows:before {
  content: "\e6d9";
}
.im-windows8:before {
  content: "\e6da";
}
.im-soundcloud:before {
  content: "\e6db";
}
.im-soundcloud2:before {
  content: "\e6dc";
}
.im-skype:before {
  content: "\e6dd";
}
.im-reddit:before {
  content: "\e6de";
}
.im-linkedin:before {
  content: "\e6df";
}
.im-xing:before {
  content: "\e6e0";
}
.im-flattr:before {
  content: "\e6e1";
}
.im-foursquare:before {
  content: "\e6e2";
}
.im-foursquare2:before {
  content: "\e6e3";
}
.im-paypal:before {
  content: "\e6e4";
}
.im-paypal2:before {
  content: "\e6e5";
}
.im-paypal3:before {
  content: "\e6e6";
}
.im-yelp:before {
  content: "\e6e7";
}
.im-html5:before {
  content: "\e6e8";
}
.im-html52:before {
  content: "\e6e9";
}
.im-css3:before {
  content: "\e6ea";
}
.im-chrome:before {
  content: "\e6eb";
}
.im-firefox:before {
  content: "\e6ec";
}
.im-IE:before {
  content: "\e6ed";
}
.im-opera:before {
  content: "\e6ee";
}
.im-safari:before {
  content: "\e6ef";
}
.im-blogger:before {
  content: "\e6f0";
}
.im-blogger2:before {
  content: "\e6f1";
}
.im-tumblr:before {
  content: "\e6f2";
}
.im-tumblr2:before {
  content: "\e6f3";
}
.im-yahoo:before {
  content: "\e6f4";
}
.im-tux:before {
  content: "\e6f5";
}
.im-apple:before {
  content: "\e6f6";
}
.im-finder:before {
  content: "\e6f7";
}
.im-lastfm:before {
  content: "\e6f8";
}
.im-delicious:before {
  content: "\e6f9";
}
.im-stumbleupon:before {
  content: "\e6fa";
}
.im-stumbleupon2:before {
  content: "\e6fb";
}
.im-stackoverflow:before {
  content: "\e6fc";
}
.im-pinterest:before {
  content: "\e6fd";
}
.im-pinterest2:before {
  content: "\e6fe";
}
.im-xing2:before {
  content: "\e6ff";
}
.im-file-pdf:before {
  content: "\e700";
}
.im-file-openoffice:before {
  content: "\e701";
}
.im-file-word:before {
  content: "\e702";
}
.im-file-excel:before {
  content: "\e703";
}
.im-file-zip:before {
  content: "\e704";
}
.im-file-powerpoint:before {
  content: "\e705";
}
.im-file-xml:before {
  content: "\e706";
}
.im-file-css:before {
  content: "\e707";
}
.im-lastfm2:before {
  content: "\e708";
}
.im-libreoffice:before {
  content: "\e709";
}
.im-IcoMoon:before {
  content: "\e70a";
}
.im-blog:before {
  content: "\e70b";
}
.im-droplet:before {
  content: "\e70c";
}
.im-paint-format:before {
  content: "\e70d";
}
.im-image:before {
  content: "\e70e";
}
.im-image2:before {
  content: "\e70f";
}
.im-images:before {
  content: "\e710";
}
.im-camera2:before {
  content: "\e711";
}
.im-music:before {
  content: "\e712";
}
.im-pawn:before {
  content: "\e713";
}
.im-bullhorn:before {
  content: "\e714";
}
.im-connection:before {
  content: "\e715";
}
.im-podcast:before {
  content: "\e716";
}
.im-feed:before {
  content: "\e717";
}
.im-book:before {
  content: "\e718";
}
.im-books:before {
  content: "\e719";
}
.im-library:before {
  content: "\e71a";
}
.im-paste2:before {
  content: "\e71b";
}
.im-paste3:before {
  content: "\e71c";
}
.im-stack:before {
  content: "\e71d";
}
.im-folder:before {
  content: "\e71e";
}
.im-folder-open:before {
  content: "\e71f";
}
.im-tag:before {
  content: "\e720";
}
.im-tags:before {
  content: "\e721";
}
.im-barcode:before {
  content: "\e722";
}
.im-phone:before {
  content: "\e723";
}
.im-phone-hang-up:before {
  content: "\e724";
}
.im-address-book:before {
  content: "\e725";
}
.im-notebook:before {
  content: "\e726";
}
.im-envelope:before {
  content: "\e727";
}
.im-pushpin:before {
  content: "\e728";
}
.im-location:before {
  content: "\e729";
}
.im-location2:before {
  content: "\e72a";
}
.im-stopwatch:before {
  content: "\e72b";
}
.im-calendar:before {
  content: "\e72c";
}
.im-calendar2:before {
  content: "\e72d";
}
.im-print:before {
  content: "\e72e";
}
.im-keyboard:before {
  content: "\e72f";
}
.im-screen:before {
  content: "\e730";
}
.im-laptop:before {
  content: "\e731";
}
.im-mobile2:before {
  content: "\e732";
}
.im-download3:before {
  content: "\e733";
}
.im-upload3:before {
  content: "\e734";
}
.im-disk:before {
  content: "\e735";
}
.im-storage:before {
  content: "\e736";
}
.im-undo2:before {
  content: "\e737";
}
.im-redo2:before {
  content: "\e738";
}
.im-flip:before {
  content: "\e739";
}
.im-flip2:before {
  content: "\e73a";
}
.im-bubbles4:before {
  content: "\e73b";
}
.im-user:before {
  content: "\e73c";
}
.im-users:before {
  content: "\e73d";
}
.im-user2:before {
  content: "\e73e";
}
.im-users2:before {
  content: "\e73f";
}
.im-user3:before {
  content: "\e740";
}
.im-user4:before {
  content: "\e741";
}
.im-quotes-left:before {
  content: "\e742";
}
.im-zoom-in:before {
  content: "\e743";
}
.im-zoom-out:before {
  content: "\e744";
}
.im-expand:before {
  content: "\e745";
}
.im-contract:before {
  content: "\e746";
}
.im-expand2:before {
  content: "\e747";
}
.im-contract2:before {
  content: "\e748";
}
.im-key:before {
  content: "\e749";
}
.im-key2:before {
  content: "\e74a";
}
.im-hammer:before {
  content: "\e74b";
}
.im-wand:before {
  content: "\e74c";
}
.im-aid:before {
  content: "\e74d";
}
.im-bug:before {
  content: "\e74e";
}
.im-pie:before {
  content: "\e74f";
}
.im-stats:before {
  content: "\e750";
}
.im-bars:before {
  content: "\e751";
}
.im-bars2:before {
  content: "\e752";
}
.im-dashboard:before {
  content: "\e753";
}
.im-hammer2:before {
  content: "\e754";
}
.im-fire:before {
  content: "\e755";
}
.im-lab:before {
  content: "\e756";
}
.im-magnet:before {
  content: "\e757";
}
.im-remove:before {
  content: "\e758";
}
.im-remove2:before {
  content: "\e759";
}
.im-briefcase:before {
  content: "\e75a";
}
.im-signup:before {
  content: "\e75b";
}
.im-list:before {
  content: "\e75c";
}
.im-list2:before {
  content: "\e75d";
}
.im-numbered-list:before {
  content: "\e75e";
}
.im-menu:before {
  content: "\e75f";
}
.im-menu2:before {
  content: "\e760";
}
.im-tree:before {
  content: "\e761";
}
.im-cloud:before {
  content: "\e762";
}
.im-flag:before {
  content: "\e763";
}
.im-attachment:before {
  content: "\e764";
}
.im-eye:before {
  content: "\e765";
}
.im-eye-blocked:before {
  content: "\e766";
}
.im-eye2:before {
  content: "\e767";
}
.im-bookmark:before {
  content: "\e768";
}
.im-bookmarks:before {
  content: "\e769";
}
.im-brightness-medium:before {
  content: "\e76a";
}
.im-thumbs-up2:before {
  content: "\e76b";
}
.im-happy:before {
  content: "\e76c";
}
.im-happy2:before {
  content: "\e76d";
}
.im-smiley:before {
  content: "\e76e";
}
.im-smiley2:before {
  content: "\e76f";
}
.im-tongue:before {
  content: "\e770";
}
.im-tongue2:before {
  content: "\e771";
}
.im-sad2:before {
  content: "\e772";
}
.im-evil:before {
  content: "\e773";
}
.im-evil2:before {
  content: "\e774";
}
.im-shocked:before {
  content: "\e775";
}
.im-shocked2:before {
  content: "\e776";
}
.im-confused:before {
  content: "\e777";
}
.im-confused2:before {
  content: "\e778";
}
.im-neutral:before {
  content: "\e779";
}
.im-neutral2:before {
  content: "\e77a";
}
.im-info:before {
  content: "\e77b";
}
.im-info2:before {
  content: "\e77c";
}
.im-blocked:before {
  content: "\e77d";
}
.im-cancel-circle:before {
  content: "\e77e";
}
.im-checkmark-circle:before {
  content: "\e77f";
}
.im-spam:before {
  content: "\e780";
}
.im-close:before {
  content: "\e781";
}
.im-checkmark2:before {
  content: "\e782";
}
.im-backward:before {
  content: "\e783";
}
.im-forward2:before {
  content: "\e784";
}
.im-play3:before {
  content: "\e785";
}
.im-pause2:before {
  content: "\e786";
}
.im-stop2:before {
  content: "\e787";
}
.im-backward2:before {
  content: "\e788";
}
.im-forward3:before {
  content: "\e789";
}
.im-first:before {
  content: "\e78a";
}
.im-volume-increase:before {
  content: "\e78b";
}
.im-volume-decrease:before {
  content: "\e78c";
}
.im-loop:before {
  content: "\e78d";
}
.im-loop2:before {
  content: "\e78e";
}
.im-loop3:before {
  content: "\e78f";
}
.im-shuffle:before {
  content: "\e790";
}
.im-arrow-up-left2:before {
  content: "\e791";
}
.im-arrow-up2:before {
  content: "\e792";
}
.im-arrow-right3:before {
  content: "\e793";
}
.im-arrow-down-right3:before {
  content: "\e794";
}
.im-arrow-down3:before {
  content: "\e795";
}
.im-arrow-down-left3:before {
  content: "\e796";
}
.im-arrow-left3:before {
  content: "\e797";
}
.im-arrow-up-left3:before {
  content: "\e798";
}
.im-arrow-up3:before {
  content: "\e799";
}
.im-arrow-up-right3:before {
  content: "\e79a";
}
.im-radio-checked:before {
  content: "\e79b";
}
.im-radio-unchecked:before {
  content: "\e79c";
}
.im-crop:before {
  content: "\e79d";
}
.im-scissors:before {
  content: "\e79e";
}
.im-filter:before {
  content: "\e79f";
}
.im-filter2:before {
  content: "\e7a0";
}
.im-font:before {
  content: "\e7a1";
}
.im-text-height:before {
  content: "\e7a2";
}
.im-insert-template:before {
  content: "\e7a3";
}
.im-pilcrow:before {
  content: "\e7a4";
}
.im-left-toright:before {
  content: "\e7a5";
}
.im-right-toleft:before {
  content: "\e7a6";
}
.im-paragraph-left2:before {
  content: "\e7a7";
}
.im-paragraph-center2:before {
  content: "\e7a8";
}
.im-paragraph-right2:before {
  content: "\e7a9";
}
.im-paragraph-justify2:before {
  content: "\e7aa";
}
.im-console:before {
  content: "\e7ab";
}
.im-share:before {
  content: "\e7ac";
}
.im-mail:before {
  content: "\e7ad";
}
.im-mail2:before {
  content: "\e7ae";
}
.im-mail3:before {
  content: "\e7af";
}
.im-mail4:before {
  content: "\e7b0";
}
.im-google:before {
  content: "\e7b1";
}
.im-google-plus4:before {
  content: "\e7b2";
}
.im-twitter2:before {
  content: "\e7b3";
}
.im-twitter3:before {
  content: "\e7b4";
}
.im-feed2:before {
  content: "\e7b5";
}
.im-feed3:before {
  content: "\e7b6";
}
.im-feed4:before {
  content: "\e7b7";
}
.im-youtube:before {
  content: "\e7b8";
}
.im-youtube2:before {
  content: "\e7b9";
}
.im-vimeo3:before {
  content: "\e7ba";
}
.im-dribbble:before {
  content: "\e7bb";
}
.im-dribbble2:before {
  content: "\e7bc";
}
.im-dribbble3:before {
  content: "\e7bd";
}
.im-forrst:before {
  content: "\e7be";
}
.im-forrst2:before {
  content: "\e7bf";
}
.im-deviantart:before {
  content: "\e7c0";
}
.im-deviantart2:before {
  content: "\e7c1";
}
.im-steam2:before {
  content: "\e7c2";
}

/* ------------------ Brocolidry --------------------*/

[class^="br-"] {
  font-family: 'brocolidry';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.br-warning:before {
  content: "\e600";
}
.br-cloud:before {
  content: "\e601";
}
.br-locked:before {
  content: "\e602";
}
.br-inbox:before {
  content: "\e603";
}
.br-comment:before {
  content: "\e604";
}
.br-mic:before {
  content: "\e605";
}
.br-envelope:before {
  content: "\e606";
}
.br-briefcase:before {
  content: "\e607";
}
.br-cart:before {
  content: "\e608";
}
.br-contrast:before {
  content: "\e609";
}
.br-clock:before {
  content: "\e60a";
}
.br-user:before {
  content: "\e60b";
}
.br-cog:before {
  content: "\e60c";
}
.br-music:before {
  content: "\e60d";
}
.br-twitter:before {
  content: "\e60e";
}
.br-pencil:before {
  content: "\e60f";
}
.br-frame:before {
  content: "\e610";
}
.br-switch:before {
  content: "\e611";
}
.br-star:before {
  content: "\e612";
}
.br-key:before {
  content: "\e613";
}
.br-chart:before {
  content: "\e614";
}
.br-apple:before {
  content: "\e615";
}
.br-file:before {
  content: "\e616";
}
.br-plus:before {
  content: "\e617";
}
.br-minus:before {
  content: "\e618";
}
.br-picture:before {
  content: "\e619";
}
.br-folder:before {
  content: "\e61a";
}
.br-camera:before {
  content: "\e61b";
}
.br-search:before {
  content: "\e61c";
}
.br-dribbble:before {
  content: "\e61d";
}
.br-forrst:before {
  content: "\e61e";
}
.br-feed:before {
  content: "\e61f";
}
.br-blocked:before {
  content: "\e620";
}
.br-target:before {
  content: "\e621";
}
.br-play:before {
  content: "\e622";
}
.br-pause:before {
  content: "\e623";
}
.br-bug:before {
  content: "\e624";
}
.br-console:before {
  content: "\e625";
}
.br-film:before {
  content: "\e626";
}
.br-type:before {
  content: "\e627";
}
.br-home:before {
  content: "\e628";
}
.br-earth:before {
  content: "\e629";
}
.br-location:before {
  content: "\e62a";
}
.br-info:before {
  content: "\e62b";
}
.br-eye:before {
  content: "\e62c";
}
.br-heart:before {
  content: "\e62d";
}
.br-bookmark:before {
  content: "\e62e";
}
.br-wrench:before {
  content: "\e62f";
}
.br-calendar:before {
  content: "\e630";
}
.br-window:before {
  content: "\e631";
}
.br-monitor:before {
  content: "\e632";
}
.br-mobile:before {
  content: "\e633";
}
.br-droplet:before {
  content: "\e634";
}
.br-mouse:before {
  content: "\e635";
}
.br-refresh:before {
  content: "\e636";
}
.br-location2:before {
  content: "\e637";
}
.br-tag:before {
  content: "\e638";
}
.br-phone:before {
  content: "\e639";
}
.br-star2:before {
  content: "\e63a";
}
.br-pointer:before {
  content: "\e63b";
}
.br-thumbs-up:before {
  content: "\e63c";
}
.br-thumbs-down:before {
  content: "\e63d";
}
.br-headphones:before {
  content: "\e63e";
}
.br-move:before {
  content: "\e63f";
}
.br-checkmark:before {
  content: "\e640";
}
.br-cancel:before {
  content: "\e641";
}
.br-skype:before {
  content: "\e642";
}
.br-gift:before {
  content: "\e643";
}
.br-cone:before {
  content: "\e644";
}
.br-alarm:before {
  content: "\e645";
}
.br-coffee:before {
  content: "\e646";
}
.br-basket:before {
  content: "\e647";
}
.br-flag:before {
  content: "\e648";
}
.br-ipod:before {
  content: "\e649";
}
.br-trashcan:before {
  content: "\e64a";
}
.br-bolt:before {
  content: "\e64b";
}
.br-ampersand:before {
  content: "\e64c";
}
.br-compass:before {
  content: "\e64d";
}
.br-list:before {
  content: "\e64e";
}
.br-grid:before {
  content: "\e64f";
}
.br-volume:before {
  content: "\e650";
}
.br-volume2:before {
  content: "\e651";
}
.br-stats:before {
  content: "\e652";
}
.br-target2:before {
  content: "\e653";
}
.br-forward:before {
  content: "\e654";
}
.br-paperclip:before {
  content: "\e655";
}
.br-keyboard:before {
  content: "\e656";
}
.br-crop:before {
  content: "\e657";
}
.br-floppy:before {
  content: "\e658";
}
.br-filter:before {
  content: "\e659";
}
.br-trophy:before {
  content: "\e65a";
}
.br-diary:before {
  content: "\e65b";
}
.br-address-book:before {
  content: "\e65c";
}
.br-stop:before {
  content: "\e65d";
}
.br-smiley:before {
  content: "\e65e";
}
.br-shit:before {
  content: "\e65f";
}
.br-bookmark2:before {
  content: "\e660";
}
.br-camera2:before {
  content: "\e661";
}
.br-lamp:before {
  content: "\e662";
}
.br-disk:before {
  content: "\e663";
}
.br-button:before {
  content: "\e664";
}
.br-database:before {
  content: "\e665";
}
.br-credit-card:before {
  content: "\e666";
}
.br-atom:before {
  content: "\e667";
}
.br-winsows:before {
  content: "\e668";
}
.br-target3:before {
  content: "\e669";
}
.br-battery:before {
  content: "\e66a";
}
.br-code:before {
  content: "\e66b";
}

/* ------------------ Eco ico --------------------*/

[class^="ec-"] {
  font-family: 'ecoico';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ec-download:before {
  content: "\e600";
}
.ec-pencil:before {
  content: "\e601";
}
.ec-chat:before {
  content: "\e602";
}
.ec-archive:before {
  content: "\e603";
}
.ec-user:before {
  content: "\e604";
}
.ec-users:before {
  content: "\e605";
}
.ec-archive2:before {
  content: "\e606";
}
.ec-earth:before {
  content: "\e607";
}
.ec-location:before {
  content: "\e608";
}
.ec-contract:before {
  content: "\e609";
}
.ec-mobile:before {
  content: "\e60a";
}
.ec-screen:before {
  content: "\e60b";
}
.ec-mail:before {
  content: "\e60c";
}
.ec-support:before {
  content: "\e60d";
}
.ec-help:before {
  content: "\e60e";
}
.ec-videos:before {
  content: "\e60f";
}
.ec-pictures:before {
  content: "\e610";
}
.ec-link:before {
  content: "\e611";
}
.ec-clock:before {
  content: "\e612";
}
.ec-photoshop:before {
  content: "\e613";
}
.ec-illustrator:before {
  content: "\e614";
}
.ec-star:before {
  content: "\e615";
}
.ec-heart:before {
  content: "\e616";
}
.ec-bookmark:before {
  content: "\e617";
}
.ec-file:before {
  content: "\e618";
}
.ec-feed:before {
  content: "\e619";
}
.ec-locked:before {
  content: "\e61a";
}
.ec-unlocked:before {
  content: "\e61b";
}
.ec-refresh:before {
  content: "\e61c";
}
.ec-list:before {
  content: "\e61d";
}
.ec-share:before {
  content: "\e61e";
}
.ec-archive3:before {
  content: "\e61f";
}
.ec-images:before {
  content: "\e620";
}
.ec-images2:before {
  content: "\e621";
}
.ec-search:before {
  content: "\e622";
}
.ec-cog:before {
  content: "\e623";
}
.ec-trashcan:before {
  content: "\e624";
}
.ec-pencil2:before {
  content: "\e625";
}
.ec-info:before {
  content: "\e626";
}

/* ------------------ Steadysets --------------------*/

[class^="st-"] {
  font-family: 'steadysets';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.st-type:before {
  content: "\e600";
}
.st-box:before {
  content: "\e601";
}
.st-archive:before {
  content: "\e602";
}
.st-envelope:before {
  content: "\e603";
}
.st-email:before {
  content: "\e604";
}
.st-files:before {
  content: "\e605";
}
.st-uniE606:before {
  content: "\e606";
}
.st-file-settings:before {
  content: "\e607";
}
.st-file-add:before {
  content: "\e608";
}
.st-file:before {
  content: "\e609";
}
.st-align-left:before {
  content: "\e60a";
}
.st-align-right:before {
  content: "\e60b";
}
.st-align-center:before {
  content: "\e60c";
}
.st-align-justify:before {
  content: "\e60d";
}
.st-folder-check:before {
  content: "\e60e";
}
.st-wifi-low:before {
  content: "\e60f";
}
.st-wifi-mid:before {
  content: "\e610";
}
.st-wifi-full:before {
  content: "\e611";
}
.st-connection-empty:before {
  content: "\e612";
}
.st-connection-25:before {
  content: "\e613";
}
.st-connection-50:before {
  content: "\e614";
}
.st-connection-75:before {
  content: "\e615";
}
.st-connection-full:before {
  content: "\e616";
}
.st-list:before {
  content: "\e617";
}
.st-grid:before {
  content: "\e618";
}
.st-uniE619:before {
  content: "\e619";
}
.st-battery-charging:before {
  content: "\e61a";
}
.st-battery-empty:before {
  content: "\e61b";
}
.st-arrow-down:before {
  content: "\e61c";
}
.st-arrow-right:before {
  content: "\e61d";
}
.st-reload:before {
  content: "\e61e";
}
.st-refresh:before {
  content: "\e61f";
}
.st-volume:before {
  content: "\e620";
}
.st-volume-increase:before {
  content: "\e621";
}
.st-volume-decrease:before {
  content: "\e622";
}
.st-mute:before {
  content: "\e623";
}
.st-microphone:before {
  content: "\e624";
}
.st-microphone-off:before {
  content: "\e625";
}
.st-book:before {
  content: "\e626";
}
.st-checkmark:before {
  content: "\e627";
}
.st-checkbox-checked:before {
  content: "\e628";
}
.st-checkbox:before {
  content: "\e629";
}
.st-chat:before {
  content: "\e62a";
}
.st-chat-1:before {
  content: "\e62b";
}
.st-chat-2:before {
  content: "\e62c";
}
.st-chat-3:before {
  content: "\e62d";
}
.st-comment:before {
  content: "\e62e";
}
.st-calendar:before {
  content: "\e62f";
}
.st-bookmark:before {
  content: "\e630";
}
.st-email2:before {
  content: "\e631";
}
.st-heart:before {
  content: "\e632";
}
.st-enter:before {
  content: "\e633";
}
.st-cloud:before {
  content: "\e634";
}
.st-book2:before {
  content: "\e635";
}
.st-star:before {
  content: "\e636";
}
.st-clock:before {
  content: "\e637";
}
.st-unlocked:before {
  content: "\e638";
}
.st-unlocked2:before {
  content: "\e639";
}
.st-users:before {
  content: "\e63a";
}
.st-user:before {
  content: "\e63b";
}
.st-users2:before {
  content: "\e63c";
}
.st-user2:before {
  content: "\e63d";
}
.st-bullhorn:before {
  content: "\e63e";
}
.st-share:before {
  content: "\e63f";
}
.st-screen:before {
  content: "\e640";
}
.st-phone:before {
  content: "\e641";
}
.st-phone-portrait:before {
  content: "\e642";
}
.st-phone-landscape:before {
  content: "\e643";
}
.st-tablet:before {
  content: "\e644";
}
.st-tablet-landscape:before {
  content: "\e645";
}
.st-drink:before {
  content: "\e646";
}
.st-shorts:before {
  content: "\e647";
}
.st-vcard:before {
  content: "\e648";
}
.st-sun:before {
  content: "\e649";
}
.st-bill:before {
  content: "\e64a";
}
.st-coffee:before {
  content: "\e64b";
}
.st-uniE64C:before {
  content: "\e64c";
}
.st-newspaper:before {
  content: "\e64d";
}
.st-stack:before {
  content: "\e64e";
}
.st-map-marker:before {
  content: "\e64f";
}
.st-map:before {
  content: "\e650";
}
.st-support:before {
  content: "\e651";
}
.st-uniE652:before {
  content: "\e652";
}
.st-barbell:before {
  content: "\e653";
}
.st-lab:before {
  content: "\e654";
}
.st-clipboard:before {
  content: "\e655";
}
.st-mug:before {
  content: "\e656";
}
.st-bucket:before {
  content: "\e657";
}
.st-select:before {
  content: "\e658";
}
.st-graph:before {
  content: "\e659";
}
.st-crop:before {
  content: "\e65a";
}
.st-image:before {
  content: "\e65b";
}
.st-cube:before {
  content: "\e65c";
}
.st-bars:before {
  content: "\e65d";
}
.st-chart:before {
  content: "\e65e";
}
.st-pencil:before {
  content: "\e65f";
}
.st-measure:before {
  content: "\e660";
}
.st-eyedropper:before {
  content: "\e661";
}
.st-file-broken:before {
  content: "\e662";
}
.st-browser:before {
  content: "\e663";
}
.st-windows:before {
  content: "\e664";
}
.st-window:before {
  content: "\e665";
}
.st-folder:before {
  content: "\e666";
}
.st-folder-add:before {
  content: "\e667";
}
.st-folder-settings:before {
  content: "\e668";
}
.st-battery-25:before {
  content: "\e669";
}
.st-battery-50:before {
  content: "\e66a";
}
.st-battery-75:before {
  content: "\e66b";
}
.st-battery-full:before {
  content: "\e66c";
}
.st-settings:before {
  content: "\e66d";
}
.st-arrow-left:before {
  content: "\e66e";
}
.st-arrow-up:before {
  content: "\e66f";
}
.st-paperclip:before {
  content: "\e670";
}
.st-download:before {
  content: "\e671";
}
.st-tag:before {
  content: "\e672";
}
.st-trashcan:before {
  content: "\e673";
}
.st-search:before {
  content: "\e674";
}
.st-zoom-in:before {
  content: "\e675";
}
.st-zoom-out:before {
  content: "\e676";
}
.st-printer:before {
  content: "\e677";
}
.st-home:before {
  content: "\e678";
}
.st-flag:before {
  content: "\e679";
}
.st-meter:before {
  content: "\e67a";
}
.st-switch:before {
  content: "\e67b";
}
.st-forbidden:before {
  content: "\e67c";
}
.st-lock:before {
  content: "\e67d";
}
.st-laptop:before {
  content: "\e67e";
}
.st-camera:before {
  content: "\e67f";
}
.st-microwave-oven:before {
  content: "\e680";
}
.st-credit-cards:before {
  content: "\e681";
}
.st-calculator:before {
  content: "\e682";
}
.st-bag:before {
  content: "\e683";
}
.st-diamond:before {
  content: "\e684";
}
.st-stopwatch:before {
  content: "\e685";
}
.st-atom:before {
  content: "\e686";
}
.st-syringe:before {
  content: "\e687";
}
.st-health:before {
  content: "\e688";
}
.st-bolt:before {
  content: "\e689";
}
.st-pill:before {
  content: "\e68a";
}
.st-bones:before {
  content: "\e68b";
}

/* ------------------ Meteo --------------------*/
[class^="me-"] {
  font-family: 'meteo';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.me-sunrise:before {
  content: "\e600";
}
.me-sun:before {
  content: "\e601";
}
.me-moon:before {
  content: "\e602";
}
.me-sun2:before {
  content: "\e603";
}
.me-windy:before {
  content: "\e604";
}
.me-wind:before {
  content: "\e605";
}
.me-snowflake:before {
  content: "\e606";
}
.me-cloudy:before {
  content: "\e607";
}
.me-cloud:before {
  content: "\e608";
}
.me-weather:before {
  content: "\e609";
}
.me-weather2:before {
  content: "\e60a";
}
.me-weather3:before {
  content: "\e60b";
}
.me-lines:before {
  content: "\e60c";
}
.me-rainy:before {
  content: "\e60d";
}
.me-windy2:before {
  content: "\e60e";
}
.me-windy3:before {
  content: "\e60f";
}
.me-snowy:before {
  content: "\e610";
}
.me-snowy2:before {
  content: "\e611";
}
.me-snowy3:before {
  content: "\e612";
}
.me-weather4:before {
  content: "\e613";
}
.me-cloudy2:before {
  content: "\e614";
}
.me-cloud2:before {
  content: "\e615";
}
.me-lightning:before {
  content: "\e616";
}
.me-sun3:before {
  content: "\e617";
}
.me-moon2:before {
  content: "\e618";
}
.me-rainy2:before {
  content: "\e619";
}
.me-windy4:before {
  content: "\e61a";
}
.me-windy5:before {
  content: "\e61b";
}
.me-snowy4:before {
  content: "\e61c";
}
.me-snowy5:before {
  content: "\e61d";
}
.me-weather5:before {
  content: "\e61e";
}
.me-cloudy3:before {
  content: "\e61f";
}
.me-lightning2:before {
  content: "\e620";
}
.me-thermometer:before {
  content: "\e621";
}
.me-compass:before {
  content: "\e622";
}
.me-none:before {
  content: "\e623";
}
.me-Celsius:before {
  content: "\e624";
}
.me-cloud3:before {
  content: "\e625";
}
.me-cloudy4:before {
  content: "\e626";
}
.me-Fahrenheit:before {
  content: "\e627";
}
.me-cloud4:before {
  content: "\e628";
}
.me-cloud5:before {
  content: "\e629";
}
.me-lightning3:before {
  content: "\e62a";
}
.me-lightning4:before {
  content: "\e62b";
}
.me-lightning5:before {
  content: "\e62c";
}
.me-rainy3:before {
  content: "\e62d";
}
.me-rainy4:before {
  content: "\e62e";
}

/* ------------------ Entypo --------------------*/
[class^="en-"] {
  font-family: 'entypo';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.en-phone:before {
  content: "\e600";
}
.en-mobile:before {
  content: "\e601";
}
.en-mouse:before {
  content: "\e602";
}
.en-directions:before {
  content: "\e603";
}
.en-mail:before {
  content: "\e604";
}
.en-paperplane:before {
  content: "\e605";
}
.en-pencil:before {
  content: "\e606";
}
.en-feather:before {
  content: "\e607";
}
.en-paperclip:before {
  content: "\e608";
}
.en-drawer:before {
  content: "\e609";
}
.en-reply:before {
  content: "\e60a";
}
.en-reply-all:before {
  content: "\e60b";
}
.en-forward:before {
  content: "\e60c";
}
.en-user:before {
  content: "\e60d";
}
.en-users:before {
  content: "\e60e";
}
.en-user-add:before {
  content: "\e60f";
}
.en-vcard:before {
  content: "\e610";
}
.en-export:before {
  content: "\e611";
}
.en-location:before {
  content: "\e612";
}
.en-map:before {
  content: "\e613";
}
.en-sharable:before {
  content: "\e614";
}
.en-heart:before {
  content: "\e615";
}
.en-heart2:before {
  content: "\e616";
}
.en-star:before {
  content: "\e617";
}
.en-star2:before {
  content: "\e618";
}
.en-thumbs-up:before {
  content: "\e619";
}
.en-thumbs-down:before {
  content: "\e61a";
}
.en-chat:before {
  content: "\e61b";
}
.en-comment:before {
  content: "\e61c";
}
.en-quote:before {
  content: "\e61d";
}
.en-house:before {
  content: "\e61e";
}
.en-popup:before {
  content: "\e61f";
}
.en-search:before {
  content: "\e620";
}
.en-flashlight:before {
  content: "\e621";
}
.en-printer:before {
  content: "\e622";
}
.en-bell:before {
  content: "\e623";
}
.en-link:before {
  content: "\e624";
}
.en-flag:before {
  content: "\e625";
}
.en-cog:before {
  content: "\e626";
}
.en-tools:before {
  content: "\e627";
}
.en-moon:before {
  content: "\e628";
}
.en-palette:before {
  content: "\e629";
}
.en-leaf:before {
  content: "\e62a";
}
.en-music:before {
  content: "\e62b";
}
.en-music2:before {
  content: "\e62c";
}
.en-new:before {
  content: "\e62d";
}
.en-graduation:before {
  content: "\e62e";
}
.en-book:before {
  content: "\e62f";
}
.en-newspaper:before {
  content: "\e630";
}
.en-bag:before {
  content: "\e631";
}
.en-airplane:before {
  content: "\e632";
}
.en-lifebuoy:before {
  content: "\e633";
}
.en-eye:before {
  content: "\e634";
}
.en-clock:before {
  content: "\e635";
}
.en-microphone:before {
  content: "\e636";
}
.en-calendar:before {
  content: "\e637";
}
.en-bolt:before {
  content: "\e638";
}
.en-thunder:before {
  content: "\e639";
}
.en-droplet:before {
  content: "\e63a";
}
.en-cd:before {
  content: "\e63b";
}
.en-language:before {
  content: "\e63c";
}
.en-network:before {
  content: "\e63d";
}
.en-key:before {
  content: "\e63e";
}
.en-battery:before {
  content: "\e63f";
}
.en-bucket:before {
  content: "\e640";
}
.en-magnet:before {
  content: "\e641";
}
.en-drive:before {
  content: "\e642";
}
.en-cup:before {
  content: "\e643";
}
.en-rocket:before {
  content: "\e644";
}
.en-brush:before {
  content: "\e645";
}
.en-suitcase:before {
  content: "\e646";
}
.en-cone:before {
  content: "\e647";
}
.en-earth:before {
  content: "\e648";
}
.en-keyboard:before {
  content: "\e649";
}
.en-browser:before {
  content: "\e64a";
}
.en-publish:before {
  content: "\e64b";
}
.en-progress-3:before {
  content: "\e64c";
}
.en-progress-2:before {
  content: "\e64d";
}
.en-brogress-1:before {
  content: "\e64e";
}
.en-progress-0:before {
  content: "\e64f";
}
.en-screen:before {
  content: "\e650";
}
.en-infinity:before {
  content: "\e651";
}
.en-light-bulb:before {
  content: "\e652";
}
.en-credit-card:before {
  content: "\e653";
}
.en-database:before {
  content: "\e654";
}
.en-voicemail:before {
  content: "\e655";
}
.en-clipboard:before {
  content: "\e656";
}
.en-cart:before {
  content: "\e657";
}
.en-box:before {
  content: "\e658";
}
.en-ticket:before {
  content: "\e659";
}
.en-rss:before {
  content: "\e65a";
}
.en-signal:before {
  content: "\e65b";
}
.en-thermometer:before {
  content: "\e65c";
}
.en-droplets:before {
  content: "\e65d";
}
.en-uniE65E:before {
  content: "\e65e";
}
.en-statistics:before {
  content: "\e65f";
}
.en-pie:before {
  content: "\e660";
}
.en-bars:before {
  content: "\e661";
}
.en-graph:before {
  content: "\e662";
}
.en-lock:before {
  content: "\e663";
}
.en-cross:before {
  content: "\e664";
}
.en-minus:before {
  content: "\e665";
}
.en-plus:before {
  content: "\e666";
}
.en-cross2:before {
  content: "\e667";
}
.en-minus2:before {
  content: "\e668";
}
.en-plus2:before {
  content: "\e669";
}
.en-cross3:before {
  content: "\e66a";
}
.en-minus3:before {
  content: "\e66b";
}
.en-plus3:before {
  content: "\e66c";
}
.en-erase:before {
  content: "\e66d";
}
.en-blocked:before {
  content: "\e66e";
}
.en-info:before {
  content: "\e66f";
}
.en-info2:before {
  content: "\e670";
}
.en-question:before {
  content: "\e671";
}
.en-help:before {
  content: "\e672";
}
.en-warning:before {
  content: "\e673";
}
.en-cycle:before {
  content: "\e674";
}
.en-cw:before {
  content: "\e675";
}
.en-ccw:before {
  content: "\e676";
}
.en-shuffle:before {
  content: "\e677";
}
.en-history:before {
  content: "\e678";
}
.en-back:before {
  content: "\e679";
}
.en-switch:before {
  content: "\e67a";
}
.en-list:before {
  content: "\e67b";
}
.en-add-to-list:before {
  content: "\e67c";
}
.en-layout:before {
  content: "\e67d";
}
.en-list2:before {
  content: "\e67e";
}
.en-text:before {
  content: "\e67f";
}
.en-text2:before {
  content: "\e680";
}
.en-document:before {
  content: "\e681";
}
.en-docs:before {
  content: "\e682";
}
.en-landscape:before {
  content: "\e683";
}
.en-pictures:before {
  content: "\e684";
}
.en-video:before {
  content: "\e685";
}
.en-music3:before {
  content: "\e686";
}
.en-folder:before {
  content: "\e687";
}
.en-archive:before {
  content: "\e688";
}
.en-trash:before {
  content: "\e689";
}
.en-upload:before {
  content: "\e68a";
}
.en-download:before {
  content: "\e68b";
}
.en-bookmark:before {
  content: "\e68c";
}
.en-bookmarks:before {
  content: "\e68d";
}
.en-book2:before {
  content: "\e68e";
}
.en-play:before {
  content: "\e68f";
}
.en-pause:before {
  content: "\e690";
}
.en-record:before {
  content: "\e691";
}
.en-stop:before {
  content: "\e692";
}
.en-next:before {
  content: "\e693";
}
.en-previous:before {
  content: "\e694";
}
.en-first:before {
  content: "\e695";
}
.en-last:before {
  content: "\e696";
}
.en-resize-enlarge:before {
  content: "\e697";
}
.en-resize-shrink:before {
  content: "\e698";
}
.en-volume:before {
  content: "\e699";
}
.en-sound:before {
  content: "\e69a";
}
.en-mute:before {
  content: "\e69b";
}
.en-flow-cascade:before {
  content: "\e69c";
}
.en-flow-branch:before {
  content: "\e69d";
}
.en-flow-tree:before {
  content: "\e69e";
}
.en-flow-line:before {
  content: "\e69f";
}
.en-arrow-right:before {
  content: "\e6a0";
}
.en-arrow-left:before {
  content: "\e6a1";
}
.en-arrow-down:before {
  content: "\e6a2";
}
.en-arrow-up:before {
  content: "\e6a3";
}
.en-arrow-right2:before {
  content: "\e6a4";
}
.en-arrow-left2:before {
  content: "\e6a5";
}
.en-arrow-down2:before {
  content: "\e6a6";
}
.en-arrow-up2:before {
  content: "\e6a7";
}
.en-arrow-right3:before {
  content: "\e6a8";
}
.en-arrow-left3:before {
  content: "\e6a9";
}
.en-arrow-down3:before {
  content: "\e6aa";
}
.en-arrow-up3:before {
  content: "\e6ab";
}
.en-arrow-right4:before {
  content: "\e6ac";
}
.en-arrow-left4:before {
  content: "\e6ad";
}
.en-arrow-down4:before {
  content: "\e6ae";
}
.en-arrow-up4:before {
  content: "\e6af";
}
.en-arrow-right5:before {
  content: "\e6b0";
}
.en-arrow-left5:before {
  content: "\e6b1";
}
.en-arrow-down5:before {
  content: "\e6b2";
}
.en-arrow-up5:before {
  content: "\e6b3";
}
.en-arrow-right8:before {
  content: "\e6b4";
}
.en-arrow-left6:before {
  content: "\e6b5";
}
.en-arrow-down6:before {
  content: "\e6b6";
}
.en-arrow-up6:before {
  content: "\e6b7";
}
.en-arrow-right6:before {
  content: "\e6b8";
}
.en-menu:before {
  content: "\e6b9";
}
.en-ellipsis:before {
  content: "\e6ba";
}
.en-dots:before {
  content: "\e6bb";
}
.en-dot:before {
  content: "\e6bc";
}
.en-cc:before {
  content: "\e6bd";
}
.en-cc-by:before {
  content: "\e6be";
}
.en-cc-nc:before {
  content: "\e6bf";
}
.en-cc-nc-eu:before {
  content: "\e6c0";
}
.en-cc-nc-jp:before {
  content: "\e6c1";
}
.en-cc-sa:before {
  content: "\e6c2";
}
.en-cc-nd:before {
  content: "\e6c3";
}
.en-cc-pd:before {
  content: "\e6c4";
}
.en-cc-zero:before {
  content: "\e6c5";
}
.en-cc-share:before {
  content: "\e6c6";
}
.en-cc-share2:before {
  content: "\e6c7";
}
.en-flickr:before {
  content: "\e6c8";
}
.en-flickr2:before {
  content: "\e6c9";
}
.en-vimeo:before {
  content: "\e6ca";
}
.en-vimeo2:before {
  content: "\e6cb";
}
.en-twitter:before {
  content: "\e6cc";
}
.en-twitter2:before {
  content: "\e6cd";
}
.en-facebook:before {
  content: "\e6ce";
}
.en-facebook2:before {
  content: "\e6cf";
}
.en-facebook3:before {
  content: "\e6d0";
}
.en-googleplus:before {
  content: "\e6d1";
}
.en-googleplus2:before {
  content: "\e6d2";
}
.en-pinterest:before {
  content: "\e6d3";
}
.en-pinterest2:before {
  content: "\e6d4";
}
.en-tumblr:before {
  content: "\e6d5";
}
.en-tumblr2:before {
  content: "\e6d6";
}
.en-linkedin:before {
  content: "\e6d7";
}
.en-linkedin2:before {
  content: "\e6d8";
}
.en-dribbble:before {
  content: "\e6d9";
}
.en-dribbble2:before {
  content: "\e6da";
}
.en-stumbleupon:before {
  content: "\e6db";
}
.en-rdio:before {
  content: "\e6dc";
}
.en-spotify:before {
  content: "\e6dd";
}
.en-spotify2:before {
  content: "\e6de";
}
.en-qq:before {
  content: "\e6df";
}
.en-instagram:before {
  content: "\e6e0";
}
.en-dropbox:before {
  content: "\e6e1";
}
.en-evernote:before {
  content: "\e6e2";
}
.en-flattr:before {
  content: "\e6e3";
}
.en-skype:before {
  content: "\e6e4";
}
.en-skype2:before {
  content: "\e6e5";
}
.en-renren:before {
  content: "\e6e6";
}
.en-sina-weibo:before {
  content: "\e6e7";
}
.en-paypal:before {
  content: "\e6e8";
}
.en-picasa:before {
  content: "\e6e9";
}
.en-soundcloud:before {
  content: "\e6ea";
}
.en-mixi:before {
  content: "\e6eb";
}
.en-behance:before {
  content: "\e6ec";
}
.en-circles:before {
  content: "\e6ed";
}
.en-vk:before {
  content: "\e6ee";
}
.en-smashing:before {
  content: "\e6ef";
}
.en-compass:before {
  content: "\e6f0";
}
.en-location2:before {
  content: "\e6f1";
}
.en-target:before {
  content: "\e6f2";
}
.en-share:before {
  content: "\e6f3";
}
.en-trophy:before {
  content: "\e6f4";
}
.en-tag:before {
  content: "\e6f5";
}
.en-camera:before {
  content: "\e6f6";
}
.en-megaphone:before {
  content: "\e6f7";
}
.en-briefcase:before {
  content: "\e6f8";
}
.en-air:before {
  content: "\e6f9";
}
.en-hourglass:before {
  content: "\e6fa";
}
.en-gauge:before {
  content: "\e6fb";
}
.en-sun:before {
  content: "\e6fc";
}
.en-sun2:before {
  content: "\e6fd";
}
.en-adjust:before {
  content: "\e6fe";
}
.en-code:before {
  content: "\e6ff";
}
.en-lock-open:before {
  content: "\e700";
}
.en-logout:before {
  content: "\e701";
}
.en-login:before {
  content: "\e702";
}
.en-checkmark:before {
  content: "\e703";
}
.en-arrow:before {
  content: "\e704";
}
.en-arrow2:before {
  content: "\e705";
}
.en-retweet:before {
  content: "\e706";
}
.en-loop:before {
  content: "\e707";
}
.en-disk:before {
  content: "\e708";
}
.en-install:before {
  content: "\e709";
}
.en-cloud:before {
  content: "\e70a";
}
.en-upload2:before {
  content: "\e70b";
}
.en-flow-parallel:before {
  content: "\e70c";
}
.en-arrow-left7:before {
  content: "\e70d";
}
.en-arrow-down7:before {
  content: "\e70e";
}
.en-arrow-up--upload:before {
  content: "\e70f";
}
.en-arrow-right7:before {
  content: "\e710";
}
.en-arrow-left8:before {
  content: "\e711";
}
.en-arrow-down8:before {
  content: "\e712";
}
.en-arrow-up7:before {
  content: "\e713";
}
.en-daniel-bruce:before {
  content: "\e714";
}
.en-daniel-bruce2:before {
  content: "\e715";
}
.en-github:before {
  content: "\e716";
}
.en-github2:before {
  content: "\e717";
}
.en-stumbleupon2:before {
  content: "\e718";
}
.en-lastfm:before {
  content: "\e719";
}
.en-lastfm2:before {
  content: "\e71a";
}
.en-rdio2:before {
  content: "\e71b";
}

/* ------------------ Font Awesome --------------------*/
[class^="fa-"] {
  font-family: 'fontawesome';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-glass:before {
  content: "\e600";
}
.fa-music:before {
  content: "\e601";
}
.fa-search:before {
  content: "\e602";
}
.fa-envelope:before {
  content: "\e603";
}
.fa-heart:before {
  content: "\e604";
}
.fa-star:before {
  content: "\e605";
}
.fa-star-empty:before {
  content: "\e606";
}
.fa-user:before {
  content: "\e607";
}
.fa-film:before {
  content: "\e608";
}
.fa-th-large:before {
  content: "\e609";
}
.fa-th:before {
  content: "\e60a";
}
.fa-th-list:before {
  content: "\e60b";
}
.fa-ok:before {
  content: "\e60c";
}
.fa-remove:before {
  content: "\e60d";
}
.fa-zoom-in:before {
  content: "\e60e";
}
.fa-zoom-out:before {
  content: "\e60f";
}
.fa-off:before {
  content: "\e610";
}
.fa-signal:before {
  content: "\e611";
}
.fa-trash:before {
  content: "\e612";
}
.fa-home:before {
  content: "\e613";
}
.fa-file:before {
  content: "\e614";
}
.fa-time:before {
  content: "\e615";
}
.fa-road:before {
  content: "\e616";
}
.fa-download-alt:before {
  content: "\e617";
}
.fa-download:before {
  content: "\e618";
}
.fa-upload:before {
  content: "\e619";
}
.fa-inbox:before {
  content: "\e61a";
}
.fa-play-circle:before {
  content: "\e61b";
}
.fa-repeat:before {
  content: "\e61c";
}
.fa-refresh:before {
  content: "\e61d";
}
.fa-list-alt:before {
  content: "\e61e";
}
.fa-lock:before {
  content: "\e61f";
}
.fa-flag:before {
  content: "\e620";
}
.fa-headphones:before {
  content: "\e621";
}
.fa-volume-off:before {
  content: "\e622";
}
.fa-volume-down:before {
  content: "\e623";
}
.fa-qrcode:before {
  content: "\e624";
}
.fa-barcode:before {
  content: "\e625";
}
.fa-tag:before {
  content: "\e626";
}
.fa-tags:before {
  content: "\e627";
}
.fa-book:before {
  content: "\e628";
}
.fa-bookmark:before {
  content: "\e629";
}
.fa-print:before {
  content: "\e62a";
}
.fa-camera:before {
  content: "\e62b";
}
.fa-font:before {
  content: "\e62c";
}
.fa-bold:before {
  content: "\e62d";
}
.fa-italic:before {
  content: "\e62e";
}
.fa-text-height:before {
  content: "\e62f";
}
.fa-text-width:before {
  content: "\e630";
}
.fa-align-left:before {
  content: "\e631";
}
.fa-align-center:before {
  content: "\e632";
}
.fa-align-right:before {
  content: "\e633";
}
.fa-align-justify:before {
  content: "\e634";
}
.fa-list:before {
  content: "\e635";
}
.fa-indent-right:before {
  content: "\e636";
}
.fa-facetime-video:before {
  content: "\e637";
}
.fa-picture:before {
  content: "\e638";
}
.fa-pencil:before {
  content: "\e639";
}
.fa-map-marker:before {
  content: "\e63a";
}
.fa-adjust:before {
  content: "\e63b";
}
.fa-tint:before {
  content: "\e63c";
}
.fa-edit:before {
  content: "\e63d";
}
.fa-share:before {
  content: "\e63e";
}
.fa-check:before {
  content: "\e63f";
}
.fa-move:before {
  content: "\e640";
}
.fa-step-backward:before {
  content: "\e641";
}
.fa-fast-backward:before {
  content: "\e642";
}
.fa-backward:before {
  content: "\e643";
}
.fa-play:before {
  content: "\e644";
}
.fa-pause:before {
  content: "\e645";
}
.fa-stop:before {
  content: "\e646";
}
.fa-forward:before {
  content: "\e647";
}
.fa-step-forward:before {
  content: "\e648";
}
.fa-eject:before {
  content: "\e649";
}
.fa-chevron-left:before {
  content: "\e64a";
}
.fa-chevron-right:before {
  content: "\e64b";
}
.fa-plus-sign:before {
  content: "\e64c";
}
.fa-minus-sign:before {
  content: "\e64d";
}
.fa-remove-sign:before {
  content: "\e64e";
}
.fa-ok-sign:before {
  content: "\e64f";
}
.fa-question-sign:before {
  content: "\e650";
}
.fa-info-sign:before {
  content: "\e651";
}
.fa-screenshot:before {
  content: "\e652";
}
.fa-remove-circle:before {
  content: "\e653";
}
.fa-ok-circle:before {
  content: "\e654";
}
.fa-ban-circle:before {
  content: "\e655";
}
.fa-arrow-left:before {
  content: "\e656";
}
.fa-arrow-right:before {
  content: "\e657";
}
.fa-arrow-up:before {
  content: "\e658";
}
.fa-arrow-down:before {
  content: "\e659";
}
.fa-resize-full:before {
  content: "\e65a";
}
.fa-resize-small:before {
  content: "\e65b";
}
.fa-plus:before {
  content: "\e65c";
}
.fa-minus:before {
  content: "\e65d";
}
.fa-asterisk:before {
  content: "\e65e";
}
.fa-exclamation-sign:before {
  content: "\e65f";
}
.fa-gift:before {
  content: "\e660";
}
.fa-leaf:before {
  content: "\e661";
}
.fa-fire:before {
  content: "\e662";
}
.fa-eye-open:before {
  content: "\e663";
}
.fa-eye-close:before {
  content: "\e664";
}
.fa-warning-sign:before {
  content: "\e665";
}
.fa-plane:before {
  content: "\e666";
}
.fa-calendar:before {
  content: "\e667";
}
.fa-random:before {
  content: "\e668";
}
.fa-comment:before {
  content: "\e669";
}
.fa-magnet:before {
  content: "\e66a";
}
.fa-chevron-up:before {
  content: "\e66b";
}
.fa-retweet:before {
  content: "\e66c";
}
.fa-shopping-cart:before {
  content: "\e66d";
}
.fa-folder-close:before {
  content: "\e66e";
}
.fa-folder-open:before {
  content: "\e66f";
}
.fa-resize-vertical:before {
  content: "\e670";
}
.fa-resize-horizontal:before {
  content: "\e671";
}
.fa-bar-chart:before {
  content: "\e672";
}
.fa-twitter-sign:before {
  content: "\e673";
}
.fa-facebook-sign:before {
  content: "\e674";
}
.fa-camera-retro:before {
  content: "\e675";
}
.fa-key:before {
  content: "\e676";
}
.fa-cogs:before {
  content: "\e677";
}
.fa-comments:before {
  content: "\e678";
}
.fa-thumbs-up:before {
  content: "\e679";
}
.fa-thumbs-down:before {
  content: "\e67a";
}
.fa-star-half:before {
  content: "\e67b";
}
.fa-heart-empty:before {
  content: "\e67c";
}
.fa-signout:before {
  content: "\e67d";
}
.fa-pushpin:before {
  content: "\e67e";
}
.fa-external-link:before {
  content: "\e67f";
}
.fa-signin:before {
  content: "\e680";
}
.fa-trophy:before {
  content: "\e681";
}
.fa-github-sign:before {
  content: "\e682";
}
.fa-upload-alt:before {
  content: "\e683";
}
.fa-lemon:before {
  content: "\e684";
}
.fa-phone:before {
  content: "\e685";
}
.fa-check-empty:before {
  content: "\e686";
}
.fa-bookmark-empty:before {
  content: "\e687";
}
.fa-phone-sign:before {
  content: "\e688";
}
.fa-twitter:before,
.fa-twitter-icon:before {
  content: "\e689";
}
.fa-facebook:before,
.fa-facebook-icon:before {
  content: "\e68a";
}
.fa-github:before {
  content: "\e68b";
}
.fa-unlock:before {
  content: "\e68c";
}
.fa-credit:before {
  content: "\e68d";
}
.fa-rss:before {
  content: "\e68e";
}
.fa-hdd:before {
  content: "\e68f";
}
.fa-bell:before {
  content: "\e690";
}
.fa-certificate:before {
  content: "\e691";
}
.fa-hand-right:before {
  content: "\e692";
}
.fa-hand-left:before {
  content: "\e693";
}
.fa-hand-up:before {
  content: "\e694";
}
.fa-hand-down:before {
  content: "\e695";
}
.fa-circle-arrow-left:before {
  content: "\e696";
}
.fa-circle-arrow-right:before {
  content: "\e697";
}
.fa-circle-arrow-up:before {
  content: "\e698";
}
.fa-circle-arrow-down:before {
  content: "\e699";
}
.fa-globe:before {
  content: "\e69a";
}
.fa-wrench:before {
  content: "\e69b";
}
.fa-tasks:before {
  content: "\e69c";
}
.fa-filter:before {
  content: "\e69d";
}
.fa-briefcase:before {
  content: "\e69e";
}
.fa-fullscreen:before {
  content: "\e69f";
}
.fa-group:before {
  content: "\e6a0";
}
.fa-link:before {
  content: "\e6a1";
}
.fa-beaker:before {
  content: "\e6a2";
}
.fa-cut:before {
  content: "\e6a3";
}
.fa-copy:before {
  content: "\e6a4";
}
.fa-paper-clip:before {
  content: "\e6a5";
}
.fa-save:before {
  content: "\e6a6";
}
.fa-sign-blank:before {
  content: "\e6a7";
}
.fa-reorder:before {
  content: "\e6a8";
}
.fa-list-ul:before {
  content: "\e6a9";
}
.fa-list-ol:before {
  content: "\e6aa";
}
.fa-strikethrough:before {
  content: "\e6ab";
}
.fa-underline:before {
  content: "\e6ac";
}
.fa-table:before {
  content: "\e6ad";
}
.fa-magic:before {
  content: "\e6ae";
}
.fa-truck:before {
  content: "\e6af";
}
.fa-pinterest:before {
  content: "\e6b0";
}
.fa-pinterest-sign:before {
  content: "\e6b1";
}
.fa-google-plus-sign:before {
  content: "\e6b2";
}
.fa-google-plus:before,
.fa-google-plus-icon:before {
  content: "\e6b3";
}
.fa-caret-down:before {
  content: "\e6b4";
}
.fa-caret-up:before {
  content: "\e6b5";
}
.fa-caret-left:before {
  content: "\e6b6";
}
.fa-caret-right:before {
  content: "\e6b7";
}
.fa-columns:before {
  content: "\e6b8";
}
.fa-sort:before {
  content: "\e6b9";
}
.fa-sort-down:before {
  content: "\e6ba";
}
.fa-sort-up:before {
  content: "\e6bb";
}
.fa-envelope-alt:before {
  content: "\e6bc";
}
.fa-linkedin:before {
  content: "\e6bd";
}
.fa-undo:before {
  content: "\e6be";
}
.fa-legal:before {
  content: "\e6bf";
}
.fa-dashboard:before {
  content: "\e6c0";
}
.fa-comment-alt:before {
  content: "\e6c1";
}
.fa-comments-alt:before {
  content: "\e6c2";
}
.fa-bolt:before {
  content: "\e6c3";
}
.fa-sitemap:before {
  content: "\e6c4";
}
.fa-umbrella:before {
  content: "\e6c5";
}
.fa-lightbulb:before {
  content: "\e6c6";
}
.fa-exchange:before {
  content: "\e6c7";
}
.fa-cloud-download:before {
  content: "\e6c8";
}
.fa-cloud-upload:before {
  content: "\e6c9";
}
.fa-user-md:before {
  content: "\e6ca";
}
.fa-stethoscope:before {
  content: "\e6cb";
}
.fa-suitcase:before {
  content: "\e6cc";
}
.fa-bell-alt:before {
  content: "\e6cd";
}
.fa-coffee:before {
  content: "\e6ce";
}
.fa-food:before {
  content: "\e6cf";
}
.fa-file-alt:before {
  content: "\e6d0";
}
.fa-building:before {
  content: "\e6d1";
}
.fa-hospital:before {
  content: "\e6d2";
}
.fa-ambulance:before {
  content: "\e6d3";
}
.fa-medkit:before {
  content: "\e6d4";
}
.fa-fighter-jet:before {
  content: "\e6d5";
}
.fa-beer:before {
  content: "\e6d6";
}
.fa-h-sign:before {
  content: "\e6d7";
}
.fa-double-angle-left:before {
  content: "\e6d8";
}
.fa-double-angle-right:before {
  content: "\e6d9";
}
.fa-double-angle-up:before {
  content: "\e6da";
}
.fa-double-angle-down:before {
  content: "\e6db";
}
.fa-angle-left:before {
  content: "\e6dc";
}
.fa-angle-right:before {
  content: "\e6dd";
}
.fa-angle-up:before {
  content: "\e6de";
}
.fa-angle-down:before {
  content: "\e6df";
}
.fa-desktop:before {
  content: "\e6e0";
}
.fa-laptop:before {
  content: "\e6e1";
}
.fa-tablet:before {
  content: "\e6e2";
}
.fa-mobile:before {
  content: "\e6e3";
}
.fa-circle-blank:before {
  content: "\e6e4";
}
.fa-quote-left:before {
  content: "\e6e5";
}
.fa-quote-right:before {
  content: "\e6e6";
}
.fa-spinner:before {
  content: "\e6e7";
}
.fa-circle:before {
  content: "\e6e8";
}
.fa-reply:before {
  content: "\e6e9";
}
.fa-folder-close-alt:before {
  content: "\e6ea";
}
.fa-folder-open-alt:before {
  content: "\e6eb";
}
.fa-expand-alt:before {
  content: "\e6ec";
}
.fa-collapse-alt:before {
  content: "\e6ed";
}
.fa-smile:before {
  content: "\e6ee";
}
.fa-frown:before {
  content: "\e6ef";
}
.fa-meh:before {
  content: "\e6f0";
}
.fa-gamepad:before {
  content: "\e6f1";
}
.fa-keyboard:before {
  content: "\e6f2";
}
.fa-flag-alt:before {
  content: "\e6f3";
}
.fa-flag-checkered:before {
  content: "\e6f4";
}
.fa-terminal:before {
  content: "\e6f5";
}
.fa-code:before {
  content: "\e6f6";
}
.fa-reply-all:before {
  content: "\e6f7";
}
.fa-star-half-full:before {
  content: "\e6f8";
}
.fa-location-arrow:before {
  content: "\e6f9";
}
.fa-crop:before {
  content: "\e6fa";
}
.fa-code-fork:before {
  content: "\e6fb";
}
.fa-question:before {
  content: "\e6fc";
}
.fa-info:before {
  content: "\e6fd";
}
.fa-exclamation:before {
  content: "\e6fe";
}
.fa-superscript:before {
  content: "\e6ff";
}
.fa-subscript:before {
  content: "\e700";
}
.fa-eraser:before {
  content: "\e701";
}
.fa-puzzle:before {
  content: "\e702";
}
.fa-microphone:before {
  content: "\e703";
}
.fa-microphone-off:before {
  content: "\e704";
}
.fa-shield:before {
  content: "\e705";
}
.fa-calendar-empty:before {
  content: "\e706";
}
.fa-fire-extinguisher:before {
  content: "\e707";
}
.fa-rocket:before {
  content: "\e708";
}
.fa-maxcdn:before {
  content: "\e709";
}
.fa-chevron-sign-left:before {
  content: "\e70a";
}
.fa-chevron-sign-right:before {
  content: "\e70b";
}
.fa-chevron-sign-up:before {
  content: "\e70c";
}
.fa-chevron-sign-down:before {
  content: "\e70d";
}
.fa-css3:before {
  content: "\e70e";
}
.fa-anchor:before {
  content: "\e70f";
}
.fa-unlock-alt:before {
  content: "\e710";
}
.fa-bullseye:before {
  content: "\e711";
}
.fa-ellipsis-horizontal:before {
  content: "\e712";
}
.fa-ellipsis-vertical:before {
  content: "\e713";
}
.fa-rss-sign:before {
  content: "\e714";
}
.fa-play-sign:before {
  content: "\e715";
}
.fa-ticket:before {
  content: "\e716";
}
.fa-minus-sign-alt:before {
  content: "\e717";
}
.fa-check-minus:before {
  content: "\e718";
}
.fa-level-up:before {
  content: "\e719";
}
.fa-level-down:before {
  content: "\e71a";
}
.fa-check-sign:before {
  content: "\e71b";
}
.fa-edit-sign:before {
  content: "\e71c";
}
.fa-external-link-sign:before {
  content: "\e71d";
}
.fa-share-sign:before {
  content: "\e71e";
}
.fa-compass:before {
  content: "\e71f";
}
.fa-collapse-top:before {
  content: "\e720";
}
.fa-expand:before {
  content: "\e721";
}
.fa-euro:before {
  content: "\e722";
}
.fa-gbp:before {
  content: "\e723";
}
.fa-dollar:before {
  content: "\e724";
}
.fa-rupee:before {
  content: "\e725";
}
.fa-yen:before {
  content: "\e726";
}
.fa-renminbi:before {
  content: "\e727";
}
.fa-won:before {
  content: "\e728";
}
.fa-bitcoin:before {
  content: "\e729";
}
.fa-file2:before {
  content: "\e72a";
}
.fa-file-text:before {
  content: "\e72b";
}
.fa-sort-by-alphabet:before {
  content: "\e72c";
}
.fa-sort-by-alphabet-alt:before {
  content: "\e72d";
}
.fa-sort-by-attributes:before {
  content: "\e72e";
}
.fa-sort-by-attributes-alt:before {
  content: "\e72f";
}
.fa-sort-by-order:before {
  content: "\e730";
}
.fa-sort-by-order-alt:before {
  content: "\e731";
}
.fa-thumbs-down2:before {
  content: "\e732";
}
.fa-youtube-sign:before {
  content: "\e733";
}
.fa-youtube:before {
  content: "\e734";
}
.fa-xing:before {
  content: "\e735";
}
.fa-xing-sign:before {
  content: "\e736";
}
.fa-youtube-play:before {
  content: "\e737";
}
.fa-dropbox:before {
  content: "\e738";
}
.fa-stackexchange:before {
  content: "\e739";
}
.fa-instagram:before {
  content: "\e73a";
}
.fa-flickr:before {
  content: "\e73b";
}
.fa-adn:before {
  content: "\e73c";
}
.fa-bitbucket:before {
  content: "\e73d";
}
.fa-bitbucket-sign:before {
  content: "\e73e";
}
.fa-tumblr:before {
  content: "\e73f";
}
.fa-tumblr-sign:before {
  content: "\e740";
}
.fa-long-arrow-down:before {
  content: "\e741";
}
.fa-long-arrow-up:before {
  content: "\e742";
}
.fa-long-arrow-left:before {
  content: "\e743";
}
.fa-apple:before {
  content: "\e744";
}
.fa-windows:before {
  content: "\e745";
}
.fa-android:before {
  content: "\e746";
}
.fa-linux:before {
  content: "\e747";
}
.fa-dribbble:before {
  content: "\e748";
}
.fa-skype:before {
  content: "\e749";
}
.fa-foursquare:before {
  content: "\e74a";
}
.fa-trello:before {
  content: "\e74b";
}
.fa-female:before {
  content: "\e74c";
}
.fa-male:before {
  content: "\e74d";
}
.fa-gittip:before {
  content: "\e74e";
}
.fa-sun:before {
  content: "\e74f";
}
.fa-moon:before {
  content: "\e750";
}
.fa-archive:before {
  content: "\e751";
}
.fa-bug:before {
  content: "\e752";
}
.fa-vk:before {
  content: "\e753";
}
.fa-weibo:before {
  content: "\e754";
}
.fa-renren:before {
  content: "\e755";
}
.fa-cog:before {
  content: "\e756";
}
.fa-volume-up:before {
  content: "\e757";
}
.fa-indent-left:before {
  content: "\e758";
}
.fa-fast-forward:before {
  content: "\e759";
}
.fa-share-alt:before {
  content: "\e75a";
}
.fa-chevron-down:before {
  content: "\e75b";
}
.fa-linkedin-sign:before {
  content: "\e75c";
}
.fa-bullhorn:before {
  content: "\e75d";
}
.fa-cloud:before {
  content: "\e75e";
}
.fa-money:before {
  content: "\e75f";
}
.fa-paste:before {
  content: "\e760";
}
.fa-plus-sign2:before {
  content: "\e761";
}
.fa-github-alt:before {
  content: "\e762";
}
.fa-unlink:before {
  content: "\e763";
}
.fa-html5:before {
  content: "\e764";
}
.fa-collapse:before {
  content: "\e765";
}
.fa-thumbs-up2:before {
  content: "\e766";
}
.fa-long-arrow-right:before {
  content: "\e767";
}

/* ------------------ Spin icon --------------------*/
.icon-spin {
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
/* -----------------------------------------
   Template helpers
----------------------------------------- */
/* ------------------ Sizes --------------------*/
.s12 {
  font-size: 12px !important;
}
.s16 {
  font-size: 16px !important;
}
.s18 {
  font-size: 18px !important;
}
.s20 {
  font-size: 20px !important;
}
.s24 {
  font-size: 24px !important;
}
.s32 {
  font-size: 32px !important;
}
.s64 {
  font-size: 64px !important;
}
.vat {
  vertical-align: top !important;
}
.vam {
  vertical-align: middle !important;
}
.vab {
  vertical-align: bottom !important;
}
/* ------------------ Margins --------------------*/
.row.no-padding {
  margin-left: 0;
  margin-right: 0;
}
.row.no-padding [class^="col-"] {
  padding: 0;
}
.m0 {
  margin: 0 !important;
}
.m5 {
  margin: 5px !important;
}
.m10 {
  margin: 10px !important;
}
.m15 {
  margin: 15px !important;
}
.m20 {
  margin: 20px !important;
}
.m25 {
  margin: 25px !important;
}
.mt0 {
  margin-top: 0 !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mr0 {
  margin-right: 0 !important;
}
.mr5 {
  margin-right: 5px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mr15 {
  margin-right: 15px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mr25 {
  margin-right: 25px !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb27 {
  margin-bottom: 27px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.ml0 {
  margin-left: 0 !important;
}
.ml5 {
  margin-left: 5px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.ml15 {
  margin-left: 15px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.ml25 {
  margin-left: 25px !important;
}
/* ------------------ Paddings --------------------*/
.p0 {
  padding: 0 !important;
}
.p5 {
  padding: 5px !important;
}
.p10 {
  padding: 10px !important;
}
.p15 {
  padding: 15px !important;
}
.p20 {
  padding: 20px !important;
}
.p25 {
  padding: 25px !important;
}
.pt0 {
  padding-top: 0 !important;
}
.pt5 {
  padding-top: 5px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt15 {
  padding-top: 15px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt25 {
  padding-top: 25px !important;
}
.pr0 {
  padding-right: 0 !important;
}
.pr5 {
  padding-right: 5px !important;
}
.pr10 {
  padding-right: 10px !important;
}
.pr15 {
  padding-right: 15px !important;
}
.pr20 {
  padding-right: 20px !important;
}
.pr25 {
  padding-right: 25px !important;
}
.pb0 {
  padding-bottom: 0 !important;
}
.pb5 {
  padding-bottom: 5px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pb15 {
  padding-bottom: 15px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pb25 {
  padding-bottom: 25px !important;
}
.pl0 {
  padding-left: 0 !important;
}
.pl5 {
  padding-left: 5px !important;
}
.pl10 {
  padding-left: 10px !important;
}
.pl15 {
  padding-left: 15px !important;
}
.pl20 {
  padding-left: 20px !important;
}
.pl25 {
  padding-left: 25px !important;
}
/* ------------------ Percent widths --------------------*/
.per5 {
  width: 5% !important;
}
.per10 {
  width: 10% !important;
}
.per15 {
  width: 15% !important;
}
.per20 {
  width: 20% !important;
}
.per25 {
  width: 25% !important;
}
.per30 {
  width: 30% !important;
}
.per35 {
  width: 35% !important;
}
.per40 {
  width: 40% !important;
}
.per45 {
  width: 45% !important;
}
.per50 {
  width: 50% !important;
}
.per55 {
  width: 55% !important;
}
.per60 {
  width: 60% !important;
}
.per65 {
  width: 65% !important;
}
.per70 {
  width: 70% !important;
}
.per75 {
  width: 75% !important;
}
.per80 {
  width: 80% !important;
}
.per85 {
  width: 85% !important;
}
.per90 {
  width: 90% !important;
}
.per95 {
  width: 95% !important;
}
.per100 {
  width: 100% !important;
}
/* ------------------ Borders --------------------*/
.b {
  border: 1px solid #e7e7e2;
}
.bt {
  border-top: 1px solid #e7e7e2;
}
.br {
  border-right: 1px solid #e7e7e2;
}
.bb {
  border-bottom: 1px solid #e7e7e2;
}
.bl {
  border-left: 1px solid #e7e7e2;
}
.btlr {
  border-top-left-radius: 4px;
}
.btrr {
  border-top-right-radius: 4px;
}
.bblr {
  border-bottom-left-radius: 4px;
}
.bbrr {
  border-bottom-right-radius: 4px;
}
.brall {
  border-radius: 4px;
}
.bn {
  border: none !important;
}
/* ------------------ Colors --------------------*/
.color-red {
  color: #f68484 !important;
}
.color-blue {
  color: #75b9e6 !important;
}
.color-green {
  color: #71d398 !important;
}
.color-yellow {
  color: #ffcc66 !important;
}
.color-orange {
  color: #f4b162 !important;
}
.color-white {
  color: #ffffff !important;
}
.color-teal {
  color: #97d3c5 !important;
}
.color-dark {
  color: #79859b !important;
}
.color-pink {
  color: #f78db8 !important;
}
.color-lime {
  color: #a8db43 !important;
}
.color-magenta {
  color: #e65097 !important;
}
.color-purple {
  color: #af91e1 !important;
}
.color-brown {
  color: #d1b993 !important;
}
.color-gray {
  color: #555555 !important;
}
.color-grayspr {
  color: #f3f5f6 !important;
}
/* ------------------ Backgrounds --------------------*/
.white-bg {
  color: #768399;
  background-color: #ffffff;
}
.red-bg {
  color: #ffffff;
  background-color: #f68484;
}
.blue-bg {
  color: #ffffff;
  background-color: #75b9e6;
}
.green-bg {
  color: #ffffff;
  background-color: #71d398;
}
.yellow-bg {
  color: #ffffff;
  background-color: #ffcc66;
}
.orange-bg {
  color: #ffffff;
  background-color: #f4b162;
}
.purple-bg {
  color: #ffffff;
  background-color: #af91e1;
}
.pink-bg {
  color: #ffffff;
  background-color: #f78db8;
}
.lime-bg {
  color: #ffffff;
  background-color: #a8db43;
}
.magenta-bg {
  color: #ffffff;
  background-color: #e65097;
}
.teal-bg {
  color: #ffffff;
  background-color: #97d3c5;
}
.brown-bg {
  color: #ffffff;
  background-color: #d1b993;
}
.gray-bg {
  color: #768399;
  background-color: #e4e9eb;
}
.dark-bg {
  color: #ffffff;
  background-color: #79859b;
}
/* ------------------ Opacity --------------------*/
.opacity {
  opacity: 1 !important;
}
.opacity0 {
  opacity: 0 !important;
}
/* ------------------ Typo --------------------*/
.strong {
  font-weight: bold;
}
.uppercase {
  text-transform: uppercase;
}
.normal {
  font-weight: normal;
}
/* ------------------ Contextual colors --------------------*/
.text-muted {
  color: #999999;
}
.text-primary {
  color: #75b9e6;
}
a.text-primary:hover {
  color: #4aa3de;
}
.text-success {
  color: #71d398;
}
a.text-success:hover {
  color: #4ac77c;
}
.text-info {
  color: #97d3c5;
}
a.text-info:hover {
  color: #73c4b1;
}
.text-warning {
  color: #f4b162;
}
a.text-warning:hover {
  color: #f19932;
}
.text-danger {
  color: #f68484;
}
a.text-danger:hover {
  color: #f35454;
}
.text-yellow {
  color: #ffcc66;
}
a.text-yellow:hover {
  color: #ffbb33;
}
.text-orange {
  color: #f4b162;
}
a.text-orange:hover {
  color: #f19932;
}
.text-dark {
  color: #79859b;
}
a.text-dark:hover {
  color: #606c81;
}
.text-brown {
  color: #d1b993;
}
a.text-brown:hover {
  color: #c2a26f;
}
.text-pink {
  color: #f78db8;
}
a.text-pink:hover {
  color: #f45d9a;
}
.text-magenta {
  color: #e65097;
}
a.text-magenta:hover {
  color: #e0237c;
}
.text-lime {
  color: #a8db43;
}
a.text-lime:hover {
  color: #90c526;
}
/* ------------------ Positions --------------------*/
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
/* -----------------------------------------
   Body styles
----------------------------------------- */
/* ------------------ IE10 and windows phone 8 fix. --------------------*/
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
body {
  overflow-x: hidden;
  min-height: 100%;
  background: #ffffff;
  color: #768399;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  -webkit-transition: -webkit-transform 0.4s ease !important;
  transition: transform 0.4s ease !important;
  position: relative;
}
body.stop-scrolling {
  height: 100%;
  overflow: hidden;
  -webkit-filter: blur(6px);
  -moz-filter: blur(6px);
  -ms-filter: blur(6px);
  -o-filter: blur(6px);
  filter: blur(6px);
}
body.remove-scroll {
  height: 100%;
  overflow: hidden;
}
body.login-page {
  background: linear-gradient(45deg, rgb(84, 117, 137) 0%, rgb(26, 144, 187) 100%);
}
body.login-page #login {
  width: 420px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -200px;
  margin-left: -210px;
}
body.login-page #login #logo {
  position: absolute;
  top: -75px;
  left: 50%;
  margin-left: -105px;
}
body.login-page #login .login-wrapper {
  width: 100%;
  height: auto;
  background-color: #ffffff;
  border-radius: 4px;
  display: inline-block;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}
body.login-page #login .login-wrapper .nav-tabs.nav-justified li:first-child a {
  border-top-left-radius: 4px;
}
body.login-page #login .login-wrapper .nav-tabs.nav-justified li:last-child a {
  border-top-right-radius: 4px;
}
body.login-page #login .login-wrapper .nav-tabs.nav-justified li a {
  border: none;
}
body.login-page #login .login-wrapper #user-info {
  position: relative;
  height: 156px;
}
body.login-page #login .login-wrapper #user-info img.cover {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
body.login-page #login .login-wrapper #user-info h4.headline {
  float: left;
  padding: 10px 30px;
}
body.login-page .reg-block {
  margin: 5% auto;
  position: relative;
  width: 650px;
  overflow: hidden;
  border-radius: 8px;
}
body.login-page .reg-header {
  padding: 5px 10px 15px;
  overflow: hidden;
  color: #fff;
  background: #283740;
  text-align: center;
}
body.login-page .reg-header .reg-title span {
  color: #69c1fb;
}
body.login-page .reg-header .reg-subtitle {
  font-size: 16px;
  color: #dedede;
}
body.login-page .reg-wrapper {
  padding: 12px;
  overflow: hidden;
  background: #fff;
}
body.error-page {
  margin-top: 5%;
  background-color: #f3f5f6;
}
body.error-page h1.error-number {
  text-align: center;
  font-size: 20em;
  font-family: 'Cantarell';
}
body.mce-fullscreen #header {
  display: none;
}
body.full-screen {
  width: 100%;
}
body.full-screen #header {
  left: 0;
}
* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none !important;
}
/* -----------------------------------------
   Header styles
----------------------------------------- */
#header {
  height: 50px;
  background: #75b9e6;
  z-index: 999;
  position: absolute;
  width: 100%;
  top: 0;
}
#header .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
#header.header-fixed {
  position: fixed;
}
#header .navbar {
  padding: 8px 0 8px 16px;
  margin-bottom: 0;
  padding-right: 20px;
  background: #75b9e6;
  border-radius: 0;
  border: none;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
#header .navbar .navbar-toggle {
  margin-right: 20px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  border-radius: 4px;
  position: absolute;
  right: 0;
}
#header .navbar .navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background: #ffffff;
}
#header .navbar .navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  background-color: #75b9e6;
}
#header .navbar .navbar-brand {
  padding: 0;
  width: 210px;
  margin-right: 0;
}
#header .navbar .navbar-brand .text-logo-element {
  font-size: 32px;
  color: #1a608f;
  margin-left: 34px;
  margin-right: 10px;
  margin-top: -8px;
}
#header .navbar .navbar-brand .text-logo,
#header .navbar .navbar-brand .text-slogan {
  font-weight: bold;
  /*font-family: 'Droid Sans';*/
  font-size: 24px;
  text-transform: uppercase;
  margin-top: 15px;
  display: inline-block;
}
#header .navbar .navbar-brand .text-logo {
  color: #124363;
}
#header .navbar .navbar-brand .text-slogan {
  color: #ffffff;
}
#header .navbar .top-nav li {
  margin: 0 4px;
}
#header .navbar .top-nav li .btn-white.btn-alt:hover, 
#header .navbar .top-nav li .btn-white.btn-alt.active {
  color: #475B67;
  border-color: #547589;
  text-shadow: none;
}
#header .navbar .nav li a {
  line-height: 50px;
  padding-top: 0;
  padding-bottom: 0;
  color: #ffffff;
  width: auto;
  position: relative;
  -webkit-transition: all;
  transition: all;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  overflow-x: hidden;
  font-size: 13px;
  min-width: 50px;
  text-align: center;
  outline: none;
}
#header .navbar .nav li a:hover,
#header .navbar .nav li a:focus {
  background: #3498da;
}
#header .navbar .nav li a i {
  font-size: 24px;
  /*text-shadow: 1px 1px 1px rgba(0,0,0, 0.5);*/
}
#header .navbar .nav li a .user-avatar {
  float: left;
  margin: 5px 10px 5px 0;
  border-radius: 4px;
  width: 40px;
  height: 40px;
}
#header .navbar .nav li.dropdown .dropdown-menu {
  min-width: 200px;
}
#header .navbar .nav li.active a {
  background: #b6daf2;
}
#header .navbar .nav li.dropdown.open .dropdown-menu li a {
  color: #768399;
  text-align: left;
  padding-left: 15px;
  /*&:hover {
            color: @white;
            background: @headerBackground;
          }*/
}
#header .navbar .nav li.dropdown.open .dropdown-menu li a:hover {
  background: #f3f5f6;
  color: #535e6f;
}
#header .navbar .nav li.dropdown.open .dropdown-menu li a:hover i {
  color: #75b9e6;
}
#header .navbar .nav li.dropdown.open .dropdown-menu li a i {
  margin-right: 10px;
}
#header .navbar .nav li.dropdown.open .dropdown-menu li a .notification {
  top: 15px;
  right: 10px;
}
#header .navbar .nav li.dropdown.open .email {
  min-width: 300px;
}
#header .navbar .nav li.dropdown.open .email li.mail-head {
  margin-top: 5px;
}
#header .navbar .nav li.dropdown.open .email li.mail-head div.clearfix a {
  padding-left: 13px;
  display: inline-block;
  border-radius: 4px;
}
#header .navbar .nav li.dropdown.open .email li.mail-head div.clearfix a i {
  margin-right: 0;
}
#header .navbar .nav li.dropdown.open .email li.mail-head div.clearfix div.pull-left,
#header .navbar .nav li.dropdown.open .email li.mail-head div.clearfix div.pull-right {
  width: 25%;
  padding: 0;
  text-align: center;
}
#header .navbar .nav li.dropdown.open .email li.mail-head span {
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  line-height: 48px;
  width: 45%;
  display: inline-block;
  font-size: 16px;
}
#header .navbar .nav li.dropdown.open .email li.search-email form {
  padding: 0 10px 5px;
  position: relative;
}
#header .navbar .nav li.dropdown.open .email li.search-email form input {
  height: 40px;
  padding-left: 35px;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #e7e7e2;
}
#header .navbar .nav li.dropdown.open .email li.search-email form button {
  position: absolute;
  left: 15px;
  top: 10px;
  border: none;
  background: none;
}
#header .navbar .nav li.dropdown.open .email li.mail-list {
  position: relative;
  padding: 0;
}
#header .navbar .nav li.dropdown.open .email li.mail-list a {
  padding: 0;
  overflow: inherit;
  line-height: inherit;
  white-space: inherit;
  float: left;
  padding: 0 10px;
}
#header .navbar .nav li.dropdown.open .email li.mail-list a:hover {
  background: #f3f5f6;
  color: #768399;
}
#header .navbar .nav li.dropdown.open .email li.mail-list a:hover .status i {
  color: inherit;
}
#header .navbar .nav li.dropdown.open .email li.mail-list .mail-avatar {
  width: 50px;
  height: 50px;
  border-radius: 4px;
  float: left;
  position: absolute;
  top: 10px;
}
#header .navbar .nav li.dropdown.open .email li.mail-list p.name {
  position: relative;
  padding-left: 50px;
  margin-bottom: 0;
}
#header .navbar .nav li.dropdown.open .email li.mail-list p.name .status {
  color: #71d398;
}
#header .navbar .nav li.dropdown.open .email li.mail-list p.name .status i {
  font-size: 30px;
  width: 20px;
  margin-right: 5px;
}
#header .navbar .nav li.dropdown.open .email li.mail-list p.name .status.off {
  color: #f68484;
}
#header .navbar .nav li.dropdown.open .email li.mail-list p.name .notification {
  position: relative;
  display: inline-block;
  top: auto;
  right: auto;
}
#header .navbar .nav li.dropdown.open .email li.mail-list p.name .time {
  float: right;
  margin-top: 3px;
  margin-right: 5px;
}
#header .navbar .nav li.dropdown.open .email li.mail-list p.msg {
  float: left;
  padding-left: 60px;
}
#header .navbar .nav li.dropdown.open .email li.mail-more a {
  margin: 10px;
  text-align: center;
  background: #f3f5f6;
  border-radius: 4px;
}
#header .navbar .nav li.dropdown.open .email li.mail-more a:hover {
  background: #75b9e6;
  color: #ffffff;
}
#header .navbar .nav li.dropdown.open .email li.mail-more a:hover i {
  color: #ffffff;
}
#header .navbar .nav li.dropdown.open .notification-menu {
  min-width: 300px;
}
#header .navbar .nav li.dropdown.open .notification-menu li {
  padding: 0 10px;
  -webkit-transition: all;
  transition: all;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
#header .navbar .nav li.dropdown.open .notification-menu li i {
  font-size: 20px;
  margin-left: 5px;
  margin-right: 5px;
}
#header .navbar .nav li.dropdown.open .notification-menu li .notification-user,
#header .navbar .nav li.dropdown.open .notification-menu li .notification-link {
  padding: 0;
  overflow: inherit;
  display: inline-block;
  font-size: 14px;
}
#header .navbar .nav li.dropdown.open .notification-menu li .notification-user:hover,
#header .navbar .nav li.dropdown.open .notification-menu li .notification-link:hover {
  background: none;
}
#header .navbar .nav li.dropdown.open .notification-menu li .notification-user {
  margin-right: 5px;
  color: #f68484;
  font-weight: bold;
}
#header .navbar .nav li.dropdown.open .notification-menu li .notification-user:hover {
  color: #f35454;
  text-decoration: underline;
}
#header .navbar .nav li.dropdown.open .notification-menu li .notification-action {
  color: #bfc5cf;
}
#header .navbar .nav li.dropdown.open .notification-menu li .notification-link {
  font-weight: bold;
  color: #71d398;
  text-decoration: underline;
}
#header .navbar .nav li.dropdown.open .notification-menu li .notification-link:hover {
  color: #4ac77c;
}
#header .navbar .nav li.dropdown.open .notification-menu li:hover {
  background: #f3f5f6;
}
#header .navbar .nav.navbar-nav > .open > a,
#header .navbar .nav.navbar-nav > .open > a:focus {
  background: #3498da;
}
#header #header-area {
  width: 100%;
  padding: 15px;
  background: #ffffff;
  border-bottom: 2px solid #4aa3de;
  border-top: 2px solid #4aa3de;
  display: none;
  float: left;
  height: auto;
}
#header #header-area ul {
  margin-bottom: 0;
}
#header #header-area .header-area-inner {
  text-align: center;
  height: 100px;
}
#header #header-area .shortcut-button {
  margin-bottom: 0;
  height: auto;
}
#header #header-area.show-header-area {
  display: block;
}
/* -----------------------------------------
   Sidebar styles
----------------------------------------- */
#sidebar {
  width: 210px;
  height: auto;
  position: fixed;
  left: 0;
  /*bottom: 0;*/
  top: 69px;
  z-index: 99;
  /*Fixed sidebar*/
  /*Hided Sidebar*/
  /* ------------------ Sidebar navigation --------------------*/
  /* ------------------ Server stats in sidebar --------------------*/
}
#sidebar:hover .resizableBtn {
  display: block;
}
#sidebar.sidebar-fixed.hide-sidebar {
  position: fixed;
}

#sidebar.sidebar-fixed {
  /*position: fixed;*/
}
#sidebar.hide-sidebar {
  width: 40px;
}
#sidebar.hide-sidebar:after {
  width: 40px;
}

#sidebar.hide-sidebar .sidebar-inner > div {
  display: none;
}
#sidebar.hide-sidebar #sideNav.sidebar_task li a .notification {
  display: none;
}
#sidebar.hide-sidebar #sideNav.sidebar_task li a .sideNav-arrow {
  display: none;
}
#sidebar.hide-sidebar #sideNav.sidebar_task li a {
  padding: 10px 5px 10px 10px;
  white-space: nowrap;
  overflow: hidden;
}

#sidebar.hide-sidebar #sideNav.sidebar_task li .sub a {
  padding: 5px 5px 5px 10px;
}

#sidebar:after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 210px;
  background: #f3f5f6;
  border-right: 1px solid #e7e7e2;
  z-index: -1;
}
#sidebar .sidebar-inner {
  position: relative;
  width: auto;
  height: 100%;
}
#sidebar #sideNav .top-search {
  position: relative;
}
#sidebar #sideNav .top-search input {
  border: none;
  border-bottom: 1px solid transparent;
  background: none;
  height: 50px;
  padding-left: 50px;
  width: 100%;
}
#sidebar #sideNav .top-search input:focus,
#sidebar #sideNav .top-search input:hover {
  background: #e4e9eb;
}
#sidebar #sideNav .top-search input:focus {
  border-bottom: 1px solid #e0e0da;
}
#sidebar #sideNav .top-search button {
  position: absolute;
  left: 8px;
  top: 13px;
  border: none;
  background: none;
}
#sidebar #sideNav .top-search button i {
  color: #acb1b8;
}
#sidebar #sideNav li {
  float: left;
  width: 100%;
  margin-top: 0;
  border-right: 1px solid #e7e7e2;
}
#sidebar #sideNav li a {
  padding: 15px;
  position: relative;
  color: #768399;
  height: 50px;
  border-radius: 0;
  background: #f3f5f6;
  -webkit-transition: background;
  transition: background;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
#sidebar #sideNav li a i {
  font-size: 20px;
  margin-right: 15px;
  float: left;
  color: #acb1b8;
  -webkit-transition: all;
  transition: all;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  width: auto;
  margin-bottom: 0;
  text-shadow: 1px 1px 1px #ffffff;
}
#sidebar #sideNav li a i.sideNav-arrow {
  float: right;
  margin-right: 0;
  margin-left: 5px;
}
#sidebar #sideNav li a i.s16 {
  right: 17px;
}
#sidebar #sideNav li a .notification {
  position: relative;
  display: inline-block;
  top: auto;
  right: auto;
  float: right;
  margin-left: 10px;
}
#sidebar #sideNav li a .indicator {
  position: absolute;
  top: -1px;
  left: 0;
  height: 51px;
  width: 4px;
  background: #75b9e6;
  opacity: 0;
}
#sidebar #sideNav li a:hover {
  background: #eaeeef;
}
#sidebar #sideNav li a:hover .notification.onhover {
  opacity: 1;
}
#sidebar #sideNav li a.active {
  background: #ffffff;
  font-weight: bold;
  border-right: 1px solid transparent;
  margin-right: -1px;
  border-top: 1px solid #e0e0da;
  border-bottom: 1px solid #e0e0da;
}
#sidebar #sideNav li a:hover i,
#sidebar #sideNav li a.active i {
  color: #75b9e6;
  text-shadow: none;
}
#sidebar #sideNav li a.expand {
  background: #eaeeef;
  border-bottom: 1px solid #e0e0da;
}
#sidebar #sideNav li a.expand .notification.onhover {
  opacity: 1;
}
#sidebar #sideNav li a.expand i {
  color: #75b9e6;
}
#sidebar #sideNav li .sub {
  /*display: none;*/
  margin-right: -1px;
}
#sidebar #sideNav li .sub a {
  background: #fcfcfd;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  white-space: nowrap;
}
#sidebar #sideNav li .sub a.active {
  background: #ffffff;
  font-weight: bold;
  border-right: 1px solid transparent;
  margin-right: -1px;
  border-top: 1px solid #e0e0da;
  border-bottom: 1px solid #e0e0da;
}
#sidebar #sideNav li .sub a:hover {
  background: #eaeeef;
}
#sidebar #sideNav li .sub li:first-child a.active,
#sidebar #sideNav li .sub li:first-child a.active:hover,
#sidebar #sideNav li .sub li:first-child a:hover {
  border-top: 1px solid transparent;
}
#sidebar #sideNav li .sub.show li:last-child > a {
  border-bottom: 1px solid #e0e0da;
}
#sidebar #sideNav li .sub li.hasSub > a {
  border-top: 1px solid #e0e0da;
}
#sidebar #sideNav li .sub li.hasSub > a.expand {
  background: #eaeeef;
}
#sidebar #sideNav.hasSub a.expand {
  border-top-color: transparent;
}
#sidebar .server-stats {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  position: relative;
}
#sidebar .server-stats span.txt,
#sidebar .server-stats span.percent,
#sidebar .server-stats .sparkline {
  width: 100%;
  display: inline-block;
}
#sidebar .server-stats span.txt {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 10px;
}
#sidebar .server-stats span.percent {
  font-size: 32px;
  line-height: 32px;
  font-weight: bold;
  margin-bottom: 10px;
}
#sidebar .server-stats span.percent:after {
  content: "%";
}
#sidebar .server-stats .sparkline {
  margin-bottom: 10px;
}
#sidebar .server-stats .pie-chart {
  position: absolute;
  right: 10px;
  top: 30px;
}
#sidebar #sideNav.sidebar_task li a {
    padding: 10px 15px 10px 15px;
    height: 40px;
    font-size: 90%;
}
#sidebar #sideNav.sidebar_task li .sub a {
    padding: 10px 15px 10px 30px;
}
/* -----------------------------------------
   Right sidebar styles
----------------------------------------- */
#right-sidebar {
  width: 280px;
  height: 100%;
  position: fixed;
  right: 0;
  bottom: 0;
  top: 50px;
  z-index: 999;
  overflow: hidden;
  border-left: 1px solid #e7e7e2;
  background: #f3f5f6;
  /*Hided Sidebar*/
}
#right-sidebar.hide-sidebar {
  margin-right: -280px;
}
#right-sidebar .sidebar-inner {
  position: relative;
  width: auto;
  height: 100%;
  padding-bottom: 45px;
  /* For chat window */
}
/* -----------------------------------------
   Content
----------------------------------------- */
#content {
  margin-left: 200px;
  padding: 90px 25px 25px 25px;
  min-width: 1025px;
}
#content.sidebar-page {
  margin-left: 200px;
}
#content.full-page {
  margin-left: 30px;
}
#content.offCanvas {
  width: 100%;
  margin-left: 210px;
}
#content.overLap {
  margin-left: 30px;
}
#content .content-wrapper {
  height: auto;
  float: left;
  width: 100%;
  position: relative;
}
#content .content-wrapper .outlet {
  position: relative;
}
#content .content-wrapper .heading:before,
#content .content-wrapper .heading:after {
  content: " ";
  display: table;
}
#content .content-wrapper .heading:after {
  clear: both;
}
#content .content-wrapper .heading h1.page-header {
  font-size: 24px;
  border-bottom: none;
  margin: 12.5px 0 12.5px 0;
  padding: 0;
  background: #ffffff;
  font-weight: 300;
  width: auto;
}
#content .content-wrapper .heading h1.page-header i {
  font-size: 42px;
  opacity: 0.1;
  filter: alpha(opacity=10);
  margin-right: 10px;
  float: none;
}
#content .content-wrapper .heading h1.page-header [class*="icomoon-"] {
  margin-top: -4px;
}
#content .content-wrapper .heading .breadcrumb {
  line-height: 20px;
  border-radius: 4px;
  background: #f3f5f6;
  padding: 15px;
  margin-bottom: 12.5px;
}
#content .content-wrapper .heading .breadcrumb i {
  color: #acb1b8;
  font-size: 16px;
  padding: 0 5px;
  margin-top: -3px;
}
#content .content-wrapper .heading .breadcrumb i.divider {
  padding-right: 0;
}
#content .content-wrapper .heading .breadcrumb > li {
  display: inline-block;
}
#content .content-wrapper .heading .breadcrumb > li + li:before {
  content: "";
  float: left;
  padding: 0 2px;
  color: #cccccc;
}
#content .content-wrapper .heading .option-buttons {
  float: right;
  width: auto;
  height: 50px;
  margin-bottom: 20px;
  margin-top: -120px;
  padding-left: 15px;
}
#content .content-wrapper .heading .option-buttons .dropdown-menu {
  margin-top: 15px;
}
#content .content-wrapper .heading .option-buttons .dropdown-menu:after,
#content .content-wrapper .heading .option-buttons .dropdown-menu:before {
  bottom: 100%;
  right: 12px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
#content .content-wrapper .heading .option-buttons .dropdown-menu:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 10px;
  margin-left: -10px;
  right: 13px;
}
#content .content-wrapper .heading .option-buttons .dropdown-menu:before {
  border-color: rgba(231, 231, 226, 0);
  border-bottom-color: #e7e7e2;
  border-width: 11px;
  margin-left: -11px;
}
#content .content-wrapper .heading .option-buttons .btn-toolbar:not(.note-toolbar) > .btn-group.open .dropdown-toggle {
  box-shadow: none;
}
#content .content-wrapper .heading .option-buttons .btn-toolbar:not(.note-toolbar) > .btn-group > .btn {
  padding: 12px;
}
#content .content-wrapper .heading .option-buttons .btn-toolbar:not(.note-toolbar) > .btn-group a {
  line-height: 24px;
}
#content .content-wrapper .heading .option-buttons .option-dropdown {
  width: 320px;
  padding: 10px;
  float: left;
}
#content .content-wrapper .heading .option-buttons #lock-timer {
  vertical-align: text-bottom;
}
/* -----------------------------------------
   Template elements
----------------------------------------- */
/* ------------------ Backgrounds --------------------*/
.white-bg {
  color: #768399;
  background: #ffffff;
  background-color: #ffffff;
}
.red-bg {
  color: #ffffff;
  background: #f68484;
  background-color: #f68484;
}
.blue-bg {
  color: #ffffff;
  background: #75b9e6;
  background-color: #75b9e6;
}
.green-bg {
  color: #ffffff;
  background: #71d398;
  background-color: #71d398;
}
.yellow-bg {
  color: #ffffff;
  background: #ffcc66;
  background-color: #ffcc66;
}
.orange-bg {
  color: #ffffff;
  background: #f4b162;
  background-color: #f4b162;
}
.purple-bg {
  color: #ffffff;
  background: #af91e1;
  background-color: #af91e1;
}
.pink-bg {
  color: #ffffff;
  background: #f78db8;
  background-color: #f78db8;
}
.lime-bg {
  color: #ffffff;
  background: #a8db43;
  background-color: #a8db43;
}
.magenta-bg {
  color: #ffffff;
  background: #e65097;
  background-color: #e65097;
}
.teal-bg {
  color: #ffffff;
  background: #97d3c5;
  background-color: #97d3c5;
}
.brown-bg {
  color: #ffffff;
  background: #d1b993;
  background-color: #d1b993;
}
.gray-bg {
  color: #768399;
  background: #e4e9eb;
  background-color: #e4e9eb;
}
.dark-bg {
  color: #ffffff;
  background: #79859b;
  background-color: #79859b;
}
.text-left {
  text-align: left !important;
}
.page-header {
  border-bottom-color: #e7e7e2;
  margin-top: 20px;
  padding-bottom: 0;
  box-shadow: 0 1px 0px #ffffff;
}
.page-header i {
  color: #acb1b8;
  margin-right: 10px;
  float: left;
}
/* ------------------ Tiles --------------------*/
.tile {
  display: block;
  float: left;
  width: 100%;
  height: 100%;
  cursor: pointer;
  margin: 0 0 25px 0;
  overflow: hidden;
  -webkit-transition: background;
  transition: background;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  text-decoration: none !important;
  outline: transparent solid 3px;
  position: relative;
  border-radius: 4px;
}
.tile:before,
.tile:after {
  content: " ";
  display: table;
}
.tile:after {
  clear: both;
}
.tile.white {
  background-color: #ffffff;
  color: #768399;
}
.tile.white:hover {
  background-color: #fcfcfc;
}
.tile.blue {
  background-color: #75b9e6;
  color: #ffffff;
}
.tile.blue:hover {
  background-color: #4aa3de;
}
.tile.red {
  background-color: #f68484;
  color: #ffffff;
}
.tile.red:hover {
  background-color: #f35454;
}
.tile.green {
  background-color: #71d398;
  color: #ffffff;
}
.tile.green:hover {
  background-color: #4ac77c;
}
.tile.yellow {
  background-color: #ffcc66;
  color: #ffffff;
}
.tile.yellow:hover {
  background-color: #ffbb33;
}
.tile.orange {
  background-color: #f4b162;
  color: #ffffff;
}
.tile.orange:hover {
  background-color: #f19932;
}
.tile.purple {
  background-color: #af91e1;
  color: #ffffff;
}
.tile.purple:hover {
  background-color: #9269d6;
}
.tile.pink {
  background-color: #f78db8;
  color: #ffffff;
}
.tile.pink:hover {
  background-color: #f45d9a;
}
.tile.lime {
  background-color: #a8db43;
  color: #ffffff;
}
.tile.lime:hover {
  background-color: #90c526;
}
.tile.magenta {
  background-color: #e65097;
  color: #ffffff;
}
.tile.magenta:hover {
  background-color: #e0237c;
}
.tile.teal {
  background-color: #97d3c5;
  color: #ffffff;
}
.tile.teal:hover {
  background-color: #73c4b1;
}
.tile.brown {
  background-color: #d1b993;
  color: #ffffff;
}
.tile.brown:hover {
  background-color: #c2a26f;
}
.tile.gray-spr {
  background-color: #f3f5f6;
}
.tile.gray-spr:hover {
  background-color: #d6dde0;
}
.tile.dark {
  color: #ffffff;
  background-color: #79859b;
}
.tile.dark:hover {
  background-color: #606c81;
}
.tile .tile-content {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 15px;
}
.tile .tile-content.text-center .number,
.tile .tile-content.text-center h3 {
  margin-left: 0;
}
.tile .tile-content .label {
  color: #768399;
  font-size: 100%;
  width: 100%;
  float: left;
  margin-bottom: 10px;
}
.tile .tile-content .spark-number {
  width: 100%;
  float: left;
  font-size: 24px;
  margin-bottom: 10px;
}
.tile .tile-content .spark .percent {
  float: left;
  font-size: 16px;
  width: 60%;
}
.tile .tile-content .spark .sparkline {
  /* float: right; */
  width: 40%;
  display: inline-block;
}
.tile .tile-content .number {
  font-size: 48px;
  line-height: 48px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  margin-left: 7px;
}
.tile .tile-content h1,
.tile .tile-content h2,
.tile .tile-content h3,
.tile .tile-content h4,
.tile .tile-content h5,
.tile .tile-content h6 {
  font-size: 14px;
  font-weight: normal;
}
.tile .tile-content h1,
.tile .tile-content h2,
.tile .tile-content h3,
.tile .tile-content h4,
.tile .tile-content h5,
.tile .tile-content h6,
.tile .tile-content p {
  padding: 0;
  margin: 10px 0 0px 10px;
  line-height: 18px;
}
.tile .tile-icon {
  float: right;
  right: 15px;
  position: absolute;
  top: 50%;
  margin-top: -32px;
}
.tile .tile-icon i {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
/* ------------------ Tile stats --------------------*/
.tile-stats {
  height: 100%;
  width: 100%;
  position: relative;
  -webkit-transition: all;
  transition: all;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.tile-stats .tile-stats-icon {
  float: left;
  width: 33.333%;
  padding: 18px 0;
  text-align: center;
}
.tile-stats .tile-stats-icon i {
  font-size: 48px;
  color: #a2abba;
}
.tile-stats .tile-stats-content {
  padding: 18px 0;
  width: 66.666%;
  float: left;
}
.tile-stats .tile-stats-content .tile-stats-number {
  font-weight: bold;
  font-size: 24px;
  color: #768399;
}
.tile-stats .tile-stats-content .tile-stats-text {
  color: #a2abba;
  font-size: 13px;
}
.tile-stats:hover {
  border-color: #c4c4b8;
}
.tile-stats.blue-bg {
  border-color: #75b9e6;
}
.tile-stats.blue-bg:hover {
  background: #4aa3de;
}
.tile-stats.gray-bg {
  border-color: #f3f5f6;
}
.tile-stats.gray-bg:hover {
  background: #e4e9eb;
}
.tile-stats.red-bg {
  border-color: #f68484;
}
.tile-stats.red-bg:hover {
  background: #f35454;
}
.tile-stats.orange-bg {
  border-color: #f4b162;
}
.tile-stats.orange-bg:hover {
  background: #f19932;
}
.tile-stats.yellow-bg {
  border-color: #ffcc66;
}
.tile-stats.yellow-bg:hover {
  background: #ffbb33;
}
.tile-stats.green-bg {
  border-color: #71d398;
}
.tile-stats.green-bg:hover {
  background: #4ac77c;
}
.tile-stats.pink-bg {
  border-color: #f78db8;
}
.tile-stats.pink-bg:hover {
  background: #f45d9a;
}
.tile-stats.magenta-bg {
  border-color: #e65097;
}
.tile-stats.magenta-bg:hover {
  background: #e0237c;
}
.tile-stats.purple-bg {
  border-color: #af91e1;
}
.tile-stats.purple-bg:hover {
  background: #9269d6;
}
.tile-stats.dark-bg {
  border-color: #79859b;
}
.tile-stats.dark-bg:hover {
  background: #606c81;
}
.tile-stats.teal-bg {
  border-color: #97d3c5;
}
.tile-stats.teal-bg:hover {
  background: #73c4b1;
}
.tile-stats.brown-bg {
  border-color: #d1b993;
}
.tile-stats.brown-bg:hover {
  background: #c2a26f;
}
/* ------------------ Sidebar panels --------------------*/
.sidebar-panel {
  margin-top: 10px;
  width: 100%;
  height: auto;
  float: left;
  position: relative;
}
.sidebar-panel:before,
.sidebar-panel:after {
  content: " ";
  display: table;
}
.sidebar-panel:after {
  clear: both;
}
.sidebar-panel .sidebar-panel-title {
  font-size: 13px;
  padding-left: 17px;
  text-transform: uppercase;
}
.sidebar-panel .sidebar-panel-title i {
  margin-right: 15px;
}
.sidebar-panel .sidebar-panel-content {
  padding: 5px 15px 15px;
  position: relative;
}
.sidebar-panel .sidebar-panel-content.fullwidth {
  padding: 5px 0px 15px;
}
/* ------------------ Sparkline tooltips --------------------*/
.jqstooltip {
  padding: 5px;
  display: inline-block;
}
.jqsfield {
  color: white;
  text-align: left;
  padding: 5px;
  margin-left: -5px;
  margin-right: 5px;
  margin-top: -5px;
  margin-bottom: 5px;
  border-radius: 0px;
  background: #79859b;
  font-family: verdana;
  font-size: 12px;
  font-weight: bold;
  white-space: nowrap;
  display: inline-block;
  z-index: 100;
  opacity: 0.9;
  filter: alpha(opacity=90);
  border-color: #79859b;
}
/* ------------------ Easypie charts --------------------*/
.easyPieChart {
  position: relative;
  text-align: center;
}
.easyPieChart canvas {
  position: absolute;
  top: 0;
  left: 0;
}
.pie-charts {
  float: left;
  text-align: center;
  padding: 0 12px;
  margin-bottom: 20px;
}
.pie-charts .easyPieChart {
  font-weight: bold;
}
.pie-charts div.label {
  color: #768399;
  font-size: 100%;
  width: 100%;
  float: left;
  margin-top: 10px;
}
.pie-charts.red-pie .easyPieChart {
  color: #f68484;
}
.pie-charts.red-pie div.label {
  color: #f68484;
}
.pie-charts.green-pie .easyPieChart {
  color: #71d398;
}
.pie-charts.green-pie div.label {
  color: #71d398;
}
.pie-charts.blue-pie .easyPieChart {
  color: #75b9e6;
}
.pie-charts.blue-pie div.label {
  color: #75b9e6;
}
.pie-charts.teal-pie .easyPieChart {
  color: #97d3c5;
}
.pie-charts.teal-pie div.label {
  color: #97d3c5;
}
.pie-charts.purple-pie .easyPieChart {
  color: #af91e1;
}
.pie-charts.purple-pie div.label {
  color: #af91e1;
}
/* ------------------ Flot charts --------------------*/
#flotTip {
  padding: 5px 10px;
  color: white;
  border-radius: 0px;
  background: #606c81;
  font-family: verdana;
  font-size: 12px;
  font-weight: bold;
  white-space: nowrap;
  display: inline-block;
  z-index: 100;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tickLabel {
  font-family: "Open Sans";
  font-size: 11px;
  text-align: center;
  font-weight: bold;
}
.blue-bg .tickLabel {
  color: #ffffff;
}
/* ------------------ Icons in header tags --------------------*/
h1 i,
h2 i,
h3 i,
h4 i,
h5 i,
h6 i {
  float: left;
  margin-top: -1px;
  margin-right: 5px;
}
/* ------------------ Input sizes --------------------*/
.input-mini {
  width: 60px!important;
}
.input-small {
  width: 90px!important;
}
.input-medium {
  width: 150px!important;
}
.input-large {
  width: 210px!important;
}
.input-xlarge {
  width: 270px!important;
}
.input-block {
  width: 100%;
  display: block;
}
/* ------------------ Spinners --------------------*/
.ui-spinner {
  border: none;
  width: 100%;
}
.ui-spinner .ui-spinner-input {
  margin: 0;
}
.ui-spinner .ui-spinner-button {
  border-left: 1px solid #e7e7e2;
  width: 32px;
  cursor: pointer;
}
.ui-spinner .ui-icon {
  left: 50%;
  margin-left: -7px;
}
/* ------------------ File upload --------------------*/
.file-upload {
  width: 200px;
  float: left;
  margin-right: 10px;
  background-color: #ffffff !important;
}
/* ------------------ Sidebar chat styles --------------------*/
.chat-user-list {
  position: relative;
  display: block;
  -webkit-transition: opacity;
  transition: opacity;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.chat-user-list.hide-it {
  display: none;
}
.chat-user-list .has-message {
  display: inline-block;
  float: right;
  margin-top: 12px;
  margin-right: 20px;
}
.chat-user-list .has-message i {
  color: #75b9e6;
}
.chat-search {
  position: relative;
  padding: 0 15px;
}
.chat-search .form-group {
  margin-left: 0;
  margin-right: 0;
}
.chat-search input {
  border: none;
  border-bottom: 1px solid #e0e0da;
  background: none;
  padding: 21px 0 25px 35px;
  height: auto;
  width: 100%;
  box-shadow: none;
  border-radius: 0;
}
.chat-search input:focus,
.chat-search input:hover {
  box-shadow: none;
  border-color: #d5d5cc;
}
.chat-search button {
  position: absolute;
  left: 15px;
  top: 19px;
  border: none;
  background: none;
}
.chat-search button i {
  color: #acb1b8;
}
.chat-box {
  position: relative;
  display: none;
  opacity: 0;
}
.chat-box h5 {
  padding: 23px 0 26px 26%;
  border-bottom: 1px solid #e7e7e2;
  font-size: 16px;
  margin-bottom: 0;
  margin-top: 0;
}
.chat-box h5 .status {
  position: relative;
  left: auto;
  top: auto;
}
.chat-box .status {
  position: absolute;
  left: 35px;
  top: 47px;
  color: #f68484;
  background: #f3f5f6;
  width: 16px;
  height: 16px;
  border-radius: 16px;
}
.chat-box .status i {
  font-size: 36px;
  margin-top: -10px;
  margin-left: -10px;
}
.chat-box .status.online {
  color: #71d398;
}
.chat-box .status.offline {
  color: #a2abba;
}
.chat-box .btn {
  position: absolute;
  top: 20px;
  left: 25px;
}
.chat-box.chatbox-show {
  display: block;
  opacity: 1;
}
.chat-box .chat-write {
  padding: 0;
  position: fixed;
  width: 100%;
  bottom: 5px;
  width: 250px;
  right: 15px;
}
.chat-box .chat-write form {
  position: relative;
}
.chat-box .chat-write form .form-group {
  margin-left: 0;
  margin-right: 0;
}
.chat-box .chat-write form textarea {
  resize: none;
  border-radius: 0;
  box-shadow: none;
  padding: 6px 36px 6px 12px;
}
.chat-box .chat-write form #attach_photo_btn {
  top: 0;
  right: 4px;
  left: auto;
  width: 40px;
}
.chat-box .chat-write form input[type="file"] {
  opacity: 0;
  position: absolute;
  width: 40px;
  height: 34px;
  top: 0;
  right: 2px;
}
.chat-ui {
  padding-left: 0px;
  margin-bottom: 35px;
  margin-top: 8px;
  list-style: none;
}
.chat-ui.bsAccordion li:last-child ul {
  margin-bottom: 20px;
}
.chat-ui.chat-messages li {
  padding: 15px;
}
.chat-ui.chat-messages li:before,
.chat-ui.chat-messages li:after {
  content: " ";
  display: table;
}
.chat-ui.chat-messages li:after {
  clear: both;
}
.chat-ui.chat-messages li.chat-me {
  background: #e4e9eb;
}
.chat-ui.chat-messages li .avatar {
  width: 25%;
  float: left;
}
.chat-ui.chat-messages li .avatar img {
  width: 42px;
  height: 42px;
  border-radius: 20px;
  margin-right: 5px;
  border: 1px solid transparent;
}
.chat-ui.chat-messages li .chat-name {
  width: 75%;
  color: #a2abba;
  font-weight: normal;
  font-size: 14px;
  float: left;
  font-weight: bold;
}
.chat-ui.chat-messages li .chat-name .chat-time {
  color: #535e6f;
  font-weight: bold;
  font-size: 11px;
  float: right;
  line-height: 18px;
}
.chat-ui.chat-messages li .chat-txt {
  width: 75%;
  float: left;
  font-size: 13px;
  word-wrap: break-word;
}
.chat-ui li {
  display: block;
  position: relative;
}
.chat-ui li a {
  padding: 7px 15px;
  color: #768399;
  font-weight: bold;
  width: 100%;
  display: inline-block;
  position: relative;
}
.chat-ui li a .notification {
  position: relative;
  display: inline-block;
  top: auto;
  right: auto;
  margin-left: 5px;
}
.chat-ui li a i {
  float: right;
  font-size: 16px;
}
.chat-ui li a .chat-avatar {
  width: 42px;
  height: 42px;
  border-radius: 20px;
  margin-right: 5px;
  border: 1px solid transparent;
  -webkit-transition: border;
  transition: border;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.chat-ui li a.chat-name {
  color: #a2abba;
  font-weight: normal;
  font-size: 13px;
  padding: 0;
  text-decoration: none;
  -webkit-transition: color;
  transition: color;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.chat-ui li ul {
  padding-left: 0;
}
.chat-ui li ul .status {
  position: absolute;
  left: 32px;
  top: 36px;
  color: #f68484;
  background: #f3f5f6;
  width: 16px;
  height: 16px;
  border-radius: 16px;
}
.chat-ui li ul .status i {
  font-size: 36px;
  margin-left: -10px;
  margin-top: -10px;
}
.chat-ui li ul .status.online {
  color: #71d398;
}
.chat-ui li ul .status.offline {
  color: #a2abba;
}
.chat-ui li ul li {
  padding: 7px 10px;
  margin: 0 5px;
  -webkit-transition: background;
  transition: background;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  border-radius: 4px;
}
.chat-ui li ul li:hover {
  background: #e4e9eb;
}
/* ------------------ Circfull progress bars --------------------*/
.circliful {
  position: relative;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.circliful .circle-text,
.circliful .circle-info,
.circliful .circle-text-half,
.circliful .circle-info-half {
  width: 100%;
  position: absolute;
  text-align: center;
  display: inline-block;
  color: #768399;
  font-weight: bold;
}
.circliful .circle-text-half {
  top: 8px;
}
.circliful i {
  margin: 5px 3px 0 3px;
  position: relative;
  bottom: 4px;
}
/* ------------------ Weather widget --------------------*/
.weather-widget .weather-location {
  font-size: 16px;
  margin-top: 10px;
}
.weather-widget .weather-day {
  font-weight: bold;
  margin-top: 10px;
}
/* ------------------ Blogpost widget --------------------*/
.blog-post-widget .blog-post-image {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.blog-post-widget .blog-post-date {
  color: #939daf;
  font-size: 13px;
  margin-bottom: 5px;
  display: inline-block;
}
.blog-post-widget .blog-post-text {
  color: #768399;
}
.blog-post-widget .blog-post-info {
  padding: 5px 0;
}
.blog-post-widget .blog-post-info .blog-post-author {
  margin-right: 10px;
}
.blog-post-widget .blog-post-info .blog-post-likes {
  margin-right: 10px;
}
/* ------------------ Chat widget --------------------*/
.chat-widget {
  margin-top: 0;
  margin-bottom: 0;
}
.chat-widget > li .avatar {
  width: auto !important;
  margin-right: 10px;
}
.chat-widget > li .chat-name {
  width: 100% !important;
  float: none !important;
}
.chat-widget .attach_photo_btn {
  top: 0;
  right: 4px;
  left: auto;
  width: 40px;
  position: relative;
}
.chat-widget input[type="file"] {
  opacity: 0;
  position: absolute;
  width: 40px;
  height: 34px;
  bottom: 0;
  left: 2px;
}
/* ------------------ Recent users widget --------------------*/
.recent-users-widget .recent-users-header {
  padding: 15px;
}
.recent-users-widget ul.list-group {
  margin-bottom: 0;
}
.recent-users-widget ul.list-group li.list-group-item {
  border-color: transparent;
  -webkit-transition: background;
  transition: background;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.recent-users-widget ul.list-group li.list-group-item:before,
.recent-users-widget ul.list-group li.list-group-item:after {
  content: " ";
  display: table;
}
.recent-users-widget ul.list-group li.list-group-item:after {
  clear: both;
}
.recent-users-widget ul.list-group li.list-group-item:nth-child(even) {
  background: #f3f5f6;
}
.recent-users-widget ul.list-group li.list-group-item:nth-child(even) .status {
  background: #f3f5f6;
}
.recent-users-widget ul.list-group li.list-group-item:hover {
  background: #e4e9eb;
}
.recent-users-widget ul.list-group li.list-group-item:hover .status {
  background: #e4e9eb;
}
.recent-users-widget ul.list-group li.list-group-item .chat-avatar {
  float: left;
  width: 42px;
  height: 42px;
  border-radius: 20px;
  margin-right: 5px;
  border: 1px solid transparent;
  -webkit-transition: border;
  transition: border;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.recent-users-widget ul.list-group li.list-group-item .name {
  float: left;
  padding: 13px 5px 8px;
}
.recent-users-widget ul.list-group li.list-group-item .status {
  position: absolute;
  left: 41px;
  top: 38px;
  color: #f68484;
  background: #ffffff;
  width: 16px;
  height: 16px;
  border-radius: 16px;
}
.recent-users-widget ul.list-group li.list-group-item .status i {
  font-size: 36px;
  margin-top: -10px;
  margin-left: -10px;
}
.recent-users-widget ul.list-group li.list-group-item .status.online {
  color: #71d398;
}
.recent-users-widget ul.list-group li.list-group-item .status.offline {
  color: #a2abba;
}
/* ------------------ Todo widget --------------------*/
.todo-widget {
  position: relative;
}
.todo-widget .todo-header {
  margin-bottom: 15px;
  float: left;
  width: 100%;
}
.todo-widget .todo-header:before,
.todo-widget .todo-header:after {
  content: " ";
  display: table;
}
.todo-widget .todo-header:after {
  clear: both;
}
.todo-widget .todo-header .todo-search {
  width: 75%;
  float: left;
}
.todo-widget .todo-header .todo-add {
  width: 25%;
  float: right;
  text-align: right;
}
.todo-widget .todo-period {
  font-size: 16px;
}
.todo-widget .todo-list {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0px;
  min-height: 40px;
  padding-left: 0;
  position: relative;
}
.todo-widget .todo-list.ui-sortable {
  cursor: move;
}
.todo-widget .todo-list .todo-task-item {
  margin-bottom: 0;
  border-top: 1px solid #e7e7e2;
  padding: 10px 0;
  position: relative;
}
.todo-widget .todo-list .todo-task-item:before,
.todo-widget .todo-list .todo-task-item:after {
  content: " ";
  display: table;
}
.todo-widget .todo-list .todo-task-item:after {
  clear: both;
}
.todo-widget .todo-list .todo-task-item .checkbox {
  float: left;
  margin-top: 0;
  margin-bottom: 0;
}
.todo-widget .todo-list .todo-task-item .todo-priority {
  margin-left: 10px;
  margin-right: 10px;
  float: left;
}
.todo-widget .todo-list .todo-task-item .todo-priority i {
  font-size: 16px;
  color: #79859b;
}
.todo-widget .todo-list .todo-task-item .todo-priority.normal i {
  color: #71d398;
}
.todo-widget .todo-list .todo-task-item .todo-priority.high i {
  color: #f68484;
}
.todo-widget .todo-list .todo-task-item .todo-priority.medium i {
  color: #f4b162;
}
.todo-widget .todo-list .todo-task-item .todo-category {
  float: right;
  margin-right: 18px;
}
.todo-widget .todo-list .todo-task-item .todo-task-text {
  font-weight: bold;
  padding-top: 1px;
}
.todo-widget .todo-list .todo-task-item .todo-close {
  position: absolute;
  right: 0;
  font-size: 16px;
  top: 14px;
}
.todo-widget .todo-list .todo-task-item.task-done {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.todo-widget .todo-list .todo-task-item.task-done .todo-task-text {
  text-decoration: line-through;
}
.todo-widget .todo-list .ui-sortable-helper {
  background: #f3f5f6;
}
.todo-widget .todo-list .placeholder {
  border: 2px dashed #e7e7e2;
  margin-bottom: 10px;
  width: 100%;
  height: 40px;
}
/* ------------------ Instagram widget --------------------*/
.instagram-widget:before,
.instagram-widget:after {
  content: " ";
  display: table;
}
.instagram-widget:after {
  clear: both;
}
.instagram-widget .instagram-widget-header {
  width: 100%;
  float: left;
}
.instagram-widget .instagram-widget-header a {
  color: #768399;
  -webkit-transition: color;
  transition: color;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.instagram-widget .instagram-widget-header a .instagram-widget-text {
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 0;
  margin-top: 10px;
}
.instagram-widget .instagram-widget-header a .instagram-widget-number {
  font-size: 20px;
  display: inline-block;
  margin-bottom: 10px;
}
.instagram-widget .instagram-widget-header a:hover {
  color: #75b9e6;
  text-decoration: none;
}
.instagram-widget .instagram-widget-image {
  width: 100%;
  float: left;
}
.instagram-widget .instagram-widget-image .carousel-indicators {
  bottom: 10px;
  left: 10px;
  width: auto;
  margin-left: 0;
}
.instagram-widget .instagram-widget-footer {
  width: 100%;
  float: left;
  padding: 15px 0;
  background: #f9b4b4;
}
.instagram-widget .instagram-widget-footer p {
  margin-bottom: 0;
}
.instagram-widget .instagram-widget-footer p a {
  color: #f35454;
  -webkit-transition: color;
  transition: color;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.instagram-widget .instagram-widget-footer p a i {
  font-size: 24px;
}
.instagram-widget .instagram-widget-footer p a .instagram-widget-number {
  font-size: 20px;
}
.instagram-widget .instagram-widget-footer p a:hover {
  color: #ef2525;
  text-decoration: none;
}
/* ------------------ Twitter widget --------------------*/
.twitter-widget:before,
.twitter-widget:after {
  content: " ";
  display: table;
}
.twitter-widget:after {
  clear: both;
}
.twitter-widget .twitter-widget-header {
  width: 100%;
  float: left;
}
.twitter-widget .twitter-widget-header a {
  color: #768399;
  -webkit-transition: color;
  transition: color;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.twitter-widget .twitter-widget-header a .twitter-widget-text {
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 0;
  margin-top: 10px;
}
.twitter-widget .twitter-widget-header a .twitter-widget-number {
  font-size: 20px;
  display: inline-block;
  margin-bottom: 10px;
}
.twitter-widget .twitter-widget-header a:hover {
  color: #75b9e6;
  text-decoration: none;
}
.twitter-widget .twitter-widget-tweets {
  float: left;
  padding: 15px 20px;
}
.twitter-widget .twitter-widget-tweets ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.twitter-widget .twitter-widget-tweets ul li {
  margin-bottom: 5px;
}
.twitter-widget .twitter-widget-tweets ul li .twitter-widget-avatar {
  float: left;
  margin: 5px 10px 10px 0;
  width: 40px;
  height: 40px;
  border-radius: 4px;
}
.twitter-widget .twitter-widget-tweets ul li p.tweet-text {
  margin-bottom: 0;
  font-weight: bold;
  color: #939daf;
  padding-left: 50px;
  font-size: 13px;
}
.twitter-widget .twitter-widget-tweets ul li .twitter-widget-date {
  font-size: 12px;
  color: #bfc5cf;
  font-weight: bold;
}
/* ------------------ Vector maps --------------------*/
.jvectormap-label {
  position: absolute;
  display: none;
  border: solid 1px #2a2f38;
  border-radius: 4px;
  background: #2a2f38;
  color: #ffffff;
  font-family: sans-serif, Verdana;
  font-size: smaller;
  padding: 3px 5px;
}
.jvectormap-zoomin,
.jvectormap-zoomout {
  position: absolute;
  left: 10px;
  border-radius: 4px;
  background: #2a2f38;
  padding: 3px;
  color: white;
  width: 18px;
  height: 18px;
  cursor: pointer;
  line-height: 10px;
  text-align: center;
}
.jvectormap-zoomin {
  top: 10px;
}
.jvectormap-zoomout {
  top: 30px;
}
/* ------------------ Invoice page --------------------*/
.invoice:before,
.invoice:after {
  content: " ";
  display: table;
}
.invoice:after {
  clear: both;
}
.invoice .invoice-header {
  width: 100%;
  float: left;
  background: #f3f5f6;
}
.invoice .invoice-header:before,
.invoice .invoice-header:after {
  content: " ";
  display: table;
}
.invoice .invoice-header:after {
  clear: both;
}
.invoice .invoice-header .invoice-logo {
  margin-bottom: 15px;
  margin-top: 15px;
}
.invoice .invoice-header .invoice-to .invoice-total .invoice-total-sum {
  font-size: 32px;
  text-transform: uppercase;
}
.invoice .invoice-header .invoice-to .invoice-total .invoice-total-txt {
  float: right;
  width: 100%;
  text-transform: uppercase;
  font-size: 16px;
}
.invoice .invoice-content {
  margin-top: 15px;
  width: 100%;
  float: left;
}
.invoice .invoice-content:before,
.invoice .invoice-content:after {
  content: " ";
  display: table;
}
.invoice .invoice-content:after {
  clear: both;
}
.invoice .invoice-content .invoice-total-sum {
  font-size: 32px;
  text-transform: uppercase;
}
.invoice .invoice-content .invoice-total-txt {
  float: right;
  width: 100%;
  text-transform: uppercase;
  font-size: 16px;
}
.invoice .invoice-content .invoice-plus-icon {
  font-size: 32px;
  margin-right: 35px;
  margin-left: -35px;
  margin-top: 20px;
}
.invoice .invoice-footer {
  width: 100%;
  float: left;
}
.invoice .invoice-footer:before,
.invoice .invoice-footer:after {
  content: " ";
  display: table;
}
.invoice .invoice-footer:after {
  clear: both;
}
/* ------------------ Search page --------------------*/
.search-page .search-page-toolbar {
  margin-top: 12px;
  margin-bottom: 12px;
}
.search-page .search-results .search-results-item {
  margin-top: 10px;
  float: left;
}
.search-page .search-results .search-results-item:before,
.search-page .search-results .search-results-item:after {
  content: " ";
  display: table;
}
.search-page .search-results .search-results-item:after {
  clear: both;
}
.search-page .search-results .search-results-item .search-result-video {
  float: left;
  margin-right: 10px;
  position: relative;
}
.search-page .search-results .search-results-item .search-result-video .play-video {
  position: absolute;
  right: 4px;
  bottom: 4px;
  background: black;
  padding: 0 10px 2px;
}
.search-page .search-results .search-results-item .search-result-video .play-video i {
  color: white;
}
.search-page .search-results .search-results-item .search-results-item-name {
  margin-bottom: 2px;
}
.search-page .search-results .search-results-item .search-results-item-url a {
  color: #71d398;
}
/* ------------------ Profile page --------------------*/
.profile-widget .profile-image {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.profile-widget .profile-avatar {
  border-radius: 50%;
  padding: 10px;
  border: 1px solid #e7e7e2;
  float: left;
}
.profile-widget .profile-avatar img {
  border-radius: 50%;
  border: 1px solid #e7e7e2;
}
.profile-widget .profile-name {
  margin-top: 10px;
  font-size: 22px;
  margin-bottom: 10px;
}
.profile-widget .profile-name span.label {
  font-size: 14px;
}
.profile-widget .profile-stats-info a {
  font-size: 24px;
  margin-right: 10px;
  margin-top: 10px;
  color: #79859b;
}
.profile-widget .profile-stats-info a i {
  font-style: 32px;
}
.profile-widget .profile-stats-info a:hover {
  text-decoration: none;
  color: #96a0b1;
}
.profile-widget .profile-info {
  padding: 0;
  margin: 0;
  list-style: none;
}
.profile-widget .profile-info li {
  padding: 8px 15px;
  -webkit-transition: background-color;
  transition: background-color;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.profile-widget .profile-info li i {
  font-size: 24px;
  margin-right: 15px;
}
.profile-widget .profile-info li:hover {
  background-color: #f3f5f6;
}
/* ------------------ Notifications --------------------*/
.notification {
  /*background-color: #f68484;*/
  background-color: #97d3c5;
  border-radius: 4px;
  font: bold 11px Arial;
  color: #ffffff;
  line-height: 20px;
  min-width: 20px;
  position: absolute;
  top: 6px;
  right: 5px;
  text-align: center;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  padding-left: 4px;
  padding-right: 4px;
}
.notification.green {
  background-color: #71d398;
}
.notification.blue {
  background-color: #75b9e6;
}
.notification.teal {
  background-color: #97d3c5;
}
.notification.white {
  background-color: #ffffff;
  color: #79859b;
}
.notification.dark {
  background-color: #79859b;
}
.notification.yellow {
  background-color: #ffcc66;
  color: #ffffff;
}
.notification.orange {
  background-color: #f4b162;
}
.notification.purple {
  background-color: #af91e1;
}
.notification.pink {
  background-color: #f78db8;
}
.notification.lime {
  background-color: #a8db43;
}
.notification.magenta {
  background-color: #e65097;
}
.notification.brown {
  background-color: #d1b993;
}
.notification.onhover {
  opacity: 0;
}
/* ------------------ Shortcut buttons --------------------*/
.shortcut-button {
  float: left;
}
.shortcut-button a {
  height: 100px;
  width: 100px;
  text-decoration: none;
  float: left;
  text-align: center;
  padding: 10px;
  border-radius: 4px;
}
.shortcut-button a:hover {
  -webkit-transition: background;
  transition: background;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  background: #f3f5f6;
}
.shortcut-button a:hover span {
  color: #3d4552;
}
.shortcut-button a:hover i.color-blue {
  color: #3498da;
}
.shortcut-button a:hover i.color-orange {
  color: #ef8d1b;
}
.shortcut-button a:hover i.color-yellow {
  color: #ffb219;
}
.shortcut-button a:hover i.color-teal {
  color: #61bca7;
}
.shortcut-button a:hover i.color-green {
  color: #abe5c2;
}
.shortcut-button a:hover i.color-dark {
  color: #a5adbc;
}
.shortcut-button a:hover i.color-red {
  color: #f13d3d;
}
.shortcut-button i {
  font-size: 48px;
  height: 64px;
  width: 64px;
  -webkit-transition: color;
  transition: color;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  margin-top: 10px;
}
.shortcut-button span {
  display: block;
  line-height: 20px;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  text-overflow: ellipsis;
  font-size: 12px;
  color: #768399;
  margin-top: -10px;
  -webkit-transition: color;
  transition: color;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  text-align: center;
}
/* ------------------ Dotstyle in carousel --------------------*/
.dotstyle {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  bottom: 10px !important;
}
.dotstyle.center {
  width: auto;
  left: 45%;
}
.dotstyle li {
  position: relative;
  display: block;
  float: left;
  margin: 0 5px;
  width: 16px;
  height: 16px;
  cursor: pointer;
  border-radius: 50%;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
  -webkit-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  border: none;
  background-color: none;
}
.dotstyle li a {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: none;
  border-radius: 50%;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.3);
  text-indent: -999em;
  /* make the text accessible to screen readers */
  cursor: pointer;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
.dotstyle li a:hover,
.dotstyle li a:focus {
  background-color: white;
}
.dotstyle li a:focus {
  outline: none;
}
.dotstyle li.active {
  margin: 0 5px;
  width: 16px;
  height: 16px;
  background: none;
  box-shadow: 0 0 0 2px white;
}
.dotstyle li.active a {
  -webkit-transform: scale(0.4);
  -ms-transform: scale(0.4);
  transform: scale(0.4);
  background-color: white;
}
/* ------------------ Codeblock --------------------*/
pre {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* ------------------ Sortable --------------------*/
.sortable-grid {
  min-height: 50px;
}
/* -----------------------------------------
   Responsive media queries
----------------------------------------- */
/* ------------------ Big screens  --------------------*/
@media all and (max-width: 9999px) and (min-width: 1367px) {
  /* ------------------ Offline page --------------------*/
  body.error-page h1.offline-page {
    font-size: 12em;
  }
}
/* ------------------ Desktops --------------------*/
@media all and (max-width: 1366px) and (min-width: 992px) {
  /* ------------------ Tiles --------------------*/
  .tile .tile-icon i {
    font-size: 42px !important;
  }
  .tile .tile-content .number {
    font-size: 32px;
    line-height: 32px;
  }
  /* ------------------ Full calendar --------------------*/
  .fc-header-left,
  .fc-header-center,
  .fc-header-right {
    float: left;
    text-align: center;
    width: 100%;
    padding: 0;
  }
  .fc-header-left {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e7e7e2;
  }
  .fc-header-center {
    padding: 5px 0;
  }
  .fc-header-right {
    padding-bottom: 10px;
    padding-top: 10px;
    border-top: 1px solid #e7e7e2;
  }
  /* ------------------ Offline page --------------------*/
  body.error-page h1.offline-page {
    font-size: 10em;
  }
}
/* ------------------ Tablets and some phones --------------------*/
@media all and (max-width: 980px) and (min-width: 768px) {
  #header .navbar .nav li a i {
    font-size: 20px;
  }
  /* ------------------ Form grid --------------------*/
  .form-group .row .form-control,
  .form-group .row .input-group,
  .form-group .row .ui-spinner {
    margin-bottom: 10px;
  }
  .form-group .row .input-group .form-control,
  .form-group .row .ui-spinner .form-control {
    margin-bottom: 0;
  }
  .form-horizontal .control-label,
  .form-vertical .control-label {
    text-align: left;
    margin-bottom: 10px;
  }
  /* ------------------ Dual list --------------------*/
  .bootstrap-duallistbox-container .box2 {
    margin-top: 10px;
  }
  /* ------------------ Datatables --------------------*/
  .table-responsive .dataTables_wrapper {
    padding-top: 10px;
  }
  .dataTables_wrapper .dataTables_length {
    float: none;
    margin-bottom: 5px;
  }
  .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center;
    margin-top: 10px;
  }
  .dataTables_wrapper .dataTables_info {
    float: none;
    text-align: center;
    margin-bottom: 0;
  }
  .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
  }
  /* ------------------ Offline page --------------------*/
  body.error-page h1.offline-page {
    font-size: 10em;
  }
}
/* ------------------ Most phones --------------------*/
@media all and (max-width: 767px) {
  /* ------------------ Center modal --------------------*/
  .modal-dialog-center {
    width: 100%;
  }
  /* ------------------ Header --------------------*/
  #header {
    height: auto;
  }
  #header .navbar {
    box-shadow: none;
    padding-right: 0;
    height: auto;
  }
  #header .navbar .navbar-brand {
    display: none;
  }
  #header .navbar .top-nav {
    float: left;
    width: 100%;
    background: #75b9e6;
    height: 50px;
    padding: 0 25px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  }
  #header .navbar .top-nav:before,
  #header .navbar .top-nav:after {
    content: " ";
    display: table;
  }
  #header .navbar .top-nav:after {
    clear: both;
  }
  #header .navbar .top-nav .navbar-nav {
    margin: 0;
  }
  #header .navbar .top-nav .navbar-nav li {
    display: inline-block;
  }
  #header .navbar .top-nav .navbar-nav .open .dropdown-menu {
    max-height: 300px;
    overflow: auto;
    position: absolute;
    float: left;
    padding: 5px 0;
    background-color: #ffffff;
    border: 1px solid #e7e7e2;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  }
  #header .navbar .top-nav .navbar-nav .open .dropdown-menu li {
    width: 100%;
  }
  /* ------------------ Full calendar --------------------*/
  .fc-header-left,
  .fc-header-center,
  .fc-header-right {
    float: left;
    text-align: center;
    width: 100%;
    padding: 0;
  }
  .fc-header-left {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e7e7e2;
  }
  .fc-header-center {
    padding: 5px 0;
  }
  .fc-header-right {
    padding-bottom: 10px;
    padding-top: 10px;
    border-top: 1px solid #e7e7e2;
  }
  /* ------------------ Form grid --------------------*/
  .form-group .row .form-control,
  .form-group .row .input-group,
  .form-group .row .ui-spinner {
    margin-bottom: 10px;
  }
  .form-group .row .input-group .form-control,
  .form-group .row .ui-spinner .form-control {
    margin-bottom: 0;
  }
  .form-horizontal .control-label,
  .form-vertical .control-label {
    text-align: left;
    margin-bottom: 10px;
  }
  /* ------------------ Dual list --------------------*/
  .bootstrap-duallistbox-container .box2 {
    margin-top: 10px;
  }
  /* ------------------ Datatables --------------------*/
  .table-responsive .dataTables_wrapper {
    padding-top: 10px;
  }
  .dataTables_wrapper .dataTables_length {
    float: none;
    margin-bottom: 5px;
  }
  .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center;
    margin-top: 10px;
  }
  .dataTables_wrapper .dataTables_info {
    float: none;
    text-align: center;
    margin-bottom: 0;
  }
  .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
  }
  /* ------------------ Pagination--------------------*/
  .pagination {
    margin-bottom: 0;
  }
  .pagination > li > a {
    margin-bottom: 10px;
  }
  /* ------------------ Justified nav tabs --------------------*/
  .nav-tabs.nav-justified li a {
    border-right-width: 1px;
  }
  .nav-tabs.nav-justified li.active a {
    border-right-width: 1px;
  }
  .nav-tabs.nav-justified li:last-child a {
    margin-bottom: 0;
  }
  /* ------------------ Email app --------------------*/
  .email-list {
    padding-left: 0;
    padding-right: 0;
  }
  /* ------------------ Offline page --------------------*/
  body.error-page h1.offline-page {
    font-size: 7em;
  }
}
/* ------------------ Small devices --------------------*/
@media (max-width: 992px) {
  /* ------------------ Header --------------------*/
  #header .navbar .top-nav {
    text-align: center;
    float: none;
    box-shadow: none;
  }
  #header .navbar .top-nav ul .btn {
    margin: 0 0 8px;
    font-size: .8em;
    line-height: 20px;
    max-width: 150px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }
  #header .navbar .top-nav ul {
    padding-left: 0;
  }
  #header .navbar .top-nav .navbar-nav {
    float: none !important;
    height: 50px;
  }
  #header .navbar .top-nav .navbar-nav .open .dropdown-menu li {
    text-align: left;
  }
  #header .navbar .top-nav .navbar-nav #toggle-sidebar-li {
    position: absolute;
    left: 10px;
  }
  #header .navbar .top-nav .navbar-nav #toggle-right-sidebar-li {
    position: absolute;
    right: 10px;
    top: 0;
  }
  /* ------------------ Sidebars --------------------*/
  #sidebar,
  #right-sidebar {
    top: 100px;
  }
  /* ------------------ Content --------------------*/
  #content {
    padding-top: 130px;
  }
  /* ------------------ Wizard styles --------------------*/
  .form-wizard .wizard-steps .wstep {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5px;
    padding-top: 5px;
    border-bottom: 1px solid #e7e7e2;
  }
  .form-wizard .wizard-steps .wstep .donut {
    margin-left: auto;
    margin-right: auto;
  }
  .form-wizard .wizard-steps .wstep .txt {
    width: 100%;
    display: inline-block;
    margin-bottom: 5px;
  }
  .form-wizard .wizard-steps .wstep:after {
    display: none;
  }
  .form-wizard.wizard-vertical .wizard-steps .wstep {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5px;
    padding-top: 5px;
    border-bottom: 1px solid #e7e7e2;
  }
  .form-wizard.wizard-vertical .wizard-steps .wstep .donut {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .form-wizard.wizard-vertical .wizard-steps .wstep .txt {
    width: 100%;
    display: inline-block;
    margin-bottom: 5px;
  }
  .form-wizard.wizard-vertical .wizard-steps .wstep:after {
    display: none;
  }
  .form-wizard.wizard-vertical .wizard-steps.show {
    width: 100%;
    margin-right: 0;
    float: none;
    border-right: none;
  }
  .form-wizard.wizard-vertical .wrap {
    padding-left: 0;
  }
  .form-wizard.wizard-vertical .wizard-actions {
    padding-left: 0;
  }
  /* ------------------ Email app --------------------*/
  .email-toolbar div[role=toolbar] {
    width: 100%;
    margin-bottom: 10px;
  }
  .email-pager {
    width: 100%;
    padding-left: 0;
    margin-bottom: 10px;
  }
  /* ------------------ Gallery  --------------------*/
  button.filter,
  span.sort {
    margin-bottom: 10px;
  }
  .gallery-toolbar {
    text-align: center;
  }
}
/* ------------------ Small devices --------------------*/
@media all and (max-width: 460px) {
  /* ------------------ Header --------------------*/
  #header .navbar .top-nav {
    padding: 0;
  }
  /* ------------------ Options buttons --------------------*/
  .option-buttons {
    display: none;
  }
  /* ------------------ Email app --------------------*/
  #email-content {
    padding-left: 0;
    padding-right: 0;
  }
  .email-select,
  .email-star {
    width: 30px !important;
  }
  /* ------------------ Timeline --------------------*/
  .timeline .timeline-list li .timeline-icon {
    top: 45px;
    left: 20px;
  }
  .timeline .timeline-list li .timeline-time {
    width: 90px;
    text-align: center;
  }
  .timeline .timeline-list li .timeline-time:after {
    width: 75px;
    height: 2px;
    content: "";
    background-color: #e4e9eb;
    position: absolute;
    top: 64px;
    left: 20px;
  }
  .timeline .timeline-list li .timeline-content {
    margin-left: 105px;
  }
  .timeline .timeline-list li .timeline-content:after {
    left: 80px;
  }
  /* ------------------ Login page --------------------*/
  body.login-page #login {
    width: 400px;
    margin-left: -200px;
  }
  /* ------------------ Error pages --------------------*/
  body.error-page h1.error-number {
    font-size: 12em;
  }
  body.error-page .btn-group a {
    width: 100%;
    border-radius: 4px;
  }
  /* ------------------ Offline page --------------------*/
  body.error-page h1.offline-page {
    font-size: 5em;
  }
}
/* ------------------ Small devices --------------------*/
@media all and (max-width: 420px) {
  /* ------------------ Filestyle --------------------*/
  .bootstrap-filestyle label {
    margin-top: 10px;
  }
  /* ------------------ Heading breadcrumb --------------------*/
  .heading .breadcrumb > li {
    margin-bottom: 5px;
  }
  /* ------------------ Login page --------------------*/
  body.login-page #login {
    width: 340px;
    margin-left: -170px;
  }
}
/* ------------------ Crapy phones --------------------*/
@media all and (max-width: 320px) {
  /* ------------------ Login page --------------------*/
  body.login-page #login {
    width: 280px;
    margin-left: -140px;
  }
}
@media all and (max-width: 680px) {
  /* ------------------ Register page --------------------*/
  body.login-page .reg-block {
    width: 95%;
  }
}
/* -----------------------------------------
   Print styles
----------------------------------------- */
@media print {
  .row.printable {
    display: block !important;
  }
  body {
    background: #fff;
    margin: 0;
    padding: 0;
  }
  #content,
  .row {
    margin: 0 !important;
    padding: 0 !important;
  }
  .panel {
    box-shadow: none;
  }
  .panel .panel-heading {
    background: none;
    border: none;
    box-shadow: none;
  }
  .panel .content {
    padding-left: 0;
    padding-right: 0;
    border: none;
  }
  #header,
  #right-sidebar,
  #sidebar,
  .heading {
    display: none;
  }
}
.btn-filter.btn-primary.active {
    background-color: #3498da;
    border-color: #3498da;
}
.btn-filter.btn-primary:hover {
    background-color: #3498da;
    border-color: #3498da;
}
/* ========================================================================== *
 * Copyright 2014 USRZ.com and Pier Paolo Fumagalli                           *
 * -------------------------------------------------------------------------- *
 * Licensed under the Apache License, Version 2.0 (the "License");            *
 * you may not use this file except in compliance with the License.           *
 * You may obtain a copy of the License at                                    *
 *                                                                            *
 *  http://www.apache.org/licenses/LICENSE-2.0                                *
 *                                                                            *
 * Unless required by applicable law or agreed to in writing, software        *
 * distributed under the License is distributed on an "AS IS" BASIS,          *
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.   *
 * See the License for the specific language governing permissions and        *
 * limitations under the License.                                             *
 * ========================================================================== */

/* Define properties for our icons (default to the unknown language flag) */
.lang-xs { background-position: 0px  -473px; min-width: 14px; height: 11px; min-height: 11px; max-height: 11px; background-repeat: no-repeat; display: inline-block; background-image: url('../assets/plugins/bootstrap-languages/./languages.png'); }
.lang-sm { background-position: 0px -1172px; min-width: 22px; height: 16px; min-height: 16px; max-height: 16px; background-repeat: no-repeat; display: inline-block; background-image: url('../assets/plugins/bootstrap-languages/./languages.png'); }
.lang-lg { background-position: 0px -2134px; min-width: 30px; height: 22px; min-height: 22px; max-height: 22px; background-repeat: no-repeat; display: inline-block; background-image: url('../assets/plugins/bootstrap-languages/./languages.png'); }

/* Positions in our sprite for xs-sized images */
.lang-xs[lang=ar] { background-position: 0px     0px; }
.lang-xs[lang=be] { background-position: 0px   -11px; }
.lang-xs[lang=bg] { background-position: 0px   -22px; }
.lang-xs[lang=cs] { background-position: 0px   -33px; }
.lang-xs[lang=da] { background-position: 0px   -44px; }
.lang-xs[lang=de] { background-position: 0px   -55px; }
.lang-xs[lang=el] { background-position: 0px   -66px; }
.lang-xs[lang=en] { background-position: 0px   -77px; }
.lang-xs[lang=es] { background-position: 0px   -88px; }
.lang-xs[lang=et] { background-position: 0px   -99px; }
.lang-xs[lang=fi] { background-position: 0px  -110px; }
.lang-xs[lang=fr] { background-position: 0px  -121px; }
.lang-xs[lang=ga] { background-position: 0px  -132px; }
.lang-xs[lang=hi] { background-position: 0px  -143px; }
.lang-xs[lang=hr] { background-position: 0px  -154px; }
.lang-xs[lang=hu] { background-position: 0px  -165px; }
.lang-xs[lang=in] { background-position: 0px  -176px; }
.lang-xs[lang=is] { background-position: 0px  -187px; }
.lang-xs[lang=it] { background-position: 0px  -198px; }
.lang-xs[lang=iw] { background-position: 0px  -209px; }
.lang-xs[lang=ja] { background-position: 0px  -220px; }
.lang-xs[lang=ko] { background-position: 0px  -231px; }
.lang-xs[lang=lt] { background-position: 0px  -242px; }
.lang-xs[lang=lv] { background-position: 0px  -253px; }
.lang-xs[lang=mk] { background-position: 0px  -264px; }
.lang-xs[lang=ms] { background-position: 0px  -275px; }
.lang-xs[lang=mt] { background-position: 0px  -286px; }
.lang-xs[lang=nl] { background-position: 0px  -297px; }
.lang-xs[lang=no] { background-position: 0px  -308px; }
.lang-xs[lang=pl] { background-position: 0px  -319px; }
.lang-xs[lang=pt] { background-position: 0px  -330px; }
.lang-xs[lang=ro] { background-position: 0px  -341px; }
.lang-xs[lang=ru] { background-position: 0px  -352px; }
.lang-xs[lang=sk] { background-position: 0px  -363px; }
.lang-xs[lang=sl] { background-position: 0px  -374px; }
.lang-xs[lang=sq] { background-position: 0px  -385px; }
.lang-xs[lang=sr] { background-position: 0px  -396px; }
.lang-xs[lang=sv] { background-position: 0px  -407px; }
.lang-xs[lang=th] { background-position: 0px  -418px; }
.lang-xs[lang=tr] { background-position: 0px  -429px; }
.lang-xs[lang=uk] { background-position: 0px  -440px; }
.lang-xs[lang=vi] { background-position: 0px  -451px; }
.lang-xs[lang=zh] { background-position: 0px  -462px; }

/* Positions in our sprite for sm-sized images */
.lang-sm[lang=ar] { background-position: 0px  -484px; }
.lang-sm[lang=be] { background-position: 0px  -500px; }
.lang-sm[lang=bg] { background-position: 0px  -516px; }
.lang-sm[lang=cs] { background-position: 0px  -532px; }
.lang-sm[lang=da] { background-position: 0px  -548px; }
.lang-sm[lang=de] { background-position: 0px  -564px; }
.lang-sm[lang=el] { background-position: 0px  -580px; }
.lang-sm[lang=en] { background-position: 0px  -596px; }
.lang-sm[lang=es] { background-position: 0px  -612px; }
.lang-sm[lang=et] { background-position: 0px  -628px; }
.lang-sm[lang=fi] { background-position: 0px  -644px; }
.lang-sm[lang=fr] { background-position: 0px  -660px; }
.lang-sm[lang=ga] { background-position: 0px  -676px; }
.lang-sm[lang=hi] { background-position: 0px  -692px; }
.lang-sm[lang=hr] { background-position: 0px  -708px; }
.lang-sm[lang=hu] { background-position: 0px  -724px; }
.lang-sm[lang=in] { background-position: 0px  -740px; }
.lang-sm[lang=is] { background-position: 0px  -756px; }
.lang-sm[lang=it] { background-position: 0px  -772px; }
.lang-sm[lang=iw] { background-position: 0px  -788px; }
.lang-sm[lang=ja] { background-position: 0px  -804px; }
.lang-sm[lang=ko] { background-position: 0px  -820px; }
.lang-sm[lang=lt] { background-position: 0px  -836px; }
.lang-sm[lang=lv] { background-position: 0px  -852px; }
.lang-sm[lang=mk] { background-position: 0px  -868px; }
.lang-sm[lang=ms] { background-position: 0px  -884px; }
.lang-sm[lang=mt] { background-position: 0px  -900px; }
.lang-sm[lang=nl] { background-position: 0px  -916px; }
.lang-sm[lang=no] { background-position: 0px  -932px; }
.lang-sm[lang=pl] { background-position: 0px  -948px; }
.lang-sm[lang=pt] { background-position: 0px  -964px; }
.lang-sm[lang=ro] { background-position: 0px  -980px; }
.lang-sm[lang=ru] { background-position: 0px  -996px; }
.lang-sm[lang=sk] { background-position: 0px -1012px; }
.lang-sm[lang=sl] { background-position: 0px -1028px; }
.lang-sm[lang=sq] { background-position: 0px -1044px; }
.lang-sm[lang=sr] { background-position: 0px -1060px; }
.lang-sm[lang=sv] { background-position: 0px -1076px; }
.lang-sm[lang=th] { background-position: 0px -1092px; }
.lang-sm[lang=tr] { background-position: 0px -1108px; }
.lang-sm[lang=uk] { background-position: 0px -1124px; }
.lang-sm[lang=vi] { background-position: 0px -1140px; }
.lang-sm[lang=zh] { background-position: 0px -1156px; }

/* Positions in our sprite for lg-sized images */
.lang-lg[lang=ar] { background-position: 0px -1188px; }
.lang-lg[lang=be] { background-position: 0px -1210px; }
.lang-lg[lang=bg] { background-position: 0px -1232px; }
.lang-lg[lang=cs] { background-position: 0px -1254px; }
.lang-lg[lang=da] { background-position: 0px -1276px; }
.lang-lg[lang=de] { background-position: 0px -1298px; }
.lang-lg[lang=el] { background-position: 0px -1320px; }
.lang-lg[lang=en] { background-position: 0px -1342px; }
.lang-lg[lang=es] { background-position: 0px -1364px; }
.lang-lg[lang=et] { background-position: 0px -1386px; }
.lang-lg[lang=fi] { background-position: 0px -1408px; }
.lang-lg[lang=fr] { background-position: 0px -1430px; }
.lang-lg[lang=ga] { background-position: 0px -1452px; }
.lang-lg[lang=hi] { background-position: 0px -1474px; }
.lang-lg[lang=hr] { background-position: 0px -1496px; }
.lang-lg[lang=hu] { background-position: 0px -1518px; }
.lang-lg[lang=in] { background-position: 0px -1540px; }
.lang-lg[lang=is] { background-position: 0px -1562px; }
.lang-lg[lang=it] { background-position: 0px -1584px; }
.lang-lg[lang=iw] { background-position: 0px -1606px; }
.lang-lg[lang=ja] { background-position: 0px -1628px; }
.lang-lg[lang=ko] { background-position: 0px -1650px; }
.lang-lg[lang=lt] { background-position: 0px -1672px; }
.lang-lg[lang=lv] { background-position: 0px -1694px; }
.lang-lg[lang=mk] { background-position: 0px -1716px; }
.lang-lg[lang=ms] { background-position: 0px -1738px; }
.lang-lg[lang=mt] { background-position: 0px -1760px; }
.lang-lg[lang=nl] { background-position: 0px -1782px; }
.lang-lg[lang=no] { background-position: 0px -1804px; }
.lang-lg[lang=pl] { background-position: 0px -1826px; }
.lang-lg[lang=pt] { background-position: 0px -1848px; }
.lang-lg[lang=ro] { background-position: 0px -1870px; }
.lang-lg[lang=ru] { background-position: 0px -1892px; }
.lang-lg[lang=sk] { background-position: 0px -1914px; }
.lang-lg[lang=sl] { background-position: 0px -1936px; }
.lang-lg[lang=sq] { background-position: 0px -1958px; }
.lang-lg[lang=sr] { background-position: 0px -1980px; }
.lang-lg[lang=sv] { background-position: 0px -2002px; }
.lang-lg[lang=th] { background-position: 0px -2024px; }
.lang-lg[lang=tr] { background-position: 0px -2046px; }
.lang-lg[lang=uk] { background-position: 0px -2068px; }
.lang-lg[lang=vi] { background-position: 0px -2090px; }
.lang-lg[lang=zh] { background-position: 0px -2112px; }

/* Labels for the unknown language */
.lang-lbl:after      { content: "Unknown language"; }
.lang-lbl-en:after   { content: "Unknown language"; }
.lang-lbl-full:after { content: "Unknown language"; }

/* Labels in native (default) language */
.lang-lbl[lang=ar]:after { content: "\000627\000644\000639\000631\000628\00064A\000629"; }
.lang-lbl[lang=be]:after { content: "\000411\000435\00043B\000430\000440\000443\000441\00043A\000456"; }
.lang-lbl[lang=bg]:after { content: "\000411\00044A\00043B\000433\000430\000440\000441\00043A\000438"; }
.lang-lbl[lang=cs]:after { content: "\00010Ce\000161tina"; }
.lang-lbl[lang=da]:after { content: "Dansk"; }
.lang-lbl[lang=de]:after { content: "Deutsch"; }
.lang-lbl[lang=el]:after { content: "\000395\0003BB\0003BB\0003B7\0003BD\0003B9\0003BA\0003AC"; }
.lang-lbl[lang=en]:after { content: "English"; }
.lang-lbl[lang=es]:after { content: "Espa\0000F1ol"; }
.lang-lbl[lang=et]:after { content: "Eesti"; }
.lang-lbl[lang=fi]:after { content: "Suomi"; }
.lang-lbl[lang=fr]:after { content: "Fran\0000E7ais"; }
.lang-lbl[lang=ga]:after { content: "Gaeilge"; }
.lang-lbl[lang=hi]:after { content: "\000939\00093F\000902\000926\000940"; }
.lang-lbl[lang=hr]:after { content: "Hrvatski"; }
.lang-lbl[lang=hu]:after { content: "Magyar"; }
.lang-lbl[lang=in]:after { content: "Bahasa\000020indonesia"; }
.lang-lbl[lang=is]:after { content: "\0000CDslenska"; }
.lang-lbl[lang=it]:after { content: "Italiano"; }
.lang-lbl[lang=iw]:after { content: "\0005E2\0005D1\0005E8\0005D9\0005EA"; }
.lang-lbl[lang=ja]:after { content: "\0065E5\00672C\008A9E"; }
.lang-lbl[lang=ko]:after { content: "\00D55C\00AD6D\00C5B4"; }
.lang-lbl[lang=lt]:after { content: "Lietuvi\000173"; }
.lang-lbl[lang=lv]:after { content: "Latvie\000161u"; }
.lang-lbl[lang=mk]:after { content: "\00041C\000430\00043A\000435\000434\00043E\00043D\000441\00043A\000438"; }
.lang-lbl[lang=ms]:after { content: "Bahasa\000020melayu"; }
.lang-lbl[lang=mt]:after { content: "Malti"; }
.lang-lbl[lang=nl]:after { content: "Nederlands"; }
.lang-lbl[lang=no]:after { content: "Norsk"; }
.lang-lbl[lang=pl]:after { content: "Polski"; }
.lang-lbl[lang=pt]:after { content: "Portugu\0000EAs"; }
.lang-lbl[lang=ro]:after { content: "Rom\0000E2n\000103"; }
.lang-lbl[lang=ru]:after { content: "\000420\000443\000441\000441\00043A\000438\000439"; }
.lang-lbl[lang=sk]:after { content: "Sloven\00010Dina"; }
.lang-lbl[lang=sl]:after { content: "Sloven\000161\00010Dina"; }
.lang-lbl[lang=sq]:after { content: "Shqipe"; }
.lang-lbl[lang=sr]:after { content: "\000421\000440\00043F\000441\00043A\000438"; }
.lang-lbl[lang=sv]:after { content: "Svenska"; }
.lang-lbl[lang=th]:after { content: "\000E44\000E17\000E22"; }
.lang-lbl[lang=tr]:after { content: "T\0000FCrk\0000E7e"; }
.lang-lbl[lang=uk]:after { content: "\000423\00043A\000440\000430\000457\00043D\000441\00044C\00043A\000430"; }
.lang-lbl[lang=vi]:after { content: "Ti\001EBFng\000020vi\001EC7t"; }
.lang-lbl[lang=zh]:after { content: "\004E2D\006587"; }

/* Labels in english language */
.lang-lbl-en[lang=ar]:after { content: "Arabic"; }
.lang-lbl-en[lang=be]:after { content: "Belarusian"; }
.lang-lbl-en[lang=bg]:after { content: "Bulgarian"; }
.lang-lbl-en[lang=cs]:after { content: "Czech"; }
.lang-lbl-en[lang=da]:after { content: "Danish"; }
.lang-lbl-en[lang=de]:after { content: "German"; }
.lang-lbl-en[lang=el]:after { content: "Greek"; }
.lang-lbl-en[lang=en]:after { content: "English"; }
.lang-lbl-en[lang=es]:after { content: "Spanish"; }
.lang-lbl-en[lang=et]:after { content: "Estonian"; }
.lang-lbl-en[lang=fi]:after { content: "Finnish"; }
.lang-lbl-en[lang=fr]:after { content: "French"; }
.lang-lbl-en[lang=ga]:after { content: "Irish"; }
.lang-lbl-en[lang=hi]:after { content: "Hindi"; }
.lang-lbl-en[lang=hr]:after { content: "Croatian"; }
.lang-lbl-en[lang=hu]:after { content: "Hungarian"; }
.lang-lbl-en[lang=in]:after { content: "Indonesian"; }
.lang-lbl-en[lang=is]:after { content: "Icelandic"; }
.lang-lbl-en[lang=it]:after { content: "Italian"; }
.lang-lbl-en[lang=iw]:after { content: "Hebrew"; }
.lang-lbl-en[lang=ja]:after { content: "Japanese"; }
.lang-lbl-en[lang=ko]:after { content: "Korean"; }
.lang-lbl-en[lang=lt]:after { content: "Lithuanian"; }
.lang-lbl-en[lang=lv]:after { content: "Latvian"; }
.lang-lbl-en[lang=mk]:after { content: "Macedonian"; }
.lang-lbl-en[lang=ms]:after { content: "Malay"; }
.lang-lbl-en[lang=mt]:after { content: "Maltese"; }
.lang-lbl-en[lang=nl]:after { content: "Dutch"; }
.lang-lbl-en[lang=no]:after { content: "Norwegian"; }
.lang-lbl-en[lang=pl]:after { content: "Polish"; }
.lang-lbl-en[lang=pt]:after { content: "Portuguese"; }
.lang-lbl-en[lang=ro]:after { content: "Romanian"; }
.lang-lbl-en[lang=ru]:after { content: "Russian"; }
.lang-lbl-en[lang=sk]:after { content: "Slovak"; }
.lang-lbl-en[lang=sl]:after { content: "Slovenian"; }
.lang-lbl-en[lang=sq]:after { content: "Albanian"; }
.lang-lbl-en[lang=sr]:after { content: "Serbian"; }
.lang-lbl-en[lang=sv]:after { content: "Swedish"; }
.lang-lbl-en[lang=th]:after { content: "Thai"; }
.lang-lbl-en[lang=tr]:after { content: "Turkish"; }
.lang-lbl-en[lang=uk]:after { content: "Ukrainian"; }
.lang-lbl-en[lang=vi]:after { content: "Vietnamese"; }
.lang-lbl-en[lang=zh]:after { content: "Chinese"; }

/* Combined native/english labels */
.lang-lbl-full[lang=ar]:after { content: "\000627\000644\000639\000631\000628\00064A\000629\0000A0/\0000A0Arabic"; }
.lang-lbl-full[lang=be]:after { content: "\000411\000435\00043B\000430\000440\000443\000441\00043A\000456\0000A0/\0000A0Belarusian"; }
.lang-lbl-full[lang=bg]:after { content: "\000411\00044A\00043B\000433\000430\000440\000441\00043A\000438\0000A0/\0000A0Bulgarian"; }
.lang-lbl-full[lang=cs]:after { content: "\00010Ce\000161tina\0000A0/\0000A0Czech"; }
.lang-lbl-full[lang=da]:after { content: "Dansk\0000A0/\0000A0Danish"; }
.lang-lbl-full[lang=de]:after { content: "Deutsch\0000A0/\0000A0German"; }
.lang-lbl-full[lang=el]:after { content: "\000395\0003BB\0003BB\0003B7\0003BD\0003B9\0003BA\0003AC\0000A0/\0000A0Greek"; }
.lang-lbl-full[lang=en]:after { content: "English\0000A0/\0000A0English"; }
.lang-lbl-full[lang=es]:after { content: "Espa\0000F1ol\0000A0/\0000A0Spanish"; }
.lang-lbl-full[lang=et]:after { content: "Eesti\0000A0/\0000A0Estonian"; }
.lang-lbl-full[lang=fi]:after { content: "Suomi\0000A0/\0000A0Finnish"; }
.lang-lbl-full[lang=fr]:after { content: "Fran\0000E7ais\0000A0/\0000A0French"; }
.lang-lbl-full[lang=ga]:after { content: "Gaeilge\0000A0/\0000A0Irish"; }
.lang-lbl-full[lang=hi]:after { content: "\000939\00093F\000902\000926\000940\0000A0/\0000A0Hindi"; }
.lang-lbl-full[lang=hr]:after { content: "Hrvatski\0000A0/\0000A0Croatian"; }
.lang-lbl-full[lang=hu]:after { content: "Magyar\0000A0/\0000A0Hungarian"; }
.lang-lbl-full[lang=in]:after { content: "Bahasa\000020indonesia\0000A0/\0000A0Indonesian"; }
.lang-lbl-full[lang=is]:after { content: "\0000CDslenska\0000A0/\0000A0Icelandic"; }
.lang-lbl-full[lang=it]:after { content: "Italiano\0000A0/\0000A0Italian"; }
.lang-lbl-full[lang=iw]:after { content: "\0005E2\0005D1\0005E8\0005D9\0005EA\0000A0/\0000A0Hebrew"; }
.lang-lbl-full[lang=ja]:after { content: "\0065E5\00672C\008A9E\0000A0/\0000A0Japanese"; }
.lang-lbl-full[lang=ko]:after { content: "\00D55C\00AD6D\00C5B4\0000A0/\0000A0Korean"; }
.lang-lbl-full[lang=lt]:after { content: "Lietuvi\000173\0000A0/\0000A0Lithuanian"; }
.lang-lbl-full[lang=lv]:after { content: "Latvie\000161u\0000A0/\0000A0Latvian"; }
.lang-lbl-full[lang=mk]:after { content: "\00041C\000430\00043A\000435\000434\00043E\00043D\000441\00043A\000438\0000A0/\0000A0Macedonian"; }
.lang-lbl-full[lang=ms]:after { content: "Bahasa\000020melayu\0000A0/\0000A0Malay"; }
.lang-lbl-full[lang=mt]:after { content: "Malti\0000A0/\0000A0Maltese"; }
.lang-lbl-full[lang=nl]:after { content: "Nederlands\0000A0/\0000A0Dutch"; }
.lang-lbl-full[lang=no]:after { content: "Norsk\0000A0/\0000A0Norwegian"; }
.lang-lbl-full[lang=pl]:after { content: "Polski\0000A0/\0000A0Polish"; }
.lang-lbl-full[lang=pt]:after { content: "Portugu\0000EAs\0000A0/\0000A0Portuguese"; }
.lang-lbl-full[lang=ro]:after { content: "Rom\0000E2n\000103\0000A0/\0000A0Romanian"; }
.lang-lbl-full[lang=ru]:after { content: "\000420\000443\000441\000441\00043A\000438\000439\0000A0/\0000A0Russian"; }
.lang-lbl-full[lang=sk]:after { content: "Sloven\00010Dina\0000A0/\0000A0Slovak"; }
.lang-lbl-full[lang=sl]:after { content: "Sloven\000161\00010Dina\0000A0/\0000A0Slovenian"; }
.lang-lbl-full[lang=sq]:after { content: "Shqipe\0000A0/\0000A0Albanian"; }
.lang-lbl-full[lang=sr]:after { content: "\000421\000440\00043F\000441\00043A\000438\0000A0/\0000A0Serbian"; }
.lang-lbl-full[lang=sv]:after { content: "Svenska\0000A0/\0000A0Swedish"; }
.lang-lbl-full[lang=th]:after { content: "\000E44\000E17\000E22\0000A0/\0000A0Thai"; }
.lang-lbl-full[lang=tr]:after { content: "T\0000FCrk\0000E7e\0000A0/\0000A0Turkish"; }
.lang-lbl-full[lang=uk]:after { content: "\000423\00043A\000440\000430\000457\00043D\000441\00044C\00043A\000430\0000A0/\0000A0Ukrainian"; }
.lang-lbl-full[lang=vi]:after { content: "Ti\001EBFng\000020vi\001EC7t\0000A0/\0000A0Vietnamese"; }
.lang-lbl-full[lang=zh]:after { content: "\004E2D\006587\0000A0/\0000A0Chinese"; }

/* One breaking space if we have an image */
.lang-xs:before,
.lang-sm:before,
.lang-lg:before  { content: '\0000A0'; }

/* Pad the image and remove the non-breaking space when we have both an icon and a label */
.lang-xs.lang-lbl,
.lang-xs.lang-lbl-en,
.lang-xs.lang-lbl-full  { padding-left: 16px; }
.lang-sm.lang-lbl,
.lang-sm.lang-lbl-en,
.lang-sm.lang-lbl-full  { padding-left: 24px; }
.lang-lg.lang-lbl,
.lang-lg.lang-lbl-en,
.lang-lg.lang-lbl-full  { padding-left: 32px; }

.lang-xs.lang-lbl:before,
.lang-sm.lang-lbl:before,
.lang-lg.lang-lbl:before,
.lang-xs.lang-lbl-en:before,
.lang-sm.lang-lbl-en:before,
.lang-lg.lang-lbl-en:before,
.lang-xs.lang-lbl-full:before,
.lang-sm.lang-lbl-full:before,
.lang-lg.lang-lbl-full:before  { content: ''; }

/* Adjustments for paragraphs */
.lang-lg,
.lang-lg:after       { top:   0px; position: relative; }
.lang-sm             { top:   1px; position: relative; }
.lang-sm:after       { top:  -1px; position: relative; }
.lang-xs             { top:   4px; position: relative; }
.lang-xs:after       { top:  -4px; position: relative; }

.lead>.lang-lg       { top:   2px; }
.lead>.lang-lg:after { top:  -2px; }
.lead>.lang-sm       { top:   6px; }
.lead>.lang-sm:after { top:  -6px; }
.lead>.lang-xs       { top:   8px; }
.lead>.lang-xs:after { top:  -8px; }

small>.lang-sm       { top:  -1px; }
small>.lang-sm:after { top:   1px; }
small>.lang-xs       { top:   2px; }
small>.lang-xs:after { top:  -2px; }

/* Adjustments for headings */
h1>.lang-lg       { top:   9px; }
h1>.lang-lg:after { top:  -9px; }
h1>.lang-sm       { top:  12px; }
h1>.lang-sm:after { top: -12px; }
h1>.lang-xs       { top:  14px; }
h1>.lang-xs:after { top: -14px; }

h2>.lang-lg       { top:   5px; }
h2>.lang-lg:after { top:  -5px; }
h2>.lang-sm       { top:   8px; }
h2>.lang-sm:after { top:  -8px; }
h2>.lang-xs       { top:  10px; }
h2>.lang-xs:after { top: -10px; }

h3>.lang-lg       { top:   1px; }
h3>.lang-lg:after { top:  -1px; }
h3>.lang-sm       { top:   5px; }
h3>.lang-sm:after { top:  -5px; }
h3>.lang-xs       { top:   8px; }
h3>.lang-xs:after { top:  -8px; }

h4>.lang-lg       { top:  -1px; }
h4>.lang-lg:after { top:   1px; }
h4>.lang-sm       { top:   1px; }
h4>.lang-sm:after { top:  -1px; }
h4>.lang-xs       { top:   4px; }
h4>.lang-xs:after { top:  -4px; }

h5>.lang-sm,
h5>.lang-sm:after { top:   0px; }
h5>.lang-xs       { top:   2px; }
h5>.lang-xs:after { top:  -2px; }

h6>.lang-sm,      
h6>.lang-sm:after { top:   0px; }
h6>.lang-xs       { top:   1px; }
h6>.lang-xs:after { top:  -1px; }

/* Adjustments for buttons */
.btn>.lang-sm              { top:   2px; }
.btn>.lang-sm:after        { top:  -2px; }
.btn>.lang-xs              { top:   4px; }
.btn>.lang-xs:after        { top:  -4px; }

.btn.btn-xs>.lang-sm,
.btn.btn-xs>.lang-sm:after { top:   0px; }
.btn.btn-xs>.lang-xs       { top:   3px; }
.btn.btn-xs>.lang-xs:after { top:  -3px; }

.btn.btn-sm>.lang-sm,
.btn.btn-sm>.lang-sm:after { top:   0px; }
.btn.btn-sm>.lang-xs       { top:   3px; }
.btn.btn-sm>.lang-xs:after { top:  -3px; }

.btn.btn-lg>.lang-lg       { top:   1px; }
.btn.btn-lg>.lang-lg:after { top:  -1px; }
.btn.btn-lg>.lang-sm       { top:   3px; }
.btn.btn-lg>.lang-sm:after { top:  -3px; }
.btn.btn-lg>.lang-xs       { top:   6px; }
.btn.btn-lg>.lang-xs:after { top:  -6px; }
