@charset "UTF-8";
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline 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 {
  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;
  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;
}

* {
  box-sizing: border-box;
}

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #404245;
  background-color: url("../img/bg_stripe_pattern.png");
}

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

a {
  color: #009dd4;
  text-decoration: none;
}

a:hover, a:focus {
  color: #007eaa;
  text-decoration: underline;
}

a:focus {
  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: 0;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: url("../img/bg_stripe_pattern.png");
  border: 1px solid #ddd;
  border-radius: 0;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

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

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

.container {
  padding-right: 5px;
  padding-left: 5px;
  margin-right: auto;
  margin-left: auto;
}

.container:before, .container:after {
  display: table;
  content: " ";
}

.container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 730px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 950px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1150px;
  }
}

.container-fluid {
  padding-right: 5px;
  padding-left: 5px;
  margin-right: auto;
  margin-left: auto;
}

.container-fluid:before, .container-fluid:after {
  display: table;
  content: " ";
}

.container-fluid:after {
  clear: both;
}

.row {
  margin-right: -5px;
  margin-left: -5px;
}

.row:before, .row:after {
  display: table;
  content: " ";
}

.row:after {
  clear: both;
}

.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row-no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

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

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

.col-xs-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: auto;
}

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

.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: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-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: auto;
  }
  .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: auto;
  }
  .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: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-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: auto;
  }
  .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: auto;
  }
  .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: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-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: auto;
  }
  .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: auto;
  }
  .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%;
  }
}

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

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

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

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

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

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

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: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 38px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

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

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

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

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

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

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

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

textarea.form-control {
  height: auto;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 38px;
  }
  input[type="date"].input-sm, .input-group-sm > input.form-control[type="date"],
  .input-group-sm > input.input-group-addon[type="date"],
  .input-group-sm > .input-group-btn > input.btn[type="date"],
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input.form-control[type="time"],
  .input-group-sm > input.input-group-addon[type="time"],
  .input-group-sm > .input-group-btn > input.btn[type="time"],
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input.form-control[type="datetime-local"],
  .input-group-sm > input.input-group-addon[type="datetime-local"],
  .input-group-sm > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input.form-control[type="month"],
  .input-group-sm > input.input-group-addon[type="month"],
  .input-group-sm > .input-group-btn > input.btn[type="month"],
  .input-group-sm
  input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg, .input-group-lg > input.form-control[type="date"],
  .input-group-lg > input.input-group-addon[type="date"],
  .input-group-lg > .input-group-btn > input.btn[type="date"],
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input.form-control[type="time"],
  .input-group-lg > input.input-group-addon[type="time"],
  .input-group-lg > .input-group-btn > input.btn[type="time"],
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input.form-control[type="datetime-local"],
  .input-group-lg > input.input-group-addon[type="datetime-local"],
  .input-group-lg > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input.form-control[type="month"],
  .input-group-lg > input.input-group-addon[type="month"],
  .input-group-lg > .input-group-btn > input.btn[type="month"],
  .input-group-lg
  input[type="month"] {
    line-height: 46px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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.form-control[multiple],
.input-group-sm > select.input-group-addon[multiple],
.input-group-sm > .input-group-btn > select.btn[multiple] {
  height: auto;
}

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

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

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

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

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 0;
}

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: 46px;
  line-height: 46px;
}

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.form-control[multiple],
.input-group-lg > select.input-group-addon[multiple],
.input-group-lg > .input-group-btn > select.btn[multiple] {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 0;
}

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

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

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333;
}

.has-feedback {
  position: relative;
}

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

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

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

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

.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

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

.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}

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

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

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

.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}

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

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

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

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

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

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

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

.form-horizontal .form-group {
  margin-right: -5px;
  margin-left: -5px;
}

.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  display: table;
  content: " ";
}

.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 5px;
}

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

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

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

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

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

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

.btn.disabled, .btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  box-shadow: none;
}

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

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

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

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

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

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

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

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

.btn-primary {
  color: #fff;
  background-color: #009dd4;
  border-color: #008abb;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #0077a1;
  border-color: #002c3b;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0077a1;
  border-color: #005d7d;
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0077a1;
  background-image: none;
  border-color: #005d7d;
}

.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #005d7d;
  border-color: #002c3b;
}

.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #009dd4;
  border-color: #008abb;
}

.btn-primary .badge {
  color: #009dd4;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  background-image: none;
  border-color: #398439;
}

.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #269abc;
}

.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  background-image: none;
  border-color: #d58512;
}

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

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

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

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  background-image: none;
  border-color: #ac2925;
}

.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

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

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

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

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

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

.btn-link:hover, .btn-link:focus {
  color: #007eaa;
  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: #777777;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 0;
}

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

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

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

.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;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

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

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

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

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

.dropup,
.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;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

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

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

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

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

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

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

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

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

.open > a {
  outline: 0;
}

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

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

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #777777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

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

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}

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

@media (min-width: 768px) {
  .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 + .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 {
  display: table;
  content: " ";
}

.btn-toolbar:after {
  clear: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-lg .caret, .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 {
  display: table;
  content: " ";
}

.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-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

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

.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-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}

.btn-group-justified > .btn-group .btn {
  width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

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

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

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

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

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

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 0;
}

.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  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: 10px 16px;
  font-size: 18px;
  border-radius: 0;
}

.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-top-right-radius: 0;
  border-bottom-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-top-left-radius: 0;
  border-bottom-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 {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav:before, .nav:after {
  display: table;
  content: " ";
}

.nav:after {
  clear: both;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

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

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

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

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #009dd4;
  border-color: #009dd4;
}

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

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

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

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

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

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

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  background-color: url("../img/bg_stripe_pattern.png");
  border: 1px solid transparent;
  border-bottom-color: transparent;
}

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

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

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

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

.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 {
  margin-bottom: 5px;
  text-align: center;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .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: 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: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0 0 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: url("../img/bg_stripe_pattern.png");
  }
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

.navbar:before, .navbar:after {
  display: table;
  content: " ";
}

.navbar:after {
  clear: both;
}

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

.navbar-header:before, .navbar-header:after {
  display: table;
  content: " ";
}

.navbar-header:after {
  clear: both;
}

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

.navbar-collapse {
  padding-right: 5px;
  padding-left: 5px;
  overflow-x: visible;
  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 {
  display: table;
  content: " ";
}

.navbar-collapse:after {
  clear: both;
}

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

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

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

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

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

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

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

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

@media (min-width: 768px) {
  .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: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 5px;
  font-size: 18px;
  line-height: 20px;
}

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

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

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

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 5px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
}

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

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -5px;
}

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

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

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

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

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

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

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

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

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

.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}

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

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

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

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -5px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

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

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

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

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

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

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

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

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

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-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: #e7e7e7;
}

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

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

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

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

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

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

.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

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

.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

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

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

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  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-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #090909;
}

@media (max-width: 767px) {
  .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: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    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: #fff;
    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-toggle {
  border-color: #333;
}

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

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

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

.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

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

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

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

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

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

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857;
  color: #009dd4;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #007eaa;
  background-color: #eeeeee;
  border-color: #ddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

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

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

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

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

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

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

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

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

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

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

.label:empty {
  display: none;
}

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

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

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

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

.label-primary {
  background-color: #337ab7;
}

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

.label-success {
  background-color: #5cb85c;
}

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

.label-info {
  background-color: #5bc0de;
}

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

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

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

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

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

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

.badge:empty {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

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

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

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

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

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

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

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

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

.alert-danger .alert-link {
  color: #843534;
}

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

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

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

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

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

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  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: #5bc0de;
}

.progress-striped .progress-bar-info {
  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: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  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: #d9534f;
}

.progress-striped .progress-bar-danger {
  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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}

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

a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

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

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}

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

a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

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

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

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

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

a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

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

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

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

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

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

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

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

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

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

.panel-body {
  padding: 15px;
}

.panel-body:before, .panel-body:after {
  display: table;
  content: " ";
}

.panel-body:after {
  clear: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table: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: -1;
}

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

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

.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 > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

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

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

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

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

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

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

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  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: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

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

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}

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

.panel-primary {
  border-color: #337ab7;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

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

.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}

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

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

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

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

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

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

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

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

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

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

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

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

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

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

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

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

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

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

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

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

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

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

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

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

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

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}

.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}

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

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

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

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

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

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

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

.modal-header:before, .modal-header:after {
  display: table;
  content: " ";
}

.modal-header:after {
  clear: both;
}

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

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

.modal-body {
  position: relative;
  padding: 0;
}

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

.modal-footer:before, .modal-footer:after {
  display: table;
  content: " ";
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

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

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 700px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}

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

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0;
}

.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

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

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

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

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

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

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

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

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

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow:after {
  content: "";
  border-width: 10px;
}

.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

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

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

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

.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

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

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

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

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: -1 -1 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.clearfix:before, .clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

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

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

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

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

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

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

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

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

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

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

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

:root {
  --fsMD: 14px;
}

html {
  font-size: var(--fsMD);
}

body {
  position: relative;
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

h1,
.h1 {
  font-size: 28px;
  font-weight: normal;
}

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

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

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

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

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

p {
  font-size: 14px;
}

hr {
  margin-top: 10px;
  margin-bottom: 10px;
}

img {
  max-width: 100%;
}

label {
  font-weight: normal;
}

.revision {
  margin: 10px 30px;
  color: #808285;
}

::-moz-selection {
  color: #fff;
  background: #266fa2;
}

::selection {
  color: #fff;
  background: #266fa2;
}

#main-wrapper {
  transition: all, 0.2s, ease-in-out;
  overflow: hidden;
}

.main-content-wrapper {
  position: relative;
}

.main-content-wrapper #main-content {
  padding: 15px 30px 30px 30px;
  width: 100%;
  min-height: calc(100vh - 66px);
}

.main-content-wrapper #main-content .h1 {
  margin: 0;
  padding: 0 10px 40px 10px;
  float: left;
  line-height: 10px;
  font-weight: 300;
  font-size: 24px;
}

.main-content-toggle-left {
  margin-left: 0;
}

.main-content-toggle-right {
  margin-right: 240px;
}

@media only screen and (max-width: 660px) {
  .main-content-toggle-left {
    margin-left: 660px;
  }
}

@media only screen and (max-width: 479px) {
  /* Main Content */
  #main-content .h1 {
    font-size: 22px;
  }
}

.btn {
  font-weight: normal;
  line-height: 24px;
  transition: border 0.25s linear, color 0.25s linear, background-color 0.25s linear;
}

.btn:hover, .btn:active, .btn:focus {
  outline: none;
}

.btn svg {
  pointer-events: none;
  vertical-align: middle;
}

.btn-white {
  background-color: #fff;
  padding: 0 12px 0 0;
}

.btn-trans {
  background-color: transparent;
  padding: 0 12px 0 0;
}

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

.btn.btn-blue-transparent {
  background: transparent;
  border: 1px solid #005691 !important;
  color: #005691 !important;
}

.btn.btn-blue {
  background: #005691;
  border: 1px solid #005691 !important;
  color: #fff !important;
}

.btn.btn-grey-transparent {
  background: transparent;
  border: 1px solid #404245 !important;
  color: #404245 !important;
}

.btn.btn-grey-transparent svg {
  fill: #404245 !important;
}

.btn.btn-red-transparent {
  background: transparent;
  border: 1px solid #e40421 !important;
  color: #e40421 !important;
}

.btn.btn-red-transparent svg {
  fill: #e40421 !important;
}

.btn.btn-center {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.panel {
  border: none;
  border-radius: 0;
}

.panel .panel-heading {
  padding: 10px 0;
  margin: 0 16px;
}

.panel .panel-title {
  height: auto;
  font-size: 16px;
  font-weight: normal;
}

.panel .panel-footer {
  border-color: #e1e1e2;
  font-weight: 400;
  text-transform: uppercase;
  padding: 16px;
}

.panel .panel-body .h1 {
  float: none;
}

.panel .panel-body .headline {
  display: flex;
  padding: 0 15px 10px;
  margin: 0 -16px 16px;
  border-bottom: 1px solid #e1e1e2;
}

.panel .panel-body .headline .options-right {
  display: flex;
  margin-left: auto;
}

.panel .panel-body .headline .icon {
  transform: rotate(270deg);
  margin-bottom: -3px;
}

.panel .actions {
  position: absolute;
  right: 16px;
  top: 12.5px;
}

.panel-default > .panel-heading {
  border-color: #e1e1e2;
  background: #fff;
  color: #808285;
}

.panel-default > .panel-footer {
  border-color: #eff2f7;
  background: #fff;
  color: #808285;
}

.panel-default .actions .icon {
  width: 12px;
  height: 12px;
  fill: #525f6b;
  margin: 0 3px;
}

.panel-default .actions .icon:hover {
  cursor: pointer;
  fill: #46515b;
}

.panel-primary {
  border-color: #009dd4;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #009dd4;
  border-color: #009dd4;
}

.panel-primary > .panel-heading a {
  color: #fff;
}

.panel-primary > .panel-heading a:hover {
  color: #fff;
}

.panel-solid-default > .panel-body {
  background: #525f6b;
  border: none;
  color: #fff;
}

.panel-solid-default > .panel-footer {
  background: #525f6b;
  border: none;
  color: #fff;
}

.panel-solid-default > .panel-heading {
  background: #525f6b;
  border: none;
  color: #fff;
}

.panel-solid-primary > .panel-body {
  background: #009dd4;
  color: #fff;
  border: none;
}

.panel-solid-primary > .panel-footer {
  background: #009dd4;
  color: #fff;
  border: none;
}

.panel-solid-primary > .panel-heading {
  background: #009dd4;
  color: #fff;
  border: none;
}

.panel-solid-success > .panel-body {
  background: #78be20;
  color: #fff;
  border: none;
}

.panel-solid-success > .panel-footer {
  background: #78be20;
  color: #fff;
  border: none;
}

.panel-solid-success > .panel-heading {
  background: #78be20;
  color: #fff;
  border: none;
}

.panel-solid-warning > .panel-body {
  background: #e40421;
  color: #fff;
  border: none;
}

.panel-solid-warning > .panel-footer {
  background: #e40421;
  color: #fff;
  border: none;
}

.panel-solid-warning > .panel-heading {
  background: #e40421;
  color: #fff;
  border: none;
}

.panel-solid-info > .panel-body {
  background: #005691;
  color: #fff;
  border: none;
}

.panel-solid-info > .panel-footer {
  background: #005691;
  color: #fff;
  border: none;
}

.panel-solid-info > .panel-heading {
  background: #005691;
  color: #fff;
  border: none;
}

.widget-mini {
  position: relative;
}

.widget-mini .title {
  font-size: 16px;
  display: block;
}

.widget-mini .total {
  font-size: 20px;
  display: block;
  font-weight: 300;
}

.dataTable tr.even td,
.dataTable tr.even + tr.child > td.child {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAIAAADZSiLoAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QjFBODFDQzFGOEZFMTFFNkJGMkFEODY0Q0YyNzg1N0YiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QjFBODFDQzJGOEZFMTFFNkJGMkFEODY0Q0YyNzg1N0YiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCMUE4MUNCRkY4RkUxMUU2QkYyQUQ4NjRDRjI3ODU3RiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpCMUE4MUNDMEY4RkUxMUU2QkYyQUQ4NjRDRjI3ODU3RiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PseOA3UAAAAhSURBVHjaYvz48eOfP3++fPnCBKF4eHiYIBQLCwtAgAEAUb8RqTi11H0AAAAASUVORK5CYII=");
}

.icon {
  width: 15px;
  height: 15px;
  fill: currentColor;
}

.link {
  color: #009dd4;
}

.link:hover {
  color: #009dd4;
}

.link .icon {
  width: 9px;
  height: 9px;
  fill: currentColor;
}

.link span {
  color: #404245;
}

.link span .icon {
  fill: #404245;
}

.img--has-border {
  border: 1px solid #f1f1f1;
}

.width-65perc {
  width: 65%;
}

.width-50perc {
  width: 50%;
}

.width-100perc {
  width: 100%;
}

.default-color {
  color: #525f6b !important;
  fill: #525f6b !important;
}

.primary-color {
  color: #009dd4 !important;
  fill: #009dd4 !important;
}

.success-color {
  color: #78be20 !important;
  fill: #78be20 !important;
}

.info-color {
  color: #005691 !important;
  fill: #005691 !important;
}

.warning-color,
.required {
  color: #e40421 !important;
  fill: #e40421 !important;
}

.default-bg-color {
  background-color: #525f6b !important;
}

.primary-bg-color {
  background-color: #009dd4 !important;
}

.success-bg-color {
  background-color: #78be20 !important;
}

.info-bg-color {
  background-color: #005691 !important;
}

.warning-bg-color {
  background-color: #e40421 !important;
}

.padding-none {
  padding: 0 !important;
}

.margin-none {
  margin: 0;
}

.block {
  display: block;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.margin-right-5 {
  margin-right: 5px;
}

.margin-left-5 {
  margin-right: 5px;
}

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

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

.margin-bottom-20 {
  margin-bottom: 20px !important;
}

.margin-top-20 {
  margin-top: 20px !important;
}

.min-width-128 {
  min-width: 128px !important;
}

.no-gutter {
  margin-right: 0;
  margin-left: 0;
}

.truncate-block {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  float: left;
}

.well {
  background-color: #f1f1f1;
  border-bottom: 1px solid #808285;
  padding: 15px;
  margin-bottom: 20px;
}

.well.transparent {
  background-color: transparent;
  border: 0;
}

.well.border-btm {
  border-bottom: 1px solid #e1e1e2;
}

.table {
  border-top: 1px solid #e1e1e2;
  width: 100%;
}

.table__avatar {
  width: 30px;
}

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

.table tr {
  border-bottom: 1px solid #e1e1e2;
}

.table tr td,
.table tr th {
  padding: 10px;
  background-color: #fff;
}

.table tr td:nth-child(even),
.table tr th:nth-child(even) {
  background-color: #f1f1f1;
}

.table tr td p:first-child,
.table tr th p:first-child {
  margin-top: 5px;
}

.table tr td p:only-child,
.table tr th p:only-child {
  margin: 5px 0;
}

.table tr th {
  background-color: #f1f1f1;
  text-align: left;
}

.table tr th:nth-child(even) {
  background-color: #e1e1e2;
}

.table.regular tr {
  border-bottom: 1px solid #c3c3c4;
}

.table.regular tr:hover td {
  background-color: #fff;
}

.table.regular tr:hover td:nth-child(even) {
  background-color: #fff;
}

.table.regular tr td,
.table.regular tr th {
  border-right: 1px solid #c3c3c4;
  padding: 10px;
  background-color: #f1f1f1;
}

.table.regular tr td:nth-child(even),
.table.regular tr th:nth-child(even) {
  background-color: #f1f1f1;
}

.table.regular tr td:last-child,
.table.regular tr th:last-child {
  border-right: 0;
}

.table.regular tr th {
  background-color: #e1e1e2;
  text-align: left;
}

.table.regular tr th:nth-child(even) {
  background-color: #e1e1e2;
}

.table.plain td:nth-child(even) {
  background-color: unset;
}

.table.plain tr th:nth-child(even) {
  background-color: #f1f1f1;
}

.table.plain td:nth-child(odd) {
  width: 30%;
}

h2 + .table {
  margin-top: 20px;
}

.striped .row:nth-child(odd) {
  background-color: #f1f1f1;
}

.boxed-white {
  background-color: #fff;
  padding: 20px;
}

.boxed-white .headline {
  border-bottom: 1px solid #e1e1e2;
  padding: 0 0 10px 0;
  margin-bottom: 15px;
}

.boxed-light-grey {
  background-color: #f1f1f1;
  padding: 20px !important;
}

.boxed-dark {
  background-color: #46515b;
  padding: 5px;
}

.img-maxheight-35 {
  max-height: 35px !important;
}

.img-wrapper-35 {
  height: 35px !important;
  text-align: center;
  display: inline-block;
  width: 52.5px;
  float: left;
}

.img-maxheight-36 {
  max-height: 36px !important;
}

.img-wrapper-36 {
  height: 36px !important;
  text-align: center;
  display: inline-block;
  width: 54px;
  float: left;
}

.img-maxheight-37 {
  max-height: 37px !important;
}

.img-wrapper-37 {
  height: 37px !important;
  text-align: center;
  display: inline-block;
  width: 55.5px;
  float: left;
}

.img-maxheight-38 {
  max-height: 38px !important;
}

.img-wrapper-38 {
  height: 38px !important;
  text-align: center;
  display: inline-block;
  width: 57px;
  float: left;
}

.img-maxheight-39 {
  max-height: 39px !important;
}

.img-wrapper-39 {
  height: 39px !important;
  text-align: center;
  display: inline-block;
  width: 58.5px;
  float: left;
}

.img-maxheight-40 {
  max-height: 40px !important;
}

.img-wrapper-40 {
  height: 40px !important;
  text-align: center;
  display: inline-block;
  width: 60px;
  float: left;
}

.img-maxheight-41 {
  max-height: 41px !important;
}

.img-wrapper-41 {
  height: 41px !important;
  text-align: center;
  display: inline-block;
  width: 61.5px;
  float: left;
}

.img-maxheight-42 {
  max-height: 42px !important;
}

.img-wrapper-42 {
  height: 42px !important;
  text-align: center;
  display: inline-block;
  width: 63px;
  float: left;
}

.img-maxheight-43 {
  max-height: 43px !important;
}

.img-wrapper-43 {
  height: 43px !important;
  text-align: center;
  display: inline-block;
  width: 64.5px;
  float: left;
}

.img-maxheight-44 {
  max-height: 44px !important;
}

.img-wrapper-44 {
  height: 44px !important;
  text-align: center;
  display: inline-block;
  width: 66px;
  float: left;
}

.img-maxheight-45 {
  max-height: 45px !important;
}

.img-wrapper-45 {
  height: 45px !important;
  text-align: center;
  display: inline-block;
  width: 67.5px;
  float: left;
}

.img-maxheight-46 {
  max-height: 46px !important;
}

.img-wrapper-46 {
  height: 46px !important;
  text-align: center;
  display: inline-block;
  width: 69px;
  float: left;
}

.img-maxheight-47 {
  max-height: 47px !important;
}

.img-wrapper-47 {
  height: 47px !important;
  text-align: center;
  display: inline-block;
  width: 70.5px;
  float: left;
}

.img-maxheight-48 {
  max-height: 48px !important;
}

.img-wrapper-48 {
  height: 48px !important;
  text-align: center;
  display: inline-block;
  width: 72px;
  float: left;
}

.img-maxheight-49 {
  max-height: 49px !important;
}

.img-wrapper-49 {
  height: 49px !important;
  text-align: center;
  display: inline-block;
  width: 73.5px;
  float: left;
}

.img-maxheight-50 {
  max-height: 50px !important;
}

.img-wrapper-50 {
  height: 50px !important;
  text-align: center;
  display: inline-block;
  width: 75px;
  float: left;
}

.img-maxheight-51 {
  max-height: 51px !important;
}

.img-wrapper-51 {
  height: 51px !important;
  text-align: center;
  display: inline-block;
  width: 76.5px;
  float: left;
}

.img-maxheight-52 {
  max-height: 52px !important;
}

.img-wrapper-52 {
  height: 52px !important;
  text-align: center;
  display: inline-block;
  width: 78px;
  float: left;
}

.img-maxheight-53 {
  max-height: 53px !important;
}

.img-wrapper-53 {
  height: 53px !important;
  text-align: center;
  display: inline-block;
  width: 79.5px;
  float: left;
}

.img-maxheight-54 {
  max-height: 54px !important;
}

.img-wrapper-54 {
  height: 54px !important;
  text-align: center;
  display: inline-block;
  width: 81px;
  float: left;
}

.img-maxheight-55 {
  max-height: 55px !important;
}

.img-wrapper-55 {
  height: 55px !important;
  text-align: center;
  display: inline-block;
  width: 82.5px;
  float: left;
}

.img-maxheight-56 {
  max-height: 56px !important;
}

.img-wrapper-56 {
  height: 56px !important;
  text-align: center;
  display: inline-block;
  width: 84px;
  float: left;
}

.img-maxheight-57 {
  max-height: 57px !important;
}

.img-wrapper-57 {
  height: 57px !important;
  text-align: center;
  display: inline-block;
  width: 85.5px;
  float: left;
}

.img-maxheight-58 {
  max-height: 58px !important;
}

.img-wrapper-58 {
  height: 58px !important;
  text-align: center;
  display: inline-block;
  width: 87px;
  float: left;
}

.img-maxheight-59 {
  max-height: 59px !important;
}

.img-wrapper-59 {
  height: 59px !important;
  text-align: center;
  display: inline-block;
  width: 88.5px;
  float: left;
}

.img-maxheight-60 {
  max-height: 60px !important;
}

.img-wrapper-60 {
  height: 60px !important;
  text-align: center;
  display: inline-block;
  width: 90px;
  float: left;
}

.img-maxheight-61 {
  max-height: 61px !important;
}

.img-wrapper-61 {
  height: 61px !important;
  text-align: center;
  display: inline-block;
  width: 91.5px;
  float: left;
}

.img-maxheight-62 {
  max-height: 62px !important;
}

.img-wrapper-62 {
  height: 62px !important;
  text-align: center;
  display: inline-block;
  width: 93px;
  float: left;
}

.img-maxheight-63 {
  max-height: 63px !important;
}

.img-wrapper-63 {
  height: 63px !important;
  text-align: center;
  display: inline-block;
  width: 94.5px;
  float: left;
}

.img-maxheight-64 {
  max-height: 64px !important;
}

.img-wrapper-64 {
  height: 64px !important;
  text-align: center;
  display: inline-block;
  width: 96px;
  float: left;
}

.img-maxheight-65 {
  max-height: 65px !important;
}

.img-wrapper-65 {
  height: 65px !important;
  text-align: center;
  display: inline-block;
  width: 97.5px;
  float: left;
}

.img-maxheight-66 {
  max-height: 66px !important;
}

.img-wrapper-66 {
  height: 66px !important;
  text-align: center;
  display: inline-block;
  width: 99px;
  float: left;
}

.img-maxheight-67 {
  max-height: 67px !important;
}

.img-wrapper-67 {
  height: 67px !important;
  text-align: center;
  display: inline-block;
  width: 100.5px;
  float: left;
}

.img-maxheight-68 {
  max-height: 68px !important;
}

.img-wrapper-68 {
  height: 68px !important;
  text-align: center;
  display: inline-block;
  width: 102px;
  float: left;
}

.img-maxheight-69 {
  max-height: 69px !important;
}

.img-wrapper-69 {
  height: 69px !important;
  text-align: center;
  display: inline-block;
  width: 103.5px;
  float: left;
}

.img-maxheight-70 {
  max-height: 70px !important;
}

.img-wrapper-70 {
  height: 70px !important;
  text-align: center;
  display: inline-block;
  width: 105px;
  float: left;
}

.img-maxheight-71 {
  max-height: 71px !important;
}

.img-wrapper-71 {
  height: 71px !important;
  text-align: center;
  display: inline-block;
  width: 106.5px;
  float: left;
}

.img-maxheight-72 {
  max-height: 72px !important;
}

.img-wrapper-72 {
  height: 72px !important;
  text-align: center;
  display: inline-block;
  width: 108px;
  float: left;
}

.img-maxheight-73 {
  max-height: 73px !important;
}

.img-wrapper-73 {
  height: 73px !important;
  text-align: center;
  display: inline-block;
  width: 109.5px;
  float: left;
}

.img-maxheight-74 {
  max-height: 74px !important;
}

.img-wrapper-74 {
  height: 74px !important;
  text-align: center;
  display: inline-block;
  width: 111px;
  float: left;
}

.img-maxheight-75 {
  max-height: 75px !important;
}

.img-wrapper-75 {
  height: 75px !important;
  text-align: center;
  display: inline-block;
  width: 112.5px;
  float: left;
}

.img-maxheight-76 {
  max-height: 76px !important;
}

.img-wrapper-76 {
  height: 76px !important;
  text-align: center;
  display: inline-block;
  width: 114px;
  float: left;
}

.img-maxheight-77 {
  max-height: 77px !important;
}

.img-wrapper-77 {
  height: 77px !important;
  text-align: center;
  display: inline-block;
  width: 115.5px;
  float: left;
}

.img-maxheight-78 {
  max-height: 78px !important;
}

.img-wrapper-78 {
  height: 78px !important;
  text-align: center;
  display: inline-block;
  width: 117px;
  float: left;
}

.img-maxheight-79 {
  max-height: 79px !important;
}

.img-wrapper-79 {
  height: 79px !important;
  text-align: center;
  display: inline-block;
  width: 118.5px;
  float: left;
}

.img-maxheight-80 {
  max-height: 80px !important;
}

.img-wrapper-80 {
  height: 80px !important;
  text-align: center;
  display: inline-block;
  width: 120px;
  float: left;
}

.img-maxheight-81 {
  max-height: 81px !important;
}

.img-wrapper-81 {
  height: 81px !important;
  text-align: center;
  display: inline-block;
  width: 121.5px;
  float: left;
}

.img-maxheight-82 {
  max-height: 82px !important;
}

.img-wrapper-82 {
  height: 82px !important;
  text-align: center;
  display: inline-block;
  width: 123px;
  float: left;
}

.img-maxheight-83 {
  max-height: 83px !important;
}

.img-wrapper-83 {
  height: 83px !important;
  text-align: center;
  display: inline-block;
  width: 124.5px;
  float: left;
}

.img-maxheight-84 {
  max-height: 84px !important;
}

.img-wrapper-84 {
  height: 84px !important;
  text-align: center;
  display: inline-block;
  width: 126px;
  float: left;
}

.img-maxheight-85 {
  max-height: 85px !important;
}

.img-wrapper-85 {
  height: 85px !important;
  text-align: center;
  display: inline-block;
  width: 127.5px;
  float: left;
}

.img-maxheight-86 {
  max-height: 86px !important;
}

.img-wrapper-86 {
  height: 86px !important;
  text-align: center;
  display: inline-block;
  width: 129px;
  float: left;
}

.img-maxheight-87 {
  max-height: 87px !important;
}

.img-wrapper-87 {
  height: 87px !important;
  text-align: center;
  display: inline-block;
  width: 130.5px;
  float: left;
}

.img-maxheight-88 {
  max-height: 88px !important;
}

.img-wrapper-88 {
  height: 88px !important;
  text-align: center;
  display: inline-block;
  width: 132px;
  float: left;
}

.img-maxheight-89 {
  max-height: 89px !important;
}

.img-wrapper-89 {
  height: 89px !important;
  text-align: center;
  display: inline-block;
  width: 133.5px;
  float: left;
}

.img-maxheight-90 {
  max-height: 90px !important;
}

.img-wrapper-90 {
  height: 90px !important;
  text-align: center;
  display: inline-block;
  width: 135px;
  float: left;
}

.img-maxheight-91 {
  max-height: 91px !important;
}

.img-wrapper-91 {
  height: 91px !important;
  text-align: center;
  display: inline-block;
  width: 136.5px;
  float: left;
}

.img-maxheight-92 {
  max-height: 92px !important;
}

.img-wrapper-92 {
  height: 92px !important;
  text-align: center;
  display: inline-block;
  width: 138px;
  float: left;
}

.img-maxheight-93 {
  max-height: 93px !important;
}

.img-wrapper-93 {
  height: 93px !important;
  text-align: center;
  display: inline-block;
  width: 139.5px;
  float: left;
}

.img-maxheight-94 {
  max-height: 94px !important;
}

.img-wrapper-94 {
  height: 94px !important;
  text-align: center;
  display: inline-block;
  width: 141px;
  float: left;
}

.img-maxheight-95 {
  max-height: 95px !important;
}

.img-wrapper-95 {
  height: 95px !important;
  text-align: center;
  display: inline-block;
  width: 142.5px;
  float: left;
}

.img-maxheight-96 {
  max-height: 96px !important;
}

.img-wrapper-96 {
  height: 96px !important;
  text-align: center;
  display: inline-block;
  width: 144px;
  float: left;
}

.img-maxheight-97 {
  max-height: 97px !important;
}

.img-wrapper-97 {
  height: 97px !important;
  text-align: center;
  display: inline-block;
  width: 145.5px;
  float: left;
}

.img-maxheight-98 {
  max-height: 98px !important;
}

.img-wrapper-98 {
  height: 98px !important;
  text-align: center;
  display: inline-block;
  width: 147px;
  float: left;
}

.img-maxheight-99 {
  max-height: 99px !important;
}

.img-wrapper-99 {
  height: 99px !important;
  text-align: center;
  display: inline-block;
  width: 148.5px;
  float: left;
}

.img-maxheight-100 {
  max-height: 100px !important;
}

.img-wrapper-100 {
  height: 100px !important;
  text-align: center;
  display: inline-block;
  width: 150px;
  float: left;
}

.img-maxheight-101 {
  max-height: 101px !important;
}

.img-wrapper-101 {
  height: 101px !important;
  text-align: center;
  display: inline-block;
  width: 151.5px;
  float: left;
}

.img-maxheight-102 {
  max-height: 102px !important;
}

.img-wrapper-102 {
  height: 102px !important;
  text-align: center;
  display: inline-block;
  width: 153px;
  float: left;
}

.img-maxheight-103 {
  max-height: 103px !important;
}

.img-wrapper-103 {
  height: 103px !important;
  text-align: center;
  display: inline-block;
  width: 154.5px;
  float: left;
}

.img-maxheight-104 {
  max-height: 104px !important;
}

.img-wrapper-104 {
  height: 104px !important;
  text-align: center;
  display: inline-block;
  width: 156px;
  float: left;
}

.img-maxheight-105 {
  max-height: 105px !important;
}

.img-wrapper-105 {
  height: 105px !important;
  text-align: center;
  display: inline-block;
  width: 157.5px;
  float: left;
}

.img-maxheight-106 {
  max-height: 106px !important;
}

.img-wrapper-106 {
  height: 106px !important;
  text-align: center;
  display: inline-block;
  width: 159px;
  float: left;
}

.img-maxheight-107 {
  max-height: 107px !important;
}

.img-wrapper-107 {
  height: 107px !important;
  text-align: center;
  display: inline-block;
  width: 160.5px;
  float: left;
}

.img-maxheight-108 {
  max-height: 108px !important;
}

.img-wrapper-108 {
  height: 108px !important;
  text-align: center;
  display: inline-block;
  width: 162px;
  float: left;
}

.img-maxheight-109 {
  max-height: 109px !important;
}

.img-wrapper-109 {
  height: 109px !important;
  text-align: center;
  display: inline-block;
  width: 163.5px;
  float: left;
}

.img-maxheight-110 {
  max-height: 110px !important;
}

.img-wrapper-110 {
  height: 110px !important;
  text-align: center;
  display: inline-block;
  width: 165px;
  float: left;
}

.img-maxheight-111 {
  max-height: 111px !important;
}

.img-wrapper-111 {
  height: 111px !important;
  text-align: center;
  display: inline-block;
  width: 166.5px;
  float: left;
}

.img-maxheight-112 {
  max-height: 112px !important;
}

.img-wrapper-112 {
  height: 112px !important;
  text-align: center;
  display: inline-block;
  width: 168px;
  float: left;
}

.img-maxheight-113 {
  max-height: 113px !important;
}

.img-wrapper-113 {
  height: 113px !important;
  text-align: center;
  display: inline-block;
  width: 169.5px;
  float: left;
}

.img-maxheight-114 {
  max-height: 114px !important;
}

.img-wrapper-114 {
  height: 114px !important;
  text-align: center;
  display: inline-block;
  width: 171px;
  float: left;
}

.img-maxheight-115 {
  max-height: 115px !important;
}

.img-wrapper-115 {
  height: 115px !important;
  text-align: center;
  display: inline-block;
  width: 172.5px;
  float: left;
}

.img-maxheight-116 {
  max-height: 116px !important;
}

.img-wrapper-116 {
  height: 116px !important;
  text-align: center;
  display: inline-block;
  width: 174px;
  float: left;
}

.img-maxheight-117 {
  max-height: 117px !important;
}

.img-wrapper-117 {
  height: 117px !important;
  text-align: center;
  display: inline-block;
  width: 175.5px;
  float: left;
}

.img-maxheight-118 {
  max-height: 118px !important;
}

.img-wrapper-118 {
  height: 118px !important;
  text-align: center;
  display: inline-block;
  width: 177px;
  float: left;
}

.img-maxheight-119 {
  max-height: 119px !important;
}

.img-wrapper-119 {
  height: 119px !important;
  text-align: center;
  display: inline-block;
  width: 178.5px;
  float: left;
}

.img-maxheight-120 {
  max-height: 120px !important;
}

.img-wrapper-120 {
  height: 120px !important;
  text-align: center;
  display: inline-block;
  width: 180px;
  float: left;
}

.img-maxheight-121 {
  max-height: 121px !important;
}

.img-wrapper-121 {
  height: 121px !important;
  text-align: center;
  display: inline-block;
  width: 181.5px;
  float: left;
}

.img-maxheight-122 {
  max-height: 122px !important;
}

.img-wrapper-122 {
  height: 122px !important;
  text-align: center;
  display: inline-block;
  width: 183px;
  float: left;
}

.img-maxheight-123 {
  max-height: 123px !important;
}

.img-wrapper-123 {
  height: 123px !important;
  text-align: center;
  display: inline-block;
  width: 184.5px;
  float: left;
}

.img-maxheight-124 {
  max-height: 124px !important;
}

.img-wrapper-124 {
  height: 124px !important;
  text-align: center;
  display: inline-block;
  width: 186px;
  float: left;
}

.img-maxheight-125 {
  max-height: 125px !important;
}

.img-wrapper-125 {
  height: 125px !important;
  text-align: center;
  display: inline-block;
  width: 187.5px;
  float: left;
}

.img-maxheight-126 {
  max-height: 126px !important;
}

.img-wrapper-126 {
  height: 126px !important;
  text-align: center;
  display: inline-block;
  width: 189px;
  float: left;
}

.img-maxheight-127 {
  max-height: 127px !important;
}

.img-wrapper-127 {
  height: 127px !important;
  text-align: center;
  display: inline-block;
  width: 190.5px;
  float: left;
}

.img-maxheight-128 {
  max-height: 128px !important;
}

.img-wrapper-128 {
  height: 128px !important;
  text-align: center;
  display: inline-block;
  width: 192px;
  float: left;
}

.img-maxheight-129 {
  max-height: 129px !important;
}

.img-wrapper-129 {
  height: 129px !important;
  text-align: center;
  display: inline-block;
  width: 193.5px;
  float: left;
}

.img-maxheight-130 {
  max-height: 130px !important;
}

.img-wrapper-130 {
  height: 130px !important;
  text-align: center;
  display: inline-block;
  width: 195px;
  float: left;
}

.img-maxheight-131 {
  max-height: 131px !important;
}

.img-wrapper-131 {
  height: 131px !important;
  text-align: center;
  display: inline-block;
  width: 196.5px;
  float: left;
}

.img-maxheight-132 {
  max-height: 132px !important;
}

.img-wrapper-132 {
  height: 132px !important;
  text-align: center;
  display: inline-block;
  width: 198px;
  float: left;
}

.img-maxheight-133 {
  max-height: 133px !important;
}

.img-wrapper-133 {
  height: 133px !important;
  text-align: center;
  display: inline-block;
  width: 199.5px;
  float: left;
}

.img-maxheight-134 {
  max-height: 134px !important;
}

.img-wrapper-134 {
  height: 134px !important;
  text-align: center;
  display: inline-block;
  width: 201px;
  float: left;
}

.img-maxheight-135 {
  max-height: 135px !important;
}

.img-wrapper-135 {
  height: 135px !important;
  text-align: center;
  display: inline-block;
  width: 202.5px;
  float: left;
}

.img-maxheight-136 {
  max-height: 136px !important;
}

.img-wrapper-136 {
  height: 136px !important;
  text-align: center;
  display: inline-block;
  width: 204px;
  float: left;
}

.img-maxheight-137 {
  max-height: 137px !important;
}

.img-wrapper-137 {
  height: 137px !important;
  text-align: center;
  display: inline-block;
  width: 205.5px;
  float: left;
}

.img-maxheight-138 {
  max-height: 138px !important;
}

.img-wrapper-138 {
  height: 138px !important;
  text-align: center;
  display: inline-block;
  width: 207px;
  float: left;
}

.img-maxheight-139 {
  max-height: 139px !important;
}

.img-wrapper-139 {
  height: 139px !important;
  text-align: center;
  display: inline-block;
  width: 208.5px;
  float: left;
}

.img-maxheight-140 {
  max-height: 140px !important;
}

.img-wrapper-140 {
  height: 140px !important;
  text-align: center;
  display: inline-block;
  width: 210px;
  float: left;
}

.img-maxheight-141 {
  max-height: 141px !important;
}

.img-wrapper-141 {
  height: 141px !important;
  text-align: center;
  display: inline-block;
  width: 211.5px;
  float: left;
}

.img-maxheight-142 {
  max-height: 142px !important;
}

.img-wrapper-142 {
  height: 142px !important;
  text-align: center;
  display: inline-block;
  width: 213px;
  float: left;
}

.img-maxheight-143 {
  max-height: 143px !important;
}

.img-wrapper-143 {
  height: 143px !important;
  text-align: center;
  display: inline-block;
  width: 214.5px;
  float: left;
}

.img-maxheight-144 {
  max-height: 144px !important;
}

.img-wrapper-144 {
  height: 144px !important;
  text-align: center;
  display: inline-block;
  width: 216px;
  float: left;
}

.img-maxheight-145 {
  max-height: 145px !important;
}

.img-wrapper-145 {
  height: 145px !important;
  text-align: center;
  display: inline-block;
  width: 217.5px;
  float: left;
}

.img-maxheight-146 {
  max-height: 146px !important;
}

.img-wrapper-146 {
  height: 146px !important;
  text-align: center;
  display: inline-block;
  width: 219px;
  float: left;
}

.img-maxheight-147 {
  max-height: 147px !important;
}

.img-wrapper-147 {
  height: 147px !important;
  text-align: center;
  display: inline-block;
  width: 220.5px;
  float: left;
}

.img-maxheight-148 {
  max-height: 148px !important;
}

.img-wrapper-148 {
  height: 148px !important;
  text-align: center;
  display: inline-block;
  width: 222px;
  float: left;
}

.img-maxheight-149 {
  max-height: 149px !important;
}

.img-wrapper-149 {
  height: 149px !important;
  text-align: center;
  display: inline-block;
  width: 223.5px;
  float: left;
}

.img-maxheight-150 {
  max-height: 150px !important;
}

.img-wrapper-150 {
  height: 150px !important;
  text-align: center;
  display: inline-block;
  width: 225px;
  float: left;
}

.img-maxheight-151 {
  max-height: 151px !important;
}

.img-wrapper-151 {
  height: 151px !important;
  text-align: center;
  display: inline-block;
  width: 226.5px;
  float: left;
}

.img-maxheight-152 {
  max-height: 152px !important;
}

.img-wrapper-152 {
  height: 152px !important;
  text-align: center;
  display: inline-block;
  width: 228px;
  float: left;
}

.img-maxheight-153 {
  max-height: 153px !important;
}

.img-wrapper-153 {
  height: 153px !important;
  text-align: center;
  display: inline-block;
  width: 229.5px;
  float: left;
}

.img-maxheight-154 {
  max-height: 154px !important;
}

.img-wrapper-154 {
  height: 154px !important;
  text-align: center;
  display: inline-block;
  width: 231px;
  float: left;
}

.img-maxheight-155 {
  max-height: 155px !important;
}

.img-wrapper-155 {
  height: 155px !important;
  text-align: center;
  display: inline-block;
  width: 232.5px;
  float: left;
}

.img-maxheight-156 {
  max-height: 156px !important;
}

.img-wrapper-156 {
  height: 156px !important;
  text-align: center;
  display: inline-block;
  width: 234px;
  float: left;
}

.img-maxheight-157 {
  max-height: 157px !important;
}

.img-wrapper-157 {
  height: 157px !important;
  text-align: center;
  display: inline-block;
  width: 235.5px;
  float: left;
}

.img-maxheight-158 {
  max-height: 158px !important;
}

.img-wrapper-158 {
  height: 158px !important;
  text-align: center;
  display: inline-block;
  width: 237px;
  float: left;
}

.img-maxheight-159 {
  max-height: 159px !important;
}

.img-wrapper-159 {
  height: 159px !important;
  text-align: center;
  display: inline-block;
  width: 238.5px;
  float: left;
}

.img-maxheight-160 {
  max-height: 160px !important;
}

.img-wrapper-160 {
  height: 160px !important;
  text-align: center;
  display: inline-block;
  width: 240px;
  float: left;
}

.img-maxheight-161 {
  max-height: 161px !important;
}

.img-wrapper-161 {
  height: 161px !important;
  text-align: center;
  display: inline-block;
  width: 241.5px;
  float: left;
}

.img-maxheight-162 {
  max-height: 162px !important;
}

.img-wrapper-162 {
  height: 162px !important;
  text-align: center;
  display: inline-block;
  width: 243px;
  float: left;
}

.img-maxheight-163 {
  max-height: 163px !important;
}

.img-wrapper-163 {
  height: 163px !important;
  text-align: center;
  display: inline-block;
  width: 244.5px;
  float: left;
}

.img-maxheight-164 {
  max-height: 164px !important;
}

.img-wrapper-164 {
  height: 164px !important;
  text-align: center;
  display: inline-block;
  width: 246px;
  float: left;
}

.img-maxheight-165 {
  max-height: 165px !important;
}

.img-wrapper-165 {
  height: 165px !important;
  text-align: center;
  display: inline-block;
  width: 247.5px;
  float: left;
}

.img-maxheight-166 {
  max-height: 166px !important;
}

.img-wrapper-166 {
  height: 166px !important;
  text-align: center;
  display: inline-block;
  width: 249px;
  float: left;
}

.img-maxheight-167 {
  max-height: 167px !important;
}

.img-wrapper-167 {
  height: 167px !important;
  text-align: center;
  display: inline-block;
  width: 250.5px;
  float: left;
}

.img-maxheight-168 {
  max-height: 168px !important;
}

.img-wrapper-168 {
  height: 168px !important;
  text-align: center;
  display: inline-block;
  width: 252px;
  float: left;
}

.img-maxheight-169 {
  max-height: 169px !important;
}

.img-wrapper-169 {
  height: 169px !important;
  text-align: center;
  display: inline-block;
  width: 253.5px;
  float: left;
}

.img-maxheight-170 {
  max-height: 170px !important;
}

.img-wrapper-170 {
  height: 170px !important;
  text-align: center;
  display: inline-block;
  width: 255px;
  float: left;
}

.img-maxheight-171 {
  max-height: 171px !important;
}

.img-wrapper-171 {
  height: 171px !important;
  text-align: center;
  display: inline-block;
  width: 256.5px;
  float: left;
}

.img-maxheight-172 {
  max-height: 172px !important;
}

.img-wrapper-172 {
  height: 172px !important;
  text-align: center;
  display: inline-block;
  width: 258px;
  float: left;
}

.img-maxheight-173 {
  max-height: 173px !important;
}

.img-wrapper-173 {
  height: 173px !important;
  text-align: center;
  display: inline-block;
  width: 259.5px;
  float: left;
}

.img-maxheight-174 {
  max-height: 174px !important;
}

.img-wrapper-174 {
  height: 174px !important;
  text-align: center;
  display: inline-block;
  width: 261px;
  float: left;
}

.img-maxheight-175 {
  max-height: 175px !important;
}

.img-wrapper-175 {
  height: 175px !important;
  text-align: center;
  display: inline-block;
  width: 262.5px;
  float: left;
}

.img-maxheight-176 {
  max-height: 176px !important;
}

.img-wrapper-176 {
  height: 176px !important;
  text-align: center;
  display: inline-block;
  width: 264px;
  float: left;
}

.img-maxheight-177 {
  max-height: 177px !important;
}

.img-wrapper-177 {
  height: 177px !important;
  text-align: center;
  display: inline-block;
  width: 265.5px;
  float: left;
}

.img-maxheight-178 {
  max-height: 178px !important;
}

.img-wrapper-178 {
  height: 178px !important;
  text-align: center;
  display: inline-block;
  width: 267px;
  float: left;
}

.img-maxheight-179 {
  max-height: 179px !important;
}

.img-wrapper-179 {
  height: 179px !important;
  text-align: center;
  display: inline-block;
  width: 268.5px;
  float: left;
}

.img-maxheight-180 {
  max-height: 180px !important;
}

.img-wrapper-180 {
  height: 180px !important;
  text-align: center;
  display: inline-block;
  width: 270px;
  float: left;
}

.img-maxheight-181 {
  max-height: 181px !important;
}

.img-wrapper-181 {
  height: 181px !important;
  text-align: center;
  display: inline-block;
  width: 271.5px;
  float: left;
}

.img-maxheight-182 {
  max-height: 182px !important;
}

.img-wrapper-182 {
  height: 182px !important;
  text-align: center;
  display: inline-block;
  width: 273px;
  float: left;
}

.img-maxheight-183 {
  max-height: 183px !important;
}

.img-wrapper-183 {
  height: 183px !important;
  text-align: center;
  display: inline-block;
  width: 274.5px;
  float: left;
}

.img-maxheight-184 {
  max-height: 184px !important;
}

.img-wrapper-184 {
  height: 184px !important;
  text-align: center;
  display: inline-block;
  width: 276px;
  float: left;
}

.img-maxheight-185 {
  max-height: 185px !important;
}

.img-wrapper-185 {
  height: 185px !important;
  text-align: center;
  display: inline-block;
  width: 277.5px;
  float: left;
}

.img-maxheight-186 {
  max-height: 186px !important;
}

.img-wrapper-186 {
  height: 186px !important;
  text-align: center;
  display: inline-block;
  width: 279px;
  float: left;
}

.img-maxheight-187 {
  max-height: 187px !important;
}

.img-wrapper-187 {
  height: 187px !important;
  text-align: center;
  display: inline-block;
  width: 280.5px;
  float: left;
}

.img-maxheight-188 {
  max-height: 188px !important;
}

.img-wrapper-188 {
  height: 188px !important;
  text-align: center;
  display: inline-block;
  width: 282px;
  float: left;
}

.img-maxheight-189 {
  max-height: 189px !important;
}

.img-wrapper-189 {
  height: 189px !important;
  text-align: center;
  display: inline-block;
  width: 283.5px;
  float: left;
}

.img-maxheight-190 {
  max-height: 190px !important;
}

.img-wrapper-190 {
  height: 190px !important;
  text-align: center;
  display: inline-block;
  width: 285px;
  float: left;
}

.img-maxheight-191 {
  max-height: 191px !important;
}

.img-wrapper-191 {
  height: 191px !important;
  text-align: center;
  display: inline-block;
  width: 286.5px;
  float: left;
}

.img-maxheight-192 {
  max-height: 192px !important;
}

.img-wrapper-192 {
  height: 192px !important;
  text-align: center;
  display: inline-block;
  width: 288px;
  float: left;
}

.img-maxheight-193 {
  max-height: 193px !important;
}

.img-wrapper-193 {
  height: 193px !important;
  text-align: center;
  display: inline-block;
  width: 289.5px;
  float: left;
}

.img-maxheight-194 {
  max-height: 194px !important;
}

.img-wrapper-194 {
  height: 194px !important;
  text-align: center;
  display: inline-block;
  width: 291px;
  float: left;
}

.img-maxheight-195 {
  max-height: 195px !important;
}

.img-wrapper-195 {
  height: 195px !important;
  text-align: center;
  display: inline-block;
  width: 292.5px;
  float: left;
}

.img-maxheight-196 {
  max-height: 196px !important;
}

.img-wrapper-196 {
  height: 196px !important;
  text-align: center;
  display: inline-block;
  width: 294px;
  float: left;
}

.img-maxheight-197 {
  max-height: 197px !important;
}

.img-wrapper-197 {
  height: 197px !important;
  text-align: center;
  display: inline-block;
  width: 295.5px;
  float: left;
}

.img-maxheight-198 {
  max-height: 198px !important;
}

.img-wrapper-198 {
  height: 198px !important;
  text-align: center;
  display: inline-block;
  width: 297px;
  float: left;
}

.img-maxheight-199 {
  max-height: 199px !important;
}

.img-wrapper-199 {
  height: 199px !important;
  text-align: center;
  display: inline-block;
  width: 298.5px;
  float: left;
}

.img-maxheight-200 {
  max-height: 200px !important;
}

.img-wrapper-200 {
  height: 200px !important;
  text-align: center;
  display: inline-block;
  width: 300px;
  float: left;
}

.img-maxheight-201 {
  max-height: 201px !important;
}

.img-wrapper-201 {
  height: 201px !important;
  text-align: center;
  display: inline-block;
  width: 301.5px;
  float: left;
}

.img-maxheight-202 {
  max-height: 202px !important;
}

.img-wrapper-202 {
  height: 202px !important;
  text-align: center;
  display: inline-block;
  width: 303px;
  float: left;
}

.img-maxheight-203 {
  max-height: 203px !important;
}

.img-wrapper-203 {
  height: 203px !important;
  text-align: center;
  display: inline-block;
  width: 304.5px;
  float: left;
}

.img-maxheight-204 {
  max-height: 204px !important;
}

.img-wrapper-204 {
  height: 204px !important;
  text-align: center;
  display: inline-block;
  width: 306px;
  float: left;
}

.img-maxheight-205 {
  max-height: 205px !important;
}

.img-wrapper-205 {
  height: 205px !important;
  text-align: center;
  display: inline-block;
  width: 307.5px;
  float: left;
}

.img-maxheight-206 {
  max-height: 206px !important;
}

.img-wrapper-206 {
  height: 206px !important;
  text-align: center;
  display: inline-block;
  width: 309px;
  float: left;
}

.img-maxheight-207 {
  max-height: 207px !important;
}

.img-wrapper-207 {
  height: 207px !important;
  text-align: center;
  display: inline-block;
  width: 310.5px;
  float: left;
}

.img-maxheight-208 {
  max-height: 208px !important;
}

.img-wrapper-208 {
  height: 208px !important;
  text-align: center;
  display: inline-block;
  width: 312px;
  float: left;
}

.img-maxheight-209 {
  max-height: 209px !important;
}

.img-wrapper-209 {
  height: 209px !important;
  text-align: center;
  display: inline-block;
  width: 313.5px;
  float: left;
}

.img-maxheight-210 {
  max-height: 210px !important;
}

.img-wrapper-210 {
  height: 210px !important;
  text-align: center;
  display: inline-block;
  width: 315px;
  float: left;
}

.img-maxheight-211 {
  max-height: 211px !important;
}

.img-wrapper-211 {
  height: 211px !important;
  text-align: center;
  display: inline-block;
  width: 316.5px;
  float: left;
}

.img-maxheight-212 {
  max-height: 212px !important;
}

.img-wrapper-212 {
  height: 212px !important;
  text-align: center;
  display: inline-block;
  width: 318px;
  float: left;
}

.img-maxheight-213 {
  max-height: 213px !important;
}

.img-wrapper-213 {
  height: 213px !important;
  text-align: center;
  display: inline-block;
  width: 319.5px;
  float: left;
}

.img-maxheight-214 {
  max-height: 214px !important;
}

.img-wrapper-214 {
  height: 214px !important;
  text-align: center;
  display: inline-block;
  width: 321px;
  float: left;
}

.img-maxheight-215 {
  max-height: 215px !important;
}

.img-wrapper-215 {
  height: 215px !important;
  text-align: center;
  display: inline-block;
  width: 322.5px;
  float: left;
}

.img-maxheight-216 {
  max-height: 216px !important;
}

.img-wrapper-216 {
  height: 216px !important;
  text-align: center;
  display: inline-block;
  width: 324px;
  float: left;
}

.img-maxheight-217 {
  max-height: 217px !important;
}

.img-wrapper-217 {
  height: 217px !important;
  text-align: center;
  display: inline-block;
  width: 325.5px;
  float: left;
}

.img-maxheight-218 {
  max-height: 218px !important;
}

.img-wrapper-218 {
  height: 218px !important;
  text-align: center;
  display: inline-block;
  width: 327px;
  float: left;
}

.img-maxheight-219 {
  max-height: 219px !important;
}

.img-wrapper-219 {
  height: 219px !important;
  text-align: center;
  display: inline-block;
  width: 328.5px;
  float: left;
}

.img-maxheight-220 {
  max-height: 220px !important;
}

.img-wrapper-220 {
  height: 220px !important;
  text-align: center;
  display: inline-block;
  width: 330px;
  float: left;
}

.img-maxheight-221 {
  max-height: 221px !important;
}

.img-wrapper-221 {
  height: 221px !important;
  text-align: center;
  display: inline-block;
  width: 331.5px;
  float: left;
}

.img-maxheight-222 {
  max-height: 222px !important;
}

.img-wrapper-222 {
  height: 222px !important;
  text-align: center;
  display: inline-block;
  width: 333px;
  float: left;
}

.img-maxheight-223 {
  max-height: 223px !important;
}

.img-wrapper-223 {
  height: 223px !important;
  text-align: center;
  display: inline-block;
  width: 334.5px;
  float: left;
}

.img-maxheight-224 {
  max-height: 224px !important;
}

.img-wrapper-224 {
  height: 224px !important;
  text-align: center;
  display: inline-block;
  width: 336px;
  float: left;
}

.img-maxheight-225 {
  max-height: 225px !important;
}

.img-wrapper-225 {
  height: 225px !important;
  text-align: center;
  display: inline-block;
  width: 337.5px;
  float: left;
}

.img-maxheight-226 {
  max-height: 226px !important;
}

.img-wrapper-226 {
  height: 226px !important;
  text-align: center;
  display: inline-block;
  width: 339px;
  float: left;
}

.img-maxheight-227 {
  max-height: 227px !important;
}

.img-wrapper-227 {
  height: 227px !important;
  text-align: center;
  display: inline-block;
  width: 340.5px;
  float: left;
}

.img-maxheight-228 {
  max-height: 228px !important;
}

.img-wrapper-228 {
  height: 228px !important;
  text-align: center;
  display: inline-block;
  width: 342px;
  float: left;
}

.img-maxheight-229 {
  max-height: 229px !important;
}

.img-wrapper-229 {
  height: 229px !important;
  text-align: center;
  display: inline-block;
  width: 343.5px;
  float: left;
}

.img-maxheight-230 {
  max-height: 230px !important;
}

.img-wrapper-230 {
  height: 230px !important;
  text-align: center;
  display: inline-block;
  width: 345px;
  float: left;
}

.img-maxheight-231 {
  max-height: 231px !important;
}

.img-wrapper-231 {
  height: 231px !important;
  text-align: center;
  display: inline-block;
  width: 346.5px;
  float: left;
}

.img-maxheight-232 {
  max-height: 232px !important;
}

.img-wrapper-232 {
  height: 232px !important;
  text-align: center;
  display: inline-block;
  width: 348px;
  float: left;
}

.img-maxheight-233 {
  max-height: 233px !important;
}

.img-wrapper-233 {
  height: 233px !important;
  text-align: center;
  display: inline-block;
  width: 349.5px;
  float: left;
}

.img-maxheight-234 {
  max-height: 234px !important;
}

.img-wrapper-234 {
  height: 234px !important;
  text-align: center;
  display: inline-block;
  width: 351px;
  float: left;
}

.img-maxheight-235 {
  max-height: 235px !important;
}

.img-wrapper-235 {
  height: 235px !important;
  text-align: center;
  display: inline-block;
  width: 352.5px;
  float: left;
}

.ratio--16-9 {
  position: relative;
  display: block;
  max-height: 45px;
}

.ratio--16-9::before {
  display: block;
  content: '';
  width: 100%;
  padding-top: 56.25%;
}

.ratio--16-9 > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.ratio--16-9 img {
  max-height: 100%;
}

.ratio--16-9 .content {
  margin: 0 auto;
}

.form-group > label {
  font-size: 11px;
  padding-left: 13px;
}

.form-control {
  border: 1px solid #c3c3c4;
  border-radius: 2px;
  box-shadow: none;
  padding: 8px 12px 9px 12px;
}

.form-control:focus {
  background: #fff;
  border-color: #009dd4;
  box-shadow: none;
}

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

label.error {
  color: #fff;
  background: #e40421;
  border: solid thin #fff;
  padding: 3px 5px;
}

label.valid {
  color: #fff;
  background: #78be20;
  border: solid thin #fff;
  padding: 3px 5px;
}

.step-content {
  border: 1px solid #d4d4d4;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  padding: 10px;
  margin-bottom: 10px;
}

.wizard {
  position: relative;
  overflow: hidden;
  background-color: #f9f9f9;
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  *zoom: 1;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}

.wizard::before,
.wizard::after {
  display: table;
  line-height: 0;
  content: '';
}

.wizard::after {
  clear: both;
}

.wizard ul {
  width: 4000px;
  padding: 0;
  margin: 0;
  list-style: none outside none;
}

.wizard ul.previous-disabled li.complete {
  cursor: default;
}

.wizard ul.previous-disabled li.complete:hover {
  color: #468847;
  cursor: default;
  background: #f3f4f5;
}

.wizard ul.previous-disabled li.complete:hover .chevron::before {
  border-left-color: #f3f4f5;
}

.wizard ul li {
  position: relative;
  float: left;
  height: 46px;
  padding: 0 20px 0 30px;
  margin: 0;
  font-size: 16px;
  line-height: 46px;
  color: #999;
  cursor: default;
  background: #ededed;
}

.wizard ul li .chevron {
  position: absolute;
  top: 0;
  right: -14px;
  z-index: 1;
  display: block;
  border: 24px solid transparent;
  border-right: 0;
  border-left: 14px solid #d4d4d4;
}

.wizard ul li .chevron::before {
  position: absolute;
  top: -24px;
  right: 1px;
  display: block;
  border: 24px solid transparent;
  border-right: 0;
  border-left: 14px solid #ededed;
  content: '';
}

.wizard ul li.complete {
  color: #009dd4;
  background: #f3f4f5;
}

.wizard ul li.complete:hover {
  cursor: pointer;
  background: #e1f2ef;
}

.wizard ul li.complete:hover .chevron::before {
  border-left: 14px solid #e1f2ef;
}

.wizard ul li.complete .chevron::before {
  border-left: 14px solid #f3f4f5;
}

.wizard ul li.active {
  color: #009dd4;
  background: #fff;
}

.wizard ul li.active .chevron::before {
  border-left: 14px solid #fff;
}

.wizard ul li .badge {
  margin-right: 8px;
  border-radius: 30px;
}

.wizard ul li:first-child {
  padding-left: 20px;
  border-radius: 4px 0 0 4px;
}

.wizard .actions {
  position: initial;
  z-index: 1000;
  float: right;
  padding-right: 15px;
  padding-left: 15px;
  line-height: 46px;
  vertical-align: middle;
  background-color: #e5e5e5;
  border-left: 1px solid #d4d4d4;
}

.wizard .actions a {
  margin-right: 8px;
  font-size: 12px;
  line-height: 45px;
}

.wizard .actions .btn-prev i {
  margin-right: 5px;
  color: #fff;
}

.wizard .actions .btn-next i {
  margin-left: 5px;
  color: #fff;
}

.wizard .actions .btn-prev[disabled] i {
  color: rgba(255, 255, 255, 0.75);
}

.step-content .step-pane {
  display: none;
}

.step-content .active {
  display: block;
}

.step-content .active .btn-group .active {
  display: inline-block;
}

.wizard .steps .badge.badge-info {
  background-color: #009dd4;
}

.wizard .steps .badge.badge-success {
  background-color: #009dd4;
}

.form-group .title {
  text-align: right;
}

.drop-box {
  background: #f1f1f1;
  border: 5px dashed #525f6b;
  height: 205px;
  text-align: center;
  padding-top: 25px;
  margin-left: 20px;
}

.up-buttons {
  float: left;
}

.drop-box.dragover {
  border: 5px dashed #009dd4;
}

.drop-box.dragover-err {
  border: 5px dashed #e40421;
}

.ng-wizard {
  margin: 10px 0;
}

.ng-wizard h2 {
  margin: 15px 0;
}

.rc-nav-wizard > li {
  float: left;
  font-size: 18px;
}

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

.rc-nav-wizard > li > a {
  border-radius: 5px;
  cursor: default;
  color: #525f6b;
}

.rc-nav-wizard > li > a,
.rc-nav-wizard > li > a:hover,
.rc-nav-wizard > li > a:focus {
  background-color: transparent;
}

.rc-nav-wizard > li > a > .badge {
  margin-left: 3px;
  font-size: 18px;
  padding: 5px 9px;
  border-radius: 15px;
  color: #fff;
  background-color: #525f6b;
}

/* active = current wizard step */
.rc-nav-wizard > li.active > a,
.rc-nav-wizard > li.active > a:hover,
.rc-nav-wizard > li.active > a:focus {
  color: #009dd4;
  background-color: transparent;
}

.rc-nav-wizard > .active > a > .badge {
  color: #fff;
  background-color: #009dd4;
}

/* success = completed wizard step */
.rc-nav-wizard > li.success > a,
.rc-nav-wizard > li.success > a:hover,
.rc-nav-wizard > li.success > a:focus {
  color: #78be20;
  background-color: transparent;
}

.rc-nav-wizard > .success > a > .badge {
  color: #fff;
  background-color: #78be20;
}

/* ==========================================================================
   Error Pages 404 and 500
   ========================================================================== */
.page {
  margin: 30px 0;
}

.progress {
  display: block;
  margin-bottom: 15px;
  background-color: #f1f1f1;
  box-shadow: 3px 3px 3px #c3c3c4 inset;
  border-radius: 10px;
}

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #266fa2;
  box-shadow: 3px 3px 3px #c3c3c4 inset;
  transition: width 0.6s ease;
  border-radius: 10px;
}

.progress.progress-sm {
  height: 15px;
}

.progress.progress-xs {
  height: 6px;
}

.progress .progress-bar {
  background-color: #009dd4;
  box-shadow: none;
}

.progress .progress-bar.progress-bar-success {
  background-color: #78be20;
}

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

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

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

:root .grid-stack-item > .ui-resizable-handle {
  -webkit-filter: none;
          filter: none;
}

.grid-stack {
  position: relative;
}

.grid-stack.grid-stack-rtl {
  direction: ltr;
}

.grid-stack.grid-stack-rtl > .grid-stack-item {
  direction: rtl;
}

.grid-stack .grid-stack-placeholder > .placeholder-content {
  background-color: rgba(0, 0, 0, 0.1);
  margin: 0;
  position: absolute;
  width: auto;
  z-index: 0 !important;
  text-align: center;
}

.grid-stack > .grid-stack-item {
  min-width: 8.3333333333%;
  position: absolute;
  padding: 0;
}

.grid-stack > .grid-stack-item > .grid-stack-item-content {
  margin: 0;
  position: absolute;
  width: auto;
  overflow-x: hidden;
  overflow-y: auto;
}

.grid-stack > .grid-stack-item > .ui-resizable-handle {
  position: absolute;
  font-size: .1px;
  display: block;
  touch-action: none;
}

.grid-stack > .grid-stack-item.ui-resizable-autohide > .ui-resizable-handle, .grid-stack > .grid-stack-item.ui-resizable-disabled > .ui-resizable-handle {
  display: none;
}

.grid-stack > .grid-stack-item > .ui-resizable-se, .grid-stack > .grid-stack-item > .ui-resizable-sw {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDUxMS42MjYgNTExLjYyNyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTExLjYyNiA1MTEuNjI3OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTMyOC45MDYsNDAxLjk5NGgtMzYuNTUzVjEwOS42MzZoMzYuNTUzYzQuOTQ4LDAsOS4yMzYtMS44MDksMTIuODQ3LTUuNDI2YzMuNjEzLTMuNjE1LDUuNDIxLTcuODk4LDUuNDIxLTEyLjg0NSAgIGMwLTQuOTQ5LTEuODAxLTkuMjMxLTUuNDI4LTEyLjg1MWwtNzMuMDg3LTczLjA5QzI2NS4wNDQsMS44MDksMjYwLjc2LDAsMjU1LjgxMywwYy00Ljk0OCwwLTkuMjI5LDEuODA5LTEyLjg0Nyw1LjQyNCAgIGwtNzMuMDg4LDczLjA5Yy0zLjYxOCwzLjYxOS01LjQyNCw3LjkwMi01LjQyNCwxMi44NTFjMCw0Ljk0NiwxLjgwNyw5LjIyOSw1LjQyNCwxMi44NDVjMy42MTksMy42MTcsNy45MDEsNS40MjYsMTIuODUsNS40MjYgICBoMzYuNTQ1djI5Mi4zNThoLTM2LjU0MmMtNC45NTIsMC05LjIzNSwxLjgwOC0xMi44NSw1LjQyMWMtMy42MTcsMy42MjEtNS40MjQsNy45MDUtNS40MjQsMTIuODU0ICAgYzAsNC45NDUsMS44MDcsOS4yMjcsNS40MjQsMTIuODQ3bDczLjA4OSw3My4wODhjMy42MTcsMy42MTcsNy44OTgsNS40MjQsMTIuODQ3LDUuNDI0YzQuOTUsMCw5LjIzNC0xLjgwNywxMi44NDktNS40MjQgICBsNzMuMDg3LTczLjA4OGMzLjYxMy0zLjYyLDUuNDIxLTcuOTAxLDUuNDIxLTEyLjg0N2MwLTQuOTQ4LTEuODA4LTkuMjMyLTUuNDIxLTEyLjg1NCAgIEMzMzguMTQyLDQwMy44MDIsMzMzLjg1Nyw0MDEuOTk0LDMyOC45MDYsNDAxLjk5NHoiIGZpbGw9IiM2NjY2NjYiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(45deg);
}

.grid-stack > .grid-stack-item > .ui-resizable-se {
  transform: rotate(-45deg);
}

.grid-stack > .grid-stack-item > .ui-resizable-nw {
  cursor: nw-resize;
  width: 20px;
  height: 20px;
  top: 0;
}

.grid-stack > .grid-stack-item > .ui-resizable-n {
  cursor: n-resize;
  height: 10px;
  top: 0;
  left: 25px;
  right: 25px;
}

.grid-stack > .grid-stack-item > .ui-resizable-ne {
  cursor: ne-resize;
  width: 20px;
  height: 20px;
  top: 0;
}

.grid-stack > .grid-stack-item > .ui-resizable-e {
  cursor: e-resize;
  width: 10px;
  top: 15px;
  bottom: 15px;
}

.grid-stack > .grid-stack-item > .ui-resizable-se {
  cursor: se-resize;
  width: 20px;
  height: 20px;
}

.grid-stack > .grid-stack-item > .ui-resizable-s {
  cursor: s-resize;
  height: 10px;
  left: 25px;
  bottom: 0;
  right: 25px;
}

.grid-stack > .grid-stack-item > .ui-resizable-sw {
  cursor: sw-resize;
  width: 20px;
  height: 20px;
}

.grid-stack > .grid-stack-item > .ui-resizable-w {
  cursor: w-resize;
  width: 10px;
  top: 15px;
  bottom: 15px;
}

.grid-stack > .grid-stack-item.ui-draggable-dragging > .ui-resizable-handle {
  display: none !important;
}

.grid-stack > .grid-stack-item[gs-w="0"] {
  width: 0%;
}

.grid-stack > .grid-stack-item[gs-x="0"] {
  left: 0;
}

.grid-stack > .grid-stack-item[gs-min-w="0"] {
  min-width: 0;
}

.grid-stack > .grid-stack-item[gs-max-w="0"] {
  max-width: 0%;
}

.grid-stack > .grid-stack-item[gs-w="1"] {
  width: 8.3333333333%;
}

.grid-stack > .grid-stack-item[gs-x="1"] {
  left: 8.3333333333%;
}

.grid-stack > .grid-stack-item[gs-min-w="1"] {
  min-width: 8.3333333333%;
}

.grid-stack > .grid-stack-item[gs-max-w="1"] {
  max-width: 8.3333333333%;
}

.grid-stack > .grid-stack-item[gs-w="2"] {
  width: 16.6666666667%;
}

.grid-stack > .grid-stack-item[gs-x="2"] {
  left: 16.6666666667%;
}

.grid-stack > .grid-stack-item[gs-min-w="2"] {
  min-width: 16.6666666667%;
}

.grid-stack > .grid-stack-item[gs-max-w="2"] {
  max-width: 16.6666666667%;
}

.grid-stack > .grid-stack-item[gs-w="3"] {
  width: 25%;
}

.grid-stack > .grid-stack-item[gs-x="3"] {
  left: 25%;
}

.grid-stack > .grid-stack-item[gs-min-w="3"] {
  min-width: 25%;
}

.grid-stack > .grid-stack-item[gs-max-w="3"] {
  max-width: 25%;
}

.grid-stack > .grid-stack-item[gs-w="4"] {
  width: 33.3333333333%;
}

.grid-stack > .grid-stack-item[gs-x="4"] {
  left: 33.3333333333%;
}

.grid-stack > .grid-stack-item[gs-min-w="4"] {
  min-width: 33.3333333333%;
}

.grid-stack > .grid-stack-item[gs-max-w="4"] {
  max-width: 33.3333333333%;
}

.grid-stack > .grid-stack-item[gs-w="5"] {
  width: 41.6666666667%;
}

.grid-stack > .grid-stack-item[gs-x="5"] {
  left: 41.6666666667%;
}

.grid-stack > .grid-stack-item[gs-min-w="5"] {
  min-width: 41.6666666667%;
}

.grid-stack > .grid-stack-item[gs-max-w="5"] {
  max-width: 41.6666666667%;
}

.grid-stack > .grid-stack-item[gs-w="6"] {
  width: 50%;
}

.grid-stack > .grid-stack-item[gs-x="6"] {
  left: 50%;
}

.grid-stack > .grid-stack-item[gs-min-w="6"] {
  min-width: 50%;
}

.grid-stack > .grid-stack-item[gs-max-w="6"] {
  max-width: 50%;
}

.grid-stack > .grid-stack-item[gs-w="7"] {
  width: 58.3333333333%;
}

.grid-stack > .grid-stack-item[gs-x="7"] {
  left: 58.3333333333%;
}

.grid-stack > .grid-stack-item[gs-min-w="7"] {
  min-width: 58.3333333333%;
}

.grid-stack > .grid-stack-item[gs-max-w="7"] {
  max-width: 58.3333333333%;
}

.grid-stack > .grid-stack-item[gs-w="8"] {
  width: 66.6666666667%;
}

.grid-stack > .grid-stack-item[gs-x="8"] {
  left: 66.6666666667%;
}

.grid-stack > .grid-stack-item[gs-min-w="8"] {
  min-width: 66.6666666667%;
}

.grid-stack > .grid-stack-item[gs-max-w="8"] {
  max-width: 66.6666666667%;
}

.grid-stack > .grid-stack-item[gs-w="9"] {
  width: 75%;
}

.grid-stack > .grid-stack-item[gs-x="9"] {
  left: 75%;
}

.grid-stack > .grid-stack-item[gs-min-w="9"] {
  min-width: 75%;
}

.grid-stack > .grid-stack-item[gs-max-w="9"] {
  max-width: 75%;
}

.grid-stack > .grid-stack-item[gs-w="10"] {
  width: 83.3333333333%;
}

.grid-stack > .grid-stack-item[gs-x="10"] {
  left: 83.3333333333%;
}

.grid-stack > .grid-stack-item[gs-min-w="10"] {
  min-width: 83.3333333333%;
}

.grid-stack > .grid-stack-item[gs-max-w="10"] {
  max-width: 83.3333333333%;
}

.grid-stack > .grid-stack-item[gs-w="11"] {
  width: 91.6666666667%;
}

.grid-stack > .grid-stack-item[gs-x="11"] {
  left: 91.6666666667%;
}

.grid-stack > .grid-stack-item[gs-min-w="11"] {
  min-width: 91.6666666667%;
}

.grid-stack > .grid-stack-item[gs-max-w="11"] {
  max-width: 91.6666666667%;
}

.grid-stack > .grid-stack-item[gs-w="12"] {
  width: 100%;
}

.grid-stack > .grid-stack-item[gs-x="12"] {
  left: 100%;
}

.grid-stack > .grid-stack-item[gs-min-w="12"] {
  min-width: 100%;
}

.grid-stack > .grid-stack-item[gs-max-w="12"] {
  max-width: 100%;
}

.grid-stack.grid-stack-1 > .grid-stack-item {
  min-width: 100%;
}

.grid-stack.grid-stack-1 > .grid-stack-item[gs-w="1"] {
  width: 100%;
}

.grid-stack.grid-stack-1 > .grid-stack-item[gs-x="1"] {
  left: 100%;
}

.grid-stack.grid-stack-1 > .grid-stack-item[gs-min-w="1"] {
  min-width: 100%;
}

.grid-stack.grid-stack-1 > .grid-stack-item[gs-max-w="1"] {
  max-width: 100%;
}

.grid-stack.grid-stack-animate, .grid-stack.grid-stack-animate .grid-stack-item {
  transition: left .3s,top .3s,height .3s,width .3s;
}

.grid-stack.grid-stack-animate .grid-stack-item.grid-stack-placeholder, .grid-stack.grid-stack-animate .grid-stack-item.ui-draggable-dragging, .grid-stack.grid-stack-animate .grid-stack-item.ui-resizable-resizing {
  transition: left 0s,top 0s,height 0s,width 0s;
}

.ui-draggable-dragging, .ui-resizable-resizing {
  z-index: 100;
}

.ui-draggable-dragging > .grid-stack-item-content, .ui-resizable-resizing > .grid-stack-item-content {
  box-shadow: 1px 4px 6px rgba(0, 0, 0, 0.2);
  opacity: .8;
}

.ui-draggable-dragging {
  will-change: left,top;
  cursor: move;
}

.ui-resizable-resizing {
  will-change: width,height;
}

.accordion .bordered-bottom {
  border-bottom: 1px solid #c3c3c4;
  padding: 20px 0;
}

.accordion .bordered-bottom:last-child {
  border: 0;
}

.accordion .panel {
  margin-bottom: 5px;
}

.accordion .panel .panel-body {
  padding-top: 0;
}

.accordion .panel .panel-body .row {
  padding: 16px 0 16px 0;
}

.accordion .panel .panel-body .row:first-child {
  padding-top: 0;
}

.accordion .panel .panel-body h2 {
  margin-bottom: 20px;
}

.accordion .panel > .panel-heading {
  font-weight: 400;
  padding: 16px 0 16px 0;
  text-transform: none !important;
}

.accordion .panel > .panel-heading + .panel-collapse > .panel-body {
  border-top: medium none;
}

.accordion .table td:nth-child(2) p:not(:last-child) {
  margin: 5px 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 5px;
}

.accordion .table td:nth-child(2) p:last-child {
  margin: 5px 0;
}

.accordion-toggle.link a {
  color: #404245;
}

.accordion a {
  text-decoration: none !important;
}

.accordion a:hover, .accordion a:active {
  text-decoration: none !important;
}

.accordion a .pull-right .icon {
  transition: transform 0.5s ease;
}

.accordion a.collapsed {
  color: #009dd4;
}

.accordion a.collapsed .pull-right .icon {
  transform: rotate(-90deg);
  transition: transform 0.5s ease;
}

.accordion a.collapsed .icon {
  fill: #009dd4;
}

.accordion a.collapsed:hover, .accordion a.collapsed:active, .accordion a.collapsed:focus {
  color: #007eaa;
}

.accordion a.collapsed:hover .icon, .accordion a.collapsed:active .icon, .accordion a.collapsed:focus .icon {
  fill: #007eaa;
}

@keyframes 'blink' {
  0% {
    border-color: #e1e1e2;
  }
  100% {
    border-color: #e40421;
  }
}

.autoCompleteInput .tokenfield {
  height: auto;
  min-height: 26px;
  padding: 5px;
}

.autoCompleteInput .tokenfield.focus {
  border-color: #266fa2;
  outline: 0;
}

.autoCompleteInput .tokenfield .twitter-typeahead {
  min-width: 50%;
}

.autoCompleteInput .tokenfield .token {
  box-sizing: border-box;
  border-radius: 5px;
  display: inline-block;
  border: 1px solid #525f6b;
  background-color: #525f6b;
  color: #fff;
  white-space: nowrap;
  margin: 0 10px 0 0;
  height: 26px;
  padding-left: 5px;
  vertical-align: top;
  cursor: default;
}

.autoCompleteInput .tokenfield .token:hover {
  border-color: #6c7781;
}

.autoCompleteInput .tokenfield .token.active {
  border-color: #266fa2;
}

.autoCompleteInput .tokenfield .token.duplicate {
  border-color: #fbd9dc;
  animation-name: blink;
  animation-duration: 0.1s;
  animation-direction: normal;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}

.autoCompleteInput .tokenfield .token.invalid {
  background: none;
  border: 1px solid transparent;
  border-radius: 0;
  border-bottom: 1px dotted #e40421;
}

.autoCompleteInput .tokenfield .token.invalid.active {
  background: #c3c3c4;
  border: 1px solid #c3c3c4;
  border-radius: 3px;
}

.autoCompleteInput .tokenfield .token .token-label {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 26px;
  vertical-align: middle;
}

.autoCompleteInput .tokenfield .token .close {
  font-family: Arial, sans-serif;
  display: inline-block;
  font-size: 12px;
  line-height: 26px;
  margin-left: 5px;
  float: none;
  height: 100%;
  color: #fff;
  vertical-align: middle;
  padding-right: 5px;
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.autoCompleteInput .tokenfield .token-input {
  width: 100% !important;
  background: none;
  min-width: 60px;
  border: 0;
  height: 26px;
  padding: 0;
  margin: 0;
  box-shadow: none;
}

.autoCompleteInput .tokenfield .token-input:focus {
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}

.autoCompleteInput .tokenfield.disabled {
  cursor: not-allowed;
  background-color: #e1e1e2;
}

.autoCompleteInput .tokenfield.disabled .token-input {
  cursor: not-allowed;
  width: 100% !important;
}

.autoCompleteInput .tokenfield.disabled .token:hover {
  cursor: not-allowed;
  border-color: #e1e1e2;
}

.autoCompleteInput .tokenfield.disabled .token:hover .close {
  cursor: not-allowed;
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.autoCompleteInput .tokenfield.input-sm, .autoCompleteInput .input-group-sm > .tokenfield.form-control,
.autoCompleteInput .input-group-sm > .tokenfield.input-group-addon,
.autoCompleteInput .input-group-sm > .input-group-btn > .tokenfield.btn {
  min-height: 30px;
  padding-bottom: 0;
}

.autoCompleteInput .tokenfield.input-sm .token, .autoCompleteInput .input-group-sm > .tokenfield.form-control .token, .autoCompleteInput .input-group-sm > .tokenfield.input-group-addon .token, .autoCompleteInput .input-group-sm > .input-group-btn > .tokenfield.btn .token {
  height: 20px;
  margin-bottom: 4px;
}

.autoCompleteInput .tokenfield.input-sm .token-input, .autoCompleteInput .input-group-sm > .tokenfield.form-control .token-input, .autoCompleteInput .input-group-sm > .tokenfield.input-group-addon .token-input, .autoCompleteInput .input-group-sm > .input-group-btn > .tokenfield.btn .token-input {
  height: 18px;
  margin-bottom: 5px;
  width: 100% !important;
}

.autoCompleteInput .tokenfield.input-lg, .autoCompleteInput .input-group-lg > .tokenfield.form-control,
.autoCompleteInput .input-group-lg > .tokenfield.input-group-addon,
.autoCompleteInput .input-group-lg > .input-group-btn > .tokenfield.btn {
  min-height: 45px;
  padding-bottom: 4px;
}

.autoCompleteInput .tokenfield.input-lg .token, .autoCompleteInput .input-group-lg > .tokenfield.form-control .token, .autoCompleteInput .input-group-lg > .tokenfield.input-group-addon .token, .autoCompleteInput .input-group-lg > .input-group-btn > .tokenfield.btn .token {
  height: 25px;
}

.autoCompleteInput .tokenfield.input-lg .token .close, .autoCompleteInput .input-group-lg > .tokenfield.form-control .token .close, .autoCompleteInput .input-group-lg > .tokenfield.input-group-addon .token .close, .autoCompleteInput .input-group-lg > .input-group-btn > .tokenfield.btn .token .close {
  line-height: 13px;
}

.autoCompleteInput .tokenfield.input-lg .token-label, .autoCompleteInput .input-group-lg > .tokenfield.form-control .token-label, .autoCompleteInput .input-group-lg > .tokenfield.input-group-addon .token-label, .autoCompleteInput .input-group-lg > .input-group-btn > .tokenfield.btn .token-label {
  line-height: 23px;
}

.autoCompleteInput .tokenfield.input-lg .token-input, .autoCompleteInput .input-group-lg > .tokenfield.form-control .token-input, .autoCompleteInput .input-group-lg > .tokenfield.input-group-addon .token-input, .autoCompleteInput .input-group-lg > .input-group-btn > .tokenfield.btn .token-input {
  height: 23px;
  line-height: 23px;
  margin-bottom: 6px;
  vertical-align: top;
  width: 100% !important;
}

.autoCompleteInput .tokenfield.rtl {
  direction: rtl;
  text-align: right;
}

.autoCompleteInput .tokenfield.rtl .token {
  margin: -1px 0 5px 5px;
}

.autoCompleteInput .tokenfield.rtl .token .token-label {
  padding-left: 0;
  padding-right: 4px;
}

.autoCompleteInput .input-group-sm .tokenfield {
  min-height: 30px;
  padding-bottom: 0;
}

.autoCompleteInput .input-group-sm .token {
  height: 20px;
  margin-bottom: 4px;
}

.autoCompleteInput .input-group-sm .token-input {
  height: 18px;
  margin-bottom: 5px;
  width: 100% !important;
}

.autoCompleteInput .input-group-lg .tokenfield {
  min-height: 45px;
  padding-bottom: 4px;
}

.autoCompleteInput .input-group-lg .token {
  height: 25px;
}

.autoCompleteInput .input-group-lg .token .close {
  line-height: 13px;
}

.autoCompleteInput .input-group-lg .token-label {
  line-height: 23px;
}

.autoCompleteInput .input-group-lg .token-input {
  height: 23px;
  line-height: 23px;
  margin-bottom: 6px;
  vertical-align: top;
  width: 100% !important;
}

.autoCompleteInput .has-warning .tokenfield.focus {
  border-color: #ffba00;
  box-shadow: inset 0 1px 1px #000, 0 0 6px #fff5d9;
}

.autoCompleteInput .has-error .tokenfield.focus {
  border-color: #e40421;
  box-shadow: inset 0 1px 1px #000, 0 0 6px #fbd9dc;
}

.autoCompleteInput .has-success .tokenfield.focus {
  border-color: #78be20;
  box-shadow: inset 0 1px 1px #000, 0 0 6px #c9e5a6;
}

.autoCompleteInput.scrollable-dropdown-menu {
  width: 100%;
}

.autoCompleteInput.scrollable-dropdown-menu .tt-menu {
  max-height: 500px;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
}

.autoCompleteInput .typeahead {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0 0;
  list-style: none;
  background-color: #fff;
  border: 1px solid #c3c3c4;
}

.autoCompleteInput .typeahead li {
  line-height: 20px;
}

.autoCompleteInput .typeahead a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #c3c3c4;
  white-space: nowrap;
  text-decoration: none;
}

.autoCompleteInput .typeahead .active > a {
  color: #fff;
  text-decoration: none;
  background-color: #005691;
  outline: 0;
}

.autoCompleteInput .typeahead.hidden {
  display: none;
}

.autoCompleteInput .tt-menu {
  background: #fff;
  border: 1px solid #404245;
  color: #808285;
  padding: 10px;
  margin-top: 10px;
}

.autoCompleteInput .tt-menu .tt-suggestion {
  padding: 5px;
}

.autoCompleteInput .tt-menu .tt-suggestion img {
  max-height: 150px;
}

.autoCompleteInput .tt-menu .tt-suggestion:hover {
  background: #f1f1f1;
  cursor: pointer;
}

.autoCompleteInput .tt-menu .tt-suggestion p {
  line-height: 14px;
  margin: 0 0 10px;
}

.autoCompleteInput .tt-menu .tt-suggestion .headline {
  font-weight: 700;
  color: #404245;
}

.autoCompleteInput .tt-menu .warning-color {
  line-height: 14px;
  margin: 0;
}

.autoCompleteInput .tt-menu .tt-suggestion--width {
  min-width: 200px;
}

.branding .inner {
  line-height: 60px;
  padding: 0 20px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
}

.branding a {
  text-decoration: none;
}

.branding__text {
  font-weight: bold;
}

.branding__text--small {
  display: none;
}

.branding__text--large {
  display: block;
}

.branding .sidebar-toggle {
  background-color: unset;
  border: unset;
  padding: 0;
  margin-left: auto;
}

.branding .sidebar-toggle svg {
  color: #fff;
  width: 20px;
  height: 20px;
}

.branding .sidebar-toggle .icon-menu {
  display: none;
}

.branding .toggle-navigation {
  display: flex;
}

.brands {
  display: flex;
  flex-wrap: wrap;
  color: #404245;
}

.brands::before, .brands::after {
  content: none;
}

.brands__image {
  padding: 3px;
  background: #fff;
}

.brands__image img {
  border-radius: 4px;
}

.brands input[type='checkbox'],
.brands input[type='radio'] {
  display: none;
}

.brands figure {
  display: flex;
  flex-direction: column;
  height: 100%;
  cursor: pointer;
}

.brands input:checked ~ figure figcaption,
.brands input:checked ~ figure .brands__image,
.brands figure:hover figcaption,
.brands figure:hover .brands__image {
  color: #fff;
  background-color: #005691;
}

.brands form {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

.brands form > [class='col-*'] {
  display: flex;
  width: 100%;
  height: 100%;
}

.brands figcaption {
  flex: 1;
  padding: 5px 20px;
  margin-top: 1px;
  margin-bottom: 16px;
  line-height: 20px;
  background: #fff;
  text-align: center;
}

.selectedbreadcrumb {
  float: left;
}

.selectedbreadcrumb .label {
  color: #999;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: normal;
  display: inline-block;
}

.selectedbreadcrumb ol {
  display: inline-flex;
  background: none;
  list-style: none;
  margin: 0;
  padding: 0;
}

.selectedbreadcrumb li {
  font-size: 12px;
  color: #005691;
}

.selectedbreadcrumb li + li::before {
  padding: 0 5px;
  color: #525f6b;
  content: '/';
}

.selectedbreadcrumb a {
  color: #005691;
}

.selectedbreadcrumb .icon {
  width: 12px;
  height: 12px;
}

.contentBox {
  background-color: #f1f1f1;
  padding: 20px 0;
}

.contentBox .row {
  margin: 0;
  padding: 0 !important;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-wrap: wrap;
}

.contentBox div[class^='col']:first-child {
  border-right: 1px solid #808285;
}

.contentBox p {
  margin: 0 0 5px 0;
}

.contentBox div[class^='col'] {
  padding: 0 20px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-wrap: wrap;
}

.contentBox .link {
  display: block;
  margin-bottom: 5px;
  width: 100%;
}

.countrySelectDropDown {
  margin-bottom: 20px;
  width: 80%;
}

.countrySelectDropDown .form-group {
  width: calc(100% - 25% - 5px);
}

@media (max-width: 768px) {
  .countrySelectDropDown .form-group {
    width: 100%;
  }
}

.countrySelectDropDown .form-group .form-control {
  width: 100%;
}

.countrySelectDropDown .form-group .form-control .dropdown {
  float: right;
  width: 100%;
}

.countrySelectDropDown .form-group .form-control .dropdown .caret {
  right: 0;
  position: absolute;
  top: 8px;
}

.countrySelectDropDown .form-group .form-control .dropdown .dropdown-menu {
  width: 100%;
}

.countrySelectDropDown .btn-primary {
  width: 25%;
  overflow: hidden;
}

@media (max-width: 768px) {
  .countrySelectDropDown .btn-primary {
    width: 100%;
  }
}

.countrySelect-status {
  display: none;
  color: green;
  text-align: center;
}

.customRadioCheckbox label {
  padding-left: 0;
}

.customRadioCheckbox .checkbox-custom, .customRadioCheckbox .radio-custom, .customRadioCheckbox .checkbox-custom-label, .customRadioCheckbox .radio-custom-label {
  display: inline-block;
  vertical-align: middle;
  margin: 5px;
  cursor: pointer;
  padding: 0;
}

.customRadioCheckbox .checkbox-custom + .checkbox-custom-label::before, .customRadioCheckbox .checkbox-custom + * + .checkbox-custom-label::before, .customRadioCheckbox .radio-custom + .radio-custom-label::before {
  content: '';
  background: #fff;
  border: 1px solid #808285;
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  padding: 0;
  margin-right: 10px;
  text-align: center;
  border-radius: 2px;
}

.customRadioCheckbox .checkbox-custom {
  opacity: 0;
  position: absolute;
}

.customRadioCheckbox .checkbox-custom + .checkbox-custom-label {
  padding-left: 0;
  margin: 0;
}

.customRadioCheckbox .checkbox-custom + .checkbox-custom-label.darktheme::before {
  background: #e1e1e2;
}

.customRadioCheckbox .checkbox-custom + * + .checkbox-custom-label {
  padding-left: 0;
  margin: 0;
}

.customRadioCheckbox .checkbox-custom + * + .checkbox-custom-label.darktheme::before {
  background: #e1e1e2;
}

.customRadioCheckbox .checkbox-custom:checked ~ .checkbox-custom-label::before {
  color: #000;
  content: '\2714';
  font-size: 12px;
}

.customRadioCheckbox .checkbox-custom:checked ~ .checkbox-custom-label.darktheme::before {
  background-color: #e1e1e2;
}

.customRadioCheckbox .checkbox-custom:focus + .checkbox-custom-label {
  outline: none;
}

.customRadioCheckbox .radio-custom {
  opacity: 0;
  position: absolute;
}

.customRadioCheckbox .radio-custom + .radio-custom-label {
  padding-left: 0;
  margin: 0;
}

.customRadioCheckbox .radio-custom + .radio-custom-label::before {
  border-radius: 50%;
}

.customRadioCheckbox .radio-custom:checked + .radio-custom-label::before {
  background: #000;
  box-shadow: inset 0 0 0 3px #fff;
}

.customRadioCheckbox .radio-custom:focus + .radio-custom-label {
  outline: none;
}

.customRadioCheckbox .checkbox-custom-label {
  position: relative;
}

.customRadioCheckbox .radio-custom-label {
  position: relative;
}

.customRadioCheckbox.Novelty_checkbox {
  display: flex;
  align-items: center;
  margin-right: 18px;
}

.customRadioCheckbox.Novelty_checkbox .checkbox {
  margin: 0;
  display: flex;
}

.customRadioCheckbox.Novelty_checkbox .checkbox-custom-label {
  vertical-align: unset;
}

.customRadioCheckbox.Novelty_checkbox .checkbox-custom-label::before {
  border-radius: 0;
}

.radio-beside {
  float: left;
  padding-right: 15px;
}

.dataTables__top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.dataTables__bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.dataTables_length select {
  padding: 5px;
}

.dataTables_paginate {
  display: flex;
  height: 38px;
}

.dataTables_paginate > span {
  display: flex;
}

.dataTables_paginate .ellipsis {
  font-size: 20px;
  margin-left: 10px;
}

.paginate_button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  padding: 5px 15px;
}

.paginate_button.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.paginate_button .icon {
  width: 12px;
  height: 12px;
}

.paginate_button:hover {
  cursor: pointer;
  text-decoration: none;
}

.dataTable {
  width: 100% !important;
}

.dataTable.select td a {
  text-decoration: none;
}

.dataTable.select td a:hover {
  text-decoration: underline;
}

.dataTable.white td {
  background: #fff;
}

.dataTable tr {
  border-bottom: 1px solid #c3c3c4;
}

.dataTable tr:last-child {
  border-bottom: 0;
}

.dataTable tr.bordered {
  border: 1px solid #e40421 !important;
}

.dataTable tr.warning td {
  background: #fbd9dc !important;
  color: #e40421 !important;
  font-weight: 700;
}

.dataTable tr.problem td {
  background: #fff5d9 !important;
}

.dataTable tr.info td {
  background: #266fa2 !important;
}

.dataTable tr.success td {
  background: #c9e5a6 !important;
}

.dataTable th,
.dataTable td {
  background-color: #f1f1f1;
  padding: 10px;
  height: 50px;
  border-right: 1px solid #c3c3c4;
}

.dataTable th:last-child,
.dataTable td:last-child {
  border-right: 0;
}

.dataTable th.dataTables_empty,
.dataTable td.dataTables_empty {
  text-align: center;
}

.dataTable th {
  background-color: #e1e1e2;
  text-align: left;
  background-repeat: no-repeat;
  height: 40px;
  white-space: nowrap;
}

.dataTable .btn-transparent {
  color: #808285;
}

.dataTable.itemImpostor tbody tr,
.dataTable.itemImpostor tbody tr.odd,
.dataTable.itemImpostor tbody tr.even {
  border-bottom: 3px solid #f1f1f1;
}

.dataTable.itemImpostor tbody tr.warning td,
.dataTable.itemImpostor tbody tr.odd.warning td,
.dataTable.itemImpostor tbody tr.even.warning td {
  background: #fbd9dc !important;
  color: #e40421 !important;
  font-weight: 700;
}

.dataTable.itemImpostor tbody tr td,
.dataTable.itemImpostor tbody tr.odd td,
.dataTable.itemImpostor tbody tr.even td {
  padding: 10px 10px 10px 0;
  background: none !important;
  background-color: #fff !important;
  border-right: 0;
  vertical-align: middle;
}

.dataTable.itemImpostor tbody tr td .fakeBorder,
.dataTable.itemImpostor tbody tr.odd td .fakeBorder,
.dataTable.itemImpostor tbody tr.even td .fakeBorder {
  border-left: 1px solid #e1e1e2;
  padding: 15px 10px;
}

.dataTable.itemImpostor tbody tr td .fakeBorder.clearfix,
.dataTable.itemImpostor tbody tr.odd td .fakeBorder.clearfix,
.dataTable.itemImpostor tbody tr.even td .fakeBorder.clearfix {
  padding: 12px 10px 11px;
}

.dataTable.itemImpostor tbody tr td:first-child .fakeBorder,
.dataTable.itemImpostor tbody tr.odd td:first-child .fakeBorder,
.dataTable.itemImpostor tbody tr.even td:first-child .fakeBorder {
  border-left: 0;
}

.dataTable.itemImpostor tbody tr td:last-child,
.dataTable.itemImpostor tbody tr.odd td:last-child,
.dataTable.itemImpostor tbody tr.even td:last-child {
  clear: both;
}

.dataTable.itemImpostor tbody tr td:last-child .btn,
.dataTable.itemImpostor tbody tr.odd td:last-child .btn,
.dataTable.itemImpostor tbody tr.even td:last-child .btn {
  float: left;
  padding: 0 10px;
}

.dataTable.itemImpostor tbody tr td:last-child .dropdown,
.dataTable.itemImpostor tbody tr.odd td:last-child .dropdown,
.dataTable.itemImpostor tbody tr.even td:last-child .dropdown {
  width: 30px;
  display: inline-block;
  float: left;
}

.dataTable.itemImpostor tbody tr td:last-child .dropdown a,
.dataTable.itemImpostor tbody tr.odd td:last-child .dropdown a,
.dataTable.itemImpostor tbody tr.even td:last-child .dropdown a {
  padding: 0 10px;
}

.dataTable.itemImpostor tbody tr td.even, .dataTable.itemImpostor tbody tr td.odd,
.dataTable.itemImpostor tbody tr.odd td.even,
.dataTable.itemImpostor tbody tr.odd td.odd,
.dataTable.itemImpostor tbody tr.even td.even,
.dataTable.itemImpostor tbody tr.even td.odd {
  background: none;
  background-color: #fff;
}

.dataTable .sorting_asc {
  background-image: url("../img/sort-arrows.png");
  background-position: right 5px top -40px;
}

.dataTable .sorting_desc {
  background-image: url("../img/sort-arrows.png");
  background-position: right 5px top -80px;
}

.dataTable .sorting {
  background-image: url("../img/sort-arrows.png");
  background-position: right 5px top 0;
  padding-right: 30px;
}

.dataTable td {
  vertical-align: top;
}

.dataTable td.borderless {
  padding: 0;
}

.dataTable td.nowrap {
  white-space: nowrap;
}

.dataTable .dropdown {
  display: inline-block;
}

.dataTable__exportState span {
  visibility: hidden;
}

.dataTable__exportState--1 {
  width: 100%;
  height: 100%;
  background-color: #ffba00;
}

.dataTable__exportState--2 {
  width: 100%;
  height: 100%;
  background-color: #e40421;
}

.dataTable.dtr-inline.collapsed > tbody > tr > td.child,
.dataTable.dtr-inline.collapsed > tbody > tr > th.child,
.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty {
  cursor: default !important;
}

.dataTable.dtr-inline.collapsed > tbody > tr > td.child::before,
.dataTable.dtr-inline.collapsed > tbody > tr > th.child::before,
.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty::before {
  display: none !important;
}

.dataTable.dtr-inline.collapsed > tbody > tr[role='row'] > td:first-child,
.dataTable.dtr-inline.collapsed > tbody > tr[role='row'] > th:first-child {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  cursor: pointer;
}

.dataTable.dtr-inline.collapsed > tbody > tr[role='row'] > td:first-child::before,
.dataTable.dtr-inline.collapsed > tbody > tr[role='row'] > th:first-child::before {
  display: block;
  color: #000;
  border: 1px solid #c3c3c4;
  border-radius: 2px;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  line-height: 32px;
  content: '+';
  margin-right: 20px;
  width: 32px;
  height: 32px;
  font-size: 26px;
  font-weight: bold;
}

.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child::before,
.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child::before {
  content: '-';
}

.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child,
.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child {
  padding-left: 27px;
}

.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child::before,
.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child::before {
  top: 5px;
  left: 4px;
  height: 14px;
  width: 14px;
  line-height: 14px;
  text-indent: 3px;
}

.dataTable.dtr-column > tbody > tr > td.control,
.dataTable.dtr-column > tbody > tr > th.control {
  position: relative;
  cursor: pointer;
}

.dataTable.dtr-column > tbody > tr > td.control::before,
.dataTable.dtr-column > tbody > tr > th.control::before {
  display: block;
  color: #000;
  border: 1px solid #c3c3c4;
  border-radius: 2px;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  line-height: 32px;
  content: '+';
  top: 50%;
  left: 50%;
  height: 16px;
  width: 16px;
  margin-top: -10px;
  margin-left: -10px;
}

.dataTable.dtr-column > tbody > tr.parent td.control::before,
.dataTable.dtr-column > tbody > tr.parent th.control::before {
  content: '-';
}

.dataTable > tbody > tr.child {
  padding: 5px 10px;
}

.dataTable > tbody > tr.child:hover {
  background: transparent !important;
}

.dataTable > tbody > tr.child ul.dtr-details {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.dataTable > tbody > tr.child ul.dtr-details > li {
  border-bottom: 1px solid #efefef;
  padding: 5px 0;
}

.dataTable > tbody > tr.child ul.dtr-details > li:first-child {
  padding-top: 0;
}

.dataTable > tbody > tr.child ul.dtr-details > li:last-child {
  border-bottom: none;
}

.dataTable > tbody > tr.child span.dtr-title {
  display: inline-block;
  min-width: 75px;
  font-weight: bold;
}

.dataTable--white-cells td {
  background-color: #fff;
}

.dataTable--small th {
  font-weight: normal;
}

.dataTable--small td {
  height: 40px;
}

.dataTable--small .btn {
  margin: 0 5px;
  line-height: normal;
}

.dataTable--no-border th,
.dataTable--no-border tr,
.dataTable--no-border td {
  border: 0;
}

.dataTable--no-border tr {
  border-bottom: 1px solid #e1e1e2;
}

.dataTable a {
  color: var(--color-black);
}

.dataTable a:hover {
  color: #009dd4;
}

.dt-buttons {
  display: none;
}

.dataTables_processing {
  position: absolute;
  top: 45px;
  width: 80px;
  height: 80px;
  z-index: 1;
  left: calc(50% - 80px);
}

.dataTables_processing::after {
  content: ' ';
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #009dd4;
  border-color: #009dd4 transparent #009dd4 transparent;
  animation: dataTables_processing 1.2s linear infinite;
}

@keyframes dataTables_processing {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.dataTables_processing.dts_loading {
  display: none;
}

.deSelectAll__link {
  cursor: pointer;
  font-weight: 700;
  margin-left: 15px;
}

.deSelectAll .icon-arrow-right {
  width: 10px;
  height: 10px;
}

.dropdown.divider .caret::before {
  display: block;
  width: 1px;
  background-color: #fff;
}

.dropdown.dropdown--scrollable .dropdown-menu {
  height: auto;
  width: auto;
  max-height: 192px;
  overflow-x: hidden;
}

.dropdown .dropdown-toggle {
  cursor: pointer;
  text-decoration: none;
}

.dropdown .icon-carret {
  width: 9px;
  height: 9px;
  vertical-align: baseline;
}

.dropdown .dropdown-menu {
  padding: 10px 0 5px 0;
  border: 0;
  margin-top: -1px;
}

.dropdown .dropdown-menu .divider {
  padding: 0 !important;
}

.dropdown .dropdown-menu > li {
  display: block;
  border-left: 0;
  padding: 8px 20px;
  white-space: nowrap;
  color: #404245;
}

.dropdown .dropdown-menu > li:hover {
  background-color: #f5f5f5;
}

.dropdown .dropdown-menu > li:first-child {
  border: 0;
}

.dropdown .dropdown-menu > li:last-child {
  border-bottom: 0;
}

.dropdown .dropdown-menu > li > a {
  padding: 0;
}

.dropdown .checkbox {
  margin: 0;
}

.dropdown.dark > span {
  margin-top: -7px;
  display: inline-block;
}

.dropdown.dark .dropdown-toggle {
  float: none !important;
  display: block;
  color: inherit !important;
}

.dropdown.dark .dropdown-toggle:hover, .dropdown.dark .dropdown-toggle:active {
  text-decoration: none;
  color: #fff;
}

.dropdown.dark .dropdown-menu {
  padding: 0;
}

.dropdown.dark .dropdown-menu > li {
  background-color: #525f6b;
  border-top: 1px solid #6c7781;
  border-bottom: 1px solid #353e46;
}

.dropdown.dark .dropdown-menu > li:hover, .dropdown.dark .dropdown-menu > li:active {
  background-color: #46515b !important;
}

.dropdown.dark .dropdown-menu a {
  color: #fff !important;
  background-color: transparent !important;
}

.dropdown.dark.open {
  color: #fff !important;
  background-color: #525f6b !important;
}

.dropdown.dark.open .icon {
  fill: #fff !important;
}

@keyframes passing-through {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  30%,
  70% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-40px);
  }
}

@keyframes slide-in {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.1);
  }
  20% {
    transform: scale(1);
  }
}

.progress-row {
  display: block;
  float: right;
  width: 75%;
  line-height: 15px;
  height: 15px;
}

.progress-row .progress {
  margin: 0 10px 0 10px;
  position: relative;
}

.progress-row .progress .scale {
  width: calc(100% + 6px);
  height: calc(100% - 2px);
  top: 1px;
  position: absolute;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAUCAYAAAB7wJiVAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RTQ1NDA5MEE0NDY2MTFFNzk0MTdGOTQ5RjUzMUY2REQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RTQ1NDA5MEI0NDY2MTFFNzk0MTdGOTQ5RjUzMUY2REQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpFNDU0MDkwODQ0NjYxMUU3OTQxN0Y5NDlGNTMxRjZERCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpFNDU0MDkwOTQ0NjYxMUU3OTQxN0Y5NDlGNTMxRjZERCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pqtpx/oAAABRSURBVHja7NjRDQAQDEVRFfuP7NnAd8m5IzgRrZVkqEdVtadj6GUCpFlAgAgIEAH5owBxQwQEiGzqHnUB+T+/vd4QXYcsIG6I7CEPTVlHgAEAe4oJKTTSflYAAAAASUVORK5CYII=");
  background-size: 20% 100%;
  background-repeat: repeat;
}

.progress-row .part {
  display: block;
  float: left;
  width: 20%;
  text-align: right;
}

.progress-row .part__fixed {
  display: block;
  float: left;
  width: 70%;
}

.progress-row .part__fileSize {
  display: block;
  float: left;
  width: 10%;
}

.totalSpaceSize {
  display: inline-flex;
}

.dropzone,
.dropzone * {
  box-sizing: border-box;
}

.dropzone {
  min-height: 120px;
  border: 2px dashed #005691;
  background: #bedbf0;
  padding: 20px;
  color: #005691;
}

.dropzone.dz-max-files-reached {
  pointer-events: none;
  cursor: default;
}

.dropzone.dz-clickable {
  cursor: pointer;
}

.dropzone.dz-clickable * {
  cursor: default;
}

.dropzone.dz-clickable .dz-message,
.dropzone.dz-clickable .dz-message * {
  cursor: pointer;
}

.dropzone .icon-upload {
  fill: #005691;
  width: 75px;
  height: 75px;
  float: left;
  margin: 0 20px 0 0;
}

.dropzone .icon-upload + div {
  float: left;
}

.dropzone p {
  margin: 0 0 5px 0;
}

.dropzone a {
  text-decoration: underline;
  font-weight: 900;
}

.dropzone .h3,
.dropzone b {
  font-weight: 900;
}

.dropzone.dz-started .dz-message {
  display: none;
}

.dropzone.dz-drag-hover {
  border-style: solid;
}

.dropzone.dz-drag-hover .dz-message {
  opacity: 0.5;
}

.dropzone .dz-message {
  text-align: left;
  margin: 0;
}

.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  min-height: 100px;
}

.dropzone .dz-preview:hover {
  z-index: 1000;
}

.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}

.dropzone .dz-preview.dz-file-preview .dz-image {
  border-radius: 20px;
  background: #999;
  background: linear-gradient(to bottom, #eee, #ddd);
}

.dropzone .dz-preview.dz-file-preview .dz-details {
  opacity: 1;
}

.dropzone .dz-preview.dz-image-preview {
  background: white;
}

.dropzone .dz-preview.dz-image-preview .dz-details {
  transition: opacity 0.2s linear;
}

.dropzone .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none;
}

.dropzone .dz-preview .dz-remove:hover {
  text-decoration: underline;
}

.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}

.dropzone .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 20px 10px;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%;
}

.dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 10px;
  font-size: 16px;
}

.dropzone .dz-preview .dz-details .dz-filename {
  white-space: nowrap;
}

.dropzone .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200, 200, 200, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis;
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent;
}

.dropzone .dz-preview .dz-details .dz-filename span,
.dropzone .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 4px;
  border-radius: 3px;
}

.dropzone .dz-preview:hover .dz-image img {
  transform: scale(1.05, 1.05);
  -webkit-filter: blur(8px);
          filter: blur(8px);
}

.dropzone .dz-preview .dz-image {
  border-radius: 20px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  display: block;
  z-index: 10;
}

.dropzone .dz-preview .dz-image img {
  display: block;
}

.dropzone .dz-preview.dz-success .dz-success-mark {
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dropzone .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dropzone .dz-preview .dz-success-mark,
.dropzone .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px;
}

.dropzone .dz-preview .dz-success-mark svg,
.dropzone .dz-preview .dz-error-mark svg {
  display: block;
  width: 54px;
  height: 54px;
}

.dropzone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  transition: all 0.2s linear;
}

.dropzone .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  transition: opacity 0.4s ease-in;
}

.dropzone .dz-preview:not(.dz-processing) .dz-progress {
  animation: pulse 6s ease infinite;
}

.dropzone .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  width: 80px;
  margin-left: -40px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: scale(1);
  border-radius: 8px;
  overflow: hidden;
}

.dropzone .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: linear-gradient(to bottom, #666, #444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  transition: width 300ms ease-in-out;
}

.dropzone .dz-preview.dz-error .dz-error-message {
  display: block;
}

.dropzone .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto;
}

.dropzone .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  background: #be2626;
  background: linear-gradient(to bottom, #be2626, #a92222);
  padding: 5px 12px;
  color: #fff;
}

.dropzone .dz-preview .dz-error-message::after {
  content: '';
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #be2626;
}

.dz-prev.dz-success .dz-success-mark {
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dz-prev.dz-error .dz-error-mark {
  opacity: 1;
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dz-prev .dz-success-mark,
.dz-prev .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px;
}

.dz-prev .dz-success-mark svg,
.dz-prev .dz-error-mark svg {
  display: block;
  width: 54px;
  height: 54px;
}

.dz-prev .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 16px;
  margin-top: -8px;
  width: 80px;
  margin-left: -40px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: scale(1);
  border-radius: 8px;
  overflow: hidden;
}

.dz-prev .dz-progress .dz-upload {
  background: #333;
  background: linear-gradient(to bottom, #c9e5a6, #78be20);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  transition: width 300ms ease-in-out;
}

.dz-prev.dz-complete .dz-progress {
  opacity: 0;
  transition: opacity 400ms ease-in;
}

.dz-prev.dz-complete.dz-success .dz-success-mark {
  transition: opacity 400ms ease-in;
}

.dz-prev.dz-complete.dz-error .dz-error-mark {
  opacity: 1;
  transition: opacity 400ms ease-in;
}

@keyframes blink_outline {
  50% {
    outline: 2px dashed #00497b;
  }
}

.editableItem:focus {
  outline: 2px dotted #266fa2;
  animation: blink_outline 0.5s step-end infinite alternate;
}

.fileDownload {
  display: block;
  float: left;
  color: #404245;
  border: 1px solid #404245;
  padding: 20px;
  cursor: pointer;
  align-items: center;
  width: 134px;
  height: 149px;
  margin: 0 16px 16px 0;
  position: relative;
  text-align: center;
}

.fileDownload p {
  font-weight: 900;
  padding: 0;
  margin: 0;
  font-size: 9px;
}

.fileDownload.small {
  background-color: #fff;
  border: 3px solid transparent;
  width: 100% !important;
  height: 36px;
  padding: 3px 5px 05px;
  text-align: left !important;
  margin: 0 10px 10px 0;
  line-height: 25px;
}

.fileDownload.small .fileicon {
  float: left;
}

.fileDownload.small .lbl {
  height: 34px !important;
  display: block;
  float: left;
  padding: 0;
}

.fileDownload.small span {
  margin: 0;
}

.fileDownload p + p {
  font-weight: 400;
}

.fileDownload .download {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  background: #404245;
  width: 30px;
  height: 30px;
  text-align: center !important;
}

.fileDownload .download svg {
  fill: #fff;
  margin-top: 5px;
}

.fileDownload:hover, .fileDownload:active, .fileDownload:focus {
  color: #404245;
  border: 3px solid #404245;
}

.fileDownload:hover .download, .fileDownload:active .download, .fileDownload:focus .download {
  display: block;
}

.fileDownload:hover span, .fileDownload:active span, .fileDownload:focus span {
  margin-top: 0;
}

.fileDownload span {
  display: inline-block;
  margin: 2px 0 21px 0;
}

.fileDownload.small span {
  margin: 0 10px 0 0;
}

.fileDownloadDetail {
  color: #404245;
  cursor: pointer;
  padding: 16px 0 16px 0;
  border-bottom: 1px solid #e1e1e2;
  display: block;
}

.fileDownloadDetail:first-child {
  margin-top: 14px;
}

.fileDownloadDetail p {
  font-weight: 900;
  padding: 0;
  margin: 0;
  font-size: 9px;
}

.fileDownloadDetail .fileicon {
  margin-top: 25px !important;
}

.fileDownloadDetail .table {
  margin-top: 5px;
}

.fileDownloadDetail .table tr td,
.fileDownloadDetail .table .table tr th {
  padding: 5px;
}

.fileDownloadDetail span {
  margin: 0;
}

.fileDownloadDetail span.link {
  color: #009dd4;
}

.fileDownloadDetail span.link svg {
  fill: #009dd4;
}

.fileDownloadDetail span.link:hover, .fileDownloadDetail span.link:active, .fileDownloadDetail span.link:focus {
  color: #007eaa;
}

.fileDownloadDetail span.link:hover svg, .fileDownloadDetail span.link:active svg, .fileDownloadDetail span.link:focus svg {
  fill: #007eaa;
}

.fileDownloadDetail:hover, .fileDownloadDetail:active, .fileDownloadDetail:focus {
  color: #404245;
}

.fileicon {
  display: inline-block;
  width: 20px;
  height: 24px;
  background-repeat: no-repeat;
  margin-right: 10px;
  background-position: center;
  background-size: 20px auto;
}

.fileicon.jpg, .fileicon.jpeg {
  background-image: url("../img/filetypes/small/jpg.png");
}

.fileicon.png {
  background-image: url("../img/filetypes/small/png.png");
}

.fileicon.tiff, .fileicon.tif {
  background-image: url("../img/filetypes/small/tif.png");
}

.fileicon.eps {
  background-image: url("../img/filetypes/small/eps.png");
}

.fileicon.indd {
  background-image: url("../img/filetypes/small/indd.png");
}

.fileicon.psd {
  background-image: url("../img/filetypes/small/psd.png");
}

.fileicon.ai {
  background-image: url("../img/filetypes/small/ai.png");
}

.fileicon.pdf {
  background-image: url("../img/filetypes/small/pdf.png");
}

.fileicon.mp4 {
  background-image: url("../img/filetypes/small/mp4.png");
}

.fileicon.avi {
  background-image: url("../img/filetypes/small/avi.png");
}

.fileicon.flv {
  background-image: url("../img/filetypes/small/flv.png");
}

.fileicon.xsl, .fileicon.xls, .fileicon.xlsx {
  background-image: url("../img/filetypes/small/xsl.png");
}

.fileicon.csv {
  background-image: url("../img/filetypes/small/csv.png");
}

.fileicon.other {
  background-image: url("../img/filetypes/small/file.png");
}

.fileicon.rar {
  background-image: url("../img/filetypes/small/rar.png");
}

.fileicon.zip {
  background-image: url("../img/filetypes/small/zip.png");
}

.fileicon.json {
  background-image: url("../img/filetypes/small/json.png");
}

.fileicon.xml {
  background-image: url("../img/filetypes/small/xml.png");
}

.fileicon.ppt {
  background-image: url("../img/filetypes/small/ppt.png");
}

.fileicon.xsl {
  background-image: url("../img/filetypes/small/xsl.png");
}

.fileicon.doc {
  background-image: url("../img/filetypes/small/doc.png");
}

.fileicon.docx {
  background-image: url("../img/filetypes/small/docx.png");
}

.fileicon.mov {
  background-image: url("../img/filetypes/small/mov.png");
}

.fileicon.pptx {
  background-image: url("../img/filetypes/small/pptx.png");
}

.fileicon.xlsx {
  background-image: url("../img/filetypes/small/xlsx.png");
}

.fileicon.big {
  height: 60px;
  width: 48px;
  display: block;
  margin: auto;
  background-size: 48px auto;
}

.fileicon.big.jpg, .fileicon.big.jpeg {
  background-image: url("../img/filetypes/jpg.png");
}

.fileicon.big.png {
  background-image: url("../img/filetypes/png.png");
}

.fileicon.big.tiff, .fileicon.big.tif {
  background-image: url("../img/filetypes/tif.png");
}

.fileicon.big.eps {
  background-image: url("../img/filetypes/eps.png");
}

.fileicon.big.indd {
  background-image: url("../img/filetypes/indd.png");
}

.fileicon.big.psd {
  background-image: url("../img/filetypes/psd.png");
}

.fileicon.big.ai {
  background-image: url("../img/filetypes/ai.png");
}

.fileicon.big.pdf {
  background-image: url("../img/filetypes/pdf.png");
}

.fileicon.big.mp4 {
  background-image: url("../img/filetypes/mp4.png");
}

.fileicon.big.avi {
  background-image: url("../img/filetypes/avi.png");
}

.fileicon.big.flv {
  background-image: url("../img/filetypes/flv.png");
}

.fileicon.big.xsl, .fileicon.big.xls, .fileicon.big.xlsx {
  background-image: url("../img/filetypes/xsl.png");
}

.fileicon.big.csv {
  background-image: url("../img/filetypes/csv.png");
}

.fileicon.big.other {
  background-image: url("../img/filetypes/file.png");
}

.fileicon.big.rar {
  background-image: url("../img/filetypes/rar.png");
}

.fileicon.big.zip {
  background-image: url("../img/filetypes/zip.png");
}

.fileicon.big.json {
  background-image: url("../img/filetypes/json.png");
}

.fileicon.big.xml {
  background-image: url("../img/filetypes/xml.png");
}

.fileicon.big.ppt {
  background-image: url("../img/filetypes/ppt.png");
}

.fileicon.big.xsl {
  background-image: url("../img/filetypes/xsl.png");
}

.fileicon.big.doc {
  background-image: url("../img/filetypes/doc.png");
}

.fileicon.big.docx {
  background-image: url("../img/filetypes/docx.png");
}

.fileicon.big.mov {
  background-image: url("../img/filetypes/mov.png");
}

.fileicon.big.pptx {
  background-image: url("../img/filetypes/pptx.png");
}

.fileicon.big.xlsx {
  background-image: url("../img/filetypes/xlsx.png");
}

.js-filterByID * {
  pointer-events: none;
}

.js-filterByID.active .checkbox-custom-label::before {
  color: #000;
  content: '\2714';
  font-size: 12px;
  line-height: 15px;
}

.flashMessage {
  border: 1px solid;
  border-radius: 5px;
  padding: 7.5px 10px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  line-height: 13px;
  font-size: 14px;
}

.flashMessage-icon {
  display: flex;
  align-items: center;
}

.flashMessage .icon {
  width: 15px;
  height: 15px;
  fill: currentColor;
  margin-right: 5px;
}

.flashMessage.alert-dismissible .close {
  color: inherit;
  position: absolute;
  right: 16px;
  top: 6px;
}

.flashMessage--info {
  color: #009dd4;
  border-color: #009dd4;
  background: #d4f4ff;
}

.flashMessage--danger {
  color: #e40421;
  border-color: #e40421;
  background: #ffe8eb;
}

.flashMessage--warning {
  color: #e40421;
  border-color: #e40421;
  background: #ffe8eb;
}

.flashMessage--success {
  color: #78be20;
  border-color: #78be20;
  background: #f0fae3;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100px;
  left: 0;
  padding-top: 50px;
  background-image: linear-gradient(transparent, #282725);
  color: #c3c3c4;
}

.footer a {
  color: #c3c3c4;
}

.footer a + a {
  padding-left: 5px;
}

.footer a + a::before {
  content: '|';
  display: inline-block;
  width: 10px;
}

.footer div + div {
  text-align: right;
}

.formGroup {
  border-top: 1px solid #c3c3c4;
  padding: 10px 0;
  margin: 0;
}

.formGroup .date-icon {
  display: block;
  width: 32px;
  height: 37px;
  position: absolute;
  top: 10px;
  left: 15px;
}

.formGroup [type='date'],
.formGroup input.date-text {
  padding: 0 0 0 30px;
}

.formGroup input + input,
.formGroup textarea + textarea {
  margin-top: 10px;
}

.formGroup-tags {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
}

.formGroup-tag {
  padding: 5px 10px 4px;
  background-color: #e1e1e2;
  border-radius: 15px;
  margin-right: 10px;
  font-size: 12px;
  color: #404245 !important;
  cursor: pointer;
}

.formGroup-tag:hover {
  background-color: #c3c3c4;
}

.formGroup-tag-no-hover:hover {
  cursor: default;
  background-color: #e1e1e2;
}

.galleryelement {
  position: relative;
  width: 100%;
  background: #fff;
  margin: 5px;
  border: 1px solid transparent;
}

@media (min-width: 768px) {
  .galleryelement {
    width: calc(50% - 10px);
  }
}

@media (min-width: 992px) {
  .galleryelement {
    width: calc(33.33% - 10px);
  }
}

@media (min-width: 1200px) {
  .galleryelement {
    width: calc(25% - 10px);
  }
}

.galleryelement.lightgrey {
  background: #e1e1e2;
}

.galleryelement__next {
  visibility: hidden;
}

.galleryelement .header {
  border-bottom: 1px solid #e1e1e2;
  padding: 4px 10px;
}

.galleryelement .header .col-xs-8 {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-top: 4px;
}

.galleryelement .fileicon.big {
  margin-bottom: auto !important;
}

.galleryelement .content {
  padding: 10px;
}

.galleryelement .new {
  display: inline-block;
  padding: 8px;
  background: linear-gradient(90deg, #009dd4, rgba(0, 157, 212, 0.75));
  color: #fff;
  width: auto;
  white-space: nowrap;
  position: absolute;
  margin-top: 5px;
}

.galleryelement .ftr {
  display: inline-block;
  margin-top: 10px;
}

.galleryelement .icn {
  display: inline-block;
  width: auto;
  width: 40px;
}

.galleryelement .formGroup-tag {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 7.5px;
}

.galleryelement .formGroup-tag:hover {
  background: #e1e1e2;
}

.galleryelement .formGroup-tag-no-hover:hover {
  cursor: default;
}

.galleryelement .wrapper {
  height: 230px;
  cursor: pointer;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.galleryelement .wrapper.gradient {
  background: linear-gradient(#f1f1f1, #fff);
}

.galleryelement .wrapper img {
  display: block;
  max-height: 230px;
  flex-shrink: 0;
}

.galleryelement .wrapper:hover .hovercontent {
  display: block !important;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: left;
  background: rgba(0, 86, 145, 0.85);
  padding: 16px 16px;
  min-height: 50px;
  color: #fff;
  position: absolute;
}

.galleryelement .wrapper:hover .hovercontent h3 {
  color: #fff;
  margin: 0;
}

.galleryelement .wrapper:hover .hovercontent p {
  margin: 0;
}

.galleryelement .videPlayButton {
  z-index: 3;
  position: absolute;
  width: 15%;
}

.galleryelement .icon-play-button {
  width: 50px;
  fill: rgba(0, 0, 0, 0.8);
}

.galleryelement:hover, .galleryelement.active {
  border-color: #404245;
}

.galleryelement.big .content p,
.galleryelement.big .content h3 {
  margin: 0;
  color: #404245;
  overflow-wrap: break-word;
}

.galleryelement.big .content .link {
  margin-top: 10px;
  display: block;
}

.galleryelement.big .content p.description {
  color: #a5a6a7;
}

.galleryelement.big .content .wrapper {
  height: 150px;
}

.galleryelement.big .content .wrapper img {
  max-height: 150px;
}

.galleryelement .btn-transparent {
  float: right;
  padding: 0 0 0 12px;
  color: #808285;
}

.galleryelement .btn-transparent:hover, .galleryelement .btn-transparent.active, .galleryelement .btn-transparent:active {
  background-color: transparent;
  box-shadow: none;
}

.galleryelement .dropdown {
  width: 30px;
  display: inline-block;
  float: right;
}

.galleryelement .dropdown-menu {
  height: 155px;
  overflow: hidden;
  overflow-y: auto;
  top: 25px;
  width: 200px;
  position: absolute;
  margin-left: -160px;
  z-index: 99;
}

.galleryelement .dropdown-menu a {
  line-height: 2.2;
}

.galleryelement--no-margin {
  margin: 0;
}

.galleryelement .btn-transparent.active svg {
  fill: #266fa2;
}

.gallery__container {
  display: flex;
  flex-flow: row wrap;
  background: transparent;
  margin: 10px -5px 10px -5px;
}

.gallery--big .galleryelement {
  width: 100%;
}

@media (min-width: 992px) {
  .gallery--big .galleryelement {
    width: calc(50% - 10px);
  }
}

.dts_label {
  display: none !important;
}

.header-simple {
  background-color: #fff;
}

.header-simple::before {
  display: table;
  background-position: 0 -100px;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

#header {
  position: fixed;
  z-index: 200;
  right: 0;
  top: 0;
  min-height: 60px;
}

#header .inner {
  min-height: 60px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: space-between;
  padding-left: 30px;
}

#header .logo img {
  margin-right: 6px;
  margin-top: -4px;
}

#header .logo span {
  font-weight: 700;
}

#header .navbar-nav {
  margin: 0;
}

#header .btn i {
  padding: 0;
}

#header .nav a.dropdown-toggle,
#header .nav > li > a,
#header .nav > li > button {
  cursor: pointer;
  color: #404245;
  color: #000;
  font-size: 12px;
  padding: 15px 20px;
  line-height: 30px;
  background-color: transparent;
  border-radius: 0;
  border: none;
}

#header .nav a.dropdown-toggle:hover, #header .nav a.dropdown-toggle:focus,
#header .nav > li > a:hover,
#header .nav > li > a:focus,
#header .nav > li > button:hover,
#header .nav > li > button:focus {
  color: #000;
  background-color: transparent;
  outline: 0;
}

#header .nav a.dropdown-toggle:hover svg, #header .nav a.dropdown-toggle:focus svg,
#header .nav > li > a:hover svg,
#header .nav > li > a:focus svg,
#header .nav > li > button:hover svg,
#header .nav > li > button:focus svg {
  fill: #000;
}

#header .nav .dropdown-menu > li {
  padding: 0;
}

#header .nav .dropdown-menu > li > a {
  padding: 12px 20px;
}

#header .nav .icon {
  width: 20px;
  height: 20px;
  fill: #404245;
  vertical-align: middle;
}

#header .nav:hover, #header .nav:active {
  box-shadow: none;
  outline: none !important;
  border: none;
  color: #000;
}

#header .nav:focus {
  outline: none;
  border: none;
}

#header .search {
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  color: #282323;
  outline: 0;
  height: 30px;
  width: 180px;
  padding: 7px 15px;
  font-size: 12px;
  font-weight: normal;
  vertical-align: top;
  background-color: #edf1f2;
  box-shadow: none;
  border-radius: 30px;
  border: none;
  transition: background 0.2s linear 0s, box-shadow 0.2s linear 0s;
  margin: 16px 0 0 20px;
  position: relative;
}

#header .btn-search {
  position: absolute;
  top: 17px;
  right: 5px;
  background: none;
}

#header .nav li.profile > a > .meta {
  display: table;
  width: 100%;
}

#header .nav li.profile > a > .meta > .avatar {
  display: table-cell;
  vertical-align: middle;
  max-width: 32px;
  height: 32px;
}

#header .nav li.profile > a > .meta > .text {
  font-size: 12px;
  font-weight: 600;
  padding: 0 5px;
}

#header .nav li.profile > a {
  padding: 0 15px;
  height: 60px;
  line-height: 60px;
  color: #13161c;
  text-shadow: none;
}

#header .nav li.profile > a:hover,
#header .nav li.profile > a:active,
#header .nav li.profile > a:focus {
  box-shadow: none;
  outline: none !important;
  border: none;
  color: #13161c;
}

#header .arrow {
  border-width: 8px;
  z-index: 10;
}

#header .arrow,
#header .arrow::after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

#header .arrow::after {
  border-width: 7px;
  content: '';
}

#header .arrow.top {
  left: 50%;
  margin-left: -8px;
  border-top-width: 0;
  border-bottom-color: #eee;
  border-bottom-color: rgba(0, 0, 0, 0.1);
  top: -8px;
}

#header .arrow.top::after {
  content: ' ';
  top: 1px;
  margin-left: -7px;
  border-top-width: 0;
  border-bottom-color: #fff;
}

#header .dropdown-menu > li > a > .icon {
  display: inline-block;
  min-width: 14px;
  text-align: center;
  margin-right: 5px;
}

#header .dropdown-menu > li.active > a,
#header .dropdown-menu > li:active > a {
  background-color: #fbfbfb;
  color: #444;
}

#header .dropdown-menu > li.active > a:hover,
#header .dropdown-menu > li:active > a:hover {
  background-color: #fbfbfb;
  color: #373737;
}

#header .profile ul > li:first-child {
  padding: 10px;
}

#header .profile ul > li h5,
#header .profile ul > li p {
  font-size: 13px;
  margin: 0;
  padding: 0;
}

#header .profile ul > li .progress {
  margin-bottom: 0;
}

.sidebar-left + form .main-content-wrapper #header,
.sidebar-left + .main-content-wrapper #header {
  left: 250px;
}

.sidebar-mini-1 form .main-content-wrapper #header,
.sidebar-mini-1 .main-content-wrapper #header {
  left: 65px;
}

.sidebar-right-open #header {
  right: 230px;
}

@media (max-width: 789px) {
  #header .search {
    width: 155px;
  }
}

@media (max-width: 767px) {
  #header .logo {
    font-size: 22px;
    padding: 14px 0 0 0;
  }
  #header .logo img {
    width: 25px;
    margin-right: 5px;
  }
  #header .navbar-left {
    position: absolute;
    left: 0;
  }
  #header .navbar-right {
    position: absolute;
    right: 0;
  }
}

@media only screen and (max-width: 660px) {
  #header .user-nav ul {
    padding-left: 0;
  }
  .user-nav ul li {
    font-size: 12px;
  }
}

@media only screen and (max-width: 479px) {
  #header .dropdown.messages {
    display: none;
  }
}

.headlineInfo {
  display: flex;
  border-bottom: 1px solid #c3c3c4;
  margin-bottom: 10px;
  line-height: 200%;
}

.headlineInfo h2 {
  font-size: 15px;
  font-weight: bold;
}

.headlineInfo--required h2::after {
  content: '*';
  color: #e40421;
  margin-left: 5px;
}

.headlineInfo__info {
  margin-left: auto;
}

.headlineInfo__info.progressInfo {
  width: 80%;
}

.headlineInfo__info .icon-arrow-right {
  transition: transform 0.4s ease 0s;
  width: 10px;
  height: 10px;
}

.headlineInfo__info .btn-transparent svg {
  fill: #808285 !important;
}

.headlineInfo__info .btn-transparent:hover, .headlineInfo__info .btn-transparent.active, .headlineInfo__info .btn-transparent:active {
  background-color: transparent;
  box-shadow: none;
}

.headlineInfo__info .btn-transparent:hover svg, .headlineInfo__info .btn-transparent.active svg, .headlineInfo__info .btn-transparent:active svg {
  fill: #009dd4 !important;
}

.headlineInfo__info a {
  cursor: pointer;
}

.headlineInfo__info ul {
  display: flex;
  list-style: none;
  margin: 0 0 0 auto;
  padding: 0;
}

.headlineInfo__info ul.dropdown-menu {
  display: none;
}

.headlineInfo__info ul.dropdown-menu li {
  margin: 0;
}

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

.headlineInfo__info li {
  position: relative;
  margin-left: 35px;
  font-size: 12px;
  font-weight: normal;
}

.headlineInfo__info li::before {
  position: absolute;
  top: 8px;
  left: -20px;
  display: block;
  width: 16px;
  height: 16px;
  content: ' ';
}

.headlineInfo__info li.expire1::before {
  background-color: #ffba00;
}

.headlineInfo__info li.expire2::before {
  background-color: #e40421;
}

.headlineText {
  margin-bottom: 30px;
}

.headlineText h1 {
  margin-bottom: 10px;
}

.intro {
  margin: 30px 0;
}

.intro__cta {
  margin-left: 20px;
}

.intro__cta--right {
  margin-left: auto;
}

.intro__header {
  display: flex;
  align-items: center;
}

.langSelector {
  width: 100%;
  border-collapse: separate;
  border-spacing: 1px;
}

.langSelector__flag {
  width: 24px;
  margin-left: 5px;
  margin-right: 10px;
}

.langSelector thead::after {
  content: '-';
  display: block;
  line-height: 10px;
  color: transparent;
}

.langSelector th {
  background-color: #e1e1e2;
  line-height: 30px;
  padding: 10px;
}

.langSelector td {
  background-color: #fff;
  margin-bottom: 1px;
  padding: 5px;
}

.langSelector ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.langSelector li {
  min-width: 33.33%;
  padding: 5px;
}

.langSelector__link {
  display: block;
  color: #404245;
  background-color: #f1f1f1;
  line-height: 30px;
  padding: 0 10px;
  margin: 5px;
}

.langSelector__link:hover {
  color: #fff;
  background-color: #00497b;
}

.langSelector__link--selected {
  color: #fff;
  background-color: #005691;
}

.list {
  margin: 0;
  padding: 0 10px;
  font-size: 10px;
}

.list li {
  list-style-type: disc;
}

.list li:not(:last-child) {
  padding-bottom: 5px;
}

.login-header {
  display: flex;
  width: 100%;
  min-height: 80px;
  align-items: center;
}

.login-header nav {
  margin-left: auto;
  font-size: 16px;
}

.login-header nav > ul {
  display: flex;
  list-style: none;
  padding: 0;
}

.login-header nav > ul > li {
  padding: 0 10px;
}

.login-header nav > ul > li a {
  color: #000;
}

.login-header .selectCountry {
  margin-left: 5px;
  padding-left: 15px;
  border-left: 1px solid #000;
}

.login-header .selectCountry .icon-arrow-right {
  fill: #fff;
  width: 10px;
  height: 10px;
  transform: rotate(90deg);
  margin-left: 5px;
}

.login {
  color: #000;
  background-color: #292623;
  background-image: linear-gradient(45deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%), none;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
  border-top: 15px solid #000;
  height: 100vh;
}

.login .main-content-wrapper {
  display: flex;
  align-items: center;
  min-height: calc(100vh - 120px);
}

.login__description {
  font-size: 15px;
  margin-bottom: 40px;
}

.login h1 {
  font-size: 44px;
}

.login-form {
  color: #fff;
}

@media (min-width: 768px) {
  .login-form {
    max-width: 50%;
  }
}

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

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

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

.login-form .form-control::placeholder {
  color: #404245;
}

.login-form a {
  color: #fff;
}

.login-form a .icon {
  width: 12px;
  height: 12px;
}

.login-form--rexroth {
  max-width: 705px;
  background-color: #e1e1e2;
  color: #002b49;
  padding: 20px;
}

.manual {
  display: block;
  text-decoration: none;
  color: #404245;
  border-radius: 2px;
  margin-bottom: 20px;
}

.manual .outterwrapper {
  background: #fff;
  padding: 5px;
  border-radius: 2px;
}

.manual .outterwrapper:first-child {
  margin-bottom: 2px;
}

.manual:hover {
  text-decoration: none;
}

.manual:hover .outterwrapper {
  background: #266fa2;
  color: #fff;
}

.manual .description {
  text-align: center;
  padding: 0;
  margin: 0;
}

.manual .wrapper {
  height: 100%;
  cursor: pointer;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
}

.manual .wrapper.gradient {
  background: linear-gradient(#e1e1e2, #fff);
}

.modal {
  color: #404245;
}

.modal.modal-large .modal-dialog {
  width: 1200px;
}

.modal.salesOrganisationTable .modal-body {
  overflow: auto;
  max-height: 650px;
  margin-top: 30px;
}

.modal.salesOrganisationTable th,
.modal.salesOrganisationTable td {
  max-width: 340px;
  min-width: 340px;
}

.modal-dialog {
  margin: 50px auto;
}

.modal-header {
  padding: 0;
  border-bottom: none;
}

.modal-content {
  box-shadow: none;
}

.modal-content .close {
  position: absolute;
  display: flex;
  justify-content: center;
  width: 20px;
  height: 20px;
  top: -25px;
  right: -25px;
  border-radius: 2px;
  opacity: 1;
  fill: #fff;
}

#leaveModal .modal-dialog {
  margin: 50px auto;
}

#leaveModal .modal-content {
  background-color: #fff !important;
  border-radius: 5px !important;
  padding: 20px;
  text-align: center;
  box-shadow: 0 5px 16px rgba(64, 66, 69, 0.5);
}

#leaveModal .modal-content p {
  margin: 0 !important;
}

#leaveModal .modal-content p + p {
  margin-top: 10px;
}

.solid .modal-dialog {
  margin: 50px auto;
}

.solid .modal-content {
  background-color: #f1f1f1 !important;
  border-radius: 5px !important;
  padding: 20px;
  text-align: left;
  box-shadow: 0 5px 16px rgba(64, 66, 69, 0.5);
}

.solid .modal-content .close {
  position: static;
  border: 1px solid #000;
  border-radius: 2px;
  opacity: 1;
  fill: #fff;
}

.solid .modal-content .btn-cancel {
  position: absolute;
  right: 20px;
  background: transparent;
  transition: none;
  line-height: 10px;
  padding: 4px;
}

.solid .modal-content .btn-cancel .icon {
  fill: #000;
}

.solid .modal-content :last-child {
  border-bottom: none;
}

.solid p {
  margin-top: 0;
}

.solid .modal-header {
  border: none;
  padding: 0 0 16px 0;
}

.solid .modal-body {
  border-bottom: 1px solid #c3c3c4;
  padding: 0 0 20px 0;
}

.solid .modal-footer-impostor {
  border-top: 1px solid #c3c3c4;
  padding: 20px 0 0 0;
  text-align: right;
}

.solid .modal-footer-impostor::before {
  content: ' ';
  height: 1px;
  width: 100%;
  display: block;
  background-color: #fff;
  margin-top: -20px;
  margin-bottom: 20px;
}

.solid .modal-footer {
  border-top: 1px solid #fff;
  padding: 10px 0 0 0;
}

.navbar-left {
  color: #000;
  display: flex;
  align-items: center;
}

.navbar-left .toggle-left {
  border-right: 1px solid #e1e1e2;
}

.navbar-left__logo {
  padding: 15px;
  height: 60px;
}

.navbar-right li {
  display: flex;
  align-items: center;
  border-left: 1px solid #e1e1e2;
}

.navbar-right em {
  font-style: normal;
}

.optionField .no-padding-right {
  padding-right: 0 !important;
}

.input-text {
  position: relative;
  border-collapse: separate;
}

.share-input {
  margin-bottom: 10px;
  margin-top: 10px;
}

.pageheader {
  position: relative;
  padding: 16px 30px;
  border-bottom: 1px solid #e1e1e2;
  border-top: 1px solid #e1e1e2;
  background: #f1f1f1;
}

.pageheader:before, .pageheader:after {
  display: table;
  content: " ";
}

.pageheader:after {
  clear: both;
}

.pageheader .breadcrumb {
  float: left;
}

.pageheader .breadcrumb .label {
  color: #999;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: normal;
  display: inline-block;
}

.pageheader .breadcrumb ol {
  display: inline-flex;
  background: none;
  list-style: none;
  margin: 0;
  padding: 0;
}

.pageheader .breadcrumb li {
  font-size: 12px;
  color: #005691;
}

.pageheader .breadcrumb li + li::before {
  padding: 0 2px 0 5px;
  color: #525f6b;
  content: '|';
}

.pageheader .breadcrumb a {
  color: #009dd4;
}

.pageheader .breadcrumb .icon {
  width: 9px;
  height: 9px;
}

.pageheader .logged {
  float: right;
  color: #808285;
  font-size: 12px;
}

.pageheader .langSwitch {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #e1e1e2;
  font-size: 12px;
}

.pageheader .langSwitch .dropdown-toggle {
  color: #808285;
}

.polyCheckbox {
  display: flex;
  background-color: #f1f1f1;
  padding: 10px 15px 10px 35px;
  line-height: 22px;
  cursor: pointer;
  align-items: center;
}

.polyCheckbox:hover,
.polyCheckbox__state:checked + .polyCheckbox {
  color: #fff;
  background-color: #005691;
}

.polyCheckbox--big {
  line-height: 58px;
  background-color: #fff;
  padding: 10px 15px 10px 10px;
}

.polyCheckbox--big:hover,
.polyCheckbox__state:checked + .polyCheckbox--big {
  background-color: #266fa2;
}

.polyCheckbox--check:hover,
.polyCheckbox__state:checked + .polyCheckbox--check {
  background-color: #005691;
}

.polyCheckbox--check .icon {
  opacity: 0;
  width: 15px;
  height: 15px;
  margin-left: auto;
  fill: #fff;
  transition: opacity, 1s, ease;
}

.polyCheckbox__state:checked + .polyCheckbox--check .icon {
  opacity: 1;
}

.polyCheckbox--file {
  padding: 5px 16px 5px 35px;
  margin-bottom: 1px;
  background-color: #fff;
}

.polyCheckbox--file:hover,
.polyCheckbox__state:checked + .polyCheckbox--file {
  color: inherit;
  background-color: #c9e5a6;
  border-left: 15px solid #78be20;
  padding-left: 20px;
}

.polyCheckbox--file span {
  display: inline-block;
  margin-right: 10px;
}

.polyCheckbox--white {
  background-color: #fff;
}

.productstage {
  background: #fff;
  margin: 0 0 10px 0;
  padding: 30px;
}

.productstage .flags {
  display: flex;
  justify-content: flex-start;
  position: absolute;
}

.productstage .js-addBasketElements,
.productstage .js-addTypesTobasket {
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  align-items: center;
}

.productstage .js-addBasketElements svg,
.productstage .js-addTypesTobasket svg {
  margin-right: 10px;
}

.productstage a {
  text-decoration: none;
}

.productstage a .new {
  display: inline-block;
  padding: 8px;
  background: linear-gradient(90deg, #009dd4, rgba(0, 157, 212, 0.75));
  color: #fff;
  width: auto;
  white-space: nowrap;
  padding-right: 10px;
  cursor: initial !important;
}

.productstage .media-item {
  padding: 10px;
  border: solid 1px #a5a6a7;
  margin-right: 30px;
  width: 35%;
}

.productstage .media-text {
  width: calc(65% - 30px);
  padding-left: 0;
}

.productstage .header {
  border-bottom: 1px solid #c3c3c4;
  margin-left: 0;
}

.productstage .header p {
  padding: 10px 0 !important;
  font-size: 16px;
}

.productstage .header p + p {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .productstage .header p {
    padding-bottom: 0 !important;
  }
  .productstage .header p + p {
    text-align: left;
    padding-top: 0 !important;
  }
}

.productstage .header [class^='col-'] {
  margin: 0;
  padding: 0;
}

.productstage .content .expand {
  display: inline-block;
  padding: 10px;
  background: #808285;
  color: #fff;
  width: 36px;
  height: 36px;
  white-space: nowrap;
  position: absolute;
  border-radius: 3px;
  opacity: 0.8;
  cursor: pointer;
}

.productstage .content .expand svg {
  fill: #fff;
}

.productstage .content .new + .expand {
  left: 42px;
}

.productstage .content .wrapper {
  height: 500px;
  cursor: pointer;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.productstage .content .wrapper img {
  display: block;
  max-height: 230px;
}

.productstage .content .wrapper:hover .hovercontent {
  display: block !important;
  text-align: left;
  background: rgba(0, 86, 145, 0.85);
  padding: 16px 16px;
  min-height: 50px;
  bottom: calc(10px + 1px);
  left: calc(5px + 1px);
  color: #fff;
  position: absolute;
  width: calc(100% - 10px - 2px);
}

.productstage .content .wrapper:hover .hovercontent h3 {
  color: #fff;
  margin: 0;
}

.productstage .content .wrapper:hover .hovercontent p {
  margin: 0;
}

.productstage .videPlayButton {
  z-index: 3;
  position: absolute;
  width: 15%;
}

.productstage .content p,
.productstage .content h3 {
  margin: 0;
  color: #404245;
}

.productstage .content .formGroup-tag {
  display: inline-block;
  margin-top: 20px;
}

.productstage .content .formGroup-tag + .h1 {
  margin-top: 10px;
}

.productstage .content .h1 {
  margin: 20px 0 20px 0 !important;
  float: none !important;
  padding: 0 !important;
  line-height: 24px !important;
}

.productstage .content .btn {
  margin-top: 20px;
}

.productstage .content .btn em {
  font-style: normal;
}

@media screen and (max-width: 767px) {
  .productstage .content .btn {
    white-space: normal !important;
  }
}

.productstage .content p.description {
  margin-top: 30px;
}

.productstage .content .wrapper {
  height: 300px;
}

.productstage .content .wrapper img {
  max-height: 300px;
}

.productstage .btn-transparent {
  float: right;
  padding: 0 0 0 12px;
}

.productstage .btn-transparent svg {
  fill: #808285 !important;
}

.productstage .btn-transparent:hover, .productstage .btn-transparent.active, .productstage .btn-transparent:active {
  background-color: transparent;
  box-shadow: none;
}

.productstage .btn-transparent:hover svg, .productstage .btn-transparent.active svg, .productstage .btn-transparent:active svg {
  fill: #266fa2 !important;
}

.productstage .dropdown {
  width: 30px;
  display: inline-block;
  float: right;
}

.productstage .dropdown.open .dropdown-toggle svg {
  fill: #005691;
}

.productstage .dropdown-menu {
  height: 155px;
  overflow: hidden;
  overflow-y: auto;
  top: 25px;
  width: 200px;
  position: absolute;
  margin-left: -160px;
  z-index: 99;
}

.productstage .dropdown-menu a {
  line-height: 2.2;
}

.productstage .no-zoom .wrapper {
  cursor: default;
}

.js-addBasketElements .add-text {
  display: inline-block;
}

.js-addBasketElements .remove-text {
  display: none;
}

.js-addBasketElements.active .add-text {
  display: none;
}

.js-addBasketElements.active .remove-text {
  display: inline-block;
}

.profileBox {
  background-color: #fff;
  color: #404245 !important;
  padding: 20px;
}

.profileBox__info {
  text-align: center;
  margin-bottom: 40px;
}

.profileBox .row--bordered {
  border-top: 1px solid #c3c3c4;
}

.profileBox .row--bordered .col-xs-12 {
  padding: 15px 10px;
}

.profileBox .row--bordered .col-xs-12 p {
  margin: 0;
}

.profileBox__langSwitch {
  display: flex;
  align-items: center;
}

.profileBox__langSwitch .selectCountry {
  margin-left: auto;
}

.searchTab {
  padding: 20px;
  margin-bottom: 20px;
  min-height: 59px;
  max-height: 59px;
}

.searchTab__field {
  display: flex;
}

.searchTab__field div:first-child {
  width: 100%;
}

.searchTab__icons {
  display: flex;
  justify-content: flex-end;
}

.searchTab__options {
  display: flex;
  align-items: center;
  flex-flow: wrap;
}

.searchTab__options > div {
  cursor: pointer;
  margin-right: 10px;
}

.searchTab__options .link:first-child {
  margin-left: -3px;
}

.searchTab__options .dropdown--sortby:not(.no-view-change) {
  border-right: 1px solid #c3c3c4;
  margin-right: 18px;
  padding-right: 18px;
}

.searchTab__options__right {
  display: flex;
  margin: 0 0 0 auto !important;
  align-items: center;
}

.searchTab__options__right a {
  display: inline-block;
  margin-right: 10px !important;
  padding: 0;
}

.searchTab__options__right a.btn-transparent {
  margin-top: -4px;
}

.searchTab__options__right .dropdown-toggle {
  margin-right: 0 !important;
}

.searchTab__options .resetAllFilter {
  display: none;
}

.searchTab__options .select + .resetAllFilter {
  display: flex;
  align-items: center;
  gap: 5px;
}

.searchTab__btnOptions {
  margin-left: 10px;
}

.searchTab__additionalTextarea {
  width: 100%;
  min-height: 90px;
  margin-bottom: 10px;
}

.searchTab__row--toggle {
  transition: height 0.25s ease, opacity 0.5s ease;
  overflow: visible;
  height: 30px;
  opacity: 1;
}

.searchTab__row--toggle.masked {
  overflow: hidden;
  height: 0;
  opacity: 0;
}

.selectedOptions {
  margin: 10px 0 30px 0;
  display: table;
}

.selectedOptions.affix {
  background-color: #f1f1f1;
  top: 70px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
  z-index: 198;
  margin-left: -30px;
  display: block;
  padding: 15px;
  width: 100%;
}

.selectedOptions p {
  margin: 0 15px 0 0;
  font-weight: 700;
  font-size: 15px;
}

.selectedOptions ul {
  padding: 0;
  margin: 0;
}

.selectedOptions ul li {
  list-style: none;
  margin: 0 10px 0 0;
  display: inline-block;
  font-weight: normal;
  font-size: 15px;
  cursor: pointer;
}

.selectedOptions ul li .icon {
  width: 10px;
  height: 10px;
  margin-left: 10px;
}

.sidebar {
  position: fixed;
  z-index: 1000;
  min-height: 100%;
  width: 250px;
  transition: all, 0.1s, ease-in-out;
}

.sidebar .nav {
  margin: 0;
}

.sidebar .nav li {
  margin: 0;
}

.sidebar .nav a {
  text-decoration: none;
  line-height: 30px;
}

.sidebar .nav .icon {
  width: 18px;
  height: 18px;
  fill: #fff;
  margin-right: 7px;
  vertical-align: text-bottom;
}

a .sidebar .nav .icon:hover {
  fill: #000;
}

.sidebar .nav .nav-dropdown .icon-arrow-right {
  position: absolute;
  top: 17px;
  right: 20px;
  transition: transform 0.4s;
}

.sidebar .nav .nav-dropdown.open .icon-arrow-right {
  transform: rotate(90deg);
}

.sidebar .nav .nav-sub {
  display: none;
  list-style: none;
  padding: 0;
}

.sidebar .nav .nav-sub li > a {
  display: block;
  padding: 8px 0 8px 50px;
}

.sidebar .nav .nav-sub .nav-dropdown > a {
  padding-right: 30px;
}

.sidebar .nav .nav-sub > .open > a,
.sidebar .nav .nav-sub > .open > a:focus,
.sidebar .nav .nav-sub > .open > a:hover {
  background-color: transparent;
  border-color: transparent;
}

.sidebar .nav-pills > li > a {
  padding: 10px 20px;
  font-size: 14px;
}

.sidebar .nav-footer-links {
  position: absolute;
  bottom: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 20px;
}

.sidebar .nav-footer-links > li > a {
  padding: 0;
  border: 0 !important;
}

.sidebar .nav-footer-links > li > a:hover {
  background: transparent !important;
  text-decoration: underline;
}

.sidebar .nav-footer-links .nav-dropdown .nav-sub {
  display: block !important;
}

.sidebar .nav-footer-links .nav-dropdown .nav-sub li a {
  padding: 0;
  background: transparent !important;
}

.sidebar .nav-footer-links .nav-dropdown .nav-sub li a:hover {
  text-decoration: underline;
}

.sidebar .nav-footer-links .icon {
  display: none;
}

.sidebar-mini-1 .nav-footer-links {
  padding-left: 0;
  padding-bottom: 0;
}

.sidebar-mini-1 .nav-footer-links li.nav-dropdown a {
  padding: 16px 20px !important;
  background: transparent !important;
}

.sidebar-mini-1 .nav-footer-links li.nav-dropdown:hover {
  background: #009dd4 !important;
  padding: 20px inherit;
}

.sidebar-mini-1 .nav-footer-links li.nav-dropdown .nav-sub {
  display: none !important;
  position: absolute;
  background-color: #19242f;
  bottom: 0;
  z-index: 1;
  padding-bottom: 0 !important;
}

.sidebar-mini-1 .nav-footer-links li.nav-dropdown .nav-sub > li > a {
  background: transparent !important;
  padding: 10px 20px !important;
}

.sidebar-mini-1 .nav-footer-links li.nav-dropdown .nav-sub > li > a:hover {
  background: #009dd4 !important;
  text-decoration: none;
}

.sidebar-mini-1 .nav-footer-links li.nav-dropdown .icon {
  display: block !important;
}

.sidebar-mini-1 .toggle-navigation {
  display: block;
  text-align: center;
}

.sidebar-mini-1 .toggle-navigation .icon-cancel {
  display: none;
}

.sidebar-mini-1 .toggle-navigation .icon-menu {
  display: block;
}

.sidebar-subheader {
  color: rgba(255, 255, 255, 0.5);
  line-height: 30px;
  font-size: 12px;
  font-weight: normal;
  margin: 0;
  padding: 10px 20px;
}

.sidebar-left a {
  color: #fff;
}

.sidebar-left a:focus,
.sidebar-left a:hover {
  color: #fff;
  background-color: transparent;
}

.sidebar-left .active > a,
.sidebar-left .active > a:focus,
.sidebar-left .active > a:hover {
  color: #fff;
}

.sidebar-left .nav-sub li.open > a {
  color: #fff;
  background-color: transparent;
}

.sidebar + form > .main-content-wrapper,
.sidebar + .main-content-wrapper {
  width: 100%;
}

.sidebar-left + form > .main-content-wrapper,
.sidebar-left + .main-content-wrapper {
  margin-left: 250px;
  transition: all, 0.1s, ease-in-out;
  width: auto;
}

@media (max-width: 767px) {
  .sidebar-opened .sidebar-left {
    display: block;
    left: 0;
  }
  .sidebar-opened .sidebar-left + .main-content-wrapper {
    left: 250px;
    overflow: hidden;
  }
  .sidebar-opened {
    overflow-x: hidden;
  }
}

.sidebar {
  display: block;
}

.sidebar-mini-1 .sidebar {
  width: 65px;
  transition: all, 0.1s, ease-in-out;
}

.sidebar-mini-1 .sidebar .nav > li.nav-dropdown.nav-dropdown-open > a,
.sidebar-mini-1 .sidebar .nav > li.nav-dropdown:hover > a {
  border-bottom-right-radius: 0;
}

.sidebar-mini-1 .sidebar .nav > li.nav-dropdown > a::after {
  display: none;
  content: '';
  top: 12px;
  left: 34px;
  font-size: 10px;
}

.sidebar-mini-1 .sidebar .nav > li > a {
  padding: 10px 20px;
  white-space: nowrap;
  overflow: hidden;
}

.sidebar-mini-1 .sidebar .nav > li > a .icon {
  margin-right: 50px;
  margin-left: 2px;
}

.sidebar-mini-1 .sidebar .nav > li a .badge,
.sidebar-mini-1 .sidebar .nav > li a .label {
  display: none;
}

.sidebar-mini-1 .sidebar .nav > li > a > i:first-child {
  margin-right: 10px;
  width: 22.28px;
}

.sidebar-mini-1 .sidebar .nav > li > .nav-sub {
  position: absolute;
  left: 50px;
  margin-top: 0;
  padding-bottom: 2px;
  display: none !important;
  border-radius: 0 0 4px;
}

.sidebar-mini-1 .sidebar .nav > li.nav-dropdown-open,
.sidebar-mini-1 .sidebar .nav > li:hover {
  width: 250px;
  z-index: 10;
}

.sidebar-mini-1 .sidebar .nav > li.nav-dropdown-open .icon-arrow-right,
.sidebar-mini-1 .sidebar .nav > li:hover .icon-arrow-right {
  margin-right: 0 !important;
}

.sidebar-mini-1 .sidebar .nav > li.nav-dropdown-open a,
.sidebar-mini-1 .sidebar .nav > li:hover a {
  display: block;
  overflow: visible;
  white-space: normal;
}

.sidebar-mini-1 .sidebar .nav > li.nav-dropdown-open a .badge,
.sidebar-mini-1 .sidebar .nav > li.nav-dropdown-open a .label,
.sidebar-mini-1 .sidebar .nav > li:hover a .badge,
.sidebar-mini-1 .sidebar .nav > li:hover a .label {
  display: block;
}

.sidebar-mini-1 .sidebar .nav > li.nav-dropdown-open > .nav-sub,
.sidebar-mini-1 .sidebar .nav > li:hover > .nav-sub {
  display: block !important;
  z-index: 10;
}

.sidebar-mini-1 .sidebar .nav-pills > li > a > i {
  margin-right: 10px;
  width: 23px;
}

.sidebar-mini-1 .sidebar .nav-pills > li.nav-dropdown > a {
  padding-right: 10px;
}

.sidebar-mini-1 .sidebar .nav-pills > li > .nav-sub {
  left: 65px;
  width: 185px;
}

.sidebar-mini-1 .sidebar .nav-pills > li > .nav-sub a {
  padding-right: 5px;
}

.sidebar-mini-1 .sidebar .nav-pills > li > .nav-sub .nav-dropdown > a {
  padding-right: 30px;
}

.sidebar-mini-1 .sidebar .sidebar-subheader,
.sidebar-mini-1 .sidebar .sidebar-profile,
.sidebar-mini-1 .sidebar .sidebar-summary {
  visibility: hidden;
}

.sidebar-mini-1 .navbar .navbar-brand-group {
  width: 100px;
}

.sidebar-mini-1 .navbar .navbar-brand-group .navbar-brand {
  width: 50px;
}

.sidebar-mini-1 .main-content-wrapper {
  margin-left: 65px !important;
  transition: all, 0.1s, ease-in-out;
}

.sidebar-right {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  width: 230px;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  background: #e1e1e2;
}

.sidebar-right__header {
  border-top: 10px solid #c3c3c4;
}

.sidebar-right__header .inner {
  height: 60px;
  line-height: 60px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 0 20px;
}

.sidebar-right__header .inner .icon {
  width: 22.5px;
  height: 22.5px;
  vertical-align: middle;
}

.sidebar-right h4 {
  font-size: 14px;
  border-bottom: 1px solid #c3c3c4;
  line-height: 25px;
  padding: 7.5px 0;
  margin-bottom: 10px;
}

.sidebar-right h4.required::after {
  content: '*';
  color: #e40421;
  margin-left: 5px;
}

.sidebar-right__body {
  padding: 20px;
  border-top: 1px solid #fff;
}

.sidebar-right__body .js-overviewButton {
  width: 100%;
}

.sidebar-right__footer {
  display: flex;
  padding: 20px;
  margin-top: auto;
}

.sidebar-right__footer .btn {
  flex: 1;
  margin-right: 5px;
}

.sidebar-right__footer .btn:nth-child(2) {
  margin-left: 5px;
  margin-right: 0;
}

.sidebar-right .sidebar-subheader {
  color: rgba(64, 66, 69, 0.5);
  border-bottom: 1px solid #c3c3c4;
}

.sidebar-right-open .sidebar-right {
  display: flex;
  flex-direction: column;
}

.sidebar-right-open .main-content-wrapper {
  margin-right: 230px;
  width: auto;
}

.sidebar-right-open .sidebar-left + .main-content-wrapper #header {
  width: calc(100% - 250px - 230px);
}

.sidebar-right-open.sidebar-mini-1 .sidebar-left + .main-content-wrapper #header {
  width: calc(100% - 65px - 230px);
}

/**
 * Swiper 3.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/swiper/
 *
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under MIT
 *
 * Released on: December 13, 2016
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  touch-action: pan-x;
}

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  display: inline-block;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 0;
  right: auto;
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 0;
  left: auto;
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

/* Pagination Styles */
.swiper-pagination {
  text-align: center;
  transition: 300ms;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #525f6b;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}

/* 3D Container */
.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader::after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white::after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

/* CUSTOM MODIFIERS */
.slider--widget .swiper-slide img {
  float: left;
  margin-left: 1px;
  margin-right: 20px;
  margin-bottom: 20px;
}

.swiper-read-more {
  display: inline-flex;
  align-items: center;
  margin-top: 10px;
}

.swiper-read-more .icon {
  transform: rotate(-90deg);
  width: 10px;
  height: 10px;
  margin-right: 5px;
}

.swiper-control-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0;
}

.swiper-control-container .swiper-pagination {
  display: flex;
  order: 1;
  width: auto;
  margin: 0 10px;
}

.swiper-control-container .swiper-button-prev {
  display: flex;
  order: 0;
  width: auto;
  height: auto;
  margin-top: 0;
  outline: none;
}

.swiper-control-container .swiper-button-next {
  display: flex;
  order: 2;
  width: auto;
  height: auto;
  margin-top: 0;
  outline: none;
}

.tabs {
  margin-bottom: 30px;
}

.tabs .nav-tabs {
  border-bottom: none;
}

.tabs .nav-tabs > li {
  margin-bottom: 0;
}

.tabs .nav-tabs > li > a {
  padding: 5px 20px;
  line-height: 30px;
  color: #404245;
}

.tabs .nav-tabs > li > a:focus {
  background-color: #fff;
}

.tabs .nav-tabs > li.active > a {
  background-color: #fff;
}

.tabs .nav-tabs > li:not(:active):not(.active) > a {
  background-color: #e1e1e2;
}

.tabs .nav-tabs > li:not(:active):not(.active) > a:hover {
  background-color: #fff;
}

.tabs .tab-content {
  background-color: #fff;
  padding: 20px;
}

.tabs .tab-content .boxed-white {
  display: flex;
  align-items: center;
  flex-flow: wrap;
  min-height: 59px;
  max-height: 59px;
}

.tabs .tab-content .boxed-white .link {
  margin-bottom: -7px;
  margin-right: 10px;
}

.tabs .tab-content .boxed-white .link:first-child {
  margin-left: 2px;
}

.tabs.transparent .tab-content {
  background-color: transparent;
  padding: 0;
}

.tabs.transparent .tab-content #tab_download {
  padding: 10px;
  background-color: #fff;
}

.tabs.transparent .tab-content .row {
  margin: 0;
}

.tabs.transparent_all .tab-content {
  background-color: transparent;
  padding: 0;
}

.tabs.transparent_all .tab-content .tab-pane {
  padding: 0;
  background-color: transparent;
}

.tabs.solid-bar .nav-tabs {
  background-color: #46515b;
  color: #fff;
}

.tabs.solid-bar .nav-tabs > li > a {
  padding: 5px 20px;
  color: #fff;
  background-color: #46515b;
  line-height: 30px;
}

.tabs.solid-bar .nav-tabs > li > a svg {
  fill: #fff !important;
}

.tabs.solid-bar .nav-tabs > li.active > a {
  background-color: #266fa2;
}

.tabs.solid-bar .tab-content {
  background-color: transparent;
  padding: 20px 0 0 0;
}

.qtip-titlebar .ui-icon, .qtip-icon .ui-icon {
  display: block;
  text-indent: -10000px;
  direction: ltr;
}

.qtip {
  position: absolute;
  left: -28000px;
  top: -28000px;
  display: none;
  max-width: 768px;
  min-width: 50px;
  font-size: 12px;
  line-height: 12px;
  direction: ltr;
  box-shadow: none;
  padding: 0;
}

.qtip--large {
  width: 768px;
}

.qtip--medium {
  width: 480px;
}

.qtip--small {
  width: 320px;
}

.qtip--xtrasmall {
  width: 160px;
}

.qtip-content {
  position: relative;
  padding: 15px;
  overflow: hidden;
  text-align: left;
  word-wrap: break-word;
}

.qtip-content .row {
  margin: 0;
}

.qtip-content p {
  margin: 0;
}

.qtip-content p.h3 {
  font-weight: 700;
  margin-bottom: 5px;
}

.qtip-titlebar {
  position: relative;
  padding: 5px 35px 5px 10px;
  overflow: hidden;
  border-width: 0 0 1px;
  font-weight: bold;
}

.qtip-titlebar .qtip-close {
  right: 4px;
  top: 50%;
  margin-top: -9px;
}

.qtip-titlebar + .qtip-content {
  border-top-width: 0 !important;
}

.qtip-close {
  position: absolute;
  right: -9px;
  top: -9px;
  z-index: 11;
  cursor: pointer;
  outline: medium none;
  border: 1px solid transparent;
}

.qtip-icon {
  border-radius: 3px;
  text-decoration: none;
}

.qtip-icon .ui-icon {
  border-radius: 3px;
  text-decoration: none;
  width: 18px;
  height: 14px;
  text-align: center;
  text-indent: 0;
  font-weight: bold;
  font-size: 10px;
  line-height: 13px;
  font-family: Tahoma, sans-serif;
  color: inherit;
  background: transparent none no-repeat -1000px -1000px;
}

.qtip-default {
  border: 1px solid #f1f1f1;
  background-color: #f1f1f1;
  color: #404245;
}

.qtip-default .qtip-titlebar {
  background-color: #e1e1e2;
}

.qtip-default .qtip-titlebar .qtip-close {
  border-color: #404245;
  color: #404245;
}

.qtip-default .qtip-icon {
  border-color: #404245;
  background: #f1f1f1;
  color: #404245;
}

* html .qtip-titlebar .qtip-close {
  top: 15px;
}

.qtip-bootstrap {
  border-radius: 5px;
  font-size: 14px;
  line-height: 20px;
  color: #404245;
  padding: 1px;
  background-color: #fff;
  border: 1px solid transparent;
  box-shadow: 0 0 18px 0 rgba(53, 62, 70, 0.25);
  background-clip: padding-box;
}

.qtip-bootstrap .qtip-titlebar {
  padding: 10px;
  margin: 15px 15px 0 15px;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  background-color: #e1e1e2;
  border-radius: 0;
}

.qtip-bootstrap .qtip-titlebar .qtip-close {
  right: 11px;
  top: 45%;
  border-style: none;
}

.qtip-bootstrap .qtip-content {
  padding: 9px 14px;
}

.qtip-bootstrap .qtip-icon {
  background: transparent;
}

.qtip-bootstrap .qtip-icon .ui-icon {
  width: auto;
  height: auto;
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 18px;
  color: #404245;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.qtip-bootstrap .qtip-icon .ui-icon:hover {
  color: #404245;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

/* Tips plugin */
.qtip .qtip-tip {
  margin: 0 auto;
  overflow: hidden;
  z-index: 10;
}

.qtip .qtip-tip,
.qtip .qtip-tip .qtip-vml,
.qtip .qtip-tip canvas {
  position: absolute;
  color: #123456;
  background: transparent;
  border: 0 dashed transparent;
}

.qtip .qtip-tip canvas {
  top: 0;
  left: 0;
}

.qtip .qtip-tip .qtip-vml {
  behavior: url(#default#VML);
  display: inline-block;
  visibility: visible;
}

.qtip-default .js-isToolTipContent {
  display: block !important;
}

.grid-stack .panel {
  margin: 0;
  box-shadow: none;
}

.grid-stack .panel [class^='img-wrapper'],
.grid-stack .panel [class*=' img-wrapper'] {
  margin-right: 20px;
}

.grid-stack .panel [class^='img-wrapper'] img,
.grid-stack .panel [class*=' img-wrapper'] img {
  margin: 0;
}

.grid-stack-item-content {
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.grid-stack .donut .percent {
  font-size: 16px;
}

.grid-stack .donut circle {
  fill: none;
}

.grid-stack .donut__stop1 {
  stop-color: #266fa2;
}

.grid-stack .donut__stop2 {
  stop-color: #00497b;
}

.grid-stack .donut .circle-back {
  stroke: #e1e1e2;
  stroke-width: 5px;
}

.grid-stack .donut .circle-front {
  stroke: url(#quotaDonut__gradient);
  stroke-width: 5px;
  /* 2 * Math.PI * radius + 1  */
  stroke-dasharray: 268.0353755551324px;
  stroke-dashoffset: 268.0353755551324px;
  transition: stroke-dashoffset 0.5s ease;
}

.grid-stack .filesharing__pie {
  float: left;
}

.grid-stack .filesharing__info {
  float: left;
  margin-left: 30px;
}

.grid-stack .filesharing h4 {
  margin-bottom: 14px;
}

.countrylist {
  margin-bottom: -15px;
}

.countrylist ul {
  display: flex;
  list-style: none;
  flex-flow: wrap;
  margin: 0;
  padding: 0;
}

.countrylist li {
  display: flex;
  align-items: center;
  width: 25%;
  margin-bottom: 15px;
}

.countrylist li img {
  margin-right: 10px;
}

@keyframes bs-notify-fadeOut {
  0% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}

select.bs-select-hidden,
.bootstrap-select > select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}

.bootstrap-select {
  width: 220px \0;
  /*IE9 and below*/
  vertical-align: middle;
}

.bootstrap-select > .dropdown-toggle {
  position: relative;
  width: 100%;
  text-align: right;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}

.bootstrap-select > .dropdown-toggle:after {
  margin-top: -1px;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #a5a6a7;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active {
  color: rgba(255, 255, 255, 0.5);
}

.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
  z-index: 0 !important;
}

.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2 !important;
}

.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle,
.bootstrap-select.is-invalid .dropdown-toggle,
.was-validated .bootstrap-select .selectpicker:invalid + .dropdown-toggle {
  border-color: #b94a48;
}

.bootstrap-select.is-valid .dropdown-toggle,
.was-validated .bootstrap-select .selectpicker:valid + .dropdown-toggle {
  border-color: #28a745;
}

.bootstrap-select.fit-width {
  width: auto !important;
}

.bootstrap-select:not([class*='col-']):not([class*='form-control']):not(.input-group-btn) {
  width: 220px;
}

.bootstrap-select > select.mobile-device:focus + .dropdown-toggle,
.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
  height: auto;
}

:not(.input-group) > .bootstrap-select.form-control:not([class*='col-']) {
  width: 100%;
}

.bootstrap-select.form-control.input-group-btn {
  float: none;
  z-index: auto;
}

.form-inline .bootstrap-select,
.form-inline .bootstrap-select.form-control:not([class*='col-']) {
  width: auto;
}

.bootstrap-select:not(.input-group-btn), .bootstrap-select[class*='col-'] {
  float: none;
  display: inline-block;
  margin-left: 0;
}

.bootstrap-select.dropdown-menu-right, .bootstrap-select[class*='col-'].dropdown-menu-right,
.row .bootstrap-select[class*='col-'].dropdown-menu-right {
  float: right;
}

.form-inline .bootstrap-select,
.form-horizontal .bootstrap-select,
.form-group .bootstrap-select {
  margin-bottom: 0;
}

.form-group-lg .bootstrap-select.form-control,
.form-group-sm .bootstrap-select.form-control {
  padding: 0;
}

.form-group-lg .bootstrap-select.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}

.bootstrap-select.form-control-sm .dropdown-toggle,
.bootstrap-select.form-control-lg .dropdown-toggle {
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}

.bootstrap-select.form-control-sm .dropdown-toggle {
  padding: 2.5px 5px;
}

.bootstrap-select.form-control-lg .dropdown-toggle {
  padding: 5px 10px;
}

.form-inline .bootstrap-select .form-control {
  width: 100%;
}

.bootstrap-select.disabled,
.bootstrap-select > .disabled {
  cursor: not-allowed;
}

.bootstrap-select.disabled:focus,
.bootstrap-select > .disabled:focus {
  outline: none !important;
}

.bootstrap-select.bs-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 0 !important;
  padding: 0 !important;
}

.bootstrap-select.bs-container .dropdown-menu {
  z-index: 1060;
}

.bootstrap-select .dropdown-toggle .filter-option {
  position: static;
  top: 0;
  left: 0;
  float: left;
  height: 100%;
  width: 100%;
  text-align: left;
  overflow: hidden;
  flex: 0 1 auto;
}

.bs3.bootstrap-select .dropdown-toggle .filter-option {
  padding-right: inherit;
}

.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option {
  position: absolute;
  padding-top: inherit;
  padding-bottom: inherit;
  padding-left: inherit;
  float: none;
}

.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
  padding-right: inherit;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden;
}

.bootstrap-select .dropdown-toggle .filter-expand {
  width: 0 !important;
  float: left;
  opacity: 0 !important;
  overflow: hidden;
}

.bootstrap-select .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}

.input-group .bootstrap-select.form-control .dropdown-toggle {
  border-radius: inherit;
}

.bootstrap-select[class*='col-'] .dropdown-toggle {
  width: 100%;
}

.bootstrap-select .dropdown-menu {
  min-width: 100%;
  box-sizing: border-box;
}

.bootstrap-select .dropdown-menu > .inner:focus {
  outline: none !important;
}

.bootstrap-select .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}

.bootstrap-select .dropdown-menu li {
  position: relative;
}

.bootstrap-select .dropdown-menu li.active small {
  color: rgba(255, 255, 255, 0.5) !important;
}

.bootstrap-select .dropdown-menu li.disabled a {
  cursor: not-allowed;
}

.bootstrap-select .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.bootstrap-select .dropdown-menu li a.opt {
  position: relative;
  padding-left: 22.5px;
}

.bootstrap-select .dropdown-menu li a span.check-mark {
  display: none;
}

.bootstrap-select .dropdown-menu li a span.text {
  display: inline-block;
}

.bootstrap-select .dropdown-menu li small {
  padding-left: 5px;
}

.bootstrap-select .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: whitesmoke;
  border: 1px solid #e3e3e3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  box-sizing: border-box;
}

.bootstrap-select .dropdown-menu .notify.fadeOut {
  animation: 300ms linear 750ms forwards bs-notify-fadeOut;
}

.bootstrap-select .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option {
  position: static;
  display: inline;
  padding: 0;
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
  display: inline;
}

.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before {
  content: '\00a0';
}

.bootstrap-select.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  top: 5px;
}

.bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}

.bootstrap-select .bs-ok-default:after {
  content: '';
  display: block;
  width: 5px;
  height: 10px;
  border-style: solid;
  border-width: 0 2.6px 2.6px 0;
  transform: rotate(45deg);
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
  z-index: 1061;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
  bottom: auto;
  top: -4px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
  bottom: auto;
  top: -4px;
  border-top: 6px solid white;
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
  right: 12px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
  right: 13px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:before, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:after,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:after {
  display: block;
}

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}

.bs-actionsbox {
  width: 100%;
  box-sizing: border-box;
}

.bs-actionsbox .btn-group button {
  width: 50%;
}

.bs-donebutton {
  float: left;
  width: 100%;
  box-sizing: border-box;
}

.bs-donebutton .btn-group button {
  width: 100%;
}

.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}

.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}

/* Special narrow selectbox */
.select--narrow > .dropdown-toggle {
  width: auto;
}

.select--narrow:not([class*='col-']):not([class*='form-control']):not(.input-group-btn) {
  width: auto !important;
}

.select--download .dropdown-toggle {
  background-color: transparent;
}

.select--download .dropdown-toggle .filter-option {
  text-align: end;
  color: #009dd4;
}

.select--download .dropdown-toggle .caret {
  color: #009dd4;
}

.select--download .bs-searchbox::before {
  content: '\2315';
  transform: rotate(90deg) scale(-1);
  font-size: 24px;
  display: inline-block;
  position: absolute;
  right: 21px;
  top: 16px;
}

.select--download .dropdown-menu > .active > a {
  background-color: transparent;
  color: inherit;
}

.select--download.open .dropdown-menu.open {
  display: grid;
}

.select--download.open .dropdown-menu.open li.all {
  border-bottom: 1px solid #c3c3c4;
}

.select--download.open .dropdown-menu.open li {
  padding: 8px 10px;
  font-size: 14px;
}

.select--download.open .dropdown-menu.open a {
  padding-left: 26px;
}

.select--download.open .dropdown-menu.open .bs-actionsbox {
  order: 3;
  border-top: 1px solid #c3c3c4;
}

.select--download.open .dropdown-menu.open .bs-actionsbox .btn-group {
  grid-template-columns: 40% auto 40%;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  display: grid;
  padding: 8px 0;
}

.select--download.open .dropdown-menu.open .bs-actionsbox .btn {
  border: 0;
  padding: 0;
  width: auto;
  color: #009dd4;
  font-size: 14px;
}

.select--download.open .dropdown-menu.open .bs-actionsbox .btn:hover {
  background-color: transparent;
  text-decoration: underline;
}

.select--download.open .dropdown-menu.open .bs-actionsbox .select-apply {
  grid-area: 1 / 3 / 2 / 4;
  border: 0;
  text-align: right;
}

.select--download.open .dropdown-menu.open .bs-actionsbox .bs-deselect-all {
  grid-area: 1 / 1 / 2 / 2;
  border: 0;
  text-align: left;
}

.select--download.show-tick .dropdown-menu .selected span.check-mark {
  left: 10px;
  top: 12px;
}

.select--download.show-tick .dropdown-menu .selected span.check-mark::after {
  content: '✔';
  font-size: 13px;
  display: inline-block !important;
  position: absolute;
  left: 2px;
  top: 2px;
}

.select--download .check-mark {
  position: absolute;
  display: inline-block !important;
  right: unset;
  left: 10px;
  top: 12px;
}

.select--download .check-mark::before {
  content: '✔';
  color: #fff;
  font-size: 10px;
  height: 15px;
  padding: 1px 3px 1px 2px;
  border: 1px solid #a5a6a7;
}

/* stylelint-disable selector-no-qualifying-type */
select.select {
  display: none !important;
}

/* stylelint-enable selector-no-qualifying-type */
.select .bs-searchbox,
.select .bs-actionsbox,
.select .bs-donebutton {
  padding: 2px 10px;
}

.select .dropdown-menu {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.select .dropdown-menu li a.opt {
  padding-left: 15px;
}

.select .dropdown-menu > li {
  padding: 0;
}

.select .dropdown-menu > li > a {
  padding: 6px 15px;
}

.select .dropdown-menu .inner {
  max-height: 200px;
  overflow-x: hidden;
}

.select .dropdown-menu .dropdown-header:hover {
  background-color: inherit;
}

.select .dropdown-menu .dropdown-header span {
  display: block;
  padding: 6px 15px;
}

.select.show-tick .dropdown-menu .selected .check-mark {
  right: unset;
  right: 0;
  top: 15px;
}

.select.show-tick .dropdown-menu .selected .check-mark::after {
  content: '✔';
  font-size: 16px;
}

@keyframes svg-animation {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(360deg);
  }
}

@keyframes circle-animation {
  0%,
  25% {
    stroke-dashoffset: 280;
    transform: rotate(0);
  }
  50%,
  75% {
    stroke-dashoffset: 75;
    transform: rotate(45deg);
  }
  100% {
    stroke-dashoffset: 280;
    transform: rotate(360deg);
  }
}

.backdrop__message {
  position: fixed;
  z-index: 1050;
  display: flex;
  flex-direction: column;
  top: 50%;
  left: 50%;
  margin-top: -130px;
  margin-left: -90px;
  width: 260px;
  height: 180px;
  background-color: #fff;
  padding: 20px;
}

.backdrop__message h4,
.backdrop__message p {
  text-align: center;
}

.backdrop__message svg {
  overflow: visible;
  width: 40px;
  height: 40px;
  animation: 2s linear infinite svg-animation;
  margin: auto;
}

.backdrop__message circle {
  animation: 1.4s ease-in-out infinite both circle-animation;
  display: block;
  fill: transparent;
  stroke: #2f3d4c;
  stroke-linecap: round;
  stroke-dasharray: 283;
  stroke-dashoffset: 280;
  stroke-width: 10px;
  transform-origin: 50% 50%;
}

.flatpickr-calendar {
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  box-sizing: border-box;
  touch-action: manipulation;
  background: #fff;
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
}

.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}

.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}

.flatpickr-calendar.animate.open {
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}

.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}

.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n + 1) .flatpickr-day.inRange:nth-child(7n + 7) {
  box-shadow: none !important;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n + 2) .flatpickr-day.inRange:nth-child(7n + 1) {
  box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}

.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}

.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  left: 22px;
}

.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.rightMost:after {
  left: auto;
  right: 22px;
}

.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}

.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}

.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}

.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}

.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}

.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%;
}

.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}

.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}

.flatpickr-calendar:focus {
  outline: 0;
}

.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}

.flatpickr-months {
  display: flex;
}

.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  flex: 1;
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
}

.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}

.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
  position: relative;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  /*
      /*rtl:begin:ignore*/
  /*
      */
  left: 0;
  /*
      /*rtl:end:ignore*/
  /*
      */
}

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  /*
      /*rtl:begin:ignore*/
  /*
      */
  right: 0;
  /*
      /*rtl:end:ignore*/
  /*
      */
}

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9;
}

.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}

.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}

.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
  transition: fill 0.1s;
  fill: inherit;
}

.numInputWrapper {
  position: relative;
  height: auto;
}

.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}

.numInputWrapper input {
  width: 100%;
}

.numInputWrapper input::-ms-clear {
  display: none;
}

.numInputWrapper input::-webkit-outer-spin-button,
.numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.15);
  box-sizing: border-box;
}

.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}

.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}

.numInputWrapper span:after {
  display: block;
  content: '';
  position: absolute;
}

.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}

.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
  top: 26%;
}

.numInputWrapper span.arrowDown {
  top: 50%;
}

.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
  top: 40%;
}

.numInputWrapper span svg {
  width: inherit;
  height: auto;
}

.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5);
}

.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}

.numInputWrapper:hover span {
  opacity: 1;
}

.flatpickr-current-month {
  font-size: 135%;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  transform: translate3d(0px, 0px, 0px);
}

.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}

.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0;
  display: inline-block;
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month input.cur-year {
  background: transparent;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}

.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0;
}

.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
  height: 28px;
}

.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: flex;
  flex: 1;
}

span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  flex: 1;
  font-weight: bolder;
}

.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}

.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  width: 307.875px;
}

.flatpickr-days:focus {
  outline: 0;
}

.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  box-sizing: border-box;
  display: inline-block;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: space-around;
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}

.dayContainer + .dayContainer {
  box-shadow: -1px 0 0 #e6e6e6;
}

.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  justify-content: center;
  text-align: center;
}

.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}

.flatpickr-day.today {
  border-color: #959ea9;
}

.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}

.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}

.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n + 1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n + 1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n + 1)) {
  box-shadow: -10px 0 0 #569ff7;
}

.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}

.flatpickr-day.inRange {
  border-radius: 0;
  box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(57, 57, 57, 0.1);
}

.flatpickr-day.week.selected {
  border-radius: 0;
  box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}

.flatpickr-day.hidden {
  visibility: hidden;
}

.rangeMode .flatpickr-day {
  margin-top: 1px;
}

.flatpickr-weekwrapper {
  float: left;
}

.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  box-shadow: 1px 0 0 #e6e6e6;
}

.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}

.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  cursor: default;
  border: none;
}

.flatpickr-innerContainer {
  display: block;
  display: flex;
  box-sizing: border-box;
  overflow: hidden;
}

.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  box-sizing: border-box;
}

.flatpickr-time {
  text-align: center;
  outline: 0;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
}

.flatpickr-time:after {
  content: '';
  display: table;
  clear: both;
}

.flatpickr-time .numInputWrapper {
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}

.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}

.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}

.flatpickr-time input {
  background: transparent;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}

.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}

.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}

.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  align-self: center;
}

.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}

.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #eee;
}

.flatpickr-input[readonly] {
  cursor: pointer;
}

@keyframes fpFadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.uploadDrop {
  display: flex;
}

.uploadDrop .dz-file-preview {
  background-color: #fff;
}

.uploadDrop .dz-preview {
  margin: 0;
  padding: 8px 16px;
  border-radius: 4px;
}

.uploadDrop .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  transition: all 0.2s linear;
}

.uploadDrop .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  transition: opacity 0.4s ease-in;
}

.uploadDrop .dz-preview:not(.dz-processing) .dz-progress {
  animation: pulse 6s ease infinite;
}

.uploadDrop .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 10px;
  left: 50%;
  bottom: 10%;
  margin-top: -8px;
  width: 80px;
  margin-left: -40px;
  background: rgba(255, 255, 255, 0.9);
  transform: scale(1);
  border-radius: 8px;
  overflow: hidden;
}

.uploadDrop .dz-preview .dz-progress .dz-upload {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  transition: width 300ms ease-in-out;
}

.uploadDrop__item {
  display: flex;
}

.statistics-legend {
  display: flex;
  justify-content: center;
}

.statistics-legend span {
  margin-left: 14px;
  padding: 0px 17px;
  margin-right: 5px;
  font-size: 12px;
}

.theme-dana {
  /*****************************************************
* Map variables from _colormap.scss to CSS selectors *
******************************************************/
  /* Dropzone */
  /* Input selected */
}

.theme-dana.login {
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%), url("../img/image_1.jpg");
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  border-top: 0;
}

.theme-dana .breadcrumb li {
  color: #009dd4;
}

.theme-dana .breadcrumb a:hover {
  color: #009dd4;
}

.theme-dana .brands input:checked ~ figure figcaption,
.theme-dana .brands input:checked ~ figure .brands__image,
.theme-dana .brands figure:hover figcaption,
.theme-dana .brands figure:hover .brands__image {
  color: #fff;
  background-color: #009dd4;
}

.theme-dana:not(.login) {
  background: #f1f1f1 url("../img/bg_stripe_pattern.png");
}

.theme-dana:not(.login) .main-content-wrapper {
  margin-top: 60px;
}

.theme-dana .btn-primary {
  color: #fff;
  background: #009dd4;
  border-color: #009dd4;
}

.theme-dana .btn-primary:hover {
  background: #1aa7d8;
}

.theme-dana .btn-primary:active, .theme-dana .btn-primary:focus {
  background: #008dbf;
}

.theme-dana .btn-secondary {
  color: #fff !important;
  background: #243343;
  border-color: #243343;
}

.theme-dana .btn-secondary:hover {
  background: #66707b;
}

.theme-dana .btn-secondary:active, .theme-dana .btn-secondary:focus {
  background: #070a0d;
}

.theme-dana .btn-tertiary {
  color: #fff;
  background: #78be20;
  border-color: #78be20;
}

.theme-dana .btn-tertiary:hover {
  background: rgba(0, 0, 0, 0.2);
}

.theme-dana .btn-tertiary:active, .theme-dana .btn-tertiary:focus {
  border-color: #6cab1d;
}

.theme-dana .btn svg {
  fill: currentColor;
}

.theme-dana #header .inner {
  background: linear-gradient(0deg, #f1f1f1 45%, #fff 100%);
}

.theme-dana .header-simple::before {
  content: none;
}

.theme-dana .branding {
  color: #fff;
  background-color: #243343;
  border-top: 0;
  height: 60px;
}

.theme-dana .sidebar-left {
  background: #243343;
}

.theme-dana .sidebar-left .nav {
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}

.theme-dana .sidebar-left .nav a {
  border-top: 1px solid rgba(0, 0, 0, 0.4);
}

.theme-dana .sidebar-left .nav a:focus {
  background-color: inherit;
}

.theme-dana .sidebar-left .nav li.active > a {
  color: #fff;
  background-color: #009dd4;
  border-color: #009dd4;
}

.theme-dana .sidebar-left .nav li a:hover {
  color: #fff;
  background-color: #009dd4;
  border-color: #009dd4;
}

.theme-dana .sidebar-left .nav li a:hover .icon {
  fill: #fff;
}

.theme-dana .sidebar-left .nav-dropdown.open > a {
  background-color: #19242f;
}

.theme-dana .sidebar-left .nav-sub li a {
  background-color: #19242f;
  border-top-width: 0;
}

.theme-dana .sidebar-mini-1 .sidebar-left .nav > li.nav-dropdown-open > a,
.theme-dana .sidebar-mini-1 .sidebar-left .nav > li:hover > a {
  color: #fff;
  background-color: #009dd4;
  border-color: #009dd4;
}

.theme-dana .sidebar-right__header {
  border-top: 0;
}

.theme-dana .dropdown.dark.open {
  color: #fff !important;
  background-color: #243343 !important;
}

.theme-dana .dropdown.dark .dropdown-menu > li {
  background-color: #243343;
  border-top: 1px solid #3a4756;
  border-bottom: 1px solid #202e3c;
}

.theme-dana .dropdown.dark .dropdown-menu > li:hover {
  background-color: #009dd4 !important;
  border-color: #009dd4;
}

.theme-dana .gallery .btn.active svg {
  fill: #009dd4;
}

.theme-dana .galleryelement .btn-transparent:hover {
  color: #009dd4;
}

.theme-dana .galleryelement .content .wrapper:hover .hovercontent {
  background: rgba(0, 157, 212, 0.85);
}

.theme-dana .galleryelement .new {
  background: #009dd4;
}

.theme-dana .galleryelement .link {
  color: #009dd4;
}

.theme-dana .galleryelement .dropdown.open .dropdown-toggle svg {
  color: #009dd4;
}

.theme-dana .manual:hover .outterwrapper {
  background-color: #009dd4;
}

.theme-dana .boxed-dark {
  background-color: #243343;
}

.theme-dana .tabs.solid-bar .nav-tabs {
  background-color: #243343;
}

.theme-dana .tabs.solid-bar .nav-tabs li a {
  background-color: #243343;
}

.theme-dana .tabs.solid-bar .nav-tabs li.active > a {
  background-color: #009dd4;
}

.theme-dana .flashMessage--info {
  color: #009dd4;
  border-color: #009dd4;
  background: #d9f0f9;
}

.theme-dana .flashMessage--danger {
  color: #e40421;
  border-color: #e40421;
  background: #fbd9de;
}

.theme-dana .flashMessage--warning {
  color: #e40421;
  border-color: #e40421;
  background: #fbd9de;
}

.theme-dana .flashMessage--success {
  color: #78be20;
  border-color: #78be20;
  background: #ebf5de;
}

.theme-dana .autoCompleteInput .tokenfield .token {
  border-color: #243343;
  background-color: #243343;
}

.theme-dana .dropzone {
  color: #243343;
  background: #dee0e3;
  border: 2px dashed #243343;
}

.theme-dana .dropzone .icon-upload {
  fill: #243343;
}

.theme-dana .polyCheckbox:hover,
.theme-dana .polyCheckbox__state:checked + .polyCheckbox {
  color: #fff;
  background-color: #009dd4;
}

.theme-dana .polyCheckbox--big:hover,
.theme-dana .polyCheckbox__state:checked + .polyCheckbox--big {
  background-color: #009dd4;
}

.theme-dana .polyCheckbox--check:hover,
.theme-dana .polyCheckbox__state:checked + .polyCheckbox--check {
  background-color: #009dd4;
}

.theme-dana .polyCheckbox--file:hover,
.theme-dana .polyCheckbox__state:checked + .polyCheckbox--file {
  color: inherit;
  background-color: #c9e5a6;
  border-left: 15px solid #78be20;
}

.theme-dana .searchTab__options__right a {
  color: #808285;
}

.theme-dana .searchTab__options__right a.active {
  color: #009dd4;
}

.theme-dana .paginate_button {
  color: #fff;
  background: #009dd4;
  border-color: #009dd4;
}

.theme-dana .paginate_button.current {
  background-color: #243343;
}

.theme-dana .paginate_button:hover {
  background: #1aa7d8;
}

.theme-dana .uploadDrop__container .dz-preview .dz-upload {
  background: #243343;
}

.theme-dana .donut__stop1 {
  stop-color: #1aa7d8;
}

.theme-dana .donut__stop2 {
  stop-color: #008dbf;
}

.theme-dana .white-border {
  padding: 20px 20px;
}

.theme-dana .statistics {
  background-color: #fff;
  margin-top: 20px;
}

.theme-dana .statistics .headlineInfo {
  padding: 20px;
}

.theme-dana .statistics .headlineInfo + div {
  padding: 0 20px 20px;
}

.theme-dana .statistics--dropdown {
  display: flex;
  justify-content: flex-end;
}

.theme-dana .statistics--dropdown input {
  padding: 4px 10px;
  z-index: 1;
  background: transparent;
  background-color: #fff;
}

.theme-dana .statistics--dropdown span {
  align-self: flex-end;
  position: absolute;
  right: 12px;
  top: 8px;
  cursor: pointer;
  z-index: 5;
}

.theme-dana .statistics--dropdown__wrapper {
  display: flex;
}

/*# sourceMappingURL=main.css.map */
