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

@charset "UTF-8";
/*
 * This file configures Bootstrap to look like Issuu
 *
 * It started out by a copy of Bootstraps _variables.scss file
 */
@import url("//fonts.googleapis.com/css?family=Open+Sans:700,600,400,300");
/*! 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"] {
  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;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

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

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

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

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

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

  thead {
    display: table-header-group;
  }

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

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

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

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

  select {
    background: #fff !important;
  }

  .navbar {
    display: none;
  }

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

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

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

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

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.625;
  color: #78756E;
  background-color: #EFECE6;
}

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

a {
  color: #F36D5D;
  text-decoration: none;
}
a:hover, a:focus {
  color: #E76354;
  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 {
  display: block;
  max-width: 100%;
  height: auto;
}

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

.img-thumbnail {
  padding: 4px;
  line-height: 1.625;
  background-color: #EFECE6;
  border: 1px solid #ddd;
  border-radius: 5px;
  -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: 26px;
  margin-bottom: 26px;
  border: 0;
  border-top: 1px solid #cccccc;
}

.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: "Open Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.625;
  color: #78756E;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #c5c5c5;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 26px;
  margin-bottom: 13px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 13px;
  margin-bottom: 13px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 32px;
}

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

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

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

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

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

p {
  margin: 0 0 13px;
}

.lead {
  margin-bottom: 26px;
  font-size: 18px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 480px) {
  .lead {
    font-size: 24px;
  }
}

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: #A49F96;
}

.text-primary {
  color: #F36D5D;
}

a.text-primary:hover {
  color: #ef422e;
}

.text-success {
  color: #56B66A;
}

a.text-success:hover {
  color: #419853;
}

.text-info {
  color: #F36D5D;
}

a.text-info:hover {
  color: #ef422e;
}

.text-warning {
  color: #dA9a25;
}

a.text-warning:hover {
  color: #ae7b1e;
}

.text-danger {
  color: #DF503C;
}

a.text-danger:hover {
  color: #c73521;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #F36D5D;
}

a.bg-primary:hover {
  background-color: #ef422e;
}

.bg-success {
  background-color: #56B66A;
}

a.bg-success:hover {
  background-color: #419853;
}

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

a.bg-info:hover {
  background-color: #ef422e;
}

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

a.bg-warning:hover {
  background-color: #ef9331;
}

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

a.bg-danger:hover {
  background-color: #c73521;
}

.page-header {
  padding-bottom: 12px;
  margin: 52px 0 26px;
  border-bottom: 1px solid transparent;
}

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

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

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

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

dt,
dd {
  line-height: 1.625;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

@media (min-width: 0) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
  .dl-horizontal dd:before, .dl-horizontal dd:after {
    content: " ";
    display: table;
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #c5c5c5;
}

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

blockquote {
  padding: 13px 26px;
  margin: 0 0 26px;
  font-size: 20px;
  border-left: 5px solid #cccccc;
}
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.625;
  color: #cccccc;
}
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 #cccccc;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

blockquote:before,
blockquote:after {
  content: "";
}

address {
  margin-bottom: 26px;
  font-style: normal;
  line-height: 1.625;
}

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

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #E0DACF;
  background-color: transparent;
  white-space: nowrap;
  border-radius: 5px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #FFFFFF;
  background-color: #78756E;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

pre {
  display: block;
  padding: 12.5px;
  margin: 0 0 13px;
  font-size: 15px;
  line-height: 1.625;
  word-break: break-all;
  word-wrap: break-word;
  color: #78756E;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 5px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

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

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 12px;
  padding-right: 12px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 480px) {
  .container {
    width: 480px;
  }
}
@media (min-width: 720px) {
  .container {
    width: 720px;
  }
}
@media (min-width: 956px) {
  .container {
    width: 956px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 12px;
  padding-right: 12px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -12px;
  margin-right: -12px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

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

.col-xs-12, .col-xs-11, .col-xs-10, .col-xs-9, .col-xs-8, .col-xs-7, .col-xs-6, .col-xs-5, .col-xs-4, .col-xs-3, .col-xs-2, .col-xs-1 {
  float: left;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

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

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

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

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

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

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

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

.col-xs-pull-0 {
  right: 0%;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

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

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

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

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

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

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

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

.col-xs-push-0 {
  left: 0%;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

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

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

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

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

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

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

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

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

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

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

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

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

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

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

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

@media (min-width: 480px) {
  .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1 {
    float: left;
  }

  .col-sm-1 {
    width: 8.33333%;
  }

  .col-sm-2 {
    width: 16.66667%;
  }

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

  .col-sm-4 {
    width: 33.33333%;
  }

  .col-sm-5 {
    width: 41.66667%;
  }

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

  .col-sm-7 {
    width: 58.33333%;
  }

  .col-sm-8 {
    width: 66.66667%;
  }

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

  .col-sm-10 {
    width: 83.33333%;
  }

  .col-sm-11 {
    width: 91.66667%;
  }

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

  .col-sm-pull-0 {
    right: 0%;
  }

  .col-sm-pull-1 {
    right: 8.33333%;
  }

  .col-sm-pull-2 {
    right: 16.66667%;
  }

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

  .col-sm-pull-4 {
    right: 33.33333%;
  }

  .col-sm-pull-5 {
    right: 41.66667%;
  }

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

  .col-sm-pull-7 {
    right: 58.33333%;
  }

  .col-sm-pull-8 {
    right: 66.66667%;
  }

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

  .col-sm-pull-10 {
    right: 83.33333%;
  }

  .col-sm-pull-11 {
    right: 91.66667%;
  }

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

  .col-sm-push-0 {
    left: 0%;
  }

  .col-sm-push-1 {
    left: 8.33333%;
  }

  .col-sm-push-2 {
    left: 16.66667%;
  }

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

  .col-sm-push-4 {
    left: 33.33333%;
  }

  .col-sm-push-5 {
    left: 41.66667%;
  }

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

  .col-sm-push-7 {
    left: 58.33333%;
  }

  .col-sm-push-8 {
    left: 66.66667%;
  }

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

  .col-sm-push-10 {
    left: 83.33333%;
  }

  .col-sm-push-11 {
    left: 91.66667%;
  }

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

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

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

  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

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

  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

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

  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 720px) {
  .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1 {
    float: left;
  }

  .col-md-1 {
    width: 8.33333%;
  }

  .col-md-2 {
    width: 16.66667%;
  }

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

  .col-md-4 {
    width: 33.33333%;
  }

  .col-md-5 {
    width: 41.66667%;
  }

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

  .col-md-7 {
    width: 58.33333%;
  }

  .col-md-8 {
    width: 66.66667%;
  }

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

  .col-md-10 {
    width: 83.33333%;
  }

  .col-md-11 {
    width: 91.66667%;
  }

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

  .col-md-pull-0 {
    right: 0%;
  }

  .col-md-pull-1 {
    right: 8.33333%;
  }

  .col-md-pull-2 {
    right: 16.66667%;
  }

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

  .col-md-pull-4 {
    right: 33.33333%;
  }

  .col-md-pull-5 {
    right: 41.66667%;
  }

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

  .col-md-pull-7 {
    right: 58.33333%;
  }

  .col-md-pull-8 {
    right: 66.66667%;
  }

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

  .col-md-pull-10 {
    right: 83.33333%;
  }

  .col-md-pull-11 {
    right: 91.66667%;
  }

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

  .col-md-push-0 {
    left: 0%;
  }

  .col-md-push-1 {
    left: 8.33333%;
  }

  .col-md-push-2 {
    left: 16.66667%;
  }

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

  .col-md-push-4 {
    left: 33.33333%;
  }

  .col-md-push-5 {
    left: 41.66667%;
  }

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

  .col-md-push-7 {
    left: 58.33333%;
  }

  .col-md-push-8 {
    left: 66.66667%;
  }

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

  .col-md-push-10 {
    left: 83.33333%;
  }

  .col-md-push-11 {
    left: 91.66667%;
  }

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

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

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

  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

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

  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

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

  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 956px) {
  .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1 {
    float: left;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  margin-bottom: 26px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 12px;
  line-height: 1.625;
  vertical-align: top;
  border-top: 1px solid #E0DACF;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #E0DACF;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #E0DACF;
}
.table .table {
  background-color: #EFECE6;
}

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

.table-bordered {
  border: 1px solid #E0DACF;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #E0DACF;
}
.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: #f9f9f9;
}

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

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

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

.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: #e8e8e8;
}

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

.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: #49a95d;
}

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

.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: #f15845;
}

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

.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: #f1a048;
}

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

.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: #db3c26;
}

@media (max-width: 479px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 19.5px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #E0DACF;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .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 > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th: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 > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th: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 > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .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: 26px;
  font-size: 24px;
  line-height: inherit;
  color: #78756E;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}

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

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}

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

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: 10px;
  font-size: 16px;
  line-height: 1.625;
  color: #78756E;
}

.form-control {
  display: block;
  width: 100%;
  height: 40px;
  padding: 9px 12px;
  font-size: 16px;
  line-height: 1.625;
  color: #78756E;
  background-color: #FFFFFF;
  background-image: none;
  border: 1px solid #FFFFFF;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #78756E;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(120, 117, 110, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(120, 117, 110, 0.6);
}
.form-control:-moz-placeholder {
  color: #C6C0B5;
}
.form-control::-moz-placeholder {
  color: #C6C0B5;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #C6C0B5;
}
.form-control::-webkit-input-placeholder {
  color: #C6C0B5;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #E0DACF;
  opacity: 1;
}

textarea.form-control {
  height: auto;
}

input[type="date"] {
  line-height: 40px;
}

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

.radio,
.checkbox {
  display: block;
  min-height: 26px;
  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], fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled], fieldset[disabled]
input[type="checkbox"],
.radio[disabled], fieldset[disabled]
.radio,
.radio-inline[disabled], fieldset[disabled]
.radio-inline,
.checkbox[disabled], fieldset[disabled]
.checkbox,
.checkbox-inline[disabled], fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 26px;
  padding: 3px 35px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 26px;
  line-height: 26px;
}

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

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 48px;
  padding: 12px 22px;
  font-size: 16px;
  line-height: 1.33;
  border-radius: 40px;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 48px;
  line-height: 48px;
}

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

.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 50px;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 31px;
  right: 0;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  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: #56B66A;
}
.has-success .form-control {
  border-color: #56B66A;
  color: #a45a03;
  background-color: #F5B859;
}
.has-success .form-control:-moz-placeholder {
  color: #F5B859;
}
.has-success .form-control::-moz-placeholder {
  color: #F5B859;
  opacity: 1;
}
.has-success .form-control:-ms-input-placeholder {
  color: #F5B859;
}
.has-success .form-control::-webkit-input-placeholder {
  color: #F5B859;
}
.has-success .form-control:focus {
  border-color: #419853;
}
.has-success .input-group-addon {
  color: #56B66A;
  border-color: #56B66A;
  background-color: #56B66A;
}
.has-success .form-control-feedback {
  color: #56B66A;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #dA9a25;
}
.has-warning .form-control {
  border-color: #dA9a25;
  color: #a45a03;
  background-color: #F5B859;
}
.has-warning .form-control:-moz-placeholder {
  color: #F5B859;
}
.has-warning .form-control::-moz-placeholder {
  color: #F5B859;
  opacity: 1;
}
.has-warning .form-control:-ms-input-placeholder {
  color: #F5B859;
}
.has-warning .form-control::-webkit-input-placeholder {
  color: #F5B859;
}
.has-warning .form-control:focus {
  border-color: #ae7b1e;
}
.has-warning .input-group-addon {
  color: #dA9a25;
  border-color: #dA9a25;
  background-color: #F3AC60;
}
.has-warning .form-control-feedback {
  color: #dA9a25;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #DF503C;
}
.has-error .form-control {
  border-color: #DF503C;
  color: #a45a03;
  background-color: #F5B859;
}
.has-error .form-control:-moz-placeholder {
  color: #F5B859;
}
.has-error .form-control::-moz-placeholder {
  color: #F5B859;
  opacity: 1;
}
.has-error .form-control:-ms-input-placeholder {
  color: #F5B859;
}
.has-error .form-control::-webkit-input-placeholder {
  color: #F5B859;
}
.has-error .form-control:focus {
  border-color: #c73521;
}
.has-error .input-group-addon {
  color: #DF503C;
  border-color: #DF503C;
  background-color: #DF503C;
}
.has-error .form-control-feedback {
  color: #DF503C;
}

.form-control-static {
  margin-bottom: 0;
}

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

@media (min-width: 480px) {
  .form-inline .form-group, .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control, .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .control-label, .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio, .navbar-form .radio,
  .form-inline .checkbox,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .form-inline .radio input[type="radio"], .navbar-form .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback, .navbar-form .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: 10px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 36px;
}
.form-horizontal .form-group {
  margin-left: -12px;
  margin-right: -12px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-control-static {
  padding-top: 10px;
}
@media (min-width: 480px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 12px;
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 9px 12px;
  font-size: 16px;
  line-height: 1.625;
  border-radius: 5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn:focus {
  color: #F36D5D;
  text-decoration: none;
}
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-default {
  color: #F36D5D;
  background-color: transparent;
  border-color: #F36D5D;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
  color: #F36D5D;
  background-color: transparent;
  border-color: #ef3a24;
}
.open .btn-default.dropdown-toggle {
  color: #F36D5D;
  background-color: transparent;
  border-color: #ef3a24;
}
.btn-default:active, .btn-default.active {
  background-image: none;
}
.open .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
  background-color: transparent;
  border-color: #F36D5D;
}
.btn-default .badge {
  color: transparent;
  background-color: #F36D5D;
}

.btn-primary {
  color: #FFFFFF;
  background-color: #F36D5D;
  border-color: #F36D5D;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
  color: #FFFFFF;
  background-color: #f04b37;
  border-color: #ef3a24;
}
.open .btn-primary.dropdown-toggle {
  color: #FFFFFF;
  background-color: #f04b37;
  border-color: #ef3a24;
}
.btn-primary:active, .btn-primary.active {
  background-image: none;
}
.open .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
  background-color: #F36D5D;
  border-color: #F36D5D;
}
.btn-primary .badge {
  color: #F36D5D;
  background-color: #FFFFFF;
}

.btn-success {
  color: #FFFFFF;
  background-color: #56B66A;
  border-color: #56B66A;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active {
  color: #FFFFFF;
  background-color: #459f57;
  border-color: #3e904f;
}
.open .btn-success.dropdown-toggle {
  color: #FFFFFF;
  background-color: #459f57;
  border-color: #3e904f;
}
.btn-success:active, .btn-success.active {
  background-image: none;
}
.open .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
  background-color: #56B66A;
  border-color: #56B66A;
}
.btn-success .badge {
  color: #56B66A;
  background-color: #FFFFFF;
}

.btn-info {
  color: #fff;
  background-color: #ADADAD;
  border-color: #a0a0a0;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active {
  color: #fff;
  background-color: #999999;
  border-color: #828282;
}
.open .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #999999;
  border-color: #828282;
}
.btn-info:active, .btn-info.active {
  background-image: none;
}
.open .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
  background-color: #ADADAD;
  border-color: #a0a0a0;
}
.btn-info .badge {
  color: #ADADAD;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #F3AC60;
  border-color: #f1a048;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active {
  color: #fff;
  background-color: #f0983a;
  border-color: #eb8212;
}
.open .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #f0983a;
  border-color: #eb8212;
}
.btn-warning:active, .btn-warning.active {
  background-image: none;
}
.open .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
  background-color: #F3AC60;
  border-color: #f1a048;
}
.btn-warning .badge {
  color: #F3AC60;
  background-color: #fff;
}

.btn-danger {
  color: #FFFFFF;
  background-color: #DF503C;
  border-color: #DF503C;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active {
  color: #FFFFFF;
  background-color: #d03722;
  border-color: #bf331f;
}
.open .btn-danger.dropdown-toggle {
  color: #FFFFFF;
  background-color: #d03722;
  border-color: #bf331f;
}
.btn-danger:active, .btn-danger.active {
  background-image: none;
}
.open .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
  background-color: #DF503C;
  border-color: #DF503C;
}
.btn-danger .badge {
  color: #DF503C;
  background-color: #FFFFFF;
}

.btn-link {
  color: #F36D5D;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: #E76354;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #c5c5c5;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 12px 22px;
  font-size: 16px;
  line-height: 1.33;
  border-radius: 40px;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 3px 35px;
  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("../fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/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: 16px;
  background-color: #FFFFFF;
  border-radius: 40px;
  -webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.3);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 12px 0;
  overflow: hidden;
  background-color: #e6e6e6;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.625;
  color: #78756E;
  white-space: nowrap;
}

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

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

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

.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.625;
  color: #c5c5c5;
}

.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: 0) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .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 > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .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:before, .btn-toolbar:after {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.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, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

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

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

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

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .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:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 5px;
  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 {
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.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: 9px 12px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #78756E;
  text-align: center;
  background-color: #ededed;
  border: 1px solid transparent;
  border-radius: 5px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 3px 35px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 12px 22px;
  font-size: 16px;
  border-radius: 40px;
}
.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:before, .nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 13px 13px;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: transparent;
}
.nav > li.disabled > a {
  color: #c5c5c5;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #c5c5c5;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: transparent;
  border-color: #F36D5D;
}
.nav .nav-divider {
  height: 1px;
  margin: 12px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid transparent;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.625;
  border: 1px solid transparent;
  border-radius: 5px 5px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: transparent transparent transparent;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #F36D5D;
  background-color: transparent;
  border: 1px solid transparent;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 5px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #E76354;
  background-color: transparent;
}

.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 480px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 5px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid transparent;
}
@media (min-width: 480px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid transparent;
    border-radius: 5px 5px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: transparent;
  }
}

.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: 26px;
  border: 1px solid transparent;
}
.navbar:before, .navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
@media (min-width: 0) {
  .navbar {
    border-radius: 5px;
  }
}

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 0) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 12px;
  padding-left: 12px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 0) {
  .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 > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -12px;
  margin-left: -12px;
}
@media (min-width: 0) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 0) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 0) {
  .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: 12px 12px;
  font-size: 16px;
  line-height: 26px;
  height: 50px;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 0) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -12px;
  }
}

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

.navbar-nav {
  margin: 6px -12px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 26px;
}
@media (max-width: -1) {
  .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: 26px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 0) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -12px;
  }
}

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

  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: -12px;
  margin-right: -12px;
  padding: 10px 12px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 5px;
  margin-bottom: 5px;
}
@media (max-width: -1) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 0) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -12px;
  }
}

.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: 5px;
  margin-bottom: 5px;
}
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 12px;
  margin-bottom: 12px;
}
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 12px;
  margin-bottom: 12px;
}
@media (min-width: 0) {
  .navbar-text {
    float: left;
    margin-left: 12px;
    margin-right: 12px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}

.navbar-default {
  background-color: transparent;
  border-color: transparent;
}
.navbar-default .navbar-brand {
  color: #78756E;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5d5b56;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #78756E;
}
.navbar-default .navbar-nav > li > a {
  color: #78756E;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #F36D5D;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #78756E;
  background-color: transparent;
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: transparent;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #78756E;
}
@media (max-width: -1) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #78756E;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #F36D5D;
    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: #78756E;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #78756E;
}
.navbar-default .navbar-link:hover {
  color: #F36D5D;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
.navbar-inverse .navbar-brand {
  color: #c5c5c5;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #FFFFFF;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #c5c5c5;
}
.navbar-inverse .navbar-nav > li > a {
  color: #c5c5c5;
}
.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: #090909;
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #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: #090909;
  color: #FFFFFF;
}
@media (max-width: -1) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #c5c5c5;
  }
  .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: #090909;
  }
  .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: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #c5c5c5;
}
.navbar-inverse .navbar-link:hover {
  color: #FFFFFF;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 26px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 5px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #c5c5c5;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 26px 0;
  border-radius: 5px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 9px 12px;
  line-height: 1.625;
  text-decoration: none;
  color: #F36D5D;
  background-color: #FFFFFF;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  color: #E76354;
  background-color: #cccccc;
  border-color: #ddd;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 2;
  color: #FFFFFF;
  background-color: #F36D5D;
  border-color: #F36D5D;
  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: #c5c5c5;
  background-color: #FFFFFF;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 12px 22px;
  font-size: 16px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 40px;
  border-top-left-radius: 40px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 40px;
  border-top-right-radius: 40px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 3px 35px;
  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: 26px 0;
  list-style: none;
  text-align: center;
}
.pager:before, .pager:after {
  content: " ";
  display: table;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #FFFFFF;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #cccccc;
}
.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: #c5c5c5;
  background-color: #FFFFFF;
  cursor: not-allowed;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #FFFFFF;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.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: #c5c5c5;
}
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #acacac;
}

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

.label-success {
  background-color: #56B66A;
}
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #419853;
}

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

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

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

.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: #c5c5c5;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge, .btn-group-xs > .btn .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: #F36D5D;
  background-color: #FFFFFF;
}

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

.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #cccccc;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 200;
}
.container .jumbotron {
  border-radius: 40px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 480px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 72px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 26px;
  line-height: 1.625;
  background-color: #EFECE6;
  border: 1px solid #ddd;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #78756E;
}

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

.alert {
  padding: 15px;
  margin-bottom: 26px;
  border: 1px solid transparent;
  border-radius: 5px;
}
.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: #56B66A;
  border-color: #49a94d;
  color: #56B66A;
}
.alert-success hr {
  border-top-color: #419845;
}
.alert-success .alert-link {
  color: #419853;
}

.alert-info {
  background-color: #F36D5D;
  border-color: #f13c47;
  color: #F36D5D;
}
.alert-info hr {
  border-top-color: #ef2430;
}
.alert-info .alert-link {
  color: #ef422e;
}

.alert-warning {
  background-color: #F3AC60;
  border-color: #f18348;
  color: #dA9a25;
}
.alert-warning hr {
  border-top-color: #ef7331;
}
.alert-warning .alert-link {
  color: #ae7b1e;
}

.alert-danger {
  background-color: #DF503C;
  border-color: #db262e;
  color: #DF503C;
}
.alert-danger hr {
  border-top-color: #c72128;
}
.alert-danger .alert-link {
  color: #c73521;
}

@-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: 26px;
  margin-bottom: 26px;
  background-color: #f5f5f5;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 26px;
  color: #FFFFFF;
  text-align: center;
  background-color: #F36D5D;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-striped .progress-bar {
  background-image: -webkit-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: #56B66A;
}
.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: #ADADAD;
}
.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: #F3AC60;
}
.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: #DF503C;
}
.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 #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}

a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover, a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
  z-index: 2;
  color: #E76354;
  background-color: transparent;
  border-color: transparent;
}
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: #E76354;
}

.list-group-item-success {
  color: #56B66A;
  background-color: #56B66A;
}

a.list-group-item-success {
  color: #56B66A;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover, a.list-group-item-success:focus {
  color: #56B66A;
  background-color: #49a95d;
}
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #56B66A;
  border-color: #56B66A;
}

.list-group-item-info {
  color: #F36D5D;
  background-color: #F36D5D;
}

a.list-group-item-info {
  color: #F36D5D;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover, a.list-group-item-info:focus {
  color: #F36D5D;
  background-color: #f15845;
}
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #F36D5D;
  border-color: #F36D5D;
}

.list-group-item-warning {
  color: #dA9a25;
  background-color: #F3AC60;
}

a.list-group-item-warning {
  color: #dA9a25;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover, a.list-group-item-warning:focus {
  color: #dA9a25;
  background-color: #f1a048;
}
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #dA9a25;
  border-color: #dA9a25;
}

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

a.list-group-item-danger {
  color: #DF503C;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover, a.list-group-item-danger:focus {
  color: #DF503C;
  background-color: #db3c26;
}
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #DF503C;
  border-color: #DF503C;
}

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

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

.panel {
  margin-bottom: 26px;
  background-color: #FFFFFF;
  border: 1px solid transparent;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}
.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}

.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group .list-group-item:first-child {
  border-top: 0;
}
.panel > .list-group .list-group-item:last-child {
  border-bottom: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.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 > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 4px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 4px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 4px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 4px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #E0DACF;
}
.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-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th: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-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tfoot > tr:first-child > th,
.panel > .table-bordered > tfoot > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:first-child > td {
  border-top: 0;
}
.panel > .table-bordered > thead > tr:last-child > th, .panel > .table-bordered > thead > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

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

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.panel-group {
  margin-bottom: 26px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 5px;
  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 #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #78756E;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #F36D5D;
}
.panel-primary > .panel-heading {
  color: #FFFFFF;
  background-color: #F36D5D;
  border-color: #F36D5D;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #F36D5D;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #F36D5D;
}

.panel-success {
  border-color: #49a94d;
}
.panel-success > .panel-heading {
  color: #56B66A;
  background-color: #56B66A;
  border-color: #49a94d;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #49a94d;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #49a94d;
}

.panel-info {
  border-color: #f13c47;
}
.panel-info > .panel-heading {
  color: #F36D5D;
  background-color: #F36D5D;
  border-color: #f13c47;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #f13c47;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #f13c47;
}

.panel-warning {
  border-color: #f18348;
}
.panel-warning > .panel-heading {
  color: #dA9a25;
  background-color: #F3AC60;
  border-color: #f18348;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #f18348;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #f18348;
}

.panel-danger {
  border-color: #db262e;
}
.panel-danger > .panel-heading {
  color: #DF503C;
  background-color: #DF503C;
  border-color: #db262e;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #db262e;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #db262e;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

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

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

.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #FFFFFF;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover, .close:focus {
  color: #000;
  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-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #FFFFFF;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 40px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.4);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.4);
  background-clip: padding-box;
  outline: none;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.modal-header {
  padding: 50px;
  min-height: 51.625px;
}

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

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

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

.modal-footer {
  margin-top: 15px;
  padding: 24px 25px 25px;
  text-align: right;
}
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

@media (min-width: 480px) {
  .modal-dialog {
    width: 500px;
    margin: 30px auto;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }

  .modal-lg {
    width: 800px;
  }
}
.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: #000;
  border-radius: 5px;
}

.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: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.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 #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 40px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 16px;
  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: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #FFFFFF;
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #FFFFFF;
}
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #FFFFFF;
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #FFFFFF;
  bottom: -10px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #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: 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: 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 #FFFFFF;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent;
}
.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: 480px) {
  .carousel-control .glyphicons-chevron-left,
  .carousel-control .glyphicons-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 {
  content: " ";
  display: table;
}
.clearfix: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,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
  display: none !important;
}

@media (max-width: 479px) {
  .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;
  }
}
.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
  display: none !important;
}

@media (min-width: 480px) and (max-width: 719px) {
  .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;
  }
}
.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
  display: none !important;
}

@media (min-width: 720px) and (max-width: 955px) {
  .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;
  }
}
.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
  display: none !important;
}

@media (min-width: 956px) {
  .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: 479px) {
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 480px) and (max-width: 719px) {
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 720px) and (max-width: 955px) {
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 956px) {
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
.visible-print,
tr.visible-print,
th.visible-print,
td.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,
  tr.hidden-print,
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
.area-chart-container .chart-series-0-color {
  color: #1eaf5a;
}
.area-chart-container .chart-series-1-color {
  color: #3d92c8;
}
.area-chart-container .chart-series-2-color {
  color: #329faa;
}
.area-chart-container .chart-series-3-color {
  color: #F36D5D;
}
.area-chart-container .chart-series-4-color {
  color: #3981b9;
}

.chart-container {
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  display: inline-block;
  position: relative;
  width: 100%;
  vertical-align: middle;
}
.chart-container svg {
  background-color: #FFFFFF;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.chart-container .tooltip-hover-area rect {
  fill: #b0d1fa;
  stroke-width: 0;
  stroke: black;
}
.chart-container .tooltip-hover-area rect:hover {
  opacity: 0.2;
}
.chart-container .tooltip-hover-area rect:active {
  opacity: 0.5;
}
.chart-container .label {
  fill: #c5c5c5;
  stroke: none;
  font-size: 14px;
  font-weight: normal;
}
.chart-container .series {
  stroke-width: 0.75px;
}
.chart-container .series-0 {
  fill: #f5fbf8;
  stroke: #1eaf5a;
}
.chart-container .series-0 circle {
  fill: #1eaf5a;
}
.chart-container .series-1 {
  fill: #f6fafc;
  stroke: #3d92c8;
}
.chart-container .series-1 circle {
  fill: #3d92c8;
}
.chart-container .series-2 {
  fill: url(#average-time-spent-gradient);
  stroke: #329faa;
}
.chart-container .series-2 circle {
  fill: #329faa;
}
.chart-container .series-3 {
  fill: #FFFFFF;
  stroke: #F36D5D;
}
.chart-container .series-3 circle {
  fill: #F36D5D;
}
.chart-container .series-4 {
  fill: #f0f9ff;
  stroke: #3981b9;
}
.chart-container .series-4 circle {
  fill: #3981b9;
}
.chart-container .stepped-series-column-0 {
  fill: #f5fbf8;
  /* According to design, outliers should be tinted slightly darker*/
}
.chart-container .stepped-series-column-0.outlier {
  fill: #eaf2ee;
}
.chart-container .stepped-series-column-1 {
  fill: #f6fafc;
}
.chart-container .stepped-series-top-line-0 {
  stroke: #1eaf5a;
  stroke-width: 1px;
}
.chart-container .stepped-series-column-3 {
  fill: #FFFFFF;
}
.chart-container .stepped-series-column-4 {
  fill: #f0f9ff;
}
.chart-container .stepped-series-top-line-1 {
  stroke: #3d92c8;
  stroke-width: 1px;
}
.chart-container .stepped-series-top-line-3 {
  stroke: #F36D5D;
  stroke-width: 1px;
}
.chart-container .stepped-series-top-line-4 {
  stroke: #3981b9;
  stroke-width: 1px;
}
.chart-container .vertical-line {
  stroke: #cccccc;
  stroke-width: 0px;
}
.chart-container .vertical-line.activated {
  stroke: #000;
  stroke-width: 1px;
}
.chart-container .horisontal-line {
  stroke: #e6e6e6;
  stroke-width: 1px;
  stroke-opacity: 0.5;
}

.circle-chart .description {
  text-align: center;
}
.circle-chart circle.back {
  fill: #FAFAFA;
}
.circle-chart circle.front {
  fill: #7ac0a1;
}

.custom-checkbox {
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.csschecked .custom-checkbox {
  padding-left: 26px;
  position: relative;
}
.csschecked .custom-checkbox label {
  margin-left: -26px;
}
.csschecked .custom-checkbox input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
  overflow: hidden;
}
.csschecked .custom-checkbox .btn {
  display: inline-block;
}
.csschecked .custom-checkbox.style-1 label:before, .csschecked .custom-checkbox.style-2 label:before {
  position: relative;
  display: inline-block;
  font-family: 'uicregular';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  white-space: nowrap;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "liga", "dlig";
  -moz-font-feature-settings: "liga=1, dlig=1";
  -moz-font-feature-settings: "liga", "dlig";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig";
  content: "\0000a0";
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  margin-right: 8px;
  font-size: 12px;
  border-radius: 5px;
  text-align: center;
  border: 1px solid #C6C0B5;
}
.csschecked .custom-checkbox.style-1 input[type=checkbox]:checked + label:before, .csschecked .custom-checkbox.style-2 input[type=checkbox]:checked + label:before {
  content: "\e619";
}
.csschecked .custom-checkbox.style-2 label:before {
  line-height: 14px;
  border: 2px solid;
}
.csschecked .custom-checkbox.style-2 input[type=checkbox]:hover + label:before {
  content: "\e619";
}

.custom-checkbox {
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.csschecked .custom-checkbox {
  padding-left: 26px;
  position: relative;
}
.csschecked .custom-checkbox label {
  margin-left: -26px;
}
.csschecked .custom-checkbox input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
  overflow: hidden;
}
.csschecked .custom-checkbox .btn {
  display: inline-block;
}
.csschecked .custom-checkbox.style-1 label:before, .csschecked .custom-checkbox.style-2 label:before {
  position: relative;
  display: inline-block;
  font-family: 'uicregular';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  white-space: nowrap;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "liga", "dlig";
  -moz-font-feature-settings: "liga=1, dlig=1";
  -moz-font-feature-settings: "liga", "dlig";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig";
  content: "\0000a0";
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  margin-right: 8px;
  font-size: 12px;
  border-radius: 5px;
  text-align: center;
  border: 1px solid #C6C0B5;
}
.csschecked .custom-checkbox.style-1 input[type=checkbox]:checked + label:before, .csschecked .custom-checkbox.style-2 input[type=checkbox]:checked + label:before {
  content: "\e619";
}
.csschecked .custom-checkbox.style-2 label:before {
  line-height: 14px;
  border: 2px solid;
}
.csschecked .custom-checkbox.style-2 input[type=checkbox]:hover + label:before {
  content: "\e619";
}

.date-picker {
  line-height: 1.625;
}
.date-picker table {
  display: inline-block;
  border-collapse: separate;
  border-spacing: 3px;
}
.date-picker table + table {
  margin-left: 10px;
}
.date-picker button {
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 3px;
  border: none;
  height: 30px;
  background: #cfcfcf;
  margin: 0 10px 0 10px;
}
.date-picker button .issuuicon {
  top: 3px;
}
.date-picker .month {
  background-color: #cfcfcf;
}
.date-picker th {
  background: none;
  text-transform: uppercase;
}
.date-picker th, .date-picker td {
  text-align: center;
  vertical-align: middle;
  color: #9c9c9c;
  height: 30px;
}
.date-picker td {
  cursor: pointer;
  background-color: #fff;
}
.date-picker td.disabled {
  color: #d9d9d9;
}
.date-picker td.disabled:hover {
  color: #d9d9d9;
  cursor: default;
}
.date-picker td.current-date {
  color: #363636;
  font-weight: bold;
}
.date-picker td[class*=selected] {
  color: white;
}
.date-picker td[class*=selected]:hover {
  color: white;
}
.date-picker .selected-0 {
  background: #cf3a29;
}
.date-picker .selected-1 {
  background: #3b83bf;
}
.date-picker .cursor-0 td:hover {
  color: #cf3a29;
}
.date-picker .cursor-1 td:hover {
  color: #3b83bf;
}

.date-range-picker {
  line-height: 1.625;
  /*
      .form-group {
          display: table-cell;
      }
  
      .form-control {
          font-size: 12px;
          height: 20px;
          padding: 10px 5px;
          text-align: center;
      }
  
      span {
          display: table-cell;
          padding: 0 10px;
          height: 100%;
          vertical-align: middle;
      }
  */
}
.date-range-picker .date-range-picker-inputs {
  display: table;
  margin-bottom: 15px;
}
.date-range-picker td.selected-range {
  background-color: purple;
}

.dropdown-alternative label.dropdown-title {
  margin-bottom: 0;
}
.dropdown-alternative .issuuicon-arrow-down {
  font-size: 11px;
  padding-left: 6px;
  top: 0px;
}
.dropdown-alternative .dropdown-title, .dropdown-alternative select {
  font-size: 16px;
  font-weight: normal;
}
.dropdown-alternative select {
  -webkit-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  width: auto;
  border-radius: 0;
  border: 0;
  padding: 0px;
  padding-right: 13px;
  margin: 0px;
  margin-right: 3px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: right 50%;
}
.dropdown-alternative select::-ms-expand {
  display: none;
}
.nav-tabs .dropdown-alternative .menu {
  border-radius: 5px;
}
.dropdown-alternative .menu a {
  position: relative;
  padding-right: 60px;
}
.dropdown-alternative .menu.arrow-top {
  margin-top: 10px;
}
.dropdown-alternative .menu a:after {
  position: relative;
  display: inline-block;
  font-family: 'uicregular';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  white-space: nowrap;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "liga", "dlig";
  -moz-font-feature-settings: "liga=1, dlig=1";
  -moz-font-feature-settings: "liga", "dlig";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig";
  content: '';
  margin-right: 30px;
  margin-left: 0px;
  line-height: 18px;
  vertical-align: middle;
  position: absolute;
  right: 0px;
  top: 3px;
}
.dropdown-alternative .menu .active a:after {
  content: "\e619";
}

.nav > li.alternative-dropdown label.dropdown-title {
  padding: 13px 13px;
  padding-right: 0;
  margin-bottom: 0;
}
.nav > li.alternative-dropdown:first-child label.dropdown-title {
  padding-left: 0;
}

.nav > li .alternative-dropdown label.dropdown-title {
  padding: 13px 13px;
  padding-right: 0;
}
.nav > li:first-child .alternative-dropdown label.dropdown-title {
  padding-left: 0;
}

.btn-group > .dropdown-alternative {
  line-height: 40px;
  vertical-align: middle;
}
.btn-group > .dropdown-alternative .menu {
  margin-top: 5px;
}

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
}

html {
  position: relative;
  overflow-y: scroll;
}

/* NAAAASTY overrides */
/* Couldn't find the file to change these stuff - therefor the override with important and all */
header {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
header #logo img {
  height: 28px !important;
}

#footer {
  background: #EFECE6;
}

.stream-list {
  margin-top: 20px;
}

#docactions > .metadata .description {
  font-size: 23px !important;
  line-height: 1.625;
}

.content-box.placeholder {
  background: #EFECE6 !important;
}

.content-box {
  height: 130px !important;
}
.content-box.thin {
  height: 100px !important;
}
.content-box.top-performance-item {
  height: 490px !important;
}

.dateselection .header-bar {
  border-top: 1px solid #E0DACF !important;
  border-bottom: 1px solid #E0DACF !important;
}
.dateselection .header-bar .header-bar-affix {
  background: #EFECE6 !important;
}

.area-chart-header .nav-tabs {
  border-bottom: none;
}
.area-chart-header .nav-tabs.active {
  border-bottom: none;
}

.publication-list-view table.table-publication-list td.date-state-description p {
  margin-top: 12px !important;
}

.publication-list-view table.table-publication-list td.cover {
  vertical-align: bottom;
}

.publication-list-view table.table-publication-list td.publication-title > h3 {
  margin-top: 10px;
}

.publication-list-view table.table-publication-list td.publication-title a.ellipsis-expander {
  color: #E0DACF !important;
}

.publication-list-view table.table-publication-list td.publication-title > .description.truncate {
  margin-bottom: 0;
  margin-top: 0;
}

/* End of overrides */
strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

.navbar-nav li {
  padding: 6px 0px;
  font-size: 14px;
}
.navbar-nav li a {
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.navbar-nav li a:hover {
  color: #F36D5D !important;
  /* couldn't find right place */
}
.navbar-nav li.active {
  border-bottom: 3px solid #F36D5D;
}
.navbar-nav li .menu li {
  padding: 0 0;
}
.navbar-nav li .menu li:hover {
  background: #EFECE6;
}

.btn {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 14px;
  text-transform: none;
  padding: 8px 20px;
  border-radius: 40px;
  -webkit-font-smoothing: subpixel-antialiased;
}

.btn:focus {
  outline: none;
}

h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small,
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  line-height: inherit;
  font-weight: inherit;
  font-size: inherit;
  color: #C6C0B5;
}

h1.hero {
  font-size: 45px;
  line-height: 51px;
  font-weight: 300;
  margin-top: 32px;
  margin-bottom: 32px;
}

h1, .h1,
h3, .h3 {
  font-weight: 300;
}

h2, .h2 {
  font-weight: 600;
}

h1, .h1 {
  line-height: 36px;
  margin-bottom: 16px;
  margin-top: 16px;
}

h2, .h2 {
  line-height: 26px;
  margin-top: 16px;
  margin-bottom: 16px;
}

h3.title, .h3.title {
  font-weight: 400;
}

h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-weight: 700;
}

p {
  margin: 13.0080003738403px 0px;
}

a {
  transition: color 0.25s ease;
  outline: none;
}
a:hover, a:focus {
  outline: none;
}

code {
  white-space: normal;
  font-size: 12px;
  line-height: 18px;
  padding: 0;
}

blockquote {
  font-size: 16px;
}

.h3-paragraph {
  font-size: 16px;
  font-weight: 400;
  margin-top: 26px;
  margin-bottom: 13px;
}

.type-large {
  font-size: 16px;
}

.type-small {
  font-size: 12px;
}

.type-tag {
  text-transform: uppercase;
  font-family: "Helvetica Neue", "HelveticaNeue", Helvetica, Trebuchet, "Trebuchet MS", Arial, sans-serif;
  font-style: italic;
  font-size: 12px;
  font-weight: 400;
}
.type-tag:hover {
  color: #33C16D;
}

.explore-text {
  font-size: 14px;
  padding-top: 13px;
}

.nav > li.has-submenu {
  float: right;
  margin-top: 4px;
}
.nav > li > a {
  font-size: 16px;
  font-weight: 400;
}

.nav-tabs {
  border-bottom: 1px solid #E0DACF;
}
.nav-tabs > li {
  margin-right: 5px;
}
.nav-tabs > li.active {
  border-bottom: 3px solid #F36D5D;
}

.app-navigation {
  padding-bottom: 16px;
  padding-top: 16px;
}

.data-xxl, .data-xl, .data-l {
  line-height: 72px;
  font-weight: bold;
}

.data-xxl {
  font-size: 72px;
  letter-spacing: -3px;
}

.data-xl {
  font-size: 50px;
  letter-spacing: -2px;
}

.data-l {
  font-size: 26px;
  letter-spacing: -1px;
}

.form-control:not(textarea) {
  font-size: 14px;
  border-radius: 40px;
  padding: 10px 20px;
  border: 1px solid #E0DACF;
}
.form-control:not(textarea)[readonly] {
  background-color: #FFFFFF;
  cursor: default;
  color: #78756E;
}
.form-control:not(textarea)[disabled] {
  background-color: #E7E3DA;
  color: #6B6B6B;
}

textarea.form-control {
  padding: 15px 20px;
  font-size: 14px;
}

label {
  font-weight: normal;
  font-size: 14px;
}

.form-group {
  position: relative;
}
.form-group.has-error label {
  color: #a45a03;
}
.form-group .control-label {
  padding-left: 20px;
}

.form-control-hint {
  position: absolute;
  top: 5px;
  right: 0px;
  color: #F56C59;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 40px;
  padding: 9px 12px;
  line-height: 22px;
  vertical-align: middle;
}

select.form-control {
  background-repeat: no-repeat;
  background-position: 94% 50%;
  cursor: pointer;
  -webkit-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
}
select.form-control::-ms-expand {
  display: none;
}

.table {
  font-size: 14px;
}
.table tr > th.title, .table tr > td.title {
  font-size: 14px;
  font-weight: 400;
}
.table > thead > tr > th {
  font-weight: 700;
}
.table tr > th, .table tr > td {
  padding-left: 0px;
}
.table tr > th.sortable a:after {
  position: relative;
  display: inline-block;
  font-family: 'uicregular';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  white-space: nowrap;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "liga", "dlig";
  -moz-font-feature-settings: "liga=1, dlig=1";
  -moz-font-feature-settings: "liga", "dlig";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig";
  display: inline-block;
  width: 15px;
  font-size: 8px;
  content: '';
  text-align: right;
  line-height: 16px;
  vertical-align: text-top;
  font-weight: 400;
}
.table tr > th.sortable.title a:after {
  line-height: 14px;
}
.table tr > th.sortable.sorted-asc a:after {
  content: "\e602";
}
.table tr > th.sortable.sorted-desc a:after {
  content: "\e603";
}
.table tr > td.sortable.text-right:after {
  display: inline-block;
  width: 15px;
  content: '';
}

.table-ellipsize {
  table-layout: fixed;
}
.table-ellipsize > thead > tr > td, .table-ellipsize > thead > tr > th,
.table-ellipsize > tbody > tr > td,
.table-ellipsize > tbody > tr > th,
.table-ellipsize > tfoot > tr > td,
.table-ellipsize > tfoot > tr > th {
  table-layout: fixed;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

h2[data-toggle="collapse"] {
  cursor: pointer;
  position: relative;
}
h2[data-toggle="collapse"] .caret {
  position: absolute;
  top: 50%;
  bottom: 50%;
  right: 3px;
  border-bottom: 4px solid;
  border-top: 0;
}
h2[data-toggle="collapse"].collapsed .caret {
  border-bottom: 0;
  border-top: 4px solid;
}

.jumbotron-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
.jumbotron-img .container {
  height: 100%;
}
.jumbotron-img .wrapper {
  display: table;
  height: 100%;
  width: 100%;
  position: relative;
}
.jumbotron-img .inner-wrapper {
  display: table-cell;
  vertical-align: middle;
}
.jumbotron-img .inner-wrapper .pull-left {
  position: absolute;
  top: 0;
  left: 0;
}
.jumbotron-img .inner-wrapper .pull-right {
  position: absolute;
  top: 0;
  right: 0;
}

.jumbotron + .jumbotron {
  margin-top: -30px;
}

.jumbotron[class*=jumbotron-marketing] {
  padding-bottom: 0;
}

.jumbotron-img .pull-left .issuulogo, .jumbotron-img .pull-right .issuulogo {
  font-size: 37px;
  width: 33px;
  height: 33px;
  border-radius: 99px;
}

.sharebutton-group {
  position: relative;
  display: inline-block;
}
.sharebutton-group .sharebutton-group-label {
  position: absolute;
  margin-top: auto;
  margin-bottom: auto;
  top: 0;
  bottom: 0;
  right: 100%;
  padding-right: 35px;
  height: 40px;
  line-height: 40px;
}

.btn-toolbar {
  margin-left: -8px;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 8px;
}
.btn-toolbar > .btn-group .btn {
  padding: 7px 10px 10px 10px;
}

.btn-square-icon {
  width: 40px;
  padding-left: 0;
  padding-right: 0;
}

.dropdown-menu {
  padding: 6px inherit;
}
.dropdown-menu > li > a {
  padding: 3px 30px;
}

html, input, textarea, select {
  -webkit-font-smoothing: antialiased;
}

.bg-success.text-success {
  color: #1b6439;
}

a.bg-success.text-success:hover {
  color: #103c22;
}

.bg-info.text-info {
  color: #a84b3f;
}

a.bg-info.text-info:hover {
  color: #833a31;
}

.bg-warning.text-warning {
  color: #a45a03;
}

a.bg-warning.text-warning:hover {
  color: #723f02;
}

.bg-danger.text-danger {
  color: #952f2f;
}

a.bg-danger.text-danger:hover {
  color: #6e2323;
}

.bg-success .text-success {
  color: #1b6439;
}

a.bg-success .text-success:hover {
  color: #103c22;
}

.bg-info .text-info {
  color: #a84b3f;
}

a.bg-info .text-info:hover {
  color: #833a31;
}

.bg-warning .text-warning {
  color: #a45a03;
}

a.bg-warning .text-warning:hover {
  color: #723f02;
}

.bg-danger .text-danger {
  color: #952f2f;
}

a.bg-danger .text-danger:hover {
  color: #6e2323;
}

.bg-primary.text-primary a, .bg-success.text-success a, .bg-info.text-info a, .bg-warning.text-warning a, .bg-danger.text-danger a {
  -webkit-transition: color 75ms ease-out;
  transition: color 75ms ease-out;
  color: #1d1e21;
}
.bg-primary.text-primary a:visited, .bg-success.text-success a:visited, .bg-info.text-info a:visited, .bg-warning.text-warning a:visited, .bg-danger.text-danger a:visited {
  color: #1d1e21;
}
.bg-primary.text-primary a:focus, .bg-success.text-success a:focus, .bg-info.text-info a:focus, .bg-warning.text-warning a:focus, .bg-danger.text-danger a:focus {
  color: #f7f7f7;
}
.bg-primary.text-primary a:hover, .bg-success.text-success a:hover, .bg-info.text-info a:hover, .bg-warning.text-warning a:hover, .bg-danger.text-danger a:hover {
  color: #f7f7f7;
}
.bg-primary.text-primary a:active, .bg-success.text-success a:active, .bg-info.text-info a:active, .bg-warning.text-warning a:active, .bg-danger.text-danger a:active {
  color: #f7f7f7;
}

.modal-dialog.modal-dialog-center {
  margin: 0 auto;
  display: table;
  width: 100%;
  height: 100%;
  position: absolute;
  pointer-events: none;
}
.modal-dialog.modal-dialog-center .modal-dialog-center-content {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  text-align: center;
}
.modal-dialog.modal-dialog-center .modal-dialog-center-content .modal-content {
  min-width: 340px;
  max-width: 600px;
  display: inline-block;
  vertical-align: middle;
  pointer-events: auto;
}

.modal-header {
  padding-bottom: 35px;
}
.modal-header h1 {
  margin: 0;
}

.modal-body {
  padding: 0 25px;
}

.modal-footer {
  margin-top: 0;
  padding-top: 35px;
}

@font-face {
  font-family: 'uicregular';
  src: url("../fonts/issuu/issuufont.eot");
  src: url("../fonts/issuu/issuufont.eot?#iefix") format("embedded-opentype"), url("../fonts/issuu/issuufont.woff") format("woff"), url("../fonts/issuu/issuufont.ttf") format("truetype"), url("../fonts/issuu/issuufont.svg#issuufont") format("svg");
}
.issuuicons .issuuicon + span {
  display: none !important;
}

.issuuicon {
  position: relative;
  display: inline-block;
  font-family: 'uicregular';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  white-space: nowrap;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "liga", "dlig";
  -moz-font-feature-settings: "liga=1, dlig=1";
  -moz-font-feature-settings: "liga", "dlig";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig";
}

.btn .issuuicon {
  line-height: 13px;
  vertical-align: middle;
  font-size: 19px;
}

.issuuicon-chevron-left-thin:before {
  content: "\e648";
}

.issuuicon-chevron-right-thin:before {
  content: "\e640";
}

.issuuicon-chevron-x:before {
  content: "\e641";
}

.issuuicon-crop:before {
  content: "\e608";
}

.issuuicon-share:before {
  content: "\e609";
}

.issuuicon-comment:before {
  content: "\e645";
}

.issuuicon-send-arrow:before {
  content: "\e646";
}

.issuuicon-bin:before {
  content: "\e647";
}

.issuuicon-arrow-left:before {
  content: "\e600";
}

.issuuicon-arrow-right:before {
  content: "\e601";
}

.issuuicon-arrow-up:before {
  content: "\e602";
}

.issuuicon-arrow-down:before {
  content: "\e603";
}

.issuuicon-chevron-left:before {
  content: "\e604";
}

.issuuicon-chevron-right:before {
  content: "\e605";
}

.issuuicon-chevron-up:before {
  content: "\e606";
}

.issuuicon-chevron-down:before {
  content: "\e607";
}

.issuuicon-scrubber:before {
  content: "\e60a";
}

.issuuicon-link:before {
  content: "\e60b";
}

.issuuicon-logo-small:before {
  content: "\e60c";
}

.issuuicon-logo:before {
  content: "\e60d";
}

.issuuicon-logo-large:before {
  content: "\e60e";
}

.issuuicon-person:before {
  content: "\e60f";
}

.issuuicon-people:before {
  content: "\e610";
}

.issuuicon-add-to-stack:before {
  content: "\e611";
}

.issuuicon-stack:before {
  content: "\e612";
}

.issuuicon-key:before {
  content: "\e613";
}

.issuuicon-ios-share-arrow:before {
  content: "\e614";
}

.issuuicon-ios-share:before {
  content: "\e615";
}

.issuuicon-info-circle:before {
  content: "\e616";
}

.issuuicon-cog:before {
  content: "\e617";
}

.issuuicon-home:before {
  content: "\e618";
}

.issuuicon-ok:before {
  content: "\e619";
}

.issuuicon-remove-sign:before {
  content: "\e61a";
}

.issuuicon-remove:before {
  content: "\e61b";
}

.issuuicon-eye-open:before {
  content: "\e61c";
}

.issuuicon-heart:before {
  content: "\e61d";
}

.issuuicon-flag:before {
  content: "\e61e";
}

.issuuicon-plus:before {
  content: "\e61f";
}

.issuuicon-no-access:before {
  content: "\e620";
}

.issuuicon-grid:before {
  content: "\e621";
}

.issuuicon-rows:before {
  content: "\e622";
}

.issuuicon-file:before {
  content: "\e623";
}

.issuuicon-download:before {
  content: "\e624";
}

.issuuicon-crosshair:before {
  content: "\e625";
}

.issuuicon-picture-frame:before {
  content: "\e626";
}

.issuuicon-print:before {
  content: "\e627";
}

.issuuicon-star:before {
  content: "\e628";
}

.issuuicon-time:before {
  content: "\e629";
}

.issuuicon-lock:before {
  content: "\e62a";
}

.issuuicon-chart-bars:before {
  content: "\e62b";
}

.issuuicon-spinner:before {
  content: "\e62c";
}

.issuuicon-calendar:before {
  content: "\e62d";
}

.issuuicon-edit:before {
  content: "\e62e";
}

.issuuicon-globe:before {
  content: "\e62f";
}

.issuuicon-harddrive:before {
  content: "\e630";
}

.issuuicon-laptop:before {
  content: "\e631";
}

.issuuicon-phone:before {
  content: "\e632";
}

.issuuicon-refresh:before {
  content: "\e633";
}

.issuuicon-credit-card:before {
  content: "\e634";
}

.issuuicon-search:before {
  content: "\e635";
}

.issuuicon-briefcase:before {
  content: "\e636";
}

.issuuicon-eye-closed:before {
  content: "\e637";
}

.issuuicon-pinterest:before {
  content: "\e63e";
}

.issuuicon-facebook:before {
  content: "\e638";
}

.issuuicon-twitter:before {
  content: "\e639";
}

.issuuicon-google-plus:before {
  content: "\e63a";
}

.issuuicon-linkedin:before {
  content: "\e63b";
}

.issuuicon-tumblr:before {
  content: "\e63c";
}

.issuuicon-envelope:before {
  content: "\e63d";
}

.issuu-logo-image {
  background-image: url("../images/issuu-logo.png");
  background-repeat: no-repeat;
  background-size: 151px 34px;
  width: 151px;
  height: 34px;
}

.issuu-logo-white-image {
  background-image: url("../images/issuu-logo-white.png");
  background-repeat: no-repeat;
  background-size: 151px 34px;
  width: 151px;
  height: 34px;
}

/* CSS for high-resolution devices */
@media only screen and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) {
  .issuu-logo-image {
    background-image: url("../images/issuu-logo-x2.png");
  }

  .issuu-logo-white-image {
    background-image: url("../images/issuu-logo-white-x2.png");
  }
}
.searchbox {
  position: relative;
}
.searchbox .searchbox-placeholder, .searchbox .searchbox-clear {
  top: 0;
  position: absolute;
  line-height: 40px;
}
.searchbox .searchbox-placeholder {
  left: 12px;
  font-size: 16px;
  cursor: text;
}
.searchbox .searchbox-placeholder.issuuicon-search {
  color: #78756E !important;
  position: absolute;
  top: 0px;
}
.searchbox .searchbox-clear {
  right: 35px;
  display: none;
  cursor: pointer;
  color: #78756E;
}
.searchbox .issuuicon-search {
  position: absolute;
  right: 25px;
  top: 15px;
}
.searchbox .issuuicon-search:before {
  margin-left: 5px;
}

.has-expanding-searchbox {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.has-expanding-searchbox > .btn {
  visibility: visible;
  position: absolute;
  top: 0;
  z-index: 1;
}
.has-expanding-searchbox > .searchbox {
  height: 40px;
  transition: max-width 0.3s ease;
  max-width: 52px;
}
.has-expanding-searchbox.expanded > .btn {
  visibility: hidden;
}
.has-expanding-searchbox.expanded > .searchbox {
  max-width: 300px;
}

@-webkit-keyframes issuuSpinnerAnimation {
  from {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes issuuSpinnerAnimation {
  from {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes issuuSpinnerAnimation {
  from {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes issuuSpinnerAnimation {
  from {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes issuuSpinnerAnimation {
  from {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes issuuSpinnerAnimation {
  from {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
div.spin, span.spin {
  position: relative;
  display: inline-block;
  font-family: 'uicregular';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  white-space: nowrap;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "liga", "dlig";
  -moz-font-feature-settings: "liga=1, dlig=1";
  -moz-font-feature-settings: "liga", "dlig";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig";
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
div.spin:after, span.spin:after {
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  -webkit-animation: issuuSpinnerAnimation 1.6s linear infinite;
  animation: issuuSpinnerAnimation 1.6s linear infinite;
  display: inline-block;
  content: "\e62c";
}
div.spin.large, span.spin.large {
  font-size: 35px;
}
div.spin.huge, span.spin.huge {
  font-size: 75px;
}

.btn > .spin {
  vertical-align: baseline;
  font-size: inherit;
}

div.spin {
  display: block;
}

.ui-stream .metadata {
  background: #E7E3DA;
  display: none;
}
.ui-stream .metadata h3.title, .ui-stream .metadata .h3.title {
  margin: 0;
  font-weight: 700;
}
.ui-stream .metadata h3.title a, .ui-stream .metadata .h3.title a {
  color: #78756E;
}
.ui-stream .metadata h3.title a:hover, .ui-stream .metadata .h3.title a:hover {
  text-decoration: none;
}
.ui-stream .metadata .ownername, .ui-stream .metadata .description {
  margin: 4px 0 0 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
}
.ui-stream .metadata .ownername a:hover {
  color: #495b66;
}
.ui-stream .metadata .description {
  display: none;
}
.ui-stream .metadata .description a {
  color: #9b9b9b;
}

.has-menu {
  position: relative;
  display: inline-block;
}

.menu, .balloon {
  position: relative;
  display: inline-block;
  font-family: "Open Sans", Arial, sans-serif;
  border-width: 0;
  border-radius: 5px;
  list-style: none;
  font-size: 14px;
  line-height: 1.625;
}
.menu .divider, .balloon .divider {
  height: 1px;
  margin: 12px 0;
  overflow: hidden;
  background-color: #e6e6e6;
}
.menu.arrow-top, .balloon.arrow-top {
  margin-top: 20px;
}
.menu.arrow-bottom, .balloon.arrow-bottom {
  margin-bottom: 20px;
}
.menu.arrow-left, .balloon.arrow-left {
  margin-left: 20px;
}
.menu.arrow-right, .balloon.arrow-right {
  margin-right: 20px;
}
.menu::-webkit-scrollbar, .menu ::-webkit-scrollbar, .balloon::-webkit-scrollbar, .balloon ::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.menu::-webkit-scrollbar-track, .menu ::-webkit-scrollbar-track, .balloon::-webkit-scrollbar-track, .balloon ::-webkit-scrollbar-track {
  border-radius: 4px;
}
.menu::-webkit-scrollbar-thumb, .menu ::-webkit-scrollbar-thumb, .balloon::-webkit-scrollbar-thumb, .balloon ::-webkit-scrollbar-thumb {
  border-radius: 4px;
}

.menu {
  display: none;
  padding: 12px 0;
  position: absolute;
  z-index: 1000;
  left: 50%;
}
.menu.active {
  display: block;
}
.menu.default-padding {
  padding: 9px 12px;
}
.menu > li > a {
  display: block;
  padding: 3px 22px;
  color: #78756E;
  white-space: nowrap;
}
.menu > li > a:hover, .menu > li > a:focus {
  text-decoration: none;
  color: #F36D5D;
  background-color: transparent;
}
.menu > li.active > a {
  color: #F36D5D;
  text-decoration: none;
  outline: 0;
  background-color: transparent;
}
.menu > li.disabled > a, .menu > li.disabled > a:hover, .menu > li.disabled > a:focus {
  color: #ccc;
}
.menu > li.disabled > a:hover, .menu > li.disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.menu[data-tooltip="tooltip"] p:last-child {
  margin: 0;
}
.menu li.divider {
  margin: 16px 0;
}

.switch {
  width: 75px;
}
.switch input.switch-input {
  width: auto;
}
.switch label.switch-label {
  width: 30px;
}
.csschecked .switch {
  position: relative;
  display: inline-block;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  width: 100px;
  height: 40px;
}
.csschecked .switch .switch-label {
  position: absolute;
  width: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  cursor: pointer;
  -webkit-transition: opacity 150ms ease-out;
  transition: opacity 150ms ease-out;
}
.csschecked .switch .switch-input:checked + .switch-label {
  opacity: 0;
  z-index: 1;
}
.csschecked .switch .switch-label-off {
  text-align: left;
}
.csschecked .switch .switch-label-on {
  text-align: right;
}
.csschecked .switch .switch-selection {
  display: block;
  position: absolute;
  z-index: 1;
  -webkit-transition: left 150ms ease-out;
  transition: left 150ms ease-out;
}
.csschecked .switch .switch-bg {
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
  z-index: 0;
  -webkit-transition: background 150ms ease-out;
  transition: background 150ms ease-out;
}
.csschecked .switch .switch-input {
  display: none;
}
.csschecked .switch .switch-label {
  padding: 4px 16px;
  line-height: 32px;
  font-size: 16px;
}
.csschecked .switch .switch-selection {
  left: 0px;
  margin: 4px;
  width: 32px;
  height: 32px;
  border-radius: 16px;
}
.csschecked .switch .switch-input:checked + .switch-label-on ~ .switch-selection {
  left: 60px;
}
.csschecked .switch .switch-bg {
  border-radius: 16px;
}
.csschecked .switch.small {
  width: 40px;
  height: 26px;
}
.csschecked .switch.small .switch-label {
  padding: 2px 11px;
  line-height: 22px;
  opacity: 0;
  font-size: 0;
}
.csschecked .switch.small .switch-selection {
  left: 0px;
  margin: 2px;
  width: 22px;
  height: 22px;
  border-radius: 11px;
}
.csschecked .switch.small .switch-input:checked + .switch-label-on ~ .switch-selection {
  left: 14px;
}
.csschecked .switch.small .switch-bg {
  border-radius: 11px;
}

.nav-switch {
  display: inline-block;
  height: 40px;
}
.nav-switch .nav-switch-input {
  display: none;
}
.nav-switch .nav-switch-label {
  display: inline-block;
  line-height: 36px;
  padding: 0 30px;
  float: left;
  cursor: pointer;
  border: solid;
  border-width: 2px 0;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: background 50ms ease-out;
  transition: background 50ms ease-out;
  -webkit-transition: border-color 50ms ease-out;
  transition: border-color 50ms ease-out;
}
.nav-switch .nav-switch-label:first-of-type {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-left-width: 2px;
}
.nav-switch .nav-switch-label:last-of-type {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-right-width: 2px;
}

[data-button=state] {
  position: relative;
}
[data-button=state][data-state] .content {
  visibility: hidden;
}
[data-button=state][data-state] .icon {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
}
[data-button=state][data-state] .icon:before {
  position: relative;
  display: inline-block;
  font-family: 'uicregular';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  white-space: nowrap;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "liga", "dlig";
  -moz-font-feature-settings: "liga=1, dlig=1";
  -moz-font-feature-settings: "liga", "dlig";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  vertical-align: middle;
  font-size: 22px;
  line-height: 0;
}
[data-button=state][data-state=success] .icon:before {
  content: "\e619";
}
[data-button=state][data-state=error] .icon:before {
  content: "\e61b";
}
[data-button=state][data-state=progress] .icon:before {
  content: "\e62c";
  -webkit-animation: issuuSpinnerAnimation 1.6s linear infinite;
  animation: issuuSpinnerAnimation 1.6s linear infinite;
}

.header-bar {
  width: 100%;
  height: auto;
}
.header-bar .header-bar-affix {
  z-index: 1000;
  height: auto;
}
.header-bar .header-bar-affix.affix {
  -webkit-box-shadow: 0px 4px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 4px 2px rgba(0, 0, 0, 0.05);
}
.header-bar .header-bar-affix.affix, .header-bar .header-bar-affix.affix-bottom {
  width: 100%;
  z-index: 1030;
}

.statistics-date-picker .dropdown-alternative {
  float: right;
  position: static;
  min-width: 250px;
  background-color: #F56C59;
}
.statistics-date-picker .dropdown-alternative .dropdown-title {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  display: block;
  text-align: right;
  padding: 10px;
}
.statistics-date-picker .dropdown-alternative .dropdown-title:hover {
  text-decoration: none;
}
.statistics-date-picker .dropdown-alternative .dropdown-current-option {
  font-weight: 700;
  min-width: 135px;
  display: inline-block;
}
.statistics-date-picker .menu {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  position: static;
  border: none;
  border-radius: none;
  text-align: right;
}
.statistics-date-picker .menu a {
  margin: 0;
  padding: 5px 10px;
}
.statistics-date-picker .menu .active a:after {
  content: '';
}
.statistics-date-picker .menu li a {
  color: #fff;
}
.statistics-date-picker .menu li.active a {
  background: #e05140;
}
.statistics-date-picker .menu.active {
  height: 161px;
  padding-top: 0;
}
.statistics-date-picker .date-picker {
  max-width: 700px;
}
.statistics-date-picker .date-picker table {
  font-size: 12px;
  margin-right: 2px;
}
.statistics-date-picker .date-picker table + table {
  margin-left: -3px;
}
.statistics-date-picker .date-picker th, .statistics-date-picker .date-picker td {
  height: 20px;
  width: 20px;
  line-height: 20px;
  padding: 0;
  margin: 0;
  color: #fff;
}
.statistics-date-picker .date-picker td, .statistics-date-picker .date-picker th.month, .statistics-date-picker .date-picker button {
  background-color: #e05140;
}
.statistics-date-picker .date-picker td:not(.disabled):hover, .statistics-date-picker .date-picker th.month:not(.disabled):hover, .statistics-date-picker .date-picker button:not(.disabled):hover {
  background-color: #fff;
  color: #F56C59;
}
.statistics-date-picker .date-picker td.disabled, .statistics-date-picker .date-picker td.disabled:hover, .statistics-date-picker .date-picker th.month.disabled, .statistics-date-picker .date-picker th.month.disabled:hover, .statistics-date-picker .date-picker button.disabled, .statistics-date-picker .date-picker button.disabled:hover {
  background-color: #F56C59;
  color: #e05140;
}
.statistics-date-picker .date-picker button {
  height: 20px;
  font-size: 12px;
  margin: 0 2px 0 0;
  background: #e05140;
}
.statistics-date-picker .date-picker button span {
  top: 2px;
  padding: 0px;
  color: #fff;
}
.statistics-date-picker .date-picker button:hover span {
  color: #F56C59;
}
.statistics-date-picker .date-picker button + button {
  margin-top: 0;
}
.statistics-date-picker .date-range-picker {
  display: block;
  background-color: #F56C59;
  padding: 10px;
  margin-right: 265px;
  text-align: right;
}
.statistics-date-picker .date-range-picker > div {
  display: inline-block;
  vertical-align: top;
}
.statistics-date-picker .date-range-picker .form-group {
  margin-bottom: 0;
  margin-left: 10px;
  text-align: left;
}
.statistics-date-picker .date-range-picker .form-control {
  font-size: 14px;
  width: 100px;
  height: 28px;
  padding: 0px 7px;
}
.statistics-date-picker .date-range-picker label {
  color: #fff;
  font-size: 12px;
}
.statistics-date-picker .date-range-picker .selected-0, .statistics-date-picker .date-range-picker .selected-1, .statistics-date-picker .date-range-picker .selected-range {
  background-color: #fff !important;
  color: #e44c17 !important;
}
.statistics-date-picker .date-range-picker .selected-0:not(.disabled):hover, .statistics-date-picker .date-range-picker .selected-1:not(.disabled):hover, .statistics-date-picker .date-range-picker .selected-range:not(.disabled):hover {
  background-color: #e44c17 !important;
  color: #fff !important;
}
.statistics-date-picker input[type="date"]::-webkit-inner-spin-button, .statistics-date-picker input[type="date"]::-webkit-calendar-picker-indicator, .statistics-date-picker input[type="date"]::-webkit-clear-button {
  display: none;
}
@media screen and (max-width: 720px) {
  .statistics-date-picker .date-range-picker {
    margin-right: 0;
    margin-top: 10px;
    display: block;
  }
  .statistics-date-picker .date-range-picker .date-range-picker-inputs {
    display: block;
  }
  .statistics-date-picker .date-range-picker .date-range-picker-inputs label, .statistics-date-picker .date-range-picker .date-range-picker-inputs input {
    width: 100%;
  }
  .statistics-date-picker .date-range-picker .date-range-picker-inputs .form-group {
    margin-right: 10px;
  }
  .statistics-date-picker .date-range-picker .date-picker {
    display: none;
  }
  .statistics-date-picker .dropdown-alternative {
    float: none;
    display: block;
  }
}

.csschecked .custom-checkbox .btn {
  color: #F36D5D;
  background-color: transparent;
  border-color: transparent;
}
.csschecked .custom-checkbox input[type=checkbox]:focus + .btn, .csschecked .custom-checkbox input[type=checkbox]:hover + .btn {
  color: #F36D5D;
  background-color: #F36D5D;
  border-color: #F36D5D;
}
.csschecked .custom-checkbox input[type=checkbox]:checked + .btn {
  color: #FFFFFF;
  background-color: #F36D5D;
  border-color: #F36D5D;
}
.csschecked .custom-checkbox input[type=checkbox]:checked:focus + .btn, .csschecked .custom-checkbox input[type=checkbox]:checked:hover + .btn {
  color: #FFFFFF;
  background-color: #E76354;
  border-color: #E76354;
}
.csschecked .custom-checkbox input[type=checkbox][data-chart-series="0"]:checked + .btn {
  color: #FFFFFF;
  background-color: #1eaf5a;
  border-color: #1eaf5a;
}
.csschecked .custom-checkbox input[type=checkbox][data-chart-series="0"]:checked:focus + .btn, .csschecked .custom-checkbox input[type=checkbox][data-chart-series="0"]:checked:hover + .btn {
  color: #FFFFFF;
  background-color: #22C766;
  border-color: #22C766;
}
.csschecked .custom-checkbox input[type=checkbox][data-chart-series="1"]:checked + .btn {
  color: #FFFFFF;
  background-color: #3d92c8;
  border-color: #3d92c8;
}
.csschecked .custom-checkbox input[type=checkbox][data-chart-series="1"]:checked:focus + .btn, .csschecked .custom-checkbox input[type=checkbox][data-chart-series="1"]:checked:hover + .btn {
  color: #FFFFFF;
  background-color: #44A2DE;
  border-color: #44A2DE;
}
.csschecked .custom-checkbox input[type=checkbox][data-chart-series="3"]:checked + .btn {
  color: #FFFFFF;
  background-color: #F36D5D;
  border-color: #F36D5D;
}
.csschecked .custom-checkbox input[type=checkbox][data-chart-series="3"]:checked:focus + .btn, .csschecked .custom-checkbox input[type=checkbox][data-chart-series="3"]:checked:hover + .btn {
  color: #FFFFFF;
  background-color: #ff8766;
  border-color: #ff8766;
}
.csschecked .custom-checkbox input[type=checkbox][data-chart-series="4"]:checked + .btn {
  color: #FFFFFF;
  background-color: #3981b9;
  border-color: #3981b9;
}
.csschecked .custom-checkbox input[type=checkbox][data-chart-series="4"]:checked:focus + .btn, .csschecked .custom-checkbox input[type=checkbox][data-chart-series="4"]:checked:hover + .btn {
  color: #FFFFFF;
  background-color: #75aed9;
  border-color: #75aed9;
}
.csschecked .custom-checkbox.style-1 label:before {
  background-color: #FFFFFF;
}
.csschecked .custom-checkbox.style-1 input[type=checkbox]:focus + label:before, .csschecked .custom-checkbox.style-1 input[type=checkbox]:hover + label:before {
  background-color: #FFFFFF;
}
.csschecked .custom-checkbox.style-1 input[type=checkbox]:checked + label:before {
  color: #000000;
}
.csschecked .custom-checkbox.style-1.error {
  background-color: inherit;
}
.csschecked .custom-checkbox.style-1.error label:before {
  background-color: #F5B859;
}
.csschecked .custom-checkbox.style-1.error input[type=checkbox]:focus + label:before, .csschecked .custom-checkbox.style-1.error input[type=checkbox]:hover + label:before {
  background-color: #e05140;
}
.csschecked .custom-checkbox.style-1.error > label {
  color: #F5B859;
}
.csschecked .custom-checkbox.style-2 label:before {
  border-color: #FFFFFF;
}
.csschecked .custom-checkbox.style-2 input[type=checkbox]:focus + label:before, .csschecked .custom-checkbox.style-2 input[type=checkbox]:hover + label:before {
  border-color: #FFFFFF;
  color: #cccccc;
}
.csschecked .custom-checkbox.style-2 input[type=checkbox]:checked + label:before {
  border-color: #FFFFFF;
  color: #78756E;
}
.csschecked .custom-checkbox.style-2.error {
  background-color: inherit;
}
.csschecked .custom-checkbox.style-2.error label:before {
  border-color: #F5B859;
}
.csschecked .custom-checkbox.style-2.error input[type=checkbox]:focus + label:before, .csschecked .custom-checkbox.style-2.error input[type=checkbox]:hover + label:before {
  border-color: #e05140;
}
.csschecked .custom-checkbox.style-2.error input[type=checkbox]:checked + label:before {
  border-color: #e05140;
}
.csschecked .custom-checkbox.style-2.error > label {
  color: #F5B859;
}

.btn.active, .btn:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-default {
  transition: background-color 0.25s ease;
}
.btn-default:hover, .btn-default:focus {
  background-color: #F36D5D;
  border-color: #F36D5D;
}
.btn-default:active, .btn-default.active {
  background-color: #E76354;
  border-color: #E76354;
}
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
  color: #C6C0B5;
  border-color: #C6C0B5;
  background-color: transparent;
}
.btn-default.spinner, .btn-default.ok, .btn-default.error, .btn-default[disabled].spinner, .btn-default[disabled].ok, .btn-default[disabled].error, .btn-default fieldset[disabled].spinner, .btn-default fieldset[disabled].ok, .btn-default fieldset[disabled].error {
  position: relative;
  background-color: transparent;
  border-color: transparent;
  color: transparent;
  opacity: 1;
}
.btn-default.spinner:hover, .btn-default.spinner:focus, .btn-default.ok:hover, .btn-default.ok:focus, .btn-default.error:hover, .btn-default.error:focus, .btn-default[disabled].spinner:hover, .btn-default[disabled].spinner:focus, .btn-default[disabled].ok:hover, .btn-default[disabled].ok:focus, .btn-default[disabled].error:hover, .btn-default[disabled].error:focus, .btn-default fieldset[disabled].spinner:hover, .btn-default fieldset[disabled].spinner:focus, .btn-default fieldset[disabled].ok:hover, .btn-default fieldset[disabled].ok:focus, .btn-default fieldset[disabled].error:hover, .btn-default fieldset[disabled].error:focus {
  color: #F36D5D;
  background-color: #F36D5D;
}
.btn-default.spinner:active, .btn-default.spinner.active, .btn-default.ok:active, .btn-default.ok.active, .btn-default.error:active, .btn-default.error.active, .btn-default[disabled].spinner:active, .btn-default[disabled].spinner.active, .btn-default[disabled].ok:active, .btn-default[disabled].ok.active, .btn-default[disabled].error:active, .btn-default[disabled].error.active, .btn-default fieldset[disabled].spinner:active, .btn-default fieldset[disabled].spinner.active, .btn-default fieldset[disabled].ok:active, .btn-default fieldset[disabled].ok.active, .btn-default fieldset[disabled].error:active, .btn-default fieldset[disabled].error.active {
  color: #E76354;
  background-color: #E76354;
}
.btn-default.spinner > *, .btn-default.ok > *, .btn-default.error > * {
  visibility: hidden;
}
.btn-default.spinner:after, .btn-default.ok:after, .btn-default.error:after {
  color: #F36D5D;
  position: relative;
  display: inline-block;
  font-family: 'uicregular';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  white-space: nowrap;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "liga", "dlig";
  -moz-font-feature-settings: "liga=1, dlig=1";
  -moz-font-feature-settings: "liga", "dlig";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig";
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
  font-size: 16px;
  margin: 0 0 0 -8px;
}
.btn-default.spinner:after {
  content: "\e62c";
  margin-top: -8px;
  -webkit-animation: issuuSpinnerAnimation 1.6s linear infinite;
  animation: issuuSpinnerAnimation 1.6s linear infinite;
}
.btn-default.ok:after {
  content: "\e619";
}
.btn-default.error:after {
  content: "\e61b";
}

.btn-primary {
  transition: background-color 0.25s ease;
}
.btn-primary:hover, .btn-primary:focus {
  background-color: #E76354;
  border-color: #E76354;
}
.btn-primary:active, .btn-primary.active {
  background-color: #E76354;
  border-color: #E76354;
}
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
  color: #C6C0B5;
  border-color: #C6C0B5;
  background-color: transparent;
}
.btn-primary.spinner, .btn-primary.ok, .btn-primary.error, .btn-primary[disabled].spinner, .btn-primary[disabled].ok, .btn-primary[disabled].error, .btn-primary fieldset[disabled].spinner, .btn-primary fieldset[disabled].ok, .btn-primary fieldset[disabled].error {
  position: relative;
  background-color: #F36D5D;
  border-color: #F36D5D;
  color: #F36D5D;
  opacity: 1;
}
.btn-primary.spinner:hover, .btn-primary.spinner:focus, .btn-primary.ok:hover, .btn-primary.ok:focus, .btn-primary.error:hover, .btn-primary.error:focus, .btn-primary[disabled].spinner:hover, .btn-primary[disabled].spinner:focus, .btn-primary[disabled].ok:hover, .btn-primary[disabled].ok:focus, .btn-primary[disabled].error:hover, .btn-primary[disabled].error:focus, .btn-primary fieldset[disabled].spinner:hover, .btn-primary fieldset[disabled].spinner:focus, .btn-primary fieldset[disabled].ok:hover, .btn-primary fieldset[disabled].ok:focus, .btn-primary fieldset[disabled].error:hover, .btn-primary fieldset[disabled].error:focus {
  color: #E76354;
  background-color: #E76354;
}
.btn-primary.spinner:active, .btn-primary.spinner.active, .btn-primary.ok:active, .btn-primary.ok.active, .btn-primary.error:active, .btn-primary.error.active, .btn-primary[disabled].spinner:active, .btn-primary[disabled].spinner.active, .btn-primary[disabled].ok:active, .btn-primary[disabled].ok.active, .btn-primary[disabled].error:active, .btn-primary[disabled].error.active, .btn-primary fieldset[disabled].spinner:active, .btn-primary fieldset[disabled].spinner.active, .btn-primary fieldset[disabled].ok:active, .btn-primary fieldset[disabled].ok.active, .btn-primary fieldset[disabled].error:active, .btn-primary fieldset[disabled].error.active {
  color: #E76354;
  background-color: #E76354;
}
.btn-primary.spinner > *, .btn-primary.ok > *, .btn-primary.error > * {
  visibility: hidden;
}
.btn-primary.spinner:after, .btn-primary.ok:after, .btn-primary.error:after {
  color: #FFFFFF;
  position: relative;
  display: inline-block;
  font-family: 'uicregular';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  white-space: nowrap;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "liga", "dlig";
  -moz-font-feature-settings: "liga=1, dlig=1";
  -moz-font-feature-settings: "liga", "dlig";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig";
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
  font-size: 16px;
  margin: 0 0 0 -8px;
}
.btn-primary.spinner:after {
  content: "\e62c";
  margin-top: -8px;
  -webkit-animation: issuuSpinnerAnimation 1.6s linear infinite;
  animation: issuuSpinnerAnimation 1.6s linear infinite;
}
.btn-primary.ok:after {
  content: "\e619";
}
.btn-primary.error:after {
  content: "\e61b";
}

.btn-success {
  transition: background-color 0.25s ease;
}
.btn-success:hover, .btn-success:focus {
  background-color: #3B9D4D;
  border-color: #3B9D4D;
}
.btn-success:active, .btn-success.active {
  background-color: #3B9D4D;
  border-color: #3B9D4D;
}
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
  color: #C6C0B5;
  border-color: #C6C0B5;
  background-color: transparent;
}
.btn-success.spinner, .btn-success.ok, .btn-success.error, .btn-success[disabled].spinner, .btn-success[disabled].ok, .btn-success[disabled].error, .btn-success fieldset[disabled].spinner, .btn-success fieldset[disabled].ok, .btn-success fieldset[disabled].error {
  position: relative;
  background-color: #56B66A;
  border-color: #56B66A;
  color: #56B66A;
  opacity: 1;
}
.btn-success.spinner:hover, .btn-success.spinner:focus, .btn-success.ok:hover, .btn-success.ok:focus, .btn-success.error:hover, .btn-success.error:focus, .btn-success[disabled].spinner:hover, .btn-success[disabled].spinner:focus, .btn-success[disabled].ok:hover, .btn-success[disabled].ok:focus, .btn-success[disabled].error:hover, .btn-success[disabled].error:focus, .btn-success fieldset[disabled].spinner:hover, .btn-success fieldset[disabled].spinner:focus, .btn-success fieldset[disabled].ok:hover, .btn-success fieldset[disabled].ok:focus, .btn-success fieldset[disabled].error:hover, .btn-success fieldset[disabled].error:focus {
  color: #3B9D4D;
  background-color: #3B9D4D;
}
.btn-success.spinner:active, .btn-success.spinner.active, .btn-success.ok:active, .btn-success.ok.active, .btn-success.error:active, .btn-success.error.active, .btn-success[disabled].spinner:active, .btn-success[disabled].spinner.active, .btn-success[disabled].ok:active, .btn-success[disabled].ok.active, .btn-success[disabled].error:active, .btn-success[disabled].error.active, .btn-success fieldset[disabled].spinner:active, .btn-success fieldset[disabled].spinner.active, .btn-success fieldset[disabled].ok:active, .btn-success fieldset[disabled].ok.active, .btn-success fieldset[disabled].error:active, .btn-success fieldset[disabled].error.active {
  color: #3B9D4D;
  background-color: #3B9D4D;
}
.btn-success.spinner > *, .btn-success.ok > *, .btn-success.error > * {
  visibility: hidden;
}
.btn-success.spinner:after, .btn-success.ok:after, .btn-success.error:after {
  color: #FFFFFF;
  position: relative;
  display: inline-block;
  font-family: 'uicregular';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  white-space: nowrap;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "liga", "dlig";
  -moz-font-feature-settings: "liga=1, dlig=1";
  -moz-font-feature-settings: "liga", "dlig";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig";
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
  font-size: 16px;
  margin: 0 0 0 -8px;
}
.btn-success.spinner:after {
  content: "\e62c";
  margin-top: -8px;
  -webkit-animation: issuuSpinnerAnimation 1.6s linear infinite;
  animation: issuuSpinnerAnimation 1.6s linear infinite;
}
.btn-success.ok:after {
  content: "\e619";
}
.btn-success.error:after {
  content: "\e61b";
}

.btn-danger {
  transition: background-color 0.25s ease;
}
.btn-danger:hover, .btn-danger:focus {
  background-color: #DF503C;
  border-color: #DF503C;
}
.btn-danger:active, .btn-danger.active {
  background-color: #DF503C;
  border-color: #DF503C;
}
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
  color: #C6C0B5;
  border-color: #C6C0B5;
  background-color: transparent;
}
.btn-danger.spinner, .btn-danger.ok, .btn-danger.error, .btn-danger[disabled].spinner, .btn-danger[disabled].ok, .btn-danger[disabled].error, .btn-danger fieldset[disabled].spinner, .btn-danger fieldset[disabled].ok, .btn-danger fieldset[disabled].error {
  position: relative;
  background-color: #DF503C;
  border-color: #DF503C;
  color: #DF503C;
  opacity: 1;
}
.btn-danger.spinner:hover, .btn-danger.spinner:focus, .btn-danger.ok:hover, .btn-danger.ok:focus, .btn-danger.error:hover, .btn-danger.error:focus, .btn-danger[disabled].spinner:hover, .btn-danger[disabled].spinner:focus, .btn-danger[disabled].ok:hover, .btn-danger[disabled].ok:focus, .btn-danger[disabled].error:hover, .btn-danger[disabled].error:focus, .btn-danger fieldset[disabled].spinner:hover, .btn-danger fieldset[disabled].spinner:focus, .btn-danger fieldset[disabled].ok:hover, .btn-danger fieldset[disabled].ok:focus, .btn-danger fieldset[disabled].error:hover, .btn-danger fieldset[disabled].error:focus {
  color: #DF503C;
  background-color: #DF503C;
}
.btn-danger.spinner:active, .btn-danger.spinner.active, .btn-danger.ok:active, .btn-danger.ok.active, .btn-danger.error:active, .btn-danger.error.active, .btn-danger[disabled].spinner:active, .btn-danger[disabled].spinner.active, .btn-danger[disabled].ok:active, .btn-danger[disabled].ok.active, .btn-danger[disabled].error:active, .btn-danger[disabled].error.active, .btn-danger fieldset[disabled].spinner:active, .btn-danger fieldset[disabled].spinner.active, .btn-danger fieldset[disabled].ok:active, .btn-danger fieldset[disabled].ok.active, .btn-danger fieldset[disabled].error:active, .btn-danger fieldset[disabled].error.active {
  color: #DF503C;
  background-color: #DF503C;
}
.btn-danger.spinner > *, .btn-danger.ok > *, .btn-danger.error > * {
  visibility: hidden;
}
.btn-danger.spinner:after, .btn-danger.ok:after, .btn-danger.error:after {
  color: #FFFFFF;
  position: relative;
  display: inline-block;
  font-family: 'uicregular';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  white-space: nowrap;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "liga", "dlig";
  -moz-font-feature-settings: "liga=1, dlig=1";
  -moz-font-feature-settings: "liga", "dlig";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig";
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
  font-size: 16px;
  margin: 0 0 0 -8px;
}
.btn-danger.spinner:after {
  content: "\e62c";
  margin-top: -8px;
  -webkit-animation: issuuSpinnerAnimation 1.6s linear infinite;
  animation: issuuSpinnerAnimation 1.6s linear infinite;
}
.btn-danger.ok:after {
  content: "\e619";
}
.btn-danger.error:after {
  content: "\e61b";
}

.btn-inverse {
  color: #FFFFFF;
  background-color: #C6C0B5;
  border-color: #C6C0B5;
  transition: background-color 0.25s ease;
}
.btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active, .btn-inverse.active {
  color: #FFFFFF;
  background-color: #b4ac9e;
  border-color: #aba392;
}
.open .btn-inverse.dropdown-toggle {
  color: #FFFFFF;
  background-color: #b4ac9e;
  border-color: #aba392;
}
.btn-inverse:active, .btn-inverse.active {
  background-image: none;
}
.open .btn-inverse.dropdown-toggle {
  background-image: none;
}
.btn-inverse.disabled, .btn-inverse.disabled:hover, .btn-inverse.disabled:focus, .btn-inverse.disabled:active, .btn-inverse.disabled.active, .btn-inverse[disabled], .btn-inverse[disabled]:hover, .btn-inverse[disabled]:focus, .btn-inverse[disabled]:active, .btn-inverse[disabled].active, fieldset[disabled] .btn-inverse, fieldset[disabled] .btn-inverse:hover, fieldset[disabled] .btn-inverse:focus, fieldset[disabled] .btn-inverse:active, fieldset[disabled] .btn-inverse.active {
  background-color: #C6C0B5;
  border-color: #C6C0B5;
}
.btn-inverse .badge {
  color: #C6C0B5;
  background-color: #FFFFFF;
}
.btn-inverse:hover, .btn-inverse:focus {
  background-color: #A49F96;
  border-color: #A49F96;
}
.btn-inverse:active, .btn-inverse.active {
  background-color: #A49F96;
  border-color: #A49F96;
}
.btn-inverse.disabled, .btn-inverse.disabled:hover, .btn-inverse.disabled:focus, .btn-inverse.disabled:active, .btn-inverse.disabled.active, .btn-inverse[disabled], .btn-inverse[disabled]:hover, .btn-inverse[disabled]:focus, .btn-inverse[disabled]:active, .btn-inverse[disabled].active, fieldset[disabled] .btn-inverse, fieldset[disabled] .btn-inverse:hover, fieldset[disabled] .btn-inverse:focus, fieldset[disabled] .btn-inverse:active, fieldset[disabled] .btn-inverse.active {
  color: #C6C0B5;
  border-color: #C6C0B5;
  background-color: transparent;
}
.btn-inverse.spinner, .btn-inverse.ok, .btn-inverse.error, .btn-inverse[disabled].spinner, .btn-inverse[disabled].ok, .btn-inverse[disabled].error, .btn-inverse fieldset[disabled].spinner, .btn-inverse fieldset[disabled].ok, .btn-inverse fieldset[disabled].error {
  position: relative;
  background-color: #C6C0B5;
  border-color: #C6C0B5;
  color: #C6C0B5;
  opacity: 1;
}
.btn-inverse.spinner:hover, .btn-inverse.spinner:focus, .btn-inverse.ok:hover, .btn-inverse.ok:focus, .btn-inverse.error:hover, .btn-inverse.error:focus, .btn-inverse[disabled].spinner:hover, .btn-inverse[disabled].spinner:focus, .btn-inverse[disabled].ok:hover, .btn-inverse[disabled].ok:focus, .btn-inverse[disabled].error:hover, .btn-inverse[disabled].error:focus, .btn-inverse fieldset[disabled].spinner:hover, .btn-inverse fieldset[disabled].spinner:focus, .btn-inverse fieldset[disabled].ok:hover, .btn-inverse fieldset[disabled].ok:focus, .btn-inverse fieldset[disabled].error:hover, .btn-inverse fieldset[disabled].error:focus {
  color: #A49F96;
  background-color: #A49F96;
}
.btn-inverse.spinner:active, .btn-inverse.spinner.active, .btn-inverse.ok:active, .btn-inverse.ok.active, .btn-inverse.error:active, .btn-inverse.error.active, .btn-inverse[disabled].spinner:active, .btn-inverse[disabled].spinner.active, .btn-inverse[disabled].ok:active, .btn-inverse[disabled].ok.active, .btn-inverse[disabled].error:active, .btn-inverse[disabled].error.active, .btn-inverse fieldset[disabled].spinner:active, .btn-inverse fieldset[disabled].spinner.active, .btn-inverse fieldset[disabled].ok:active, .btn-inverse fieldset[disabled].ok.active, .btn-inverse fieldset[disabled].error:active, .btn-inverse fieldset[disabled].error.active {
  color: #A49F96;
  background-color: #A49F96;
}
.btn-inverse.spinner > *, .btn-inverse.ok > *, .btn-inverse.error > * {
  visibility: hidden;
}
.btn-inverse.spinner:after, .btn-inverse.ok:after, .btn-inverse.error:after {
  color: #FFFFFF;
  position: relative;
  display: inline-block;
  font-family: 'uicregular';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  white-space: nowrap;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "liga", "dlig";
  -moz-font-feature-settings: "liga=1, dlig=1";
  -moz-font-feature-settings: "liga", "dlig";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig";
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
  font-size: 16px;
  margin: 0 0 0 -8px;
}
.btn-inverse.spinner:after {
  content: "\e62c";
  margin-top: -8px;
  -webkit-animation: issuuSpinnerAnimation 1.6s linear infinite;
  animation: issuuSpinnerAnimation 1.6s linear infinite;
}
.btn-inverse.ok:after {
  content: "\e619";
}
.btn-inverse.error:after {
  content: "\e61b";
}

.btn-action-bar {
  color: #FFFFFF;
  background-color: #F36D5D;
  border-color: #F36D5D;
  transition: background-color 0.25s ease;
}
.btn-action-bar:hover, .btn-action-bar:focus, .btn-action-bar:active, .btn-action-bar.active {
  color: #FFFFFF;
  background-color: #f04b37;
  border-color: #ef3a24;
}
.open .btn-action-bar.dropdown-toggle {
  color: #FFFFFF;
  background-color: #f04b37;
  border-color: #ef3a24;
}
.btn-action-bar:active, .btn-action-bar.active {
  background-image: none;
}
.open .btn-action-bar.dropdown-toggle {
  background-image: none;
}
.btn-action-bar.disabled, .btn-action-bar.disabled:hover, .btn-action-bar.disabled:focus, .btn-action-bar.disabled:active, .btn-action-bar.disabled.active, .btn-action-bar[disabled], .btn-action-bar[disabled]:hover, .btn-action-bar[disabled]:focus, .btn-action-bar[disabled]:active, .btn-action-bar[disabled].active, fieldset[disabled] .btn-action-bar, fieldset[disabled] .btn-action-bar:hover, fieldset[disabled] .btn-action-bar:focus, fieldset[disabled] .btn-action-bar:active, fieldset[disabled] .btn-action-bar.active {
  background-color: #F36D5D;
  border-color: #F36D5D;
}
.btn-action-bar .badge {
  color: #F36D5D;
  background-color: #FFFFFF;
}
.btn-action-bar:hover, .btn-action-bar:focus {
  background-color: #E76354;
  border-color: #E76354;
}
.btn-action-bar:active, .btn-action-bar.active {
  background-color: #E76354;
  border-color: #E76354;
}
.btn-action-bar.disabled, .btn-action-bar.disabled:hover, .btn-action-bar.disabled:focus, .btn-action-bar.disabled:active, .btn-action-bar.disabled.active, .btn-action-bar[disabled], .btn-action-bar[disabled]:hover, .btn-action-bar[disabled]:focus, .btn-action-bar[disabled]:active, .btn-action-bar[disabled].active, fieldset[disabled] .btn-action-bar, fieldset[disabled] .btn-action-bar:hover, fieldset[disabled] .btn-action-bar:focus, fieldset[disabled] .btn-action-bar:active, fieldset[disabled] .btn-action-bar.active {
  color: #C6C0B5;
  border-color: #C6C0B5;
  background-color: transparent;
}
.btn-action-bar.spinner, .btn-action-bar.ok, .btn-action-bar.error, .btn-action-bar[disabled].spinner, .btn-action-bar[disabled].ok, .btn-action-bar[disabled].error, .btn-action-bar fieldset[disabled].spinner, .btn-action-bar fieldset[disabled].ok, .btn-action-bar fieldset[disabled].error {
  position: relative;
  background-color: #F36D5D;
  border-color: #F36D5D;
  color: #F36D5D;
  opacity: 1;
}
.btn-action-bar.spinner:hover, .btn-action-bar.spinner:focus, .btn-action-bar.ok:hover, .btn-action-bar.ok:focus, .btn-action-bar.error:hover, .btn-action-bar.error:focus, .btn-action-bar[disabled].spinner:hover, .btn-action-bar[disabled].spinner:focus, .btn-action-bar[disabled].ok:hover, .btn-action-bar[disabled].ok:focus, .btn-action-bar[disabled].error:hover, .btn-action-bar[disabled].error:focus, .btn-action-bar fieldset[disabled].spinner:hover, .btn-action-bar fieldset[disabled].spinner:focus, .btn-action-bar fieldset[disabled].ok:hover, .btn-action-bar fieldset[disabled].ok:focus, .btn-action-bar fieldset[disabled].error:hover, .btn-action-bar fieldset[disabled].error:focus {
  color: #E76354;
  background-color: #E76354;
}
.btn-action-bar.spinner:active, .btn-action-bar.spinner.active, .btn-action-bar.ok:active, .btn-action-bar.ok.active, .btn-action-bar.error:active, .btn-action-bar.error.active, .btn-action-bar[disabled].spinner:active, .btn-action-bar[disabled].spinner.active, .btn-action-bar[disabled].ok:active, .btn-action-bar[disabled].ok.active, .btn-action-bar[disabled].error:active, .btn-action-bar[disabled].error.active, .btn-action-bar fieldset[disabled].spinner:active, .btn-action-bar fieldset[disabled].spinner.active, .btn-action-bar fieldset[disabled].ok:active, .btn-action-bar fieldset[disabled].ok.active, .btn-action-bar fieldset[disabled].error:active, .btn-action-bar fieldset[disabled].error.active {
  color: #E76354;
  background-color: #E76354;
}
.btn-action-bar.spinner > *, .btn-action-bar.ok > *, .btn-action-bar.error > * {
  visibility: hidden;
}
.btn-action-bar.spinner:after, .btn-action-bar.ok:after, .btn-action-bar.error:after {
  color: #FFFFFF;
  position: relative;
  display: inline-block;
  font-family: 'uicregular';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  white-space: nowrap;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "liga", "dlig";
  -moz-font-feature-settings: "liga=1, dlig=1";
  -moz-font-feature-settings: "liga", "dlig";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig";
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
  font-size: 16px;
  margin: 0 0 0 -8px;
}
.btn-action-bar.spinner:after {
  content: "\e62c";
  margin-top: -8px;
  -webkit-animation: issuuSpinnerAnimation 1.6s linear infinite;
  animation: issuuSpinnerAnimation 1.6s linear infinite;
}
.btn-action-bar.ok:after {
  content: "\e619";
}
.btn-action-bar.error:after {
  content: "\e61b";
}

.btn-action-bar-icon {
  color: #FFFFFF;
  background-color: #F36D5D;
  border-color: #F36D5D;
  transition: background-color 0.25s ease;
  overflow: hidden;
}
.btn-action-bar-icon:hover, .btn-action-bar-icon:focus, .btn-action-bar-icon:active, .btn-action-bar-icon.active {
  color: #FFFFFF;
  background-color: #f04b37;
  border-color: #ef3a24;
}
.open .btn-action-bar-icon.dropdown-toggle {
  color: #FFFFFF;
  background-color: #f04b37;
  border-color: #ef3a24;
}
.btn-action-bar-icon:active, .btn-action-bar-icon.active {
  background-image: none;
}
.open .btn-action-bar-icon.dropdown-toggle {
  background-image: none;
}
.btn-action-bar-icon.disabled, .btn-action-bar-icon.disabled:hover, .btn-action-bar-icon.disabled:focus, .btn-action-bar-icon.disabled:active, .btn-action-bar-icon.disabled.active, .btn-action-bar-icon[disabled], .btn-action-bar-icon[disabled]:hover, .btn-action-bar-icon[disabled]:focus, .btn-action-bar-icon[disabled]:active, .btn-action-bar-icon[disabled].active, fieldset[disabled] .btn-action-bar-icon, fieldset[disabled] .btn-action-bar-icon:hover, fieldset[disabled] .btn-action-bar-icon:focus, fieldset[disabled] .btn-action-bar-icon:active, fieldset[disabled] .btn-action-bar-icon.active {
  background-color: #F36D5D;
  border-color: #F36D5D;
}
.btn-action-bar-icon .badge {
  color: #F36D5D;
  background-color: #FFFFFF;
}
.btn-action-bar-icon:hover, .btn-action-bar-icon:focus {
  background-color: #F36D5D;
  border-color: #F36D5D;
}
.btn-action-bar-icon:active, .btn-action-bar-icon.active {
  background-color: #F36D5D;
  border-color: #F36D5D;
}
.btn-action-bar-icon.disabled, .btn-action-bar-icon.disabled:hover, .btn-action-bar-icon.disabled:focus, .btn-action-bar-icon.disabled:active, .btn-action-bar-icon.disabled.active, .btn-action-bar-icon[disabled], .btn-action-bar-icon[disabled]:hover, .btn-action-bar-icon[disabled]:focus, .btn-action-bar-icon[disabled]:active, .btn-action-bar-icon[disabled].active, fieldset[disabled] .btn-action-bar-icon, fieldset[disabled] .btn-action-bar-icon:hover, fieldset[disabled] .btn-action-bar-icon:focus, fieldset[disabled] .btn-action-bar-icon:active, fieldset[disabled] .btn-action-bar-icon.active {
  color: #C6C0B5;
  border-color: #C6C0B5;
  background-color: transparent;
}
.btn-action-bar-icon.spinner, .btn-action-bar-icon.ok, .btn-action-bar-icon.error, .btn-action-bar-icon[disabled].spinner, .btn-action-bar-icon[disabled].ok, .btn-action-bar-icon[disabled].error, .btn-action-bar-icon fieldset[disabled].spinner, .btn-action-bar-icon fieldset[disabled].ok, .btn-action-bar-icon fieldset[disabled].error {
  position: relative;
  background-color: #F36D5D;
  border-color: #F36D5D;
  color: #F36D5D;
  opacity: 1;
}
.btn-action-bar-icon.spinner:hover, .btn-action-bar-icon.spinner:focus, .btn-action-bar-icon.ok:hover, .btn-action-bar-icon.ok:focus, .btn-action-bar-icon.error:hover, .btn-action-bar-icon.error:focus, .btn-action-bar-icon[disabled].spinner:hover, .btn-action-bar-icon[disabled].spinner:focus, .btn-action-bar-icon[disabled].ok:hover, .btn-action-bar-icon[disabled].ok:focus, .btn-action-bar-icon[disabled].error:hover, .btn-action-bar-icon[disabled].error:focus, .btn-action-bar-icon fieldset[disabled].spinner:hover, .btn-action-bar-icon fieldset[disabled].spinner:focus, .btn-action-bar-icon fieldset[disabled].ok:hover, .btn-action-bar-icon fieldset[disabled].ok:focus, .btn-action-bar-icon fieldset[disabled].error:hover, .btn-action-bar-icon fieldset[disabled].error:focus {
  color: #F36D5D;
  background-color: #F36D5D;
}
.btn-action-bar-icon.spinner:active, .btn-action-bar-icon.spinner.active, .btn-action-bar-icon.ok:active, .btn-action-bar-icon.ok.active, .btn-action-bar-icon.error:active, .btn-action-bar-icon.error.active, .btn-action-bar-icon[disabled].spinner:active, .btn-action-bar-icon[disabled].spinner.active, .btn-action-bar-icon[disabled].ok:active, .btn-action-bar-icon[disabled].ok.active, .btn-action-bar-icon[disabled].error:active, .btn-action-bar-icon[disabled].error.active, .btn-action-bar-icon fieldset[disabled].spinner:active, .btn-action-bar-icon fieldset[disabled].spinner.active, .btn-action-bar-icon fieldset[disabled].ok:active, .btn-action-bar-icon fieldset[disabled].ok.active, .btn-action-bar-icon fieldset[disabled].error:active, .btn-action-bar-icon fieldset[disabled].error.active {
  color: #F36D5D;
  background-color: #F36D5D;
}
.btn-action-bar-icon.spinner > *, .btn-action-bar-icon.ok > *, .btn-action-bar-icon.error > * {
  visibility: hidden;
}
.btn-action-bar-icon.spinner:after, .btn-action-bar-icon.ok:after, .btn-action-bar-icon.error:after {
  color: #FFFFFF;
  position: relative;
  display: inline-block;
  font-family: 'uicregular';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  white-space: nowrap;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "liga", "dlig";
  -moz-font-feature-settings: "liga=1, dlig=1";
  -moz-font-feature-settings: "liga", "dlig";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig";
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
  font-size: 16px;
  margin: 0 0 0 -8px;
}
.btn-action-bar-icon.spinner:after {
  content: "\e62c";
  margin-top: -8px;
  -webkit-animation: issuuSpinnerAnimation 1.6s linear infinite;
  animation: issuuSpinnerAnimation 1.6s linear infinite;
}
.btn-action-bar-icon.ok:after {
  content: "\e619";
}
.btn-action-bar-icon.error:after {
  content: "\e61b";
}
.btn-action-bar-icon:hover, .btn-action-bar-icon.hover, .btn-action-bar-icon:active, .btn-action-bar-icon.active {
  color: #E76354;
  background: #fff;
}

.data-xxl, .data-xl, .data-l {
  color: #78756E;
}

.type-discreet, .help-block {
  color: #c5c5c5;
}

.type-tag {
  color: #56B66A;
}

a.type-discreet, .type-discreet a, .help-block a {
  color: #F36D5D;
}
a.type-discreet:hover, a.type-discreet:focus, .type-discreet a:hover, .type-discreet a:focus, .help-block a:hover, .help-block a:focus {
  text-decoration: underline;
  color: #E76354;
}

.nav > li > a {
  color: #78756E;
  font-size: 14px;
}
.nav > li > a:hover, .nav > li > a:focus {
  color: #F56C59;
}
.nav > li.active > a {
  color: #78756E;
  font-weight: 700;
}
.nav > li.active > a:hover, .nav > li.active > a:focus {
  cursor: pointer;
  color: #F56C59;
}

.nav-tabs > li > a {
  border: 0;
}
.nav-tabs > li.active > a {
  color: #78756E;
  font-weight: 700;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  cursor: pointer;
  border: 0;
}

.form-control {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control:focus {
  background-color: #FFFFFF;
  border: 0;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control[disabled], .form-control[readonly], .form-control.readonly, fieldset[disabled] .form-control {
  color: #C6C0B5;
}
.form-control[readonly], .form-control.readonly {
  /*must be after :focus*/
  background-color: transparent;
  border: 2px solid #E0DACF;
}

label {
  color: #78756E;
}

select.form-control, .dropdown-alternative select {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAHCAMAAAAGcixRAAAAKlBMVEWXl5eXl5eXl5eXl5ePj4+Ojo6Xl5eWlpaXl5eXl5eRkZEAAACOjo6Xl5c/t0pyAAAADHRSTlNAcJAw3O9goSAQyACAlOhHAAAAMUlEQVR42jXGRw4AIAzEwKWmLPn/d1EU8MEabH916IkK4Cg1gtwpYZISMVmkL/s0zV9rswLSzuucLwAAAABJRU5ErkJggg==");
}
select.form-control:focus, select.form-control:hover, select.form-control:active, .dropdown-alternative select:focus, .dropdown-alternative select:hover, .dropdown-alternative select:active {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAHCAMAAAAGcixRAAAAKlBMVEVUVFRUVFRUVFRUVFRPT09PT09UVFRTU1NUVFRUVFRQUFAAAABPT09UVFRUy9akAAAADHRSTlOQQHAw3O9goSAQyADDoJvGAAAAMUlEQVR42jXGRw4AIAzEwKWmLPn/d1EU8MEabH8BeqJq4Ch1gtwpYZISMVmkL/s0zV9rkwLSzoYPiAAAAABJRU5ErkJggg==");
}
select.form-control option, .dropdown-alternative select option {
  color: #000000;
  background-color: #fff;
}

.table {
  border-bottom: 1px solid #E0DACF;
}
.table tr > .sorted, .table tr > .sorted * {
  color: #E76354;
}
.table > thead > tr > th {
  border-bottom-width: 0px;
}
.table > thead > tr > th a {
  color: #78756E;
}
.table > thead > tr > th a:hover {
  color: #E76354;
}
.table > thead > tr > th.title, .table > thead > tr > th.title a {
  color: #78756E;
}

.jumbotron-img h1, .jumbotron-img h2, .jumbotron-img h3, .jumbotron-img p {
  color: #fff;
}

.jumbotron-img .pull-left .issuulogo, .jumbotron-img .pull-right .issuulogo {
  color: white;
  background: white;
}

.jumbotron-marketing-gray {
  background-color: #f7f7f7;
}

.jumbotron-marketing-white {
  background-color: white;
}

.has-error .form-control {
  background: #DF503C;
}

.form-control.error, .has-error .form-control {
  color: #a45a03;
  background-color: #F5B859;
}
.form-control.error:-moz-placeholder, .has-error .form-control:-moz-placeholder {
  color: #F5B859;
}
.form-control.error::-moz-placeholder, .has-error .form-control::-moz-placeholder {
  color: #F5B859;
  opacity: 1;
}
.form-control.error:-ms-input-placeholder, .has-error .form-control:-ms-input-placeholder {
  color: #F5B859;
}
.form-control.error::-webkit-input-placeholder, .has-error .form-control::-webkit-input-placeholder {
  color: #F5B859;
}

.checkbox.error, .checkbox-inline.error {
  background-color: #F5B859;
}

.text-dimmed {
  color: #C6C0B5;
}

a.text-dimmed:hover {
  color: #b0a798;
}

.bg-dimmed {
  background-color: #E0DACF;
}

a.bg-dimmed:hover {
  background-color: #ccc2b0;
}

.alert-warning {
  color: #a45a03;
}

nav .searchbox .searchbox-placeholder {
  color: #FFFFFF;
}

.csschecked .switch .switch-label-off {
  color: #FFFFFF;
}
.csschecked .switch .switch-label-on {
  color: #E0DACF;
}
.csschecked .switch .switch-selection {
  background: #9AA8A9;
}
.csschecked .switch .switch-input:checked + .switch-label-on ~ .switch-selection {
  background: #E76354;
}
.csschecked .switch:hover .switch-selection {
  background: #d1d1d1;
}
.csschecked .switch:hover .switch-input:checked + .switch-label-on ~ .switch-selection {
  background: rbga(245, 108, 89, 0.4);
}
.csschecked .switch .switch-bg {
  background: #FFFFFF;
}
.csschecked .switch .switch-input:checked + .switch-label-on ~ .switch-bg {
  background: #F36D5D;
}

.nav-switch .nav-switch-label {
  background: #FFFFFF;
  border-color: #F36D5D;
  color: #d1d1d1;
}
.nav-switch .nav-switch-label:hover {
  background: rgba(245, 108, 89, 0.3);
  color: #9b9b9b;
}
.nav-switch .nav-switch-input:checked + .nav-switch-label {
  background: #F56C59;
  border-color: #e05140;
  color: #FFFFFF;
}

.dropdown-alternative .dropdown-title, .dropdown-alternative select {
  color: #78756E;
}
.dropdown-alternative select {
  background-color: transparent;
}
.dropdown-alternative .menu a:after {
  color: #DF503C;
}

/**
 * Styling for the ISSUU sub menu (and tooltips, as tooltips are made out of submenus, for now).
 */
.menu, .balloon {
  -webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.3);
  background-color: #FFFFFF;
}
.menu::-webkit-scrollbar, .menu ::-webkit-scrollbar, .balloon::-webkit-scrollbar, .balloon ::-webkit-scrollbar {
  background-color: transparent;
}
.menu::-webkit-scrollbar-track, .menu ::-webkit-scrollbar-track, .balloon::-webkit-scrollbar-track, .balloon ::-webkit-scrollbar-track {
  background-color: transparent;
}
.menu::-webkit-scrollbar-track:hover, .menu ::-webkit-scrollbar-track:hover, .balloon::-webkit-scrollbar-track:hover, .balloon ::-webkit-scrollbar-track:hover {
  background-color: #ebebeb;
}
.menu::-webkit-scrollbar-thumb, .menu ::-webkit-scrollbar-thumb, .balloon::-webkit-scrollbar-thumb, .balloon ::-webkit-scrollbar-thumb {
  background-color: #c5c5c5;
}
.menu::-webkit-scrollbar-thumb:hover, .menu ::-webkit-scrollbar-thumb:hover, .balloon::-webkit-scrollbar-thumb:hover, .balloon ::-webkit-scrollbar-thumb:hover {
  background-color: #9b9b9b;
}
.menu.arrow-top, .balloon.arrow-top {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.menu.arrow-top:after, .menu.arrow-top:before, .balloon.arrow-top:after, .balloon.arrow-top:before {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.menu.arrow-top:after, .balloon.arrow-top:after {
  border-bottom-color: #FFFFFF;
  border-width: 10px;
  left: 50%;
  margin-left: -10px;
}
.menu.arrow-top:before, .balloon.arrow-top:before {
  border-bottom-color: rgba(0, 0, 0, 0.1);
  border-width: 11px;
  left: 50%;
  margin-left: -11px;
}
.menu.arrow-bottom, .balloon.arrow-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.menu.arrow-bottom:after, .menu.arrow-bottom:before, .balloon.arrow-bottom:after, .balloon.arrow-bottom:before {
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.menu.arrow-bottom:after, .balloon.arrow-bottom:after {
  border-top-color: #FFFFFF;
  border-width: 10px;
  left: 50%;
  margin-left: -10px;
}
.menu.arrow-bottom:before, .balloon.arrow-bottom:before {
  border-top-color: rgba(0, 0, 0, 0.1);
  border-width: 11px;
  left: 50%;
  margin-left: -11px;
}
.menu.arrow-left, .balloon.arrow-left {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.menu.arrow-left:after, .menu.arrow-left:before, .balloon.arrow-left:after, .balloon.arrow-left:before {
  right: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.menu.arrow-left:after, .balloon.arrow-left:after {
  border-right-color: #FFFFFF;
  border-width: 10px;
  top: 50%;
  margin-top: -10px;
}
.menu.arrow-left:before, .balloon.arrow-left:before {
  border-right-color: rgba(0, 0, 0, 0.1);
  border-width: 11px;
  top: 50%;
  margin-top: -11px;
}
.menu.arrow-right, .balloon.arrow-right {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.menu.arrow-right:after, .menu.arrow-right:before, .balloon.arrow-right:after, .balloon.arrow-right:before {
  left: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.menu.arrow-right:after, .balloon.arrow-right:after {
  border-left-color: #FFFFFF;
  border-width: 10px;
  top: 50%;
  margin-top: -10px;
}
.menu.arrow-right:before, .balloon.arrow-right:before {
  border-left-color: rgba(0, 0, 0, 0.1);
  border-width: 11px;
  top: 50%;
  margin-top: -11px;
}

.bg-dark {
  background-color: #4c4c4c;
}

.theme-dark {
  /*
   * This file configures Bootstrap to look like Issuu
   *
   * It started out by a copy of Bootstraps _variables.scss file
   */
  color: #9AA8A9;
  /**
   * Styling for the ISSUU sub menu (and tooltips, as tooltips are made out of submenus, for now).
   */
}
.theme-dark html {
  -webkit-tap-highlight-color: transparent;
}
.theme-dark body {
  color: #9AA8A9;
  background-color: #404040;
}
.theme-dark a {
  color: #E9624F;
}
.theme-dark a:hover, .theme-dark a:focus {
  color: #EF6552;
}
.theme-dark a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.theme-dark .img-thumbnail {
  background-color: #EFECE6;
  border: 1px solid #ddd;
}
.theme-dark hr {
  border-top: 1px solid #cccccc;
}
.theme-dark h1, .theme-dark h2, .theme-dark h3, .theme-dark h4, .theme-dark h5, .theme-dark h6,
.theme-dark .h1, .theme-dark .h2, .theme-dark .h3, .theme-dark .h4, .theme-dark .h5, .theme-dark .h6 {
  color: #9aa8a9;
}
.theme-dark h1 small,
.theme-dark h1 .small, .theme-dark h2 small,
.theme-dark h2 .small, .theme-dark h3 small,
.theme-dark h3 .small, .theme-dark h4 small,
.theme-dark h4 .small, .theme-dark h5 small,
.theme-dark h5 .small, .theme-dark h6 small,
.theme-dark h6 .small,
.theme-dark .h1 small,
.theme-dark .h1 .small, .theme-dark .h2 small,
.theme-dark .h2 .small, .theme-dark .h3 small,
.theme-dark .h3 .small, .theme-dark .h4 small,
.theme-dark .h4 .small, .theme-dark .h5 small,
.theme-dark .h5 .small, .theme-dark .h6 small,
.theme-dark .h6 .small {
  color: rgba(228, 228, 228, 0.2);
}
.theme-dark .text-muted {
  color: rgba(228, 228, 228, 0.2);
}
.theme-dark .bg-primary {
  color: #fff;
}
.theme-dark .bg-primary {
  background-color: #E9624F;
}
.theme-dark a.bg-primary:hover {
  background-color: #e33a22;
}
.theme-dark .bg-success {
  background-color: #56B66A;
}
.theme-dark a.bg-success:hover {
  background-color: #419853;
}
.theme-dark .bg-info {
  background-color: #F36D5D;
}
.theme-dark a.bg-info:hover {
  background-color: #ef422e;
}
.theme-dark .bg-warning {
  background-color: #F3AC60;
}
.theme-dark a.bg-warning:hover {
  background-color: #ef9331;
}
.theme-dark .bg-danger {
  background-color: #DF503C;
}
.theme-dark a.bg-danger:hover {
  background-color: #c73521;
}
.theme-dark .page-header {
  border-bottom: 1px solid transparent;
}
.theme-dark abbr[title],
.theme-dark abbr[data-original-title] {
  border-bottom: 1px dotted rgba(228, 228, 228, 0.2);
}
.theme-dark blockquote {
  border-left: 5px solid #1c252b;
}
.theme-dark blockquote footer,
.theme-dark blockquote small,
.theme-dark blockquote .small {
  color: #1c252b;
}
.theme-dark code {
  color: #e4e4e4;
  background-color: transparent;
}
.theme-dark kbd {
  color: #FFFFFF;
  background-color: #78756E;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.theme-dark pre {
  color: #78756E;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
}
.theme-dark pre code {
  color: inherit;
  background-color: transparent;
}
.theme-dark table {
  background-color: transparent;
}
.theme-dark .table > thead > tr > th,
.theme-dark .table > thead > tr > td,
.theme-dark .table > tbody > tr > th,
.theme-dark .table > tbody > tr > td,
.theme-dark .table > tfoot > tr > th,
.theme-dark .table > tfoot > tr > td {
  border-top: 1px solid #506978;
}
.theme-dark .table > thead > tr > th {
  border-bottom: 2px solid #506978;
}
.theme-dark .table > tbody + tbody {
  border-top: 2px solid #506978;
}
.theme-dark .table .table {
  background-color: #404040;
}
.theme-dark .table-bordered {
  border: 1px solid #506978;
}
.theme-dark .table-bordered > thead > tr > th,
.theme-dark .table-bordered > thead > tr > td,
.theme-dark .table-bordered > tbody > tr > th,
.theme-dark .table-bordered > tbody > tr > td,
.theme-dark .table-bordered > tfoot > tr > th,
.theme-dark .table-bordered > tfoot > tr > td {
  border: 1px solid #506978;
}
.theme-dark .table-striped > tbody > tr:nth-child(odd) > td,
.theme-dark .table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.theme-dark .table-hover > tbody > tr:hover > td,
.theme-dark .table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
.theme-dark .table > thead > tr > td.active,
.theme-dark .table > thead > tr > th.active, .theme-dark .table > thead > tr.active > td, .theme-dark .table > thead > tr.active > th,
.theme-dark .table > tbody > tr > td.active,
.theme-dark .table > tbody > tr > th.active,
.theme-dark .table > tbody > tr.active > td,
.theme-dark .table > tbody > tr.active > th,
.theme-dark .table > tfoot > tr > td.active,
.theme-dark .table > tfoot > tr > th.active,
.theme-dark .table > tfoot > tr.active > td,
.theme-dark .table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.theme-dark .table-hover > tbody > tr > td.active:hover,
.theme-dark .table-hover > tbody > tr > th.active:hover, .theme-dark .table-hover > tbody > tr.active:hover > td, .theme-dark .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.theme-dark .table > thead > tr > td.success,
.theme-dark .table > thead > tr > th.success, .theme-dark .table > thead > tr.success > td, .theme-dark .table > thead > tr.success > th,
.theme-dark .table > tbody > tr > td.success,
.theme-dark .table > tbody > tr > th.success,
.theme-dark .table > tbody > tr.success > td,
.theme-dark .table > tbody > tr.success > th,
.theme-dark .table > tfoot > tr > td.success,
.theme-dark .table > tfoot > tr > th.success,
.theme-dark .table > tfoot > tr.success > td,
.theme-dark .table > tfoot > tr.success > th {
  background-color: #56B66A;
}
.theme-dark .table-hover > tbody > tr > td.success:hover,
.theme-dark .table-hover > tbody > tr > th.success:hover, .theme-dark .table-hover > tbody > tr.success:hover > td, .theme-dark .table-hover > tbody > tr.success:hover > th {
  background-color: #49a95d;
}
.theme-dark .table > thead > tr > td.info,
.theme-dark .table > thead > tr > th.info, .theme-dark .table > thead > tr.info > td, .theme-dark .table > thead > tr.info > th,
.theme-dark .table > tbody > tr > td.info,
.theme-dark .table > tbody > tr > th.info,
.theme-dark .table > tbody > tr.info > td,
.theme-dark .table > tbody > tr.info > th,
.theme-dark .table > tfoot > tr > td.info,
.theme-dark .table > tfoot > tr > th.info,
.theme-dark .table > tfoot > tr.info > td,
.theme-dark .table > tfoot > tr.info > th {
  background-color: #F36D5D;
}
.theme-dark .table-hover > tbody > tr > td.info:hover,
.theme-dark .table-hover > tbody > tr > th.info:hover, .theme-dark .table-hover > tbody > tr.info:hover > td, .theme-dark .table-hover > tbody > tr.info:hover > th {
  background-color: #f15845;
}
.theme-dark .table > thead > tr > td.warning,
.theme-dark .table > thead > tr > th.warning, .theme-dark .table > thead > tr.warning > td, .theme-dark .table > thead > tr.warning > th,
.theme-dark .table > tbody > tr > td.warning,
.theme-dark .table > tbody > tr > th.warning,
.theme-dark .table > tbody > tr.warning > td,
.theme-dark .table > tbody > tr.warning > th,
.theme-dark .table > tfoot > tr > td.warning,
.theme-dark .table > tfoot > tr > th.warning,
.theme-dark .table > tfoot > tr.warning > td,
.theme-dark .table > tfoot > tr.warning > th {
  background-color: #F3AC60;
}
.theme-dark .table-hover > tbody > tr > td.warning:hover,
.theme-dark .table-hover > tbody > tr > th.warning:hover, .theme-dark .table-hover > tbody > tr.warning:hover > td, .theme-dark .table-hover > tbody > tr.warning:hover > th {
  background-color: #f1a048;
}
.theme-dark .table > thead > tr > td.danger,
.theme-dark .table > thead > tr > th.danger, .theme-dark .table > thead > tr.danger > td, .theme-dark .table > thead > tr.danger > th,
.theme-dark .table > tbody > tr > td.danger,
.theme-dark .table > tbody > tr > th.danger,
.theme-dark .table > tbody > tr.danger > td,
.theme-dark .table > tbody > tr.danger > th,
.theme-dark .table > tfoot > tr > td.danger,
.theme-dark .table > tfoot > tr > th.danger,
.theme-dark .table > tfoot > tr.danger > td,
.theme-dark .table > tfoot > tr.danger > th {
  background-color: #DF503C;
}
.theme-dark .table-hover > tbody > tr > td.danger:hover,
.theme-dark .table-hover > tbody > tr > th.danger:hover, .theme-dark .table-hover > tbody > tr.danger:hover > td, .theme-dark .table-hover > tbody > tr.danger:hover > th {
  background-color: #db3c26;
}
@media (max-width: 479px) {
  .theme-dark .table-responsive {
    border: 1px solid #506978;
  }
}
.theme-dark legend {
  color: #78756E;
  border-bottom: 1px solid #e5e5e5;
}
.theme-dark input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.theme-dark input[type="file"]:focus,
.theme-dark input[type="radio"]:focus,
.theme-dark input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.theme-dark output {
  color: #E9624F;
}
.theme-dark .form-control {
  color: #E9624F;
  background-color: #404040;
  border: 1px solid #404040;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.theme-dark .form-control:focus {
  border-color: #78756E;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(120, 117, 110, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(120, 117, 110, 0.6);
}
.theme-dark .form-control:-moz-placeholder {
  color: #C6C0B5;
}
.theme-dark .form-control::-moz-placeholder {
  color: #C6C0B5;
  opacity: 1;
}
.theme-dark .form-control:-ms-input-placeholder {
  color: #C6C0B5;
}
.theme-dark .form-control::-webkit-input-placeholder {
  color: #C6C0B5;
}
.theme-dark .form-control[disabled], .theme-dark .form-control[readonly], fieldset[disabled] .theme-dark .form-control {
  background-color: #5F5F5F;
}
.theme-dark .has-success .help-block,
.theme-dark .has-success .control-label,
.theme-dark .has-success .radio,
.theme-dark .has-success .checkbox,
.theme-dark .has-success .radio-inline,
.theme-dark .has-success .checkbox-inline {
  color: #56B66A;
}
.theme-dark .has-success .form-control {
  border-color: #56B66A;
  color: #a45a03;
  background-color: #F5B859;
}
.theme-dark .has-success .form-control:-moz-placeholder {
  color: #F5B859;
}
.theme-dark .has-success .form-control::-moz-placeholder {
  color: #F5B859;
  opacity: 1;
}
.theme-dark .has-success .form-control:-ms-input-placeholder {
  color: #F5B859;
}
.theme-dark .has-success .form-control::-webkit-input-placeholder {
  color: #F5B859;
}
.theme-dark .has-success .form-control:focus {
  border-color: #419853;
}
.theme-dark .has-success .input-group-addon {
  color: #56B66A;
  border-color: #56B66A;
  background-color: #56B66A;
}
.theme-dark .has-success .form-control-feedback {
  color: #56B66A;
}
.theme-dark .has-warning .help-block,
.theme-dark .has-warning .control-label,
.theme-dark .has-warning .radio,
.theme-dark .has-warning .checkbox,
.theme-dark .has-warning .radio-inline,
.theme-dark .has-warning .checkbox-inline {
  color: #dA9a25;
}
.theme-dark .has-warning .form-control {
  border-color: #dA9a25;
  color: #a45a03;
  background-color: #F5B859;
}
.theme-dark .has-warning .form-control:-moz-placeholder {
  color: #F5B859;
}
.theme-dark .has-warning .form-control::-moz-placeholder {
  color: #F5B859;
  opacity: 1;
}
.theme-dark .has-warning .form-control:-ms-input-placeholder {
  color: #F5B859;
}
.theme-dark .has-warning .form-control::-webkit-input-placeholder {
  color: #F5B859;
}
.theme-dark .has-warning .form-control:focus {
  border-color: #ae7b1e;
}
.theme-dark .has-warning .input-group-addon {
  color: #dA9a25;
  border-color: #dA9a25;
  background-color: #F3AC60;
}
.theme-dark .has-warning .form-control-feedback {
  color: #dA9a25;
}
.theme-dark .has-error .help-block,
.theme-dark .has-error .control-label,
.theme-dark .has-error .radio,
.theme-dark .has-error .checkbox,
.theme-dark .has-error .radio-inline,
.theme-dark .has-error .checkbox-inline {
  color: #DF503C;
}
.theme-dark .has-error .form-control {
  border-color: #DF503C;
  color: #a45a03;
  background-color: #F5B859;
}
.theme-dark .has-error .form-control:-moz-placeholder {
  color: #F5B859;
}
.theme-dark .has-error .form-control::-moz-placeholder {
  color: #F5B859;
  opacity: 1;
}
.theme-dark .has-error .form-control:-ms-input-placeholder {
  color: #F5B859;
}
.theme-dark .has-error .form-control::-webkit-input-placeholder {
  color: #F5B859;
}
.theme-dark .has-error .form-control:focus {
  border-color: #c73521;
}
.theme-dark .has-error .input-group-addon {
  color: #DF503C;
  border-color: #DF503C;
  background-color: #DF503C;
}
.theme-dark .has-error .form-control-feedback {
  color: #DF503C;
}
.theme-dark .help-block {
  color: #dfe3e4;
}
.theme-dark .btn:hover, .theme-dark .btn:focus {
  color: #F2F2F2;
  text-decoration: none;
}
.theme-dark .btn-default {
  color: #F2F2F2;
  background-color: transparent;
  border-color: #E9624F;
}
.theme-dark .btn-default:hover, .theme-dark .btn-default:focus, .theme-dark .btn-default:active, .theme-dark .btn-default.active {
  color: #F2F2F2;
  background-color: transparent;
  border-color: #df341c;
}
.open .theme-dark .btn-default.dropdown-toggle {
  color: #F2F2F2;
  background-color: transparent;
  border-color: #df341c;
}
.theme-dark .btn-default:active, .theme-dark .btn-default.active {
  background-image: none;
}
.open .theme-dark .btn-default.dropdown-toggle {
  background-image: none;
}
.theme-dark .btn-default.disabled, .theme-dark .btn-default.disabled:hover, .theme-dark .btn-default.disabled:focus, .theme-dark .btn-default.disabled:active, .theme-dark .btn-default.disabled.active, .theme-dark .btn-default[disabled], .theme-dark .btn-default[disabled]:hover, .theme-dark .btn-default[disabled]:focus, .theme-dark .btn-default[disabled]:active, .theme-dark .btn-default[disabled].active, fieldset[disabled] .theme-dark .btn-default, fieldset[disabled] .theme-dark .btn-default:hover, fieldset[disabled] .theme-dark .btn-default:focus, fieldset[disabled] .theme-dark .btn-default:active, fieldset[disabled] .theme-dark .btn-default.active {
  background-color: transparent;
  border-color: #E9624F;
}
.theme-dark .btn-default .badge {
  color: transparent;
  background-color: #F2F2F2;
}
.theme-dark .btn-primary {
  color: #F2F2F2;
  background-color: #E9624F;
  border-color: #E9624F;
}
.theme-dark .btn-primary:hover, .theme-dark .btn-primary:focus, .theme-dark .btn-primary:active, .theme-dark .btn-primary.active {
  color: #F2F2F2;
  background-color: #e4422b;
  border-color: #df341c;
}
.open .theme-dark .btn-primary.dropdown-toggle {
  color: #F2F2F2;
  background-color: #e4422b;
  border-color: #df341c;
}
.theme-dark .btn-primary:active, .theme-dark .btn-primary.active {
  background-image: none;
}
.open .theme-dark .btn-primary.dropdown-toggle {
  background-image: none;
}
.theme-dark .btn-primary.disabled, .theme-dark .btn-primary.disabled:hover, .theme-dark .btn-primary.disabled:focus, .theme-dark .btn-primary.disabled:active, .theme-dark .btn-primary.disabled.active, .theme-dark .btn-primary[disabled], .theme-dark .btn-primary[disabled]:hover, .theme-dark .btn-primary[disabled]:focus, .theme-dark .btn-primary[disabled]:active, .theme-dark .btn-primary[disabled].active, fieldset[disabled] .theme-dark .btn-primary, fieldset[disabled] .theme-dark .btn-primary:hover, fieldset[disabled] .theme-dark .btn-primary:focus, fieldset[disabled] .theme-dark .btn-primary:active, fieldset[disabled] .theme-dark .btn-primary.active {
  background-color: #E9624F;
  border-color: #E9624F;
}
.theme-dark .btn-primary .badge {
  color: #E9624F;
  background-color: #F2F2F2;
}
.theme-dark .btn-success {
  color: #F2F2F2;
  background-color: #369E49;
  border-color: #369E49;
}
.theme-dark .btn-success:hover, .theme-dark .btn-success:focus, .theme-dark .btn-success:active, .theme-dark .btn-success.active {
  color: #F2F2F2;
  background-color: #2c803b;
  border-color: #267034;
}
.open .theme-dark .btn-success.dropdown-toggle {
  color: #F2F2F2;
  background-color: #2c803b;
  border-color: #267034;
}
.theme-dark .btn-success:active, .theme-dark .btn-success.active {
  background-image: none;
}
.open .theme-dark .btn-success.dropdown-toggle {
  background-image: none;
}
.theme-dark .btn-success.disabled, .theme-dark .btn-success.disabled:hover, .theme-dark .btn-success.disabled:focus, .theme-dark .btn-success.disabled:active, .theme-dark .btn-success.disabled.active, .theme-dark .btn-success[disabled], .theme-dark .btn-success[disabled]:hover, .theme-dark .btn-success[disabled]:focus, .theme-dark .btn-success[disabled]:active, .theme-dark .btn-success[disabled].active, fieldset[disabled] .theme-dark .btn-success, fieldset[disabled] .theme-dark .btn-success:hover, fieldset[disabled] .theme-dark .btn-success:focus, fieldset[disabled] .theme-dark .btn-success:active, fieldset[disabled] .theme-dark .btn-success.active {
  background-color: #369E49;
  border-color: #369E49;
}
.theme-dark .btn-success .badge {
  color: #369E49;
  background-color: #F2F2F2;
}
.theme-dark .btn-info {
  color: #fff;
  background-color: #ADADAD;
  border-color: #a0a0a0;
}
.theme-dark .btn-info:hover, .theme-dark .btn-info:focus, .theme-dark .btn-info:active, .theme-dark .btn-info.active {
  color: #fff;
  background-color: #999999;
  border-color: #828282;
}
.open .theme-dark .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #999999;
  border-color: #828282;
}
.theme-dark .btn-info:active, .theme-dark .btn-info.active {
  background-image: none;
}
.open .theme-dark .btn-info.dropdown-toggle {
  background-image: none;
}
.theme-dark .btn-info.disabled, .theme-dark .btn-info.disabled:hover, .theme-dark .btn-info.disabled:focus, .theme-dark .btn-info.disabled:active, .theme-dark .btn-info.disabled.active, .theme-dark .btn-info[disabled], .theme-dark .btn-info[disabled]:hover, .theme-dark .btn-info[disabled]:focus, .theme-dark .btn-info[disabled]:active, .theme-dark .btn-info[disabled].active, fieldset[disabled] .theme-dark .btn-info, fieldset[disabled] .theme-dark .btn-info:hover, fieldset[disabled] .theme-dark .btn-info:focus, fieldset[disabled] .theme-dark .btn-info:active, fieldset[disabled] .theme-dark .btn-info.active {
  background-color: #ADADAD;
  border-color: #a0a0a0;
}
.theme-dark .btn-info .badge {
  color: #ADADAD;
  background-color: #fff;
}
.theme-dark .btn-warning {
  color: #fff;
  background-color: #F3AC60;
  border-color: #f1a048;
}
.theme-dark .btn-warning:hover, .theme-dark .btn-warning:focus, .theme-dark .btn-warning:active, .theme-dark .btn-warning.active {
  color: #fff;
  background-color: #f0983a;
  border-color: #eb8212;
}
.open .theme-dark .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #f0983a;
  border-color: #eb8212;
}
.theme-dark .btn-warning:active, .theme-dark .btn-warning.active {
  background-image: none;
}
.open .theme-dark .btn-warning.dropdown-toggle {
  background-image: none;
}
.theme-dark .btn-warning.disabled, .theme-dark .btn-warning.disabled:hover, .theme-dark .btn-warning.disabled:focus, .theme-dark .btn-warning.disabled:active, .theme-dark .btn-warning.disabled.active, .theme-dark .btn-warning[disabled], .theme-dark .btn-warning[disabled]:hover, .theme-dark .btn-warning[disabled]:focus, .theme-dark .btn-warning[disabled]:active, .theme-dark .btn-warning[disabled].active, fieldset[disabled] .theme-dark .btn-warning, fieldset[disabled] .theme-dark .btn-warning:hover, fieldset[disabled] .theme-dark .btn-warning:focus, fieldset[disabled] .theme-dark .btn-warning:active, fieldset[disabled] .theme-dark .btn-warning.active {
  background-color: #F3AC60;
  border-color: #f1a048;
}
.theme-dark .btn-warning .badge {
  color: #F3AC60;
  background-color: #fff;
}
.theme-dark .btn-danger {
  color: #F2F2F2;
  background-color: #F0913C;
  border-color: #F0913C;
}
.theme-dark .btn-danger:hover, .theme-dark .btn-danger:focus, .theme-dark .btn-danger:active, .theme-dark .btn-danger.active {
  color: #F2F2F2;
  background-color: #ed7c16;
  border-color: #de7211;
}
.open .theme-dark .btn-danger.dropdown-toggle {
  color: #F2F2F2;
  background-color: #ed7c16;
  border-color: #de7211;
}
.theme-dark .btn-danger:active, .theme-dark .btn-danger.active {
  background-image: none;
}
.open .theme-dark .btn-danger.dropdown-toggle {
  background-image: none;
}
.theme-dark .btn-danger.disabled, .theme-dark .btn-danger.disabled:hover, .theme-dark .btn-danger.disabled:focus, .theme-dark .btn-danger.disabled:active, .theme-dark .btn-danger.disabled.active, .theme-dark .btn-danger[disabled], .theme-dark .btn-danger[disabled]:hover, .theme-dark .btn-danger[disabled]:focus, .theme-dark .btn-danger[disabled]:active, .theme-dark .btn-danger[disabled].active, fieldset[disabled] .theme-dark .btn-danger, fieldset[disabled] .theme-dark .btn-danger:hover, fieldset[disabled] .theme-dark .btn-danger:focus, fieldset[disabled] .theme-dark .btn-danger:active, fieldset[disabled] .theme-dark .btn-danger.active {
  background-color: #F0913C;
  border-color: #F0913C;
}
.theme-dark .btn-danger .badge {
  color: #F0913C;
  background-color: #F2F2F2;
}
.theme-dark .btn-link {
  color: #E9624F;
}
.theme-dark .btn-link, .theme-dark .btn-link:active, .theme-dark .btn-link[disabled], fieldset[disabled] .theme-dark .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.theme-dark .btn-link, .theme-dark .btn-link:hover, .theme-dark .btn-link:focus, .theme-dark .btn-link:active {
  border-color: transparent;
}
.theme-dark .btn-link:hover, .theme-dark .btn-link:focus {
  color: #EF6552;
  background-color: transparent;
}
.theme-dark .btn-link[disabled]:hover, .theme-dark .btn-link[disabled]:focus, fieldset[disabled] .theme-dark .btn-link:hover, fieldset[disabled] .theme-dark .btn-link:focus {
  color: #5F5F5F;
}
.theme-dark .dropdown-menu {
  background-color: #FFFFFF;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.theme-dark .dropdown-menu .divider {
  height: 1px;
  margin: 12px 0;
  overflow: hidden;
  background-color: #e6e6e6;
}
.theme-dark .dropdown-menu > li > a {
  color: #9b9b9b;
}
.theme-dark .dropdown-menu > li > a:hover, .theme-dark .dropdown-menu > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.theme-dark .dropdown-menu > .active > a, .theme-dark .dropdown-menu > .active > a:hover, .theme-dark .dropdown-menu > .active > a:focus {
  color: #333333;
  background-color: transparent;
}
.theme-dark .dropdown-menu > .disabled > a, .theme-dark .dropdown-menu > .disabled > a:hover, .theme-dark .dropdown-menu > .disabled > a:focus {
  color: #ccc;
}
.theme-dark .dropdown-menu > .disabled > a:hover, .theme-dark .dropdown-menu > .disabled > a:focus {
  background-color: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.theme-dark .dropdown-header {
  color: #c5c5c5;
}
.theme-dark .btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.theme-dark .input-group-addon {
  color: #E9624F;
  background-color: #ededed;
  border: 1px solid transparent;
}
.theme-dark .nav > li > a:hover, .theme-dark .nav > li > a:focus {
  background-color: transparent;
}
.theme-dark .nav > li.disabled > a {
  color: #c5c5c5;
}
.theme-dark .nav > li.disabled > a:hover, .theme-dark .nav > li.disabled > a:focus {
  color: #c5c5c5;
}
.theme-dark .nav .open > a, .theme-dark .nav .open > a:hover, .theme-dark .nav .open > a:focus {
  background-color: transparent;
  border-color: #E9624F;
}
.theme-dark .nav-tabs {
  border-bottom: 1px solid transparent;
}
.theme-dark .nav-tabs > li > a:hover {
  border-color: transparent transparent transparent;
}
.theme-dark .nav-tabs > li.active > a, .theme-dark .nav-tabs > li.active > a:hover, .theme-dark .nav-tabs > li.active > a:focus {
  color: #9aa8a9;
  background-color: transparent;
  border: 1px solid transparent;
}
.theme-dark .nav-pills > li.active > a, .theme-dark .nav-pills > li.active > a:hover, .theme-dark .nav-pills > li.active > a:focus {
  color: #E76354;
  background-color: transparent;
}
.theme-dark .nav-tabs-justified > .active > a, .theme-dark .nav-tabs.nav-justified > .active > a,
.theme-dark .nav-tabs-justified > .active > a:hover,
.theme-dark .nav-tabs.nav-justified > .active > a:hover,
.theme-dark .nav-tabs-justified > .active > a:focus,
.theme-dark .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid transparent;
}
@media (min-width: 480px) {
  .theme-dark .nav-tabs-justified > li > a, .theme-dark .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid transparent;
  }
  .theme-dark .nav-tabs-justified > .active > a, .theme-dark .nav-tabs.nav-justified > .active > a,
  .theme-dark .nav-tabs-justified > .active > a:hover,
  .theme-dark .nav-tabs.nav-justified > .active > a:hover,
  .theme-dark .nav-tabs-justified > .active > a:focus,
  .theme-dark .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: transparent;
  }
}
.theme-dark .navbar-collapse {
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.theme-dark .navbar-default {
  background-color: #4c4c4c;
  border-color: transparent;
}
.theme-dark .navbar-default .navbar-brand {
  color: #78756E;
}
.theme-dark .navbar-default .navbar-brand:hover, .theme-dark .navbar-default .navbar-brand:focus {
  color: #5d5b56;
  background-color: transparent;
}
.theme-dark .navbar-default .navbar-text {
  color: #78756E;
}
.theme-dark .navbar-default .navbar-nav > li > a {
  color: #E9624F;
}
.theme-dark .navbar-default .navbar-nav > li > a:hover, .theme-dark .navbar-default .navbar-nav > li > a:focus {
  color: #EF6552;
  background-color: transparent;
}
.theme-dark .navbar-default .navbar-nav > .active > a, .theme-dark .navbar-default .navbar-nav > .active > a:hover, .theme-dark .navbar-default .navbar-nav > .active > a:focus {
  color: #EF6552;
  background-color: transparent;
}
.theme-dark .navbar-default .navbar-nav > .disabled > a, .theme-dark .navbar-default .navbar-nav > .disabled > a:hover, .theme-dark .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.theme-dark .navbar-default .navbar-toggle {
  border-color: #ddd;
}
.theme-dark .navbar-default .navbar-toggle:hover, .theme-dark .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.theme-dark .navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.theme-dark .navbar-default .navbar-collapse,
.theme-dark .navbar-default .navbar-form {
  border-color: transparent;
}
.theme-dark .navbar-default .navbar-nav > .open > a, .theme-dark .navbar-default .navbar-nav > .open > a:hover, .theme-dark .navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #EF6552;
}
@media (max-width: -1) {
  .theme-dark .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #E9624F;
  }
  .theme-dark .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .theme-dark .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #EF6552;
    background-color: transparent;
  }
  .theme-dark .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .theme-dark .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .theme-dark .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #EF6552;
    background-color: transparent;
  }
  .theme-dark .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .theme-dark .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .theme-dark .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.theme-dark .navbar-default .navbar-link {
  color: #E9624F;
}
.theme-dark .navbar-default .navbar-link:hover {
  color: #EF6552;
}
.theme-dark .navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
.theme-dark .navbar-inverse .navbar-brand {
  color: #c5c5c5;
}
.theme-dark .navbar-inverse .navbar-brand:hover, .theme-dark .navbar-inverse .navbar-brand:focus {
  color: #FFFFFF;
  background-color: transparent;
}
.theme-dark .navbar-inverse .navbar-text {
  color: #c5c5c5;
}
.theme-dark .navbar-inverse .navbar-nav > li > a {
  color: #c5c5c5;
}
.theme-dark .navbar-inverse .navbar-nav > li > a:hover, .theme-dark .navbar-inverse .navbar-nav > li > a:focus {
  color: #FFFFFF;
  background-color: transparent;
}
.theme-dark .navbar-inverse .navbar-nav > .active > a, .theme-dark .navbar-inverse .navbar-nav > .active > a:hover, .theme-dark .navbar-inverse .navbar-nav > .active > a:focus {
  color: #FFFFFF;
  background-color: #090909;
}
.theme-dark .navbar-inverse .navbar-nav > .disabled > a, .theme-dark .navbar-inverse .navbar-nav > .disabled > a:hover, .theme-dark .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.theme-dark .navbar-inverse .navbar-toggle {
  border-color: #333;
}
.theme-dark .navbar-inverse .navbar-toggle:hover, .theme-dark .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.theme-dark .navbar-inverse .navbar-toggle .icon-bar {
  background-color: #FFFFFF;
}
.theme-dark .navbar-inverse .navbar-collapse,
.theme-dark .navbar-inverse .navbar-form {
  border-color: #101010;
}
.theme-dark .navbar-inverse .navbar-nav > .open > a, .theme-dark .navbar-inverse .navbar-nav > .open > a:hover, .theme-dark .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #FFFFFF;
}
@media (max-width: -1) {
  .theme-dark .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .theme-dark .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .theme-dark .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #c5c5c5;
  }
  .theme-dark .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .theme-dark .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #FFFFFF;
    background-color: transparent;
  }
  .theme-dark .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .theme-dark .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .theme-dark .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #FFFFFF;
    background-color: #090909;
  }
  .theme-dark .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .theme-dark .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .theme-dark .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.theme-dark .navbar-inverse .navbar-link {
  color: #c5c5c5;
}
.theme-dark .navbar-inverse .navbar-link:hover {
  color: #FFFFFF;
}
.theme-dark .breadcrumb {
  background-color: #f5f5f5;
}
.theme-dark .breadcrumb > li + li:before {
  color: #ccc;
}
.theme-dark .breadcrumb > .active {
  color: #c5c5c5;
}
.theme-dark .pagination > li {
  display: inline;
}
.theme-dark .pagination > li > a,
.theme-dark .pagination > li > span {
  color: #F36D5D;
  background-color: #FFFFFF;
  border: 1px solid #ddd;
}
.theme-dark .pagination > li > a:hover, .theme-dark .pagination > li > a:focus,
.theme-dark .pagination > li > span:hover,
.theme-dark .pagination > li > span:focus {
  color: #E76354;
  background-color: #cccccc;
  border-color: #ddd;
}
.theme-dark .pagination > .active > a, .theme-dark .pagination > .active > a:hover, .theme-dark .pagination > .active > a:focus,
.theme-dark .pagination > .active > span,
.theme-dark .pagination > .active > span:hover,
.theme-dark .pagination > .active > span:focus {
  color: #FFFFFF;
  background-color: #F36D5D;
  border-color: #F36D5D;
}
.theme-dark .pagination > .disabled > span,
.theme-dark .pagination > .disabled > span:hover,
.theme-dark .pagination > .disabled > span:focus,
.theme-dark .pagination > .disabled > a,
.theme-dark .pagination > .disabled > a:hover,
.theme-dark .pagination > .disabled > a:focus {
  color: #c5c5c5;
  background-color: #FFFFFF;
  border-color: #ddd;
}
.theme-dark .pager:before, .theme-dark .pager:after {
  content: " ";
  display: table;
}
.theme-dark .pager:after {
  clear: both;
}
.theme-dark .pager li {
  display: inline;
}
.theme-dark .pager li > a,
.theme-dark .pager li > span {
  background-color: #FFFFFF;
  border: 1px solid #ddd;
}
.theme-dark .pager li > a:hover,
.theme-dark .pager li > a:focus {
  background-color: #cccccc;
}
.theme-dark .pager .disabled > a,
.theme-dark .pager .disabled > a:hover,
.theme-dark .pager .disabled > a:focus,
.theme-dark .pager .disabled > span {
  color: #c5c5c5;
  background-color: #FFFFFF;
}
.theme-dark .label {
  color: #FFFFFF;
}
.theme-dark .label[href]:hover, .theme-dark .label[href]:focus {
  color: #FFFFFF;
}
.theme-dark .label-default {
  background-color: #c5c5c5;
}
.theme-dark .label-default[href]:hover, .theme-dark .label-default[href]:focus {
  background-color: #acacac;
}
.theme-dark .label-primary {
  background-color: #F36D5D;
}
.theme-dark .label-primary[href]:hover, .theme-dark .label-primary[href]:focus {
  background-color: #ef422e;
}
.theme-dark .label-success {
  background-color: #56B66A;
}
.theme-dark .label-success[href]:hover, .theme-dark .label-success[href]:focus {
  background-color: #419853;
}
.theme-dark .label-info {
  background-color: #ADADAD;
}
.theme-dark .label-info[href]:hover, .theme-dark .label-info[href]:focus {
  background-color: #949494;
}
.theme-dark .label-warning {
  background-color: #F3AC60;
}
.theme-dark .label-warning[href]:hover, .theme-dark .label-warning[href]:focus {
  background-color: #ef9331;
}
.theme-dark .label-danger {
  background-color: #DF503C;
}
.theme-dark .label-danger[href]:hover, .theme-dark .label-danger[href]:focus {
  background-color: #c73521;
}
.theme-dark .badge {
  color: #FFFFFF;
  background-color: #c5c5c5;
}
.theme-dark a.badge:hover, .theme-dark a.badge:focus {
  color: #FFFFFF;
}
.theme-dark a.list-group-item.active > .badge,
.theme-dark .nav-pills > .active > a > .badge {
  color: #F36D5D;
  background-color: #FFFFFF;
}
.theme-dark .jumbotron {
  color: inherit;
  background-color: #cccccc;
}
.theme-dark .jumbotron h1,
.theme-dark .jumbotron .h1 {
  color: inherit;
}
.theme-dark .thumbnail {
  background-color: #EFECE6;
  border: 1px solid #ddd;
}
.theme-dark .thumbnail .caption {
  color: #78756E;
}
.theme-dark a.thumbnail:hover,
.theme-dark a.thumbnail:focus,
.theme-dark a.thumbnail.active {
  border-color: #E9624F;
}
.theme-dark .alert h4 {
  color: inherit;
}
.theme-dark .alert-dismissable .close {
  color: inherit;
}
.theme-dark .alert-success {
  background-color: #56B66A;
  border-color: #49a94d;
  color: #56B66A;
}
.theme-dark .alert-success hr {
  border-top-color: #419845;
}
.theme-dark .alert-success .alert-link {
  color: #419853;
}
.theme-dark .alert-info {
  background-color: #F36D5D;
  border-color: #f13c47;
  color: #F36D5D;
}
.theme-dark .alert-info hr {
  border-top-color: #ef2430;
}
.theme-dark .alert-info .alert-link {
  color: #ef422e;
}
.theme-dark .alert-warning {
  background-color: #F3AC60;
  border-color: #f18348;
  color: #dA9a25;
}
.theme-dark .alert-warning hr {
  border-top-color: #ef7331;
}
.theme-dark .alert-warning .alert-link {
  color: #ae7b1e;
}
.theme-dark .alert-danger {
  background-color: #DF503C;
  border-color: #db262e;
  color: #DF503C;
}
.theme-dark .alert-danger hr {
  border-top-color: #c72128;
}
.theme-dark .alert-danger .alert-link {
  color: #c73521;
}
.theme-dark .progress {
  background-color: #f5f5f5;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.theme-dark .progress-bar {
  color: #FFFFFF;
  background-color: #F36D5D;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}
.theme-dark .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;
}
.theme-dark .progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.theme-dark .progress-bar-success {
  background-color: #56B66A;
}
.progress-striped .theme-dark .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);
}
.theme-dark .progress-bar-info {
  background-color: #ADADAD;
}
.progress-striped .theme-dark .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);
}
.theme-dark .progress-bar-warning {
  background-color: #F3AC60;
}
.progress-striped .theme-dark .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);
}
.theme-dark .progress-bar-danger {
  background-color: #DF503C;
}
.progress-striped .theme-dark .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);
}
.theme-dark .list-group-item {
  background-color: #FFFFFF;
  border: 1px solid #ddd;
}
.theme-dark .list-group-item:first-child {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.theme-dark .list-group-item:last-child {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.theme-dark a.list-group-item {
  color: #555;
}
.theme-dark a.list-group-item .list-group-item-heading {
  color: #333;
}
.theme-dark a.list-group-item:hover, .theme-dark a.list-group-item:focus {
  background-color: #f5f5f5;
}
.theme-dark a.list-group-item.active, .theme-dark a.list-group-item.active:hover, .theme-dark a.list-group-item.active:focus {
  color: #E76354;
  background-color: transparent;
  border-color: transparent;
}
.theme-dark a.list-group-item.active .list-group-item-heading, .theme-dark a.list-group-item.active:hover .list-group-item-heading, .theme-dark a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
.theme-dark a.list-group-item.active .list-group-item-text, .theme-dark a.list-group-item.active:hover .list-group-item-text, .theme-dark a.list-group-item.active:focus .list-group-item-text {
  color: #E76354;
}
.theme-dark .list-group-item-success {
  color: #56B66A;
  background-color: #56B66A;
}
.theme-dark a.list-group-item-success {
  color: #56B66A;
}
.theme-dark a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
.theme-dark a.list-group-item-success:hover, .theme-dark a.list-group-item-success:focus {
  color: #56B66A;
  background-color: #49a95d;
}
.theme-dark a.list-group-item-success.active, .theme-dark a.list-group-item-success.active:hover, .theme-dark a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #56B66A;
  border-color: #56B66A;
}
.theme-dark .list-group-item-info {
  color: #F36D5D;
  background-color: #F36D5D;
}
.theme-dark a.list-group-item-info {
  color: #F36D5D;
}
.theme-dark a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
.theme-dark a.list-group-item-info:hover, .theme-dark a.list-group-item-info:focus {
  color: #F36D5D;
  background-color: #f15845;
}
.theme-dark a.list-group-item-info.active, .theme-dark a.list-group-item-info.active:hover, .theme-dark a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #F36D5D;
  border-color: #F36D5D;
}
.theme-dark .list-group-item-warning {
  color: #dA9a25;
  background-color: #F3AC60;
}
.theme-dark a.list-group-item-warning {
  color: #dA9a25;
}
.theme-dark a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
.theme-dark a.list-group-item-warning:hover, .theme-dark a.list-group-item-warning:focus {
  color: #dA9a25;
  background-color: #f1a048;
}
.theme-dark a.list-group-item-warning.active, .theme-dark a.list-group-item-warning.active:hover, .theme-dark a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #dA9a25;
  border-color: #dA9a25;
}
.theme-dark .list-group-item-danger {
  color: #DF503C;
  background-color: #DF503C;
}
.theme-dark a.list-group-item-danger {
  color: #DF503C;
}
.theme-dark a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
.theme-dark a.list-group-item-danger:hover, .theme-dark a.list-group-item-danger:focus {
  color: #DF503C;
  background-color: #db3c26;
}
.theme-dark a.list-group-item-danger.active, .theme-dark a.list-group-item-danger.active:hover, .theme-dark a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #DF503C;
  border-color: #DF503C;
}
.theme-dark .panel {
  background-color: #FFFFFF;
  border: 1px solid transparent;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.theme-dark .panel-footer {
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
}
.theme-dark .panel-default {
  border-color: #ddd;
}
.theme-dark .panel-default > .panel-heading {
  color: #78756E;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.theme-dark .panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ddd;
}
.theme-dark .panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ddd;
}
.theme-dark .panel-primary {
  border-color: #F36D5D;
}
.theme-dark .panel-primary > .panel-heading {
  color: #FFFFFF;
  background-color: #F36D5D;
  border-color: #F36D5D;
}
.theme-dark .panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #F36D5D;
}
.theme-dark .panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #F36D5D;
}
.theme-dark .panel-success {
  border-color: #49a94d;
}
.theme-dark .panel-success > .panel-heading {
  color: #56B66A;
  background-color: #56B66A;
  border-color: #49a94d;
}
.theme-dark .panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #49a94d;
}
.theme-dark .panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #49a94d;
}
.theme-dark .panel-info {
  border-color: #f13c47;
}
.theme-dark .panel-info > .panel-heading {
  color: #F36D5D;
  background-color: #F36D5D;
  border-color: #f13c47;
}
.theme-dark .panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #f13c47;
}
.theme-dark .panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #f13c47;
}
.theme-dark .panel-warning {
  border-color: #f18348;
}
.theme-dark .panel-warning > .panel-heading {
  color: #dA9a25;
  background-color: #F3AC60;
  border-color: #f18348;
}
.theme-dark .panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #f18348;
}
.theme-dark .panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #f18348;
}
.theme-dark .panel-danger {
  border-color: #db262e;
}
.theme-dark .panel-danger > .panel-heading {
  color: #DF503C;
  background-color: #DF503C;
  border-color: #db262e;
}
.theme-dark .panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #db262e;
}
.theme-dark .panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #db262e;
}
.theme-dark .well {
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.theme-dark .well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.theme-dark .close {
  color: #000;
  text-shadow: 0 1px 0 #FFFFFF;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.theme-dark .close:hover, .theme-dark .close:focus {
  color: #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.theme-dark button.close {
  background: transparent;
}
.theme-dark .modal-content {
  background-color: #FFFFFF;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}
.theme-dark .modal-backdrop {
  z-index: 1040;
  background-color: #000;
}
.theme-dark .modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.theme-dark .modal-backdrop.in {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
@media (min-width: 480px) {
  .theme-dark .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}
.theme-dark .tooltip-inner {
  color: #FFFFFF;
  background-color: #000;
}
.theme-dark .tooltip.top .tooltip-arrow {
  border-top-color: #000;
}
.theme-dark .tooltip.top-left .tooltip-arrow {
  border-top-color: #000;
}
.theme-dark .tooltip.top-right .tooltip-arrow {
  border-top-color: #000;
}
.theme-dark .tooltip.right .tooltip-arrow {
  border-right-color: #000;
}
.theme-dark .tooltip.left .tooltip-arrow {
  border-left-color: #000;
}
.theme-dark .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #000;
}
.theme-dark .tooltip.bottom-left .tooltip-arrow {
  border-bottom-color: #000;
}
.theme-dark .tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #000;
}
.theme-dark .popover {
  background-color: #FFFFFF;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.theme-dark .popover-title {
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
}
.theme-dark .popover.top .arrow {
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.theme-dark .popover.top .arrow:after {
  border-top-color: #FFFFFF;
}
.theme-dark .popover.right .arrow {
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.theme-dark .popover.right .arrow:after {
  border-right-color: #FFFFFF;
}
.theme-dark .popover.bottom .arrow {
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.theme-dark .popover.bottom .arrow:after {
  border-bottom-color: #FFFFFF;
}
.theme-dark .popover.left .arrow {
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.theme-dark .popover.left .arrow:after {
  border-left-color: #FFFFFF;
}
.theme-dark .carousel-control {
  opacity: 0.5;
  filter: alpha(opacity=50);
  color: #FFFFFF;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.theme-dark .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: 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);
}
.theme-dark .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.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);
}
.theme-dark .carousel-control:hover, .theme-dark .carousel-control:focus {
  color: #FFFFFF;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.theme-dark .carousel-indicators li {
  border: 1px solid #FFFFFF;
  background-color: #000 \9;
  background-color: transparent;
}
.theme-dark .carousel-indicators .active {
  background-color: #FFFFFF;
}
.theme-dark .carousel-caption {
  color: #FFFFFF;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.csschecked .theme-dark .custom-checkbox .btn {
  color: #F2F2F2;
  background-color: transparent;
  border-color: transparent;
}
.csschecked .theme-dark .custom-checkbox input[type=checkbox]:focus + .btn, .csschecked .theme-dark .custom-checkbox input[type=checkbox]:hover + .btn {
  color: #F2F2F2;
  background-color: transparent;
  border-color: transparent;
}
.csschecked .theme-dark .custom-checkbox input[type=checkbox]:checked + .btn {
  color: #F2F2F2;
  background-color: #E9624F;
  border-color: #E9624F;
}
.csschecked .theme-dark .custom-checkbox input[type=checkbox]:checked:focus + .btn, .csschecked .theme-dark .custom-checkbox input[type=checkbox]:checked:hover + .btn {
  color: #F2F2F2;
  background-color: #EF6552;
  border-color: #EF6552;
}
.csschecked .theme-dark .custom-checkbox input[type=checkbox][data-chart-series="0"]:checked + .btn {
  color: #F2F2F2;
  background-color: #1eaf5a;
  border-color: #1eaf5a;
}
.csschecked .theme-dark .custom-checkbox input[type=checkbox][data-chart-series="0"]:checked:focus + .btn, .csschecked .theme-dark .custom-checkbox input[type=checkbox][data-chart-series="0"]:checked:hover + .btn {
  color: #F2F2F2;
  background-color: #22C766;
  border-color: #22C766;
}
.csschecked .theme-dark .custom-checkbox input[type=checkbox][data-chart-series="1"]:checked + .btn {
  color: #F2F2F2;
  background-color: #3d92c8;
  border-color: #3d92c8;
}
.csschecked .theme-dark .custom-checkbox input[type=checkbox][data-chart-series="1"]:checked:focus + .btn, .csschecked .theme-dark .custom-checkbox input[type=checkbox][data-chart-series="1"]:checked:hover + .btn {
  color: #F2F2F2;
  background-color: #44A2DE;
  border-color: #44A2DE;
}
.csschecked .theme-dark .custom-checkbox input[type=checkbox][data-chart-series="3"]:checked + .btn {
  color: #F2F2F2;
  background-color: #F36D5D;
  border-color: #F36D5D;
}
.csschecked .theme-dark .custom-checkbox input[type=checkbox][data-chart-series="3"]:checked:focus + .btn, .csschecked .theme-dark .custom-checkbox input[type=checkbox][data-chart-series="3"]:checked:hover + .btn {
  color: #F2F2F2;
  background-color: #ff8766;
  border-color: #ff8766;
}
.csschecked .theme-dark .custom-checkbox input[type=checkbox][data-chart-series="4"]:checked + .btn {
  color: #F2F2F2;
  background-color: #3981b9;
  border-color: #3981b9;
}
.csschecked .theme-dark .custom-checkbox input[type=checkbox][data-chart-series="4"]:checked:focus + .btn, .csschecked .theme-dark .custom-checkbox input[type=checkbox][data-chart-series="4"]:checked:hover + .btn {
  color: #F2F2F2;
  background-color: #75aed9;
  border-color: #75aed9;
}
.csschecked .theme-dark .custom-checkbox.style-1 label:before {
  background-color: #404040;
}
.csschecked .theme-dark .custom-checkbox.style-1 input[type=checkbox]:focus + label:before, .csschecked .theme-dark .custom-checkbox.style-1 input[type=checkbox]:hover + label:before {
  background-color: #F2F2F2;
}
.csschecked .theme-dark .custom-checkbox.style-1 input[type=checkbox]:checked + label:before {
  color: #9aa8a9;
}
.csschecked .theme-dark .custom-checkbox.style-1.error {
  background-color: inherit;
}
.csschecked .theme-dark .custom-checkbox.style-1.error label:before {
  background-color: #F5B859;
}
.csschecked .theme-dark .custom-checkbox.style-1.error input[type=checkbox]:focus + label:before, .csschecked .theme-dark .custom-checkbox.style-1.error input[type=checkbox]:hover + label:before {
  background-color: #e05140;
}
.csschecked .theme-dark .custom-checkbox.style-1.error > label {
  color: #F5B859;
}
.csschecked .theme-dark .custom-checkbox.style-2 label:before {
  border-color: #404040;
}
.csschecked .theme-dark .custom-checkbox.style-2 input[type=checkbox]:focus + label:before, .csschecked .theme-dark .custom-checkbox.style-2 input[type=checkbox]:hover + label:before {
  border-color: #F2F2F2;
  color: #1c252b;
}
.csschecked .theme-dark .custom-checkbox.style-2 input[type=checkbox]:checked + label:before {
  border-color: #F2F2F2;
  color: #c6dae6;
}
.csschecked .theme-dark .custom-checkbox.style-2.error {
  background-color: inherit;
}
.csschecked .theme-dark .custom-checkbox.style-2.error label:before {
  border-color: #F5B859;
}
.csschecked .theme-dark .custom-checkbox.style-2.error input[type=checkbox]:focus + label:before, .csschecked .theme-dark .custom-checkbox.style-2.error input[type=checkbox]:hover + label:before {
  border-color: #e05140;
}
.csschecked .theme-dark .custom-checkbox.style-2.error input[type=checkbox]:checked + label:before {
  border-color: #e05140;
}
.csschecked .theme-dark .custom-checkbox.style-2.error > label {
  color: #F5B859;
}
.theme-dark .btn.active, .theme-dark .btn:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.theme-dark .btn-default {
  transition: background-color 0.25s ease;
}
.theme-dark .btn-default:hover, .theme-dark .btn-default:focus {
  background-color: transparent;
  border-color: transparent;
}
.theme-dark .btn-default:active, .theme-dark .btn-default.active {
  background-color: transparent;
  border-color: transparent;
}
.theme-dark .btn-default.disabled, .theme-dark .btn-default.disabled:hover, .theme-dark .btn-default.disabled:focus, .theme-dark .btn-default.disabled:active, .theme-dark .btn-default.disabled.active, .theme-dark .btn-default[disabled], .theme-dark .btn-default[disabled]:hover, .theme-dark .btn-default[disabled]:focus, .theme-dark .btn-default[disabled]:active, .theme-dark .btn-default[disabled].active, fieldset[disabled] .theme-dark .btn-default, fieldset[disabled] .theme-dark .btn-default:hover, fieldset[disabled] .theme-dark .btn-default:focus, fieldset[disabled] .theme-dark .btn-default:active, fieldset[disabled] .theme-dark .btn-default.active {
  color: #C6C0B5;
  border-color: #C6C0B5;
  background-color: transparent;
}
.theme-dark .btn-default.spinner, .theme-dark .btn-default.ok, .theme-dark .btn-default.error, .theme-dark .btn-default[disabled].spinner, .theme-dark .btn-default[disabled].ok, .theme-dark .btn-default[disabled].error, .theme-dark .btn-default fieldset[disabled].spinner, .theme-dark .btn-default fieldset[disabled].ok, .theme-dark .btn-default fieldset[disabled].error {
  position: relative;
  background-color: transparent;
  border-color: transparent;
  color: transparent;
  opacity: 1;
}
.theme-dark .btn-default.spinner:hover, .theme-dark .btn-default.spinner:focus, .theme-dark .btn-default.ok:hover, .theme-dark .btn-default.ok:focus, .theme-dark .btn-default.error:hover, .theme-dark .btn-default.error:focus, .theme-dark .btn-default[disabled].spinner:hover, .theme-dark .btn-default[disabled].spinner:focus, .theme-dark .btn-default[disabled].ok:hover, .theme-dark .btn-default[disabled].ok:focus, .theme-dark .btn-default[disabled].error:hover, .theme-dark .btn-default[disabled].error:focus, .theme-dark .btn-default fieldset[disabled].spinner:hover, .theme-dark .btn-default fieldset[disabled].spinner:focus, .theme-dark .btn-default fieldset[disabled].ok:hover, .theme-dark .btn-default fieldset[disabled].ok:focus, .theme-dark .btn-default fieldset[disabled].error:hover, .theme-dark .btn-default fieldset[disabled].error:focus {
  color: transparent;
  background-color: transparent;
}
.theme-dark .btn-default.spinner:active, .theme-dark .btn-default.spinner.active, .theme-dark .btn-default.ok:active, .theme-dark .btn-default.ok.active, .theme-dark .btn-default.error:active, .theme-dark .btn-default.error.active, .theme-dark .btn-default[disabled].spinner:active, .theme-dark .btn-default[disabled].spinner.active, .theme-dark .btn-default[disabled].ok:active, .theme-dark .btn-default[disabled].ok.active, .theme-dark .btn-default[disabled].error:active, .theme-dark .btn-default[disabled].error.active, .theme-dark .btn-default fieldset[disabled].spinner:active, .theme-dark .btn-default fieldset[disabled].spinner.active, .theme-dark .btn-default fieldset[disabled].ok:active, .theme-dark .btn-default fieldset[disabled].ok.active, .theme-dark .btn-default fieldset[disabled].error:active, .theme-dark .btn-default fieldset[disabled].error.active {
  color: transparent;
  background-color: transparent;
}
.theme-dark .btn-default.spinner > *, .theme-dark .btn-default.ok > *, .theme-dark .btn-default.error > * {
  visibility: hidden;
}
.theme-dark .btn-default.spinner:after, .theme-dark .btn-default.ok:after, .theme-dark .btn-default.error:after {
  color: #F2F2F2;
  position: relative;
  display: inline-block;
  font-family: 'uicregular';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  white-space: nowrap;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "liga", "dlig";
  -moz-font-feature-settings: "liga=1, dlig=1";
  -moz-font-feature-settings: "liga", "dlig";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig";
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
  font-size: 16px;
  margin: 0 0 0 -8px;
}
.theme-dark .btn-default.spinner:after {
  content: "\e62c";
  margin-top: -8px;
  -webkit-animation: issuuSpinnerAnimation 1.6s linear infinite;
  animation: issuuSpinnerAnimation 1.6s linear infinite;
}
.theme-dark .btn-default.ok:after {
  content: "\e619";
}
.theme-dark .btn-default.error:after {
  content: "\e61b";
}
.theme-dark .btn-primary {
  transition: background-color 0.25s ease;
}
.theme-dark .btn-primary:hover, .theme-dark .btn-primary:focus {
  background-color: #EF6552;
  border-color: #EF6552;
}
.theme-dark .btn-primary:active, .theme-dark .btn-primary.active {
  background-color: #EF6552;
  border-color: #EF6552;
}
.theme-dark .btn-primary.disabled, .theme-dark .btn-primary.disabled:hover, .theme-dark .btn-primary.disabled:focus, .theme-dark .btn-primary.disabled:active, .theme-dark .btn-primary.disabled.active, .theme-dark .btn-primary[disabled], .theme-dark .btn-primary[disabled]:hover, .theme-dark .btn-primary[disabled]:focus, .theme-dark .btn-primary[disabled]:active, .theme-dark .btn-primary[disabled].active, fieldset[disabled] .theme-dark .btn-primary, fieldset[disabled] .theme-dark .btn-primary:hover, fieldset[disabled] .theme-dark .btn-primary:focus, fieldset[disabled] .theme-dark .btn-primary:active, fieldset[disabled] .theme-dark .btn-primary.active {
  color: #C6C0B5;
  border-color: #C6C0B5;
  background-color: transparent;
}
.theme-dark .btn-primary.spinner, .theme-dark .btn-primary.ok, .theme-dark .btn-primary.error, .theme-dark .btn-primary[disabled].spinner, .theme-dark .btn-primary[disabled].ok, .theme-dark .btn-primary[disabled].error, .theme-dark .btn-primary fieldset[disabled].spinner, .theme-dark .btn-primary fieldset[disabled].ok, .theme-dark .btn-primary fieldset[disabled].error {
  position: relative;
  background-color: #E9624F;
  border-color: #E9624F;
  color: #E9624F;
  opacity: 1;
}
.theme-dark .btn-primary.spinner:hover, .theme-dark .btn-primary.spinner:focus, .theme-dark .btn-primary.ok:hover, .theme-dark .btn-primary.ok:focus, .theme-dark .btn-primary.error:hover, .theme-dark .btn-primary.error:focus, .theme-dark .btn-primary[disabled].spinner:hover, .theme-dark .btn-primary[disabled].spinner:focus, .theme-dark .btn-primary[disabled].ok:hover, .theme-dark .btn-primary[disabled].ok:focus, .theme-dark .btn-primary[disabled].error:hover, .theme-dark .btn-primary[disabled].error:focus, .theme-dark .btn-primary fieldset[disabled].spinner:hover, .theme-dark .btn-primary fieldset[disabled].spinner:focus, .theme-dark .btn-primary fieldset[disabled].ok:hover, .theme-dark .btn-primary fieldset[disabled].ok:focus, .theme-dark .btn-primary fieldset[disabled].error:hover, .theme-dark .btn-primary fieldset[disabled].error:focus {
  color: #EF6552;
  background-color: #EF6552;
}
.theme-dark .btn-primary.spinner:active, .theme-dark .btn-primary.spinner.active, .theme-dark .btn-primary.ok:active, .theme-dark .btn-primary.ok.active, .theme-dark .btn-primary.error:active, .theme-dark .btn-primary.error.active, .theme-dark .btn-primary[disabled].spinner:active, .theme-dark .btn-primary[disabled].spinner.active, .theme-dark .btn-primary[disabled].ok:active, .theme-dark .btn-primary[disabled].ok.active, .theme-dark .btn-primary[disabled].error:active, .theme-dark .btn-primary[disabled].error.active, .theme-dark .btn-primary fieldset[disabled].spinner:active, .theme-dark .btn-primary fieldset[disabled].spinner.active, .theme-dark .btn-primary fieldset[disabled].ok:active, .theme-dark .btn-primary fieldset[disabled].ok.active, .theme-dark .btn-primary fieldset[disabled].error:active, .theme-dark .btn-primary fieldset[disabled].error.active {
  color: #EF6552;
  background-color: #EF6552;
}
.theme-dark .btn-primary.spinner > *, .theme-dark .btn-primary.ok > *, .theme-dark .btn-primary.error > * {
  visibility: hidden;
}
.theme-dark .btn-primary.spinner:after, .theme-dark .btn-primary.ok:after, .theme-dark .btn-primary.error:after {
  color: #F2F2F2;
  position: relative;
  display: inline-block;
  font-family: 'uicregular';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  white-space: nowrap;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "liga", "dlig";
  -moz-font-feature-settings: "liga=1, dlig=1";
  -moz-font-feature-settings: "liga", "dlig";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig";
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
  font-size: 16px;
  margin: 0 0 0 -8px;
}
.theme-dark .btn-primary.spinner:after {
  content: "\e62c";
  margin-top: -8px;
  -webkit-animation: issuuSpinnerAnimation 1.6s linear infinite;
  animation: issuuSpinnerAnimation 1.6s linear infinite;
}
.theme-dark .btn-primary.ok:after {
  content: "\e619";
}
.theme-dark .btn-primary.error:after {
  content: "\e61b";
}
.theme-dark .btn-success {
  transition: background-color 0.25s ease;
}
.theme-dark .btn-success:hover, .theme-dark .btn-success:focus {
  background-color: #52B868;
  border-color: #52B868;
}
.theme-dark .btn-success:active, .theme-dark .btn-success.active {
  background-color: #52B868;
  border-color: #52B868;
}
.theme-dark .btn-success.disabled, .theme-dark .btn-success.disabled:hover, .theme-dark .btn-success.disabled:focus, .theme-dark .btn-success.disabled:active, .theme-dark .btn-success.disabled.active, .theme-dark .btn-success[disabled], .theme-dark .btn-success[disabled]:hover, .theme-dark .btn-success[disabled]:focus, .theme-dark .btn-success[disabled]:active, .theme-dark .btn-success[disabled].active, fieldset[disabled] .theme-dark .btn-success, fieldset[disabled] .theme-dark .btn-success:hover, fieldset[disabled] .theme-dark .btn-success:focus, fieldset[disabled] .theme-dark .btn-success:active, fieldset[disabled] .theme-dark .btn-success.active {
  color: #C6C0B5;
  border-color: #C6C0B5;
  background-color: transparent;
}
.theme-dark .btn-success.spinner, .theme-dark .btn-success.ok, .theme-dark .btn-success.error, .theme-dark .btn-success[disabled].spinner, .theme-dark .btn-success[disabled].ok, .theme-dark .btn-success[disabled].error, .theme-dark .btn-success fieldset[disabled].spinner, .theme-dark .btn-success fieldset[disabled].ok, .theme-dark .btn-success fieldset[disabled].error {
  position: relative;
  background-color: #369E49;
  border-color: #369E49;
  color: #369E49;
  opacity: 1;
}
.theme-dark .btn-success.spinner:hover, .theme-dark .btn-success.spinner:focus, .theme-dark .btn-success.ok:hover, .theme-dark .btn-success.ok:focus, .theme-dark .btn-success.error:hover, .theme-dark .btn-success.error:focus, .theme-dark .btn-success[disabled].spinner:hover, .theme-dark .btn-success[disabled].spinner:focus, .theme-dark .btn-success[disabled].ok:hover, .theme-dark .btn-success[disabled].ok:focus, .theme-dark .btn-success[disabled].error:hover, .theme-dark .btn-success[disabled].error:focus, .theme-dark .btn-success fieldset[disabled].spinner:hover, .theme-dark .btn-success fieldset[disabled].spinner:focus, .theme-dark .btn-success fieldset[disabled].ok:hover, .theme-dark .btn-success fieldset[disabled].ok:focus, .theme-dark .btn-success fieldset[disabled].error:hover, .theme-dark .btn-success fieldset[disabled].error:focus {
  color: #52B868;
  background-color: #52B868;
}
.theme-dark .btn-success.spinner:active, .theme-dark .btn-success.spinner.active, .theme-dark .btn-success.ok:active, .theme-dark .btn-success.ok.active, .theme-dark .btn-success.error:active, .theme-dark .btn-success.error.active, .theme-dark .btn-success[disabled].spinner:active, .theme-dark .btn-success[disabled].spinner.active, .theme-dark .btn-success[disabled].ok:active, .theme-dark .btn-success[disabled].ok.active, .theme-dark .btn-success[disabled].error:active, .theme-dark .btn-success[disabled].error.active, .theme-dark .btn-success fieldset[disabled].spinner:active, .theme-dark .btn-success fieldset[disabled].spinner.active, .theme-dark .btn-success fieldset[disabled].ok:active, .theme-dark .btn-success fieldset[disabled].ok.active, .theme-dark .btn-success fieldset[disabled].error:active, .theme-dark .btn-success fieldset[disabled].error.active {
  color: #52B868;
  background-color: #52B868;
}
.theme-dark .btn-success.spinner > *, .theme-dark .btn-success.ok > *, .theme-dark .btn-success.error > * {
  visibility: hidden;
}
.theme-dark .btn-success.spinner:after, .theme-dark .btn-success.ok:after, .theme-dark .btn-success.error:after {
  color: #F2F2F2;
  position: relative;
  display: inline-block;
  font-family: 'uicregular';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  white-space: nowrap;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "liga", "dlig";
  -moz-font-feature-settings: "liga=1, dlig=1";
  -moz-font-feature-settings: "liga", "dlig";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig";
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
  font-size: 16px;
  margin: 0 0 0 -8px;
}
.theme-dark .btn-success.spinner:after {
  content: "\e62c";
  margin-top: -8px;
  -webkit-animation: issuuSpinnerAnimation 1.6s linear infinite;
  animation: issuuSpinnerAnimation 1.6s linear infinite;
}
.theme-dark .btn-success.ok:after {
  content: "\e619";
}
.theme-dark .btn-success.error:after {
  content: "\e61b";
}
.theme-dark .btn-danger {
  transition: background-color 0.25s ease;
}
.theme-dark .btn-danger:hover, .theme-dark .btn-danger:focus {
  background-color: #F5AD59;
  border-color: #F5AD59;
}
.theme-dark .btn-danger:active, .theme-dark .btn-danger.active {
  background-color: #F5AD59;
  border-color: #F5AD59;
}
.theme-dark .btn-danger.disabled, .theme-dark .btn-danger.disabled:hover, .theme-dark .btn-danger.disabled:focus, .theme-dark .btn-danger.disabled:active, .theme-dark .btn-danger.disabled.active, .theme-dark .btn-danger[disabled], .theme-dark .btn-danger[disabled]:hover, .theme-dark .btn-danger[disabled]:focus, .theme-dark .btn-danger[disabled]:active, .theme-dark .btn-danger[disabled].active, fieldset[disabled] .theme-dark .btn-danger, fieldset[disabled] .theme-dark .btn-danger:hover, fieldset[disabled] .theme-dark .btn-danger:focus, fieldset[disabled] .theme-dark .btn-danger:active, fieldset[disabled] .theme-dark .btn-danger.active {
  color: #C6C0B5;
  border-color: #C6C0B5;
  background-color: transparent;
}
.theme-dark .btn-danger.spinner, .theme-dark .btn-danger.ok, .theme-dark .btn-danger.error, .theme-dark .btn-danger[disabled].spinner, .theme-dark .btn-danger[disabled].ok, .theme-dark .btn-danger[disabled].error, .theme-dark .btn-danger fieldset[disabled].spinner, .theme-dark .btn-danger fieldset[disabled].ok, .theme-dark .btn-danger fieldset[disabled].error {
  position: relative;
  background-color: #F0913C;
  border-color: #F0913C;
  color: #F0913C;
  opacity: 1;
}
.theme-dark .btn-danger.spinner:hover, .theme-dark .btn-danger.spinner:focus, .theme-dark .btn-danger.ok:hover, .theme-dark .btn-danger.ok:focus, .theme-dark .btn-danger.error:hover, .theme-dark .btn-danger.error:focus, .theme-dark .btn-danger[disabled].spinner:hover, .theme-dark .btn-danger[disabled].spinner:focus, .theme-dark .btn-danger[disabled].ok:hover, .theme-dark .btn-danger[disabled].ok:focus, .theme-dark .btn-danger[disabled].error:hover, .theme-dark .btn-danger[disabled].error:focus, .theme-dark .btn-danger fieldset[disabled].spinner:hover, .theme-dark .btn-danger fieldset[disabled].spinner:focus, .theme-dark .btn-danger fieldset[disabled].ok:hover, .theme-dark .btn-danger fieldset[disabled].ok:focus, .theme-dark .btn-danger fieldset[disabled].error:hover, .theme-dark .btn-danger fieldset[disabled].error:focus {
  color: #F5AD59;
  background-color: #F5AD59;
}
.theme-dark .btn-danger.spinner:active, .theme-dark .btn-danger.spinner.active, .theme-dark .btn-danger.ok:active, .theme-dark .btn-danger.ok.active, .theme-dark .btn-danger.error:active, .theme-dark .btn-danger.error.active, .theme-dark .btn-danger[disabled].spinner:active, .theme-dark .btn-danger[disabled].spinner.active, .theme-dark .btn-danger[disabled].ok:active, .theme-dark .btn-danger[disabled].ok.active, .theme-dark .btn-danger[disabled].error:active, .theme-dark .btn-danger[disabled].error.active, .theme-dark .btn-danger fieldset[disabled].spinner:active, .theme-dark .btn-danger fieldset[disabled].spinner.active, .theme-dark .btn-danger fieldset[disabled].ok:active, .theme-dark .btn-danger fieldset[disabled].ok.active, .theme-dark .btn-danger fieldset[disabled].error:active, .theme-dark .btn-danger fieldset[disabled].error.active {
  color: #F5AD59;
  background-color: #F5AD59;
}
.theme-dark .btn-danger.spinner > *, .theme-dark .btn-danger.ok > *, .theme-dark .btn-danger.error > * {
  visibility: hidden;
}
.theme-dark .btn-danger.spinner:after, .theme-dark .btn-danger.ok:after, .theme-dark .btn-danger.error:after {
  color: #F2F2F2;
  position: relative;
  display: inline-block;
  font-family: 'uicregular';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  white-space: nowrap;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "liga", "dlig";
  -moz-font-feature-settings: "liga=1, dlig=1";
  -moz-font-feature-settings: "liga", "dlig";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig";
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
  font-size: 16px;
  margin: 0 0 0 -8px;
}
.theme-dark .btn-danger.spinner:after {
  content: "\e62c";
  margin-top: -8px;
  -webkit-animation: issuuSpinnerAnimation 1.6s linear infinite;
  animation: issuuSpinnerAnimation 1.6s linear infinite;
}
.theme-dark .btn-danger.ok:after {
  content: "\e619";
}
.theme-dark .btn-danger.error:after {
  content: "\e61b";
}
.theme-dark .btn-inverse {
  color: #E9624F;
  background-color: #404040;
  border-color: #404040;
  transition: background-color 0.25s ease;
}
.theme-dark .btn-inverse:hover, .theme-dark .btn-inverse:focus, .theme-dark .btn-inverse:active, .theme-dark .btn-inverse.active {
  color: #E9624F;
  background-color: #2c2c2c;
  border-color: #212121;
}
.open .theme-dark .btn-inverse.dropdown-toggle {
  color: #E9624F;
  background-color: #2c2c2c;
  border-color: #212121;
}
.theme-dark .btn-inverse:active, .theme-dark .btn-inverse.active {
  background-image: none;
}
.open .theme-dark .btn-inverse.dropdown-toggle {
  background-image: none;
}
.theme-dark .btn-inverse.disabled, .theme-dark .btn-inverse.disabled:hover, .theme-dark .btn-inverse.disabled:focus, .theme-dark .btn-inverse.disabled:active, .theme-dark .btn-inverse.disabled.active, .theme-dark .btn-inverse[disabled], .theme-dark .btn-inverse[disabled]:hover, .theme-dark .btn-inverse[disabled]:focus, .theme-dark .btn-inverse[disabled]:active, .theme-dark .btn-inverse[disabled].active, fieldset[disabled] .theme-dark .btn-inverse, fieldset[disabled] .theme-dark .btn-inverse:hover, fieldset[disabled] .theme-dark .btn-inverse:focus, fieldset[disabled] .theme-dark .btn-inverse:active, fieldset[disabled] .theme-dark .btn-inverse.active {
  background-color: #404040;
  border-color: #404040;
}
.theme-dark .btn-inverse .badge {
  color: #404040;
  background-color: #E9624F;
}
.theme-dark .btn-inverse:hover, .theme-dark .btn-inverse:focus {
  background-color: rgba(64, 64, 64, 0.4);
  border-color: rgba(64, 64, 64, 0.4);
}
.theme-dark .btn-inverse:active, .theme-dark .btn-inverse.active {
  background-color: #F2F2F2;
  border-color: #F2F2F2;
}
.theme-dark .btn-inverse.disabled, .theme-dark .btn-inverse.disabled:hover, .theme-dark .btn-inverse.disabled:focus, .theme-dark .btn-inverse.disabled:active, .theme-dark .btn-inverse.disabled.active, .theme-dark .btn-inverse[disabled], .theme-dark .btn-inverse[disabled]:hover, .theme-dark .btn-inverse[disabled]:focus, .theme-dark .btn-inverse[disabled]:active, .theme-dark .btn-inverse[disabled].active, fieldset[disabled] .theme-dark .btn-inverse, fieldset[disabled] .theme-dark .btn-inverse:hover, fieldset[disabled] .theme-dark .btn-inverse:focus, fieldset[disabled] .theme-dark .btn-inverse:active, fieldset[disabled] .theme-dark .btn-inverse.active {
  color: #C6C0B5;
  border-color: #C6C0B5;
  background-color: transparent;
}
.theme-dark .btn-inverse.spinner, .theme-dark .btn-inverse.ok, .theme-dark .btn-inverse.error, .theme-dark .btn-inverse[disabled].spinner, .theme-dark .btn-inverse[disabled].ok, .theme-dark .btn-inverse[disabled].error, .theme-dark .btn-inverse fieldset[disabled].spinner, .theme-dark .btn-inverse fieldset[disabled].ok, .theme-dark .btn-inverse fieldset[disabled].error {
  position: relative;
  background-color: #404040;
  border-color: #404040;
  color: #404040;
  opacity: 1;
}
.theme-dark .btn-inverse.spinner:hover, .theme-dark .btn-inverse.spinner:focus, .theme-dark .btn-inverse.ok:hover, .theme-dark .btn-inverse.ok:focus, .theme-dark .btn-inverse.error:hover, .theme-dark .btn-inverse.error:focus, .theme-dark .btn-inverse[disabled].spinner:hover, .theme-dark .btn-inverse[disabled].spinner:focus, .theme-dark .btn-inverse[disabled].ok:hover, .theme-dark .btn-inverse[disabled].ok:focus, .theme-dark .btn-inverse[disabled].error:hover, .theme-dark .btn-inverse[disabled].error:focus, .theme-dark .btn-inverse fieldset[disabled].spinner:hover, .theme-dark .btn-inverse fieldset[disabled].spinner:focus, .theme-dark .btn-inverse fieldset[disabled].ok:hover, .theme-dark .btn-inverse fieldset[disabled].ok:focus, .theme-dark .btn-inverse fieldset[disabled].error:hover, .theme-dark .btn-inverse fieldset[disabled].error:focus {
  color: rgba(64, 64, 64, 0.4);
  background-color: rgba(64, 64, 64, 0.4);
}
.theme-dark .btn-inverse.spinner:active, .theme-dark .btn-inverse.spinner.active, .theme-dark .btn-inverse.ok:active, .theme-dark .btn-inverse.ok.active, .theme-dark .btn-inverse.error:active, .theme-dark .btn-inverse.error.active, .theme-dark .btn-inverse[disabled].spinner:active, .theme-dark .btn-inverse[disabled].spinner.active, .theme-dark .btn-inverse[disabled].ok:active, .theme-dark .btn-inverse[disabled].ok.active, .theme-dark .btn-inverse[disabled].error:active, .theme-dark .btn-inverse[disabled].error.active, .theme-dark .btn-inverse fieldset[disabled].spinner:active, .theme-dark .btn-inverse fieldset[disabled].spinner.active, .theme-dark .btn-inverse fieldset[disabled].ok:active, .theme-dark .btn-inverse fieldset[disabled].ok.active, .theme-dark .btn-inverse fieldset[disabled].error:active, .theme-dark .btn-inverse fieldset[disabled].error.active {
  color: #F2F2F2;
  background-color: #F2F2F2;
}
.theme-dark .btn-inverse.spinner > *, .theme-dark .btn-inverse.ok > *, .theme-dark .btn-inverse.error > * {
  visibility: hidden;
}
.theme-dark .btn-inverse.spinner:after, .theme-dark .btn-inverse.ok:after, .theme-dark .btn-inverse.error:after {
  color: #E9624F;
  position: relative;
  display: inline-block;
  font-family: 'uicregular';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  white-space: nowrap;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "liga", "dlig";
  -moz-font-feature-settings: "liga=1, dlig=1";
  -moz-font-feature-settings: "liga", "dlig";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig";
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
  font-size: 16px;
  margin: 0 0 0 -8px;
}
.theme-dark .btn-inverse.spinner:after {
  content: "\e62c";
  margin-top: -8px;
  -webkit-animation: issuuSpinnerAnimation 1.6s linear infinite;
  animation: issuuSpinnerAnimation 1.6s linear infinite;
}
.theme-dark .btn-inverse.ok:after {
  content: "\e619";
}
.theme-dark .btn-inverse.error:after {
  content: "\e61b";
}
.theme-dark .btn-action-bar {
  color: #c6dae6;
  background-color: transparent;
  border-color: transparent;
  transition: background-color 0.25s ease;
}
.theme-dark .btn-action-bar:hover, .theme-dark .btn-action-bar:focus, .theme-dark .btn-action-bar:active, .theme-dark .btn-action-bar.active {
  color: #c6dae6;
  background-color: transparent;
  border-color: transparent;
}
.open .theme-dark .btn-action-bar.dropdown-toggle {
  color: #c6dae6;
  background-color: transparent;
  border-color: transparent;
}
.theme-dark .btn-action-bar:active, .theme-dark .btn-action-bar.active {
  background-image: none;
}
.open .theme-dark .btn-action-bar.dropdown-toggle {
  background-image: none;
}
.theme-dark .btn-action-bar.disabled, .theme-dark .btn-action-bar.disabled:hover, .theme-dark .btn-action-bar.disabled:focus, .theme-dark .btn-action-bar.disabled:active, .theme-dark .btn-action-bar.disabled.active, .theme-dark .btn-action-bar[disabled], .theme-dark .btn-action-bar[disabled]:hover, .theme-dark .btn-action-bar[disabled]:focus, .theme-dark .btn-action-bar[disabled]:active, .theme-dark .btn-action-bar[disabled].active, fieldset[disabled] .theme-dark .btn-action-bar, fieldset[disabled] .theme-dark .btn-action-bar:hover, fieldset[disabled] .theme-dark .btn-action-bar:focus, fieldset[disabled] .theme-dark .btn-action-bar:active, fieldset[disabled] .theme-dark .btn-action-bar.active {
  background-color: transparent;
  border-color: transparent;
}
.theme-dark .btn-action-bar .badge {
  color: transparent;
  background-color: #c6dae6;
}
.theme-dark .btn-action-bar:hover, .theme-dark .btn-action-bar:focus {
  background-color: transparent;
  border-color: transparent;
}
.theme-dark .btn-action-bar:active, .theme-dark .btn-action-bar.active {
  background-color: transparent;
  border-color: transparent;
}
.theme-dark .btn-action-bar.disabled, .theme-dark .btn-action-bar.disabled:hover, .theme-dark .btn-action-bar.disabled:focus, .theme-dark .btn-action-bar.disabled:active, .theme-dark .btn-action-bar.disabled.active, .theme-dark .btn-action-bar[disabled], .theme-dark .btn-action-bar[disabled]:hover, .theme-dark .btn-action-bar[disabled]:focus, .theme-dark .btn-action-bar[disabled]:active, .theme-dark .btn-action-bar[disabled].active, fieldset[disabled] .theme-dark .btn-action-bar, fieldset[disabled] .theme-dark .btn-action-bar:hover, fieldset[disabled] .theme-dark .btn-action-bar:focus, fieldset[disabled] .theme-dark .btn-action-bar:active, fieldset[disabled] .theme-dark .btn-action-bar.active {
  color: #C6C0B5;
  border-color: #C6C0B5;
  background-color: transparent;
}
.theme-dark .btn-action-bar.spinner, .theme-dark .btn-action-bar.ok, .theme-dark .btn-action-bar.error, .theme-dark .btn-action-bar[disabled].spinner, .theme-dark .btn-action-bar[disabled].ok, .theme-dark .btn-action-bar[disabled].error, .theme-dark .btn-action-bar fieldset[disabled].spinner, .theme-dark .btn-action-bar fieldset[disabled].ok, .theme-dark .btn-action-bar fieldset[disabled].error {
  position: relative;
  background-color: transparent;
  border-color: transparent;
  color: transparent;
  opacity: 1;
}
.theme-dark .btn-action-bar.spinner:hover, .theme-dark .btn-action-bar.spinner:focus, .theme-dark .btn-action-bar.ok:hover, .theme-dark .btn-action-bar.ok:focus, .theme-dark .btn-action-bar.error:hover, .theme-dark .btn-action-bar.error:focus, .theme-dark .btn-action-bar[disabled].spinner:hover, .theme-dark .btn-action-bar[disabled].spinner:focus, .theme-dark .btn-action-bar[disabled].ok:hover, .theme-dark .btn-action-bar[disabled].ok:focus, .theme-dark .btn-action-bar[disabled].error:hover, .theme-dark .btn-action-bar[disabled].error:focus, .theme-dark .btn-action-bar fieldset[disabled].spinner:hover, .theme-dark .btn-action-bar fieldset[disabled].spinner:focus, .theme-dark .btn-action-bar fieldset[disabled].ok:hover, .theme-dark .btn-action-bar fieldset[disabled].ok:focus, .theme-dark .btn-action-bar fieldset[disabled].error:hover, .theme-dark .btn-action-bar fieldset[disabled].error:focus {
  color: transparent;
  background-color: transparent;
}
.theme-dark .btn-action-bar.spinner:active, .theme-dark .btn-action-bar.spinner.active, .theme-dark .btn-action-bar.ok:active, .theme-dark .btn-action-bar.ok.active, .theme-dark .btn-action-bar.error:active, .theme-dark .btn-action-bar.error.active, .theme-dark .btn-action-bar[disabled].spinner:active, .theme-dark .btn-action-bar[disabled].spinner.active, .theme-dark .btn-action-bar[disabled].ok:active, .theme-dark .btn-action-bar[disabled].ok.active, .theme-dark .btn-action-bar[disabled].error:active, .theme-dark .btn-action-bar[disabled].error.active, .theme-dark .btn-action-bar fieldset[disabled].spinner:active, .theme-dark .btn-action-bar fieldset[disabled].spinner.active, .theme-dark .btn-action-bar fieldset[disabled].ok:active, .theme-dark .btn-action-bar fieldset[disabled].ok.active, .theme-dark .btn-action-bar fieldset[disabled].error:active, .theme-dark .btn-action-bar fieldset[disabled].error.active {
  color: transparent;
  background-color: transparent;
}
.theme-dark .btn-action-bar.spinner > *, .theme-dark .btn-action-bar.ok > *, .theme-dark .btn-action-bar.error > * {
  visibility: hidden;
}
.theme-dark .btn-action-bar.spinner:after, .theme-dark .btn-action-bar.ok:after, .theme-dark .btn-action-bar.error:after {
  color: #c6dae6;
  position: relative;
  display: inline-block;
  font-family: 'uicregular';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  white-space: nowrap;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "liga", "dlig";
  -moz-font-feature-settings: "liga=1, dlig=1";
  -moz-font-feature-settings: "liga", "dlig";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig";
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
  font-size: 16px;
  margin: 0 0 0 -8px;
}
.theme-dark .btn-action-bar.spinner:after {
  content: "\e62c";
  margin-top: -8px;
  -webkit-animation: issuuSpinnerAnimation 1.6s linear infinite;
  animation: issuuSpinnerAnimation 1.6s linear infinite;
}
.theme-dark .btn-action-bar.ok:after {
  content: "\e619";
}
.theme-dark .btn-action-bar.error:after {
  content: "\e61b";
}
.theme-dark .btn-action-bar-icon {
  color: #c6dae6;
  background-color: transparent;
  border-color: transparent;
  transition: background-color 0.25s ease;
  overflow: hidden;
}
.theme-dark .btn-action-bar-icon:hover, .theme-dark .btn-action-bar-icon:focus, .theme-dark .btn-action-bar-icon:active, .theme-dark .btn-action-bar-icon.active {
  color: #c6dae6;
  background-color: transparent;
  border-color: transparent;
}
.open .theme-dark .btn-action-bar-icon.dropdown-toggle {
  color: #c6dae6;
  background-color: transparent;
  border-color: transparent;
}
.theme-dark .btn-action-bar-icon:active, .theme-dark .btn-action-bar-icon.active {
  background-image: none;
}
.open .theme-dark .btn-action-bar-icon.dropdown-toggle {
  background-image: none;
}
.theme-dark .btn-action-bar-icon.disabled, .theme-dark .btn-action-bar-icon.disabled:hover, .theme-dark .btn-action-bar-icon.disabled:focus, .theme-dark .btn-action-bar-icon.disabled:active, .theme-dark .btn-action-bar-icon.disabled.active, .theme-dark .btn-action-bar-icon[disabled], .theme-dark .btn-action-bar-icon[disabled]:hover, .theme-dark .btn-action-bar-icon[disabled]:focus, .theme-dark .btn-action-bar-icon[disabled]:active, .theme-dark .btn-action-bar-icon[disabled].active, fieldset[disabled] .theme-dark .btn-action-bar-icon, fieldset[disabled] .theme-dark .btn-action-bar-icon:hover, fieldset[disabled] .theme-dark .btn-action-bar-icon:focus, fieldset[disabled] .theme-dark .btn-action-bar-icon:active, fieldset[disabled] .theme-dark .btn-action-bar-icon.active {
  background-color: transparent;
  border-color: transparent;
}
.theme-dark .btn-action-bar-icon .badge {
  color: transparent;
  background-color: #c6dae6;
}
.theme-dark .btn-action-bar-icon:hover, .theme-dark .btn-action-bar-icon:focus {
  background-color: transparent;
  border-color: transparent;
}
.theme-dark .btn-action-bar-icon:active, .theme-dark .btn-action-bar-icon.active {
  background-color: transparent;
  border-color: transparent;
}
.theme-dark .btn-action-bar-icon.disabled, .theme-dark .btn-action-bar-icon.disabled:hover, .theme-dark .btn-action-bar-icon.disabled:focus, .theme-dark .btn-action-bar-icon.disabled:active, .theme-dark .btn-action-bar-icon.disabled.active, .theme-dark .btn-action-bar-icon[disabled], .theme-dark .btn-action-bar-icon[disabled]:hover, .theme-dark .btn-action-bar-icon[disabled]:focus, .theme-dark .btn-action-bar-icon[disabled]:active, .theme-dark .btn-action-bar-icon[disabled].active, fieldset[disabled] .theme-dark .btn-action-bar-icon, fieldset[disabled] .theme-dark .btn-action-bar-icon:hover, fieldset[disabled] .theme-dark .btn-action-bar-icon:focus, fieldset[disabled] .theme-dark .btn-action-bar-icon:active, fieldset[disabled] .theme-dark .btn-action-bar-icon.active {
  color: #C6C0B5;
  border-color: #C6C0B5;
  background-color: transparent;
}
.theme-dark .btn-action-bar-icon.spinner, .theme-dark .btn-action-bar-icon.ok, .theme-dark .btn-action-bar-icon.error, .theme-dark .btn-action-bar-icon[disabled].spinner, .theme-dark .btn-action-bar-icon[disabled].ok, .theme-dark .btn-action-bar-icon[disabled].error, .theme-dark .btn-action-bar-icon fieldset[disabled].spinner, .theme-dark .btn-action-bar-icon fieldset[disabled].ok, .theme-dark .btn-action-bar-icon fieldset[disabled].error {
  position: relative;
  background-color: transparent;
  border-color: transparent;
  color: transparent;
  opacity: 1;
}
.theme-dark .btn-action-bar-icon.spinner:hover, .theme-dark .btn-action-bar-icon.spinner:focus, .theme-dark .btn-action-bar-icon.ok:hover, .theme-dark .btn-action-bar-icon.ok:focus, .theme-dark .btn-action-bar-icon.error:hover, .theme-dark .btn-action-bar-icon.error:focus, .theme-dark .btn-action-bar-icon[disabled].spinner:hover, .theme-dark .btn-action-bar-icon[disabled].spinner:focus, .theme-dark .btn-action-bar-icon[disabled].ok:hover, .theme-dark .btn-action-bar-icon[disabled].ok:focus, .theme-dark .btn-action-bar-icon[disabled].error:hover, .theme-dark .btn-action-bar-icon[disabled].error:focus, .theme-dark .btn-action-bar-icon fieldset[disabled].spinner:hover, .theme-dark .btn-action-bar-icon fieldset[disabled].spinner:focus, .theme-dark .btn-action-bar-icon fieldset[disabled].ok:hover, .theme-dark .btn-action-bar-icon fieldset[disabled].ok:focus, .theme-dark .btn-action-bar-icon fieldset[disabled].error:hover, .theme-dark .btn-action-bar-icon fieldset[disabled].error:focus {
  color: transparent;
  background-color: transparent;
}
.theme-dark .btn-action-bar-icon.spinner:active, .theme-dark .btn-action-bar-icon.spinner.active, .theme-dark .btn-action-bar-icon.ok:active, .theme-dark .btn-action-bar-icon.ok.active, .theme-dark .btn-action-bar-icon.error:active, .theme-dark .btn-action-bar-icon.error.active, .theme-dark .btn-action-bar-icon[disabled].spinner:active, .theme-dark .btn-action-bar-icon[disabled].spinner.active, .theme-dark .btn-action-bar-icon[disabled].ok:active, .theme-dark .btn-action-bar-icon[disabled].ok.active, .theme-dark .btn-action-bar-icon[disabled].error:active, .theme-dark .btn-action-bar-icon[disabled].error.active, .theme-dark .btn-action-bar-icon fieldset[disabled].spinner:active, .theme-dark .btn-action-bar-icon fieldset[disabled].spinner.active, .theme-dark .btn-action-bar-icon fieldset[disabled].ok:active, .theme-dark .btn-action-bar-icon fieldset[disabled].ok.active, .theme-dark .btn-action-bar-icon fieldset[disabled].error:active, .theme-dark .btn-action-bar-icon fieldset[disabled].error.active {
  color: transparent;
  background-color: transparent;
}
.theme-dark .btn-action-bar-icon.spinner > *, .theme-dark .btn-action-bar-icon.ok > *, .theme-dark .btn-action-bar-icon.error > * {
  visibility: hidden;
}
.theme-dark .btn-action-bar-icon.spinner:after, .theme-dark .btn-action-bar-icon.ok:after, .theme-dark .btn-action-bar-icon.error:after {
  color: #c6dae6;
  position: relative;
  display: inline-block;
  font-family: 'uicregular';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  white-space: nowrap;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "liga", "dlig";
  -moz-font-feature-settings: "liga=1, dlig=1";
  -moz-font-feature-settings: "liga", "dlig";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig";
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
  font-size: 16px;
  margin: 0 0 0 -8px;
}
.theme-dark .btn-action-bar-icon.spinner:after {
  content: "\e62c";
  margin-top: -8px;
  -webkit-animation: issuuSpinnerAnimation 1.6s linear infinite;
  animation: issuuSpinnerAnimation 1.6s linear infinite;
}
.theme-dark .btn-action-bar-icon.ok:after {
  content: "\e619";
}
.theme-dark .btn-action-bar-icon.error:after {
  content: "\e61b";
}
.theme-dark .btn-action-bar-icon:hover, .theme-dark .btn-action-bar-icon.hover, .theme-dark .btn-action-bar-icon:active, .theme-dark .btn-action-bar-icon.active {
  color: #F2F2F2;
  background: #fff;
}
.theme-dark .data-xxl, .theme-dark .data-xl, .theme-dark .data-l {
  color: #fff;
}
.theme-dark .type-discreet, .theme-dark .help-block {
  color: rgba(228, 228, 228, 0.2);
}
.theme-dark .type-tag {
  color: #56B66A;
}
.theme-dark a.type-discreet, .theme-dark .type-discreet a, .theme-dark .help-block a {
  color: #E9624F;
}
.theme-dark a.type-discreet:hover, .theme-dark a.type-discreet:focus, .theme-dark .type-discreet a:hover, .theme-dark .type-discreet a:focus, .theme-dark .help-block a:hover, .theme-dark .help-block a:focus {
  text-decoration: underline;
  color: #EF6552;
}
.theme-dark .nav > li > a {
  color: #78756E;
  font-size: 14px;
}
.theme-dark .nav > li > a:hover, .theme-dark .nav > li > a:focus {
  color: #F56C59;
}
.theme-dark .nav > li.active > a {
  color: #78756E;
  font-weight: 700;
}
.theme-dark .nav > li.active > a:hover, .theme-dark .nav > li.active > a:focus {
  cursor: pointer;
  color: #F56C59;
}
.theme-dark .nav-tabs > li > a {
  border: 0;
}
.theme-dark .nav-tabs > li.active > a {
  color: #78756E;
  font-weight: 700;
}
.theme-dark .nav-tabs > li.active > a, .theme-dark .nav-tabs > li.active > a:hover, .theme-dark .nav-tabs > li.active > a:focus {
  cursor: pointer;
  border: 0;
}
.theme-dark .form-control {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.theme-dark .form-control:focus {
  background-color: #F2F2F2;
  border: 0;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.theme-dark .form-control[disabled], .theme-dark .form-control[readonly], .theme-dark .form-control.readonly, fieldset[disabled] .theme-dark .form-control {
  color: #B9B9B9;
}
.theme-dark .form-control[readonly], .theme-dark .form-control.readonly {
  /*must be after :focus*/
  background-color: transparent;
  border: 2px solid #5F5F5F;
}
.theme-dark label {
  color: #9aa8a9;
}
.theme-dark select.form-control, .theme-dark .dropdown-alternative select {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAHCAMAAAAGcixRAAAAKlBMVEWXl5eXl5eXl5eXl5ePj4+Ojo6Xl5eWlpaXl5eXl5eRkZEAAACOjo6Xl5c/t0pyAAAADHRSTlNAcJAw3O9goSAQyACAlOhHAAAAMUlEQVR42jXGRw4AIAzEwKWmLPn/d1EU8MEabH916IkK4Cg1gtwpYZISMVmkL/s0zV9rswLSzuucLwAAAABJRU5ErkJggg==");
}
.theme-dark select.form-control:focus, .theme-dark select.form-control:hover, .theme-dark select.form-control:active, .theme-dark .dropdown-alternative select:focus, .theme-dark .dropdown-alternative select:hover, .theme-dark .dropdown-alternative select:active {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAHCAMAAAAGcixRAAAAKlBMVEVUVFRUVFRUVFRUVFRPT09PT09UVFRTU1NUVFRUVFRQUFAAAABPT09UVFRUy9akAAAADHRSTlOQQHAw3O9goSAQyADDoJvGAAAAMUlEQVR42jXGRw4AIAzEwKWmLPn/d1EU8MEabH8BeqJq4Ch1gtwpYZISMVmkL/s0zV9rkwLSzoYPiAAAAABJRU5ErkJggg==");
}
.theme-dark select.form-control option, .theme-dark .dropdown-alternative select option {
  color: #9aa8a9;
  background-color: #fff;
}
.theme-dark .table {
  border-bottom: 1px solid #506978;
}
.theme-dark .table tr > .sorted, .theme-dark .table tr > .sorted * {
  color: #c6dae6;
}
.theme-dark .table > thead > tr > th {
  border-bottom-width: 0px;
}
.theme-dark .table > thead > tr > th a {
  color: #9AA8A9;
}
.theme-dark .table > thead > tr > th a:hover {
  color: #c6dae6;
}
.theme-dark .table > thead > tr > th.title, .theme-dark .table > thead > tr > th.title a {
  color: #9aa8a9;
}
.theme-dark .jumbotron-img h1, .theme-dark .jumbotron-img h2, .theme-dark .jumbotron-img h3, .theme-dark .jumbotron-img p {
  color: #fff;
}
.theme-dark .jumbotron-img .pull-left .issuulogo, .theme-dark .jumbotron-img .pull-right .issuulogo {
  color: white;
  background: white;
}
.theme-dark .jumbotron-marketing-gray {
  background-color: #f7f7f7;
}
.theme-dark .jumbotron-marketing-white {
  background-color: white;
}
.has-error .theme-dark .form-control {
  background: #DF503C;
}
.theme-dark .form-control.error, .has-error .theme-dark .form-control {
  color: #a45a03;
  background-color: #F5B859;
}
.theme-dark .form-control.error:-moz-placeholder, .has-error .theme-dark .form-control:-moz-placeholder {
  color: #F5B859;
}
.theme-dark .form-control.error::-moz-placeholder, .has-error .theme-dark .form-control::-moz-placeholder {
  color: #F5B859;
  opacity: 1;
}
.theme-dark .form-control.error:-ms-input-placeholder, .has-error .theme-dark .form-control:-ms-input-placeholder {
  color: #F5B859;
}
.theme-dark .form-control.error::-webkit-input-placeholder, .has-error .theme-dark .form-control::-webkit-input-placeholder {
  color: #F5B859;
}
.theme-dark .checkbox.error, .theme-dark .checkbox-inline.error {
  background-color: #F5B859;
}
.theme-dark .text-dimmed {
  color: #C6C0B5;
}
.theme-dark a.text-dimmed:hover {
  color: #b0a798;
}
.theme-dark .bg-dimmed {
  background-color: #E0DACF;
}
.theme-dark a.bg-dimmed:hover {
  background-color: #ccc2b0;
}
.theme-dark .alert-warning {
  color: #a45a03;
}
.theme-dark nav .searchbox .searchbox-placeholder {
  color: #495B66;
}
.csschecked .theme-dark .switch .switch-label-off {
  color: #F2F2F2;
}
.csschecked .theme-dark .switch .switch-label-on {
  color: #E9624F;
}
.csschecked .theme-dark .switch .switch-selection {
  background: #9AA8A9;
}
.csschecked .theme-dark .switch .switch-input:checked + .switch-label-on ~ .switch-selection {
  background: #EF6552;
}
.csschecked .theme-dark .switch:hover .switch-selection {
  background: #B9B9B9;
}
.csschecked .theme-dark .switch:hover .switch-input:checked + .switch-label-on ~ .switch-selection {
  background: #E9624F;
}
.csschecked .theme-dark .switch .switch-bg {
  background: #F2F2F2;
}
.csschecked .theme-dark .switch .switch-input:checked + .switch-label-on ~ .switch-bg {
  background: #E9624F;
}
.theme-dark .nav-switch .nav-switch-label {
  background: #FFFFFF;
  border-color: #F36D5D;
  color: #d1d1d1;
}
.theme-dark .nav-switch .nav-switch-label:hover {
  background: rgba(245, 108, 89, 0.3);
  color: #9b9b9b;
}
.theme-dark .nav-switch .nav-switch-input:checked + .nav-switch-label {
  background: #F56C59;
  border-color: #e05140;
  color: #FFFFFF;
}
.theme-dark .dropdown-alternative .dropdown-title, .theme-dark .dropdown-alternative select {
  color: #9AA8A9;
}
.theme-dark .dropdown-alternative select {
  background-color: transparent;
}
.theme-dark .dropdown-alternative .menu a:after {
  color: #F0913C;
}
.theme-dark .menu, .theme-dark .balloon {
  -webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.3);
  background-color: #FFFFFF;
}
.theme-dark .menu::-webkit-scrollbar, .theme-dark .menu ::-webkit-scrollbar, .theme-dark .balloon::-webkit-scrollbar, .theme-dark .balloon ::-webkit-scrollbar {
  background-color: transparent;
}
.theme-dark .menu::-webkit-scrollbar-track, .theme-dark .menu ::-webkit-scrollbar-track, .theme-dark .balloon::-webkit-scrollbar-track, .theme-dark .balloon ::-webkit-scrollbar-track {
  background-color: transparent;
}
.theme-dark .menu::-webkit-scrollbar-track:hover, .theme-dark .menu ::-webkit-scrollbar-track:hover, .theme-dark .balloon::-webkit-scrollbar-track:hover, .theme-dark .balloon ::-webkit-scrollbar-track:hover {
  background-color: #344550;
}
.theme-dark .menu::-webkit-scrollbar-thumb, .theme-dark .menu ::-webkit-scrollbar-thumb, .theme-dark .balloon::-webkit-scrollbar-thumb, .theme-dark .balloon ::-webkit-scrollbar-thumb {
  background-color: rgba(228, 228, 228, 0.2);
}
.theme-dark .menu::-webkit-scrollbar-thumb:hover, .theme-dark .menu ::-webkit-scrollbar-thumb:hover, .theme-dark .balloon::-webkit-scrollbar-thumb:hover, .theme-dark .balloon ::-webkit-scrollbar-thumb:hover {
  background-color: #e4e4e4;
}
.theme-dark .menu.arrow-top, .theme-dark .balloon.arrow-top {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.theme-dark .menu.arrow-top:after, .theme-dark .menu.arrow-top:before, .theme-dark .balloon.arrow-top:after, .theme-dark .balloon.arrow-top:before {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.theme-dark .menu.arrow-top:after, .theme-dark .balloon.arrow-top:after {
  border-bottom-color: #FFFFFF;
  border-width: 10px;
  left: 50%;
  margin-left: -10px;
}
.theme-dark .menu.arrow-top:before, .theme-dark .balloon.arrow-top:before {
  border-bottom-color: rgba(0, 0, 0, 0.1);
  border-width: 11px;
  left: 50%;
  margin-left: -11px;
}
.theme-dark .menu.arrow-bottom, .theme-dark .balloon.arrow-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.theme-dark .menu.arrow-bottom:after, .theme-dark .menu.arrow-bottom:before, .theme-dark .balloon.arrow-bottom:after, .theme-dark .balloon.arrow-bottom:before {
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.theme-dark .menu.arrow-bottom:after, .theme-dark .balloon.arrow-bottom:after {
  border-top-color: #FFFFFF;
  border-width: 10px;
  left: 50%;
  margin-left: -10px;
}
.theme-dark .menu.arrow-bottom:before, .theme-dark .balloon.arrow-bottom:before {
  border-top-color: rgba(0, 0, 0, 0.1);
  border-width: 11px;
  left: 50%;
  margin-left: -11px;
}
.theme-dark .menu.arrow-left, .theme-dark .balloon.arrow-left {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.theme-dark .menu.arrow-left:after, .theme-dark .menu.arrow-left:before, .theme-dark .balloon.arrow-left:after, .theme-dark .balloon.arrow-left:before {
  right: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.theme-dark .menu.arrow-left:after, .theme-dark .balloon.arrow-left:after {
  border-right-color: #FFFFFF;
  border-width: 10px;
  top: 50%;
  margin-top: -10px;
}
.theme-dark .menu.arrow-left:before, .theme-dark .balloon.arrow-left:before {
  border-right-color: rgba(0, 0, 0, 0.1);
  border-width: 11px;
  top: 50%;
  margin-top: -11px;
}
.theme-dark .menu.arrow-right, .theme-dark .balloon.arrow-right {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.theme-dark .menu.arrow-right:after, .theme-dark .menu.arrow-right:before, .theme-dark .balloon.arrow-right:after, .theme-dark .balloon.arrow-right:before {
  left: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.theme-dark .menu.arrow-right:after, .theme-dark .balloon.arrow-right:after {
  border-left-color: #FFFFFF;
  border-width: 10px;
  top: 50%;
  margin-top: -10px;
}
.theme-dark .menu.arrow-right:before, .theme-dark .balloon.arrow-right:before {
  border-left-color: rgba(0, 0, 0, 0.1);
  border-width: 11px;
  top: 50%;
  margin-top: -11px;
}

.bg-red {
  background-color: #d8513b;
}

.theme-red {
  /*
   * This file configures Bootstrap to look like Issuu
   *
   * It started out by a copy of Bootstraps _variables.scss file
   */
  color: #820f00;
  /**
   * Styling for the ISSUU sub menu (and tooltips, as tooltips are made out of submenus, for now).
   */
}
.theme-red html {
  -webkit-tap-highlight-color: transparent;
}
.theme-red body {
  color: #820f00;
  background-color: #ffffff;
}
.theme-red a {
  color: #ffffff;
}
.theme-red a:hover, .theme-red a:focus {
  color: #fff0ed;
}
.theme-red a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.theme-red .img-thumbnail {
  background-color: #EFECE6;
  border: 1px solid #ddd;
}
.theme-red hr {
  border-top: 1px solid #cccccc;
}
.theme-red h1, .theme-red h2, .theme-red h3, .theme-red h4, .theme-red h5, .theme-red h6,
.theme-red .h1, .theme-red .h2, .theme-red .h3, .theme-red .h4, .theme-red .h5, .theme-red .h6 {
  color: #ffffff;
}
.theme-red h1 small,
.theme-red h1 .small, .theme-red h2 small,
.theme-red h2 .small, .theme-red h3 small,
.theme-red h3 .small, .theme-red h4 small,
.theme-red h4 .small, .theme-red h5 small,
.theme-red h5 .small, .theme-red h6 small,
.theme-red h6 .small,
.theme-red .h1 small,
.theme-red .h1 .small, .theme-red .h2 small,
.theme-red .h2 .small, .theme-red .h3 small,
.theme-red .h3 .small, .theme-red .h4 small,
.theme-red .h4 .small, .theme-red .h5 small,
.theme-red .h5 .small, .theme-red .h6 small,
.theme-red .h6 .small {
  color: #ba4432;
}
.theme-red .text-muted {
  color: #ba4432;
}
.theme-red .bg-primary {
  color: #fff;
}
.theme-red .bg-primary {
  background-color: #0c86be;
}
.theme-red a.bg-primary:hover {
  background-color: #09648e;
}
.theme-red .bg-success {
  background-color: #56B66A;
}
.theme-red a.bg-success:hover {
  background-color: #419853;
}
.theme-red .bg-info {
  background-color: #F36D5D;
}
.theme-red a.bg-info:hover {
  background-color: #ef422e;
}
.theme-red .bg-warning {
  background-color: #F3AC60;
}
.theme-red a.bg-warning:hover {
  background-color: #ef9331;
}
.theme-red .bg-danger {
  background-color: #DF503C;
}
.theme-red a.bg-danger:hover {
  background-color: #c73521;
}
.theme-red .page-header {
  border-bottom: 1px solid transparent;
}
.theme-red abbr[title],
.theme-red abbr[data-original-title] {
  border-bottom: 1px dotted #ba4432;
}
.theme-red blockquote {
  border-left: 5px solid #943628;
}
.theme-red blockquote footer,
.theme-red blockquote small,
.theme-red blockquote .small {
  color: #943628;
}
.theme-red code {
  color: #ecaba0;
  background-color: transparent;
}
.theme-red kbd {
  color: #FFFFFF;
  background-color: #78756E;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.theme-red pre {
  color: #78756E;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
}
.theme-red pre code {
  color: inherit;
  background-color: transparent;
}
.theme-red table {
  background-color: transparent;
}
.theme-red .table > thead > tr > th,
.theme-red .table > thead > tr > td,
.theme-red .table > tbody > tr > th,
.theme-red .table > tbody > tr > td,
.theme-red .table > tfoot > tr > th,
.theme-red .table > tfoot > tr > td {
  border-top: 1px solid #506978;
}
.theme-red .table > thead > tr > th {
  border-bottom: 2px solid #506978;
}
.theme-red .table > tbody + tbody {
  border-top: 2px solid #506978;
}
.theme-red .table .table {
  background-color: #ffffff;
}
.theme-red .table-bordered {
  border: 1px solid #506978;
}
.theme-red .table-bordered > thead > tr > th,
.theme-red .table-bordered > thead > tr > td,
.theme-red .table-bordered > tbody > tr > th,
.theme-red .table-bordered > tbody > tr > td,
.theme-red .table-bordered > tfoot > tr > th,
.theme-red .table-bordered > tfoot > tr > td {
  border: 1px solid #506978;
}
.theme-red .table-striped > tbody > tr:nth-child(odd) > td,
.theme-red .table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.theme-red .table-hover > tbody > tr:hover > td,
.theme-red .table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
.theme-red .table > thead > tr > td.active,
.theme-red .table > thead > tr > th.active, .theme-red .table > thead > tr.active > td, .theme-red .table > thead > tr.active > th,
.theme-red .table > tbody > tr > td.active,
.theme-red .table > tbody > tr > th.active,
.theme-red .table > tbody > tr.active > td,
.theme-red .table > tbody > tr.active > th,
.theme-red .table > tfoot > tr > td.active,
.theme-red .table > tfoot > tr > th.active,
.theme-red .table > tfoot > tr.active > td,
.theme-red .table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.theme-red .table-hover > tbody > tr > td.active:hover,
.theme-red .table-hover > tbody > tr > th.active:hover, .theme-red .table-hover > tbody > tr.active:hover > td, .theme-red .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.theme-red .table > thead > tr > td.success,
.theme-red .table > thead > tr > th.success, .theme-red .table > thead > tr.success > td, .theme-red .table > thead > tr.success > th,
.theme-red .table > tbody > tr > td.success,
.theme-red .table > tbody > tr > th.success,
.theme-red .table > tbody > tr.success > td,
.theme-red .table > tbody > tr.success > th,
.theme-red .table > tfoot > tr > td.success,
.theme-red .table > tfoot > tr > th.success,
.theme-red .table > tfoot > tr.success > td,
.theme-red .table > tfoot > tr.success > th {
  background-color: #56B66A;
}
.theme-red .table-hover > tbody > tr > td.success:hover,
.theme-red .table-hover > tbody > tr > th.success:hover, .theme-red .table-hover > tbody > tr.success:hover > td, .theme-red .table-hover > tbody > tr.success:hover > th {
  background-color: #49a95d;
}
.theme-red .table > thead > tr > td.info,
.theme-red .table > thead > tr > th.info, .theme-red .table > thead > tr.info > td, .theme-red .table > thead > tr.info > th,
.theme-red .table > tbody > tr > td.info,
.theme-red .table > tbody > tr > th.info,
.theme-red .table > tbody > tr.info > td,
.theme-red .table > tbody > tr.info > th,
.theme-red .table > tfoot > tr > td.info,
.theme-red .table > tfoot > tr > th.info,
.theme-red .table > tfoot > tr.info > td,
.theme-red .table > tfoot > tr.info > th {
  background-color: #F36D5D;
}
.theme-red .table-hover > tbody > tr > td.info:hover,
.theme-red .table-hover > tbody > tr > th.info:hover, .theme-red .table-hover > tbody > tr.info:hover > td, .theme-red .table-hover > tbody > tr.info:hover > th {
  background-color: #f15845;
}
.theme-red .table > thead > tr > td.warning,
.theme-red .table > thead > tr > th.warning, .theme-red .table > thead > tr.warning > td, .theme-red .table > thead > tr.warning > th,
.theme-red .table > tbody > tr > td.warning,
.theme-red .table > tbody > tr > th.warning,
.theme-red .table > tbody > tr.warning > td,
.theme-red .table > tbody > tr.warning > th,
.theme-red .table > tfoot > tr > td.warning,
.theme-red .table > tfoot > tr > th.warning,
.theme-red .table > tfoot > tr.warning > td,
.theme-red .table > tfoot > tr.warning > th {
  background-color: #F3AC60;
}
.theme-red .table-hover > tbody > tr > td.warning:hover,
.theme-red .table-hover > tbody > tr > th.warning:hover, .theme-red .table-hover > tbody > tr.warning:hover > td, .theme-red .table-hover > tbody > tr.warning:hover > th {
  background-color: #f1a048;
}
.theme-red .table > thead > tr > td.danger,
.theme-red .table > thead > tr > th.danger, .theme-red .table > thead > tr.danger > td, .theme-red .table > thead > tr.danger > th,
.theme-red .table > tbody > tr > td.danger,
.theme-red .table > tbody > tr > th.danger,
.theme-red .table > tbody > tr.danger > td,
.theme-red .table > tbody > tr.danger > th,
.theme-red .table > tfoot > tr > td.danger,
.theme-red .table > tfoot > tr > th.danger,
.theme-red .table > tfoot > tr.danger > td,
.theme-red .table > tfoot > tr.danger > th {
  background-color: #DF503C;
}
.theme-red .table-hover > tbody > tr > td.danger:hover,
.theme-red .table-hover > tbody > tr > th.danger:hover, .theme-red .table-hover > tbody > tr.danger:hover > td, .theme-red .table-hover > tbody > tr.danger:hover > th {
  background-color: #db3c26;
}
@media (max-width: 479px) {
  .theme-red .table-responsive {
    border: 1px solid #506978;
  }
}
.theme-red legend {
  color: #78756E;
  border-bottom: 1px solid #e5e5e5;
}
.theme-red input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.theme-red input[type="file"]:focus,
.theme-red input[type="radio"]:focus,
.theme-red input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.theme-red output {
  color: #ffffff;
}
.theme-red .form-control {
  color: #ffffff;
  background-color: #ba4432;
  border: 1px solid #ba4432;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.theme-red .form-control:focus {
  border-color: #78756E;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(120, 117, 110, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(120, 117, 110, 0.6);
}
.theme-red .form-control:-moz-placeholder {
  color: #C6C0B5;
}
.theme-red .form-control::-moz-placeholder {
  color: #C6C0B5;
  opacity: 1;
}
.theme-red .form-control:-ms-input-placeholder {
  color: #C6C0B5;
}
.theme-red .form-control::-webkit-input-placeholder {
  color: #C6C0B5;
}
.theme-red .form-control[disabled], .theme-red .form-control[readonly], fieldset[disabled] .theme-red .form-control {
  background-color: #ba4432;
}
.theme-red .has-success .help-block,
.theme-red .has-success .control-label,
.theme-red .has-success .radio,
.theme-red .has-success .checkbox,
.theme-red .has-success .radio-inline,
.theme-red .has-success .checkbox-inline {
  color: #56B66A;
}
.theme-red .has-success .form-control {
  border-color: #56B66A;
  color: #a45a03;
  background-color: #F5B859;
}
.theme-red .has-success .form-control:-moz-placeholder {
  color: #F5B859;
}
.theme-red .has-success .form-control::-moz-placeholder {
  color: #F5B859;
  opacity: 1;
}
.theme-red .has-success .form-control:-ms-input-placeholder {
  color: #F5B859;
}
.theme-red .has-success .form-control::-webkit-input-placeholder {
  color: #F5B859;
}
.theme-red .has-success .form-control:focus {
  border-color: #419853;
}
.theme-red .has-success .input-group-addon {
  color: #56B66A;
  border-color: #56B66A;
  background-color: #56B66A;
}
.theme-red .has-success .form-control-feedback {
  color: #56B66A;
}
.theme-red .has-warning .help-block,
.theme-red .has-warning .control-label,
.theme-red .has-warning .radio,
.theme-red .has-warning .checkbox,
.theme-red .has-warning .radio-inline,
.theme-red .has-warning .checkbox-inline {
  color: #dA9a25;
}
.theme-red .has-warning .form-control {
  border-color: #dA9a25;
  color: #a45a03;
  background-color: #F5B859;
}
.theme-red .has-warning .form-control:-moz-placeholder {
  color: #F5B859;
}
.theme-red .has-warning .form-control::-moz-placeholder {
  color: #F5B859;
  opacity: 1;
}
.theme-red .has-warning .form-control:-ms-input-placeholder {
  color: #F5B859;
}
.theme-red .has-warning .form-control::-webkit-input-placeholder {
  color: #F5B859;
}
.theme-red .has-warning .form-control:focus {
  border-color: #ae7b1e;
}
.theme-red .has-warning .input-group-addon {
  color: #dA9a25;
  border-color: #dA9a25;
  background-color: #F3AC60;
}
.theme-red .has-warning .form-control-feedback {
  color: #dA9a25;
}
.theme-red .has-error .help-block,
.theme-red .has-error .control-label,
.theme-red .has-error .radio,
.theme-red .has-error .checkbox,
.theme-red .has-error .radio-inline,
.theme-red .has-error .checkbox-inline {
  color: #DF503C;
}
.theme-red .has-error .form-control {
  border-color: #DF503C;
  color: #a45a03;
  background-color: #F5B859;
}
.theme-red .has-error .form-control:-moz-placeholder {
  color: #F5B859;
}
.theme-red .has-error .form-control::-moz-placeholder {
  color: #F5B859;
  opacity: 1;
}
.theme-red .has-error .form-control:-ms-input-placeholder {
  color: #F5B859;
}
.theme-red .has-error .form-control::-webkit-input-placeholder {
  color: #F5B859;
}
.theme-red .has-error .form-control:focus {
  border-color: #c73521;
}
.theme-red .has-error .input-group-addon {
  color: #DF503C;
  border-color: #DF503C;
  background-color: #DF503C;
}
.theme-red .has-error .form-control-feedback {
  color: #DF503C;
}
.theme-red .help-block {
  color: #ff2002;
}
.theme-red .btn:hover, .theme-red .btn:focus {
  color: #ffffff;
  text-decoration: none;
}
.theme-red .btn-default {
  color: #ffffff;
  background-color: #ba4432;
  border-color: #ba4432;
}
.theme-red .btn-default:hover, .theme-red .btn-default:focus, .theme-red .btn-default:active, .theme-red .btn-default.active {
  color: #ffffff;
  background-color: #9a3829;
  border-color: #8a3225;
}
.open .theme-red .btn-default.dropdown-toggle {
  color: #ffffff;
  background-color: #9a3829;
  border-color: #8a3225;
}
.theme-red .btn-default:active, .theme-red .btn-default.active {
  background-image: none;
}
.open .theme-red .btn-default.dropdown-toggle {
  background-image: none;
}
.theme-red .btn-default.disabled, .theme-red .btn-default.disabled:hover, .theme-red .btn-default.disabled:focus, .theme-red .btn-default.disabled:active, .theme-red .btn-default.disabled.active, .theme-red .btn-default[disabled], .theme-red .btn-default[disabled]:hover, .theme-red .btn-default[disabled]:focus, .theme-red .btn-default[disabled]:active, .theme-red .btn-default[disabled].active, fieldset[disabled] .theme-red .btn-default, fieldset[disabled] .theme-red .btn-default:hover, fieldset[disabled] .theme-red .btn-default:focus, fieldset[disabled] .theme-red .btn-default:active, fieldset[disabled] .theme-red .btn-default.active {
  background-color: #ba4432;
  border-color: #ba4432;
}
.theme-red .btn-default .badge {
  color: #ba4432;
  background-color: #ffffff;
}
.theme-red .btn-primary {
  color: #943628;
  background-color: #fff0ed;
  border-color: #fff0ed;
}
.theme-red .btn-primary:hover, .theme-red .btn-primary:focus, .theme-red .btn-primary:active, .theme-red .btn-primary.active {
  color: #943628;
  background-color: #ffcec4;
  border-color: #ffbdb0;
}
.open .theme-red .btn-primary.dropdown-toggle {
  color: #943628;
  background-color: #ffcec4;
  border-color: #ffbdb0;
}
.theme-red .btn-primary:active, .theme-red .btn-primary.active {
  background-image: none;
}
.open .theme-red .btn-primary.dropdown-toggle {
  background-image: none;
}
.theme-red .btn-primary.disabled, .theme-red .btn-primary.disabled:hover, .theme-red .btn-primary.disabled:focus, .theme-red .btn-primary.disabled:active, .theme-red .btn-primary.disabled.active, .theme-red .btn-primary[disabled], .theme-red .btn-primary[disabled]:hover, .theme-red .btn-primary[disabled]:focus, .theme-red .btn-primary[disabled]:active, .theme-red .btn-primary[disabled].active, fieldset[disabled] .theme-red .btn-primary, fieldset[disabled] .theme-red .btn-primary:hover, fieldset[disabled] .theme-red .btn-primary:focus, fieldset[disabled] .theme-red .btn-primary:active, fieldset[disabled] .theme-red .btn-primary.active {
  background-color: #fff0ed;
  border-color: #fff0ed;
}
.theme-red .btn-primary .badge {
  color: #fff0ed;
  background-color: #943628;
}
.theme-red .btn-success {
  color: #ffffff;
  background-color: #46be5e;
  border-color: #46be5e;
}
.theme-red .btn-success:hover, .theme-red .btn-success:focus, .theme-red .btn-success:active, .theme-red .btn-success.active {
  color: #ffffff;
  background-color: #39a24e;
  border-color: #349347;
}
.open .theme-red .btn-success.dropdown-toggle {
  color: #ffffff;
  background-color: #39a24e;
  border-color: #349347;
}
.theme-red .btn-success:active, .theme-red .btn-success.active {
  background-image: none;
}
.open .theme-red .btn-success.dropdown-toggle {
  background-image: none;
}
.theme-red .btn-success.disabled, .theme-red .btn-success.disabled:hover, .theme-red .btn-success.disabled:focus, .theme-red .btn-success.disabled:active, .theme-red .btn-success.disabled.active, .theme-red .btn-success[disabled], .theme-red .btn-success[disabled]:hover, .theme-red .btn-success[disabled]:focus, .theme-red .btn-success[disabled]:active, .theme-red .btn-success[disabled].active, fieldset[disabled] .theme-red .btn-success, fieldset[disabled] .theme-red .btn-success:hover, fieldset[disabled] .theme-red .btn-success:focus, fieldset[disabled] .theme-red .btn-success:active, fieldset[disabled] .theme-red .btn-success.active {
  background-color: #46be5e;
  border-color: #46be5e;
}
.theme-red .btn-success .badge {
  color: #46be5e;
  background-color: #ffffff;
}
.theme-red .btn-info {
  color: #fff;
  background-color: #ADADAD;
  border-color: #a0a0a0;
}
.theme-red .btn-info:hover, .theme-red .btn-info:focus, .theme-red .btn-info:active, .theme-red .btn-info.active {
  color: #fff;
  background-color: #999999;
  border-color: #828282;
}
.open .theme-red .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #999999;
  border-color: #828282;
}
.theme-red .btn-info:active, .theme-red .btn-info.active {
  background-image: none;
}
.open .theme-red .btn-info.dropdown-toggle {
  background-image: none;
}
.theme-red .btn-info.disabled, .theme-red .btn-info.disabled:hover, .theme-red .btn-info.disabled:focus, .theme-red .btn-info.disabled:active, .theme-red .btn-info.disabled.active, .theme-red .btn-info[disabled], .theme-red .btn-info[disabled]:hover, .theme-red .btn-info[disabled]:focus, .theme-red .btn-info[disabled]:active, .theme-red .btn-info[disabled].active, fieldset[disabled] .theme-red .btn-info, fieldset[disabled] .theme-red .btn-info:hover, fieldset[disabled] .theme-red .btn-info:focus, fieldset[disabled] .theme-red .btn-info:active, fieldset[disabled] .theme-red .btn-info.active {
  background-color: #ADADAD;
  border-color: #a0a0a0;
}
.theme-red .btn-info .badge {
  color: #ADADAD;
  background-color: #fff;
}
.theme-red .btn-warning {
  color: #fff;
  background-color: #F3AC60;
  border-color: #f1a048;
}
.theme-red .btn-warning:hover, .theme-red .btn-warning:focus, .theme-red .btn-warning:active, .theme-red .btn-warning.active {
  color: #fff;
  background-color: #f0983a;
  border-color: #eb8212;
}
.open .theme-red .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #f0983a;
  border-color: #eb8212;
}
.theme-red .btn-warning:active, .theme-red .btn-warning.active {
  background-image: none;
}
.open .theme-red .btn-warning.dropdown-toggle {
  background-image: none;
}
.theme-red .btn-warning.disabled, .theme-red .btn-warning.disabled:hover, .theme-red .btn-warning.disabled:focus, .theme-red .btn-warning.disabled:active, .theme-red .btn-warning.disabled.active, .theme-red .btn-warning[disabled], .theme-red .btn-warning[disabled]:hover, .theme-red .btn-warning[disabled]:focus, .theme-red .btn-warning[disabled]:active, .theme-red .btn-warning[disabled].active, fieldset[disabled] .theme-red .btn-warning, fieldset[disabled] .theme-red .btn-warning:hover, fieldset[disabled] .theme-red .btn-warning:focus, fieldset[disabled] .theme-red .btn-warning:active, fieldset[disabled] .theme-red .btn-warning.active {
  background-color: #F3AC60;
  border-color: #f1a048;
}
.theme-red .btn-warning .badge {
  color: #F3AC60;
  background-color: #fff;
}
.theme-red .btn-danger {
  color: #ffffff;
  background-color: #d8513b;
  border-color: #d8513b;
}
.theme-red .btn-danger:hover, .theme-red .btn-danger:focus, .theme-red .btn-danger:active, .theme-red .btn-danger.active {
  color: #ffffff;
  background-color: #c33d27;
  border-color: #b23723;
}
.open .theme-red .btn-danger.dropdown-toggle {
  color: #ffffff;
  background-color: #c33d27;
  border-color: #b23723;
}
.theme-red .btn-danger:active, .theme-red .btn-danger.active {
  background-image: none;
}
.open .theme-red .btn-danger.dropdown-toggle {
  background-image: none;
}
.theme-red .btn-danger.disabled, .theme-red .btn-danger.disabled:hover, .theme-red .btn-danger.disabled:focus, .theme-red .btn-danger.disabled:active, .theme-red .btn-danger.disabled.active, .theme-red .btn-danger[disabled], .theme-red .btn-danger[disabled]:hover, .theme-red .btn-danger[disabled]:focus, .theme-red .btn-danger[disabled]:active, .theme-red .btn-danger[disabled].active, fieldset[disabled] .theme-red .btn-danger, fieldset[disabled] .theme-red .btn-danger:hover, fieldset[disabled] .theme-red .btn-danger:focus, fieldset[disabled] .theme-red .btn-danger:active, fieldset[disabled] .theme-red .btn-danger.active {
  background-color: #d8513b;
  border-color: #d8513b;
}
.theme-red .btn-danger .badge {
  color: #d8513b;
  background-color: #ffffff;
}
.theme-red .btn-link {
  color: #ffffff;
}
.theme-red .btn-link, .theme-red .btn-link:active, .theme-red .btn-link[disabled], fieldset[disabled] .theme-red .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.theme-red .btn-link, .theme-red .btn-link:hover, .theme-red .btn-link:focus, .theme-red .btn-link:active {
  border-color: transparent;
}
.theme-red .btn-link:hover, .theme-red .btn-link:focus {
  color: #fff0ed;
  background-color: transparent;
}
.theme-red .btn-link[disabled]:hover, .theme-red .btn-link[disabled]:focus, fieldset[disabled] .theme-red .btn-link:hover, fieldset[disabled] .theme-red .btn-link:focus {
  color: #ba4432;
}
.theme-red .dropdown-menu {
  background-color: #FFFFFF;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.theme-red .dropdown-menu .divider {
  height: 1px;
  margin: 12px 0;
  overflow: hidden;
  background-color: #e6e6e6;
}
.theme-red .dropdown-menu > li > a {
  color: #9b9b9b;
}
.theme-red .dropdown-menu > li > a:hover, .theme-red .dropdown-menu > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.theme-red .dropdown-menu > .active > a, .theme-red .dropdown-menu > .active > a:hover, .theme-red .dropdown-menu > .active > a:focus {
  color: #333333;
  background-color: transparent;
}
.theme-red .dropdown-menu > .disabled > a, .theme-red .dropdown-menu > .disabled > a:hover, .theme-red .dropdown-menu > .disabled > a:focus {
  color: #ccc;
}
.theme-red .dropdown-menu > .disabled > a:hover, .theme-red .dropdown-menu > .disabled > a:focus {
  background-color: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.theme-red .dropdown-header {
  color: #c5c5c5;
}
.theme-red .btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.theme-red .input-group-addon {
  color: #ffffff;
  background-color: #ededed;
  border: 1px solid transparent;
}
.theme-red .nav > li > a:hover, .theme-red .nav > li > a:focus {
  background-color: transparent;
}
.theme-red .nav > li.disabled > a {
  color: #c5c5c5;
}
.theme-red .nav > li.disabled > a:hover, .theme-red .nav > li.disabled > a:focus {
  color: #c5c5c5;
}
.theme-red .nav .open > a, .theme-red .nav .open > a:hover, .theme-red .nav .open > a:focus {
  background-color: transparent;
  border-color: #ffffff;
}
.theme-red .nav-tabs {
  border-bottom: 1px solid transparent;
}
.theme-red .nav-tabs > li > a:hover {
  border-color: transparent transparent transparent;
}
.theme-red .nav-tabs > li.active > a, .theme-red .nav-tabs > li.active > a:hover, .theme-red .nav-tabs > li.active > a:focus {
  color: #ffffff;
  background-color: transparent;
  border: 1px solid transparent;
}
.theme-red .nav-pills > li.active > a, .theme-red .nav-pills > li.active > a:hover, .theme-red .nav-pills > li.active > a:focus {
  color: #E76354;
  background-color: transparent;
}
.theme-red .nav-tabs-justified > .active > a, .theme-red .nav-tabs.nav-justified > .active > a,
.theme-red .nav-tabs-justified > .active > a:hover,
.theme-red .nav-tabs.nav-justified > .active > a:hover,
.theme-red .nav-tabs-justified > .active > a:focus,
.theme-red .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid transparent;
}
@media (min-width: 480px) {
  .theme-red .nav-tabs-justified > li > a, .theme-red .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid transparent;
  }
  .theme-red .nav-tabs-justified > .active > a, .theme-red .nav-tabs.nav-justified > .active > a,
  .theme-red .nav-tabs-justified > .active > a:hover,
  .theme-red .nav-tabs.nav-justified > .active > a:hover,
  .theme-red .nav-tabs-justified > .active > a:focus,
  .theme-red .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: transparent;
  }
}
.theme-red .navbar-collapse {
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.theme-red .navbar-default {
  background-color: transparent;
  border-color: transparent;
}
.theme-red .navbar-default .navbar-brand {
  color: #78756E;
}
.theme-red .navbar-default .navbar-brand:hover, .theme-red .navbar-default .navbar-brand:focus {
  color: #5d5b56;
  background-color: transparent;
}
.theme-red .navbar-default .navbar-text {
  color: #78756E;
}
.theme-red .navbar-default .navbar-nav > li > a {
  color: #78756E;
}
.theme-red .navbar-default .navbar-nav > li > a:hover, .theme-red .navbar-default .navbar-nav > li > a:focus {
  color: #F36D5D;
  background-color: transparent;
}
.theme-red .navbar-default .navbar-nav > .active > a, .theme-red .navbar-default .navbar-nav > .active > a:hover, .theme-red .navbar-default .navbar-nav > .active > a:focus {
  color: #78756E;
  background-color: transparent;
}
.theme-red .navbar-default .navbar-nav > .disabled > a, .theme-red .navbar-default .navbar-nav > .disabled > a:hover, .theme-red .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.theme-red .navbar-default .navbar-toggle {
  border-color: #ddd;
}
.theme-red .navbar-default .navbar-toggle:hover, .theme-red .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.theme-red .navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.theme-red .navbar-default .navbar-collapse,
.theme-red .navbar-default .navbar-form {
  border-color: transparent;
}
.theme-red .navbar-default .navbar-nav > .open > a, .theme-red .navbar-default .navbar-nav > .open > a:hover, .theme-red .navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #78756E;
}
@media (max-width: -1) {
  .theme-red .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #78756E;
  }
  .theme-red .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .theme-red .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #F36D5D;
    background-color: transparent;
  }
  .theme-red .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .theme-red .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .theme-red .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #78756E;
    background-color: transparent;
  }
  .theme-red .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .theme-red .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .theme-red .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.theme-red .navbar-default .navbar-link {
  color: #78756E;
}
.theme-red .navbar-default .navbar-link:hover {
  color: #F36D5D;
}
.theme-red .navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
.theme-red .navbar-inverse .navbar-brand {
  color: #c5c5c5;
}
.theme-red .navbar-inverse .navbar-brand:hover, .theme-red .navbar-inverse .navbar-brand:focus {
  color: #FFFFFF;
  background-color: transparent;
}
.theme-red .navbar-inverse .navbar-text {
  color: #c5c5c5;
}
.theme-red .navbar-inverse .navbar-nav > li > a {
  color: #c5c5c5;
}
.theme-red .navbar-inverse .navbar-nav > li > a:hover, .theme-red .navbar-inverse .navbar-nav > li > a:focus {
  color: #FFFFFF;
  background-color: transparent;
}
.theme-red .navbar-inverse .navbar-nav > .active > a, .theme-red .navbar-inverse .navbar-nav > .active > a:hover, .theme-red .navbar-inverse .navbar-nav > .active > a:focus {
  color: #FFFFFF;
  background-color: #090909;
}
.theme-red .navbar-inverse .navbar-nav > .disabled > a, .theme-red .navbar-inverse .navbar-nav > .disabled > a:hover, .theme-red .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.theme-red .navbar-inverse .navbar-toggle {
  border-color: #333;
}
.theme-red .navbar-inverse .navbar-toggle:hover, .theme-red .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.theme-red .navbar-inverse .navbar-toggle .icon-bar {
  background-color: #FFFFFF;
}
.theme-red .navbar-inverse .navbar-collapse,
.theme-red .navbar-inverse .navbar-form {
  border-color: #101010;
}
.theme-red .navbar-inverse .navbar-nav > .open > a, .theme-red .navbar-inverse .navbar-nav > .open > a:hover, .theme-red .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #FFFFFF;
}
@media (max-width: -1) {
  .theme-red .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .theme-red .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .theme-red .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #c5c5c5;
  }
  .theme-red .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .theme-red .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #FFFFFF;
    background-color: transparent;
  }
  .theme-red .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .theme-red .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .theme-red .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #FFFFFF;
    background-color: #090909;
  }
  .theme-red .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .theme-red .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .theme-red .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.theme-red .navbar-inverse .navbar-link {
  color: #c5c5c5;
}
.theme-red .navbar-inverse .navbar-link:hover {
  color: #FFFFFF;
}
.theme-red .breadcrumb {
  background-color: #f5f5f5;
}
.theme-red .breadcrumb > li + li:before {
  color: #ccc;
}
.theme-red .breadcrumb > .active {
  color: #c5c5c5;
}
.theme-red .pagination > li {
  display: inline;
}
.theme-red .pagination > li > a,
.theme-red .pagination > li > span {
  color: #F36D5D;
  background-color: #FFFFFF;
  border: 1px solid #ddd;
}
.theme-red .pagination > li > a:hover, .theme-red .pagination > li > a:focus,
.theme-red .pagination > li > span:hover,
.theme-red .pagination > li > span:focus {
  color: #E76354;
  background-color: #cccccc;
  border-color: #ddd;
}
.theme-red .pagination > .active > a, .theme-red .pagination > .active > a:hover, .theme-red .pagination > .active > a:focus,
.theme-red .pagination > .active > span,
.theme-red .pagination > .active > span:hover,
.theme-red .pagination > .active > span:focus {
  color: #FFFFFF;
  background-color: #F36D5D;
  border-color: #F36D5D;
}
.theme-red .pagination > .disabled > span,
.theme-red .pagination > .disabled > span:hover,
.theme-red .pagination > .disabled > span:focus,
.theme-red .pagination > .disabled > a,
.theme-red .pagination > .disabled > a:hover,
.theme-red .pagination > .disabled > a:focus {
  color: #c5c5c5;
  background-color: #FFFFFF;
  border-color: #ddd;
}
.theme-red .pager:before, .theme-red .pager:after {
  content: " ";
  display: table;
}
.theme-red .pager:after {
  clear: both;
}
.theme-red .pager li {
  display: inline;
}
.theme-red .pager li > a,
.theme-red .pager li > span {
  background-color: #FFFFFF;
  border: 1px solid #ddd;
}
.theme-red .pager li > a:hover,
.theme-red .pager li > a:focus {
  background-color: #cccccc;
}
.theme-red .pager .disabled > a,
.theme-red .pager .disabled > a:hover,
.theme-red .pager .disabled > a:focus,
.theme-red .pager .disabled > span {
  color: #c5c5c5;
  background-color: #FFFFFF;
}
.theme-red .label {
  color: #FFFFFF;
}
.theme-red .label[href]:hover, .theme-red .label[href]:focus {
  color: #FFFFFF;
}
.theme-red .label-default {
  background-color: #c5c5c5;
}
.theme-red .label-default[href]:hover, .theme-red .label-default[href]:focus {
  background-color: #acacac;
}
.theme-red .label-primary {
  background-color: #F36D5D;
}
.theme-red .label-primary[href]:hover, .theme-red .label-primary[href]:focus {
  background-color: #ef422e;
}
.theme-red .label-success {
  background-color: #56B66A;
}
.theme-red .label-success[href]:hover, .theme-red .label-success[href]:focus {
  background-color: #419853;
}
.theme-red .label-info {
  background-color: #ADADAD;
}
.theme-red .label-info[href]:hover, .theme-red .label-info[href]:focus {
  background-color: #949494;
}
.theme-red .label-warning {
  background-color: #F3AC60;
}
.theme-red .label-warning[href]:hover, .theme-red .label-warning[href]:focus {
  background-color: #ef9331;
}
.theme-red .label-danger {
  background-color: #DF503C;
}
.theme-red .label-danger[href]:hover, .theme-red .label-danger[href]:focus {
  background-color: #c73521;
}
.theme-red .badge {
  color: #FFFFFF;
  background-color: #c5c5c5;
}
.theme-red a.badge:hover, .theme-red a.badge:focus {
  color: #FFFFFF;
}
.theme-red a.list-group-item.active > .badge,
.theme-red .nav-pills > .active > a > .badge {
  color: #F36D5D;
  background-color: #FFFFFF;
}
.theme-red .jumbotron {
  color: inherit;
  background-color: #cccccc;
}
.theme-red .jumbotron h1,
.theme-red .jumbotron .h1 {
  color: inherit;
}
.theme-red .thumbnail {
  background-color: #EFECE6;
  border: 1px solid #ddd;
}
.theme-red .thumbnail .caption {
  color: #78756E;
}
.theme-red a.thumbnail:hover,
.theme-red a.thumbnail:focus,
.theme-red a.thumbnail.active {
  border-color: #ffffff;
}
.theme-red .alert h4 {
  color: inherit;
}
.theme-red .alert-dismissable .close {
  color: inherit;
}
.theme-red .alert-success {
  background-color: #56B66A;
  border-color: #49a94d;
  color: #56B66A;
}
.theme-red .alert-success hr {
  border-top-color: #419845;
}
.theme-red .alert-success .alert-link {
  color: #419853;
}
.theme-red .alert-info {
  background-color: #F36D5D;
  border-color: #f13c47;
  color: #F36D5D;
}
.theme-red .alert-info hr {
  border-top-color: #ef2430;
}
.theme-red .alert-info .alert-link {
  color: #ef422e;
}
.theme-red .alert-warning {
  background-color: #F3AC60;
  border-color: #f18348;
  color: #dA9a25;
}
.theme-red .alert-warning hr {
  border-top-color: #ef7331;
}
.theme-red .alert-warning .alert-link {
  color: #ae7b1e;
}
.theme-red .alert-danger {
  background-color: #DF503C;
  border-color: #db262e;
  color: #DF503C;
}
.theme-red .alert-danger hr {
  border-top-color: #c72128;
}
.theme-red .alert-danger .alert-link {
  color: #c73521;
}
.theme-red .progress {
  background-color: #f5f5f5;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.theme-red .progress-bar {
  color: #FFFFFF;
  background-color: #F36D5D;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}
.theme-red .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;
}
.theme-red .progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.theme-red .progress-bar-success {
  background-color: #56B66A;
}
.progress-striped .theme-red .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);
}
.theme-red .progress-bar-info {
  background-color: #ADADAD;
}
.progress-striped .theme-red .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);
}
.theme-red .progress-bar-warning {
  background-color: #F3AC60;
}
.progress-striped .theme-red .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);
}
.theme-red .progress-bar-danger {
  background-color: #DF503C;
}
.progress-striped .theme-red .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);
}
.theme-red .list-group-item {
  background-color: #FFFFFF;
  border: 1px solid #ddd;
}
.theme-red .list-group-item:first-child {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.theme-red .list-group-item:last-child {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.theme-red a.list-group-item {
  color: #555;
}
.theme-red a.list-group-item .list-group-item-heading {
  color: #333;
}
.theme-red a.list-group-item:hover, .theme-red a.list-group-item:focus {
  background-color: #f5f5f5;
}
.theme-red a.list-group-item.active, .theme-red a.list-group-item.active:hover, .theme-red a.list-group-item.active:focus {
  color: #E76354;
  background-color: transparent;
  border-color: transparent;
}
.theme-red a.list-group-item.active .list-group-item-heading, .theme-red a.list-group-item.active:hover .list-group-item-heading, .theme-red a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
.theme-red a.list-group-item.active .list-group-item-text, .theme-red a.list-group-item.active:hover .list-group-item-text, .theme-red a.list-group-item.active:focus .list-group-item-text {
  color: #E76354;
}
.theme-red .list-group-item-success {
  color: #56B66A;
  background-color: #56B66A;
}
.theme-red a.list-group-item-success {
  color: #56B66A;
}
.theme-red a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
.theme-red a.list-group-item-success:hover, .theme-red a.list-group-item-success:focus {
  color: #56B66A;
  background-color: #49a95d;
}
.theme-red a.list-group-item-success.active, .theme-red a.list-group-item-success.active:hover, .theme-red a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #56B66A;
  border-color: #56B66A;
}
.theme-red .list-group-item-info {
  color: #F36D5D;
  background-color: #F36D5D;
}
.theme-red a.list-group-item-info {
  color: #F36D5D;
}
.theme-red a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
.theme-red a.list-group-item-info:hover, .theme-red a.list-group-item-info:focus {
  color: #F36D5D;
  background-color: #f15845;
}
.theme-red a.list-group-item-info.active, .theme-red a.list-group-item-info.active:hover, .theme-red a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #F36D5D;
  border-color: #F36D5D;
}
.theme-red .list-group-item-warning {
  color: #dA9a25;
  background-color: #F3AC60;
}
.theme-red a.list-group-item-warning {
  color: #dA9a25;
}
.theme-red a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
.theme-red a.list-group-item-warning:hover, .theme-red a.list-group-item-warning:focus {
  color: #dA9a25;
  background-color: #f1a048;
}
.theme-red a.list-group-item-warning.active, .theme-red a.list-group-item-warning.active:hover, .theme-red a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #dA9a25;
  border-color: #dA9a25;
}
.theme-red .list-group-item-danger {
  color: #DF503C;
  background-color: #DF503C;
}
.theme-red a.list-group-item-danger {
  color: #DF503C;
}
.theme-red a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
.theme-red a.list-group-item-danger:hover, .theme-red a.list-group-item-danger:focus {
  color: #DF503C;
  background-color: #db3c26;
}
.theme-red a.list-group-item-danger.active, .theme-red a.list-group-item-danger.active:hover, .theme-red a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #DF503C;
  border-color: #DF503C;
}
.theme-red .panel {
  background-color: #FFFFFF;
  border: 1px solid transparent;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.theme-red .panel-footer {
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
}
.theme-red .panel-default {
  border-color: #ddd;
}
.theme-red .panel-default > .panel-heading {
  color: #78756E;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.theme-red .panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ddd;
}
.theme-red .panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ddd;
}
.theme-red .panel-primary {
  border-color: #F36D5D;
}
.theme-red .panel-primary > .panel-heading {
  color: #FFFFFF;
  background-color: #F36D5D;
  border-color: #F36D5D;
}
.theme-red .panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #F36D5D;
}
.theme-red .panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #F36D5D;
}
.theme-red .panel-success {
  border-color: #49a94d;
}
.theme-red .panel-success > .panel-heading {
  color: #56B66A;
  background-color: #56B66A;
  border-color: #49a94d;
}
.theme-red .panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #49a94d;
}
.theme-red .panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #49a94d;
}
.theme-red .panel-info {
  border-color: #f13c47;
}
.theme-red .panel-info > .panel-heading {
  color: #F36D5D;
  background-color: #F36D5D;
  border-color: #f13c47;
}
.theme-red .panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #f13c47;
}
.theme-red .panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #f13c47;
}
.theme-red .panel-warning {
  border-color: #f18348;
}
.theme-red .panel-warning > .panel-heading {
  color: #dA9a25;
  background-color: #F3AC60;
  border-color: #f18348;
}
.theme-red .panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #f18348;
}
.theme-red .panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #f18348;
}
.theme-red .panel-danger {
  border-color: #db262e;
}
.theme-red .panel-danger > .panel-heading {
  color: #DF503C;
  background-color: #DF503C;
  border-color: #db262e;
}
.theme-red .panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #db262e;
}
.theme-red .panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #db262e;
}
.theme-red .well {
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.theme-red .well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.theme-red .close {
  color: #000;
  text-shadow: 0 1px 0 #FFFFFF;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.theme-red .close:hover, .theme-red .close:focus {
  color: #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.theme-red button.close {
  background: transparent;
}
.theme-red .modal-content {
  background-color: #FFFFFF;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}
.theme-red .modal-backdrop {
  z-index: 1040;
  background-color: #000;
}
.theme-red .modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.theme-red .modal-backdrop.in {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
@media (min-width: 480px) {
  .theme-red .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}
.theme-red .tooltip-inner {
  color: #FFFFFF;
  background-color: #000;
}
.theme-red .tooltip.top .tooltip-arrow {
  border-top-color: #000;
}
.theme-red .tooltip.top-left .tooltip-arrow {
  border-top-color: #000;
}
.theme-red .tooltip.top-right .tooltip-arrow {
  border-top-color: #000;
}
.theme-red .tooltip.right .tooltip-arrow {
  border-right-color: #000;
}
.theme-red .tooltip.left .tooltip-arrow {
  border-left-color: #000;
}
.theme-red .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #000;
}
.theme-red .tooltip.bottom-left .tooltip-arrow {
  border-bottom-color: #000;
}
.theme-red .tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #000;
}
.theme-red .popover {
  background-color: #FFFFFF;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.theme-red .popover-title {
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
}
.theme-red .popover.top .arrow {
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.theme-red .popover.top .arrow:after {
  border-top-color: #FFFFFF;
}
.theme-red .popover.right .arrow {
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.theme-red .popover.right .arrow:after {
  border-right-color: #FFFFFF;
}
.theme-red .popover.bottom .arrow {
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.theme-red .popover.bottom .arrow:after {
  border-bottom-color: #FFFFFF;
}
.theme-red .popover.left .arrow {
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.theme-red .popover.left .arrow:after {
  border-left-color: #FFFFFF;
}
.theme-red .carousel-control {
  opacity: 0.5;
  filter: alpha(opacity=50);
  color: #FFFFFF;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.theme-red .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: 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);
}
.theme-red .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.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);
}
.theme-red .carousel-control:hover, .theme-red .carousel-control:focus {
  color: #FFFFFF;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.theme-red .carousel-indicators li {
  border: 1px solid #FFFFFF;
  background-color: #000 \9;
  background-color: transparent;
}
.theme-red .carousel-indicators .active {
  background-color: #FFFFFF;
}
.theme-red .carousel-caption {
  color: #FFFFFF;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.csschecked .theme-red .custom-checkbox .btn {
  color: #ffffff;
  background-color: #ba4432;
  border-color: #ba4432;
}
.csschecked .theme-red .custom-checkbox input[type=checkbox]:focus + .btn, .csschecked .theme-red .custom-checkbox input[type=checkbox]:hover + .btn {
  color: #ffffff;
  background-color: #c74936;
  border-color: #c74936;
}
.csschecked .theme-red .custom-checkbox input[type=checkbox]:checked + .btn {
  color: #943628;
  background-color: #fff0ed;
  border-color: #fff0ed;
}
.csschecked .theme-red .custom-checkbox input[type=checkbox]:checked:focus + .btn, .csschecked .theme-red .custom-checkbox input[type=checkbox]:checked:hover + .btn {
  color: #943628;
  background-color: #ffffff;
  border-color: #ffffff;
}
.csschecked .theme-red .custom-checkbox input[type=checkbox][data-chart-series="0"]:checked + .btn {
  color: #943628;
  background-color: #1eaf5a;
  border-color: #1eaf5a;
}
.csschecked .theme-red .custom-checkbox input[type=checkbox][data-chart-series="0"]:checked:focus + .btn, .csschecked .theme-red .custom-checkbox input[type=checkbox][data-chart-series="0"]:checked:hover + .btn {
  color: #943628;
  background-color: #22C766;
  border-color: #22C766;
}
.csschecked .theme-red .custom-checkbox input[type=checkbox][data-chart-series="1"]:checked + .btn {
  color: #943628;
  background-color: #3d92c8;
  border-color: #3d92c8;
}
.csschecked .theme-red .custom-checkbox input[type=checkbox][data-chart-series="1"]:checked:focus + .btn, .csschecked .theme-red .custom-checkbox input[type=checkbox][data-chart-series="1"]:checked:hover + .btn {
  color: #943628;
  background-color: #44A2DE;
  border-color: #44A2DE;
}
.csschecked .theme-red .custom-checkbox input[type=checkbox][data-chart-series="3"]:checked + .btn {
  color: #943628;
  background-color: #F36D5D;
  border-color: #F36D5D;
}
.csschecked .theme-red .custom-checkbox input[type=checkbox][data-chart-series="3"]:checked:focus + .btn, .csschecked .theme-red .custom-checkbox input[type=checkbox][data-chart-series="3"]:checked:hover + .btn {
  color: #943628;
  background-color: #ff8766;
  border-color: #ff8766;
}
.csschecked .theme-red .custom-checkbox input[type=checkbox][data-chart-series="4"]:checked + .btn {
  color: #943628;
  background-color: #3981b9;
  border-color: #3981b9;
}
.csschecked .theme-red .custom-checkbox input[type=checkbox][data-chart-series="4"]:checked:focus + .btn, .csschecked .theme-red .custom-checkbox input[type=checkbox][data-chart-series="4"]:checked:hover + .btn {
  color: #943628;
  background-color: #75aed9;
  border-color: #75aed9;
}
.csschecked .theme-red .custom-checkbox.style-1 label:before {
  background-color: #ba4432;
}
.csschecked .theme-red .custom-checkbox.style-1 input[type=checkbox]:focus + label:before, .csschecked .theme-red .custom-checkbox.style-1 input[type=checkbox]:hover + label:before {
  background-color: #943628;
}
.csschecked .theme-red .custom-checkbox.style-1 input[type=checkbox]:checked + label:before {
  color: #ffffff;
}
.csschecked .theme-red .custom-checkbox.style-1.error {
  background-color: inherit;
}
.csschecked .theme-red .custom-checkbox.style-1.error label:before {
  background-color: #fff0ed;
}
.csschecked .theme-red .custom-checkbox.style-1.error input[type=checkbox]:focus + label:before, .csschecked .theme-red .custom-checkbox.style-1.error input[type=checkbox]:hover + label:before {
  background-color: #ffffff;
}
.csschecked .theme-red .custom-checkbox.style-1.error > label {
  color: #fff0ed;
}
.csschecked .theme-red .custom-checkbox.style-2 label:before {
  border-color: #ba4432;
}
.csschecked .theme-red .custom-checkbox.style-2 input[type=checkbox]:focus + label:before, .csschecked .theme-red .custom-checkbox.style-2 input[type=checkbox]:hover + label:before {
  border-color: #943628;
  color: #943628;
}
.csschecked .theme-red .custom-checkbox.style-2 input[type=checkbox]:checked + label:before {
  border-color: #943628;
  color: #fff0ed;
}
.csschecked .theme-red .custom-checkbox.style-2.error {
  background-color: inherit;
}
.csschecked .theme-red .custom-checkbox.style-2.error label:before {
  border-color: #fff0ed;
}
.csschecked .theme-red .custom-checkbox.style-2.error input[type=checkbox]:focus + label:before, .csschecked .theme-red .custom-checkbox.style-2.error input[type=checkbox]:hover + label:before {
  border-color: #ffffff;
}
.csschecked .theme-red .custom-checkbox.style-2.error input[type=checkbox]:checked + label:before {
  border-color: #ffffff;
}
.csschecked .theme-red .custom-checkbox.style-2.error > label {
  color: #fff0ed;
}
.theme-red .btn.active, .theme-red .btn:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.theme-red .btn-default {
  transition: background-color 0.25s ease;
}
.theme-red .btn-default:hover, .theme-red .btn-default:focus {
  background-color: #c74936;
  border-color: #c74936;
}
.theme-red .btn-default:active, .theme-red .btn-default.active {
  background-color: #943628;
  border-color: #943628;
}
.theme-red .btn-default.disabled, .theme-red .btn-default.disabled:hover, .theme-red .btn-default.disabled:focus, .theme-red .btn-default.disabled:active, .theme-red .btn-default.disabled.active, .theme-red .btn-default[disabled], .theme-red .btn-default[disabled]:hover, .theme-red .btn-default[disabled]:focus, .theme-red .btn-default[disabled]:active, .theme-red .btn-default[disabled].active, fieldset[disabled] .theme-red .btn-default, fieldset[disabled] .theme-red .btn-default:hover, fieldset[disabled] .theme-red .btn-default:focus, fieldset[disabled] .theme-red .btn-default:active, fieldset[disabled] .theme-red .btn-default.active {
  color: #C6C0B5;
  border-color: #C6C0B5;
  background-color: transparent;
}
.theme-red .btn-default.spinner, .theme-red .btn-default.ok, .theme-red .btn-default.error, .theme-red .btn-default[disabled].spinner, .theme-red .btn-default[disabled].ok, .theme-red .btn-default[disabled].error, .theme-red .btn-default fieldset[disabled].spinner, .theme-red .btn-default fieldset[disabled].ok, .theme-red .btn-default fieldset[disabled].error {
  position: relative;
  background-color: #ba4432;
  border-color: #ba4432;
  color: #ba4432;
  opacity: 1;
}
.theme-red .btn-default.spinner:hover, .theme-red .btn-default.spinner:focus, .theme-red .btn-default.ok:hover, .theme-red .btn-default.ok:focus, .theme-red .btn-default.error:hover, .theme-red .btn-default.error:focus, .theme-red .btn-default[disabled].spinner:hover, .theme-red .btn-default[disabled].spinner:focus, .theme-red .btn-default[disabled].ok:hover, .theme-red .btn-default[disabled].ok:focus, .theme-red .btn-default[disabled].error:hover, .theme-red .btn-default[disabled].error:focus, .theme-red .btn-default fieldset[disabled].spinner:hover, .theme-red .btn-default fieldset[disabled].spinner:focus, .theme-red .btn-default fieldset[disabled].ok:hover, .theme-red .btn-default fieldset[disabled].ok:focus, .theme-red .btn-default fieldset[disabled].error:hover, .theme-red .btn-default fieldset[disabled].error:focus {
  color: #c74936;
  background-color: #c74936;
}
.theme-red .btn-default.spinner:active, .theme-red .btn-default.spinner.active, .theme-red .btn-default.ok:active, .theme-red .btn-default.ok.active, .theme-red .btn-default.error:active, .theme-red .btn-default.error.active, .theme-red .btn-default[disabled].spinner:active, .theme-red .btn-default[disabled].spinner.active, .theme-red .btn-default[disabled].ok:active, .theme-red .btn-default[disabled].ok.active, .theme-red .btn-default[disabled].error:active, .theme-red .btn-default[disabled].error.active, .theme-red .btn-default fieldset[disabled].spinner:active, .theme-red .btn-default fieldset[disabled].spinner.active, .theme-red .btn-default fieldset[disabled].ok:active, .theme-red .btn-default fieldset[disabled].ok.active, .theme-red .btn-default fieldset[disabled].error:active, .theme-red .btn-default fieldset[disabled].error.active {
  color: #943628;
  background-color: #943628;
}
.theme-red .btn-default.spinner > *, .theme-red .btn-default.ok > *, .theme-red .btn-default.error > * {
  visibility: hidden;
}
.theme-red .btn-default.spinner:after, .theme-red .btn-default.ok:after, .theme-red .btn-default.error:after {
  color: #ffffff;
  position: relative;
  display: inline-block;
  font-family: 'uicregular';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  white-space: nowrap;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "liga", "dlig";
  -moz-font-feature-settings: "liga=1, dlig=1";
  -moz-font-feature-settings: "liga", "dlig";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig";
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
  font-size: 16px;
  margin: 0 0 0 -8px;
}
.theme-red .btn-default.spinner:after {
  content: "\e62c";
  margin-top: -8px;
  -webkit-animation: issuuSpinnerAnimation 1.6s linear infinite;
  animation: issuuSpinnerAnimation 1.6s linear infinite;
}
.theme-red .btn-default.ok:after {
  content: "\e619";
}
.theme-red .btn-default.error:after {
  content: "\e61b";
}
.theme-red .btn-primary {
  transition: background-color 0.25s ease;
}
.theme-red .btn-primary:hover, .theme-red .btn-primary:focus {
  background-color: #ffffff;
  border-color: #ffffff;
}
.theme-red .btn-primary:active, .theme-red .btn-primary.active {
  background-color: #ecaba0;
  border-color: #ecaba0;
}
.theme-red .btn-primary.disabled, .theme-red .btn-primary.disabled:hover, .theme-red .btn-primary.disabled:focus, .theme-red .btn-primary.disabled:active, .theme-red .btn-primary.disabled.active, .theme-red .btn-primary[disabled], .theme-red .btn-primary[disabled]:hover, .theme-red .btn-primary[disabled]:focus, .theme-red .btn-primary[disabled]:active, .theme-red .btn-primary[disabled].active, fieldset[disabled] .theme-red .btn-primary, fieldset[disabled] .theme-red .btn-primary:hover, fieldset[disabled] .theme-red .btn-primary:focus, fieldset[disabled] .theme-red .btn-primary:active, fieldset[disabled] .theme-red .btn-primary.active {
  color: #C6C0B5;
  border-color: #C6C0B5;
  background-color: transparent;
}
.theme-red .btn-primary.spinner, .theme-red .btn-primary.ok, .theme-red .btn-primary.error, .theme-red .btn-primary[disabled].spinner, .theme-red .btn-primary[disabled].ok, .theme-red .btn-primary[disabled].error, .theme-red .btn-primary fieldset[disabled].spinner, .theme-red .btn-primary fieldset[disabled].ok, .theme-red .btn-primary fieldset[disabled].error {
  position: relative;
  background-color: #fff0ed;
  border-color: #fff0ed;
  color: #fff0ed;
  opacity: 1;
}
.theme-red .btn-primary.spinner:hover, .theme-red .btn-primary.spinner:focus, .theme-red .btn-primary.ok:hover, .theme-red .btn-primary.ok:focus, .theme-red .btn-primary.error:hover, .theme-red .btn-primary.error:focus, .theme-red .btn-primary[disabled].spinner:hover, .theme-red .btn-primary[disabled].spinner:focus, .theme-red .btn-primary[disabled].ok:hover, .theme-red .btn-primary[disabled].ok:focus, .theme-red .btn-primary[disabled].error:hover, .theme-red .btn-primary[disabled].error:focus, .theme-red .btn-primary fieldset[disabled].spinner:hover, .theme-red .btn-primary fieldset[disabled].spinner:focus, .theme-red .btn-primary fieldset[disabled].ok:hover, .theme-red .btn-primary fieldset[disabled].ok:focus, .theme-red .btn-primary fieldset[disabled].error:hover, .theme-red .btn-primary fieldset[disabled].error:focus {
  color: #ffffff;
  background-color: #ffffff;
}
.theme-red .btn-primary.spinner:active, .theme-red .btn-primary.spinner.active, .theme-red .btn-primary.ok:active, .theme-red .btn-primary.ok.active, .theme-red .btn-primary.error:active, .theme-red .btn-primary.error.active, .theme-red .btn-primary[disabled].spinner:active, .theme-red .btn-primary[disabled].spinner.active, .theme-red .btn-primary[disabled].ok:active, .theme-red .btn-primary[disabled].ok.active, .theme-red .btn-primary[disabled].error:active, .theme-red .btn-primary[disabled].error.active, .theme-red .btn-primary fieldset[disabled].spinner:active, .theme-red .btn-primary fieldset[disabled].spinner.active, .theme-red .btn-primary fieldset[disabled].ok:active, .theme-red .btn-primary fieldset[disabled].ok.active, .theme-red .btn-primary fieldset[disabled].error:active, .theme-red .btn-primary fieldset[disabled].error.active {
  color: #ecaba0;
  background-color: #ecaba0;
}
.theme-red .btn-primary.spinner > *, .theme-red .btn-primary.ok > *, .theme-red .btn-primary.error > * {
  visibility: hidden;
}
.theme-red .btn-primary.spinner:after, .theme-red .btn-primary.ok:after, .theme-red .btn-primary.error:after {
  color: #943628;
  position: relative;
  display: inline-block;
  font-family: 'uicregular';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  white-space: nowrap;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "liga", "dlig";
  -moz-font-feature-settings: "liga=1, dlig=1";
  -moz-font-feature-settings: "liga", "dlig";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig";
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
  font-size: 16px;
  margin: 0 0 0 -8px;
}
.theme-red .btn-primary.spinner:after {
  content: "\e62c";
  margin-top: -8px;
  -webkit-animation: issuuSpinnerAnimation 1.6s linear infinite;
  animation: issuuSpinnerAnimation 1.6s linear infinite;
}
.theme-red .btn-primary.ok:after {
  content: "\e619";
}
.theme-red .btn-primary.error:after {
  content: "\e61b";
}
.theme-red .btn-success {
  transition: background-color 0.25s ease;
}
.theme-red .btn-success:hover, .theme-red .btn-success:focus {
  background-color: #50d96c;
  border-color: #50d96c;
}
.theme-red .btn-success:active, .theme-red .btn-success.active {
  background-color: #3da652;
  border-color: #3da652;
}
.theme-red .btn-success.disabled, .theme-red .btn-success.disabled:hover, .theme-red .btn-success.disabled:focus, .theme-red .btn-success.disabled:active, .theme-red .btn-success.disabled.active, .theme-red .btn-success[disabled], .theme-red .btn-success[disabled]:hover, .theme-red .btn-success[disabled]:focus, .theme-red .btn-success[disabled]:active, .theme-red .btn-success[disabled].active, fieldset[disabled] .theme-red .btn-success, fieldset[disabled] .theme-red .btn-success:hover, fieldset[disabled] .theme-red .btn-success:focus, fieldset[disabled] .theme-red .btn-success:active, fieldset[disabled] .theme-red .btn-success.active {
  color: #C6C0B5;
  border-color: #C6C0B5;
  background-color: transparent;
}
.theme-red .btn-success.spinner, .theme-red .btn-success.ok, .theme-red .btn-success.error, .theme-red .btn-success[disabled].spinner, .theme-red .btn-success[disabled].ok, .theme-red .btn-success[disabled].error, .theme-red .btn-success fieldset[disabled].spinner, .theme-red .btn-success fieldset[disabled].ok, .theme-red .btn-success fieldset[disabled].error {
  position: relative;
  background-color: #46be5e;
  border-color: #46be5e;
  color: #46be5e;
  opacity: 1;
}
.theme-red .btn-success.spinner:hover, .theme-red .btn-success.spinner:focus, .theme-red .btn-success.ok:hover, .theme-red .btn-success.ok:focus, .theme-red .btn-success.error:hover, .theme-red .btn-success.error:focus, .theme-red .btn-success[disabled].spinner:hover, .theme-red .btn-success[disabled].spinner:focus, .theme-red .btn-success[disabled].ok:hover, .theme-red .btn-success[disabled].ok:focus, .theme-red .btn-success[disabled].error:hover, .theme-red .btn-success[disabled].error:focus, .theme-red .btn-success fieldset[disabled].spinner:hover, .theme-red .btn-success fieldset[disabled].spinner:focus, .theme-red .btn-success fieldset[disabled].ok:hover, .theme-red .btn-success fieldset[disabled].ok:focus, .theme-red .btn-success fieldset[disabled].error:hover, .theme-red .btn-success fieldset[disabled].error:focus {
  color: #50d96c;
  background-color: #50d96c;
}
.theme-red .btn-success.spinner:active, .theme-red .btn-success.spinner.active, .theme-red .btn-success.ok:active, .theme-red .btn-success.ok.active, .theme-red .btn-success.error:active, .theme-red .btn-success.error.active, .theme-red .btn-success[disabled].spinner:active, .theme-red .btn-success[disabled].spinner.active, .theme-red .btn-success[disabled].ok:active, .theme-red .btn-success[disabled].ok.active, .theme-red .btn-success[disabled].error:active, .theme-red .btn-success[disabled].error.active, .theme-red .btn-success fieldset[disabled].spinner:active, .theme-red .btn-success fieldset[disabled].spinner.active, .theme-red .btn-success fieldset[disabled].ok:active, .theme-red .btn-success fieldset[disabled].ok.active, .theme-red .btn-success fieldset[disabled].error:active, .theme-red .btn-success fieldset[disabled].error.active {
  color: #3da652;
  background-color: #3da652;
}
.theme-red .btn-success.spinner > *, .theme-red .btn-success.ok > *, .theme-red .btn-success.error > * {
  visibility: hidden;
}
.theme-red .btn-success.spinner:after, .theme-red .btn-success.ok:after, .theme-red .btn-success.error:after {
  color: #ffffff;
  position: relative;
  display: inline-block;
  font-family: 'uicregular';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  white-space: nowrap;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "liga", "dlig";
  -moz-font-feature-settings: "liga=1, dlig=1";
  -moz-font-feature-settings: "liga", "dlig";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig";
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
  font-size: 16px;
  margin: 0 0 0 -8px;
}
.theme-red .btn-success.spinner:after {
  content: "\e62c";
  margin-top: -8px;
  -webkit-animation: issuuSpinnerAnimation 1.6s linear infinite;
  animation: issuuSpinnerAnimation 1.6s linear infinite;
}
.theme-red .btn-success.ok:after {
  content: "\e619";
}
.theme-red .btn-success.error:after {
  content: "\e61b";
}
.theme-red .btn-danger {
  transition: background-color 0.25s ease;
}
.theme-red .btn-danger:hover, .theme-red .btn-danger:focus {
  background-color: #f25941;
  border-color: #f25941;
}
.theme-red .btn-danger:active, .theme-red .btn-danger.active {
  background-color: #bf4634;
  border-color: #bf4634;
}
.theme-red .btn-danger.disabled, .theme-red .btn-danger.disabled:hover, .theme-red .btn-danger.disabled:focus, .theme-red .btn-danger.disabled:active, .theme-red .btn-danger.disabled.active, .theme-red .btn-danger[disabled], .theme-red .btn-danger[disabled]:hover, .theme-red .btn-danger[disabled]:focus, .theme-red .btn-danger[disabled]:active, .theme-red .btn-danger[disabled].active, fieldset[disabled] .theme-red .btn-danger, fieldset[disabled] .theme-red .btn-danger:hover, fieldset[disabled] .theme-red .btn-danger:focus, fieldset[disabled] .theme-red .btn-danger:active, fieldset[disabled] .theme-red .btn-danger.active {
  color: #C6C0B5;
  border-color: #C6C0B5;
  background-color: transparent;
}
.theme-red .btn-danger.spinner, .theme-red .btn-danger.ok, .theme-red .btn-danger.error, .theme-red .btn-danger[disabled].spinner, .theme-red .btn-danger[disabled].ok, .theme-red .btn-danger[disabled].error, .theme-red .btn-danger fieldset[disabled].spinner, .theme-red .btn-danger fieldset[disabled].ok, .theme-red .btn-danger fieldset[disabled].error {
  position: relative;
  background-color: #d8513b;
  border-color: #d8513b;
  color: #d8513b;
  opacity: 1;
}
.theme-red .btn-danger.spinner:hover, .theme-red .btn-danger.spinner:focus, .theme-red .btn-danger.ok:hover, .theme-red .btn-danger.ok:focus, .theme-red .btn-danger.error:hover, .theme-red .btn-danger.error:focus, .theme-red .btn-danger[disabled].spinner:hover, .theme-red .btn-danger[disabled].spinner:focus, .theme-red .btn-danger[disabled].ok:hover, .theme-red .btn-danger[disabled].ok:focus, .theme-red .btn-danger[disabled].error:hover, .theme-red .btn-danger[disabled].error:focus, .theme-red .btn-danger fieldset[disabled].spinner:hover, .theme-red .btn-danger fieldset[disabled].spinner:focus, .theme-red .btn-danger fieldset[disabled].ok:hover, .theme-red .btn-danger fieldset[disabled].ok:focus, .theme-red .btn-danger fieldset[disabled].error:hover, .theme-red .btn-danger fieldset[disabled].error:focus {
  color: #f25941;
  background-color: #f25941;
}
.theme-red .btn-danger.spinner:active, .theme-red .btn-danger.spinner.active, .theme-red .btn-danger.ok:active, .theme-red .btn-danger.ok.active, .theme-red .btn-danger.error:active, .theme-red .btn-danger.error.active, .theme-red .btn-danger[disabled].spinner:active, .theme-red .btn-danger[disabled].spinner.active, .theme-red .btn-danger[disabled].ok:active, .theme-red .btn-danger[disabled].ok.active, .theme-red .btn-danger[disabled].error:active, .theme-red .btn-danger[disabled].error.active, .theme-red .btn-danger fieldset[disabled].spinner:active, .theme-red .btn-danger fieldset[disabled].spinner.active, .theme-red .btn-danger fieldset[disabled].ok:active, .theme-red .btn-danger fieldset[disabled].ok.active, .theme-red .btn-danger fieldset[disabled].error:active, .theme-red .btn-danger fieldset[disabled].error.active {
  color: #bf4634;
  background-color: #bf4634;
}
.theme-red .btn-danger.spinner > *, .theme-red .btn-danger.ok > *, .theme-red .btn-danger.error > * {
  visibility: hidden;
}
.theme-red .btn-danger.spinner:after, .theme-red .btn-danger.ok:after, .theme-red .btn-danger.error:after {
  color: #ffffff;
  position: relative;
  display: inline-block;
  font-family: 'uicregular';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  white-space: nowrap;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "liga", "dlig";
  -moz-font-feature-settings: "liga=1, dlig=1";
  -moz-font-feature-settings: "liga", "dlig";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig";
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
  font-size: 16px;
  margin: 0 0 0 -8px;
}
.theme-red .btn-danger.spinner:after {
  content: "\e62c";
  margin-top: -8px;
  -webkit-animation: issuuSpinnerAnimation 1.6s linear infinite;
  animation: issuuSpinnerAnimation 1.6s linear infinite;
}
.theme-red .btn-danger.ok:after {
  content: "\e619";
}
.theme-red .btn-danger.error:after {
  content: "\e61b";
}
.theme-red .btn-inverse {
  color: #de503e;
  background-color: #fff;
  border-color: #fff;
  transition: background-color 0.25s ease;
}
.theme-red .btn-inverse:hover, .theme-red .btn-inverse:focus, .theme-red .btn-inverse:active, .theme-red .btn-inverse.active {
  color: #de503e;
  background-color: #ebebeb;
  border-color: #e0e0e0;
}
.open .theme-red .btn-inverse.dropdown-toggle {
  color: #de503e;
  background-color: #ebebeb;
  border-color: #e0e0e0;
}
.theme-red .btn-inverse:active, .theme-red .btn-inverse.active {
  background-image: none;
}
.open .theme-red .btn-inverse.dropdown-toggle {
  background-image: none;
}
.theme-red .btn-inverse.disabled, .theme-red .btn-inverse.disabled:hover, .theme-red .btn-inverse.disabled:focus, .theme-red .btn-inverse.disabled:active, .theme-red .btn-inverse.disabled.active, .theme-red .btn-inverse[disabled], .theme-red .btn-inverse[disabled]:hover, .theme-red .btn-inverse[disabled]:focus, .theme-red .btn-inverse[disabled]:active, .theme-red .btn-inverse[disabled].active, fieldset[disabled] .theme-red .btn-inverse, fieldset[disabled] .theme-red .btn-inverse:hover, fieldset[disabled] .theme-red .btn-inverse:focus, fieldset[disabled] .theme-red .btn-inverse:active, fieldset[disabled] .theme-red .btn-inverse.active {
  background-color: #fff;
  border-color: #fff;
}
.theme-red .btn-inverse .badge {
  color: #fff;
  background-color: #de503e;
}
.theme-red .btn-inverse:hover, .theme-red .btn-inverse:focus {
  background-color: #d7d7d7;
  border-color: #d7d7d7;
}
.theme-red .btn-inverse:active, .theme-red .btn-inverse.active {
  background-color: #fff;
  border-color: #fff;
}
.theme-red .btn-inverse.disabled, .theme-red .btn-inverse.disabled:hover, .theme-red .btn-inverse.disabled:focus, .theme-red .btn-inverse.disabled:active, .theme-red .btn-inverse.disabled.active, .theme-red .btn-inverse[disabled], .theme-red .btn-inverse[disabled]:hover, .theme-red .btn-inverse[disabled]:focus, .theme-red .btn-inverse[disabled]:active, .theme-red .btn-inverse[disabled].active, fieldset[disabled] .theme-red .btn-inverse, fieldset[disabled] .theme-red .btn-inverse:hover, fieldset[disabled] .theme-red .btn-inverse:focus, fieldset[disabled] .theme-red .btn-inverse:active, fieldset[disabled] .theme-red .btn-inverse.active {
  color: #C6C0B5;
  border-color: #C6C0B5;
  background-color: transparent;
}
.theme-red .btn-inverse.spinner, .theme-red .btn-inverse.ok, .theme-red .btn-inverse.error, .theme-red .btn-inverse[disabled].spinner, .theme-red .btn-inverse[disabled].ok, .theme-red .btn-inverse[disabled].error, .theme-red .btn-inverse fieldset[disabled].spinner, .theme-red .btn-inverse fieldset[disabled].ok, .theme-red .btn-inverse fieldset[disabled].error {
  position: relative;
  background-color: #fff;
  border-color: #fff;
  color: #fff;
  opacity: 1;
}
.theme-red .btn-inverse.spinner:hover, .theme-red .btn-inverse.spinner:focus, .theme-red .btn-inverse.ok:hover, .theme-red .btn-inverse.ok:focus, .theme-red .btn-inverse.error:hover, .theme-red .btn-inverse.error:focus, .theme-red .btn-inverse[disabled].spinner:hover, .theme-red .btn-inverse[disabled].spinner:focus, .theme-red .btn-inverse[disabled].ok:hover, .theme-red .btn-inverse[disabled].ok:focus, .theme-red .btn-inverse[disabled].error:hover, .theme-red .btn-inverse[disabled].error:focus, .theme-red .btn-inverse fieldset[disabled].spinner:hover, .theme-red .btn-inverse fieldset[disabled].spinner:focus, .theme-red .btn-inverse fieldset[disabled].ok:hover, .theme-red .btn-inverse fieldset[disabled].ok:focus, .theme-red .btn-inverse fieldset[disabled].error:hover, .theme-red .btn-inverse fieldset[disabled].error:focus {
  color: #d7d7d7;
  background-color: #d7d7d7;
}
.theme-red .btn-inverse.spinner:active, .theme-red .btn-inverse.spinner.active, .theme-red .btn-inverse.ok:active, .theme-red .btn-inverse.ok.active, .theme-red .btn-inverse.error:active, .theme-red .btn-inverse.error.active, .theme-red .btn-inverse[disabled].spinner:active, .theme-red .btn-inverse[disabled].spinner.active, .theme-red .btn-inverse[disabled].ok:active, .theme-red .btn-inverse[disabled].ok.active, .theme-red .btn-inverse[disabled].error:active, .theme-red .btn-inverse[disabled].error.active, .theme-red .btn-inverse fieldset[disabled].spinner:active, .theme-red .btn-inverse fieldset[disabled].spinner.active, .theme-red .btn-inverse fieldset[disabled].ok:active, .theme-red .btn-inverse fieldset[disabled].ok.active, .theme-red .btn-inverse fieldset[disabled].error:active, .theme-red .btn-inverse fieldset[disabled].error.active {
  color: #fff;
  background-color: #fff;
}
.theme-red .btn-inverse.spinner > *, .theme-red .btn-inverse.ok > *, .theme-red .btn-inverse.error > * {
  visibility: hidden;
}
.theme-red .btn-inverse.spinner:after, .theme-red .btn-inverse.ok:after, .theme-red .btn-inverse.error:after {
  color: #de503e;
  position: relative;
  display: inline-block;
  font-family: 'uicregular';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  white-space: nowrap;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "liga", "dlig";
  -moz-font-feature-settings: "liga=1, dlig=1";
  -moz-font-feature-settings: "liga", "dlig";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig";
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
  font-size: 16px;
  margin: 0 0 0 -8px;
}
.theme-red .btn-inverse.spinner:after {
  content: "\e62c";
  margin-top: -8px;
  -webkit-animation: issuuSpinnerAnimation 1.6s linear infinite;
  animation: issuuSpinnerAnimation 1.6s linear infinite;
}
.theme-red .btn-inverse.ok:after {
  content: "\e619";
}
.theme-red .btn-inverse.error:after {
  content: "\e61b";
}
.theme-red .btn-action-bar {
  color: #ecaba0;
  background-color: #ba4432;
  border-color: #ba4432;
  transition: background-color 0.25s ease;
}
.theme-red .btn-action-bar:hover, .theme-red .btn-action-bar:focus, .theme-red .btn-action-bar:active, .theme-red .btn-action-bar.active {
  color: #ecaba0;
  background-color: #9a3829;
  border-color: #8a3225;
}
.open .theme-red .btn-action-bar.dropdown-toggle {
  color: #ecaba0;
  background-color: #9a3829;
  border-color: #8a3225;
}
.theme-red .btn-action-bar:active, .theme-red .btn-action-bar.active {
  background-image: none;
}
.open .theme-red .btn-action-bar.dropdown-toggle {
  background-image: none;
}
.theme-red .btn-action-bar.disabled, .theme-red .btn-action-bar.disabled:hover, .theme-red .btn-action-bar.disabled:focus, .theme-red .btn-action-bar.disabled:active, .theme-red .btn-action-bar.disabled.active, .theme-red .btn-action-bar[disabled], .theme-red .btn-action-bar[disabled]:hover, .theme-red .btn-action-bar[disabled]:focus, .theme-red .btn-action-bar[disabled]:active, .theme-red .btn-action-bar[disabled].active, fieldset[disabled] .theme-red .btn-action-bar, fieldset[disabled] .theme-red .btn-action-bar:hover, fieldset[disabled] .theme-red .btn-action-bar:focus, fieldset[disabled] .theme-red .btn-action-bar:active, fieldset[disabled] .theme-red .btn-action-bar.active {
  background-color: #ba4432;
  border-color: #ba4432;
}
.theme-red .btn-action-bar .badge {
  color: #ba4432;
  background-color: #ecaba0;
}
.theme-red .btn-action-bar:hover, .theme-red .btn-action-bar:focus {
  background-color: #c74936;
  border-color: #c74936;
}
.theme-red .btn-action-bar:active, .theme-red .btn-action-bar.active {
  background-color: #943628;
  border-color: #943628;
}
.theme-red .btn-action-bar.disabled, .theme-red .btn-action-bar.disabled:hover, .theme-red .btn-action-bar.disabled:focus, .theme-red .btn-action-bar.disabled:active, .theme-red .btn-action-bar.disabled.active, .theme-red .btn-action-bar[disabled], .theme-red .btn-action-bar[disabled]:hover, .theme-red .btn-action-bar[disabled]:focus, .theme-red .btn-action-bar[disabled]:active, .theme-red .btn-action-bar[disabled].active, fieldset[disabled] .theme-red .btn-action-bar, fieldset[disabled] .theme-red .btn-action-bar:hover, fieldset[disabled] .theme-red .btn-action-bar:focus, fieldset[disabled] .theme-red .btn-action-bar:active, fieldset[disabled] .theme-red .btn-action-bar.active {
  color: #C6C0B5;
  border-color: #C6C0B5;
  background-color: transparent;
}
.theme-red .btn-action-bar.spinner, .theme-red .btn-action-bar.ok, .theme-red .btn-action-bar.error, .theme-red .btn-action-bar[disabled].spinner, .theme-red .btn-action-bar[disabled].ok, .theme-red .btn-action-bar[disabled].error, .theme-red .btn-action-bar fieldset[disabled].spinner, .theme-red .btn-action-bar fieldset[disabled].ok, .theme-red .btn-action-bar fieldset[disabled].error {
  position: relative;
  background-color: #ba4432;
  border-color: #ba4432;
  color: #ba4432;
  opacity: 1;
}
.theme-red .btn-action-bar.spinner:hover, .theme-red .btn-action-bar.spinner:focus, .theme-red .btn-action-bar.ok:hover, .theme-red .btn-action-bar.ok:focus, .theme-red .btn-action-bar.error:hover, .theme-red .btn-action-bar.error:focus, .theme-red .btn-action-bar[disabled].spinner:hover, .theme-red .btn-action-bar[disabled].spinner:focus, .theme-red .btn-action-bar[disabled].ok:hover, .theme-red .btn-action-bar[disabled].ok:focus, .theme-red .btn-action-bar[disabled].error:hover, .theme-red .btn-action-bar[disabled].error:focus, .theme-red .btn-action-bar fieldset[disabled].spinner:hover, .theme-red .btn-action-bar fieldset[disabled].spinner:focus, .theme-red .btn-action-bar fieldset[disabled].ok:hover, .theme-red .btn-action-bar fieldset[disabled].ok:focus, .theme-red .btn-action-bar fieldset[disabled].error:hover, .theme-red .btn-action-bar fieldset[disabled].error:focus {
  color: #c74936;
  background-color: #c74936;
}
.theme-red .btn-action-bar.spinner:active, .theme-red .btn-action-bar.spinner.active, .theme-red .btn-action-bar.ok:active, .theme-red .btn-action-bar.ok.active, .theme-red .btn-action-bar.error:active, .theme-red .btn-action-bar.error.active, .theme-red .btn-action-bar[disabled].spinner:active, .theme-red .btn-action-bar[disabled].spinner.active, .theme-red .btn-action-bar[disabled].ok:active, .theme-red .btn-action-bar[disabled].ok.active, .theme-red .btn-action-bar[disabled].error:active, .theme-red .btn-action-bar[disabled].error.active, .theme-red .btn-action-bar fieldset[disabled].spinner:active, .theme-red .btn-action-bar fieldset[disabled].spinner.active, .theme-red .btn-action-bar fieldset[disabled].ok:active, .theme-red .btn-action-bar fieldset[disabled].ok.active, .theme-red .btn-action-bar fieldset[disabled].error:active, .theme-red .btn-action-bar fieldset[disabled].error.active {
  color: #943628;
  background-color: #943628;
}
.theme-red .btn-action-bar.spinner > *, .theme-red .btn-action-bar.ok > *, .theme-red .btn-action-bar.error > * {
  visibility: hidden;
}
.theme-red .btn-action-bar.spinner:after, .theme-red .btn-action-bar.ok:after, .theme-red .btn-action-bar.error:after {
  color: #ecaba0;
  position: relative;
  display: inline-block;
  font-family: 'uicregular';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  white-space: nowrap;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "liga", "dlig";
  -moz-font-feature-settings: "liga=1, dlig=1";
  -moz-font-feature-settings: "liga", "dlig";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig";
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
  font-size: 16px;
  margin: 0 0 0 -8px;
}
.theme-red .btn-action-bar.spinner:after {
  content: "\e62c";
  margin-top: -8px;
  -webkit-animation: issuuSpinnerAnimation 1.6s linear infinite;
  animation: issuuSpinnerAnimation 1.6s linear infinite;
}
.theme-red .btn-action-bar.ok:after {
  content: "\e619";
}
.theme-red .btn-action-bar.error:after {
  content: "\e61b";
}
.theme-red .btn-action-bar-icon {
  color: #ecaba0;
  background-color: #ba4432;
  border-color: #ba4432;
  transition: background-color 0.25s ease;
  overflow: hidden;
}
.theme-red .btn-action-bar-icon:hover, .theme-red .btn-action-bar-icon:focus, .theme-red .btn-action-bar-icon:active, .theme-red .btn-action-bar-icon.active {
  color: #ecaba0;
  background-color: #9a3829;
  border-color: #8a3225;
}
.open .theme-red .btn-action-bar-icon.dropdown-toggle {
  color: #ecaba0;
  background-color: #9a3829;
  border-color: #8a3225;
}
.theme-red .btn-action-bar-icon:active, .theme-red .btn-action-bar-icon.active {
  background-image: none;
}
.open .theme-red .btn-action-bar-icon.dropdown-toggle {
  background-image: none;
}
.theme-red .btn-action-bar-icon.disabled, .theme-red .btn-action-bar-icon.disabled:hover, .theme-red .btn-action-bar-icon.disabled:focus, .theme-red .btn-action-bar-icon.disabled:active, .theme-red .btn-action-bar-icon.disabled.active, .theme-red .btn-action-bar-icon[disabled], .theme-red .btn-action-bar-icon[disabled]:hover, .theme-red .btn-action-bar-icon[disabled]:focus, .theme-red .btn-action-bar-icon[disabled]:active, .theme-red .btn-action-bar-icon[disabled].active, fieldset[disabled] .theme-red .btn-action-bar-icon, fieldset[disabled] .theme-red .btn-action-bar-icon:hover, fieldset[disabled] .theme-red .btn-action-bar-icon:focus, fieldset[disabled] .theme-red .btn-action-bar-icon:active, fieldset[disabled] .theme-red .btn-action-bar-icon.active {
  background-color: #ba4432;
  border-color: #ba4432;
}
.theme-red .btn-action-bar-icon .badge {
  color: #ba4432;
  background-color: #ecaba0;
}
.theme-red .btn-action-bar-icon:hover, .theme-red .btn-action-bar-icon:focus {
  background-color: #ba4432;
  border-color: #ba4432;
}
.theme-red .btn-action-bar-icon:active, .theme-red .btn-action-bar-icon.active {
  background-color: #ba4432;
  border-color: #ba4432;
}
.theme-red .btn-action-bar-icon.disabled, .theme-red .btn-action-bar-icon.disabled:hover, .theme-red .btn-action-bar-icon.disabled:focus, .theme-red .btn-action-bar-icon.disabled:active, .theme-red .btn-action-bar-icon.disabled.active, .theme-red .btn-action-bar-icon[disabled], .theme-red .btn-action-bar-icon[disabled]:hover, .theme-red .btn-action-bar-icon[disabled]:focus, .theme-red .btn-action-bar-icon[disabled]:active, .theme-red .btn-action-bar-icon[disabled].active, fieldset[disabled] .theme-red .btn-action-bar-icon, fieldset[disabled] .theme-red .btn-action-bar-icon:hover, fieldset[disabled] .theme-red .btn-action-bar-icon:focus, fieldset[disabled] .theme-red .btn-action-bar-icon:active, fieldset[disabled] .theme-red .btn-action-bar-icon.active {
  color: #C6C0B5;
  border-color: #C6C0B5;
  background-color: transparent;
}
.theme-red .btn-action-bar-icon.spinner, .theme-red .btn-action-bar-icon.ok, .theme-red .btn-action-bar-icon.error, .theme-red .btn-action-bar-icon[disabled].spinner, .theme-red .btn-action-bar-icon[disabled].ok, .theme-red .btn-action-bar-icon[disabled].error, .theme-red .btn-action-bar-icon fieldset[disabled].spinner, .theme-red .btn-action-bar-icon fieldset[disabled].ok, .theme-red .btn-action-bar-icon fieldset[disabled].error {
  position: relative;
  background-color: #ba4432;
  border-color: #ba4432;
  color: #ba4432;
  opacity: 1;
}
.theme-red .btn-action-bar-icon.spinner:hover, .theme-red .btn-action-bar-icon.spinner:focus, .theme-red .btn-action-bar-icon.ok:hover, .theme-red .btn-action-bar-icon.ok:focus, .theme-red .btn-action-bar-icon.error:hover, .theme-red .btn-action-bar-icon.error:focus, .theme-red .btn-action-bar-icon[disabled].spinner:hover, .theme-red .btn-action-bar-icon[disabled].spinner:focus, .theme-red .btn-action-bar-icon[disabled].ok:hover, .theme-red .btn-action-bar-icon[disabled].ok:focus, .theme-red .btn-action-bar-icon[disabled].error:hover, .theme-red .btn-action-bar-icon[disabled].error:focus, .theme-red .btn-action-bar-icon fieldset[disabled].spinner:hover, .theme-red .btn-action-bar-icon fieldset[disabled].spinner:focus, .theme-red .btn-action-bar-icon fieldset[disabled].ok:hover, .theme-red .btn-action-bar-icon fieldset[disabled].ok:focus, .theme-red .btn-action-bar-icon fieldset[disabled].error:hover, .theme-red .btn-action-bar-icon fieldset[disabled].error:focus {
  color: #ba4432;
  background-color: #ba4432;
}
.theme-red .btn-action-bar-icon.spinner:active, .theme-red .btn-action-bar-icon.spinner.active, .theme-red .btn-action-bar-icon.ok:active, .theme-red .btn-action-bar-icon.ok.active, .theme-red .btn-action-bar-icon.error:active, .theme-red .btn-action-bar-icon.error.active, .theme-red .btn-action-bar-icon[disabled].spinner:active, .theme-red .btn-action-bar-icon[disabled].spinner.active, .theme-red .btn-action-bar-icon[disabled].ok:active, .theme-red .btn-action-bar-icon[disabled].ok.active, .theme-red .btn-action-bar-icon[disabled].error:active, .theme-red .btn-action-bar-icon[disabled].error.active, .theme-red .btn-action-bar-icon fieldset[disabled].spinner:active, .theme-red .btn-action-bar-icon fieldset[disabled].spinner.active, .theme-red .btn-action-bar-icon fieldset[disabled].ok:active, .theme-red .btn-action-bar-icon fieldset[disabled].ok.active, .theme-red .btn-action-bar-icon fieldset[disabled].error:active, .theme-red .btn-action-bar-icon fieldset[disabled].error.active {
  color: #ba4432;
  background-color: #ba4432;
}
.theme-red .btn-action-bar-icon.spinner > *, .theme-red .btn-action-bar-icon.ok > *, .theme-red .btn-action-bar-icon.error > * {
  visibility: hidden;
}
.theme-red .btn-action-bar-icon.spinner:after, .theme-red .btn-action-bar-icon.ok:after, .theme-red .btn-action-bar-icon.error:after {
  color: #ecaba0;
  position: relative;
  display: inline-block;
  font-family: 'uicregular';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  white-space: nowrap;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "liga", "dlig";
  -moz-font-feature-settings: "liga=1, dlig=1";
  -moz-font-feature-settings: "liga", "dlig";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig";
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
  font-size: 16px;
  margin: 0 0 0 -8px;
}
.theme-red .btn-action-bar-icon.spinner:after {
  content: "\e62c";
  margin-top: -8px;
  -webkit-animation: issuuSpinnerAnimation 1.6s linear infinite;
  animation: issuuSpinnerAnimation 1.6s linear infinite;
}
.theme-red .btn-action-bar-icon.ok:after {
  content: "\e619";
}
.theme-red .btn-action-bar-icon.error:after {
  content: "\e61b";
}
.theme-red .btn-action-bar-icon:hover, .theme-red .btn-action-bar-icon.hover, .theme-red .btn-action-bar-icon:active, .theme-red .btn-action-bar-icon.active {
  color: #ffffff;
  background: #fff;
}
.theme-red .data-xxl, .theme-red .data-xl, .theme-red .data-l {
  color: #ffffff;
}
.theme-red .type-discreet, .theme-red .help-block {
  color: #ba4432;
}
.theme-red .type-tag {
  color: #56B66A;
}
.theme-red a.type-discreet, .theme-red .type-discreet a, .theme-red .help-block a {
  color: #fff0ed;
}
.theme-red a.type-discreet:hover, .theme-red a.type-discreet:focus, .theme-red .type-discreet a:hover, .theme-red .type-discreet a:focus, .theme-red .help-block a:hover, .theme-red .help-block a:focus {
  text-decoration: underline;
  color: #ffffff;
}
.theme-red .nav > li > a {
  color: #78756E;
  font-size: 14px;
}
.theme-red .nav > li > a:hover, .theme-red .nav > li > a:focus {
  color: #F56C59;
}
.theme-red .nav > li.active > a {
  color: #78756E;
  font-weight: 700;
}
.theme-red .nav > li.active > a:hover, .theme-red .nav > li.active > a:focus {
  cursor: pointer;
  color: #F56C59;
}
.theme-red .nav-tabs > li > a {
  border: 0;
}
.theme-red .nav-tabs > li.active > a {
  color: #78756E;
  font-weight: 700;
}
.theme-red .nav-tabs > li.active > a, .theme-red .nav-tabs > li.active > a:hover, .theme-red .nav-tabs > li.active > a:focus {
  cursor: pointer;
  border: 0;
}
.theme-red .form-control {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.theme-red .form-control:focus {
  background-color: #943628;
  border: 0;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.theme-red .form-control[disabled], .theme-red .form-control[readonly], .theme-red .form-control.readonly, fieldset[disabled] .theme-red .form-control {
  color: #ecaba0;
}
.theme-red .form-control[readonly], .theme-red .form-control.readonly {
  /*must be after :focus*/
  background-color: transparent;
  border: 2px solid #ba4432;
}
.theme-red label {
  color: #ffffff;
}
.theme-red select.form-control, .theme-red .dropdown-alternative select {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAHCAMAAAAGcixRAAAAKlBMVEWXl5eXl5eXl5eXl5ePj4+Ojo6Xl5eWlpaXl5eXl5eRkZEAAACOjo6Xl5c/t0pyAAAADHRSTlNAcJAw3O9goSAQyACAlOhHAAAAMUlEQVR42jXGRw4AIAzEwKWmLPn/d1EU8MEabH916IkK4Cg1gtwpYZISMVmkL/s0zV9rswLSzuucLwAAAABJRU5ErkJggg==");
}
.theme-red select.form-control:focus, .theme-red select.form-control:hover, .theme-red select.form-control:active, .theme-red .dropdown-alternative select:focus, .theme-red .dropdown-alternative select:hover, .theme-red .dropdown-alternative select:active {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAHCAMAAAAGcixRAAAAKlBMVEVUVFRUVFRUVFRUVFRPT09PT09UVFRTU1NUVFRUVFRQUFAAAABPT09UVFRUy9akAAAADHRSTlOQQHAw3O9goSAQyADDoJvGAAAAMUlEQVR42jXGRw4AIAzEwKWmLPn/d1EU8MEabH8BeqJq4Ch1gtwpYZISMVmkL/s0zV9rkwLSzoYPiAAAAABJRU5ErkJggg==");
}
.theme-red select.form-control option, .theme-red .dropdown-alternative select option {
  color: #ffffff;
  background-color: #fff;
}
.theme-red .table {
  border-bottom: 1px solid #506978;
}
.theme-red .table tr > .sorted, .theme-red .table tr > .sorted * {
  color: #fff0ed;
}
.theme-red .table > thead > tr > th {
  border-bottom-width: 0px;
}
.theme-red .table > thead > tr > th a {
  color: #820f00;
}
.theme-red .table > thead > tr > th a:hover {
  color: #fff0ed;
}
.theme-red .table > thead > tr > th.title, .theme-red .table > thead > tr > th.title a {
  color: #ffffff;
}
.theme-red .jumbotron-img h1, .theme-red .jumbotron-img h2, .theme-red .jumbotron-img h3, .theme-red .jumbotron-img p {
  color: #fff;
}
.theme-red .jumbotron-img .pull-left .issuulogo, .theme-red .jumbotron-img .pull-right .issuulogo {
  color: white;
  background: white;
}
.theme-red .jumbotron-marketing-gray {
  background-color: #f7f7f7;
}
.theme-red .jumbotron-marketing-white {
  background-color: white;
}
.has-error .theme-red .form-control {
  background: #DF503C;
}
.theme-red .form-control.error, .has-error .theme-red .form-control {
  color: #943628;
  background-color: #fff0ed;
}
.theme-red .form-control.error:-moz-placeholder, .has-error .theme-red .form-control:-moz-placeholder {
  color: #ba4432;
}
.theme-red .form-control.error::-moz-placeholder, .has-error .theme-red .form-control::-moz-placeholder {
  color: #ba4432;
  opacity: 1;
}
.theme-red .form-control.error:-ms-input-placeholder, .has-error .theme-red .form-control:-ms-input-placeholder {
  color: #ba4432;
}
.theme-red .form-control.error::-webkit-input-placeholder, .has-error .theme-red .form-control::-webkit-input-placeholder {
  color: #ba4432;
}
.theme-red .checkbox.error, .theme-red .checkbox-inline.error {
  background-color: #fff0ed;
}
.theme-red .text-dimmed {
  color: #C6C0B5;
}
.theme-red a.text-dimmed:hover {
  color: #b0a798;
}
.theme-red .bg-dimmed {
  background-color: #E0DACF;
}
.theme-red a.bg-dimmed:hover {
  background-color: #ccc2b0;
}
.theme-red .alert-warning {
  color: #a45a03;
}
.theme-red nav .searchbox .searchbox-placeholder {
  color: #FFFFFF;
}
.csschecked .theme-red .switch .switch-label-off {
  color: #ffffff;
}
.csschecked .theme-red .switch .switch-label-on {
  color: #ecaba0;
}
.csschecked .theme-red .switch .switch-selection {
  background: #943628;
}
.csschecked .theme-red .switch .switch-input:checked + .switch-label-on ~ .switch-selection {
  background: #3da652;
}
.csschecked .theme-red .switch:hover .switch-selection {
  background: #ecaba0;
}
.csschecked .theme-red .switch:hover .switch-input:checked + .switch-label-on ~ .switch-selection {
  background: #39994c;
}
.csschecked .theme-red .switch .switch-bg {
  background: #ba4432;
}
.csschecked .theme-red .switch .switch-input:checked + .switch-label-on ~ .switch-bg {
  background: #46be5e;
}
.theme-red .nav-switch .nav-switch-label {
  background: #FFFFFF;
  border-color: #F36D5D;
  color: #d1d1d1;
}
.theme-red .nav-switch .nav-switch-label:hover {
  background: rgba(245, 108, 89, 0.3);
  color: #9b9b9b;
}
.theme-red .nav-switch .nav-switch-input:checked + .nav-switch-label {
  background: #F56C59;
  border-color: #e05140;
  color: #FFFFFF;
}
.theme-red .dropdown-alternative .dropdown-title, .theme-red .dropdown-alternative select {
  color: #820f00;
}
.theme-red .dropdown-alternative select {
  background-color: transparent;
}
.theme-red .dropdown-alternative .menu a:after {
  color: #d8513b;
}
.theme-red .menu, .theme-red .balloon {
  -webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.3);
  background-color: #FFFFFF;
}
.theme-red .menu::-webkit-scrollbar, .theme-red .menu ::-webkit-scrollbar, .theme-red .balloon::-webkit-scrollbar, .theme-red .balloon ::-webkit-scrollbar {
  background-color: transparent;
}
.theme-red .menu::-webkit-scrollbar-track, .theme-red .menu ::-webkit-scrollbar-track, .theme-red .balloon::-webkit-scrollbar-track, .theme-red .balloon ::-webkit-scrollbar-track {
  background-color: transparent;
}
.theme-red .menu::-webkit-scrollbar-track:hover, .theme-red .menu ::-webkit-scrollbar-track:hover, .theme-red .balloon::-webkit-scrollbar-track:hover, .theme-red .balloon ::-webkit-scrollbar-track:hover {
  background-color: #c44835;
}
.theme-red .menu::-webkit-scrollbar-thumb, .theme-red .menu ::-webkit-scrollbar-thumb, .theme-red .balloon::-webkit-scrollbar-thumb, .theme-red .balloon ::-webkit-scrollbar-thumb {
  background-color: #ba4432;
}
.theme-red .menu::-webkit-scrollbar-thumb:hover, .theme-red .menu ::-webkit-scrollbar-thumb:hover, .theme-red .balloon::-webkit-scrollbar-thumb:hover, .theme-red .balloon ::-webkit-scrollbar-thumb:hover {
  background-color: #ecaba0;
}
.theme-red .menu.arrow-top, .theme-red .balloon.arrow-top {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.theme-red .menu.arrow-top:after, .theme-red .menu.arrow-top:before, .theme-red .balloon.arrow-top:after, .theme-red .balloon.arrow-top:before {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.theme-red .menu.arrow-top:after, .theme-red .balloon.arrow-top:after {
  border-bottom-color: #FFFFFF;
  border-width: 10px;
  left: 50%;
  margin-left: -10px;
}
.theme-red .menu.arrow-top:before, .theme-red .balloon.arrow-top:before {
  border-bottom-color: rgba(0, 0, 0, 0.1);
  border-width: 11px;
  left: 50%;
  margin-left: -11px;
}
.theme-red .menu.arrow-bottom, .theme-red .balloon.arrow-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.theme-red .menu.arrow-bottom:after, .theme-red .menu.arrow-bottom:before, .theme-red .balloon.arrow-bottom:after, .theme-red .balloon.arrow-bottom:before {
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.theme-red .menu.arrow-bottom:after, .theme-red .balloon.arrow-bottom:after {
  border-top-color: #FFFFFF;
  border-width: 10px;
  left: 50%;
  margin-left: -10px;
}
.theme-red .menu.arrow-bottom:before, .theme-red .balloon.arrow-bottom:before {
  border-top-color: rgba(0, 0, 0, 0.1);
  border-width: 11px;
  left: 50%;
  margin-left: -11px;
}
.theme-red .menu.arrow-left, .theme-red .balloon.arrow-left {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.theme-red .menu.arrow-left:after, .theme-red .menu.arrow-left:before, .theme-red .balloon.arrow-left:after, .theme-red .balloon.arrow-left:before {
  right: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.theme-red .menu.arrow-left:after, .theme-red .balloon.arrow-left:after {
  border-right-color: #FFFFFF;
  border-width: 10px;
  top: 50%;
  margin-top: -10px;
}
.theme-red .menu.arrow-left:before, .theme-red .balloon.arrow-left:before {
  border-right-color: rgba(0, 0, 0, 0.1);
  border-width: 11px;
  top: 50%;
  margin-top: -11px;
}
.theme-red .menu.arrow-right, .theme-red .balloon.arrow-right {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.theme-red .menu.arrow-right:after, .theme-red .menu.arrow-right:before, .theme-red .balloon.arrow-right:after, .theme-red .balloon.arrow-right:before {
  left: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.theme-red .menu.arrow-right:after, .theme-red .balloon.arrow-right:after {
  border-left-color: #FFFFFF;
  border-width: 10px;
  top: 50%;
  margin-top: -10px;
}
.theme-red .menu.arrow-right:before, .theme-red .balloon.arrow-right:before {
  border-left-color: rgba(0, 0, 0, 0.1);
  border-width: 11px;
  top: 50%;
  margin-top: -11px;
}

.bg-white {
  background-color: #EFECE6;
}

.bg-light {
  background-color: #FAF9F8;
}

.theme-light {
  /*
   * This file configures Bootstrap to look like Issuu
   *
   * It started out by a copy of Bootstraps _variables.scss file
   */
  @import url("//fonts.googleapis.com/css?family=Open+Sans:700,600,400,300");
  color: #78756E;
  /**
   * Styling for the ISSUU sub menu (and tooltips, as tooltips are made out of submenus, for now).
   */
}
.theme-light html {
  -webkit-tap-highlight-color: transparent;
}
.theme-light body {
  color: #78756E;
  background-color: #EFECE6;
}
.theme-light a {
  color: #F36D5D;
}
.theme-light a:hover, .theme-light a:focus {
  color: #E76354;
}
.theme-light a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.theme-light .img-thumbnail {
  background-color: #EFECE6;
  border: 1px solid #ddd;
}
.theme-light hr {
  border-top: 1px solid #cccccc;
}
.theme-light h1, .theme-light h2, .theme-light h3, .theme-light h4, .theme-light h5, .theme-light h6,
.theme-light .h1, .theme-light .h2, .theme-light .h3, .theme-light .h4, .theme-light .h5, .theme-light .h6 {
  color: #78756E;
}
.theme-light h1 small,
.theme-light h1 .small, .theme-light h2 small,
.theme-light h2 .small, .theme-light h3 small,
.theme-light h3 .small, .theme-light h4 small,
.theme-light h4 .small, .theme-light h5 small,
.theme-light h5 .small, .theme-light h6 small,
.theme-light h6 .small,
.theme-light .h1 small,
.theme-light .h1 .small, .theme-light .h2 small,
.theme-light .h2 .small, .theme-light .h3 small,
.theme-light .h3 .small, .theme-light .h4 small,
.theme-light .h4 .small, .theme-light .h5 small,
.theme-light .h5 .small, .theme-light .h6 small,
.theme-light .h6 .small {
  color: #c5c5c5;
}
.theme-light .text-muted {
  color: #A49F96;
}
.theme-light .bg-primary {
  color: #fff;
}
.theme-light .bg-primary {
  background-color: #F36D5D;
}
.theme-light a.bg-primary:hover {
  background-color: #ef422e;
}
.theme-light .bg-success {
  background-color: #56B66A;
}
.theme-light a.bg-success:hover {
  background-color: #419853;
}
.theme-light .bg-info {
  background-color: #F36D5D;
}
.theme-light a.bg-info:hover {
  background-color: #ef422e;
}
.theme-light .bg-warning {
  background-color: #F3AC60;
}
.theme-light a.bg-warning:hover {
  background-color: #ef9331;
}
.theme-light .bg-danger {
  background-color: #DF503C;
}
.theme-light a.bg-danger:hover {
  background-color: #c73521;
}
.theme-light .page-header {
  border-bottom: 1px solid transparent;
}
.theme-light abbr[title],
.theme-light abbr[data-original-title] {
  border-bottom: 1px dotted #c5c5c5;
}
.theme-light blockquote {
  border-left: 5px solid #cccccc;
}
.theme-light blockquote footer,
.theme-light blockquote small,
.theme-light blockquote .small {
  color: #cccccc;
}
.theme-light code {
  color: #E0DACF;
  background-color: transparent;
}
.theme-light kbd {
  color: #FFFFFF;
  background-color: #78756E;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.theme-light pre {
  color: #78756E;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
}
.theme-light pre code {
  color: inherit;
  background-color: transparent;
}
.theme-light table {
  background-color: transparent;
}
.theme-light .table > thead > tr > th,
.theme-light .table > thead > tr > td,
.theme-light .table > tbody > tr > th,
.theme-light .table > tbody > tr > td,
.theme-light .table > tfoot > tr > th,
.theme-light .table > tfoot > tr > td {
  border-top: 1px solid #E0DACF;
}
.theme-light .table > thead > tr > th {
  border-bottom: 2px solid #E0DACF;
}
.theme-light .table > tbody + tbody {
  border-top: 2px solid #E0DACF;
}
.theme-light .table .table {
  background-color: #EFECE6;
}
.theme-light .table-bordered {
  border: 1px solid #E0DACF;
}
.theme-light .table-bordered > thead > tr > th,
.theme-light .table-bordered > thead > tr > td,
.theme-light .table-bordered > tbody > tr > th,
.theme-light .table-bordered > tbody > tr > td,
.theme-light .table-bordered > tfoot > tr > th,
.theme-light .table-bordered > tfoot > tr > td {
  border: 1px solid #E0DACF;
}
.theme-light .table-striped > tbody > tr:nth-child(odd) > td,
.theme-light .table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.theme-light .table-hover > tbody > tr:hover > td,
.theme-light .table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
.theme-light .table > thead > tr > td.active,
.theme-light .table > thead > tr > th.active, .theme-light .table > thead > tr.active > td, .theme-light .table > thead > tr.active > th,
.theme-light .table > tbody > tr > td.active,
.theme-light .table > tbody > tr > th.active,
.theme-light .table > tbody > tr.active > td,
.theme-light .table > tbody > tr.active > th,
.theme-light .table > tfoot > tr > td.active,
.theme-light .table > tfoot > tr > th.active,
.theme-light .table > tfoot > tr.active > td,
.theme-light .table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.theme-light .table-hover > tbody > tr > td.active:hover,
.theme-light .table-hover > tbody > tr > th.active:hover, .theme-light .table-hover > tbody > tr.active:hover > td, .theme-light .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.theme-light .table > thead > tr > td.success,
.theme-light .table > thead > tr > th.success, .theme-light .table > thead > tr.success > td, .theme-light .table > thead > tr.success > th,
.theme-light .table > tbody > tr > td.success,
.theme-light .table > tbody > tr > th.success,
.theme-light .table > tbody > tr.success > td,
.theme-light .table > tbody > tr.success > th,
.theme-light .table > tfoot > tr > td.success,
.theme-light .table > tfoot > tr > th.success,
.theme-light .table > tfoot > tr.success > td,
.theme-light .table > tfoot > tr.success > th {
  background-color: #56B66A;
}
.theme-light .table-hover > tbody > tr > td.success:hover,
.theme-light .table-hover > tbody > tr > th.success:hover, .theme-light .table-hover > tbody > tr.success:hover > td, .theme-light .table-hover > tbody > tr.success:hover > th {
  background-color: #49a95d;
}
.theme-light .table > thead > tr > td.info,
.theme-light .table > thead > tr > th.info, .theme-light .table > thead > tr.info > td, .theme-light .table > thead > tr.info > th,
.theme-light .table > tbody > tr > td.info,
.theme-light .table > tbody > tr > th.info,
.theme-light .table > tbody > tr.info > td,
.theme-light .table > tbody > tr.info > th,
.theme-light .table > tfoot > tr > td.info,
.theme-light .table > tfoot > tr > th.info,
.theme-light .table > tfoot > tr.info > td,
.theme-light .table > tfoot > tr.info > th {
  background-color: #F36D5D;
}
.theme-light .table-hover > tbody > tr > td.info:hover,
.theme-light .table-hover > tbody > tr > th.info:hover, .theme-light .table-hover > tbody > tr.info:hover > td, .theme-light .table-hover > tbody > tr.info:hover > th {
  background-color: #f15845;
}
.theme-light .table > thead > tr > td.warning,
.theme-light .table > thead > tr > th.warning, .theme-light .table > thead > tr.warning > td, .theme-light .table > thead > tr.warning > th,
.theme-light .table > tbody > tr > td.warning,
.theme-light .table > tbody > tr > th.warning,
.theme-light .table > tbody > tr.warning > td,
.theme-light .table > tbody > tr.warning > th,
.theme-light .table > tfoot > tr > td.warning,
.theme-light .table > tfoot > tr > th.warning,
.theme-light .table > tfoot > tr.warning > td,
.theme-light .table > tfoot > tr.warning > th {
  background-color: #F3AC60;
}
.theme-light .table-hover > tbody > tr > td.warning:hover,
.theme-light .table-hover > tbody > tr > th.warning:hover, .theme-light .table-hover > tbody > tr.warning:hover > td, .theme-light .table-hover > tbody > tr.warning:hover > th {
  background-color: #f1a048;
}
.theme-light .table > thead > tr > td.danger,
.theme-light .table > thead > tr > th.danger, .theme-light .table > thead > tr.danger > td, .theme-light .table > thead > tr.danger > th,
.theme-light .table > tbody > tr > td.danger,
.theme-light .table > tbody > tr > th.danger,
.theme-light .table > tbody > tr.danger > td,
.theme-light .table > tbody > tr.danger > th,
.theme-light .table > tfoot > tr > td.danger,
.theme-light .table > tfoot > tr > th.danger,
.theme-light .table > tfoot > tr.danger > td,
.theme-light .table > tfoot > tr.danger > th {
  background-color: #DF503C;
}
.theme-light .table-hover > tbody > tr > td.danger:hover,
.theme-light .table-hover > tbody > tr > th.danger:hover, .theme-light .table-hover > tbody > tr.danger:hover > td, .theme-light .table-hover > tbody > tr.danger:hover > th {
  background-color: #db3c26;
}
@media (max-width: 479px) {
  .theme-light .table-responsive {
    border: 1px solid #E0DACF;
  }
}
.theme-light legend {
  color: #78756E;
  border-bottom: 1px solid #e5e5e5;
}
.theme-light input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.theme-light input[type="file"]:focus,
.theme-light input[type="radio"]:focus,
.theme-light input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.theme-light output {
  color: #78756E;
}
.theme-light .form-control {
  color: #78756E;
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.theme-light .form-control:focus {
  border-color: #78756E;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(120, 117, 110, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(120, 117, 110, 0.6);
}
.theme-light .form-control:-moz-placeholder {
  color: #C6C0B5;
}
.theme-light .form-control::-moz-placeholder {
  color: #C6C0B5;
  opacity: 1;
}
.theme-light .form-control:-ms-input-placeholder {
  color: #C6C0B5;
}
.theme-light .form-control::-webkit-input-placeholder {
  color: #C6C0B5;
}
.theme-light .form-control[disabled], .theme-light .form-control[readonly], fieldset[disabled] .theme-light .form-control {
  background-color: #E0DACF;
}
.theme-light .has-success .help-block,
.theme-light .has-success .control-label,
.theme-light .has-success .radio,
.theme-light .has-success .checkbox,
.theme-light .has-success .radio-inline,
.theme-light .has-success .checkbox-inline {
  color: #56B66A;
}
.theme-light .has-success .form-control {
  border-color: #56B66A;
  color: #a45a03;
  background-color: #F5B859;
}
.theme-light .has-success .form-control:-moz-placeholder {
  color: #F5B859;
}
.theme-light .has-success .form-control::-moz-placeholder {
  color: #F5B859;
  opacity: 1;
}
.theme-light .has-success .form-control:-ms-input-placeholder {
  color: #F5B859;
}
.theme-light .has-success .form-control::-webkit-input-placeholder {
  color: #F5B859;
}
.theme-light .has-success .form-control:focus {
  border-color: #419853;
}
.theme-light .has-success .input-group-addon {
  color: #56B66A;
  border-color: #56B66A;
  background-color: #56B66A;
}
.theme-light .has-success .form-control-feedback {
  color: #56B66A;
}
.theme-light .has-warning .help-block,
.theme-light .has-warning .control-label,
.theme-light .has-warning .radio,
.theme-light .has-warning .checkbox,
.theme-light .has-warning .radio-inline,
.theme-light .has-warning .checkbox-inline {
  color: #dA9a25;
}
.theme-light .has-warning .form-control {
  border-color: #dA9a25;
  color: #a45a03;
  background-color: #F5B859;
}
.theme-light .has-warning .form-control:-moz-placeholder {
  color: #F5B859;
}
.theme-light .has-warning .form-control::-moz-placeholder {
  color: #F5B859;
  opacity: 1;
}
.theme-light .has-warning .form-control:-ms-input-placeholder {
  color: #F5B859;
}
.theme-light .has-warning .form-control::-webkit-input-placeholder {
  color: #F5B859;
}
.theme-light .has-warning .form-control:focus {
  border-color: #ae7b1e;
}
.theme-light .has-warning .input-group-addon {
  color: #dA9a25;
  border-color: #dA9a25;
  background-color: #F3AC60;
}
.theme-light .has-warning .form-control-feedback {
  color: #dA9a25;
}
.theme-light .has-error .help-block,
.theme-light .has-error .control-label,
.theme-light .has-error .radio,
.theme-light .has-error .checkbox,
.theme-light .has-error .radio-inline,
.theme-light .has-error .checkbox-inline {
  color: #DF503C;
}
.theme-light .has-error .form-control {
  border-color: #DF503C;
  color: #a45a03;
  background-color: #F5B859;
}
.theme-light .has-error .form-control:-moz-placeholder {
  color: #F5B859;
}
.theme-light .has-error .form-control::-moz-placeholder {
  color: #F5B859;
  opacity: 1;
}
.theme-light .has-error .form-control:-ms-input-placeholder {
  color: #F5B859;
}
.theme-light .has-error .form-control::-webkit-input-placeholder {
  color: #F5B859;
}
.theme-light .has-error .form-control:focus {
  border-color: #c73521;
}
.theme-light .has-error .input-group-addon {
  color: #DF503C;
  border-color: #DF503C;
  background-color: #DF503C;
}
.theme-light .has-error .form-control-feedback {
  color: #DF503C;
}
.theme-light .help-block {
  color: #b6b4af;
}
.theme-light .btn:hover, .theme-light .btn:focus {
  color: #F36D5D;
  text-decoration: none;
}
.theme-light .btn-default {
  color: #F36D5D;
  background-color: transparent;
  border-color: #F36D5D;
}
.theme-light .btn-default:hover, .theme-light .btn-default:focus, .theme-light .btn-default:active, .theme-light .btn-default.active {
  color: #F36D5D;
  background-color: transparent;
  border-color: #ef3a24;
}
.open .theme-light .btn-default.dropdown-toggle {
  color: #F36D5D;
  background-color: transparent;
  border-color: #ef3a24;
}
.theme-light .btn-default:active, .theme-light .btn-default.active {
  background-image: none;
}
.open .theme-light .btn-default.dropdown-toggle {
  background-image: none;
}
.theme-light .btn-default.disabled, .theme-light .btn-default.disabled:hover, .theme-light .btn-default.disabled:focus, .theme-light .btn-default.disabled:active, .theme-light .btn-default.disabled.active, .theme-light .btn-default[disabled], .theme-light .btn-default[disabled]:hover, .theme-light .btn-default[disabled]:focus, .theme-light .btn-default[disabled]:active, .theme-light .btn-default[disabled].active, fieldset[disabled] .theme-light .btn-default, fieldset[disabled] .theme-light .btn-default:hover, fieldset[disabled] .theme-light .btn-default:focus, fieldset[disabled] .theme-light .btn-default:active, fieldset[disabled] .theme-light .btn-default.active {
  background-color: transparent;
  border-color: #F36D5D;
}
.theme-light .btn-default .badge {
  color: transparent;
  background-color: #F36D5D;
}
.theme-light .btn-primary {
  color: #FFFFFF;
  background-color: #F36D5D;
  border-color: #F36D5D;
}
.theme-light .btn-primary:hover, .theme-light .btn-primary:focus, .theme-light .btn-primary:active, .theme-light .btn-primary.active {
  color: #FFFFFF;
  background-color: #f04b37;
  border-color: #ef3a24;
}
.open .theme-light .btn-primary.dropdown-toggle {
  color: #FFFFFF;
  background-color: #f04b37;
  border-color: #ef3a24;
}
.theme-light .btn-primary:active, .theme-light .btn-primary.active {
  background-image: none;
}
.open .theme-light .btn-primary.dropdown-toggle {
  background-image: none;
}
.theme-light .btn-primary.disabled, .theme-light .btn-primary.disabled:hover, .theme-light .btn-primary.disabled:focus, .theme-light .btn-primary.disabled:active, .theme-light .btn-primary.disabled.active, .theme-light .btn-primary[disabled], .theme-light .btn-primary[disabled]:hover, .theme-light .btn-primary[disabled]:focus, .theme-light .btn-primary[disabled]:active, .theme-light .btn-primary[disabled].active, fieldset[disabled] .theme-light .btn-primary, fieldset[disabled] .theme-light .btn-primary:hover, fieldset[disabled] .theme-light .btn-primary:focus, fieldset[disabled] .theme-light .btn-primary:active, fieldset[disabled] .theme-light .btn-primary.active {
  background-color: #F36D5D;
  border-color: #F36D5D;
}
.theme-light .btn-primary .badge {
  color: #F36D5D;
  background-color: #FFFFFF;
}
.theme-light .btn-success {
  color: #FFFFFF;
  background-color: #56B66A;
  border-color: #56B66A;
}
.theme-light .btn-success:hover, .theme-light .btn-success:focus, .theme-light .btn-success:active, .theme-light .btn-success.active {
  color: #FFFFFF;
  background-color: #459f57;
  border-color: #3e904f;
}
.open .theme-light .btn-success.dropdown-toggle {
  color: #FFFFFF;
  background-color: #459f57;
  border-color: #3e904f;
}
.theme-light .btn-success:active, .theme-light .btn-success.active {
  background-image: none;
}
.open .theme-light .btn-success.dropdown-toggle {
  background-image: none;
}
.theme-light .btn-success.disabled, .theme-light .btn-success.disabled:hover, .theme-light .btn-success.disabled:focus, .theme-light .btn-success.disabled:active, .theme-light .btn-success.disabled.active, .theme-light .btn-success[disabled], .theme-light .btn-success[disabled]:hover, .theme-light .btn-success[disabled]:focus, .theme-light .btn-success[disabled]:active, .theme-light .btn-success[disabled].active, fieldset[disabled] .theme-light .btn-success, fieldset[disabled] .theme-light .btn-success:hover, fieldset[disabled] .theme-light .btn-success:focus, fieldset[disabled] .theme-light .btn-success:active, fieldset[disabled] .theme-light .btn-success.active {
  background-color: #56B66A;
  border-color: #56B66A;
}
.theme-light .btn-success .badge {
  color: #56B66A;
  background-color: #FFFFFF;
}
.theme-light .btn-info {
  color: #fff;
  background-color: #ADADAD;
  border-color: #a0a0a0;
}
.theme-light .btn-info:hover, .theme-light .btn-info:focus, .theme-light .btn-info:active, .theme-light .btn-info.active {
  color: #fff;
  background-color: #999999;
  border-color: #828282;
}
.open .theme-light .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #999999;
  border-color: #828282;
}
.theme-light .btn-info:active, .theme-light .btn-info.active {
  background-image: none;
}
.open .theme-light .btn-info.dropdown-toggle {
  background-image: none;
}
.theme-light .btn-info.disabled, .theme-light .btn-info.disabled:hover, .theme-light .btn-info.disabled:focus, .theme-light .btn-info.disabled:active, .theme-light .btn-info.disabled.active, .theme-light .btn-info[disabled], .theme-light .btn-info[disabled]:hover, .theme-light .btn-info[disabled]:focus, .theme-light .btn-info[disabled]:active, .theme-light .btn-info[disabled].active, fieldset[disabled] .theme-light .btn-info, fieldset[disabled] .theme-light .btn-info:hover, fieldset[disabled] .theme-light .btn-info:focus, fieldset[disabled] .theme-light .btn-info:active, fieldset[disabled] .theme-light .btn-info.active {
  background-color: #ADADAD;
  border-color: #a0a0a0;
}
.theme-light .btn-info .badge {
  color: #ADADAD;
  background-color: #fff;
}
.theme-light .btn-warning {
  color: #fff;
  background-color: #F3AC60;
  border-color: #f1a048;
}
.theme-light .btn-warning:hover, .theme-light .btn-warning:focus, .theme-light .btn-warning:active, .theme-light .btn-warning.active {
  color: #fff;
  background-color: #f0983a;
  border-color: #eb8212;
}
.open .theme-light .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #f0983a;
  border-color: #eb8212;
}
.theme-light .btn-warning:active, .theme-light .btn-warning.active {
  background-image: none;
}
.open .theme-light .btn-warning.dropdown-toggle {
  background-image: none;
}
.theme-light .btn-warning.disabled, .theme-light .btn-warning.disabled:hover, .theme-light .btn-warning.disabled:focus, .theme-light .btn-warning.disabled:active, .theme-light .btn-warning.disabled.active, .theme-light .btn-warning[disabled], .theme-light .btn-warning[disabled]:hover, .theme-light .btn-warning[disabled]:focus, .theme-light .btn-warning[disabled]:active, .theme-light .btn-warning[disabled].active, fieldset[disabled] .theme-light .btn-warning, fieldset[disabled] .theme-light .btn-warning:hover, fieldset[disabled] .theme-light .btn-warning:focus, fieldset[disabled] .theme-light .btn-warning:active, fieldset[disabled] .theme-light .btn-warning.active {
  background-color: #F3AC60;
  border-color: #f1a048;
}
.theme-light .btn-warning .badge {
  color: #F3AC60;
  background-color: #fff;
}
.theme-light .btn-danger {
  color: #FFFFFF;
  background-color: #DF503C;
  border-color: #DF503C;
}
.theme-light .btn-danger:hover, .theme-light .btn-danger:focus, .theme-light .btn-danger:active, .theme-light .btn-danger.active {
  color: #FFFFFF;
  background-color: #d03722;
  border-color: #bf331f;
}
.open .theme-light .btn-danger.dropdown-toggle {
  color: #FFFFFF;
  background-color: #d03722;
  border-color: #bf331f;
}
.theme-light .btn-danger:active, .theme-light .btn-danger.active {
  background-image: none;
}
.open .theme-light .btn-danger.dropdown-toggle {
  background-image: none;
}
.theme-light .btn-danger.disabled, .theme-light .btn-danger.disabled:hover, .theme-light .btn-danger.disabled:focus, .theme-light .btn-danger.disabled:active, .theme-light .btn-danger.disabled.active, .theme-light .btn-danger[disabled], .theme-light .btn-danger[disabled]:hover, .theme-light .btn-danger[disabled]:focus, .theme-light .btn-danger[disabled]:active, .theme-light .btn-danger[disabled].active, fieldset[disabled] .theme-light .btn-danger, fieldset[disabled] .theme-light .btn-danger:hover, fieldset[disabled] .theme-light .btn-danger:focus, fieldset[disabled] .theme-light .btn-danger:active, fieldset[disabled] .theme-light .btn-danger.active {
  background-color: #DF503C;
  border-color: #DF503C;
}
.theme-light .btn-danger .badge {
  color: #DF503C;
  background-color: #FFFFFF;
}
.theme-light .btn-link {
  color: #F36D5D;
}
.theme-light .btn-link, .theme-light .btn-link:active, .theme-light .btn-link[disabled], fieldset[disabled] .theme-light .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.theme-light .btn-link, .theme-light .btn-link:hover, .theme-light .btn-link:focus, .theme-light .btn-link:active {
  border-color: transparent;
}
.theme-light .btn-link:hover, .theme-light .btn-link:focus {
  color: #E76354;
  background-color: transparent;
}
.theme-light .btn-link[disabled]:hover, .theme-light .btn-link[disabled]:focus, fieldset[disabled] .theme-light .btn-link:hover, fieldset[disabled] .theme-light .btn-link:focus {
  color: #c5c5c5;
}
.theme-light .dropdown-menu {
  background-color: #FFFFFF;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.theme-light .dropdown-menu .divider {
  height: 1px;
  margin: 12px 0;
  overflow: hidden;
  background-color: #e6e6e6;
}
.theme-light .dropdown-menu > li > a {
  color: #78756E;
}
.theme-light .dropdown-menu > li > a:hover, .theme-light .dropdown-menu > li > a:focus {
  color: #F36D5D;
  background-color: transparent;
}
.theme-light .dropdown-menu > .active > a, .theme-light .dropdown-menu > .active > a:hover, .theme-light .dropdown-menu > .active > a:focus {
  color: #F36D5D;
  background-color: transparent;
}
.theme-light .dropdown-menu > .disabled > a, .theme-light .dropdown-menu > .disabled > a:hover, .theme-light .dropdown-menu > .disabled > a:focus {
  color: #ccc;
}
.theme-light .dropdown-menu > .disabled > a:hover, .theme-light .dropdown-menu > .disabled > a:focus {
  background-color: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.theme-light .dropdown-header {
  color: #c5c5c5;
}
.theme-light .btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.theme-light .input-group-addon {
  color: #78756E;
  background-color: #ededed;
  border: 1px solid transparent;
}
.theme-light .nav > li > a:hover, .theme-light .nav > li > a:focus {
  background-color: transparent;
}
.theme-light .nav > li.disabled > a {
  color: #c5c5c5;
}
.theme-light .nav > li.disabled > a:hover, .theme-light .nav > li.disabled > a:focus {
  color: #c5c5c5;
}
.theme-light .nav .open > a, .theme-light .nav .open > a:hover, .theme-light .nav .open > a:focus {
  background-color: transparent;
  border-color: #F36D5D;
}
.theme-light .nav-tabs {
  border-bottom: 1px solid transparent;
}
.theme-light .nav-tabs > li > a:hover {
  border-color: transparent transparent transparent;
}
.theme-light .nav-tabs > li.active > a, .theme-light .nav-tabs > li.active > a:hover, .theme-light .nav-tabs > li.active > a:focus {
  color: #F36D5D;
  background-color: transparent;
  border: 1px solid transparent;
}
.theme-light .nav-pills > li.active > a, .theme-light .nav-pills > li.active > a:hover, .theme-light .nav-pills > li.active > a:focus {
  color: #E76354;
  background-color: transparent;
}
.theme-light .nav-tabs-justified > .active > a, .theme-light .nav-tabs.nav-justified > .active > a,
.theme-light .nav-tabs-justified > .active > a:hover,
.theme-light .nav-tabs.nav-justified > .active > a:hover,
.theme-light .nav-tabs-justified > .active > a:focus,
.theme-light .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid transparent;
}
@media (min-width: 480px) {
  .theme-light .nav-tabs-justified > li > a, .theme-light .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid transparent;
  }
  .theme-light .nav-tabs-justified > .active > a, .theme-light .nav-tabs.nav-justified > .active > a,
  .theme-light .nav-tabs-justified > .active > a:hover,
  .theme-light .nav-tabs.nav-justified > .active > a:hover,
  .theme-light .nav-tabs-justified > .active > a:focus,
  .theme-light .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: transparent;
  }
}
.theme-light .navbar-collapse {
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.theme-light .navbar-default {
  background-color: transparent;
  border-color: transparent;
}
.theme-light .navbar-default .navbar-brand {
  color: #78756E;
}
.theme-light .navbar-default .navbar-brand:hover, .theme-light .navbar-default .navbar-brand:focus {
  color: #5d5b56;
  background-color: transparent;
}
.theme-light .navbar-default .navbar-text {
  color: #78756E;
}
.theme-light .navbar-default .navbar-nav > li > a {
  color: #78756E;
}
.theme-light .navbar-default .navbar-nav > li > a:hover, .theme-light .navbar-default .navbar-nav > li > a:focus {
  color: #F36D5D;
  background-color: transparent;
}
.theme-light .navbar-default .navbar-nav > .active > a, .theme-light .navbar-default .navbar-nav > .active > a:hover, .theme-light .navbar-default .navbar-nav > .active > a:focus {
  color: #78756E;
  background-color: transparent;
}
.theme-light .navbar-default .navbar-nav > .disabled > a, .theme-light .navbar-default .navbar-nav > .disabled > a:hover, .theme-light .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.theme-light .navbar-default .navbar-toggle {
  border-color: #ddd;
}
.theme-light .navbar-default .navbar-toggle:hover, .theme-light .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.theme-light .navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.theme-light .navbar-default .navbar-collapse,
.theme-light .navbar-default .navbar-form {
  border-color: transparent;
}
.theme-light .navbar-default .navbar-nav > .open > a, .theme-light .navbar-default .navbar-nav > .open > a:hover, .theme-light .navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #78756E;
}
@media (max-width: -1) {
  .theme-light .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #78756E;
  }
  .theme-light .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .theme-light .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #F36D5D;
    background-color: transparent;
  }
  .theme-light .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .theme-light .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .theme-light .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #78756E;
    background-color: transparent;
  }
  .theme-light .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .theme-light .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .theme-light .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.theme-light .navbar-default .navbar-link {
  color: #78756E;
}
.theme-light .navbar-default .navbar-link:hover {
  color: #F36D5D;
}
.theme-light .navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
.theme-light .navbar-inverse .navbar-brand {
  color: #c5c5c5;
}
.theme-light .navbar-inverse .navbar-brand:hover, .theme-light .navbar-inverse .navbar-brand:focus {
  color: #FFFFFF;
  background-color: transparent;
}
.theme-light .navbar-inverse .navbar-text {
  color: #c5c5c5;
}
.theme-light .navbar-inverse .navbar-nav > li > a {
  color: #c5c5c5;
}
.theme-light .navbar-inverse .navbar-nav > li > a:hover, .theme-light .navbar-inverse .navbar-nav > li > a:focus {
  color: #FFFFFF;
  background-color: transparent;
}
.theme-light .navbar-inverse .navbar-nav > .active > a, .theme-light .navbar-inverse .navbar-nav > .active > a:hover, .theme-light .navbar-inverse .navbar-nav > .active > a:focus {
  color: #FFFFFF;
  background-color: #090909;
}
.theme-light .navbar-inverse .navbar-nav > .disabled > a, .theme-light .navbar-inverse .navbar-nav > .disabled > a:hover, .theme-light .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.theme-light .navbar-inverse .navbar-toggle {
  border-color: #333;
}
.theme-light .navbar-inverse .navbar-toggle:hover, .theme-light .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.theme-light .navbar-inverse .navbar-toggle .icon-bar {
  background-color: #FFFFFF;
}
.theme-light .navbar-inverse .navbar-collapse,
.theme-light .navbar-inverse .navbar-form {
  border-color: #101010;
}
.theme-light .navbar-inverse .navbar-nav > .open > a, .theme-light .navbar-inverse .navbar-nav > .open > a:hover, .theme-light .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #FFFFFF;
}
@media (max-width: -1) {
  .theme-light .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .theme-light .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .theme-light .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #c5c5c5;
  }
  .theme-light .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .theme-light .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #FFFFFF;
    background-color: transparent;
  }
  .theme-light .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .theme-light .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .theme-light .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #FFFFFF;
    background-color: #090909;
  }
  .theme-light .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .theme-light .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .theme-light .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.theme-light .navbar-inverse .navbar-link {
  color: #c5c5c5;
}
.theme-light .navbar-inverse .navbar-link:hover {
  color: #FFFFFF;
}
.theme-light .breadcrumb {
  background-color: #f5f5f5;
}
.theme-light .breadcrumb > li + li:before {
  color: #ccc;
}
.theme-light .breadcrumb > .active {
  color: #c5c5c5;
}
.theme-light .pagination > li {
  display: inline;
}
.theme-light .pagination > li > a,
.theme-light .pagination > li > span {
  color: #F36D5D;
  background-color: #FFFFFF;
  border: 1px solid #ddd;
}
.theme-light .pagination > li > a:hover, .theme-light .pagination > li > a:focus,
.theme-light .pagination > li > span:hover,
.theme-light .pagination > li > span:focus {
  color: #E76354;
  background-color: #cccccc;
  border-color: #ddd;
}
.theme-light .pagination > .active > a, .theme-light .pagination > .active > a:hover, .theme-light .pagination > .active > a:focus,
.theme-light .pagination > .active > span,
.theme-light .pagination > .active > span:hover,
.theme-light .pagination > .active > span:focus {
  color: #FFFFFF;
  background-color: #F36D5D;
  border-color: #F36D5D;
}
.theme-light .pagination > .disabled > span,
.theme-light .pagination > .disabled > span:hover,
.theme-light .pagination > .disabled > span:focus,
.theme-light .pagination > .disabled > a,
.theme-light .pagination > .disabled > a:hover,
.theme-light .pagination > .disabled > a:focus {
  color: #c5c5c5;
  background-color: #FFFFFF;
  border-color: #ddd;
}
.theme-light .pager:before, .theme-light .pager:after {
  content: " ";
  display: table;
}
.theme-light .pager:after {
  clear: both;
}
.theme-light .pager li {
  display: inline;
}
.theme-light .pager li > a,
.theme-light .pager li > span {
  background-color: #FFFFFF;
  border: 1px solid #ddd;
}
.theme-light .pager li > a:hover,
.theme-light .pager li > a:focus {
  background-color: #cccccc;
}
.theme-light .pager .disabled > a,
.theme-light .pager .disabled > a:hover,
.theme-light .pager .disabled > a:focus,
.theme-light .pager .disabled > span {
  color: #c5c5c5;
  background-color: #FFFFFF;
}
.theme-light .label {
  color: #FFFFFF;
}
.theme-light .label[href]:hover, .theme-light .label[href]:focus {
  color: #FFFFFF;
}
.theme-light .label-default {
  background-color: #c5c5c5;
}
.theme-light .label-default[href]:hover, .theme-light .label-default[href]:focus {
  background-color: #acacac;
}
.theme-light .label-primary {
  background-color: #F36D5D;
}
.theme-light .label-primary[href]:hover, .theme-light .label-primary[href]:focus {
  background-color: #ef422e;
}
.theme-light .label-success {
  background-color: #56B66A;
}
.theme-light .label-success[href]:hover, .theme-light .label-success[href]:focus {
  background-color: #419853;
}
.theme-light .label-info {
  background-color: #ADADAD;
}
.theme-light .label-info[href]:hover, .theme-light .label-info[href]:focus {
  background-color: #949494;
}
.theme-light .label-warning {
  background-color: #F3AC60;
}
.theme-light .label-warning[href]:hover, .theme-light .label-warning[href]:focus {
  background-color: #ef9331;
}
.theme-light .label-danger {
  background-color: #DF503C;
}
.theme-light .label-danger[href]:hover, .theme-light .label-danger[href]:focus {
  background-color: #c73521;
}
.theme-light .badge {
  color: #FFFFFF;
  background-color: #c5c5c5;
}
.theme-light a.badge:hover, .theme-light a.badge:focus {
  color: #FFFFFF;
}
.theme-light a.list-group-item.active > .badge,
.theme-light .nav-pills > .active > a > .badge {
  color: #F36D5D;
  background-color: #FFFFFF;
}
.theme-light .jumbotron {
  color: inherit;
  background-color: #cccccc;
}
.theme-light .jumbotron h1,
.theme-light .jumbotron .h1 {
  color: inherit;
}
.theme-light .thumbnail {
  background-color: #EFECE6;
  border: 1px solid #ddd;
}
.theme-light .thumbnail .caption {
  color: #78756E;
}
.theme-light a.thumbnail:hover,
.theme-light a.thumbnail:focus,
.theme-light a.thumbnail.active {
  border-color: #F36D5D;
}
.theme-light .alert h4 {
  color: inherit;
}
.theme-light .alert-dismissable .close {
  color: inherit;
}
.theme-light .alert-success {
  background-color: #56B66A;
  border-color: #49a94d;
  color: #56B66A;
}
.theme-light .alert-success hr {
  border-top-color: #419845;
}
.theme-light .alert-success .alert-link {
  color: #419853;
}
.theme-light .alert-info {
  background-color: #F36D5D;
  border-color: #f13c47;
  color: #F36D5D;
}
.theme-light .alert-info hr {
  border-top-color: #ef2430;
}
.theme-light .alert-info .alert-link {
  color: #ef422e;
}
.theme-light .alert-warning {
  background-color: #F3AC60;
  border-color: #f18348;
  color: #dA9a25;
}
.theme-light .alert-warning hr {
  border-top-color: #ef7331;
}
.theme-light .alert-warning .alert-link {
  color: #ae7b1e;
}
.theme-light .alert-danger {
  background-color: #DF503C;
  border-color: #db262e;
  color: #DF503C;
}
.theme-light .alert-danger hr {
  border-top-color: #c72128;
}
.theme-light .alert-danger .alert-link {
  color: #c73521;
}
.theme-light .progress {
  background-color: #f5f5f5;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.theme-light .progress-bar {
  color: #FFFFFF;
  background-color: #F36D5D;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}
.theme-light .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;
}
.theme-light .progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.theme-light .progress-bar-success {
  background-color: #56B66A;
}
.progress-striped .theme-light .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);
}
.theme-light .progress-bar-info {
  background-color: #ADADAD;
}
.progress-striped .theme-light .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);
}
.theme-light .progress-bar-warning {
  background-color: #F3AC60;
}
.progress-striped .theme-light .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);
}
.theme-light .progress-bar-danger {
  background-color: #DF503C;
}
.progress-striped .theme-light .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);
}
.theme-light .list-group-item {
  background-color: #FFFFFF;
  border: 1px solid #ddd;
}
.theme-light .list-group-item:first-child {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.theme-light .list-group-item:last-child {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.theme-light a.list-group-item {
  color: #555;
}
.theme-light a.list-group-item .list-group-item-heading {
  color: #333;
}
.theme-light a.list-group-item:hover, .theme-light a.list-group-item:focus {
  background-color: #f5f5f5;
}
.theme-light a.list-group-item.active, .theme-light a.list-group-item.active:hover, .theme-light a.list-group-item.active:focus {
  color: #E76354;
  background-color: transparent;
  border-color: transparent;
}
.theme-light a.list-group-item.active .list-group-item-heading, .theme-light a.list-group-item.active:hover .list-group-item-heading, .theme-light a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
.theme-light a.list-group-item.active .list-group-item-text, .theme-light a.list-group-item.active:hover .list-group-item-text, .theme-light a.list-group-item.active:focus .list-group-item-text {
  color: #E76354;
}
.theme-light .list-group-item-success {
  color: #56B66A;
  background-color: #56B66A;
}
.theme-light a.list-group-item-success {
  color: #56B66A;
}
.theme-light a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
.theme-light a.list-group-item-success:hover, .theme-light a.list-group-item-success:focus {
  color: #56B66A;
  background-color: #49a95d;
}
.theme-light a.list-group-item-success.active, .theme-light a.list-group-item-success.active:hover, .theme-light a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #56B66A;
  border-color: #56B66A;
}
.theme-light .list-group-item-info {
  color: #F36D5D;
  background-color: #F36D5D;
}
.theme-light a.list-group-item-info {
  color: #F36D5D;
}
.theme-light a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
.theme-light a.list-group-item-info:hover, .theme-light a.list-group-item-info:focus {
  color: #F36D5D;
  background-color: #f15845;
}
.theme-light a.list-group-item-info.active, .theme-light a.list-group-item-info.active:hover, .theme-light a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #F36D5D;
  border-color: #F36D5D;
}
.theme-light .list-group-item-warning {
  color: #dA9a25;
  background-color: #F3AC60;
}
.theme-light a.list-group-item-warning {
  color: #dA9a25;
}
.theme-light a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
.theme-light a.list-group-item-warning:hover, .theme-light a.list-group-item-warning:focus {
  color: #dA9a25;
  background-color: #f1a048;
}
.theme-light a.list-group-item-warning.active, .theme-light a.list-group-item-warning.active:hover, .theme-light a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #dA9a25;
  border-color: #dA9a25;
}
.theme-light .list-group-item-danger {
  color: #DF503C;
  background-color: #DF503C;
}
.theme-light a.list-group-item-danger {
  color: #DF503C;
}
.theme-light a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
.theme-light a.list-group-item-danger:hover, .theme-light a.list-group-item-danger:focus {
  color: #DF503C;
  background-color: #db3c26;
}
.theme-light a.list-group-item-danger.active, .theme-light a.list-group-item-danger.active:hover, .theme-light a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #DF503C;
  border-color: #DF503C;
}
.theme-light .panel {
  background-color: #FFFFFF;
  border: 1px solid transparent;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.theme-light .panel-footer {
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
}
.theme-light .panel-default {
  border-color: #ddd;
}
.theme-light .panel-default > .panel-heading {
  color: #78756E;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.theme-light .panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ddd;
}
.theme-light .panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ddd;
}
.theme-light .panel-primary {
  border-color: #F36D5D;
}
.theme-light .panel-primary > .panel-heading {
  color: #FFFFFF;
  background-color: #F36D5D;
  border-color: #F36D5D;
}
.theme-light .panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #F36D5D;
}
.theme-light .panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #F36D5D;
}
.theme-light .panel-success {
  border-color: #49a94d;
}
.theme-light .panel-success > .panel-heading {
  color: #56B66A;
  background-color: #56B66A;
  border-color: #49a94d;
}
.theme-light .panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #49a94d;
}
.theme-light .panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #49a94d;
}
.theme-light .panel-info {
  border-color: #f13c47;
}
.theme-light .panel-info > .panel-heading {
  color: #F36D5D;
  background-color: #F36D5D;
  border-color: #f13c47;
}
.theme-light .panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #f13c47;
}
.theme-light .panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #f13c47;
}
.theme-light .panel-warning {
  border-color: #f18348;
}
.theme-light .panel-warning > .panel-heading {
  color: #dA9a25;
  background-color: #F3AC60;
  border-color: #f18348;
}
.theme-light .panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #f18348;
}
.theme-light .panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #f18348;
}
.theme-light .panel-danger {
  border-color: #db262e;
}
.theme-light .panel-danger > .panel-heading {
  color: #DF503C;
  background-color: #DF503C;
  border-color: #db262e;
}
.theme-light .panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #db262e;
}
.theme-light .panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #db262e;
}
.theme-light .well {
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.theme-light .well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.theme-light .close {
  color: #000;
  text-shadow: 0 1px 0 #FFFFFF;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.theme-light .close:hover, .theme-light .close:focus {
  color: #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.theme-light button.close {
  background: transparent;
}
.theme-light .modal-content {
  background-color: #FFFFFF;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}
.theme-light .modal-backdrop {
  z-index: 1040;
  background-color: #000;
}
.theme-light .modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.theme-light .modal-backdrop.in {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
@media (min-width: 480px) {
  .theme-light .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}
.theme-light .tooltip-inner {
  color: #FFFFFF;
  background-color: #000;
}
.theme-light .tooltip.top .tooltip-arrow {
  border-top-color: #000;
}
.theme-light .tooltip.top-left .tooltip-arrow {
  border-top-color: #000;
}
.theme-light .tooltip.top-right .tooltip-arrow {
  border-top-color: #000;
}
.theme-light .tooltip.right .tooltip-arrow {
  border-right-color: #000;
}
.theme-light .tooltip.left .tooltip-arrow {
  border-left-color: #000;
}
.theme-light .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #000;
}
.theme-light .tooltip.bottom-left .tooltip-arrow {
  border-bottom-color: #000;
}
.theme-light .tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #000;
}
.theme-light .popover {
  background-color: #FFFFFF;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.theme-light .popover-title {
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
}
.theme-light .popover.top .arrow {
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.theme-light .popover.top .arrow:after {
  border-top-color: #FFFFFF;
}
.theme-light .popover.right .arrow {
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.theme-light .popover.right .arrow:after {
  border-right-color: #FFFFFF;
}
.theme-light .popover.bottom .arrow {
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.theme-light .popover.bottom .arrow:after {
  border-bottom-color: #FFFFFF;
}
.theme-light .popover.left .arrow {
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.theme-light .popover.left .arrow:after {
  border-left-color: #FFFFFF;
}
.theme-light .carousel-control {
  opacity: 0.5;
  filter: alpha(opacity=50);
  color: #FFFFFF;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.theme-light .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: 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);
}
.theme-light .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.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);
}
.theme-light .carousel-control:hover, .theme-light .carousel-control:focus {
  color: #FFFFFF;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.theme-light .carousel-indicators li {
  border: 1px solid #FFFFFF;
  background-color: #000 \9;
  background-color: transparent;
}
.theme-light .carousel-indicators .active {
  background-color: #FFFFFF;
}
.theme-light .carousel-caption {
  color: #FFFFFF;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.csschecked .theme-light .custom-checkbox .btn {
  color: #F36D5D;
  background-color: transparent;
  border-color: transparent;
}
.csschecked .theme-light .custom-checkbox input[type=checkbox]:focus + .btn, .csschecked .theme-light .custom-checkbox input[type=checkbox]:hover + .btn {
  color: #F36D5D;
  background-color: #F36D5D;
  border-color: #F36D5D;
}
.csschecked .theme-light .custom-checkbox input[type=checkbox]:checked + .btn {
  color: #FFFFFF;
  background-color: #F36D5D;
  border-color: #F36D5D;
}
.csschecked .theme-light .custom-checkbox input[type=checkbox]:checked:focus + .btn, .csschecked .theme-light .custom-checkbox input[type=checkbox]:checked:hover + .btn {
  color: #FFFFFF;
  background-color: #E76354;
  border-color: #E76354;
}
.csschecked .theme-light .custom-checkbox input[type=checkbox][data-chart-series="0"]:checked + .btn {
  color: #FFFFFF;
  background-color: #1eaf5a;
  border-color: #1eaf5a;
}
.csschecked .theme-light .custom-checkbox input[type=checkbox][data-chart-series="0"]:checked:focus + .btn, .csschecked .theme-light .custom-checkbox input[type=checkbox][data-chart-series="0"]:checked:hover + .btn {
  color: #FFFFFF;
  background-color: #22C766;
  border-color: #22C766;
}
.csschecked .theme-light .custom-checkbox input[type=checkbox][data-chart-series="1"]:checked + .btn {
  color: #FFFFFF;
  background-color: #3d92c8;
  border-color: #3d92c8;
}
.csschecked .theme-light .custom-checkbox input[type=checkbox][data-chart-series="1"]:checked:focus + .btn, .csschecked .theme-light .custom-checkbox input[type=checkbox][data-chart-series="1"]:checked:hover + .btn {
  color: #FFFFFF;
  background-color: #44A2DE;
  border-color: #44A2DE;
}
.csschecked .theme-light .custom-checkbox input[type=checkbox][data-chart-series="3"]:checked + .btn {
  color: #FFFFFF;
  background-color: #F36D5D;
  border-color: #F36D5D;
}
.csschecked .theme-light .custom-checkbox input[type=checkbox][data-chart-series="3"]:checked:focus + .btn, .csschecked .theme-light .custom-checkbox input[type=checkbox][data-chart-series="3"]:checked:hover + .btn {
  color: #FFFFFF;
  background-color: #ff8766;
  border-color: #ff8766;
}
.csschecked .theme-light .custom-checkbox input[type=checkbox][data-chart-series="4"]:checked + .btn {
  color: #FFFFFF;
  background-color: #3981b9;
  border-color: #3981b9;
}
.csschecked .theme-light .custom-checkbox input[type=checkbox][data-chart-series="4"]:checked:focus + .btn, .csschecked .theme-light .custom-checkbox input[type=checkbox][data-chart-series="4"]:checked:hover + .btn {
  color: #FFFFFF;
  background-color: #75aed9;
  border-color: #75aed9;
}
.csschecked .theme-light .custom-checkbox.style-1 label:before {
  background-color: #FFFFFF;
}
.csschecked .theme-light .custom-checkbox.style-1 input[type=checkbox]:focus + label:before, .csschecked .theme-light .custom-checkbox.style-1 input[type=checkbox]:hover + label:before {
  background-color: #FFFFFF;
}
.csschecked .theme-light .custom-checkbox.style-1 input[type=checkbox]:checked + label:before {
  color: #000000;
}
.csschecked .theme-light .custom-checkbox.style-1.error {
  background-color: inherit;
}
.csschecked .theme-light .custom-checkbox.style-1.error label:before {
  background-color: #F5B859;
}
.csschecked .theme-light .custom-checkbox.style-1.error input[type=checkbox]:focus + label:before, .csschecked .theme-light .custom-checkbox.style-1.error input[type=checkbox]:hover + label:before {
  background-color: #e05140;
}
.csschecked .theme-light .custom-checkbox.style-1.error > label {
  color: #F5B859;
}
.csschecked .theme-light .custom-checkbox.style-2 label:before {
  border-color: #FFFFFF;
}
.csschecked .theme-light .custom-checkbox.style-2 input[type=checkbox]:focus + label:before, .csschecked .theme-light .custom-checkbox.style-2 input[type=checkbox]:hover + label:before {
  border-color: #FFFFFF;
  color: #cccccc;
}
.csschecked .theme-light .custom-checkbox.style-2 input[type=checkbox]:checked + label:before {
  border-color: #FFFFFF;
  color: #78756E;
}
.csschecked .theme-light .custom-checkbox.style-2.error {
  background-color: inherit;
}
.csschecked .theme-light .custom-checkbox.style-2.error label:before {
  border-color: #F5B859;
}
.csschecked .theme-light .custom-checkbox.style-2.error input[type=checkbox]:focus + label:before, .csschecked .theme-light .custom-checkbox.style-2.error input[type=checkbox]:hover + label:before {
  border-color: #e05140;
}
.csschecked .theme-light .custom-checkbox.style-2.error input[type=checkbox]:checked + label:before {
  border-color: #e05140;
}
.csschecked .theme-light .custom-checkbox.style-2.error > label {
  color: #F5B859;
}
.theme-light .btn.active, .theme-light .btn:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.theme-light .btn-default {
  transition: background-color 0.25s ease;
}
.theme-light .btn-default:hover, .theme-light .btn-default:focus {
  background-color: #F36D5D;
  border-color: #F36D5D;
}
.theme-light .btn-default:active, .theme-light .btn-default.active {
  background-color: #E76354;
  border-color: #E76354;
}
.theme-light .btn-default.disabled, .theme-light .btn-default.disabled:hover, .theme-light .btn-default.disabled:focus, .theme-light .btn-default.disabled:active, .theme-light .btn-default.disabled.active, .theme-light .btn-default[disabled], .theme-light .btn-default[disabled]:hover, .theme-light .btn-default[disabled]:focus, .theme-light .btn-default[disabled]:active, .theme-light .btn-default[disabled].active, fieldset[disabled] .theme-light .btn-default, fieldset[disabled] .theme-light .btn-default:hover, fieldset[disabled] .theme-light .btn-default:focus, fieldset[disabled] .theme-light .btn-default:active, fieldset[disabled] .theme-light .btn-default.active {
  color: #C6C0B5;
  border-color: #C6C0B5;
  background-color: transparent;
}
.theme-light .btn-default.spinner, .theme-light .btn-default.ok, .theme-light .btn-default.error, .theme-light .btn-default[disabled].spinner, .theme-light .btn-default[disabled].ok, .theme-light .btn-default[disabled].error, .theme-light .btn-default fieldset[disabled].spinner, .theme-light .btn-default fieldset[disabled].ok, .theme-light .btn-default fieldset[disabled].error {
  position: relative;
  background-color: transparent;
  border-color: transparent;
  color: transparent;
  opacity: 1;
}
.theme-light .btn-default.spinner:hover, .theme-light .btn-default.spinner:focus, .theme-light .btn-default.ok:hover, .theme-light .btn-default.ok:focus, .theme-light .btn-default.error:hover, .theme-light .btn-default.error:focus, .theme-light .btn-default[disabled].spinner:hover, .theme-light .btn-default[disabled].spinner:focus, .theme-light .btn-default[disabled].ok:hover, .theme-light .btn-default[disabled].ok:focus, .theme-light .btn-default[disabled].error:hover, .theme-light .btn-default[disabled].error:focus, .theme-light .btn-default fieldset[disabled].spinner:hover, .theme-light .btn-default fieldset[disabled].spinner:focus, .theme-light .btn-default fieldset[disabled].ok:hover, .theme-light .btn-default fieldset[disabled].ok:focus, .theme-light .btn-default fieldset[disabled].error:hover, .theme-light .btn-default fieldset[disabled].error:focus {
  color: #F36D5D;
  background-color: #F36D5D;
}
.theme-light .btn-default.spinner:active, .theme-light .btn-default.spinner.active, .theme-light .btn-default.ok:active, .theme-light .btn-default.ok.active, .theme-light .btn-default.error:active, .theme-light .btn-default.error.active, .theme-light .btn-default[disabled].spinner:active, .theme-light .btn-default[disabled].spinner.active, .theme-light .btn-default[disabled].ok:active, .theme-light .btn-default[disabled].ok.active, .theme-light .btn-default[disabled].error:active, .theme-light .btn-default[disabled].error.active, .theme-light .btn-default fieldset[disabled].spinner:active, .theme-light .btn-default fieldset[disabled].spinner.active, .theme-light .btn-default fieldset[disabled].ok:active, .theme-light .btn-default fieldset[disabled].ok.active, .theme-light .btn-default fieldset[disabled].error:active, .theme-light .btn-default fieldset[disabled].error.active {
  color: #E76354;
  background-color: #E76354;
}
.theme-light .btn-default.spinner > *, .theme-light .btn-default.ok > *, .theme-light .btn-default.error > * {
  visibility: hidden;
}
.theme-light .btn-default.spinner:after, .theme-light .btn-default.ok:after, .theme-light .btn-default.error:after {
  color: #F36D5D;
  position: relative;
  display: inline-block;
  font-family: 'uicregular';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  white-space: nowrap;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "liga", "dlig";
  -moz-font-feature-settings: "liga=1, dlig=1";
  -moz-font-feature-settings: "liga", "dlig";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig";
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
  font-size: 16px;
  margin: 0 0 0 -8px;
}
.theme-light .btn-default.spinner:after {
  content: "\e62c";
  margin-top: -8px;
  -webkit-animation: issuuSpinnerAnimation 1.6s linear infinite;
  animation: issuuSpinnerAnimation 1.6s linear infinite;
}
.theme-light .btn-default.ok:after {
  content: "\e619";
}
.theme-light .btn-default.error:after {
  content: "\e61b";
}
.theme-light .btn-primary {
  transition: background-color 0.25s ease;
}
.theme-light .btn-primary:hover, .theme-light .btn-primary:focus {
  background-color: #E76354;
  border-color: #E76354;
}
.theme-light .btn-primary:active, .theme-light .btn-primary.active {
  background-color: #E76354;
  border-color: #E76354;
}
.theme-light .btn-primary.disabled, .theme-light .btn-primary.disabled:hover, .theme-light .btn-primary.disabled:focus, .theme-light .btn-primary.disabled:active, .theme-light .btn-primary.disabled.active, .theme-light .btn-primary[disabled], .theme-light .btn-primary[disabled]:hover, .theme-light .btn-primary[disabled]:focus, .theme-light .btn-primary[disabled]:active, .theme-light .btn-primary[disabled].active, fieldset[disabled] .theme-light .btn-primary, fieldset[disabled] .theme-light .btn-primary:hover, fieldset[disabled] .theme-light .btn-primary:focus, fieldset[disabled] .theme-light .btn-primary:active, fieldset[disabled] .theme-light .btn-primary.active {
  color: #C6C0B5;
  border-color: #C6C0B5;
  background-color: transparent;
}
.theme-light .btn-primary.spinner, .theme-light .btn-primary.ok, .theme-light .btn-primary.error, .theme-light .btn-primary[disabled].spinner, .theme-light .btn-primary[disabled].ok, .theme-light .btn-primary[disabled].error, .theme-light .btn-primary fieldset[disabled].spinner, .theme-light .btn-primary fieldset[disabled].ok, .theme-light .btn-primary fieldset[disabled].error {
  position: relative;
  background-color: #F36D5D;
  border-color: #F36D5D;
  color: #F36D5D;
  opacity: 1;
}
.theme-light .btn-primary.spinner:hover, .theme-light .btn-primary.spinner:focus, .theme-light .btn-primary.ok:hover, .theme-light .btn-primary.ok:focus, .theme-light .btn-primary.error:hover, .theme-light .btn-primary.error:focus, .theme-light .btn-primary[disabled].spinner:hover, .theme-light .btn-primary[disabled].spinner:focus, .theme-light .btn-primary[disabled].ok:hover, .theme-light .btn-primary[disabled].ok:focus, .theme-light .btn-primary[disabled].error:hover, .theme-light .btn-primary[disabled].error:focus, .theme-light .btn-primary fieldset[disabled].spinner:hover, .theme-light .btn-primary fieldset[disabled].spinner:focus, .theme-light .btn-primary fieldset[disabled].ok:hover, .theme-light .btn-primary fieldset[disabled].ok:focus, .theme-light .btn-primary fieldset[disabled].error:hover, .theme-light .btn-primary fieldset[disabled].error:focus {
  color: #E76354;
  background-color: #E76354;
}
.theme-light .btn-primary.spinner:active, .theme-light .btn-primary.spinner.active, .theme-light .btn-primary.ok:active, .theme-light .btn-primary.ok.active, .theme-light .btn-primary.error:active, .theme-light .btn-primary.error.active, .theme-light .btn-primary[disabled].spinner:active, .theme-light .btn-primary[disabled].spinner.active, .theme-light .btn-primary[disabled].ok:active, .theme-light .btn-primary[disabled].ok.active, .theme-light .btn-primary[disabled].error:active, .theme-light .btn-primary[disabled].error.active, .theme-light .btn-primary fieldset[disabled].spinner:active, .theme-light .btn-primary fieldset[disabled].spinner.active, .theme-light .btn-primary fieldset[disabled].ok:active, .theme-light .btn-primary fieldset[disabled].ok.active, .theme-light .btn-primary fieldset[disabled].error:active, .theme-light .btn-primary fieldset[disabled].error.active {
  color: #E76354;
  background-color: #E76354;
}
.theme-light .btn-primary.spinner > *, .theme-light .btn-primary.ok > *, .theme-light .btn-primary.error > * {
  visibility: hidden;
}
.theme-light .btn-primary.spinner:after, .theme-light .btn-primary.ok:after, .theme-light .btn-primary.error:after {
  color: #FFFFFF;
  position: relative;
  display: inline-block;
  font-family: 'uicregular';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  white-space: nowrap;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "liga", "dlig";
  -moz-font-feature-settings: "liga=1, dlig=1";
  -moz-font-feature-settings: "liga", "dlig";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig";
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
  font-size: 16px;
  margin: 0 0 0 -8px;
}
.theme-light .btn-primary.spinner:after {
  content: "\e62c";
  margin-top: -8px;
  -webkit-animation: issuuSpinnerAnimation 1.6s linear infinite;
  animation: issuuSpinnerAnimation 1.6s linear infinite;
}
.theme-light .btn-primary.ok:after {
  content: "\e619";
}
.theme-light .btn-primary.error:after {
  content: "\e61b";
}
.theme-light .btn-success {
  transition: background-color 0.25s ease;
}
.theme-light .btn-success:hover, .theme-light .btn-success:focus {
  background-color: #3B9D4D;
  border-color: #3B9D4D;
}
.theme-light .btn-success:active, .theme-light .btn-success.active {
  background-color: #3B9D4D;
  border-color: #3B9D4D;
}
.theme-light .btn-success.disabled, .theme-light .btn-success.disabled:hover, .theme-light .btn-success.disabled:focus, .theme-light .btn-success.disabled:active, .theme-light .btn-success.disabled.active, .theme-light .btn-success[disabled], .theme-light .btn-success[disabled]:hover, .theme-light .btn-success[disabled]:focus, .theme-light .btn-success[disabled]:active, .theme-light .btn-success[disabled].active, fieldset[disabled] .theme-light .btn-success, fieldset[disabled] .theme-light .btn-success:hover, fieldset[disabled] .theme-light .btn-success:focus, fieldset[disabled] .theme-light .btn-success:active, fieldset[disabled] .theme-light .btn-success.active {
  color: #C6C0B5;
  border-color: #C6C0B5;
  background-color: transparent;
}
.theme-light .btn-success.spinner, .theme-light .btn-success.ok, .theme-light .btn-success.error, .theme-light .btn-success[disabled].spinner, .theme-light .btn-success[disabled].ok, .theme-light .btn-success[disabled].error, .theme-light .btn-success fieldset[disabled].spinner, .theme-light .btn-success fieldset[disabled].ok, .theme-light .btn-success fieldset[disabled].error {
  position: relative;
  background-color: #56B66A;
  border-color: #56B66A;
  color: #56B66A;
  opacity: 1;
}
.theme-light .btn-success.spinner:hover, .theme-light .btn-success.spinner:focus, .theme-light .btn-success.ok:hover, .theme-light .btn-success.ok:focus, .theme-light .btn-success.error:hover, .theme-light .btn-success.error:focus, .theme-light .btn-success[disabled].spinner:hover, .theme-light .btn-success[disabled].spinner:focus, .theme-light .btn-success[disabled].ok:hover, .theme-light .btn-success[disabled].ok:focus, .theme-light .btn-success[disabled].error:hover, .theme-light .btn-success[disabled].error:focus, .theme-light .btn-success fieldset[disabled].spinner:hover, .theme-light .btn-success fieldset[disabled].spinner:focus, .theme-light .btn-success fieldset[disabled].ok:hover, .theme-light .btn-success fieldset[disabled].ok:focus, .theme-light .btn-success fieldset[disabled].error:hover, .theme-light .btn-success fieldset[disabled].error:focus {
  color: #3B9D4D;
  background-color: #3B9D4D;
}
.theme-light .btn-success.spinner:active, .theme-light .btn-success.spinner.active, .theme-light .btn-success.ok:active, .theme-light .btn-success.ok.active, .theme-light .btn-success.error:active, .theme-light .btn-success.error.active, .theme-light .btn-success[disabled].spinner:active, .theme-light .btn-success[disabled].spinner.active, .theme-light .btn-success[disabled].ok:active, .theme-light .btn-success[disabled].ok.active, .theme-light .btn-success[disabled].error:active, .theme-light .btn-success[disabled].error.active, .theme-light .btn-success fieldset[disabled].spinner:active, .theme-light .btn-success fieldset[disabled].spinner.active, .theme-light .btn-success fieldset[disabled].ok:active, .theme-light .btn-success fieldset[disabled].ok.active, .theme-light .btn-success fieldset[disabled].error:active, .theme-light .btn-success fieldset[disabled].error.active {
  color: #3B9D4D;
  background-color: #3B9D4D;
}
.theme-light .btn-success.spinner > *, .theme-light .btn-success.ok > *, .theme-light .btn-success.error > * {
  visibility: hidden;
}
.theme-light .btn-success.spinner:after, .theme-light .btn-success.ok:after, .theme-light .btn-success.error:after {
  color: #FFFFFF;
  position: relative;
  display: inline-block;
  font-family: 'uicregular';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  white-space: nowrap;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "liga", "dlig";
  -moz-font-feature-settings: "liga=1, dlig=1";
  -moz-font-feature-settings: "liga", "dlig";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig";
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
  font-size: 16px;
  margin: 0 0 0 -8px;
}
.theme-light .btn-success.spinner:after {
  content: "\e62c";
  margin-top: -8px;
  -webkit-animation: issuuSpinnerAnimation 1.6s linear infinite;
  animation: issuuSpinnerAnimation 1.6s linear infinite;
}
.theme-light .btn-success.ok:after {
  content: "\e619";
}
.theme-light .btn-success.error:after {
  content: "\e61b";
}
.theme-light .btn-danger {
  transition: background-color 0.25s ease;
}
.theme-light .btn-danger:hover, .theme-light .btn-danger:focus {
  background-color: #DF503C;
  border-color: #DF503C;
}
.theme-light .btn-danger:active, .theme-light .btn-danger.active {
  background-color: #DF503C;
  border-color: #DF503C;
}
.theme-light .btn-danger.disabled, .theme-light .btn-danger.disabled:hover, .theme-light .btn-danger.disabled:focus, .theme-light .btn-danger.disabled:active, .theme-light .btn-danger.disabled.active, .theme-light .btn-danger[disabled], .theme-light .btn-danger[disabled]:hover, .theme-light .btn-danger[disabled]:focus, .theme-light .btn-danger[disabled]:active, .theme-light .btn-danger[disabled].active, fieldset[disabled] .theme-light .btn-danger, fieldset[disabled] .theme-light .btn-danger:hover, fieldset[disabled] .theme-light .btn-danger:focus, fieldset[disabled] .theme-light .btn-danger:active, fieldset[disabled] .theme-light .btn-danger.active {
  color: #C6C0B5;
  border-color: #C6C0B5;
  background-color: transparent;
}
.theme-light .btn-danger.spinner, .theme-light .btn-danger.ok, .theme-light .btn-danger.error, .theme-light .btn-danger[disabled].spinner, .theme-light .btn-danger[disabled].ok, .theme-light .btn-danger[disabled].error, .theme-light .btn-danger fieldset[disabled].spinner, .theme-light .btn-danger fieldset[disabled].ok, .theme-light .btn-danger fieldset[disabled].error {
  position: relative;
  background-color: #DF503C;
  border-color: #DF503C;
  color: #DF503C;
  opacity: 1;
}
.theme-light .btn-danger.spinner:hover, .theme-light .btn-danger.spinner:focus, .theme-light .btn-danger.ok:hover, .theme-light .btn-danger.ok:focus, .theme-light .btn-danger.error:hover, .theme-light .btn-danger.error:focus, .theme-light .btn-danger[disabled].spinner:hover, .theme-light .btn-danger[disabled].spinner:focus, .theme-light .btn-danger[disabled].ok:hover, .theme-light .btn-danger[disabled].ok:focus, .theme-light .btn-danger[disabled].error:hover, .theme-light .btn-danger[disabled].error:focus, .theme-light .btn-danger fieldset[disabled].spinner:hover, .theme-light .btn-danger fieldset[disabled].spinner:focus, .theme-light .btn-danger fieldset[disabled].ok:hover, .theme-light .btn-danger fieldset[disabled].ok:focus, .theme-light .btn-danger fieldset[disabled].error:hover, .theme-light .btn-danger fieldset[disabled].error:focus {
  color: #DF503C;
  background-color: #DF503C;
}
.theme-light .btn-danger.spinner:active, .theme-light .btn-danger.spinner.active, .theme-light .btn-danger.ok:active, .theme-light .btn-danger.ok.active, .theme-light .btn-danger.error:active, .theme-light .btn-danger.error.active, .theme-light .btn-danger[disabled].spinner:active, .theme-light .btn-danger[disabled].spinner.active, .theme-light .btn-danger[disabled].ok:active, .theme-light .btn-danger[disabled].ok.active, .theme-light .btn-danger[disabled].error:active, .theme-light .btn-danger[disabled].error.active, .theme-light .btn-danger fieldset[disabled].spinner:active, .theme-light .btn-danger fieldset[disabled].spinner.active, .theme-light .btn-danger fieldset[disabled].ok:active, .theme-light .btn-danger fieldset[disabled].ok.active, .theme-light .btn-danger fieldset[disabled].error:active, .theme-light .btn-danger fieldset[disabled].error.active {
  color: #DF503C;
  background-color: #DF503C;
}
.theme-light .btn-danger.spinner > *, .theme-light .btn-danger.ok > *, .theme-light .btn-danger.error > * {
  visibility: hidden;
}
.theme-light .btn-danger.spinner:after, .theme-light .btn-danger.ok:after, .theme-light .btn-danger.error:after {
  color: #FFFFFF;
  position: relative;
  display: inline-block;
  font-family: 'uicregular';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  white-space: nowrap;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "liga", "dlig";
  -moz-font-feature-settings: "liga=1, dlig=1";
  -moz-font-feature-settings: "liga", "dlig";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig";
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
  font-size: 16px;
  margin: 0 0 0 -8px;
}
.theme-light .btn-danger.spinner:after {
  content: "\e62c";
  margin-top: -8px;
  -webkit-animation: issuuSpinnerAnimation 1.6s linear infinite;
  animation: issuuSpinnerAnimation 1.6s linear infinite;
}
.theme-light .btn-danger.ok:after {
  content: "\e619";
}
.theme-light .btn-danger.error:after {
  content: "\e61b";
}
.theme-light .btn-inverse {
  color: #FFFFFF;
  background-color: #C6C0B5;
  border-color: #C6C0B5;
  transition: background-color 0.25s ease;
}
.theme-light .btn-inverse:hover, .theme-light .btn-inverse:focus, .theme-light .btn-inverse:active, .theme-light .btn-inverse.active {
  color: #FFFFFF;
  background-color: #b4ac9e;
  border-color: #aba392;
}
.open .theme-light .btn-inverse.dropdown-toggle {
  color: #FFFFFF;
  background-color: #b4ac9e;
  border-color: #aba392;
}
.theme-light .btn-inverse:active, .theme-light .btn-inverse.active {
  background-image: none;
}
.open .theme-light .btn-inverse.dropdown-toggle {
  background-image: none;
}
.theme-light .btn-inverse.disabled, .theme-light .btn-inverse.disabled:hover, .theme-light .btn-inverse.disabled:focus, .theme-light .btn-inverse.disabled:active, .theme-light .btn-inverse.disabled.active, .theme-light .btn-inverse[disabled], .theme-light .btn-inverse[disabled]:hover, .theme-light .btn-inverse[disabled]:focus, .theme-light .btn-inverse[disabled]:active, .theme-light .btn-inverse[disabled].active, fieldset[disabled] .theme-light .btn-inverse, fieldset[disabled] .theme-light .btn-inverse:hover, fieldset[disabled] .theme-light .btn-inverse:focus, fieldset[disabled] .theme-light .btn-inverse:active, fieldset[disabled] .theme-light .btn-inverse.active {
  background-color: #C6C0B5;
  border-color: #C6C0B5;
}
.theme-light .btn-inverse .badge {
  color: #C6C0B5;
  background-color: #FFFFFF;
}
.theme-light .btn-inverse:hover, .theme-light .btn-inverse:focus {
  background-color: #A49F96;
  border-color: #A49F96;
}
.theme-light .btn-inverse:active, .theme-light .btn-inverse.active {
  background-color: #A49F96;
  border-color: #A49F96;
}
.theme-light .btn-inverse.disabled, .theme-light .btn-inverse.disabled:hover, .theme-light .btn-inverse.disabled:focus, .theme-light .btn-inverse.disabled:active, .theme-light .btn-inverse.disabled.active, .theme-light .btn-inverse[disabled], .theme-light .btn-inverse[disabled]:hover, .theme-light .btn-inverse[disabled]:focus, .theme-light .btn-inverse[disabled]:active, .theme-light .btn-inverse[disabled].active, fieldset[disabled] .theme-light .btn-inverse, fieldset[disabled] .theme-light .btn-inverse:hover, fieldset[disabled] .theme-light .btn-inverse:focus, fieldset[disabled] .theme-light .btn-inverse:active, fieldset[disabled] .theme-light .btn-inverse.active {
  color: #C6C0B5;
  border-color: #C6C0B5;
  background-color: transparent;
}
.theme-light .btn-inverse.spinner, .theme-light .btn-inverse.ok, .theme-light .btn-inverse.error, .theme-light .btn-inverse[disabled].spinner, .theme-light .btn-inverse[disabled].ok, .theme-light .btn-inverse[disabled].error, .theme-light .btn-inverse fieldset[disabled].spinner, .theme-light .btn-inverse fieldset[disabled].ok, .theme-light .btn-inverse fieldset[disabled].error {
  position: relative;
  background-color: #C6C0B5;
  border-color: #C6C0B5;
  color: #C6C0B5;
  opacity: 1;
}
.theme-light .btn-inverse.spinner:hover, .theme-light .btn-inverse.spinner:focus, .theme-light .btn-inverse.ok:hover, .theme-light .btn-inverse.ok:focus, .theme-light .btn-inverse.error:hover, .theme-light .btn-inverse.error:focus, .theme-light .btn-inverse[disabled].spinner:hover, .theme-light .btn-inverse[disabled].spinner:focus, .theme-light .btn-inverse[disabled].ok:hover, .theme-light .btn-inverse[disabled].ok:focus, .theme-light .btn-inverse[disabled].error:hover, .theme-light .btn-inverse[disabled].error:focus, .theme-light .btn-inverse fieldset[disabled].spinner:hover, .theme-light .btn-inverse fieldset[disabled].spinner:focus, .theme-light .btn-inverse fieldset[disabled].ok:hover, .theme-light .btn-inverse fieldset[disabled].ok:focus, .theme-light .btn-inverse fieldset[disabled].error:hover, .theme-light .btn-inverse fieldset[disabled].error:focus {
  color: #A49F96;
  background-color: #A49F96;
}
.theme-light .btn-inverse.spinner:active, .theme-light .btn-inverse.spinner.active, .theme-light .btn-inverse.ok:active, .theme-light .btn-inverse.ok.active, .theme-light .btn-inverse.error:active, .theme-light .btn-inverse.error.active, .theme-light .btn-inverse[disabled].spinner:active, .theme-light .btn-inverse[disabled].spinner.active, .theme-light .btn-inverse[disabled].ok:active, .theme-light .btn-inverse[disabled].ok.active, .theme-light .btn-inverse[disabled].error:active, .theme-light .btn-inverse[disabled].error.active, .theme-light .btn-inverse fieldset[disabled].spinner:active, .theme-light .btn-inverse fieldset[disabled].spinner.active, .theme-light .btn-inverse fieldset[disabled].ok:active, .theme-light .btn-inverse fieldset[disabled].ok.active, .theme-light .btn-inverse fieldset[disabled].error:active, .theme-light .btn-inverse fieldset[disabled].error.active {
  color: #A49F96;
  background-color: #A49F96;
}
.theme-light .btn-inverse.spinner > *, .theme-light .btn-inverse.ok > *, .theme-light .btn-inverse.error > * {
  visibility: hidden;
}
.theme-light .btn-inverse.spinner:after, .theme-light .btn-inverse.ok:after, .theme-light .btn-inverse.error:after {
  color: #FFFFFF;
  position: relative;
  display: inline-block;
  font-family: 'uicregular';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  white-space: nowrap;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "liga", "dlig";
  -moz-font-feature-settings: "liga=1, dlig=1";
  -moz-font-feature-settings: "liga", "dlig";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig";
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
  font-size: 16px;
  margin: 0 0 0 -8px;
}
.theme-light .btn-inverse.spinner:after {
  content: "\e62c";
  margin-top: -8px;
  -webkit-animation: issuuSpinnerAnimation 1.6s linear infinite;
  animation: issuuSpinnerAnimation 1.6s linear infinite;
}
.theme-light .btn-inverse.ok:after {
  content: "\e619";
}
.theme-light .btn-inverse.error:after {
  content: "\e61b";
}
.theme-light .btn-action-bar {
  color: #FFFFFF;
  background-color: #F36D5D;
  border-color: #F36D5D;
  transition: background-color 0.25s ease;
}
.theme-light .btn-action-bar:hover, .theme-light .btn-action-bar:focus, .theme-light .btn-action-bar:active, .theme-light .btn-action-bar.active {
  color: #FFFFFF;
  background-color: #f04b37;
  border-color: #ef3a24;
}
.open .theme-light .btn-action-bar.dropdown-toggle {
  color: #FFFFFF;
  background-color: #f04b37;
  border-color: #ef3a24;
}
.theme-light .btn-action-bar:active, .theme-light .btn-action-bar.active {
  background-image: none;
}
.open .theme-light .btn-action-bar.dropdown-toggle {
  background-image: none;
}
.theme-light .btn-action-bar.disabled, .theme-light .btn-action-bar.disabled:hover, .theme-light .btn-action-bar.disabled:focus, .theme-light .btn-action-bar.disabled:active, .theme-light .btn-action-bar.disabled.active, .theme-light .btn-action-bar[disabled], .theme-light .btn-action-bar[disabled]:hover, .theme-light .btn-action-bar[disabled]:focus, .theme-light .btn-action-bar[disabled]:active, .theme-light .btn-action-bar[disabled].active, fieldset[disabled] .theme-light .btn-action-bar, fieldset[disabled] .theme-light .btn-action-bar:hover, fieldset[disabled] .theme-light .btn-action-bar:focus, fieldset[disabled] .theme-light .btn-action-bar:active, fieldset[disabled] .theme-light .btn-action-bar.active {
  background-color: #F36D5D;
  border-color: #F36D5D;
}
.theme-light .btn-action-bar .badge {
  color: #F36D5D;
  background-color: #FFFFFF;
}
.theme-light .btn-action-bar:hover, .theme-light .btn-action-bar:focus {
  background-color: #E76354;
  border-color: #E76354;
}
.theme-light .btn-action-bar:active, .theme-light .btn-action-bar.active {
  background-color: #E76354;
  border-color: #E76354;
}
.theme-light .btn-action-bar.disabled, .theme-light .btn-action-bar.disabled:hover, .theme-light .btn-action-bar.disabled:focus, .theme-light .btn-action-bar.disabled:active, .theme-light .btn-action-bar.disabled.active, .theme-light .btn-action-bar[disabled], .theme-light .btn-action-bar[disabled]:hover, .theme-light .btn-action-bar[disabled]:focus, .theme-light .btn-action-bar[disabled]:active, .theme-light .btn-action-bar[disabled].active, fieldset[disabled] .theme-light .btn-action-bar, fieldset[disabled] .theme-light .btn-action-bar:hover, fieldset[disabled] .theme-light .btn-action-bar:focus, fieldset[disabled] .theme-light .btn-action-bar:active, fieldset[disabled] .theme-light .btn-action-bar.active {
  color: #C6C0B5;
  border-color: #C6C0B5;
  background-color: transparent;
}
.theme-light .btn-action-bar.spinner, .theme-light .btn-action-bar.ok, .theme-light .btn-action-bar.error, .theme-light .btn-action-bar[disabled].spinner, .theme-light .btn-action-bar[disabled].ok, .theme-light .btn-action-bar[disabled].error, .theme-light .btn-action-bar fieldset[disabled].spinner, .theme-light .btn-action-bar fieldset[disabled].ok, .theme-light .btn-action-bar fieldset[disabled].error {
  position: relative;
  background-color: #F36D5D;
  border-color: #F36D5D;
  color: #F36D5D;
  opacity: 1;
}
.theme-light .btn-action-bar.spinner:hover, .theme-light .btn-action-bar.spinner:focus, .theme-light .btn-action-bar.ok:hover, .theme-light .btn-action-bar.ok:focus, .theme-light .btn-action-bar.error:hover, .theme-light .btn-action-bar.error:focus, .theme-light .btn-action-bar[disabled].spinner:hover, .theme-light .btn-action-bar[disabled].spinner:focus, .theme-light .btn-action-bar[disabled].ok:hover, .theme-light .btn-action-bar[disabled].ok:focus, .theme-light .btn-action-bar[disabled].error:hover, .theme-light .btn-action-bar[disabled].error:focus, .theme-light .btn-action-bar fieldset[disabled].spinner:hover, .theme-light .btn-action-bar fieldset[disabled].spinner:focus, .theme-light .btn-action-bar fieldset[disabled].ok:hover, .theme-light .btn-action-bar fieldset[disabled].ok:focus, .theme-light .btn-action-bar fieldset[disabled].error:hover, .theme-light .btn-action-bar fieldset[disabled].error:focus {
  color: #E76354;
  background-color: #E76354;
}
.theme-light .btn-action-bar.spinner:active, .theme-light .btn-action-bar.spinner.active, .theme-light .btn-action-bar.ok:active, .theme-light .btn-action-bar.ok.active, .theme-light .btn-action-bar.error:active, .theme-light .btn-action-bar.error.active, .theme-light .btn-action-bar[disabled].spinner:active, .theme-light .btn-action-bar[disabled].spinner.active, .theme-light .btn-action-bar[disabled].ok:active, .theme-light .btn-action-bar[disabled].ok.active, .theme-light .btn-action-bar[disabled].error:active, .theme-light .btn-action-bar[disabled].error.active, .theme-light .btn-action-bar fieldset[disabled].spinner:active, .theme-light .btn-action-bar fieldset[disabled].spinner.active, .theme-light .btn-action-bar fieldset[disabled].ok:active, .theme-light .btn-action-bar fieldset[disabled].ok.active, .theme-light .btn-action-bar fieldset[disabled].error:active, .theme-light .btn-action-bar fieldset[disabled].error.active {
  color: #E76354;
  background-color: #E76354;
}
.theme-light .btn-action-bar.spinner > *, .theme-light .btn-action-bar.ok > *, .theme-light .btn-action-bar.error > * {
  visibility: hidden;
}
.theme-light .btn-action-bar.spinner:after, .theme-light .btn-action-bar.ok:after, .theme-light .btn-action-bar.error:after {
  color: #FFFFFF;
  position: relative;
  display: inline-block;
  font-family: 'uicregular';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  white-space: nowrap;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "liga", "dlig";
  -moz-font-feature-settings: "liga=1, dlig=1";
  -moz-font-feature-settings: "liga", "dlig";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig";
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
  font-size: 16px;
  margin: 0 0 0 -8px;
}
.theme-light .btn-action-bar.spinner:after {
  content: "\e62c";
  margin-top: -8px;
  -webkit-animation: issuuSpinnerAnimation 1.6s linear infinite;
  animation: issuuSpinnerAnimation 1.6s linear infinite;
}
.theme-light .btn-action-bar.ok:after {
  content: "\e619";
}
.theme-light .btn-action-bar.error:after {
  content: "\e61b";
}
.theme-light .btn-action-bar-icon {
  color: #FFFFFF;
  background-color: #F36D5D;
  border-color: #F36D5D;
  transition: background-color 0.25s ease;
  overflow: hidden;
}
.theme-light .btn-action-bar-icon:hover, .theme-light .btn-action-bar-icon:focus, .theme-light .btn-action-bar-icon:active, .theme-light .btn-action-bar-icon.active {
  color: #FFFFFF;
  background-color: #f04b37;
  border-color: #ef3a24;
}
.open .theme-light .btn-action-bar-icon.dropdown-toggle {
  color: #FFFFFF;
  background-color: #f04b37;
  border-color: #ef3a24;
}
.theme-light .btn-action-bar-icon:active, .theme-light .btn-action-bar-icon.active {
  background-image: none;
}
.open .theme-light .btn-action-bar-icon.dropdown-toggle {
  background-image: none;
}
.theme-light .btn-action-bar-icon.disabled, .theme-light .btn-action-bar-icon.disabled:hover, .theme-light .btn-action-bar-icon.disabled:focus, .theme-light .btn-action-bar-icon.disabled:active, .theme-light .btn-action-bar-icon.disabled.active, .theme-light .btn-action-bar-icon[disabled], .theme-light .btn-action-bar-icon[disabled]:hover, .theme-light .btn-action-bar-icon[disabled]:focus, .theme-light .btn-action-bar-icon[disabled]:active, .theme-light .btn-action-bar-icon[disabled].active, fieldset[disabled] .theme-light .btn-action-bar-icon, fieldset[disabled] .theme-light .btn-action-bar-icon:hover, fieldset[disabled] .theme-light .btn-action-bar-icon:focus, fieldset[disabled] .theme-light .btn-action-bar-icon:active, fieldset[disabled] .theme-light .btn-action-bar-icon.active {
  background-color: #F36D5D;
  border-color: #F36D5D;
}
.theme-light .btn-action-bar-icon .badge {
  color: #F36D5D;
  background-color: #FFFFFF;
}
.theme-light .btn-action-bar-icon:hover, .theme-light .btn-action-bar-icon:focus {
  background-color: #F36D5D;
  border-color: #F36D5D;
}
.theme-light .btn-action-bar-icon:active, .theme-light .btn-action-bar-icon.active {
  background-color: #F36D5D;
  border-color: #F36D5D;
}
.theme-light .btn-action-bar-icon.disabled, .theme-light .btn-action-bar-icon.disabled:hover, .theme-light .btn-action-bar-icon.disabled:focus, .theme-light .btn-action-bar-icon.disabled:active, .theme-light .btn-action-bar-icon.disabled.active, .theme-light .btn-action-bar-icon[disabled], .theme-light .btn-action-bar-icon[disabled]:hover, .theme-light .btn-action-bar-icon[disabled]:focus, .theme-light .btn-action-bar-icon[disabled]:active, .theme-light .btn-action-bar-icon[disabled].active, fieldset[disabled] .theme-light .btn-action-bar-icon, fieldset[disabled] .theme-light .btn-action-bar-icon:hover, fieldset[disabled] .theme-light .btn-action-bar-icon:focus, fieldset[disabled] .theme-light .btn-action-bar-icon:active, fieldset[disabled] .theme-light .btn-action-bar-icon.active {
  color: #C6C0B5;
  border-color: #C6C0B5;
  background-color: transparent;
}
.theme-light .btn-action-bar-icon.spinner, .theme-light .btn-action-bar-icon.ok, .theme-light .btn-action-bar-icon.error, .theme-light .btn-action-bar-icon[disabled].spinner, .theme-light .btn-action-bar-icon[disabled].ok, .theme-light .btn-action-bar-icon[disabled].error, .theme-light .btn-action-bar-icon fieldset[disabled].spinner, .theme-light .btn-action-bar-icon fieldset[disabled].ok, .theme-light .btn-action-bar-icon fieldset[disabled].error {
  position: relative;
  background-color: #F36D5D;
  border-color: #F36D5D;
  color: #F36D5D;
  opacity: 1;
}
.theme-light .btn-action-bar-icon.spinner:hover, .theme-light .btn-action-bar-icon.spinner:focus, .theme-light .btn-action-bar-icon.ok:hover, .theme-light .btn-action-bar-icon.ok:focus, .theme-light .btn-action-bar-icon.error:hover, .theme-light .btn-action-bar-icon.error:focus, .theme-light .btn-action-bar-icon[disabled].spinner:hover, .theme-light .btn-action-bar-icon[disabled].spinner:focus, .theme-light .btn-action-bar-icon[disabled].ok:hover, .theme-light .btn-action-bar-icon[disabled].ok:focus, .theme-light .btn-action-bar-icon[disabled].error:hover, .theme-light .btn-action-bar-icon[disabled].error:focus, .theme-light .btn-action-bar-icon fieldset[disabled].spinner:hover, .theme-light .btn-action-bar-icon fieldset[disabled].spinner:focus, .theme-light .btn-action-bar-icon fieldset[disabled].ok:hover, .theme-light .btn-action-bar-icon fieldset[disabled].ok:focus, .theme-light .btn-action-bar-icon fieldset[disabled].error:hover, .theme-light .btn-action-bar-icon fieldset[disabled].error:focus {
  color: #F36D5D;
  background-color: #F36D5D;
}
.theme-light .btn-action-bar-icon.spinner:active, .theme-light .btn-action-bar-icon.spinner.active, .theme-light .btn-action-bar-icon.ok:active, .theme-light .btn-action-bar-icon.ok.active, .theme-light .btn-action-bar-icon.error:active, .theme-light .btn-action-bar-icon.error.active, .theme-light .btn-action-bar-icon[disabled].spinner:active, .theme-light .btn-action-bar-icon[disabled].spinner.active, .theme-light .btn-action-bar-icon[disabled].ok:active, .theme-light .btn-action-bar-icon[disabled].ok.active, .theme-light .btn-action-bar-icon[disabled].error:active, .theme-light .btn-action-bar-icon[disabled].error.active, .theme-light .btn-action-bar-icon fieldset[disabled].spinner:active, .theme-light .btn-action-bar-icon fieldset[disabled].spinner.active, .theme-light .btn-action-bar-icon fieldset[disabled].ok:active, .theme-light .btn-action-bar-icon fieldset[disabled].ok.active, .theme-light .btn-action-bar-icon fieldset[disabled].error:active, .theme-light .btn-action-bar-icon fieldset[disabled].error.active {
  color: #F36D5D;
  background-color: #F36D5D;
}
.theme-light .btn-action-bar-icon.spinner > *, .theme-light .btn-action-bar-icon.ok > *, .theme-light .btn-action-bar-icon.error > * {
  visibility: hidden;
}
.theme-light .btn-action-bar-icon.spinner:after, .theme-light .btn-action-bar-icon.ok:after, .theme-light .btn-action-bar-icon.error:after {
  color: #FFFFFF;
  position: relative;
  display: inline-block;
  font-family: 'uicregular';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  white-space: nowrap;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "liga", "dlig";
  -moz-font-feature-settings: "liga=1, dlig=1";
  -moz-font-feature-settings: "liga", "dlig";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig";
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
  font-size: 16px;
  margin: 0 0 0 -8px;
}
.theme-light .btn-action-bar-icon.spinner:after {
  content: "\e62c";
  margin-top: -8px;
  -webkit-animation: issuuSpinnerAnimation 1.6s linear infinite;
  animation: issuuSpinnerAnimation 1.6s linear infinite;
}
.theme-light .btn-action-bar-icon.ok:after {
  content: "\e619";
}
.theme-light .btn-action-bar-icon.error:after {
  content: "\e61b";
}
.theme-light .btn-action-bar-icon:hover, .theme-light .btn-action-bar-icon.hover, .theme-light .btn-action-bar-icon:active, .theme-light .btn-action-bar-icon.active {
  color: #E76354;
  background: #fff;
}
.theme-light .data-xxl, .theme-light .data-xl, .theme-light .data-l {
  color: #78756E;
}
.theme-light .type-discreet, .theme-light .help-block {
  color: #c5c5c5;
}
.theme-light .type-tag {
  color: #56B66A;
}
.theme-light a.type-discreet, .theme-light .type-discreet a, .theme-light .help-block a {
  color: #F36D5D;
}
.theme-light a.type-discreet:hover, .theme-light a.type-discreet:focus, .theme-light .type-discreet a:hover, .theme-light .type-discreet a:focus, .theme-light .help-block a:hover, .theme-light .help-block a:focus {
  text-decoration: underline;
  color: #E76354;
}
.theme-light .nav > li > a {
  color: #78756E;
  font-size: 14px;
}
.theme-light .nav > li > a:hover, .theme-light .nav > li > a:focus {
  color: #F56C59;
}
.theme-light .nav > li.active > a {
  color: #78756E;
  font-weight: 700;
}
.theme-light .nav > li.active > a:hover, .theme-light .nav > li.active > a:focus {
  cursor: pointer;
  color: #F56C59;
}
.theme-light .nav-tabs > li > a {
  border: 0;
}
.theme-light .nav-tabs > li.active > a {
  color: #78756E;
  font-weight: 700;
}
.theme-light .nav-tabs > li.active > a, .theme-light .nav-tabs > li.active > a:hover, .theme-light .nav-tabs > li.active > a:focus {
  cursor: pointer;
  border: 0;
}
.theme-light .form-control {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.theme-light .form-control:focus {
  background-color: #FFFFFF;
  border: 0;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.theme-light .form-control[disabled], .theme-light .form-control[readonly], .theme-light .form-control.readonly, fieldset[disabled] .theme-light .form-control {
  color: #C6C0B5;
}
.theme-light .form-control[readonly], .theme-light .form-control.readonly {
  /*must be after :focus*/
  background-color: transparent;
  border: 2px solid #E0DACF;
}
.theme-light label {
  color: #78756E;
}
.theme-light select.form-control, .theme-light .dropdown-alternative select {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAHCAMAAAAGcixRAAAAKlBMVEWXl5eXl5eXl5eXl5ePj4+Ojo6Xl5eWlpaXl5eXl5eRkZEAAACOjo6Xl5c/t0pyAAAADHRSTlNAcJAw3O9goSAQyACAlOhHAAAAMUlEQVR42jXGRw4AIAzEwKWmLPn/d1EU8MEabH916IkK4Cg1gtwpYZISMVmkL/s0zV9rswLSzuucLwAAAABJRU5ErkJggg==");
}
.theme-light select.form-control:focus, .theme-light select.form-control:hover, .theme-light select.form-control:active, .theme-light .dropdown-alternative select:focus, .theme-light .dropdown-alternative select:hover, .theme-light .dropdown-alternative select:active {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAHCAMAAAAGcixRAAAAKlBMVEVUVFRUVFRUVFRUVFRPT09PT09UVFRTU1NUVFRUVFRQUFAAAABPT09UVFRUy9akAAAADHRSTlOQQHAw3O9goSAQyADDoJvGAAAAMUlEQVR42jXGRw4AIAzEwKWmLPn/d1EU8MEabH8BeqJq4Ch1gtwpYZISMVmkL/s0zV9rkwLSzoYPiAAAAABJRU5ErkJggg==");
}
.theme-light select.form-control option, .theme-light .dropdown-alternative select option {
  color: #000000;
  background-color: #fff;
}
.theme-light .table {
  border-bottom: 1px solid #E0DACF;
}
.theme-light .table tr > .sorted, .theme-light .table tr > .sorted * {
  color: #E76354;
}
.theme-light .table > thead > tr > th {
  border-bottom-width: 0px;
}
.theme-light .table > thead > tr > th a {
  color: #78756E;
}
.theme-light .table > thead > tr > th a:hover {
  color: #E76354;
}
.theme-light .table > thead > tr > th.title, .theme-light .table > thead > tr > th.title a {
  color: #78756E;
}
.theme-light .jumbotron-img h1, .theme-light .jumbotron-img h2, .theme-light .jumbotron-img h3, .theme-light .jumbotron-img p {
  color: #fff;
}
.theme-light .jumbotron-img .pull-left .issuulogo, .theme-light .jumbotron-img .pull-right .issuulogo {
  color: white;
  background: white;
}
.theme-light .jumbotron-marketing-gray {
  background-color: #f7f7f7;
}
.theme-light .jumbotron-marketing-white {
  background-color: white;
}
.has-error .theme-light .form-control {
  background: #DF503C;
}
.theme-light .form-control.error, .has-error .theme-light .form-control {
  color: #a45a03;
  background-color: #F5B859;
}
.theme-light .form-control.error:-moz-placeholder, .has-error .theme-light .form-control:-moz-placeholder {
  color: #F5B859;
}
.theme-light .form-control.error::-moz-placeholder, .has-error .theme-light .form-control::-moz-placeholder {
  color: #F5B859;
  opacity: 1;
}
.theme-light .form-control.error:-ms-input-placeholder, .has-error .theme-light .form-control:-ms-input-placeholder {
  color: #F5B859;
}
.theme-light .form-control.error::-webkit-input-placeholder, .has-error .theme-light .form-control::-webkit-input-placeholder {
  color: #F5B859;
}
.theme-light .checkbox.error, .theme-light .checkbox-inline.error {
  background-color: #F5B859;
}
.theme-light .text-dimmed {
  color: #C6C0B5;
}
.theme-light a.text-dimmed:hover {
  color: #b0a798;
}
.theme-light .bg-dimmed {
  background-color: #E0DACF;
}
.theme-light a.bg-dimmed:hover {
  background-color: #ccc2b0;
}
.theme-light .alert-warning {
  color: #a45a03;
}
.theme-light nav .searchbox .searchbox-placeholder {
  color: #FFFFFF;
}
.csschecked .theme-light .switch .switch-label-off {
  color: #FFFFFF;
}
.csschecked .theme-light .switch .switch-label-on {
  color: #E0DACF;
}
.csschecked .theme-light .switch .switch-selection {
  background: #9AA8A9;
}
.csschecked .theme-light .switch .switch-input:checked + .switch-label-on ~ .switch-selection {
  background: #E76354;
}
.csschecked .theme-light .switch:hover .switch-selection {
  background: #d1d1d1;
}
.csschecked .theme-light .switch:hover .switch-input:checked + .switch-label-on ~ .switch-selection {
  background: rbga(245, 108, 89, 0.4);
}
.csschecked .theme-light .switch .switch-bg {
  background: #FFFFFF;
}
.csschecked .theme-light .switch .switch-input:checked + .switch-label-on ~ .switch-bg {
  background: #F36D5D;
}
.theme-light .nav-switch .nav-switch-label {
  background: #FFFFFF;
  border-color: #F36D5D;
  color: #d1d1d1;
}
.theme-light .nav-switch .nav-switch-label:hover {
  background: rgba(245, 108, 89, 0.3);
  color: #9b9b9b;
}
.theme-light .nav-switch .nav-switch-input:checked + .nav-switch-label {
  background: #F56C59;
  border-color: #e05140;
  color: #FFFFFF;
}
.theme-light .dropdown-alternative .dropdown-title, .theme-light .dropdown-alternative select {
  color: #78756E;
}
.theme-light .dropdown-alternative select {
  background-color: transparent;
}
.theme-light .dropdown-alternative .menu a:after {
  color: #DF503C;
}
.theme-light .menu, .theme-light .balloon {
  -webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.3);
  background-color: #FFFFFF;
}
.theme-light .menu::-webkit-scrollbar, .theme-light .menu ::-webkit-scrollbar, .theme-light .balloon::-webkit-scrollbar, .theme-light .balloon ::-webkit-scrollbar {
  background-color: transparent;
}
.theme-light .menu::-webkit-scrollbar-track, .theme-light .menu ::-webkit-scrollbar-track, .theme-light .balloon::-webkit-scrollbar-track, .theme-light .balloon ::-webkit-scrollbar-track {
  background-color: transparent;
}
.theme-light .menu::-webkit-scrollbar-track:hover, .theme-light .menu ::-webkit-scrollbar-track:hover, .theme-light .balloon::-webkit-scrollbar-track:hover, .theme-light .balloon ::-webkit-scrollbar-track:hover {
  background-color: #ebebeb;
}
.theme-light .menu::-webkit-scrollbar-thumb, .theme-light .menu ::-webkit-scrollbar-thumb, .theme-light .balloon::-webkit-scrollbar-thumb, .theme-light .balloon ::-webkit-scrollbar-thumb {
  background-color: #c5c5c5;
}
.theme-light .menu::-webkit-scrollbar-thumb:hover, .theme-light .menu ::-webkit-scrollbar-thumb:hover, .theme-light .balloon::-webkit-scrollbar-thumb:hover, .theme-light .balloon ::-webkit-scrollbar-thumb:hover {
  background-color: #9b9b9b;
}
.theme-light .menu.arrow-top, .theme-light .balloon.arrow-top {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.theme-light .menu.arrow-top:after, .theme-light .menu.arrow-top:before, .theme-light .balloon.arrow-top:after, .theme-light .balloon.arrow-top:before {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.theme-light .menu.arrow-top:after, .theme-light .balloon.arrow-top:after {
  border-bottom-color: #FFFFFF;
  border-width: 10px;
  left: 50%;
  margin-left: -10px;
}
.theme-light .menu.arrow-top:before, .theme-light .balloon.arrow-top:before {
  border-bottom-color: rgba(0, 0, 0, 0.1);
  border-width: 11px;
  left: 50%;
  margin-left: -11px;
}
.theme-light .menu.arrow-bottom, .theme-light .balloon.arrow-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.theme-light .menu.arrow-bottom:after, .theme-light .menu.arrow-bottom:before, .theme-light .balloon.arrow-bottom:after, .theme-light .balloon.arrow-bottom:before {
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.theme-light .menu.arrow-bottom:after, .theme-light .balloon.arrow-bottom:after {
  border-top-color: #FFFFFF;
  border-width: 10px;
  left: 50%;
  margin-left: -10px;
}
.theme-light .menu.arrow-bottom:before, .theme-light .balloon.arrow-bottom:before {
  border-top-color: rgba(0, 0, 0, 0.1);
  border-width: 11px;
  left: 50%;
  margin-left: -11px;
}
.theme-light .menu.arrow-left, .theme-light .balloon.arrow-left {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.theme-light .menu.arrow-left:after, .theme-light .menu.arrow-left:before, .theme-light .balloon.arrow-left:after, .theme-light .balloon.arrow-left:before {
  right: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.theme-light .menu.arrow-left:after, .theme-light .balloon.arrow-left:after {
  border-right-color: #FFFFFF;
  border-width: 10px;
  top: 50%;
  margin-top: -10px;
}
.theme-light .menu.arrow-left:before, .theme-light .balloon.arrow-left:before {
  border-right-color: rgba(0, 0, 0, 0.1);
  border-width: 11px;
  top: 50%;
  margin-top: -11px;
}
.theme-light .menu.arrow-right, .theme-light .balloon.arrow-right {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.theme-light .menu.arrow-right:after, .theme-light .menu.arrow-right:before, .theme-light .balloon.arrow-right:after, .theme-light .balloon.arrow-right:before {
  left: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.theme-light .menu.arrow-right:after, .theme-light .balloon.arrow-right:after {
  border-left-color: #FFFFFF;
  border-width: 10px;
  top: 50%;
  margin-top: -10px;
}
.theme-light .menu.arrow-right:before, .theme-light .balloon.arrow-right:before {
  border-left-color: rgba(0, 0, 0, 0.1);
  border-width: 11px;
  top: 50%;
  margin-top: -11px;
}

/*# sourceMappingURL=ui-components.css.map */
