/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.float-none {
  float: none!important;
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 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;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Avenir LT Std", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #CECFD2;
  background-color: #141414;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #16CDF8;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #0699bc;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #141414;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 700;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 30px;
}
h2,
.h2 {
  font-size: 26px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 20px;
}
h5,
.h5 {
  font-size: 18px;
}
h6,
.h6 {
  font-size: 16px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #167AFF;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0061e2;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #167AFF;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #0061e2;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 768px) {
  .container {
    width: 752px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 972px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1172px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 16px;
  padding-right: 16px;
}
.row {
  margin-left: -16px;
  margin-right: -16px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 16px;
  padding-right: 16px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px 16px;
  padding-bottom: 8px 16px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px 16px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #141414;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #e9e9e9;
}
.form-control {
  display: block;
  width: 100%;
  height: 32px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #e9e9e9;
  background-color: #3B3D42;
  background-image: none;
  border: 1px solid #4F5156;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #6b6f78;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 32px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 26px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 16px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 26px;
  padding: 3px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 26px;
  line-height: 26px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 26px;
  padding: 3px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 26px;
  line-height: 26px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 26px;
  min-height: 32px;
  padding: 4px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.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.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 40px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .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-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 26px;
  height: 26px;
  line-height: 26px;
}
.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;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.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;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.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;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.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: #ffffff;
}
@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 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -16px;
  margin-right: -16px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 16px;
}
@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: 4px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 7px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.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 {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].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: #167AFF;
  border-color: #16CDF8;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #0061e2;
  border-color: #04718a;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0061e2;
  border-color: #06a5cb;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #0061e2;
  border-color: #06a5cb;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #0052be;
  border-color: #04718a;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #167AFF;
  border-color: #16CDF8;
}
.btn-primary .badge {
  color: #167AFF;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5EC778;
  border-color: #4bc068;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #3eb45b;
  border-color: #246835;
}
.btn-success:hover {
  color: #fff;
  background-color: #3eb45b;
  border-color: #35994e;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #3eb45b;
  border-color: #35994e;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #35994e;
  border-color: #246835;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5EC778;
  border-color: #4bc068;
}
.btn-success .badge {
  color: #5EC778;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #575D61;
  border-color: #797C80;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #3f4346;
  border-color: #3b3d3e;
}
.btn-info:hover {
  color: #fff;
  background-color: #3f4346;
  border-color: #5b5e61;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #3f4346;
  border-color: #5b5e61;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #2e3133;
  border-color: #3b3d3e;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #575D61;
  border-color: #797C80;
}
.btn-info .badge {
  color: #575D61;
  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 > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].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: #F73434;
  border-color: #f61b1b;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #ef0909;
  border-color: #8c0606;
}
.btn-danger:hover {
  color: #fff;
  background-color: #ef0909;
  border-color: #cc0808;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #ef0909;
  border-color: #cc0808;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #cc0808;
  border-color: #8c0606;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #F73434;
  border-color: #f61b1b;
}
.btn-danger .badge {
  color: #F73434;
  background-color: #fff;
}
.btn-link {
  color: #16CDF8;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #0699bc;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 3px 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;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-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;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #444;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: rgba(245, 245, 245, 0.5);
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #fff;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #167AFF;
}
.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;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: rgba(245, 245, 245, 0.5);
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 7px;
  border-top-left-radius: 7px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[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-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 26px;
  padding: 3px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 26px;
  line-height: 26px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #e9e9e9;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #4F5156;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 3px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #167AFF;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #167AFF;
  border-color: #16CDF8;
}
.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.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #fff;
  background-color: #167AFF;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #141414;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #167AFF;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #141414;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 16px;
  padding-left: 16px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -16px;
  margin-left: -16px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px 16px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.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: -16px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 16px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -16px;
}
.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 {
  margin-left: -16px;
  margin-right: -16px;
  padding: 10px 16px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 9px;
  margin-bottom: 9px;
}
@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;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 9px;
  margin-bottom: 9px;
}
.navbar-btn.btn-sm {
  margin-top: 12px;
  margin-bottom: 12px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 16px;
    margin-right: 16px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
    float: left;
  }
  .navbar-right {
    float: right !important;
    float: right;
    margin-right: -16px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: transparent;
  border-color: transparent;
}
.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: rgba(0, 0, 0, 0);
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: transparent;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: rgba(0, 0, 0, 0);
  color: #555;
}
@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: rgba(0, 0, 0, 0);
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #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,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.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: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #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: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.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,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #16CDF8;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #0699bc;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #167AFF;
  border-color: #167AFF;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 3px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #167AFF;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #0061e2;
}
.label-success {
  background-color: #5EC778;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #3eb45b;
}
.label-info {
  background-color: #575D61;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #3f4346;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #F73434;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #ef0909;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #16CDF8;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 16px;
  padding-right: 16px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #141414;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #16CDF8;
}
.thumbnail .caption {
  padding: 9px;
  color: #CECFD2;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #167AFF;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5EC778;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #575D61;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #F73434;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.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: #167AFF;
  border-color: #167AFF;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #e2eeff;
}
.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,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
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,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
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,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
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,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
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: #2E2E30;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.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: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .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-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .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 > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.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-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.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: #6A6E71;
}
.panel-default > .panel-heading {
  color: #B7B9BD;
  background-color: #6A6E71;
  border-color: #6A6E71;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #6A6E71;
}
.panel-default > .panel-heading .badge {
  color: #6A6E71;
  background-color: #B7B9BD;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #6A6E71;
}
.panel-primary {
  border-color: #167AFF;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #167AFF;
  border-color: #167AFF;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #167AFF;
}
.panel-primary > .panel-heading .badge {
  color: #167AFF;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #167AFF;
}
.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;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #2E2E30;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #272727;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.55;
  filter: alpha(opacity=55.00000000000001);
}
.modal-header {
  padding: 16px;
  border-bottom: 1px solid #6A6E71;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 16px;
}
.modal-footer {
  padding: 16px;
  text-align: right;
  border-top: 1px solid #6A6E71;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Avenir LT Std", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  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;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Avenir LT Std", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #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 {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 48px;
  opacity: 1;
  filter: alpha(opacity=100);
  font-size: 20px;
  color: #167AFF;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #167AFF;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after,
.container-xl:before,
.container-xl:after,
.container-dashboard:before,
.container-dashboard:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after,
.container-xl:after,
.container-dashboard:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !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;
  }
}
.row {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.row:before,
.row:after {
  display: none;
}
.row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.col.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.col-xs,
.col-sm,
.col-md,
.col-lg {
  padding-left: 16px;
  padding-right: 16px;
}
.col-xs,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.col-xs {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}
.start-xs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start;
}
.center-xs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.end-xs {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end;
}
.top-xs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.middle-xs {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.bottom-xs {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.between-xs {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.first-xs {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.last-xs {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
@media only screen and (min-width: 768px) {
  .col-sm,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-offset-0,
  .col-sm-offset-1,
  .col-sm-offset-10,
  .col-sm-offset-11,
  .col-sm-offset-12,
  .col-sm-offset-2,
  .col-sm-offset-3,
  .col-sm-offset-4,
  .col-sm-offset-5,
  .col-sm-offset-6,
  .col-sm-offset-7,
  .col-sm-offset-8,
  .col-sm-offset-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-sm {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .start-sm {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-sm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-sm {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-sm {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .middle-sm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom-sm {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-sm {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-sm {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .last-sm {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media only screen and (min-width: 992px) {
  .col-md,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-offset-0,
  .col-md-offset-1,
  .col-md-offset-10,
  .col-md-offset-11,
  .col-md-offset-12,
  .col-md-offset-2,
  .col-md-offset-3,
  .col-md-offset-4,
  .col-md-offset-5,
  .col-md-offset-6,
  .col-md-offset-7,
  .col-md-offset-8,
  .col-md-offset-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .start-md {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-md {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-md {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-md {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .middle-md {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom-md {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-md {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-md {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .last-md {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media only screen and (min-width: 1200px) {
  .col-lg,
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-offset-0,
  .col-lg-offset-1,
  .col-lg-offset-10,
  .col-lg-offset-11,
  .col-lg-offset-12,
  .col-lg-offset-2,
  .col-lg-offset-3,
  .col-lg-offset-4,
  .col-lg-offset-5,
  .col-lg-offset-6,
  .col-lg-offset-7,
  .col-lg-offset-8,
  .col-lg-offset-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-lg {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .start-lg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-lg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-lg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-lg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .middle-lg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom-lg {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-lg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-lg {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .last-lg {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.col-xl-6 {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 1500px) {
  .col-xl-6 {
    width: 50%;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}
.flex-row {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.flow-row-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.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;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
@font-face {
  font-family: 'Avenir LT Std';
  src: url('../fonts/AvenirLTStd-Light.eot');
  src: url('../fonts/AvenirLTStd-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/AvenirLTStd-Light.woff2') format('woff2'), url('../fonts/AvenirLTStd-Light.woff') format('woff'), url('../fonts/AvenirLTStd-Light.ttf') format('truetype'), url('../fonts/AvenirLTStd-Light.svg#AvenirLTStd-Light') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Avenir LT Std';
  src: url('../fonts/AvenirLTStd-LightOblique.eot');
  src: url('../fonts/AvenirLTStd-LightOblique.eot?#iefix') format('embedded-opentype'), url('../fonts/AvenirLTStd-LightOblique.woff2') format('woff2'), url('../fonts/AvenirLTStd-LightOblique.woff') format('woff'), url('../fonts/AvenirLTStd-LightOblique.ttf') format('truetype'), url('../fonts/AvenirLTStd-LightOblique.svg#AvenirLTStd-LightOblique') format('svg');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Avenir LT Std';
  src: url('../fonts/AvenirLTStd-Book.eot');
  src: url('../fonts/AvenirLTStd-Book.eot?#iefix') format('embedded-opentype'), url('../fonts/AvenirLTStd-Book.woff2') format('woff2'), url('../fonts/AvenirLTStd-Book.woff') format('woff'), url('../fonts/AvenirLTStd-Book.ttf') format('truetype'), url('../fonts/AvenirLTStd-Book.svg#AvenirLTStd-Book') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Avenir LT Std';
  src: url('../fonts/AvenirLTStd-BookOblique.eot');
  src: url('../fonts/AvenirLTStd-BookOblique.eot?#iefix') format('embedded-opentype'), url('../fonts/AvenirLTStd-BookOblique.woff2') format('woff2'), url('../fonts/AvenirLTStd-BookOblique.woff') format('woff'), url('../fonts/AvenirLTStd-BookOblique.ttf') format('truetype'), url('../fonts/AvenirLTStd-BookOblique.svg#AvenirLTStd-BookOblique') format('svg');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Avenir LT Std';
  src: url('../fonts/AvenirLTStd-Roman.eot');
  src: url('../fonts/AvenirLTStd-Roman.eot?#iefix') format('embedded-opentype'), url('../fonts/AvenirLTStd-Roman.woff2') format('woff2'), url('../fonts/AvenirLTStd-Roman.woff') format('woff'), url('../fonts/AvenirLTStd-Roman.ttf') format('truetype'), url('../fonts/AvenirLTStd-Roman.svg#AvenirLTStd-Roman') format('svg');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Avenir LT Std';
  src: url('../fonts/AvenirLTStd-Oblique.eot');
  src: url('../fonts/AvenirLTStd-Oblique.eot?#iefix') format('embedded-opentype'), url('../fonts/AvenirLTStd-Oblique.woff2') format('woff2'), url('../fonts/AvenirLTStd-Oblique.woff') format('woff'), url('../fonts/AvenirLTStd-Oblique.ttf') format('truetype'), url('../fonts/AvenirLTStd-Oblique.svg#AvenirLTStd-Oblique') format('svg');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'Avenir LT Std';
  src: url('../fonts/AvenirLTStd-MediumOblique.eot');
  src: url('../fonts/AvenirLTStd-MediumOblique.eot?#iefix') format('embedded-opentype'), url('../fonts/AvenirLTStd-MediumOblique.woff2') format('woff2'), url('../fonts/AvenirLTStd-MediumOblique.woff') format('woff'), url('../fonts/AvenirLTStd-MediumOblique.ttf') format('truetype'), url('../fonts/AvenirLTStd-MediumOblique.svg#AvenirLTStd-MediumOblique') format('svg');
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: 'Avenir LT Std';
  src: url('../fonts/AvenirLTStd-Medium.eot');
  src: url('../fonts/AvenirLTStd-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/AvenirLTStd-Medium.woff2') format('woff2'), url('../fonts/AvenirLTStd-Medium.woff') format('woff'), url('../fonts/AvenirLTStd-Medium.ttf') format('truetype'), url('../fonts/AvenirLTStd-Medium.svg#AvenirLTStd-Medium') format('svg');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Avenir LT Std';
  src: url('../fonts/AvenirLTStd-Heavy.eot');
  src: url('../fonts/AvenirLTStd-Heavy.eot?#iefix') format('embedded-opentype'), url('../fonts/AvenirLTStd-Heavy.woff2') format('woff2'), url('../fonts/AvenirLTStd-Heavy.woff') format('woff'), url('../fonts/AvenirLTStd-Heavy.ttf') format('truetype'), url('../fonts/AvenirLTStd-Heavy.svg#AvenirLTStd-Heavy') format('svg');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Avenir LT Std';
  src: url('../fonts/AvenirLTStd-HeavyOblique.eot');
  src: url('../fonts/AvenirLTStd-HeavyOblique.eot?#iefix') format('embedded-opentype'), url('../fonts/AvenirLTStd-HeavyOblique.woff2') format('woff2'), url('../fonts/AvenirLTStd-HeavyOblique.woff') format('woff'), url('../fonts/AvenirLTStd-HeavyOblique.ttf') format('truetype'), url('../fonts/AvenirLTStd-HeavyOblique.svg#AvenirLTStd-HeavyOblique') format('svg');
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: 'Avenir LT Std';
  src: url('../fonts/AvenirLTStd-BlackOblique.eot');
  src: url('../fonts/AvenirLTStd-BlackOblique.eot?#iefix') format('embedded-opentype'), url('../fonts/AvenirLTStd-BlackOblique.woff2') format('woff2'), url('../fonts/AvenirLTStd-BlackOblique.woff') format('woff'), url('../fonts/AvenirLTStd-BlackOblique.ttf') format('truetype'), url('../fonts/AvenirLTStd-BlackOblique.svg#AvenirLTStd-BlackOblique') format('svg');
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: 'Avenir LT Std';
  src: url('../fonts/AvenirLTStd-Black.eot');
  src: url('../fonts/AvenirLTStd-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/AvenirLTStd-Black.woff2') format('woff2'), url('../fonts/AvenirLTStd-Black.woff') format('woff'), url('../fonts/AvenirLTStd-Black.ttf') format('truetype'), url('../fonts/AvenirLTStd-Black.svg#AvenirLTStd-Black') format('svg');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'AvenirNext';
  src: url('../fonts/AvenirNext/AvenirNext-Heavy.eot');
  src: url('../fonts/AvenirNext/AvenirNext-Heavy.eot?#iefix') format('embedded-opentype'), url('../fonts/AvenirNext/AvenirNext-Heavy.woff2') format('woff2'), url('../fonts/AvenirNext/AvenirNext-Heavy.woff') format('woff'), url('../fonts/AvenirNext/AvenirNext-Heavy.ttf') format('truetype'), url('../fonts/AvenirNext/AvenirNext-Heavy.svg#AvenirNext-Heavy') format('svg');
  font-weight: 900;
}
@font-face {
  font-family: 'AvenirNext';
  src: url('../fonts/AvenirNext/AvenirNext-Bold.eot');
  src: url('../fonts/AvenirNext/AvenirNext-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/AvenirNext/AvenirNext-Bold.woff2') format('woff2'), url('../fonts/AvenirNext/AvenirNext-Bold.woff') format('woff'), url('../fonts/AvenirNext/AvenirNext-Bold.ttf') format('truetype'), url('../fonts/AvenirNext/AvenirNext-Bold.svg#AvenirNext-Heavy') format('svg');
  font-weight: 800;
}
@font-face {
  font-family: 'AvenirNext';
  src: url('../fonts/AvenirNext/AvenirNext-DemiBold.eot');
  src: url('../fonts/AvenirNext/AvenirNext-DemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/AvenirNext/AvenirNext-DemiBold.woff2') format('woff2'), url('../fonts/AvenirNext/AvenirNext-DemiBold.woff') format('woff'), url('../fonts/AvenirNext/AvenirNext-DemiBold.ttf') format('truetype'), url('../fonts/AvenirNext/AvenirNext-DemiBold.svg#AvenirNext-Heavy') format('svg');
  font-weight: 700;
}
@font-face {
  font-family: 'AvenirNext';
  src: url('../fonts/AvenirNext/AvenirNext-Medium.eot');
  src: url('../fonts/AvenirNext/AvenirNext-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/AvenirNext/AvenirNext-Medium.woff2') format('woff2'), url('../fonts/AvenirNext/AvenirNext-Medium.woff') format('woff'), url('../fonts/AvenirNext/AvenirNext-Medium.ttf') format('truetype'), url('../fonts/AvenirNext/AvenirNext-Medium.svg#AvenirNext-Heavy') format('svg');
  font-weight: 600;
}
@font-face {
  font-family: 'AvenirNext';
  src: url('../fonts/AvenirNext/AvenirNext-Regular.eot');
  src: url('../fonts/AvenirNext/AvenirNext-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/AvenirNext/AvenirNext-Regular.woff2') format('woff2'), url('../fonts/AvenirNext/AvenirNext-Regular.woff') format('woff'), url('../fonts/AvenirNext/AvenirNext-Regular.ttf') format('truetype'), url('../fonts/AvenirNext/AvenirNext-Regular.svg#AvenirNext-Heavy') format('svg');
  font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
}
.text-white {
  color: #fff;
}
label {
  color: #B7B9BD;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: -0.1px;
  padding-left: 3px;
}
.text-gray-100 {
  color: #f5f5f5;
}
.font-weight-regular {
  font-weight: 400 !important;
}
.form-control {
  font-size: 12px;
  padding: 8px 12px;
}
.tx-uppercase {
  text-transform: uppercase;
}
.tx-lowercase {
  text-transform: lowercase;
}
.tx-placholder {
  font-family: 'AvenirNext';
  font-size: 10px;
  font-weight: 600;
  line-height: 14px;
  color: #828691;
}
.loading-box {
  position: relative;
  height: 270px;
}
.loading-box .loading-item01 {
  top: 8px;
  left: 68px;
}
.loading-box .loading-item02 {
  top: 28px;
  left: 48px;
}
.loading-box .loading-item03 {
  top: 48px;
  left: 18px;
}
.loading-box .loading-item {
  position: absolute;
  width: 200px;
  height: 180px;
  background-color: #fff;
}
.loading-box .loading-item .loading-bar {
  width: 100%;
  height: 6px;
  background-image: -webkit-gradient(linear, right top, left top, from(#00D9E3), to(#0095FF));
  background-image: -webkit-linear-gradient(right, #00D9E3 0%, #0095FF 100%);
  background-image: -o-linear-gradient(right, #00D9E3 0%, #0095FF 100%);
  background-image: linear-gradient(270deg, #00D9E3 0%, #0095FF 100%);
}
.loading-box .loading-item .title-placeholder {
  width: 45%;
  height: 6px;
  background-color: #414449;
  margin-top: 3px;
  margin-left: 3px;
}
.loading-box .loading-item .sub-title-placeholder {
  width: 30%;
  height: 6px;
  background-color: #71767e;
  margin-top: 3px;
  margin-left: 3px;
}
.loading-box .loading-item .info {
  margin-top: 6px;
  margin-left: 3px;
  padding-left: 5px;
  width: 65%;
}
.loading-box .loading-item .info .line {
  position: relative;
  width: 100%;
  height: 3px;
  margin: 1px 0;
  background-color: #ccced0;
}
.loading-box .loading-item .info .line::before {
  content: "";
  position: absolute;
  top: 1px;
  left: -5px;
  width: 2px;
  height: 2px;
  background-color: #71767e;
}
.loading-box p {
  position: absolute;
  bottom: 4px;
  left: 18px;
  font-family: 'AvenirNext';
  font-size: 11px;
  font-weight: 600;
  line-height: 15px;
  color: rgba(255, 255, 255, 0.49);
}
.daterangepicker {
  position: absolute;
  color: inherit;
  background: #fff;
  border-radius: 4px;
  width: 278px;
  padding: 4px;
  margin-top: 1px;
  top: 100px;
  left: 20px;
  /* Calendars */
}
.daterangepicker:before,
.daterangepicker:after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}
.daterangepicker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ccc;
}
.daterangepicker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}
.daterangepicker.opensleft:before {
  right: 9px;
}
.daterangepicker.opensleft:after {
  right: 10px;
}
.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}
.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}
.daterangepicker.opensright:before {
  left: 9px;
}
.daterangepicker.opensright:after {
  left: 10px;
}
.daterangepicker.dropup {
  margin-top: -5px;
}
.daterangepicker.dropup:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}
.daterangepicker.dropup:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}
.daterangepicker.dropdown-menu {
  max-width: none;
  z-index: 3001;
}
.daterangepicker.single .ranges,
.daterangepicker.single .calendar {
  float: none;
}
.daterangepicker.show-calendar .calendar {
  display: block;
}
.daterangepicker .calendar {
  display: none;
  max-width: 270px;
  margin: 4px;
}
.daterangepicker .calendar.single .calendar-table {
  border: none;
}
.daterangepicker .calendar th,
.daterangepicker .calendar td {
  white-space: nowrap;
  text-align: center;
  min-width: 32px;
}
.daterangepicker .calendar-table {
  border: 1px solid #fff;
  padding: 4px;
  border-radius: 4px;
  background: #fff;
}
.daterangepicker table {
  width: 100%;
  margin: 0;
}
.daterangepicker td,
.daterangepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
}
.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
  background-color: #eee;
  border-color: transparent;
  color: inherit;
}
.daterangepicker td.week,
.daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}
.daterangepicker td.off,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date,
.daterangepicker td.off.end-date {
  background-color: #fff;
  border-color: transparent;
  color: #999;
}
.daterangepicker td.in-range {
  background-color: #ebf4f8;
  border-color: transparent;
  color: #000;
  border-radius: 0;
}
.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px;
}
.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0;
}
.daterangepicker td.start-date.end-date {
  border-radius: 4px;
}
.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #357ebd;
  border-color: transparent;
  color: #fff;
}
.daterangepicker th.month {
  width: auto;
}
.daterangepicker td.disabled,
.daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through;
}
.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}
.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}
.daterangepicker select.yearselect {
  width: 40%;
}
.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect,
.daterangepicker select.ampmselect {
  width: 50px;
  margin-bottom: 0;
}
.daterangepicker .input-mini {
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #555;
  height: 30px;
  line-height: 30px;
  display: block;
  vertical-align: middle;
  margin: 0 0 5px 0;
  padding: 0 6px 0 28px;
  width: 100%;
}
.daterangepicker .input-mini.active {
  border: 1px solid #08c;
  border-radius: 4px;
}
.daterangepicker .daterangepicker_input {
  position: relative;
}
.daterangepicker .daterangepicker_input i {
  position: absolute;
  left: 8px;
  top: 8px;
}
.daterangepicker.rtl .input-mini {
  padding-right: 28px;
  padding-left: 6px;
}
.daterangepicker.rtl .daterangepicker_input i {
  left: auto;
  right: 8px;
}
.daterangepicker .calendar-time {
  text-align: center;
  margin: 5px auto;
  line-height: 30px;
  position: relative;
  padding-left: 28px;
}
.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}
.ranges {
  font-size: 11px;
  float: none;
  margin: 4px;
  text-align: left;
}
.ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
.ranges li {
  font-size: 13px;
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
  border-radius: 4px;
  color: #08c;
  padding: 3px 12px;
  margin-bottom: 8px;
  cursor: pointer;
}
.ranges li:hover {
  background: #08c;
  border: 1px solid #08c;
  color: #fff;
}
.ranges li.active {
  background: #08c;
  border: 1px solid #08c;
  color: #fff;
}
/*  Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker {
    width: auto;
  }
  .daterangepicker .ranges ul {
    width: 160px;
  }
  .daterangepicker.single .ranges ul {
    width: 100%;
  }
  .daterangepicker.single .calendar.left {
    clear: none;
  }
  .daterangepicker.single.ltr .ranges,
  .daterangepicker.single.ltr .calendar {
    float: left;
  }
  .daterangepicker.single.rtl .ranges,
  .daterangepicker.single.rtl .calendar {
    float: right;
  }
  .daterangepicker.ltr {
    direction: ltr;
    text-align: left;
  }
  .daterangepicker.ltr .calendar.left {
    clear: left;
    margin-right: 0;
  }
  .daterangepicker.ltr .calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .daterangepicker.ltr .calendar.right {
    margin-left: 0;
  }
  .daterangepicker.ltr .calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .daterangepicker.ltr .left .daterangepicker_input {
    padding-right: 12px;
  }
  .daterangepicker.ltr .calendar.left .calendar-table {
    padding-right: 12px;
  }
  .daterangepicker.ltr .ranges,
  .daterangepicker.ltr .calendar {
    float: left;
  }
  .daterangepicker.rtl {
    direction: rtl;
    text-align: right;
  }
  .daterangepicker.rtl .calendar.left {
    clear: right;
    margin-left: 0;
  }
  .daterangepicker.rtl .calendar.left .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .daterangepicker.rtl .calendar.right {
    margin-right: 0;
  }
  .daterangepicker.rtl .calendar.right .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .daterangepicker.rtl .left .daterangepicker_input {
    padding-left: 12px;
  }
  .daterangepicker.rtl .calendar.left .calendar-table {
    padding-left: 12px;
  }
  .daterangepicker.rtl .ranges,
  .daterangepicker.rtl .calendar {
    text-align: right;
    float: right;
  }
}
@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto;
  }
  .daterangepicker.ltr .ranges {
    float: left;
  }
  .daterangepicker.rtl .ranges {
    float: right;
  }
  .daterangepicker .calendar.left {
    clear: none !important;
  }
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}
.select2-results {
  display: block;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}
.select2-container--bootstrap {
  display: block;
  text-transform: initial;
  /*------------------------------------*\
      #COMMON STYLES
  \*------------------------------------*/
  /**
   * Search field in the Select2 dropdown.
   */
  /**
   * No outline for all search fields - in the dropdown
   * and inline in multi Select2s.
   */
  /**
   * Adjust Select2's choices hover and selected styles to match
   * Bootstrap 3's default dropdown styles.
   *
   * @see http://getbootstrap.com/components/#dropdowns
   */
  /**
   * Clear the selection.
   */
  /**
   * Address disabled Select2 styles.
   *
   * @see https://select2.github.io/examples.html#disabled
   * @see http://getbootstrap.com/css/#forms-control-disabled
   */
  /*------------------------------------*\
      #DROPDOWN
  \*------------------------------------*/
  /**
   * Dropdown border color and box-shadow.
   */
  /**
   * Limit the dropdown height.
   */
  /*------------------------------------*\
      #SINGLE SELECT2
  \*------------------------------------*/
  /*------------------------------------*\
    #MULTIPLE SELECT2
  \*------------------------------------*/
  /**
   * Address Bootstrap control sizing classes
   *
   * 1. Reset Bootstrap defaults.
   * 2. Adjust the dropdown arrow button icon position.
   *
   * @see http://getbootstrap.com/css/#forms-control-sizes
   */
  /* 1 */
  /*------------------------------------*\
    #RTL SUPPORT
  \*------------------------------------*/
}
.select2-container--bootstrap .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  background-color: #3B3D42;
  border: 1px solid #4F5156;
  border-radius: 4px;
  color: #e9e9e9;
  font-size: 12px;
  outline: 0;
}
.select2-container--bootstrap .select2-selection.form-control {
  border-radius: 4px;
}
.select2-container--bootstrap .select2-search--dropdown .select2-search__field {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  background-color: #3B3D42;
  border: 1px solid #4F5156;
  border-radius: 4px;
  color: #e9e9e9;
  font-size: 12px;
}
.select2-container--bootstrap .select2-search__field {
  outline: 0;
  /* Firefox 18- */
  /**
     * Firefox 19+
     *
     * @see http://stackoverflow.com/questions/24236240/color-for-styled-placeholder-text-is-muted-in-firefox
     */
}
.select2-container--bootstrap .select2-search__field::-webkit-input-placeholder {
  color: #999;
}
.select2-container--bootstrap .select2-search__field:-moz-placeholder {
  color: #999;
}
.select2-container--bootstrap .select2-search__field::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.select2-container--bootstrap .select2-search__field:-ms-input-placeholder {
  color: #999;
}
.select2-container--bootstrap .select2-results__option {
  padding: 10px 12px;
  height: 32px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  border-bottom: 1px solid #3B3D42;
  background-color: #303236;
  /**
     * Disabled results.
     *
     * @see https://select2.github.io/examples.html#disabled-results
     */
  /**
     * Hover state.
     */
  /**
     * Selected state.
     */
}
.select2-container--bootstrap .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--bootstrap .select2-results__option[aria-disabled=true] {
  color: #777777;
  cursor: not-allowed;
}
.select2-container--bootstrap .select2-results__option[aria-selected=true] {
  background-color: #f5f5f5;
  color: #262626;
}
.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
  background-color: #167AFF;
  color: #fff;
}
.select2-container--bootstrap .select2-results__option .select2-results__option {
  padding: 8px 12px;
}
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -12px;
  padding-left: 24px;
}
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -24px;
  padding-left: 36px;
}
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -36px;
  padding-left: 48px;
}
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -48px;
  padding-left: 60px;
}
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -60px;
  padding-left: 72px;
}
.select2-container--bootstrap .select2-results__group {
  color: rgba(245, 245, 245, 0.5);
  display: block;
  padding: 8px 12px;
  font-size: 12px;
  line-height: 1.42857143;
  white-space: nowrap;
}
.select2-container--bootstrap.select2-container--focus .select2-selection,
.select2-container--bootstrap.select2-container--open .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  border-color: #66afe9;
}
.select2-container--bootstrap.select2-container--open {
  /**
     * Make the dropdown arrow point up while the dropdown is visible.
     */
  /**
     * Handle border radii of the container when the dropdown is showing.
     */
}
.select2-container--bootstrap.select2-container--open .select2-selection .select2-selection__arrow b {
  border-color: transparent transparent #999 transparent;
  border-width: 0 4px 4px 4px;
}
.select2-container--bootstrap.select2-container--open.select2-container--below .select2-selection {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-color: transparent;
}
.select2-container--bootstrap.select2-container--open.select2-container--above .select2-selection {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top-color: transparent;
}
.select2-container--bootstrap .select2-selection__clear {
  color: #999;
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
.select2-container--bootstrap .select2-selection__clear:hover {
  color: #D8D8D8;
}
.select2-container--bootstrap.select2-container--disabled .select2-selection {
  border-color: #4F5156;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.select2-container--bootstrap.select2-container--disabled .select2-selection,
.select2-container--bootstrap.select2-container--disabled .select2-search__field {
  cursor: not-allowed;
}
.select2-container--bootstrap.select2-container--disabled .select2-selection,
.select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
  background-color: #6b6f78;
  border-color: #adafb6;
}
.select2-container--bootstrap.select2-container--disabled .select2-selection__clear,
.select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice__remove {
  display: none;
}
.select2-container--bootstrap .select2-dropdown {
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border-color: #66afe9;
  overflow-x: hidden;
  margin-top: -1px;
  background-color: #444;
}
.select2-container--bootstrap .select2-dropdown--above {
  -webkit-box-shadow: 0px -6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0px -6px 12px rgba(0, 0, 0, 0.175);
  margin-top: 1px;
}
.select2-container--bootstrap .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--bootstrap .select2-selection--single {
  height: 32px;
  line-height: 1.42857143;
  padding: 8px 24px 8px 12px;
  /**
     * Adjust the single Select2's dropdown arrow button appearance.
     */
}
.select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
  position: absolute;
  bottom: 0;
  right: 12px;
  top: 0;
  width: 4px;
}
.select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  border-color: #999 transparent transparent transparent;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  height: 0;
  left: 0;
  margin-left: -4px;
  margin-top: -4px/2;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
  color: #e9e9e9;
  padding: 0;
}
.select2-container--bootstrap .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--bootstrap .select2-selection--multiple {
  min-height: 32px;
  padding: 0;
  height: auto;
  /**
     * Make Multi Select2's choices match Bootstrap 3's default button styles.
     */
  /**
     * Minus 2px borders.
     */
  /**
     * Clear the selection.
     */
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  display: block;
  line-height: 1.42857143;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  float: left;
  margin-top: 5px;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  color: #e9e9e9;
  background-color: #202122;
  border: 1px solid #3A3E41;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin: 7px 0 0 12px/2;
  padding: 0 8px;
}
.select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  background: transparent;
  padding: 0 12px;
  height: 30px;
  line-height: 1.42857143;
  margin-top: 0;
  min-width: 5em;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 8px / 2;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #D8D8D8;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
  margin-top: 8px;
}
.select2-container--bootstrap .select2-selection--single.input-sm,
.input-group-sm .select2-container--bootstrap .select2-selection--single,
.form-group-sm .select2-container--bootstrap .select2-selection--single {
  border-radius: 3px;
  font-size: 12px;
  height: 26px;
  line-height: 1.5;
  padding: 3px 22px 3px 10px;
  /* 2 */
}
.select2-container--bootstrap .select2-selection--single.input-sm .select2-selection__arrow b,
.input-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b,
.form-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  margin-left: -3px;
}
.select2-container--bootstrap .select2-selection--multiple.input-sm,
.input-group-sm .select2-container--bootstrap .select2-selection--multiple,
.form-group-sm .select2-container--bootstrap .select2-selection--multiple {
  min-height: 26px;
  border-radius: 3px;
}
.select2-container--bootstrap .select2-selection--multiple.input-sm .select2-selection__choice,
.input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice,
.form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  font-size: 12px;
  line-height: 1.5;
  margin: 2px 0 0 10px/2;
  padding: 0 3px;
}
.select2-container--bootstrap .select2-selection--multiple.input-sm .select2-search--inline .select2-search__field,
.input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field,
.form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 0 10px;
  font-size: 12px;
  height: 24px;
  line-height: 1.5;
}
.select2-container--bootstrap .select2-selection--multiple.input-sm .select2-selection__clear,
.input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear,
.form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
  margin-top: 3px;
}
.select2-container--bootstrap .select2-selection--single.input-lg,
.input-group-lg .select2-container--bootstrap .select2-selection--single,
.form-group-lg .select2-container--bootstrap .select2-selection--single {
  border-radius: 6px;
  font-size: 18px;
  height: 46px;
  line-height: 1.3333333;
  padding: 10px 31px 10px 16px;
  /* 1 */
}
.select2-container--bootstrap .select2-selection--single.input-lg .select2-selection__arrow,
.input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow,
.form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
  width: 5px;
}
.select2-container--bootstrap .select2-selection--single.input-lg .select2-selection__arrow b,
.input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b,
.form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  border-width: 5px 5px 0 5px;
  margin-left: -5px;
  margin-left: -10px;
  margin-top: -5px/2;
}
.select2-container--bootstrap .select2-selection--multiple.input-lg,
.input-group-lg .select2-container--bootstrap .select2-selection--multiple,
.form-group-lg .select2-container--bootstrap .select2-selection--multiple {
  min-height: 46px;
  border-radius: 6px;
}
.select2-container--bootstrap .select2-selection--multiple.input-lg .select2-selection__choice,
.input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice,
.form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 4px;
  margin: 9px 0 0 16px/2;
  padding: 0 10px;
}
.select2-container--bootstrap .select2-selection--multiple.input-lg .select2-search--inline .select2-search__field,
.input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field,
.form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 0 16px;
  font-size: 18px;
  height: 44px;
  line-height: 1.3333333;
}
.select2-container--bootstrap .select2-selection--multiple.input-lg .select2-selection__clear,
.input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear,
.form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
  margin-top: 10px;
}
.select2-container--bootstrap .select2-selection.input-lg.select2-container--open .select2-selection--single {
  /**
     * Make the dropdown arrow point up while the dropdown is visible.
     */
}
.select2-container--bootstrap .select2-selection.input-lg.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #999 transparent;
  border-width: 0 5px 5px 5px;
}
.input-group-lg .select2-container--bootstrap .select2-selection.select2-container--open .select2-selection--single {
  /**
     * Make the dropdown arrow point up while the dropdown is visible.
     */
}
.input-group-lg .select2-container--bootstrap .select2-selection.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #999 transparent;
  border-width: 0 5px 5px 5px;
}
.select2-container--bootstrap[dir="rtl"] {
  /**
     * Single Select2
     *
     * 1. Makes sure that .select2-selection__placeholder is positioned
     *    correctly.
     */
  /**
     * Multiple Select2
     */
}
.select2-container--bootstrap[dir="rtl"] .select2-selection--single {
  padding-left: 24px;
  padding-right: 12px;
}
.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 0;
  padding-left: 0;
  text-align: right;
  /* 1 */
}
.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 12px;
  right: auto;
}
.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__arrow b {
  margin-left: 0;
}
.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}
.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 0;
  margin-right: 12px/2;
}
.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
/*------------------------------------*\
  #ADDITIONAL GOODIES
\*------------------------------------*/
/**
 * Address Bootstrap's validation states
 *
 * If a Select2 widget parent has one of Bootstrap's validation state modifier
 * classes, adjust Select2's border colors and focus states accordingly.
 * You may apply said classes to the Select2 dropdown (body > .select2-container)
 * via JavaScript match Bootstraps' to make its styles match.
 *
 * @see http://getbootstrap.com/css/#forms-control-validation
 */
.has-warning .select2-dropdown,
.has-warning .select2-selection {
  border-color: #8a6d3b;
}
.has-warning .select2-container--focus .select2-selection,
.has-warning .select2-container--open .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  border-color: #66512c;
}
.has-warning.select2-drop-active {
  border-color: #66512c;
}
.has-warning.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #66512c;
}
.has-error .select2-dropdown,
.has-error .select2-selection {
  border-color: #a94442;
}
.has-error .select2-container--focus .select2-selection,
.has-error .select2-container--open .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  border-color: #843534;
}
.has-error.select2-drop-active {
  border-color: #843534;
}
.has-error.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #843534;
}
.has-success .select2-dropdown,
.has-success .select2-selection {
  border-color: #3c763d;
}
.has-success .select2-container--focus .select2-selection,
.has-success .select2-container--open .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  border-color: #2b542c;
}
.has-success.select2-drop-active {
  border-color: #2b542c;
}
.has-success.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #2b542c;
}
/**
 * Select2 widgets in Bootstrap Input Groups
 *
 * @see http://getbootstrap.com/components/#input-groups
 * @see https://github.com/twbs/bootstrap/blob/master/less/input-groups.less
 */
/**
 * Reset rounded corners
 */
.input-group > .select2-hidden-accessible:first-child + .select2-container--bootstrap > .selection > .select2-selection,
.input-group > .select2-hidden-accessible:first-child + .select2-container--bootstrap > .selection > .select2-selection.form-control {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group > .select2-hidden-accessible:not(:first-child) + .select2-container--bootstrap:not(:last-child) > .selection > .select2-selection,
.input-group > .select2-hidden-accessible:not(:first-child) + .select2-container--bootstrap:not(:last-child) > .selection > .select2-selection.form-control {
  border-radius: 0;
}
.input-group > .select2-hidden-accessible:not(:first-child):not(:last-child) + .select2-container--bootstrap:last-child > .selection > .select2-selection,
.input-group > .select2-hidden-accessible:not(:first-child):not(:last-child) + .select2-container--bootstrap:last-child > .selection > .select2-selection.form-control {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group > .select2-container--bootstrap {
  display: table;
  table-layout: fixed;
  position: relative;
  z-index: 2;
  width: 100%;
  margin-bottom: 0;
  /**
   * Adjust z-index like Bootstrap does to show the focus-box-shadow
   * above appended buttons in .input-group and .form-group.
   */
  /**
   * Adjust alignment of Bootstrap buttons in Bootstrap Input Groups to address
   * Multi Select2's height which - depending on how many elements have been selected -
   * may grow taller than its initial size.
   *
   * @see http://getbootstrap.com/components/#input-groups
   */
}
.input-group > .select2-container--bootstrap > .selection > .select2-selection.form-control {
  float: none;
}
.input-group > .select2-container--bootstrap.select2-container--open,
.input-group > .select2-container--bootstrap.select2-container--focus {
  z-index: 3;
}
.input-group > .select2-container--bootstrap,
.input-group > .select2-container--bootstrap .input-group-btn,
.input-group > .select2-container--bootstrap .input-group-btn .btn {
  vertical-align: top;
}
/**
 * Temporary fix for https://github.com/select2/select2-bootstrap-theme/issues/9
 *
 * Provides `!important` for certain properties of the class applied to the
 * original `<select>` element to hide it.
 *
 * @see https://github.com/select2/select2/pull/3301
 * @see https://github.com/fk/select2/commit/31830c7b32cb3d8e1b12d5b434dee40a6e753ada
 */
.form-control.select2-hidden-accessible {
  position: absolute !important;
  width: 1px !important;
}
/**
 * Display override for inline forms
 */
@media (min-width: 768px) {
  .form-inline .select2-container--bootstrap {
    display: inline-block;
  }
}
/* perfect-scrollbar v0.8.1 */
.ps {
  -ms-touch-action: auto;
  touch-action: auto;
  overflow: hidden !important;
  -ms-overflow-style: none;
}
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}
.ps.ps--active-x > .ps__scrollbar-x-rail,
.ps.ps--active-y > .ps__scrollbar-y-rail {
  display: block;
  background-color: transparent;
}
.ps.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9;
}
.ps.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail > .ps__scrollbar-x {
  background-color: #999;
  height: 11px;
}
.ps.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9;
}
.ps.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  background-color: #999;
  width: 11px;
}
.ps > .ps__scrollbar-x-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  opacity: 0;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  -o-transition: background-color 0.2s linear, opacity 0.2s linear;
  -moz-transition: background-color 0.2s linear, opacity 0.2s linear;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  bottom: 0px;
  /* there must be 'bottom' for ps__scrollbar-x-rail */
  height: 15px;
}
.ps > .ps__scrollbar-x-rail > .ps__scrollbar-x {
  position: absolute;
  /* please don't change 'position' */
  background-color: #aaa;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, -webkit-border-radius 0.2s ease-in-out;
  transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, -webkit-border-radius 0.2s ease-in-out;
  -o-transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out;
  -moz-transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out, -moz-border-radius 0.2s ease-in-out;
  transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out;
  transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out, -webkit-border-radius 0.2s ease-in-out, -moz-border-radius 0.2s ease-in-out;
  bottom: 2px;
  /* there must be 'bottom' for ps__scrollbar-x */
  height: 6px;
}
.ps > .ps__scrollbar-x-rail:hover > .ps__scrollbar-x,
.ps > .ps__scrollbar-x-rail:active > .ps__scrollbar-x {
  height: 11px;
}
.ps > .ps__scrollbar-y-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  opacity: 0;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  -o-transition: background-color 0.2s linear, opacity 0.2s linear;
  -moz-transition: background-color 0.2s linear, opacity 0.2s linear;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  right: 0;
  /* there must be 'right' for ps__scrollbar-y-rail */
  width: 15px;
}
.ps > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  position: absolute;
  /* please don't change 'position' */
  background-color: #aaa;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, -webkit-border-radius 0.2s ease-in-out;
  transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, -webkit-border-radius 0.2s ease-in-out;
  -o-transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out;
  -moz-transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out, -moz-border-radius 0.2s ease-in-out;
  transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out;
  transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out, -webkit-border-radius 0.2s ease-in-out, -moz-border-radius 0.2s ease-in-out;
  right: 2px;
  /* top:100px!important; */
  /*right: 12px!important; */
  /* there must be 'right' for ps__scrollbar-y */
  width: 6px;
}
.ps > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y,
.ps > .ps__scrollbar-y-rail:active > .ps__scrollbar-y {
  width: 11px;
}
.ps:hover.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9;
}
.ps:hover.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail > .ps__scrollbar-x {
  background-color: #999;
  height: 11px;
}
.ps:hover.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9;
}
.ps:hover.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  background-color: #999;
  width: 11px;
}
.ps:hover > .ps__scrollbar-x-rail,
.ps:hover > .ps__scrollbar-y-rail {
  opacity: 0.6;
}
.ps:hover > .ps__scrollbar-x-rail:hover {
  background-color: #eee;
  opacity: 0.9;
}
.ps:hover > .ps__scrollbar-x-rail:hover > .ps__scrollbar-x {
  background-color: #999;
}
.ps:hover > .ps__scrollbar-y-rail:hover {
  background-color: #eee;
  opacity: 0.9;
}
.ps:hover > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y {
  background-color: #999;
}
.scroll-box.ps > .ps__scrollbar-y-rail {
  display: block !important;
  opacity: 1 !important;
}
.scroll-box.ps > .ps__scrollbar-y-rail .ps__scrollbar-y {
  width: 7px !important;
  background-color: #d7c897;
}
.calendar-box .ps .ps__scrollbar-x-rail {
  opacity: 0 !important;
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0!important;
  font: inherit;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
/**
 * Bootstrap Multiselect (http://davidstutz.de/bootstrap-multiselect/)
 *
 * Apache License, Version 2.0:
 * Copyright (c) 2012 - 2018 David Stutz
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not
 * use this file except in compliance with the License. You may obtain a
 * copy of the License at http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
 * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 * License for the specific language governing permissions and limitations
 * under the License.
 *
 * BSD 3-Clause License:
 * Copyright (c) 2012 - 2018 David Stutz
 * All rights reserved.
 *
 * Redistribution and use in source and binary forms, with or without
 * modification, are permitted provided that the following conditions are met:
 *    - Redistributions of source code must retain the above copyright notice,
 *      this list of conditions and the following disclaimer.
 *    - Redistributions in binary form must reproduce the above copyright notice,
 *      this list of conditions and the following disclaimer in the documentation
 *      and/or other materials provided with the distribution.
 *    - Neither the name of David Stutz nor the names of its contributors may be
 *      used to endorse or promote products derived from this software without
 *      specific prior written permission.
 *
 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
 * THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
 * OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
 * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
 * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
 * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 */
span.multiselect-native-select {
  position: relative;
  width: 100%;
  display: block;
}
span.multiselect-native-select .btn-group {
  width: 100%;
}
span.multiselect-native-select .multiselect {
  text-align: left;
}
span.multiselect-native-select .multiselect .caret {
  position: absolute;
  top: 12px;
  right: 12px;
  opacity: 0.55;
}
span.multiselect-native-select select {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px -1px -1px -3px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  left: 50%;
  top: 30px;
}
.multiselect-container {
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.multiselect-container .input-group {
  margin: 5px;
}
.multiselect-container .multiselect-reset .input-group {
  width: 93%;
}
.multiselect-container > li {
  padding: 0;
  border-bottom: 1px solid #3B3D42;
}
.multiselect-container > li > a.multiselect-all label {
  font-weight: bold;
}
.multiselect-container > li.multiselect-group label {
  margin: 0;
  padding: 3px 20px 3px 20px;
  height: 100%;
  font-weight: bold;
}
.multiselect-container > li.multiselect-group-clickable label {
  cursor: pointer;
}
.multiselect-container > li > a {
  padding: 0;
  color: #fff;
}
.multiselect-container > li > a > label {
  margin: 0;
  height: 100%;
  cursor: pointer;
  font-weight: normal;
  padding: 10px 12px;
  height: 32px;
  font-size: 12px;
  color: inherit;
}
.multiselect-container > li > a > label.radio,
.multiselect-container > li > a > label.checkbox {
  margin: 0;
}
.multiselect-container > li > a > label > input[type="checkbox"] {
  margin-bottom: 5px;
}
.multiselect-container.dropdown-menu > li:hover > a,
.multiselect-container.dropdown-menu > li.active > a,
.multiselect-container.dropdown-menu > a:hover,
.multiselect-container.dropdown-menu > a:focus {
  background-color: #303236;
  color: #fff;
}
.btn-group > .btn-group:nth-child(2) > .multiselect.btn {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.form-inline .multiselect-container label.checkbox,
.form-inline .multiselect-container label.radio {
  padding: 3px 20px 3px 40px;
}
.form-inline .multiselect-container li a label.checkbox input[type="checkbox"],
.form-inline .multiselect-container li a label.radio input[type="radio"] {
  margin-left: -20px;
  margin-right: 0;
}
.multiple-checkbox {
  position: relative;
}
.multiple-checkbox:before {
  content: "";
  display: inline-block;
  vertical-align: -2px;
  width: 12px;
  height: 12px;
  left: 0;
  margin-right: 8px;
  border: 1px solid #4F5156;
  border-radius: 3px;
  background-color: transparent;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.multiselect-container li.active .multiple-checkbox:before {
  background-color: #167AFF;
  border-color: #167AFF;
}
.multiselect-container li.active .multiple-checkbox:after {
  display: inline-block;
  position: absolute;
  width: 12px;
  height: 12px;
  left: 11px;
  top: 11px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 8px;
  color: #fff;
  font-family: 'FontAwesome';
  content: "\f00c";
}
.multiselect-container {
  height: auto;
  max-height: 200px;
  overflow-x: hidden;
}
.sortable .td-container {
  position: relative;
  width: 100%;
  padding-right: 15px;
  cursor: pointer;
}
.sortable .td-container:after {
  font-family: 'FontAwesome';
  content: "\f0dc";
  cursor: pointer;
}
.sortable .td-container::after {
  color: #ccc;
  right: 0;
  position: absolute;
}
.sortable.sorting-asc .td-container::after {
  content: "\f0de";
}
.sortable.sorting-desc .td-container::after {
  content: "\f0dd";
}
.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.inputfile + label {
  padding: 0 10px;
  font-size: 13px;
  line-height: 28px;
  border: 1px solid #dedede;
  border-radius: 2px;
  display: inline-block;
  cursor: pointer;
}
.inputfile + label i {
  margin-right: 10px;
}
.image-uploaded {
  display: inline-block;
  max-width: 100%;
  border: 1px solid #dedede;
  margin-bottom: 10px;
  position: relative;
  padding: 10px;
}
.image-uploaded .product-thumb {
  width: 100%;
}
.fileUpload-pack {
  width: 100%;
}
.fileUpload-pack .progress {
  position: relative;
}
.fileUpload-pack .progress .progress-bar {
  text-align: left;
  position: relative;
  z-index: 1;
}
.fileUpload-pack .progress .progress-bar.progress-complete {
  background-color: #333;
}
.fileUpload-pack .file-name,
.fileUpload-pack .file-delete {
  color: #fff;
  position: absolute;
  z-index: 2;
  font-size: 12px;
}
.fileUpload-pack .file-name {
  top: 2px;
  left: 5px;
}
.fileUpload-pack .file-delete {
  right: 5px;
  top: 3px;
}
.fileUpload-drag-area {
  color: #ccc;
  border-style: dashed;
  border-color: #ccc;
  line-height: 200px;
  text-align: center;
  cursor: pointer;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 480px) {
  .fileUpload-drag-area {
    line-height: 1.2;
    padding: 30px 15px;
  }
}
.fileUpload-drag-area input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)';
  font-size: 200px !important;
  direction: ltr;
  cursor: pointer;
  display: block;
}
.checkbox {
  padding-left: 20px;
}
.checkbox label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 6px;
  font-size: 12px;
  line-height: 20px;
}
.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #4F5156;
  border-radius: 3px;
  background-color: transparent;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 14px;
  color: #e9e9e9;
}
.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}
.checkbox input[type="checkbox"]:focus + label::before,
.checkbox input[type="radio"]:focus + label::before {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.checkbox input[type="checkbox"]:checked + label::after,
.checkbox input[type="radio"]:checked + label::after {
  font-family: 'FontAwesome';
  content: "\f00c";
}
.checkbox input[type="checkbox"]:indeterminate + label::after,
.checkbox input[type="radio"]:indeterminate + label::after {
  display: block;
  content: " ";
  width: 10px;
  height: 3px;
  background-color: #555555;
  border-radius: 2px;
  margin-left: -16.5px;
  margin-top: 7px;
}
.checkbox input[type="checkbox"]:disabled,
.checkbox input[type="radio"]:disabled {
  cursor: not-allowed;
}
.checkbox input[type="checkbox"]:disabled + label,
.checkbox input[type="radio"]:disabled + label {
  opacity: 0.65;
}
.checkbox input[type="checkbox"]:disabled + label::before,
.checkbox input[type="radio"]:disabled + label::before {
  background-color: #6b6f78;
  cursor: not-allowed;
}
.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}
.checkbox.checkbox-inline {
  margin-top: 0;
}
.table-hover > tbody > tr:hover .checkbox label:before {
  border-color: #CECFD2;
}
.checkbox-primary input[type="checkbox"]:checked + label::before,
.checkbox-primary input[type="radio"]:checked + label::before {
  background-color: #167AFF;
  border-color: #167AFF;
}
.checkbox-primary input[type="checkbox"]:checked + label::after,
.checkbox-primary input[type="radio"]:checked + label::after {
  color: #fff;
}
.checkbox-danger input[type="checkbox"]:checked + label::before,
.checkbox-danger input[type="radio"]:checked + label::before {
  background-color: #F73434;
  border-color: #F73434;
}
.checkbox-danger input[type="checkbox"]:checked + label::after,
.checkbox-danger input[type="radio"]:checked + label::after {
  color: #fff;
}
.checkbox-info input[type="checkbox"]:checked + label::before,
.checkbox-info input[type="radio"]:checked + label::before {
  background-color: #575D61;
  border-color: #575D61;
}
.checkbox-info input[type="checkbox"]:checked + label::after,
.checkbox-info input[type="radio"]:checked + label::after {
  color: #fff;
}
.checkbox-warning input[type="checkbox"]:checked + label::before,
.checkbox-warning input[type="radio"]:checked + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.checkbox-warning input[type="checkbox"]:checked + label::after,
.checkbox-warning input[type="radio"]:checked + label::after {
  color: #fff;
}
.checkbox-success input[type="checkbox"]:checked + label::before,
.checkbox-success input[type="radio"]:checked + label::before {
  background-color: #5EC778;
  border-color: #5EC778;
}
.checkbox-success input[type="checkbox"]:checked + label::after,
.checkbox-success input[type="radio"]:checked + label::after {
  color: #fff;
}
.checkbox-primary input[type="checkbox"]:indeterminate + label::before,
.checkbox-primary input[type="radio"]:indeterminate + label::before {
  background-color: #167AFF;
  border-color: #167AFF;
}
.checkbox-primary input[type="checkbox"]:indeterminate + label::after,
.checkbox-primary input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}
.checkbox-danger input[type="checkbox"]:indeterminate + label::before,
.checkbox-danger input[type="radio"]:indeterminate + label::before {
  background-color: #F73434;
  border-color: #F73434;
}
.checkbox-danger input[type="checkbox"]:indeterminate + label::after,
.checkbox-danger input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}
.checkbox-info input[type="checkbox"]:indeterminate + label::before,
.checkbox-info input[type="radio"]:indeterminate + label::before {
  background-color: #575D61;
  border-color: #575D61;
}
.checkbox-info input[type="checkbox"]:indeterminate + label::after,
.checkbox-info input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}
.checkbox-warning input[type="checkbox"]:indeterminate + label::before,
.checkbox-warning input[type="radio"]:indeterminate + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.checkbox-warning input[type="checkbox"]:indeterminate + label::after,
.checkbox-warning input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}
.checkbox-success input[type="checkbox"]:indeterminate + label::before,
.checkbox-success input[type="radio"]:indeterminate + label::before {
  background-color: #5EC778;
  border-color: #5EC778;
}
.checkbox-success input[type="checkbox"]:indeterminate + label::after,
.checkbox-success input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}
.checkbox.checkbox-small label:before {
  height: 12px;
  width: 12px;
  background-color: #282A2D;
  margin-left: -14px;
}
.checkbox.checkbox-small label:after {
  font-size: 8px;
  margin-left: -15px;
  padding-top: 2px;
  width: 12px;
  height: 12px;
}
.checkbox.checkbox-small {
  margin: 0;
  padding-left: 14px;
}
.checkbox.checkbox-small label {
  min-height: 13px;
  font-size: 10px;
  line-height: 1.2;
  color: #fff;
}
.radio {
  padding-left: 20px;
}
.radio label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 13px 0;
  font-weight: 600;
}
.radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 12px;
  height: 12px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #4F5156;
  border-radius: 50%;
  background-color: transparent;
  -webkit-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
}
.radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 4px;
  height: 4px;
  top: 17px;
  left: 4px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
.radio input[type="radio"] {
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}
.radio input[type="radio"]:focus + label::before {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.radio input[type="radio"]:checked + label::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.radio input[type="radio"]:disabled {
  cursor: not-allowed;
}
.radio input[type="radio"]:disabled + label {
  opacity: 0.65;
}
.radio input[type="radio"]:disabled + label::before {
  cursor: not-allowed;
}
.radio.radio-inline {
  margin-top: 0;
}
.radio-primary input[type="radio"]:checked + label::before {
  border-color: #167AFF;
  background-color: #167AFF;
  outline: 0;
}
.radio-danger input[type="radio"]:checked + label::before {
  border-color: #F73434;
  background-color: #F73434;
  outline: 0;
}
.radio-info input[type="radio"]:checked + label::before {
  border-color: #575D61;
  background-color: #575D61;
  outline: 0;
}
.radio-warning input[type="radio"]:checked + label::before {
  border-color: #f0ad4e;
  background-color: #f0ad4e;
  outline: 0;
}
.radio-success input[type="radio"]:checked + label::before {
  border-color: #5EC778;
  background-color: #5EC778;
  outline: 0;
}
input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {
  font-family: 'FontAwesome';
  content: "\f00c";
}
input[type="checkbox"] .styled:checked + label::before,
input[type="radio"] .styled:checked + label::before {
  color: #fff;
}
input[type="checkbox"] .styled:checked + label::after,
input[type="radio"] .styled:checked + label::after {
  color: #fff;
}
.required {
  color: #F73434;
}
.input-group-addon.clear {
  background-color: transparent;
  border: 0;
}
.form-flex {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.form-flex .form-action {
  min-width: 38px;
  width: 38px;
  border: 1px solid #636569;
  border-radius: 5px;
  background-color: #6A6E71;
  margin-left: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.form-flex .form-action .fa {
  font-size: 16px;
}
.error {
  color: #F73434;
}
.form-control.error {
  border-color: #F73434;
}
.form-line {
  width: 100%;
  height: 2px;
  background-color: #585D60;
  margin-bottom: 16px;
}
.btn {
  transition: all 0.25s ease-in-out;
}
.btn-outline-primary {
  color: #16CDF8;
  background-color: transparent;
  border-color: #16CDF8;
}
.btn-outline-primary:focus,
.btn-outline-primary.focus {
  color: #16CDF8;
  background-color: rgba(0, 0, 0, 0);
  border-color: #04718a;
}
.btn-outline-primary:hover {
  color: #16CDF8;
  background-color: rgba(0, 0, 0, 0);
  border-color: #06a5cb;
}
.btn-outline-primary:active,
.btn-outline-primary.active,
.open > .dropdown-toggle.btn-outline-primary {
  color: #16CDF8;
  background-color: rgba(0, 0, 0, 0);
  border-color: #06a5cb;
}
.btn-outline-primary:active:hover,
.btn-outline-primary.active:hover,
.open > .dropdown-toggle.btn-outline-primary:hover,
.btn-outline-primary:active:focus,
.btn-outline-primary.active:focus,
.open > .dropdown-toggle.btn-outline-primary:focus,
.btn-outline-primary:active.focus,
.btn-outline-primary.active.focus,
.open > .dropdown-toggle.btn-outline-primary.focus {
  color: #16CDF8;
  background-color: rgba(0, 0, 0, 0);
  border-color: #04718a;
}
.btn-outline-primary:active,
.btn-outline-primary.active,
.open > .dropdown-toggle.btn-outline-primary {
  background-image: none;
}
.btn-outline-primary.disabled:hover,
.btn-outline-primary[disabled]:hover,
fieldset[disabled] .btn-outline-primary:hover,
.btn-outline-primary.disabled:focus,
.btn-outline-primary[disabled]:focus,
fieldset[disabled] .btn-outline-primary:focus,
.btn-outline-primary.disabled.focus,
.btn-outline-primary[disabled].focus,
fieldset[disabled] .btn-outline-primary.focus {
  background-color: transparent;
  border-color: #16CDF8;
}
.btn-outline-primary .badge {
  color: transparent;
  background-color: #16CDF8;
}
.btn-dark {
  color: #D8D8D8;
  background-color: #202122;
  border-color: #3A3E41;
}
.btn-dark:focus,
.btn-dark.focus {
  color: #D8D8D8;
  background-color: #070708;
  border-color: #000000;
}
.btn-dark:hover {
  color: #D8D8D8;
  background-color: #070708;
  border-color: #1d1f21;
}
.btn-dark:active,
.btn-dark.active,
.open > .dropdown-toggle.btn-dark {
  color: #D8D8D8;
  background-color: #070708;
  border-color: #1d1f21;
}
.btn-dark:active:hover,
.btn-dark.active:hover,
.open > .dropdown-toggle.btn-dark:hover,
.btn-dark:active:focus,
.btn-dark.active:focus,
.open > .dropdown-toggle.btn-dark:focus,
.btn-dark:active.focus,
.btn-dark.active.focus,
.open > .dropdown-toggle.btn-dark.focus {
  color: #D8D8D8;
  background-color: #000000;
  border-color: #000000;
}
.btn-dark:active,
.btn-dark.active,
.open > .dropdown-toggle.btn-dark {
  background-image: none;
}
.btn-dark.disabled:hover,
.btn-dark[disabled]:hover,
fieldset[disabled] .btn-dark:hover,
.btn-dark.disabled:focus,
.btn-dark[disabled]:focus,
fieldset[disabled] .btn-dark:focus,
.btn-dark.disabled.focus,
.btn-dark[disabled].focus,
fieldset[disabled] .btn-dark.focus {
  background-color: #202122;
  border-color: #3A3E41;
}
.btn-dark .badge {
  color: #202122;
  background-color: #D8D8D8;
}
.btn-gray {
  color: #D8D8D8;
  background-color: #A5A6AA;
  border-color: #74767A;
}
.btn-gray:focus,
.btn-gray.focus {
  color: #D8D8D8;
  background-color: #8b8c91;
  border-color: #363739;
}
.btn-gray:hover {
  color: #D8D8D8;
  background-color: #8b8c91;
  border-color: #56585b;
}
.btn-gray:active,
.btn-gray.active,
.open > .dropdown-toggle.btn-gray {
  color: #D8D8D8;
  background-color: #8b8c91;
  border-color: #56585b;
}
.btn-gray:active:hover,
.btn-gray.active:hover,
.open > .dropdown-toggle.btn-gray:hover,
.btn-gray:active:focus,
.btn-gray.active:focus,
.open > .dropdown-toggle.btn-gray:focus,
.btn-gray:active.focus,
.btn-gray.active.focus,
.open > .dropdown-toggle.btn-gray.focus {
  color: #D8D8D8;
  background-color: #797a80;
  border-color: #363739;
}
.btn-gray:active,
.btn-gray.active,
.open > .dropdown-toggle.btn-gray {
  background-image: none;
}
.btn-gray.disabled:hover,
.btn-gray[disabled]:hover,
fieldset[disabled] .btn-gray:hover,
.btn-gray.disabled:focus,
.btn-gray[disabled]:focus,
fieldset[disabled] .btn-gray:focus,
.btn-gray.disabled.focus,
.btn-gray[disabled].focus,
fieldset[disabled] .btn-gray.focus {
  background-color: #A5A6AA;
  border-color: #74767A;
}
.btn-gray .badge {
  color: #A5A6AA;
  background-color: #D8D8D8;
}
.btn-tool {
  color: #fff;
  background-color: rgba(108, 109, 113, 0.3);
  border-color: rgba(108, 109, 113, 0.25);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 36px;
}
.btn-tool:focus,
.btn-tool.focus {
  color: #fff;
  background-color: rgba(83, 84, 87, 0.3);
  border-color: rgba(46, 46, 48, 0.25);
}
.btn-tool:hover {
  color: #fff;
  background-color: rgba(83, 84, 87, 0.3);
  border-color: rgba(78, 79, 82, 0.25);
}
.btn-tool:active,
.btn-tool.active,
.open > .dropdown-toggle.btn-tool {
  color: #fff;
  background-color: rgba(83, 84, 87, 0.3);
  border-color: rgba(78, 79, 82, 0.25);
}
.btn-tool:active:hover,
.btn-tool.active:hover,
.open > .dropdown-toggle.btn-tool:hover,
.btn-tool:active:focus,
.btn-tool.active:focus,
.open > .dropdown-toggle.btn-tool:focus,
.btn-tool:active.focus,
.btn-tool.active.focus,
.open > .dropdown-toggle.btn-tool.focus {
  color: #fff;
  background-color: rgba(66, 66, 69, 0.3);
  border-color: rgba(46, 46, 48, 0.25);
}
.btn-tool:active,
.btn-tool.active,
.open > .dropdown-toggle.btn-tool {
  background-image: none;
}
.btn-tool.disabled:hover,
.btn-tool[disabled]:hover,
fieldset[disabled] .btn-tool:hover,
.btn-tool.disabled:focus,
.btn-tool[disabled]:focus,
fieldset[disabled] .btn-tool:focus,
.btn-tool.disabled.focus,
.btn-tool[disabled].focus,
fieldset[disabled] .btn-tool.focus {
  background-color: rgba(108, 109, 113, 0.3);
  border-color: rgba(108, 109, 113, 0.25);
}
.btn-tool .badge {
  color: rgba(108, 109, 113, 0.3);
  background-color: #fff;
}
.btn-tool span.icon {
  width: 16px;
  height: 16px;
}
.btn-primary {
  letter-spacing: 0.3px;
}
.btn-primary.btn-has-disabled[disabled] {
  border-color: #7B7C7D;
  background-color: #414449;
  color: #7B7C7D;
}
.btn-secondary {
  background-color: #4F5156;
  color: #BABECA;
  font-size: 12px;
  letter-spacing: 0.3px;
}
.btn-secondary.focus,
.btn-secondary:focus,
.btn-secondary:hover {
  color: #BABECA;
}
.btn-shorter {
  padding: 4px 12px 2px !important;
}
.btn-icon {
  border: 0;
  padding: 0;
  background-color: transparent;
  font-size: 0;
}
.btn-icon-round {
  background-color: #4F5156;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
  border: 1px solid #282A2D;
  border-radius: 50%;
  height: 24px;
  width: 24px;
}
.btn-icon-round.red-btn {
  background-color: #EA3144;
}
.btn-ws-add {
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  background: #222;
  border-bottom: 1px solid #444;
  border-radius: 0;
  display: block;
  width: 100%;
  text-align: left;
}
.btn-ws-add .fa {
  font-size: 18px;
  margin-right: 8px;
  vertical-align: middle;
}
.btn-outline-white {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.btn-outline-white:hover,
.btn-outline-white:active,
.btn-outline-white:focus {
  color: #fff;
}
.btn-add-group {
  display: flex;
  margin-top: -15px;
  margin-left: -2px;
  margin-right: -2px;
}
.btn-add-group .btn {
  flex: 1;
  margin-left: 2px;
  margin-right: 2px;
}
.btn-blue {
  font-family: 'AvenirNext';
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  border: 1px solid rgba(24, 205, 249, 0.1);
  background-color: rgba(26, 121, 255, 0.25);
}
.btn-blue:hover {
  color: #fff;
  border: 1px solid rgba(24, 205, 249, 0.15);
  background-color: rgba(26, 121, 255, 0.35);
}
.btn-blue:focus,
.btn-blue:active {
  color: #fff;
  border: 1px solid rgba(24, 205, 249, 0.1);
  background-color: rgba(26, 121, 255, 0.25);
}
.btn-blue:focus:hover,
.btn-blue:active:hover {
  color: #fff;
  border: 1px solid rgba(24, 205, 249, 0.15);
  background-color: rgba(26, 121, 255, 0.35);
}
.btn-summary {
  font-family: 'AvenirNext';
  font-size: 10px;
  color: #fff;
  height: 38px;
  border-radius: 4px;
  background-color: #1A79FF;
}
.btn-summary:hover {
  color: #fff;
  background-color: #006aff;
}
.btn-summary:focus,
.btn-summary:active {
  color: #fff;
  background-color: #006aff;
}
.btn-summary:focus:hover,
.btn-summary:active:hover {
  color: #fff;
  background-color: #006aff;
}
.btn-add-segement {
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: left;
  color: #fff;
  background-color: transparent;
  vertical-align: middle;
}
.btn-add-segement span {
  vertical-align: middle;
  font-size: 18px;
}
.btn-add-segement:hover {
  color: #fff;
  background-color: transparent;
}
.btn-add-segement:focus,
.btn-add-segement:active {
  color: #fff;
  background-color: transparent;
}
.btn-add-segement:focus:hover,
.btn-add-segement:active:hover {
  color: #fff;
  background-color: transparent;
}
.btn-trash-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  border-radius: 100%;
  box-shadow: none;
  border: none;
  background-color: #fe0000;
}
.btn-text-primary {
  font-family: 'AvenirNext';
  font-size: 14px;
  font-weight: 600;
  color: #0061e2;
  border: none;
  background-color: transparent;
}
.btn-text-primary:hover {
  color: #0061e2;
  border: none;
  background-color: transparent;
}
.btn-text-primary:focus,
.btn-text-primary:active {
  color: #0061e2;
  border: none;
  background-color: transparent;
}
.btn-text-primary:focus:hover,
.btn-text-primary:active:hover {
  color: #0061e2;
  border: none;
  background-color: transparent;
}
.btn-exit {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.5px;
  min-width: 163px;
  height: 55px;
  border-radius: 5px;
  border: none;
  background-color: rgba(22, 122, 255, 0.84);
}
.btn-exit:hover,
.btn-exit:focus {
  color: #fff;
}
.btn-exit:hover {
  background-color: #167aff;
}
.btn-dark-light {
  color: #fff;
  background: #585D60;
  border: 1px solid #6E7074;
  border-radius: 4px;
}
.btn-dark-light:hover,
.btn-dark-light:focus {
  color: #fff;
}
.btn-dark-light:hover {
  border-color: #67686c;
  background-color: #515558;
}
.btn-radius-4 {
  border-radius: 4px !important;
}
.icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.btn-icon {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: center center;
}
.icon-10 {
  width: 10px !important;
  height: 10px !important;
}
.icon-11 {
  width: 11px !important;
  height: 11px !important;
}
.icon-12 {
  width: 12px !important;
  height: 12px !important;
}
.icon-14 {
  width: 14px !important;
  height: 14px !important;
}
.icon-16 {
  width: 16px;
  height: 16px;
}
.icon-18 {
  width: 18px;
  height: 18px;
}
.icon-20 {
  width: 20px !important;
  height: 20px !important;
}
.icon-22 {
  width: 22px !important;
  height: 22px !important;
}
.icon-23 {
  width: 23px !important;
  height: 23px !important;
}
.icon-24 {
  width: 24px !important;
  height: 24px !important;
}
.icon-30 {
  width: 30px !important;
  height: 30px !important;
}
.icon-31 {
  width: 31px !important;
  height: 31px !important;
}
.icon-32 {
  width: 32px !important;
  height: 32px !important;
}
.icon-40 {
  width: 40px !important;
  height: 40px !important;
}
.icon-42 {
  width: 42px !important;
  height: 42px !important;
}
.icon-52 {
  width: 52px !important;
  height: 52px !important;
}
.icon-50-44 {
  width: 50px !important;
  height: 44px !important;
}
.icon-block {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.icon-button {
  cursor: pointer;
}
.icon-arrow-to-right {
  background-image: url(../images/icon-arrow-to-right.svg);
}
.icon-headphones {
  background-image: url(../images/icon-headphones.svg);
}
.icon-settings {
  background-image: url(../images/icon-settings.svg);
}
.icon-done {
  background-image: url(../images/icon-done.svg);
}
.icon-info {
  background-image: url(../images/icon-info.svg);
}
.icon-left-circle {
  background-image: url(../images/icon-left-circle.svg);
}
.icon-right-circle {
  background-image: url(../images/icon-right-circle.svg);
}
.icon-copy-new-white {
  background-image: url("../images/icon_copy_white.svg");
}
.icon-edit-white {
  background-image: url("../images/icon_edit_white.svg");
}
.icon-trash-white {
  background-image: url("../images/icon_trash_white.svg");
}
.icon-folder-1 {
  background-image: url("../images/icon-folder-1.svg");
}
.icon-folder-2 {
  background-image: url("../images/icon-folder-2.svg");
}
.icon-folder-3 {
  background-image: url("../images/icon-folder-3.svg");
}
.icon-folder-desktop {
  background-image: url("../images/icon-folder-desktop.svg");
}
.icon-carousel-arrow-left,
.icon-arrow-left {
  background-image: url("../images/icon-arrow-left.svg");
}
.icon-carousel-arrow-right,
.icon-arrow-right {
  background-image: url("../images/icon-arrow-right.svg");
}
.icon-plus-circle {
  background-image: url("../images/icon-plus-circle.svg");
}
.icon-close-circle {
  background-image: url("../images/icon-close-circle.svg");
}
.icon-caret-down {
  background-image: url("../images/icon-caret-down.svg");
}
.icon-caret-right {
  background-image: url("../images/icon-caret-right.svg");
}
.icon-caret-left {
  background-image: url("../images/icon-caret-left.svg");
}
.icon-tool-arrow {
  background-image: url("../images/icon-tool-arrow.svg");
}
.icon-tool-arrow-up {
  background-image: url("../images/icon-tool-arrow-up.svg");
}
.icon-tool-rectangle {
  background-image: url("../images/icon-tool-rectangle.svg");
}
.icon-tool-rectangle-white {
  background-image: url("../images/icon-tool-rectangle-white.svg");
}
.icon-tool-line {
  background-image: url("../images/icon-tool-line.svg");
}
.icon-tool-line-white {
  background-image: url("../images/icon-tool-line-white.svg");
}
.icon-tool-circle {
  background-image: url("../images/icon-tool-circle.svg");
}
.icon-tool-circle-white {
  background-image: url("../images/icon-tool-circle-white.svg");
}
.icon-tool-callout {
  background-image: url("../images/icon-tool-callout.svg");
}
.icon-tool-chat {
  background-image: url("../images/icon-tool-chat.svg");
}
.icon-tool-save {
  background-image: url("../images/icon-tool-save.svg");
}
.icon-tool-export {
  background-image: url("../images/icon-tool-export.svg");
}
.icon-tool-add {
  background-image: url("../images/icon-tool-add.svg");
}
.icon-tool-search {
  background-image: url("../images/icon-tool-search.svg");
}
.icon-tool-duplicate {
  background-image: url("../images/icon-tool-duplicate.svg");
}
.icon-config {
  background-image: url("../images/icon-config.svg");
}
.icon-preview-white {
  background-image: url("../images/icon-preview-white.svg");
}
.icon-info-circle {
  background-image: url("../images/icon-info-circle.svg");
}
.icon-setting-gray-light {
  background-image: url("../images/icon-setting-gray-light.svg");
}
.icon-calendar {
  background-image: url("../images/icon-calendar.svg");
}
.icon-close {
  background-image: url("../images/icon-close.svg");
}
.icon-remove {
  background-image: url("../images/icon/Icon/icon-close.svg");
}
.icon-long-arr-left {
  background-image: url("../images/icon/Icon/icon-arr-left.svg");
}
.icon-long-arr-right {
  background-image: url("../images/icon/Icon/icon-arr-right.svg");
}
.icon-resize {
  background-image: url("../images/icon/Icon/icon-resize.svg");
}
.icon-resize:hover,
.icon-resize:focus {
  background-image: url("../images/icon/Icon/icon-resize.svg");
}
.icon-not-allow {
  background-image: url("../images/icon/Icon/icon-not-allowed.svg");
}
.icon-add-section {
  background-image: url("../images/icon/Icon/icon-add.svg");
}
.icon-delete-section {
  background-image: url("../images/icon/Icon/icon-delete.svg");
}
.icon-show-section {
  background-image: url("../images/icon/Icon/icon-show.svg");
}
.icon-hide-section {
  background-image: url("../images/icon/Icon/icon-hide.svg");
}
.icon-show-section-gray {
  background-image: url("../images/icon/Icon/icon-show-gray.svg");
}
.icon-hide-section-gray {
  background-image: url("../images/icon/Icon/icon-hide-gray.svg");
}
.icon-up-section {
  background-image: url("../images/icon/Icon/icon-up.svg");
}
.icon-down-section {
  background-image: url("../images/icon/Icon/icon-down.svg");
}
.icon-lock {
  background-image: url("../images/icon/Icon/icon-lock.svg");
}
.icon-locked {
  background-image: url("../images/icon/Icon/icon_locked.svg");
}
.icon-solid-line {
  background-image: url("../images/icon/Icon/icon-solid-line.svg");
}
.icon-dashed-line {
  background-image: url("../images/icon/Icon/icon-dashed-line.svg");
}
.icon-send {
  background-image: url("../images/icon/Icon/icon-send.svg");
}
.icon-calendar {
  background-image: url("../images/icon/Icon/icon-calendar.png");
}
.icon-eye {
  background-image: url("../images/icon/Icon/icon-eye.png");
}
.icon-gas {
  background-image: url("../images/icon/Icon/icon-gas.png");
}
.icon-play {
  background-image: url("../images/icon/Icon/icon-play.png");
}
.icon-wrong {
  background-image: url("../images/icon/Icon/icon-wrong.png");
}
.icon-close-eye {
  background-image: url("../images/icon/Icon/icon-close-eye.svg");
}
.icon-close-eye:hover,
.icon-close-eye:focus {
  background-image: url("../images/icon/Icon/icon-close-eye.svg");
}
.icon-close-white {
  background-image: url("../images/icon/Icon/icon-close-white.svg");
}
.icon-close-white:hover,
.icon-close-white:focus {
  background-image: url("../images/icon/Icon/icon-close-white.svg");
}
.icon-calendar-gray {
  background-image: url("../images/icon/common/icon-calendar-gray.svg");
}
.icon-calendar-blue {
  background-image: url("../images/icon/common/icon-calendar-blue.svg");
}
.icon-post-it01 {
  background-image: url("../images/icon/common/icon-post-it01.svg");
}
.icon-post-it02 {
  background-image: url("../images/icon/common/icon-post-it02.svg");
}
.icon-post-it03 {
  background-image: url("../images/icon/common/icon-post-it03.svg");
}
.icon-refresh {
  background-image: url("../images/icon/common/icon-refresh.svg");
}
.icon-bin-white {
  background-image: url("../images/icon-bin-white.svg");
}
.icon-move {
  background-image: url("../images/icon/Icon/icon-move.svg");
}
.icon-move:hover,
.icon-move:focus {
  background-image: url("../images/icon/Icon/icon-move.svg");
}
.icon-expand {
  background-image: url("../images/icon/Icon/icon-expand.svg");
}
.icon-upload-pic {
  background-image: url("../images/icon/icon-slide/icon-upload-pic.svg");
}
.icon-pic-gray {
  background-image: url("../images/icon/icon-slide/icon-pic-gray.svg");
}
.icon-pic-blue {
  background-image: url("../images/icon/icon-slide/icon-pic-blue.svg");
}
.icon-spinner {
  background-image: url("../images/icon/icon-slide/icon-spin.svg");
}
.icon-reload {
  background-image: url("../images/icon/common/icon-reload.svg");
}
.icon-cicle-checked {
  background-image: url("../images/icon/common/icon-cicle-checked.svg");
}
.icon-chart {
  background-image: url("../images/icon/common/icon-chart.svg");
}
.icon-history {
  background-image: url("../images/icon/common/icon-history.svg");
}
.icon-padlock {
  background-image: url("../images/icon/common/icon-padlock.svg");
}
.icon-drop-down {
  background-image: url("../images/icon/common/icon-drop-down.svg");
}
.icon-Insights {
  background-image: url("../images/icon/common/icon-Insights.svg");
}
.icon-review {
  background-image: url("../images/icon/common/icon-review.svg");
}
.icon-forecast {
  background-image: url("../images/icon/common/icon-forecast.svg");
}
.table {
  border-collapse: initial;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  vertical-align: middle;
  white-space: nowrap;
}
.table > thead > tr > th {
  border-bottom: 0;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
  color: #CECFD2;
}
.table > thead > tr.filter-row > th {
  padding-bottom: 24px;
}
.table > tbody > tr > td,
.table > tbody > tr > th {
  background: #2E2E30;
  border-color: #636569;
  border-top: 1px solid #636569;
}
.table > tbody > tr:hover > td,
.table > tbody > tr:hover > th {
  background: #535357;
}
.table > tbody > tr:last-child > th,
.table > tbody > tr:last-child > td {
  border-bottom: 1px solid #636569;
}
.table > tbody > tr > th:first-child,
.table > tbody > tr > td:first-child {
  border-left: 1px solid #636569;
}
.table > tbody > tr > th:last-child,
.table > tbody > tr > td:last-child {
  border-right: 1px solid #636569;
}
.table > tbody > tr:first-child > th:first-child,
.table > tbody > tr:first-child > td:first-child {
  border-top-left-radius: 7px;
}
.table > tbody > tr:last-child > th:first-child,
.table > tbody > tr:last-child > td:first-child {
  border-bottom-left-radius: 7px;
}
.table > tbody > tr:first-child > th:last-child,
.table > tbody > tr:first-child > td:last-child {
  border-top-right-radius: 7px;
}
.table > tbody > tr:last-child > th:last-child,
.table > tbody > tr:last-child > td:last-child {
  border-bottom-right-radius: 7px;
}
.table-hover > tbody > tr {
  cursor: pointer;
}
.table-td-wrap tbody tr td {
  word-break: break-word;
  white-space: normal;
}
.panel-table {
  padding: 0;
  border-radius: 4px;
  border: 1px solid #d9dee8;
}
.scale-font {
  transform: scale(0.8, 0.8);
  -webkit-transform: scale(0.8, 0.8);
}
.table-chart {
  table-layout: fixed;
}
.table-chart thead tr th {
  border-left: 1px solid #d9dee8;
  padding: 0 3px !important;
  width: 50%;
}
.table-chart thead tr th:first-child {
  border-left: none;
}
.table-chart thead tr th .table-icon {
  width: 24px;
  height: auto;
}
.table-chart thead tr th .table-row {
  font-size: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  align-content: space-between;
}
.table-chart thead tr th .table-row span {
  flex: 50% 0 0;
  border-right: 1px solid #d9dee8;
}
.table-chart thead tr th .table-row span:last-child {
  border-right: none;
}
.table-chart thead tr th .table-row.table-row3 span {
  flex: 33.33% 0 0;
}
.table-chart thead tr th .table-row.table-row-head {
  justify-content: flex-start;
  text-align: left;
}
.table-chart thead tr th .scale-font {
  transform: scale(0.7, 0.7);
  -webkit-transform: scale(0.7, 0.7);
}
.table-chart tbody > tr > td {
  background-color: #fff;
  border-top: 1px solid #d9dee8;
  border-left: none !important;
  border-right: none !important;
  border-bottom: none !important;
  border-radius: 0 !important;
  color: #002257;
  font-size: 10px;
  font-weight: normal;
  padding: 4px 3px;
  vertical-align: middle;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.table-chart tbody > tr:hover > td {
  background-color: #f2f2f2;
}
.table-chart tfoot tr th {
  border-top: none !important;
  color: #002257;
  font-size: 10px;
  padding: 4px 3px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.table-chart tfoot tr:first-child th {
  border-top: 1px solid #d9dee8 !important;
}
.table-chart-big {
  table-layout: fixed;
}
.table-chart-big thead tr th {
  border-left: 1px solid #d9dee8;
  padding: 0 15px !important;
  width: 50%;
}
.table-chart-big thead tr th:first-child {
  border-left: none;
}
.table-chart-big thead tr th .table-icon {
  width: 24px;
  height: auto;
}
.table-chart-big thead tr th .table-row {
  min-height: 29px;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  align-content: space-between;
}
.table-chart-big thead tr th .table-row span {
  flex: 50% 0 0;
  border-right: 1px solid #d9dee8;
}
.table-chart-big thead tr th .table-row span:last-child {
  border-right: none;
}
.table-chart-big thead tr th .table-row.table-row3 span {
  flex: 33.33% 0 0;
}
.table-chart-big thead tr th .table-row.table-row-head {
  justify-content: flex-start;
  text-align: left;
}
.table-chart-big tbody > tr > td {
  background-color: #fff;
  border-top: 1px solid #d9dee8;
  border-left: none !important;
  border-right: none !important;
  border-bottom: none !important;
  border-radius: 0 !important;
  color: #002257;
  font-size: 12px;
  font-weight: normal;
  padding: 10px 15px;
  vertical-align: middle;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.table-chart-big tbody > tr:hover > td {
  background-color: #f2f2f2;
}
.table-chart-big tfoot tr th {
  border-top: none !important;
  color: #002257;
  font-size: 13px;
  padding: 10px 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.table-chart-big tfoot tr:first-child th {
  border-top: 1px solid #d9dee8 !important;
}
.table-total {
  background: #fff;
  position: absolute;
  bottom: -15px;
  right: 0;
  width: 200px;
  height: 130px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 10px;
  transform: scale(0.6, 0.6);
  -webkit-transform: scale(0.6, 0.6);
}
.table-total .table-total-y {
  flex: 65px 0 0;
  height: 130px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 30px;
}
.table-total .table-total-y .y-tit {
  width: auto;
  height: 14px;
  font-size: 12px;
  color: #002257;
  font-weight: bold;
  transform: rotate(-90deg);
}
.table-total .table-total-y .y-val span {
  display: block;
  font-size: 13px;
  color: #002257;
  line-height: 22px;
  font-weight: bold;
}
.table-total .table-total-x {
  margin-left: 10px;
  flex: 135px 0 0;
  height: 130px;
  text-align: center;
}
.table-total .table-total-x .x-tit {
  font-size: 14px;
  color: #002257;
  font-weight: bold;
}
.table-total .table-total-x .x-val {
  position: relative;
}
.table-total .table-total-x .x-val .x-val-line {
  height: 22px;
  border-bottom: 1px solid #DFE2E5;
}
.table-total .table-total-x .x-val .x-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 5px;
}
.table-total .table-total-x .x-val .x-area .x-area-top,
.table-total .table-total-x .x-val .x-area .x-area-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  color: #fff;
  width: 100%;
  margin: 2px 0;
}
.table-total .table-total-x .x-val .x-area .x-area-top {
  height: 54%;
  background: #EA557F;
}
.table-total .table-total-x .x-val .x-area .x-area-bottom {
  height: 46%;
  background: #00CAFF;
}
.table-total-big {
  bottom: 20px;
  right: 20px;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
}
.panel-table {
  position: relative;
}
.label-dark {
  background-color: #202122;
  border: 1px solid #6A6E71;
  color: #CECFD2;
  font-weight: 600;
}
.label {
  display: inline-block;
  line-height: inherit;
  font-size: 11px;
  font-weight: 500;
}
.label.label-action {
  min-width: 36px;
  padding: 5px;
  cursor: pointer;
}
.label.label-action .icon-block {
  width: 12px;
  height: 12px;
  vertical-align: middle;
  display: inline-block;
}
.label.label-action:hover,
.label.label-action:focus {
  opacity: 0.8;
}
.label-status {
  padding: 5px 10px;
  border-radius: 5px;
}
.label-chart .circle {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  vertical-align: middle;
  margin: 0 4px 2px 0;
}
.label-chart-purple .circle {
  background-color: #A166AB;
}
.label-chart-green .circle {
  background-color: #5EC778;
}
.label-chart-red .circle {
  background-color: #EA557F;
}
.label-chart-yellow .circle {
  background-color: #FDD945;
}
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 23px;
  height: 12px;
}
/* The slider */
.switch-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ddd;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 34px;
}
.switch-slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: -10px;
  bottom: -4px;
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50%;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2);
}
.switch-input {
  /* Hide default HTML checkbox */
  opacity: 0;
  width: 0;
  height: 0;
}
.switch-input:checked + .switch-slider {
  background-color: #167AFF;
}
.switch-input:focus + .switch-slider {
  box-shadow: 0 0 1px #167AFF;
}
.switch-input:checked + .switch-slider:before {
  -webkit-transform: translateX(24px);
  -ms-transform: translateX(24px);
  transform: translateX(24px);
}
.daterangepicker {
  background: #444;
}
.daterangepicker:before,
.daterangepicker:after {
  border-bottom-color: #444;
}
.daterangepicker .calendar-table {
  background: #444;
}
.daterangepicker th,
.daterangepicker td {
  border-radius: 0;
}
.daterangepicker td.off,
.daterangepicker td.off.end-date,
.daterangepicker td.off.in-ranage,
.daterangepicker td.off.start-date {
  background-color: #5e5e5e;
}
.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #167AFF;
}
.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
  background-color: #3B3D42;
  color: #e9e9e9;
}
.gallery {
  position: relative;
  border: 3px solid #555555;
}
.gallery:before,
.gallery:after {
  content: " ";
  display: table;
}
.gallery:after {
  clear: both;
}
.gallery:before,
.gallery:after {
  content: " ";
  display: table;
}
.gallery:after {
  clear: both;
}
.gallery .gallery-image-container {
  width: 20%;
  float: left;
  border: 3px solid #555555;
}
.gallery .gallery-box {
  width: 100%;
  padding-bottom: 76.5%;
  position: relative;
}
.gallery .gallery-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.modal.modal-fullscreen {
  /* Maximize the main wrappers on the screen */
  /* Make the parent wrapper of the modal box a full-width block */
  /* Remove borders and effects on the content */
  /**
	 * /!\ By using this feature, you force the header and footer to be placed
	 * in an absolute position. You must handle by yourself the margin of the
	 * content.
	 */
}
.modal.modal-fullscreen .modal-dialog,
.modal.modal-fullscreen .modal-content {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.modal.modal-fullscreen .modal-dialog {
  margin: 0;
  width: 100%;
}
.modal.modal-fullscreen .modal-content {
  border: none;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: inherit;
  -moz-box-shadow: inherit;
  -o-box-shadow: inherit;
  box-shadow: inherit;
  background-color: rgba(0, 0, 0, 0.3);
}
.modal.modal-fullscreen .modal-title {
  color: #fff;
}
.modal.modal-fullscreen .modal-header,
.modal.modal-fullscreen .modal-footer {
  border: none;
}
.modal.modal-fullscreen.force-fullscreen {
  /* Remove the padding inside the body */
}
.modal.modal-fullscreen.force-fullscreen .modal-body {
  padding: 0;
  top: 55px;
}
@media (min-width: 768px) {
  .modal.modal-fullscreen.force-fullscreen .modal-body {
    height: calc(100% - 120px);
  }
}
@media (max-width: 767px) {
  .modal.modal-fullscreen.force-fullscreen .modal-body {
    height: calc(100% - 120px);
  }
}
.modal.modal-fullscreen.force-fullscreen .modal-header,
.modal.modal-fullscreen.force-fullscreen .modal-footer {
  left: 0;
  position: absolute;
  right: 0;
}
.modal.modal-fullscreen.force-fullscreen .modal-header {
  top: 0;
}
.modal.modal-fullscreen.force-fullscreen .modal-footer {
  bottom: 0;
}
.modal.modal-fullscreen .carousel,
.modal.modal-fullscreen .carousel-inner,
.modal.modal-fullscreen .gallery-container,
.modal.modal-fullscreen .item {
  height: 100%;
  width: 100%;
}
.modal.modal-fullscreen .carousel-inner .gallery-container {
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.modal.modal-fullscreen .carousel-inner > .item > .item-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  padding: 0 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.modal.modal-fullscreen .carousel-inner > .item > .item-inner img {
  max-width: 100%;
  max-height: 100%;
}
.modal.modal-fullscreen .carousel-inner > .item > .item-inner .carousel-title {
  position: absolute;
  top: 5%;
  left: 48px;
}
.modal.modal-fullscreen .carousel-indicators {
  bottom: -40px;
}
.modal.modal-fullscreen .carousel-control.left,
.modal.modal-fullscreen .carousel-control.right {
  background: #167AFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.25s ease-in-out;
  border-radius: 5px;
  height: 80%;
  top: 10%;
}
.modal.modal-fullscreen .close {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.modal.modal-fullscreen .close,
.modal.modal-fullscreen .close:hover,
.modal.modal-fullscreen .close:focus {
  color: #fff;
}
.modal.modal-fullscreen .btn-insert-page {
  width: 244px;
  height: 37px;
  position: absolute;
  left: 50%;
  margin-left: -122px;
  bottom: 15px;
}
.pagination-container ul.pagination {
  font-size: 13px;
  color: #fff;
  font-size: 0;
}
.pagination-container ul.pagination li {
  display: inline-block;
  line-height: 36px;
  vertical-align: middle;
  font-size: 14px;
}
.pagination-container ul.pagination li.page-info {
  padding: 0 20px;
}
.pagination-container ul.pagination li.page-info b {
  color: #fff;
  font-weight: normal;
}
.pagination-container ul.pagination li.page-btn a {
  height: 36px;
  width: 36px;
  line-height: 24px;
  background-color: #202122;
  border: 1px solid #6A6E71;
  color: #CECFD2;
  text-align: center;
}
.pagination-container ul.pagination li.page-btn a .fa {
  font-size: 18px;
}
.pagination-container ul.pagination li.page-btn a:hover {
  color: #A4A7AE;
}
.pagination-container ul.pagination li.page-btn .form-control {
  width: 66px;
  height: 36px;
  border: 1px solid #3A3E41;
  text-align: center;
  color: #fff;
  border-radius: 0;
}
.pagination-container ul.pagination li.page-btn .form-control:focus {
  box-shadow: none;
}
.pagination-container ul.pagination li.page-btn.page-prev a {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination-container ul.pagination li.page-btn.page-next a {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.nav-tabs-workspace {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 13px;
}
.nav-tabs-workspace li {
  width: 33.33%;
  padding: 1px;
}
.nav-tabs-workspace li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "AvenirNext";
  font-weight: 700;
  font-size: 10px;
  line-height: 14px;
  color: #C1C2C5;
  height: 90px;
  border: 2px solid #424347;
  border-radius: 4px;
  background: #3B3D42;
}
.nav-tabs-workspace li a .icon {
  margin-bottom: 12px;
  opacity: 0.6;
}
.nav-tabs-workspace li.active a,
.nav-tabs-workspace li:hover a {
  color: #FFFFFF;
  background: #3978F6;
  border: 1px solid #53AFE6;
}
.nav-tabs-workspace li.active a .icon,
.nav-tabs-workspace li:hover a .icon {
  opacity: 1;
}
.status-dot {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  font-size: 11px;
  font-weight: 800;
  align-items: center;
  justify-content: center;
  text-align: center;
  letter-spacing: -0.2px;
  padding-top: 2px;
}
.status-dot-only {
  width: 12px;
  height: 12px;
}
.status-ws-new .status-dot,
.status-dot-new {
  background-color: #a8bcd0;
  color: #2E2E30;
}
.status-ws-in-progress .status-dot,
.status-dot-in-progress {
  background-color: #0060ff;
  color: #fff;
}
.status-ws-waiting-for-review .status-dot,
.status-dot-waiting-for-review {
  background-color: #F5A623;
  color: #2e2e30;
}
.status-ws-done .status-dot,
.status-dot-done {
  background-color: #21D34A;
  color: #fff;
}
.status-ws-published .status-dot,
.status-dot-published {
  background-color: #21d34a;
  color: #2e2e30;
}
.collapse-custom-button {
  font-size: 18px;
  font-weight: 500;
  display: block;
  padding: 8px 16px;
  color: rgba(255, 255, 255, 0.5);
  background-color: transparent;
  border: 0;
  width: 100%;
  text-align: left;
}
.collapse-custom-button:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 16px;
  height: 16px;
  background-image: url("../images/icon-caret-down.svg");
  width: 12px;
  height: 12px;
  margin-right: 8px;
  vertical-align: middle;
  margin-top: -2px;
  opacity: 0.5;
}
.collapse-custom-button:before:before {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
}
.collapse-custom-button:focus,
.collapse-custom-button:active {
  outline: 0;
}
.collapse-custom-button.collapsed {
  border-bottom: 1px solid rgba(151, 151, 151, 0.35);
}
.collapse-custom-button.c--button-only {
  width: 10px;
  height: 10px;
  padding: 0;
  display: inline-block;
  margin-right: 8px;
}
.collapse-custom-button.c--button-only:before {
  width: 10px;
  height: 10px;
  opacity: 0.5;
}
.collapse-custom-button.c--button-only.collapsed {
  border-bottom: 0;
}
.collapse-custom-body {
  margin-bottom: 32px;
}
.panel-group-report {
  margin-bottom: 0;
  border-radius: 0;
}
.panel-group-report .panel {
  border: none;
  box-shadow: none;
  background-color: transparent;
}
.panel-group-report .ui-state-default .panel-default {
  border: 1px solid #6A6E71;
}
.panel-group-report .panel-heading {
  background-color: transparent;
}
.panel-group-report .panel-heading .add-section {
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 59px;
  text-align: center;
  overflow: hidden;
}
.panel-group-report .panel-heading .add-section:hover::before,
.panel-group-report .panel-heading .add-section:hover::after,
.panel-group-report .panel-heading .add-section:hover .section-content {
  opacity: 1;
  transition: all 0.25s ease-in-out;
}
.panel-group-report .panel-heading .add-section::before {
  content: '';
  position: absolute;
  top: 50%;
  right: calc(50% + 100px);
  width: 100%;
  height: 1px;
  background-color: #147BFF;
  opacity: 0;
}
.panel-group-report .panel-heading .add-section::after {
  content: '';
  position: absolute;
  top: 50%;
  left: calc(50% + 100px);
  width: 100%;
  height: 1px;
  background-color: #147BFF;
  opacity: 0;
}
.panel-group-report .panel-heading .add-section .section-content {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  color: #147BFF;
  width: auto;
  margin: 0 auto;
  background-color: #141414;
  opacity: 0;
}
.panel-group-report .panel-heading .add-section .section-content .icon-add-section {
  width: 32px;
  height: 32px;
  margin-right: 9px;
}
.panel-group-report .panel-heading .section-head {
  position: relative;
  display: flex;
  align-items: center;
  margin: 15.5px 0;
}
.panel-group-report .panel-heading .section-head .btn-control-section {
  cursor: pointer;
  display: inline-block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 16px;
  height: 16px;
  background-image: url("../images/icon/Icon/icon-hide.svg");
  width: 34px;
  height: 34px;
}
.panel-group-report .panel-heading .section-head .btn-control-section:before {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
}
.panel-group-report .panel-heading .section-head .btn-control-section.collapsed {
  background-image: url("../images/icon/Icon/icon-show.svg");
}
.panel-group-report .panel-heading .section-head .btn-remove {
  cursor: pointer;
  display: inline-block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 16px;
  height: 16px;
  width: 22px;
  height: 34px;
  margin-right: 9px;
}
.panel-group-report .panel-heading .section-head .btn-remove:before {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
}
.panel-group-report .panel-heading .section-head .btn-remove.btn-remove-down {
  background-image: url("../images/icon/Icon/icon-down.svg");
}
.panel-group-report .panel-heading .section-head .btn-remove.btn-remove-up {
  background-image: url("../images/icon/Icon/icon-up.svg");
}
.panel-group-report .panel-heading .section-head .btn-delete {
  position: absolute;
  right: 2px;
  top: 4px;
  cursor: pointer;
  display: inline-block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 16px;
  height: 16px;
  background-image: url("../images/icon/Icon/icon-delete.svg");
  width: 25px;
  height: 28px;
}
.panel-group-report .panel-heading .section-head .btn-delete:before {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
}
.panel-group-report .panel-heading .section-head .title {
  margin: 0 18px;
}
.panel-group-report .panel-heading .section-head .title input {
  font-size: 18px;
  font-weight: 600;
  color: #141414;
  width: auto;
  height: 39px;
  padding: 0 5px;
  border: 2px solid #C0C0C0;
  background-color: #fff;
}
.panel-group-report .panel-heading .section-head .title .title-show {
  cursor: pointer;
  font-size: 16px;
  color: #fff;
  line-height: 22px;
  font-weight: 600;
}
.panel-group-report .panel-body {
  border: none !important;
  padding: 0;
}
.panel-group-report .panel-body .collapse-custom-body {
  margin-bottom: 0;
}
.panel-group-report.panel-group-section .panel-heading {
  position: relative;
  margin: 10px -15px;
  border: 1px solid #5B5B5D;
}
.panel-group-report.panel-group-section .panel-heading .title {
  font-size: 14px;
  font-weight: 800;
  color: #F5F5F5;
  padding-right: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.panel-group-report.panel-group-section .panel-heading .btn-control-section {
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 15.5px;
  margin-top: -11px;
  display: inline-block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 16px;
  height: 16px;
  background-image: url("../images/icon/Icon/icon-hide-gray.svg");
  width: 22px;
  height: 22px;
}
.panel-group-report.panel-group-section .panel-heading .btn-control-section:before {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
}
.panel-group-report.panel-group-section .panel-heading .btn-control-section.collapsed {
  background-image: url("../images/icon/Icon/icon-show-gray.svg");
}
.select2-container--bootstrap.theme-white .select2-selection--single .select2-selection__rendered {
  color: #202122;
}
.select2-container--bootstrap.theme-white .select2-selection {
  background-color: #fff;
}
.select2-container--bootstrap.theme-white .select2-dropdown {
  background-color: #fff;
}
.select2-container--bootstrap.theme-white .select2-search--dropdown .select2-search__field {
  background-color: #fff;
  border-color: #CECFD2;
}
.select2-container--bootstrap.theme-white .select2-results__option {
  color: #202122;
}
.select2-container--bootstrap.theme-white .select2-results__option--highlighted[aria-selected] {
  color: #fff;
}
.select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 0 10px !important;
  min-width: 0 !important;
}
.input-group.input-group-round .input-group-btn:last-child {
  padding-left: 8px;
}
.input-group.input-group-round .input-group-btn:last-child > .btn {
  border-bottom-left-radius: 7px;
  border-top-left-radius: 7px;
}
.input-group.input-group-round .form-control:first-child,
.input-group.input-group-round .select2-hidden-accessible:first-child + .select2-container--bootstrap > .selection > .select2-selection,
.input-group.input-group-round .input-group > .select2-hidden-accessible:first-child + .select2-container--bootstrap > .selection > .select2-selection.form-control {
  border-bottom-right-radius: 7px;
  border-top-right-radius: 7px;
}
.sku-container {
  height: auto;
  width: 100%;
  position: relative;
  height: 260px;
}
.sku-container .title {
  font-size: 12px;
  line-height: 14px;
  font-weight: bold;
  color: #414449;
  padding-bottom: 3px;
  border-bottom: 1px solid #F0F0F0;
  margin-bottom: 8px;
}
.sku-container .sku-box {
  position: absolute;
}
.sku-container .sku-box.sku-box-border {
  bottom: 50px;
  left: 0;
  width: 100%;
  padding-right: 8px !important;
  margin-bottom: 8px;
  height: auto !important;
  max-height: 176px !important;
  overflow: hidden;
}
.sku-container .sku-box.sku-box-other {
  border-top: 1px solid #F0F0F0;
  padding-top: 8px;
  bottom: 0;
  left: 0;
  width: 100%;
}
.sku-container .sku-box .sign {
  font-size: 12px;
  line-height: 14px;
  color: #414449;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 3px 0 3px 32px;
  font-weight: 600;
  position: relative;
}
.sku-container .sku-box .sign .color-bar {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 0;
  width: 24px;
  height: 2px;
}
.sku-container .sku-box .sign .color-bar.bar-blue {
  background-color: #5280BB;
}
.sku-container .sku-box .sign .color-bar.bar-purple {
  background-color: #9C5CA5;
}
.sku-container .sku-box .sign .color-bar.bar-orange {
  background-color: #E98C45;
}
.sku-container .sku-box .sign .color-bar.bar-green200 {
  background-color: #66B87B;
}
.sku-container .sku-box .sign .color-bar.bar-green300 {
  background-color: #1DA992;
}
.sku-container .sku-box .sign .color-bar.bar-green100 {
  background-color: #66B87B;
}
.sku-container .sku-box .sign .color-bar.bar-dark-line {
  background-color: #000000;
}
.sku-container .sku-box .sign .color-bar.bar-dark-dashed {
  background-color: transparent;
  border-bottom: 2px dashed #000000;
}
.sku-box-scroll.ps.ps--active-x > .ps__scrollbar-x-rail,
.sku-box-scroll.ps.ps--active-y > .ps__scrollbar-y-rail {
  display: block;
  background-color: transparent;
}
.sku-box-scroll.ps.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9;
}
.sku-box-scroll.ps.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9;
}
.sku-box-scroll.ps.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  background-color: #999;
  width: 11px;
}
.sku-box-scroll.ps > .ps__scrollbar-y-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  opacity: 1 !important;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  -o-transition: background-color 0.2s linear, opacity 0.2s linear;
  -moz-transition: background-color 0.2s linear, opacity 0.2s linear;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  right: 0;
  /* there must be 'right' for ps__scrollbar-y-rail */
  width: 3px;
  background-color: #EBEBEB !important;
}
.sku-box-scroll.ps > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  background-color: #646464 !important;
  -webkit-border-radius: 1.5px !important;
  -moz-border-radius: 1.5px !important;
  border-radius: 1.5px !important;
  right: 0 !important;
  width: 3px !important;
}
.sku-box-scroll.ps > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y,
.sku-box-scroll.ps > .ps__scrollbar-y-rail:active > .ps__scrollbar-y {
  width: 3px !important;
}
.sku-box-scroll.ps:hover.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail {
  background-color: #EBEBEB !important;
  opacity: 1 !important;
}
.sku-box-scroll.ps:hover.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  background-color: #5f5f5f !important;
  width: 3px !important;
}
.image-library-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: stretch;
  margin-left: -4px;
  margin-right: -4px;
}
.image-library--col {
  width: 20%;
  flex-grow: 0;
  flex-basis: 20%;
  padding-left: 4px;
  padding-right: 4px;
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .image-library--col {
    width: 33.333%;
    flex-grow: 0;
    flex-basis: 33.333%;
  }
}
.image-library--col .image-container {
  border-radius: 7px;
  border: 1px solid #636569;
  background-color: #2E2E30;
  padding-bottom: 115%;
  position: relative;
  margin-bottom: 16px;
}
.image-library--col .image-container img {
  max-width: 64%;
  max-height: 100%;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.image-library--col .image-title {
  font-size: 16px;
  letter-spacing: -0.2px;
  line-height: 19px;
  font-weight: 600;
}
.db-iv-table {
  width: 100%;
  margin-top: -1px;
  border-left: 1px solid #4F5156;
  border-top: 1px solid #4F5156;
}
.db-iv-table .flex-tr {
  font-size: 0;
  white-space: nowrap;
}
.db-iv-table .flex-tr > div {
  display: inline-block;
  font-size: 10px;
  width: 39px;
  height: 20px;
  line-height: 20px;
  border-right: 1px solid #4F5156;
  border-bottom: 1px solid #4F5156;
  text-align: center;
  vertical-align: middle;
}
.db-iv-table .flex-tr > .td-label {
  width: 88px;
  font-size: 10px;
  text-align: left;
  padding: 0 4px;
  white-space: nowrap;
}
.db-iv-table .flex-tr > .td-label .db-iv-label:before {
  vertical-align: middle;
}
.drop-box {
  position: absolute;
  top: 300px;
  left: 300px;
  width: 126px;
  height: auto;
  border-radius: 8px;
  padding: 0 0 20px 0;
  border-width: 1px;
  border-color: #000000;
  border-style: solid;
  background-color: #faebbc;
  z-index: 99;
}
.drop-box.solid-border {
  border-style: solid !important;
}
.drop-box.dashed-border {
  border-style: dashed !important;
}
.drop-box.border-blue-color {
  border-color: #49a8ed !important;
}
.drop-box.border-red-color {
  border-color: #e74559 !important;
}
.drop-box.border-green-color {
  border-color: #46df68 !important;
}
.drop-box.border-dark-color {
  border-color: #242424 !important;
}
.drop-box .scroll-box {
  position: relative;
  width: 100%;
  height: 66px;
  padding: 0 10px 0 2px;
  overflow: auto;
}
.drop-box .btn-control-top {
  position: absolute;
  top: -14px;
  left: -9px;
}
.drop-box .btn-control-top-right {
  left: auto;
  right: -9px !important;
}
.drop-box .btn-control-bottom {
  position: absolute;
  bottom: -13px;
  right: -9px;
}
.drop-box .btn-control-top .btn-primary-border,
.drop-box .btn-control-bottom .btn-primary-border {
  background-color: #1674ff;
  border: 1px solid #13cdf8;
}
.drop-box .btn-control-top .btn-yellow-border,
.drop-box .btn-control-bottom .btn-yellow-border {
  background-color: #d7c897;
  border: 1px solid #ad9c67;
}
.drop-box .btn-control-top .btn-cicle,
.drop-box .btn-control-bottom .btn-cicle {
  width: 23px;
  height: 23px;
  border-radius: 100%;
}
.drop-box .btn-control-top .btn-lock,
.drop-box .btn-control-bottom .btn-lock {
  font-family: "AvenirNext";
  font-size: 8px;
  font-weight: 800;
  color: #fff;
  min-width: 44px;
  height: 22px;
  line-height: 22px;
  padding: 0 6px;
  border-radius: 8px;
}
.drop-box .btn-close {
  width: 18px;
  height: 18px;
  padding: 0;
  margin: 0;
  background-color: transparent;
  border: none;
  opacity: 0.8;
}
.drop-box .btn-close .icon {
  vertical-align: middle;
  width: 8px;
  height: 8px;
}
.drop-box .btn-close:hover {
  opacity: 1;
}
.drop-box .btn-close:focus,
.drop-box .btn-close:active {
  box-shadow: none;
  border: none;
  background-color: transparent;
}
.drop-box p {
  font-family: "AvenirNext";
  font-weight: 800;
  font-size: 8px;
  line-height: 14px;
  color: #222222;
  text-align: center;
  margin: 2px 0;
}
.drop-box p.tx-orange {
  color: #e35454;
}
.drop-box p.tx-boldest {
  font-weight: 900;
}
.drop-box p.tx-normal {
  font-weight: 600;
}
.drop-box .drop-box-control {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 3px 11px;
}
.drop-box .drop-box-control .drop-input {
  position: relative;
}
.drop-box .drop-box-control .drop-input .form-control {
  color: #222222;
  height: 23px;
  line-height: 23px;
  padding-right: 20px;
  padding-left: 6px;
  border-radius: 2px;
  border: 2px solid #d8d8d8;
  background-color: #ffffff;
}
.drop-box .drop-box-control .drop-input .form-control:focus {
  box-shadow: none;
  border-color: #cbcbcb;
}
.drop-box .drop-box-control .drop-input .btn-send {
  position: absolute;
  top: 4px;
  right: 3px;
  width: 15px;
  height: 15px;
  padding: 0;
  border: none;
  background-color: transparent;
}
.drop-box .drop-box-control .drop-input .btn-send .icon {
  width: 15px;
  height: 15px;
}
.drop-box .drop-box-control .drop-button-group {
  display: flex;
  align-items: center;
  flex: 1;
  height: 16px;
}
.drop-box .drop-box-control .drop-button-group .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 10px;
  height: 10px;
  margin: 0 4px 0 0;
  padding: 0;
  border-radius: 2px;
  background-color: transparent;
}
.drop-box .drop-box-control .drop-button-group .btn.btn-blue-color {
  background-color: #49a8ed;
}
.drop-box .drop-box-control .drop-button-group .btn.btn-red-color {
  background-color: #e74559;
}
.drop-box .drop-box-control .drop-button-group .btn.btn-green-color {
  background-color: #46df68;
}
.drop-box .drop-box-control .drop-button-group .btn.btn-dark-color {
  background-color: #242424;
}
.drop-box .drop-box-control .drop-button-group .btn.btn-dashed-line {
  border: 1px dashed #000000;
}
.drop-box .drop-box-control .drop-button-group .btn.btn-solid-line {
  border: 1px solid #000000;
}
.modal .modal-section-content {
  border-radius: 4px;
  background-color: #1E1E1E;
  border: 1px solid #000000;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5) !important;
}
.modal .modal-section-content h5 {
  font-family: "AvenirNext";
  font-size: 24px;
  line-height: 33px;
  color: #fff;
}
.modal .modal-section-content .modal-body .dark-border {
  border-radius: 4px;
  border: 1px solid #000000;
  background-color: #212224;
}
.modal .modal-section-content .modal-body .dark-line {
  width: 100%;
  height: 1px;
  background-color: #000000;
}
.modal .modal-section-content .modal-body .modal-row {
  display: flex;
  margin: 0 -4px;
}
.modal .modal-section-content .modal-body .modal-row .modal-col {
  position: relative;
  flex: 1;
  margin: 0 4px;
}
.modal .modal-section-content .modal-body .modal-row .dark-position {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.modal .modal-section-content .modal-body .modal-row .tx-section-title {
  font-family: 'AvenirNext';
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #fff;
}
.section-item {
  display: flex;
  align-items: center;
  margin-top: 17px;
}
.section-item img {
  width: 112px;
  height: 82px;
  margin-right: 34px;
}
.section-item h4 {
  font-family: 'AvenirNext';
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #fff;
}
.section-item .info {
  font-family: 'AvenirNext';
  font-weight: 600;
  font-size: 10px;
  line-height: 14px;
  color: #1A79FF;
  margin-bottom: 6px;
}
.form-group-scale {
  -webkit-transform: scale(0.83) !important;
  -ms-transform: scale(0.83) !important;
  transform: scale(0.83) !important;
  transform-origin: 0 0;
}
.tool-shape {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  padding: 0;
  background-color: transparent;
  transform-origin: center center;
  z-index: 99;
}
.tool-shape .shape-dot {
  position: absolute;
  display: none;
  width: 5px;
  height: 5px;
  border-radius: 20px;
  background-color: #000;
  z-index: 10;
}
.tool-shape .shape-dot.left-top {
  top: -2px;
  left: -2px;
  cursor: nw-resize;
}
.tool-shape .shape-dot.left-bottom {
  bottom: -2px;
  left: -2px;
  cursor: sw-resize;
}
.tool-shape .shape-dot.right-top {
  top: -2px;
  right: -2px;
  cursor: ne-resize;
}
.tool-shape .shape-dot.right-bottom {
  bottom: -2px;
  right: -2px;
  cursor: se-resize;
}
.tool-shape .shape-dot.left {
  top: -2px;
  left: -2px;
  cursor: w-resize;
}
.tool-shape .shape-dot.right {
  bottom: -2px;
  right: -7px;
  cursor: e-resize;
}
.tool-shape .shape-arrow {
  position: relative;
  width: 100%;
  height: 1px;
  background-color: #000;
  transform-origin: center center;
}
.tool-shape .shape-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-left: 8px solid transparent;
  border-top: 8px solid #000;
  border-right: 0 solid transparent;
  border-bottom: 8px solid transparent;
  transform: rotate(45deg);
  z-index: 5;
}
.tool-shape .shape-cicle {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.tool-shape .shape-cicle .shape-border {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #000;
}
.tool-shape .shape-cicle .shape-dot {
  display: block;
}
.tool-shape .shape-rect {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.tool-shape .shape-line {
  position: relative;
  width: 100%;
  height: 1px;
  background-color: #000;
}
.tool-shape .shape-line .shape-dot.right {
  bottom: -2px;
  right: -2px;
  cursor: e-resize;
}
.tool-shape:hover .shape-cicle .shape-border {
  display: block;
}
.tool-shape:hover .shape-rect .shape-dot,
.tool-shape:hover .shape-line .shape-dot,
.tool-shape:hover .shape-arrow .shape-dot {
  display: block;
}
.tool-rect-word {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  min-height: 40px;
  border: 1px solid #999999;
  background-color: #ffffff;
  transform-origin: center center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  z-index: 99;
}
.tool-rect-word .info {
  font-size: 12px;
  line-height: 16px;
  color: #000;
  text-align: center;
  padding: 12px;
  box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1) inset;
}
.tool-rect-word .shape-dot {
  position: absolute;
  display: none;
  width: 5px;
  height: 5px;
  border-radius: 20px;
  background-color: #000;
  z-index: 10;
}
.tool-rect-word .shape-dot.left-top {
  top: -2px;
  left: -2px;
  cursor: nw-resize;
}
.tool-rect-word .shape-dot.left-bottom {
  bottom: -2px;
  left: -2px;
  cursor: sw-resize;
}
.tool-rect-word .shape-dot.right-top {
  top: -2px;
  right: -2px;
  cursor: ne-resize;
}
.tool-rect-word .shape-dot.right-bottom {
  bottom: -2px;
  right: -2px;
  cursor: se-resize;
}
.tool-rect-word:hover .shape-dot {
  display: block;
}
.transition {
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}
.catalogue-carousel .carousel-inner .item .item-inner {
  justify-content: flex-start !important;
  z-index: 5;
}
.modal.modal-fullscreen.gallery-zoomin-modal .modal-content {
  overflow: hidden !important;
}
.modal.modal-fullscreen .modal-header {
  z-index: 10;
}
.modal.modal-fullscreen .catalogue-carousel .carousel-control.left,
.modal.modal-fullscreen .catalogue-carousel .carousel-control.right {
  width: 80px;
  height: 80px;
  background: #000;
  border-radius: 50%;
  top: 50%;
  margin-top: -40px;
  opacity: 0.4;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}
.modal.modal-fullscreen .catalogue-carousel .carousel-control.left .icon,
.modal.modal-fullscreen .catalogue-carousel .carousel-control.right .icon {
  width: 28px;
  height: 28px;
}
.modal.modal-fullscreen .catalogue-carousel .carousel-control.left.left,
.modal.modal-fullscreen .catalogue-carousel .carousel-control.right.left {
  left: -50px;
}
.modal.modal-fullscreen .catalogue-carousel .carousel-control.left.left:hover,
.modal.modal-fullscreen .catalogue-carousel .carousel-control.right.left:hover {
  left: -25px;
}
.modal.modal-fullscreen .catalogue-carousel .carousel-control.left.right,
.modal.modal-fullscreen .catalogue-carousel .carousel-control.right.right {
  right: -50px;
}
.modal.modal-fullscreen .catalogue-carousel .carousel-control.left.right:hover,
.modal.modal-fullscreen .catalogue-carousel .carousel-control.right.right:hover {
  right: -25px;
}
.calalogues-thumbnail {
  position: absolute;
  bottom: 0;
  top: auto !important;
  left: 0;
  width: 100%;
  height: 400px;
  padding: 32px 0;
  border-top: 1px solid #979797;
  background-color: #212224;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}
.calalogues-thumbnail .thumbnail-control {
  position: absolute;
  top: -16px;
  left: 50%;
  margin-left: -40px;
  width: 79px;
  height: 33px;
  border: 1px solid #979797;
  border-radius: 16.5px;
  padding-top: 3px;
  background-color: #121314;
  z-index: 20;
}
.calalogues-thumbnail .thumbnail-control .line {
  display: block;
  width: 31px;
  height: 3px;
  border-radius: 20px;
  margin: 4px auto;
  background-color: #fff;
}
.calalogues-thumbnail .thumbnail-top {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.calalogues-thumbnail .thumbnail-top .name,
.calalogues-thumbnail .thumbnail-top .date {
  color: "#F9F4F1";
  font-family: "AvenirNext";
  font-weight: 600;
  font-size: 22px;
  line-height: 33px;
  letter-spacing: 0.55px;
  margin-left: 32px;
}
.calalogues-thumbnail .thumbnail-top .date {
  font-weight: 800;
  margin-left: 45px;
}
.calalogues-thumbnail .thumbnail-bottom {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: calc(100% - 60px);
  overflow: auto;
}
.calalogues-thumbnail .thumbnail-bottom .item {
  position: relative;
  width: auto;
  height: 100%;
  flex-shrink: 0;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}
.calalogues-thumbnail .thumbnail-bottom .item .thumbnail-item {
  width: auto;
  height: calc(100% - 45px);
  opacity: 0.77;
  border: 1px solid transparent;
  border-style: inset;
  position: relative;
}
.calalogues-thumbnail .thumbnail-bottom .item .thumbnail-item .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.5);
}
.calalogues-thumbnail .thumbnail-bottom .item .thumbnail-item .mask img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px !important;
  border: 5px solid transparent;
  height: 50px !important;
  display: block;
  transform: translate(-25px, -25px);
}
.calalogues-thumbnail .thumbnail-bottom .item .thumbnail-item img {
  max-width: 100%;
  width: auto;
  border: 5px solid transparent;
  height: 100%;
}
.calalogues-thumbnail .thumbnail-bottom .item .text {
  font-family: "AvenirNext";
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  line-height: 19px;
  letter-spacing: 0.35px;
  text-align: center;
  margin-top: 15px;
}
.calalogues-thumbnail .thumbnail-bottom .item.active .thumbnail-item > img {
  border: 5px solid #167AFF;
  opacity: 1;
}
.calalogues-thumbnail .thumbnail-bottom .item.active .thumbnail-item .mask {
  border: 5px solid #167AFF;
  opacity: 1;
}
.calalogues-thumbnail .thumbnail-bottom .owl-nav .owl-prev,
.calalogues-thumbnail .thumbnail-bottom .owl-nav .owl-next {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  margin-top: -21px;
  font-size: 42px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: #000;
  opacity: 0.6;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}
.calalogues-thumbnail .thumbnail-bottom .owl-nav .owl-prev span,
.calalogues-thumbnail .thumbnail-bottom .owl-nav .owl-next span {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 33px;
}
.calalogues-thumbnail .thumbnail-bottom .owl-nav .owl-prev {
  left: -28px;
}
.calalogues-thumbnail .thumbnail-bottom .owl-nav .owl-prev:hover {
  left: -8px;
}
.calalogues-thumbnail .thumbnail-bottom .owl-nav .owl-next {
  right: -28px;
}
.calalogues-thumbnail .thumbnail-bottom .owl-nav .owl-next:hover {
  right: -8px;
}
.calalogues-thumbnail .thumbnail-nav .owl-prev,
.calalogues-thumbnail .thumbnail-nav .owl-next {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  font-size: 42px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: #000;
  opacity: 0.6;
  text-align: center;
  cursor: pointer;
  z-index: 20;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}
.calalogues-thumbnail .thumbnail-nav .owl-prev span,
.calalogues-thumbnail .thumbnail-nav .owl-next span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
}
.calalogues-thumbnail .thumbnail-nav .owl-prev {
  left: -28px;
}
.calalogues-thumbnail .thumbnail-nav .owl-prev:hover {
  left: -8px;
}
.calalogues-thumbnail .thumbnail-nav .owl-next {
  right: -28px;
}
.calalogues-thumbnail .thumbnail-nav .owl-next:hover {
  right: -8px;
}
.calalogues-thumbnail .calalogues-slide-toggle {
  position: absolute;
  top: 32px;
  right: 20px;
  width: 32px;
  height: 32px;
  cursor: pointer;
}
.calalogues-thumbnail .calalogues-slide-toggle::before {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -4px;
  left: 50%;
  margin-left: -4px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #F9F4F1;
  border-bottom: 8px solid transparent;
}
.calalogues-thumbnail.closed {
  bottom: -100%;
}
.calalogues-thumbnail.closed .calalogues-slide-toggle {
  position: fixed;
  bottom: 32px;
  top: auto;
}
.calalogues-thumbnail.closed .calalogues-slide-toggle::before {
  content: '';
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #F9F4F1;
  border-top: 8px solid transparent;
}
.checkbox.checkbox-white-bg label:before {
  background-color: white;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
}
.dropdown-status {
  display: inline-block;
}
.dropdown-status.dropdown-has-line {
  margin-right: 30px;
}
.dropdown-status.dropdown-has-line::after {
  content: "";
  position: absolute;
  top: 0;
  right: -20px;
  width: 1px;
  height: 36px;
  background-color: #6A6E71;
}
.dropdown-status .btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-width: 90px;
  border: 1px solid #DDDDDD;
  background-color: #ACBBCF;
}
.dropdown-status .btn:focus,
.dropdown-status .btn:hover {
  color: #ffffff;
}
.dropdown-status .btn.btn-blue {
  border: 1px solid #84A2F6;
  background-color: #285EF6;
}
.dropdown-status .btn.btn-yellow {
  border: 1px solid #FFDDA7;
  background-color: #E8A944;
}
.dropdown-status .btn.btn-green {
  border: 1px solid #93DE8E;
  background-color: #64D05D;
}
.dropdown-status .btn.btn-green-text {
  color: #178110;
}
.dropdown-status .dropdown-menu {
  background: #424242;
  border: 1px solid #000000;
  box-sizing: border-box;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  min-width: 200px;
}
.dropdown-status .dropdown-menu li a {
  display: block;
  font-family: 'AvenirNext';
  padding: 5px 24px;
  color: #FFFFFF;
  white-space: nowrap;
}
.dropdown-status .dropdown-menu li a:hover {
  background-color: #3978F6;
  text-decoration: none;
}
.lock-status {
  display: flex;
  align-items: center;
  font-family: "AvenirNext";
  font-size: 12px;
  font-weight: 600;
  color: #FFFFFF;
  min-height: 34px;
}
*:focus,
.checkbox input[type=checkbox]:focus + label:before,
.checkbox input[type=radio]:focus + label:before {
  outline: none !important;
}
.height-full {
  height: 100%;
}
.height-65 {
  height: 65px;
}
.height-81 {
  height: 81px;
}
.no-border {
  border: none !important;
}
.position-relative {
  position: relative !important;
}
.cursor-pointer {
  cursor: pointer;
}
.scroll-x {
  overflow-x: auto;
}
.zindex-10 {
  z-index: 10;
}
.top-2 {
  top: 2px !important;
}
.h-43 {
  height: 43px;
}
.w-20p {
  width: 20% !important;
}
.w-40 {
  width: 40px !important;
}
.w-100 {
  width: 100% !important;
}
.mw-275 {
  min-width: 275px !important;
}
.mb-8 {
  margin-bottom: 8px !important;
}
.mb-16 {
  margin-bottom: 16px !important;
}
.mb-24 {
  margin-bottom: 24px !important;
}
.mb-32 {
  margin-bottom: 32px !important;
}
.mb-48 {
  margin-bottom: 48px !important;
}
.mt-n32 {
  margin-top: -32px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mt-32 {
  margin-top: 32px !important;
}
.mt-24 {
  margin-top: 24px !important;
}
.mt-10 {
  margin-top: 10px !important;
}
.mt-8 {
  margin-top: 8px !important;
}
.mt-5 {
  margin-top: 5px !important;
}
.mt-2 {
  margin-top: 2px !important;
}
.mr-24 {
  margin-right: 24px !important;
}
.mr-8 {
  margin-right: 8px !important;
}
.ml-8 {
  margin-left: 8px !important;
}
.ml-14 {
  margin-left: 14px !important;
}
.ml-4 {
  margin-left: 4px !important;
}
.mr-2 {
  margin-right: 2px !important;
}
.mx-16 {
  margin-left: 16px !important;
  margin-right: 16px !important;
}
.mx-12 {
  margin-left: 12px !important;
  margin-right: 12px !important;
}
.mx-8 {
  margin-left: 8px !important;
  margin-right: 8px !important;
}
.mx-2 {
  margin-left: 2px !important;
  margin-right: 2px !important;
}
.mlr-10 {
  margin: 0 10px !important;
}
.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.mr-auto {
  margin-right: auto !important;
}
.ml-auto {
  margin-left: auto !important;
}
.px-16 {
  padding-left: 16px !important;
  padding-right: 16px !important;
}
.px-12 {
  padding-left: 12px !important;
  padding-right: 12px !important;
}
.pr-8 {
  padding-right: 8px !important;
}
.pb-18 {
  padding-bottom: 18px !important;
}
.pb-48 {
  padding-bottom: 48px !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.py-12 {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.px-15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.px-8 {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.pt-16 {
  padding-top: 16px !important;
}
.pt-2 {
  padding-top: 2px !important;
}
.p-0 {
  padding: 0 !important;
}
.p-8 {
  padding: 8px !important;
}
.pr-0 {
  padding-right: 0 !important;
}
.br-0 {
  border-right: 0 !important;
}
.bl-0 {
  border-left: 0 !important;
}
.m-0 {
  margin: 0 !important;
}
.font-12 {
  font-size: 12px !important;
}
.font-10 {
  font-size: 10px !important;
}
.font-9 {
  font-size: 9px !important;
}
.font-500 {
  font-weight: 500 !important;
}
.font-bold {
  font-weight: bold !important;
}
.font-white {
  color: #fff !important;
}
.font-blue {
  color: #167AFF !important;
}
.font-grey-01 {
  color: #949CA9 !important;
}
.font-grey-02 {
  color: #7E8590 !important;
}
.font-grey-03 {
  color: rgba(250, 250, 251, 0.52) !important;
}
.font-grey-04 {
  color: rgba(250, 250, 251, 0.5) !important;
}
.bg-grey-01 {
  background-color: #212224;
}
.height-32 {
  height: 32px;
}
.bg-dark-grey {
  background: #282A2D;
}
.border-top-light-grey {
  border-top: 1px solid #4F5156;
}
.font-green {
  color: #51EEAD !important;
}
.font-red {
  color: #FA2556 !important;
}
.font-avenir {
  font-family: "Avenir Next" !important;
}
.bg-grey-02 {
  background-color: #303236 !important;
}
.bg-grey-03 {
  background-color: #3B3D42 !important;
}
.bg-grey-04 {
  background-color: #282A2D !important;
}
.bg-none {
  background: none !important;
}
.bg-round {
  background-color: #282A2D;
  border-radius: 45px;
  padding: 5px 8px 3px;
  line-height: 1;
}
.space-10 {
  padding-right: 10px;
}
.d-flex {
  display: flex !important;
}
.d-inline {
  display: inline !important;
}
.d-table-row {
  display: table-row !important;
}
.btn-108 {
  width: 108px;
  line-height: 1;
}
.icon {
  width: 16px;
  height: 16px;
}
.icon:before {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
}
.icon-xmas {
  padding: 0;
}
.icon-xmas:before {
  background-image: url(../images/icon-xmas-blue.svg);
}
.icon-menu:before {
  background-image: url(../images/icon-menu.svg);
}
.icon-bin:before {
  background-image: url(../images/icon-bin.svg);
}
.icon-bin-white:before {
  background-image: url(../images/icon-bin-white.svg);
}
.icon-setting:before {
  background-image: url(../images/icon-setting.svg);
}
.icon-cloud-sun:before {
  background-image: url(../images/icon-cloud-sun.svg);
}
.icon-sun:before {
  background-image: url(../images/icon-sun.svg);
}
.icon-rain:before {
  background-image: url(../images/icon-rain.svg);
}
.icon-preview:before {
  background-image: url(../images/icon-preview.svg);
}
.icon-pin:before {
  background-image: url(../images/icon-pin-02.svg);
}
.icon-edit:before {
  background-image: url(../images/icon-edit-02-white.svg);
}
.icon-cross:before {
  background-image: url(../images/icon-cross-white.svg);
}
.icon-plus:before {
  background-image: url(../images/icon-plus.svg);
}
.width-auto {
  width: auto !important;
}
.width-50 {
  width: 50% !important;
}
.width-58 {
  width: 58px !important;
}
.bb-grey {
  border-bottom: 1px solid #3B3D42;
  background-color: #212224;
  padding: 0 16px;
}
.br-grey {
  border-right: 1px solid #3B3D42;
}
@media (min-width: 0) {
  .xs-p-0 {
    padding: 0px !important;
  }
  .xs-pt-0 {
    padding-top: 0px !important;
  }
  .xs-pl-0 {
    padding-left: 0px !important;
  }
  .xs-pr-0 {
    padding-right: 0px !important;
  }
  .xs-pb-0 {
    padding-bottom: 0px !important;
  }
  .xs-m-0 {
    margin: 0px !important;
  }
  .xs-mt-0 {
    margin-top: 0px !important;
  }
  .xs-ml-0 {
    margin-left: 0px !important;
  }
  .xs-mr-0 {
    margin-right: 0px !important;
  }
  .xs-mb-0 {
    margin-bottom: 0px !important;
  }
  .xs-p-1 {
    padding: 1px !important;
  }
  .xs-pt-1 {
    padding-top: 1px !important;
  }
  .xs-pl-1 {
    padding-left: 1px !important;
  }
  .xs-pr-1 {
    padding-right: 1px !important;
  }
  .xs-pb-1 {
    padding-bottom: 1px !important;
  }
  .xs-m-1 {
    margin: 1px !important;
  }
  .xs-mt-1 {
    margin-top: 1px !important;
  }
  .xs-ml-1 {
    margin-left: 1px !important;
  }
  .xs-mr-1 {
    margin-right: 1px !important;
  }
  .xs-mb-1 {
    margin-bottom: 1px !important;
  }
  .xs-p-2 {
    padding: 2px !important;
  }
  .xs-pt-2 {
    padding-top: 2px !important;
  }
  .xs-pl-2 {
    padding-left: 2px !important;
  }
  .xs-pr-2 {
    padding-right: 2px !important;
  }
  .xs-pb-2 {
    padding-bottom: 2px !important;
  }
  .xs-m-2 {
    margin: 2px !important;
  }
  .xs-mt-2 {
    margin-top: 2px !important;
  }
  .xs-ml-2 {
    margin-left: 2px !important;
  }
  .xs-mr-2 {
    margin-right: 2px !important;
  }
  .xs-mb-2 {
    margin-bottom: 2px !important;
  }
  .xs-p-3 {
    padding: 3px !important;
  }
  .xs-pt-3 {
    padding-top: 3px !important;
  }
  .xs-pl-3 {
    padding-left: 3px !important;
  }
  .xs-pr-3 {
    padding-right: 3px !important;
  }
  .xs-pb-3 {
    padding-bottom: 3px !important;
  }
  .xs-m-3 {
    margin: 3px !important;
  }
  .xs-mt-3 {
    margin-top: 3px !important;
  }
  .xs-ml-3 {
    margin-left: 3px !important;
  }
  .xs-mr-3 {
    margin-right: 3px !important;
  }
  .xs-mb-3 {
    margin-bottom: 3px !important;
  }
  .xs-p-4 {
    padding: 4px !important;
  }
  .xs-pt-4 {
    padding-top: 4px !important;
  }
  .xs-pl-4 {
    padding-left: 4px !important;
  }
  .xs-pr-4 {
    padding-right: 4px !important;
  }
  .xs-pb-4 {
    padding-bottom: 4px !important;
  }
  .xs-m-4 {
    margin: 4px !important;
  }
  .xs-mt-4 {
    margin-top: 4px !important;
  }
  .xs-ml-4 {
    margin-left: 4px !important;
  }
  .xs-mr-4 {
    margin-right: 4px !important;
  }
  .xs-mb-4 {
    margin-bottom: 4px !important;
  }
  .xs-p-5 {
    padding: 5px !important;
  }
  .xs-pt-5 {
    padding-top: 5px !important;
  }
  .xs-pl-5 {
    padding-left: 5px !important;
  }
  .xs-pr-5 {
    padding-right: 5px !important;
  }
  .xs-pb-5 {
    padding-bottom: 5px !important;
  }
  .xs-m-5 {
    margin: 5px !important;
  }
  .xs-mt-5 {
    margin-top: 5px !important;
  }
  .xs-ml-5 {
    margin-left: 5px !important;
  }
  .xs-mr-5 {
    margin-right: 5px !important;
  }
  .xs-mb-5 {
    margin-bottom: 5px !important;
  }
  .xs-p-6 {
    padding: 6px !important;
  }
  .xs-pt-6 {
    padding-top: 6px !important;
  }
  .xs-pl-6 {
    padding-left: 6px !important;
  }
  .xs-pr-6 {
    padding-right: 6px !important;
  }
  .xs-pb-6 {
    padding-bottom: 6px !important;
  }
  .xs-m-6 {
    margin: 6px !important;
  }
  .xs-mt-6 {
    margin-top: 6px !important;
  }
  .xs-ml-6 {
    margin-left: 6px !important;
  }
  .xs-mr-6 {
    margin-right: 6px !important;
  }
  .xs-mb-6 {
    margin-bottom: 6px !important;
  }
  .xs-p-8 {
    padding: 8px !important;
  }
  .xs-pt-8 {
    padding-top: 8px !important;
  }
  .xs-pl-8 {
    padding-left: 8px !important;
  }
  .xs-pr-8 {
    padding-right: 8px !important;
  }
  .xs-pb-8 {
    padding-bottom: 8px !important;
  }
  .xs-m-8 {
    margin: 8px !important;
  }
  .xs-mt-8 {
    margin-top: 8px !important;
  }
  .xs-ml-8 {
    margin-left: 8px !important;
  }
  .xs-mr-8 {
    margin-right: 8px !important;
  }
  .xs-mb-8 {
    margin-bottom: 8px !important;
  }
  .xs-p-9 {
    padding: 9px !important;
  }
  .xs-pt-9 {
    padding-top: 9px !important;
  }
  .xs-pl-9 {
    padding-left: 9px !important;
  }
  .xs-pr-9 {
    padding-right: 9px !important;
  }
  .xs-pb-9 {
    padding-bottom: 9px !important;
  }
  .xs-m-9 {
    margin: 9px !important;
  }
  .xs-mt-9 {
    margin-top: 9px !important;
  }
  .xs-ml-9 {
    margin-left: 9px !important;
  }
  .xs-mr-9 {
    margin-right: 9px !important;
  }
  .xs-mb-9 {
    margin-bottom: 9px !important;
  }
  .xs-p-10 {
    padding: 10px !important;
  }
  .xs-pt-10 {
    padding-top: 10px !important;
  }
  .xs-pl-10 {
    padding-left: 10px !important;
  }
  .xs-pr-10 {
    padding-right: 10px !important;
  }
  .xs-pb-10 {
    padding-bottom: 10px !important;
  }
  .xs-m-10 {
    margin: 10px !important;
  }
  .xs-mt-10 {
    margin-top: 10px !important;
  }
  .xs-ml-10 {
    margin-left: 10px !important;
  }
  .xs-mr-10 {
    margin-right: 10px !important;
  }
  .xs-mb-10 {
    margin-bottom: 10px !important;
  }
  .xs-p-11 {
    padding: 11px !important;
  }
  .xs-pt-11 {
    padding-top: 11px !important;
  }
  .xs-pl-11 {
    padding-left: 11px !important;
  }
  .xs-pr-11 {
    padding-right: 11px !important;
  }
  .xs-pb-11 {
    padding-bottom: 11px !important;
  }
  .xs-m-11 {
    margin: 11px !important;
  }
  .xs-mt-11 {
    margin-top: 11px !important;
  }
  .xs-ml-11 {
    margin-left: 11px !important;
  }
  .xs-mr-11 {
    margin-right: 11px !important;
  }
  .xs-mb-11 {
    margin-bottom: 11px !important;
  }
  .xs-p-12 {
    padding: 12px !important;
  }
  .xs-pt-12 {
    padding-top: 12px !important;
  }
  .xs-pl-12 {
    padding-left: 12px !important;
  }
  .xs-pr-12 {
    padding-right: 12px !important;
  }
  .xs-pb-12 {
    padding-bottom: 12px !important;
  }
  .xs-m-12 {
    margin: 12px !important;
  }
  .xs-mt-12 {
    margin-top: 12px !important;
  }
  .xs-ml-12 {
    margin-left: 12px !important;
  }
  .xs-mr-12 {
    margin-right: 12px !important;
  }
  .xs-mb-12 {
    margin-bottom: 12px !important;
  }
  .xs-p-13 {
    padding: 13px !important;
  }
  .xs-pt-13 {
    padding-top: 13px !important;
  }
  .xs-pl-13 {
    padding-left: 13px !important;
  }
  .xs-pr-13 {
    padding-right: 13px !important;
  }
  .xs-pb-13 {
    padding-bottom: 13px !important;
  }
  .xs-m-13 {
    margin: 13px !important;
  }
  .xs-mt-13 {
    margin-top: 13px !important;
  }
  .xs-ml-13 {
    margin-left: 13px !important;
  }
  .xs-mr-13 {
    margin-right: 13px !important;
  }
  .xs-mb-13 {
    margin-bottom: 13px !important;
  }
  .xs-p-15 {
    padding: 15px !important;
  }
  .xs-pt-15 {
    padding-top: 15px !important;
  }
  .xs-pl-15 {
    padding-left: 15px !important;
  }
  .xs-pr-15 {
    padding-right: 15px !important;
  }
  .xs-pb-15 {
    padding-bottom: 15px !important;
  }
  .xs-m-15 {
    margin: 15px !important;
  }
  .xs-mt-15 {
    margin-top: 15px !important;
  }
  .xs-ml-15 {
    margin-left: 15px !important;
  }
  .xs-mr-15 {
    margin-right: 15px !important;
  }
  .xs-mb-15 {
    margin-bottom: 15px !important;
  }
  .xs-p-16 {
    padding: 16px !important;
  }
  .xs-pt-16 {
    padding-top: 16px !important;
  }
  .xs-pl-16 {
    padding-left: 16px !important;
  }
  .xs-pr-16 {
    padding-right: 16px !important;
  }
  .xs-pb-16 {
    padding-bottom: 16px !important;
  }
  .xs-m-16 {
    margin: 16px !important;
  }
  .xs-mt-16 {
    margin-top: 16px !important;
  }
  .xs-ml-16 {
    margin-left: 16px !important;
  }
  .xs-mr-16 {
    margin-right: 16px !important;
  }
  .xs-mb-16 {
    margin-bottom: 16px !important;
  }
  .xs-p-17 {
    padding: 17px !important;
  }
  .xs-pt-17 {
    padding-top: 17px !important;
  }
  .xs-pl-17 {
    padding-left: 17px !important;
  }
  .xs-pr-17 {
    padding-right: 17px !important;
  }
  .xs-pb-17 {
    padding-bottom: 17px !important;
  }
  .xs-m-17 {
    margin: 17px !important;
  }
  .xs-mt-17 {
    margin-top: 17px !important;
  }
  .xs-ml-17 {
    margin-left: 17px !important;
  }
  .xs-mr-17 {
    margin-right: 17px !important;
  }
  .xs-mb-17 {
    margin-bottom: 17px !important;
  }
  .xs-p-19 {
    padding: 19px !important;
  }
  .xs-pt-19 {
    padding-top: 19px !important;
  }
  .xs-pl-19 {
    padding-left: 19px !important;
  }
  .xs-pr-19 {
    padding-right: 19px !important;
  }
  .xs-pb-19 {
    padding-bottom: 19px !important;
  }
  .xs-m-19 {
    margin: 19px !important;
  }
  .xs-mt-19 {
    margin-top: 19px !important;
  }
  .xs-ml-19 {
    margin-left: 19px !important;
  }
  .xs-mr-19 {
    margin-right: 19px !important;
  }
  .xs-mb-19 {
    margin-bottom: 19px !important;
  }
  .xs-p-20 {
    padding: 20px !important;
  }
  .xs-pt-20 {
    padding-top: 20px !important;
  }
  .xs-pl-20 {
    padding-left: 20px !important;
  }
  .xs-pr-20 {
    padding-right: 20px !important;
  }
  .xs-pb-20 {
    padding-bottom: 20px !important;
  }
  .xs-m-20 {
    margin: 20px !important;
  }
  .xs-mt-20 {
    margin-top: 20px !important;
  }
  .xs-ml-20 {
    margin-left: 20px !important;
  }
  .xs-mr-20 {
    margin-right: 20px !important;
  }
  .xs-mb-20 {
    margin-bottom: 20px !important;
  }
  .xs-p-22 {
    padding: 22px !important;
  }
  .xs-pt-22 {
    padding-top: 22px !important;
  }
  .xs-pl-22 {
    padding-left: 22px !important;
  }
  .xs-pr-22 {
    padding-right: 22px !important;
  }
  .xs-pb-22 {
    padding-bottom: 22px !important;
  }
  .xs-m-22 {
    margin: 22px !important;
  }
  .xs-mt-22 {
    margin-top: 22px !important;
  }
  .xs-ml-22 {
    margin-left: 22px !important;
  }
  .xs-mr-22 {
    margin-right: 22px !important;
  }
  .xs-mb-22 {
    margin-bottom: 22px !important;
  }
  .xs-p-23 {
    padding: 23px !important;
  }
  .xs-pt-23 {
    padding-top: 23px !important;
  }
  .xs-pl-23 {
    padding-left: 23px !important;
  }
  .xs-pr-23 {
    padding-right: 23px !important;
  }
  .xs-pb-23 {
    padding-bottom: 23px !important;
  }
  .xs-m-23 {
    margin: 23px !important;
  }
  .xs-mt-23 {
    margin-top: 23px !important;
  }
  .xs-ml-23 {
    margin-left: 23px !important;
  }
  .xs-mr-23 {
    margin-right: 23px !important;
  }
  .xs-mb-23 {
    margin-bottom: 23px !important;
  }
  .xs-p-24 {
    padding: 24px !important;
  }
  .xs-pt-24 {
    padding-top: 24px !important;
  }
  .xs-pl-24 {
    padding-left: 24px !important;
  }
  .xs-pr-24 {
    padding-right: 24px !important;
  }
  .xs-pb-24 {
    padding-bottom: 24px !important;
  }
  .xs-m-24 {
    margin: 24px !important;
  }
  .xs-mt-24 {
    margin-top: 24px !important;
  }
  .xs-ml-24 {
    margin-left: 24px !important;
  }
  .xs-mr-24 {
    margin-right: 24px !important;
  }
  .xs-mb-24 {
    margin-bottom: 24px !important;
  }
  .xs-p-25 {
    padding: 25px !important;
  }
  .xs-pt-25 {
    padding-top: 25px !important;
  }
  .xs-pl-25 {
    padding-left: 25px !important;
  }
  .xs-pr-25 {
    padding-right: 25px !important;
  }
  .xs-pb-25 {
    padding-bottom: 25px !important;
  }
  .xs-m-25 {
    margin: 25px !important;
  }
  .xs-mt-25 {
    margin-top: 25px !important;
  }
  .xs-ml-25 {
    margin-left: 25px !important;
  }
  .xs-mr-25 {
    margin-right: 25px !important;
  }
  .xs-mb-25 {
    margin-bottom: 25px !important;
  }
  .xs-p-27 {
    padding: 27px !important;
  }
  .xs-pt-27 {
    padding-top: 27px !important;
  }
  .xs-pl-27 {
    padding-left: 27px !important;
  }
  .xs-pr-27 {
    padding-right: 27px !important;
  }
  .xs-pb-27 {
    padding-bottom: 27px !important;
  }
  .xs-m-27 {
    margin: 27px !important;
  }
  .xs-mt-27 {
    margin-top: 27px !important;
  }
  .xs-ml-27 {
    margin-left: 27px !important;
  }
  .xs-mr-27 {
    margin-right: 27px !important;
  }
  .xs-mb-27 {
    margin-bottom: 27px !important;
  }
  .xs-p-28 {
    padding: 28px !important;
  }
  .xs-pt-28 {
    padding-top: 28px !important;
  }
  .xs-pl-28 {
    padding-left: 28px !important;
  }
  .xs-pr-28 {
    padding-right: 28px !important;
  }
  .xs-pb-28 {
    padding-bottom: 28px !important;
  }
  .xs-m-28 {
    margin: 28px !important;
  }
  .xs-mt-28 {
    margin-top: 28px !important;
  }
  .xs-ml-28 {
    margin-left: 28px !important;
  }
  .xs-mr-28 {
    margin-right: 28px !important;
  }
  .xs-mb-28 {
    margin-bottom: 28px !important;
  }
  .xs-p-31 {
    padding: 31px !important;
  }
  .xs-pt-31 {
    padding-top: 31px !important;
  }
  .xs-pl-31 {
    padding-left: 31px !important;
  }
  .xs-pr-31 {
    padding-right: 31px !important;
  }
  .xs-pb-31 {
    padding-bottom: 31px !important;
  }
  .xs-m-31 {
    margin: 31px !important;
  }
  .xs-mt-31 {
    margin-top: 31px !important;
  }
  .xs-ml-31 {
    margin-left: 31px !important;
  }
  .xs-mr-31 {
    margin-right: 31px !important;
  }
  .xs-mb-31 {
    margin-bottom: 31px !important;
  }
  .xs-p-32 {
    padding: 32px !important;
  }
  .xs-pt-32 {
    padding-top: 32px !important;
  }
  .xs-pl-32 {
    padding-left: 32px !important;
  }
  .xs-pr-32 {
    padding-right: 32px !important;
  }
  .xs-pb-32 {
    padding-bottom: 32px !important;
  }
  .xs-m-32 {
    margin: 32px !important;
  }
  .xs-mt-32 {
    margin-top: 32px !important;
  }
  .xs-ml-32 {
    margin-left: 32px !important;
  }
  .xs-mr-32 {
    margin-right: 32px !important;
  }
  .xs-mb-32 {
    margin-bottom: 32px !important;
  }
  .xs-p-34 {
    padding: 34px !important;
  }
  .xs-pt-34 {
    padding-top: 34px !important;
  }
  .xs-pl-34 {
    padding-left: 34px !important;
  }
  .xs-pr-34 {
    padding-right: 34px !important;
  }
  .xs-pb-34 {
    padding-bottom: 34px !important;
  }
  .xs-m-34 {
    margin: 34px !important;
  }
  .xs-mt-34 {
    margin-top: 34px !important;
  }
  .xs-ml-34 {
    margin-left: 34px !important;
  }
  .xs-mr-34 {
    margin-right: 34px !important;
  }
  .xs-mb-34 {
    margin-bottom: 34px !important;
  }
  .xs-p-35 {
    padding: 35px !important;
  }
  .xs-pt-35 {
    padding-top: 35px !important;
  }
  .xs-pl-35 {
    padding-left: 35px !important;
  }
  .xs-pr-35 {
    padding-right: 35px !important;
  }
  .xs-pb-35 {
    padding-bottom: 35px !important;
  }
  .xs-m-35 {
    margin: 35px !important;
  }
  .xs-mt-35 {
    margin-top: 35px !important;
  }
  .xs-ml-35 {
    margin-left: 35px !important;
  }
  .xs-mr-35 {
    margin-right: 35px !important;
  }
  .xs-mb-35 {
    margin-bottom: 35px !important;
  }
  .xs-p-37 {
    padding: 37px !important;
  }
  .xs-pt-37 {
    padding-top: 37px !important;
  }
  .xs-pl-37 {
    padding-left: 37px !important;
  }
  .xs-pr-37 {
    padding-right: 37px !important;
  }
  .xs-pb-37 {
    padding-bottom: 37px !important;
  }
  .xs-m-37 {
    margin: 37px !important;
  }
  .xs-mt-37 {
    margin-top: 37px !important;
  }
  .xs-ml-37 {
    margin-left: 37px !important;
  }
  .xs-mr-37 {
    margin-right: 37px !important;
  }
  .xs-mb-37 {
    margin-bottom: 37px !important;
  }
  .xs-p-40 {
    padding: 40px !important;
  }
  .xs-pt-40 {
    padding-top: 40px !important;
  }
  .xs-pl-40 {
    padding-left: 40px !important;
  }
  .xs-pr-40 {
    padding-right: 40px !important;
  }
  .xs-pb-40 {
    padding-bottom: 40px !important;
  }
  .xs-m-40 {
    margin: 40px !important;
  }
  .xs-mt-40 {
    margin-top: 40px !important;
  }
  .xs-ml-40 {
    margin-left: 40px !important;
  }
  .xs-mr-40 {
    margin-right: 40px !important;
  }
  .xs-mb-40 {
    margin-bottom: 40px !important;
  }
  .xs-p-48 {
    padding: 48px !important;
  }
  .xs-pt-48 {
    padding-top: 48px !important;
  }
  .xs-pl-48 {
    padding-left: 48px !important;
  }
  .xs-pr-48 {
    padding-right: 48px !important;
  }
  .xs-pb-48 {
    padding-bottom: 48px !important;
  }
  .xs-m-48 {
    margin: 48px !important;
  }
  .xs-mt-48 {
    margin-top: 48px !important;
  }
  .xs-ml-48 {
    margin-left: 48px !important;
  }
  .xs-mr-48 {
    margin-right: 48px !important;
  }
  .xs-mb-48 {
    margin-bottom: 48px !important;
  }
  .xs-p-50 {
    padding: 50px !important;
  }
  .xs-pt-50 {
    padding-top: 50px !important;
  }
  .xs-pl-50 {
    padding-left: 50px !important;
  }
  .xs-pr-50 {
    padding-right: 50px !important;
  }
  .xs-pb-50 {
    padding-bottom: 50px !important;
  }
  .xs-m-50 {
    margin: 50px !important;
  }
  .xs-mt-50 {
    margin-top: 50px !important;
  }
  .xs-ml-50 {
    margin-left: 50px !important;
  }
  .xs-mr-50 {
    margin-right: 50px !important;
  }
  .xs-mb-50 {
    margin-bottom: 50px !important;
  }
  .xs-p-56 {
    padding: 56px !important;
  }
  .xs-pt-56 {
    padding-top: 56px !important;
  }
  .xs-pl-56 {
    padding-left: 56px !important;
  }
  .xs-pr-56 {
    padding-right: 56px !important;
  }
  .xs-pb-56 {
    padding-bottom: 56px !important;
  }
  .xs-m-56 {
    margin: 56px !important;
  }
  .xs-mt-56 {
    margin-top: 56px !important;
  }
  .xs-ml-56 {
    margin-left: 56px !important;
  }
  .xs-mr-56 {
    margin-right: 56px !important;
  }
  .xs-mb-56 {
    margin-bottom: 56px !important;
  }
  .xs-p-60 {
    padding: 60px !important;
  }
  .xs-pt-60 {
    padding-top: 60px !important;
  }
  .xs-pl-60 {
    padding-left: 60px !important;
  }
  .xs-pr-60 {
    padding-right: 60px !important;
  }
  .xs-pb-60 {
    padding-bottom: 60px !important;
  }
  .xs-m-60 {
    margin: 60px !important;
  }
  .xs-mt-60 {
    margin-top: 60px !important;
  }
  .xs-ml-60 {
    margin-left: 60px !important;
  }
  .xs-mr-60 {
    margin-right: 60px !important;
  }
  .xs-mb-60 {
    margin-bottom: 60px !important;
  }
  .xs-p-64 {
    padding: 64px !important;
  }
  .xs-pt-64 {
    padding-top: 64px !important;
  }
  .xs-pl-64 {
    padding-left: 64px !important;
  }
  .xs-pr-64 {
    padding-right: 64px !important;
  }
  .xs-pb-64 {
    padding-bottom: 64px !important;
  }
  .xs-m-64 {
    margin: 64px !important;
  }
  .xs-mt-64 {
    margin-top: 64px !important;
  }
  .xs-ml-64 {
    margin-left: 64px !important;
  }
  .xs-mr-64 {
    margin-right: 64px !important;
  }
  .xs-mb-64 {
    margin-bottom: 64px !important;
  }
  .xs-p-72 {
    padding: 72px !important;
  }
  .xs-pt-72 {
    padding-top: 72px !important;
  }
  .xs-pl-72 {
    padding-left: 72px !important;
  }
  .xs-pr-72 {
    padding-right: 72px !important;
  }
  .xs-pb-72 {
    padding-bottom: 72px !important;
  }
  .xs-m-72 {
    margin: 72px !important;
  }
  .xs-mt-72 {
    margin-top: 72px !important;
  }
  .xs-ml-72 {
    margin-left: 72px !important;
  }
  .xs-mr-72 {
    margin-right: 72px !important;
  }
  .xs-mb-72 {
    margin-bottom: 72px !important;
  }
  .xs-p-80 {
    padding: 80px !important;
  }
  .xs-pt-80 {
    padding-top: 80px !important;
  }
  .xs-pl-80 {
    padding-left: 80px !important;
  }
  .xs-pr-80 {
    padding-right: 80px !important;
  }
  .xs-pb-80 {
    padding-bottom: 80px !important;
  }
  .xs-m-80 {
    margin: 80px !important;
  }
  .xs-mt-80 {
    margin-top: 80px !important;
  }
  .xs-ml-80 {
    margin-left: 80px !important;
  }
  .xs-mr-80 {
    margin-right: 80px !important;
  }
  .xs-mb-80 {
    margin-bottom: 80px !important;
  }
  .xs-p-88 {
    padding: 88px !important;
  }
  .xs-pt-88 {
    padding-top: 88px !important;
  }
  .xs-pl-88 {
    padding-left: 88px !important;
  }
  .xs-pr-88 {
    padding-right: 88px !important;
  }
  .xs-pb-88 {
    padding-bottom: 88px !important;
  }
  .xs-m-88 {
    margin: 88px !important;
  }
  .xs-mt-88 {
    margin-top: 88px !important;
  }
  .xs-ml-88 {
    margin-left: 88px !important;
  }
  .xs-mr-88 {
    margin-right: 88px !important;
  }
  .xs-mb-88 {
    margin-bottom: 88px !important;
  }
}
.xs-mt-auto {
  margin-top: auto;
}
.xs-mb-auto {
  margin-bottom: auto;
}
.xs-ml-auto {
  margin-left: auto;
}
.xs-mr-auto {
  margin-right: auto;
}
@media (min-width: 768px) {
  .sm-p-0 {
    padding: 0px !important;
  }
  .sm-pt-0 {
    padding-top: 0px !important;
  }
  .sm-pl-0 {
    padding-left: 0px !important;
  }
  .sm-pr-0 {
    padding-right: 0px !important;
  }
  .sm-pb-0 {
    padding-bottom: 0px !important;
  }
  .sm-m-0 {
    margin: 0px !important;
  }
  .sm-mt-0 {
    margin-top: 0px !important;
  }
  .sm-ml-0 {
    margin-left: 0px !important;
  }
  .sm-mr-0 {
    margin-right: 0px !important;
  }
  .sm-mb-0 {
    margin-bottom: 0px !important;
  }
  .sm-p-1 {
    padding: 1px !important;
  }
  .sm-pt-1 {
    padding-top: 1px !important;
  }
  .sm-pl-1 {
    padding-left: 1px !important;
  }
  .sm-pr-1 {
    padding-right: 1px !important;
  }
  .sm-pb-1 {
    padding-bottom: 1px !important;
  }
  .sm-m-1 {
    margin: 1px !important;
  }
  .sm-mt-1 {
    margin-top: 1px !important;
  }
  .sm-ml-1 {
    margin-left: 1px !important;
  }
  .sm-mr-1 {
    margin-right: 1px !important;
  }
  .sm-mb-1 {
    margin-bottom: 1px !important;
  }
  .sm-p-2 {
    padding: 2px !important;
  }
  .sm-pt-2 {
    padding-top: 2px !important;
  }
  .sm-pl-2 {
    padding-left: 2px !important;
  }
  .sm-pr-2 {
    padding-right: 2px !important;
  }
  .sm-pb-2 {
    padding-bottom: 2px !important;
  }
  .sm-m-2 {
    margin: 2px !important;
  }
  .sm-mt-2 {
    margin-top: 2px !important;
  }
  .sm-ml-2 {
    margin-left: 2px !important;
  }
  .sm-mr-2 {
    margin-right: 2px !important;
  }
  .sm-mb-2 {
    margin-bottom: 2px !important;
  }
  .sm-p-3 {
    padding: 3px !important;
  }
  .sm-pt-3 {
    padding-top: 3px !important;
  }
  .sm-pl-3 {
    padding-left: 3px !important;
  }
  .sm-pr-3 {
    padding-right: 3px !important;
  }
  .sm-pb-3 {
    padding-bottom: 3px !important;
  }
  .sm-m-3 {
    margin: 3px !important;
  }
  .sm-mt-3 {
    margin-top: 3px !important;
  }
  .sm-ml-3 {
    margin-left: 3px !important;
  }
  .sm-mr-3 {
    margin-right: 3px !important;
  }
  .sm-mb-3 {
    margin-bottom: 3px !important;
  }
  .sm-p-4 {
    padding: 4px !important;
  }
  .sm-pt-4 {
    padding-top: 4px !important;
  }
  .sm-pl-4 {
    padding-left: 4px !important;
  }
  .sm-pr-4 {
    padding-right: 4px !important;
  }
  .sm-pb-4 {
    padding-bottom: 4px !important;
  }
  .sm-m-4 {
    margin: 4px !important;
  }
  .sm-mt-4 {
    margin-top: 4px !important;
  }
  .sm-ml-4 {
    margin-left: 4px !important;
  }
  .sm-mr-4 {
    margin-right: 4px !important;
  }
  .sm-mb-4 {
    margin-bottom: 4px !important;
  }
  .sm-p-5 {
    padding: 5px !important;
  }
  .sm-pt-5 {
    padding-top: 5px !important;
  }
  .sm-pl-5 {
    padding-left: 5px !important;
  }
  .sm-pr-5 {
    padding-right: 5px !important;
  }
  .sm-pb-5 {
    padding-bottom: 5px !important;
  }
  .sm-m-5 {
    margin: 5px !important;
  }
  .sm-mt-5 {
    margin-top: 5px !important;
  }
  .sm-ml-5 {
    margin-left: 5px !important;
  }
  .sm-mr-5 {
    margin-right: 5px !important;
  }
  .sm-mb-5 {
    margin-bottom: 5px !important;
  }
  .sm-p-6 {
    padding: 6px !important;
  }
  .sm-pt-6 {
    padding-top: 6px !important;
  }
  .sm-pl-6 {
    padding-left: 6px !important;
  }
  .sm-pr-6 {
    padding-right: 6px !important;
  }
  .sm-pb-6 {
    padding-bottom: 6px !important;
  }
  .sm-m-6 {
    margin: 6px !important;
  }
  .sm-mt-6 {
    margin-top: 6px !important;
  }
  .sm-ml-6 {
    margin-left: 6px !important;
  }
  .sm-mr-6 {
    margin-right: 6px !important;
  }
  .sm-mb-6 {
    margin-bottom: 6px !important;
  }
  .sm-p-8 {
    padding: 8px !important;
  }
  .sm-pt-8 {
    padding-top: 8px !important;
  }
  .sm-pl-8 {
    padding-left: 8px !important;
  }
  .sm-pr-8 {
    padding-right: 8px !important;
  }
  .sm-pb-8 {
    padding-bottom: 8px !important;
  }
  .sm-m-8 {
    margin: 8px !important;
  }
  .sm-mt-8 {
    margin-top: 8px !important;
  }
  .sm-ml-8 {
    margin-left: 8px !important;
  }
  .sm-mr-8 {
    margin-right: 8px !important;
  }
  .sm-mb-8 {
    margin-bottom: 8px !important;
  }
  .sm-p-9 {
    padding: 9px !important;
  }
  .sm-pt-9 {
    padding-top: 9px !important;
  }
  .sm-pl-9 {
    padding-left: 9px !important;
  }
  .sm-pr-9 {
    padding-right: 9px !important;
  }
  .sm-pb-9 {
    padding-bottom: 9px !important;
  }
  .sm-m-9 {
    margin: 9px !important;
  }
  .sm-mt-9 {
    margin-top: 9px !important;
  }
  .sm-ml-9 {
    margin-left: 9px !important;
  }
  .sm-mr-9 {
    margin-right: 9px !important;
  }
  .sm-mb-9 {
    margin-bottom: 9px !important;
  }
  .sm-p-10 {
    padding: 10px !important;
  }
  .sm-pt-10 {
    padding-top: 10px !important;
  }
  .sm-pl-10 {
    padding-left: 10px !important;
  }
  .sm-pr-10 {
    padding-right: 10px !important;
  }
  .sm-pb-10 {
    padding-bottom: 10px !important;
  }
  .sm-m-10 {
    margin: 10px !important;
  }
  .sm-mt-10 {
    margin-top: 10px !important;
  }
  .sm-ml-10 {
    margin-left: 10px !important;
  }
  .sm-mr-10 {
    margin-right: 10px !important;
  }
  .sm-mb-10 {
    margin-bottom: 10px !important;
  }
  .sm-p-11 {
    padding: 11px !important;
  }
  .sm-pt-11 {
    padding-top: 11px !important;
  }
  .sm-pl-11 {
    padding-left: 11px !important;
  }
  .sm-pr-11 {
    padding-right: 11px !important;
  }
  .sm-pb-11 {
    padding-bottom: 11px !important;
  }
  .sm-m-11 {
    margin: 11px !important;
  }
  .sm-mt-11 {
    margin-top: 11px !important;
  }
  .sm-ml-11 {
    margin-left: 11px !important;
  }
  .sm-mr-11 {
    margin-right: 11px !important;
  }
  .sm-mb-11 {
    margin-bottom: 11px !important;
  }
  .sm-p-12 {
    padding: 12px !important;
  }
  .sm-pt-12 {
    padding-top: 12px !important;
  }
  .sm-pl-12 {
    padding-left: 12px !important;
  }
  .sm-pr-12 {
    padding-right: 12px !important;
  }
  .sm-pb-12 {
    padding-bottom: 12px !important;
  }
  .sm-m-12 {
    margin: 12px !important;
  }
  .sm-mt-12 {
    margin-top: 12px !important;
  }
  .sm-ml-12 {
    margin-left: 12px !important;
  }
  .sm-mr-12 {
    margin-right: 12px !important;
  }
  .sm-mb-12 {
    margin-bottom: 12px !important;
  }
  .sm-p-13 {
    padding: 13px !important;
  }
  .sm-pt-13 {
    padding-top: 13px !important;
  }
  .sm-pl-13 {
    padding-left: 13px !important;
  }
  .sm-pr-13 {
    padding-right: 13px !important;
  }
  .sm-pb-13 {
    padding-bottom: 13px !important;
  }
  .sm-m-13 {
    margin: 13px !important;
  }
  .sm-mt-13 {
    margin-top: 13px !important;
  }
  .sm-ml-13 {
    margin-left: 13px !important;
  }
  .sm-mr-13 {
    margin-right: 13px !important;
  }
  .sm-mb-13 {
    margin-bottom: 13px !important;
  }
  .sm-p-15 {
    padding: 15px !important;
  }
  .sm-pt-15 {
    padding-top: 15px !important;
  }
  .sm-pl-15 {
    padding-left: 15px !important;
  }
  .sm-pr-15 {
    padding-right: 15px !important;
  }
  .sm-pb-15 {
    padding-bottom: 15px !important;
  }
  .sm-m-15 {
    margin: 15px !important;
  }
  .sm-mt-15 {
    margin-top: 15px !important;
  }
  .sm-ml-15 {
    margin-left: 15px !important;
  }
  .sm-mr-15 {
    margin-right: 15px !important;
  }
  .sm-mb-15 {
    margin-bottom: 15px !important;
  }
  .sm-p-16 {
    padding: 16px !important;
  }
  .sm-pt-16 {
    padding-top: 16px !important;
  }
  .sm-pl-16 {
    padding-left: 16px !important;
  }
  .sm-pr-16 {
    padding-right: 16px !important;
  }
  .sm-pb-16 {
    padding-bottom: 16px !important;
  }
  .sm-m-16 {
    margin: 16px !important;
  }
  .sm-mt-16 {
    margin-top: 16px !important;
  }
  .sm-ml-16 {
    margin-left: 16px !important;
  }
  .sm-mr-16 {
    margin-right: 16px !important;
  }
  .sm-mb-16 {
    margin-bottom: 16px !important;
  }
  .sm-p-17 {
    padding: 17px !important;
  }
  .sm-pt-17 {
    padding-top: 17px !important;
  }
  .sm-pl-17 {
    padding-left: 17px !important;
  }
  .sm-pr-17 {
    padding-right: 17px !important;
  }
  .sm-pb-17 {
    padding-bottom: 17px !important;
  }
  .sm-m-17 {
    margin: 17px !important;
  }
  .sm-mt-17 {
    margin-top: 17px !important;
  }
  .sm-ml-17 {
    margin-left: 17px !important;
  }
  .sm-mr-17 {
    margin-right: 17px !important;
  }
  .sm-mb-17 {
    margin-bottom: 17px !important;
  }
  .sm-p-19 {
    padding: 19px !important;
  }
  .sm-pt-19 {
    padding-top: 19px !important;
  }
  .sm-pl-19 {
    padding-left: 19px !important;
  }
  .sm-pr-19 {
    padding-right: 19px !important;
  }
  .sm-pb-19 {
    padding-bottom: 19px !important;
  }
  .sm-m-19 {
    margin: 19px !important;
  }
  .sm-mt-19 {
    margin-top: 19px !important;
  }
  .sm-ml-19 {
    margin-left: 19px !important;
  }
  .sm-mr-19 {
    margin-right: 19px !important;
  }
  .sm-mb-19 {
    margin-bottom: 19px !important;
  }
  .sm-p-20 {
    padding: 20px !important;
  }
  .sm-pt-20 {
    padding-top: 20px !important;
  }
  .sm-pl-20 {
    padding-left: 20px !important;
  }
  .sm-pr-20 {
    padding-right: 20px !important;
  }
  .sm-pb-20 {
    padding-bottom: 20px !important;
  }
  .sm-m-20 {
    margin: 20px !important;
  }
  .sm-mt-20 {
    margin-top: 20px !important;
  }
  .sm-ml-20 {
    margin-left: 20px !important;
  }
  .sm-mr-20 {
    margin-right: 20px !important;
  }
  .sm-mb-20 {
    margin-bottom: 20px !important;
  }
  .sm-p-22 {
    padding: 22px !important;
  }
  .sm-pt-22 {
    padding-top: 22px !important;
  }
  .sm-pl-22 {
    padding-left: 22px !important;
  }
  .sm-pr-22 {
    padding-right: 22px !important;
  }
  .sm-pb-22 {
    padding-bottom: 22px !important;
  }
  .sm-m-22 {
    margin: 22px !important;
  }
  .sm-mt-22 {
    margin-top: 22px !important;
  }
  .sm-ml-22 {
    margin-left: 22px !important;
  }
  .sm-mr-22 {
    margin-right: 22px !important;
  }
  .sm-mb-22 {
    margin-bottom: 22px !important;
  }
  .sm-p-23 {
    padding: 23px !important;
  }
  .sm-pt-23 {
    padding-top: 23px !important;
  }
  .sm-pl-23 {
    padding-left: 23px !important;
  }
  .sm-pr-23 {
    padding-right: 23px !important;
  }
  .sm-pb-23 {
    padding-bottom: 23px !important;
  }
  .sm-m-23 {
    margin: 23px !important;
  }
  .sm-mt-23 {
    margin-top: 23px !important;
  }
  .sm-ml-23 {
    margin-left: 23px !important;
  }
  .sm-mr-23 {
    margin-right: 23px !important;
  }
  .sm-mb-23 {
    margin-bottom: 23px !important;
  }
  .sm-p-24 {
    padding: 24px !important;
  }
  .sm-pt-24 {
    padding-top: 24px !important;
  }
  .sm-pl-24 {
    padding-left: 24px !important;
  }
  .sm-pr-24 {
    padding-right: 24px !important;
  }
  .sm-pb-24 {
    padding-bottom: 24px !important;
  }
  .sm-m-24 {
    margin: 24px !important;
  }
  .sm-mt-24 {
    margin-top: 24px !important;
  }
  .sm-ml-24 {
    margin-left: 24px !important;
  }
  .sm-mr-24 {
    margin-right: 24px !important;
  }
  .sm-mb-24 {
    margin-bottom: 24px !important;
  }
  .sm-p-25 {
    padding: 25px !important;
  }
  .sm-pt-25 {
    padding-top: 25px !important;
  }
  .sm-pl-25 {
    padding-left: 25px !important;
  }
  .sm-pr-25 {
    padding-right: 25px !important;
  }
  .sm-pb-25 {
    padding-bottom: 25px !important;
  }
  .sm-m-25 {
    margin: 25px !important;
  }
  .sm-mt-25 {
    margin-top: 25px !important;
  }
  .sm-ml-25 {
    margin-left: 25px !important;
  }
  .sm-mr-25 {
    margin-right: 25px !important;
  }
  .sm-mb-25 {
    margin-bottom: 25px !important;
  }
  .sm-p-27 {
    padding: 27px !important;
  }
  .sm-pt-27 {
    padding-top: 27px !important;
  }
  .sm-pl-27 {
    padding-left: 27px !important;
  }
  .sm-pr-27 {
    padding-right: 27px !important;
  }
  .sm-pb-27 {
    padding-bottom: 27px !important;
  }
  .sm-m-27 {
    margin: 27px !important;
  }
  .sm-mt-27 {
    margin-top: 27px !important;
  }
  .sm-ml-27 {
    margin-left: 27px !important;
  }
  .sm-mr-27 {
    margin-right: 27px !important;
  }
  .sm-mb-27 {
    margin-bottom: 27px !important;
  }
  .sm-p-28 {
    padding: 28px !important;
  }
  .sm-pt-28 {
    padding-top: 28px !important;
  }
  .sm-pl-28 {
    padding-left: 28px !important;
  }
  .sm-pr-28 {
    padding-right: 28px !important;
  }
  .sm-pb-28 {
    padding-bottom: 28px !important;
  }
  .sm-m-28 {
    margin: 28px !important;
  }
  .sm-mt-28 {
    margin-top: 28px !important;
  }
  .sm-ml-28 {
    margin-left: 28px !important;
  }
  .sm-mr-28 {
    margin-right: 28px !important;
  }
  .sm-mb-28 {
    margin-bottom: 28px !important;
  }
  .sm-p-31 {
    padding: 31px !important;
  }
  .sm-pt-31 {
    padding-top: 31px !important;
  }
  .sm-pl-31 {
    padding-left: 31px !important;
  }
  .sm-pr-31 {
    padding-right: 31px !important;
  }
  .sm-pb-31 {
    padding-bottom: 31px !important;
  }
  .sm-m-31 {
    margin: 31px !important;
  }
  .sm-mt-31 {
    margin-top: 31px !important;
  }
  .sm-ml-31 {
    margin-left: 31px !important;
  }
  .sm-mr-31 {
    margin-right: 31px !important;
  }
  .sm-mb-31 {
    margin-bottom: 31px !important;
  }
  .sm-p-32 {
    padding: 32px !important;
  }
  .sm-pt-32 {
    padding-top: 32px !important;
  }
  .sm-pl-32 {
    padding-left: 32px !important;
  }
  .sm-pr-32 {
    padding-right: 32px !important;
  }
  .sm-pb-32 {
    padding-bottom: 32px !important;
  }
  .sm-m-32 {
    margin: 32px !important;
  }
  .sm-mt-32 {
    margin-top: 32px !important;
  }
  .sm-ml-32 {
    margin-left: 32px !important;
  }
  .sm-mr-32 {
    margin-right: 32px !important;
  }
  .sm-mb-32 {
    margin-bottom: 32px !important;
  }
  .sm-p-34 {
    padding: 34px !important;
  }
  .sm-pt-34 {
    padding-top: 34px !important;
  }
  .sm-pl-34 {
    padding-left: 34px !important;
  }
  .sm-pr-34 {
    padding-right: 34px !important;
  }
  .sm-pb-34 {
    padding-bottom: 34px !important;
  }
  .sm-m-34 {
    margin: 34px !important;
  }
  .sm-mt-34 {
    margin-top: 34px !important;
  }
  .sm-ml-34 {
    margin-left: 34px !important;
  }
  .sm-mr-34 {
    margin-right: 34px !important;
  }
  .sm-mb-34 {
    margin-bottom: 34px !important;
  }
  .sm-p-35 {
    padding: 35px !important;
  }
  .sm-pt-35 {
    padding-top: 35px !important;
  }
  .sm-pl-35 {
    padding-left: 35px !important;
  }
  .sm-pr-35 {
    padding-right: 35px !important;
  }
  .sm-pb-35 {
    padding-bottom: 35px !important;
  }
  .sm-m-35 {
    margin: 35px !important;
  }
  .sm-mt-35 {
    margin-top: 35px !important;
  }
  .sm-ml-35 {
    margin-left: 35px !important;
  }
  .sm-mr-35 {
    margin-right: 35px !important;
  }
  .sm-mb-35 {
    margin-bottom: 35px !important;
  }
  .sm-p-37 {
    padding: 37px !important;
  }
  .sm-pt-37 {
    padding-top: 37px !important;
  }
  .sm-pl-37 {
    padding-left: 37px !important;
  }
  .sm-pr-37 {
    padding-right: 37px !important;
  }
  .sm-pb-37 {
    padding-bottom: 37px !important;
  }
  .sm-m-37 {
    margin: 37px !important;
  }
  .sm-mt-37 {
    margin-top: 37px !important;
  }
  .sm-ml-37 {
    margin-left: 37px !important;
  }
  .sm-mr-37 {
    margin-right: 37px !important;
  }
  .sm-mb-37 {
    margin-bottom: 37px !important;
  }
  .sm-p-40 {
    padding: 40px !important;
  }
  .sm-pt-40 {
    padding-top: 40px !important;
  }
  .sm-pl-40 {
    padding-left: 40px !important;
  }
  .sm-pr-40 {
    padding-right: 40px !important;
  }
  .sm-pb-40 {
    padding-bottom: 40px !important;
  }
  .sm-m-40 {
    margin: 40px !important;
  }
  .sm-mt-40 {
    margin-top: 40px !important;
  }
  .sm-ml-40 {
    margin-left: 40px !important;
  }
  .sm-mr-40 {
    margin-right: 40px !important;
  }
  .sm-mb-40 {
    margin-bottom: 40px !important;
  }
  .sm-p-48 {
    padding: 48px !important;
  }
  .sm-pt-48 {
    padding-top: 48px !important;
  }
  .sm-pl-48 {
    padding-left: 48px !important;
  }
  .sm-pr-48 {
    padding-right: 48px !important;
  }
  .sm-pb-48 {
    padding-bottom: 48px !important;
  }
  .sm-m-48 {
    margin: 48px !important;
  }
  .sm-mt-48 {
    margin-top: 48px !important;
  }
  .sm-ml-48 {
    margin-left: 48px !important;
  }
  .sm-mr-48 {
    margin-right: 48px !important;
  }
  .sm-mb-48 {
    margin-bottom: 48px !important;
  }
  .sm-p-50 {
    padding: 50px !important;
  }
  .sm-pt-50 {
    padding-top: 50px !important;
  }
  .sm-pl-50 {
    padding-left: 50px !important;
  }
  .sm-pr-50 {
    padding-right: 50px !important;
  }
  .sm-pb-50 {
    padding-bottom: 50px !important;
  }
  .sm-m-50 {
    margin: 50px !important;
  }
  .sm-mt-50 {
    margin-top: 50px !important;
  }
  .sm-ml-50 {
    margin-left: 50px !important;
  }
  .sm-mr-50 {
    margin-right: 50px !important;
  }
  .sm-mb-50 {
    margin-bottom: 50px !important;
  }
  .sm-p-56 {
    padding: 56px !important;
  }
  .sm-pt-56 {
    padding-top: 56px !important;
  }
  .sm-pl-56 {
    padding-left: 56px !important;
  }
  .sm-pr-56 {
    padding-right: 56px !important;
  }
  .sm-pb-56 {
    padding-bottom: 56px !important;
  }
  .sm-m-56 {
    margin: 56px !important;
  }
  .sm-mt-56 {
    margin-top: 56px !important;
  }
  .sm-ml-56 {
    margin-left: 56px !important;
  }
  .sm-mr-56 {
    margin-right: 56px !important;
  }
  .sm-mb-56 {
    margin-bottom: 56px !important;
  }
  .sm-p-60 {
    padding: 60px !important;
  }
  .sm-pt-60 {
    padding-top: 60px !important;
  }
  .sm-pl-60 {
    padding-left: 60px !important;
  }
  .sm-pr-60 {
    padding-right: 60px !important;
  }
  .sm-pb-60 {
    padding-bottom: 60px !important;
  }
  .sm-m-60 {
    margin: 60px !important;
  }
  .sm-mt-60 {
    margin-top: 60px !important;
  }
  .sm-ml-60 {
    margin-left: 60px !important;
  }
  .sm-mr-60 {
    margin-right: 60px !important;
  }
  .sm-mb-60 {
    margin-bottom: 60px !important;
  }
  .sm-p-64 {
    padding: 64px !important;
  }
  .sm-pt-64 {
    padding-top: 64px !important;
  }
  .sm-pl-64 {
    padding-left: 64px !important;
  }
  .sm-pr-64 {
    padding-right: 64px !important;
  }
  .sm-pb-64 {
    padding-bottom: 64px !important;
  }
  .sm-m-64 {
    margin: 64px !important;
  }
  .sm-mt-64 {
    margin-top: 64px !important;
  }
  .sm-ml-64 {
    margin-left: 64px !important;
  }
  .sm-mr-64 {
    margin-right: 64px !important;
  }
  .sm-mb-64 {
    margin-bottom: 64px !important;
  }
  .sm-p-72 {
    padding: 72px !important;
  }
  .sm-pt-72 {
    padding-top: 72px !important;
  }
  .sm-pl-72 {
    padding-left: 72px !important;
  }
  .sm-pr-72 {
    padding-right: 72px !important;
  }
  .sm-pb-72 {
    padding-bottom: 72px !important;
  }
  .sm-m-72 {
    margin: 72px !important;
  }
  .sm-mt-72 {
    margin-top: 72px !important;
  }
  .sm-ml-72 {
    margin-left: 72px !important;
  }
  .sm-mr-72 {
    margin-right: 72px !important;
  }
  .sm-mb-72 {
    margin-bottom: 72px !important;
  }
  .sm-p-80 {
    padding: 80px !important;
  }
  .sm-pt-80 {
    padding-top: 80px !important;
  }
  .sm-pl-80 {
    padding-left: 80px !important;
  }
  .sm-pr-80 {
    padding-right: 80px !important;
  }
  .sm-pb-80 {
    padding-bottom: 80px !important;
  }
  .sm-m-80 {
    margin: 80px !important;
  }
  .sm-mt-80 {
    margin-top: 80px !important;
  }
  .sm-ml-80 {
    margin-left: 80px !important;
  }
  .sm-mr-80 {
    margin-right: 80px !important;
  }
  .sm-mb-80 {
    margin-bottom: 80px !important;
  }
  .sm-p-88 {
    padding: 88px !important;
  }
  .sm-pt-88 {
    padding-top: 88px !important;
  }
  .sm-pl-88 {
    padding-left: 88px !important;
  }
  .sm-pr-88 {
    padding-right: 88px !important;
  }
  .sm-pb-88 {
    padding-bottom: 88px !important;
  }
  .sm-m-88 {
    margin: 88px !important;
  }
  .sm-mt-88 {
    margin-top: 88px !important;
  }
  .sm-ml-88 {
    margin-left: 88px !important;
  }
  .sm-mr-88 {
    margin-right: 88px !important;
  }
  .sm-mb-88 {
    margin-bottom: 88px !important;
  }
}
@media (min-width: 992px) {
  .md-p-0 {
    padding: 0px !important;
  }
  .md-pt-0 {
    padding-top: 0px !important;
  }
  .md-pl-0 {
    padding-left: 0px !important;
  }
  .md-pr-0 {
    padding-right: 0px !important;
  }
  .md-pb-0 {
    padding-bottom: 0px !important;
  }
  .md-m-0 {
    margin: 0px !important;
  }
  .md-mt-0 {
    margin-top: 0px !important;
  }
  .md-ml-0 {
    margin-left: 0px !important;
  }
  .md-mr-0 {
    margin-right: 0px !important;
  }
  .md-mb-0 {
    margin-bottom: 0px !important;
  }
  .md-p-1 {
    padding: 1px !important;
  }
  .md-pt-1 {
    padding-top: 1px !important;
  }
  .md-pl-1 {
    padding-left: 1px !important;
  }
  .md-pr-1 {
    padding-right: 1px !important;
  }
  .md-pb-1 {
    padding-bottom: 1px !important;
  }
  .md-m-1 {
    margin: 1px !important;
  }
  .md-mt-1 {
    margin-top: 1px !important;
  }
  .md-ml-1 {
    margin-left: 1px !important;
  }
  .md-mr-1 {
    margin-right: 1px !important;
  }
  .md-mb-1 {
    margin-bottom: 1px !important;
  }
  .md-p-2 {
    padding: 2px !important;
  }
  .md-pt-2 {
    padding-top: 2px !important;
  }
  .md-pl-2 {
    padding-left: 2px !important;
  }
  .md-pr-2 {
    padding-right: 2px !important;
  }
  .md-pb-2 {
    padding-bottom: 2px !important;
  }
  .md-m-2 {
    margin: 2px !important;
  }
  .md-mt-2 {
    margin-top: 2px !important;
  }
  .md-ml-2 {
    margin-left: 2px !important;
  }
  .md-mr-2 {
    margin-right: 2px !important;
  }
  .md-mb-2 {
    margin-bottom: 2px !important;
  }
  .md-p-3 {
    padding: 3px !important;
  }
  .md-pt-3 {
    padding-top: 3px !important;
  }
  .md-pl-3 {
    padding-left: 3px !important;
  }
  .md-pr-3 {
    padding-right: 3px !important;
  }
  .md-pb-3 {
    padding-bottom: 3px !important;
  }
  .md-m-3 {
    margin: 3px !important;
  }
  .md-mt-3 {
    margin-top: 3px !important;
  }
  .md-ml-3 {
    margin-left: 3px !important;
  }
  .md-mr-3 {
    margin-right: 3px !important;
  }
  .md-mb-3 {
    margin-bottom: 3px !important;
  }
  .md-p-4 {
    padding: 4px !important;
  }
  .md-pt-4 {
    padding-top: 4px !important;
  }
  .md-pl-4 {
    padding-left: 4px !important;
  }
  .md-pr-4 {
    padding-right: 4px !important;
  }
  .md-pb-4 {
    padding-bottom: 4px !important;
  }
  .md-m-4 {
    margin: 4px !important;
  }
  .md-mt-4 {
    margin-top: 4px !important;
  }
  .md-ml-4 {
    margin-left: 4px !important;
  }
  .md-mr-4 {
    margin-right: 4px !important;
  }
  .md-mb-4 {
    margin-bottom: 4px !important;
  }
  .md-p-5 {
    padding: 5px !important;
  }
  .md-pt-5 {
    padding-top: 5px !important;
  }
  .md-pl-5 {
    padding-left: 5px !important;
  }
  .md-pr-5 {
    padding-right: 5px !important;
  }
  .md-pb-5 {
    padding-bottom: 5px !important;
  }
  .md-m-5 {
    margin: 5px !important;
  }
  .md-mt-5 {
    margin-top: 5px !important;
  }
  .md-ml-5 {
    margin-left: 5px !important;
  }
  .md-mr-5 {
    margin-right: 5px !important;
  }
  .md-mb-5 {
    margin-bottom: 5px !important;
  }
  .md-p-6 {
    padding: 6px !important;
  }
  .md-pt-6 {
    padding-top: 6px !important;
  }
  .md-pl-6 {
    padding-left: 6px !important;
  }
  .md-pr-6 {
    padding-right: 6px !important;
  }
  .md-pb-6 {
    padding-bottom: 6px !important;
  }
  .md-m-6 {
    margin: 6px !important;
  }
  .md-mt-6 {
    margin-top: 6px !important;
  }
  .md-ml-6 {
    margin-left: 6px !important;
  }
  .md-mr-6 {
    margin-right: 6px !important;
  }
  .md-mb-6 {
    margin-bottom: 6px !important;
  }
  .md-p-8 {
    padding: 8px !important;
  }
  .md-pt-8 {
    padding-top: 8px !important;
  }
  .md-pl-8 {
    padding-left: 8px !important;
  }
  .md-pr-8 {
    padding-right: 8px !important;
  }
  .md-pb-8 {
    padding-bottom: 8px !important;
  }
  .md-m-8 {
    margin: 8px !important;
  }
  .md-mt-8 {
    margin-top: 8px !important;
  }
  .md-ml-8 {
    margin-left: 8px !important;
  }
  .md-mr-8 {
    margin-right: 8px !important;
  }
  .md-mb-8 {
    margin-bottom: 8px !important;
  }
  .md-p-9 {
    padding: 9px !important;
  }
  .md-pt-9 {
    padding-top: 9px !important;
  }
  .md-pl-9 {
    padding-left: 9px !important;
  }
  .md-pr-9 {
    padding-right: 9px !important;
  }
  .md-pb-9 {
    padding-bottom: 9px !important;
  }
  .md-m-9 {
    margin: 9px !important;
  }
  .md-mt-9 {
    margin-top: 9px !important;
  }
  .md-ml-9 {
    margin-left: 9px !important;
  }
  .md-mr-9 {
    margin-right: 9px !important;
  }
  .md-mb-9 {
    margin-bottom: 9px !important;
  }
  .md-p-10 {
    padding: 10px !important;
  }
  .md-pt-10 {
    padding-top: 10px !important;
  }
  .md-pl-10 {
    padding-left: 10px !important;
  }
  .md-pr-10 {
    padding-right: 10px !important;
  }
  .md-pb-10 {
    padding-bottom: 10px !important;
  }
  .md-m-10 {
    margin: 10px !important;
  }
  .md-mt-10 {
    margin-top: 10px !important;
  }
  .md-ml-10 {
    margin-left: 10px !important;
  }
  .md-mr-10 {
    margin-right: 10px !important;
  }
  .md-mb-10 {
    margin-bottom: 10px !important;
  }
  .md-p-11 {
    padding: 11px !important;
  }
  .md-pt-11 {
    padding-top: 11px !important;
  }
  .md-pl-11 {
    padding-left: 11px !important;
  }
  .md-pr-11 {
    padding-right: 11px !important;
  }
  .md-pb-11 {
    padding-bottom: 11px !important;
  }
  .md-m-11 {
    margin: 11px !important;
  }
  .md-mt-11 {
    margin-top: 11px !important;
  }
  .md-ml-11 {
    margin-left: 11px !important;
  }
  .md-mr-11 {
    margin-right: 11px !important;
  }
  .md-mb-11 {
    margin-bottom: 11px !important;
  }
  .md-p-12 {
    padding: 12px !important;
  }
  .md-pt-12 {
    padding-top: 12px !important;
  }
  .md-pl-12 {
    padding-left: 12px !important;
  }
  .md-pr-12 {
    padding-right: 12px !important;
  }
  .md-pb-12 {
    padding-bottom: 12px !important;
  }
  .md-m-12 {
    margin: 12px !important;
  }
  .md-mt-12 {
    margin-top: 12px !important;
  }
  .md-ml-12 {
    margin-left: 12px !important;
  }
  .md-mr-12 {
    margin-right: 12px !important;
  }
  .md-mb-12 {
    margin-bottom: 12px !important;
  }
  .md-p-13 {
    padding: 13px !important;
  }
  .md-pt-13 {
    padding-top: 13px !important;
  }
  .md-pl-13 {
    padding-left: 13px !important;
  }
  .md-pr-13 {
    padding-right: 13px !important;
  }
  .md-pb-13 {
    padding-bottom: 13px !important;
  }
  .md-m-13 {
    margin: 13px !important;
  }
  .md-mt-13 {
    margin-top: 13px !important;
  }
  .md-ml-13 {
    margin-left: 13px !important;
  }
  .md-mr-13 {
    margin-right: 13px !important;
  }
  .md-mb-13 {
    margin-bottom: 13px !important;
  }
  .md-p-15 {
    padding: 15px !important;
  }
  .md-pt-15 {
    padding-top: 15px !important;
  }
  .md-pl-15 {
    padding-left: 15px !important;
  }
  .md-pr-15 {
    padding-right: 15px !important;
  }
  .md-pb-15 {
    padding-bottom: 15px !important;
  }
  .md-m-15 {
    margin: 15px !important;
  }
  .md-mt-15 {
    margin-top: 15px !important;
  }
  .md-ml-15 {
    margin-left: 15px !important;
  }
  .md-mr-15 {
    margin-right: 15px !important;
  }
  .md-mb-15 {
    margin-bottom: 15px !important;
  }
  .md-p-16 {
    padding: 16px !important;
  }
  .md-pt-16 {
    padding-top: 16px !important;
  }
  .md-pl-16 {
    padding-left: 16px !important;
  }
  .md-pr-16 {
    padding-right: 16px !important;
  }
  .md-pb-16 {
    padding-bottom: 16px !important;
  }
  .md-m-16 {
    margin: 16px !important;
  }
  .md-mt-16 {
    margin-top: 16px !important;
  }
  .md-ml-16 {
    margin-left: 16px !important;
  }
  .md-mr-16 {
    margin-right: 16px !important;
  }
  .md-mb-16 {
    margin-bottom: 16px !important;
  }
  .md-p-17 {
    padding: 17px !important;
  }
  .md-pt-17 {
    padding-top: 17px !important;
  }
  .md-pl-17 {
    padding-left: 17px !important;
  }
  .md-pr-17 {
    padding-right: 17px !important;
  }
  .md-pb-17 {
    padding-bottom: 17px !important;
  }
  .md-m-17 {
    margin: 17px !important;
  }
  .md-mt-17 {
    margin-top: 17px !important;
  }
  .md-ml-17 {
    margin-left: 17px !important;
  }
  .md-mr-17 {
    margin-right: 17px !important;
  }
  .md-mb-17 {
    margin-bottom: 17px !important;
  }
  .md-p-19 {
    padding: 19px !important;
  }
  .md-pt-19 {
    padding-top: 19px !important;
  }
  .md-pl-19 {
    padding-left: 19px !important;
  }
  .md-pr-19 {
    padding-right: 19px !important;
  }
  .md-pb-19 {
    padding-bottom: 19px !important;
  }
  .md-m-19 {
    margin: 19px !important;
  }
  .md-mt-19 {
    margin-top: 19px !important;
  }
  .md-ml-19 {
    margin-left: 19px !important;
  }
  .md-mr-19 {
    margin-right: 19px !important;
  }
  .md-mb-19 {
    margin-bottom: 19px !important;
  }
  .md-p-20 {
    padding: 20px !important;
  }
  .md-pt-20 {
    padding-top: 20px !important;
  }
  .md-pl-20 {
    padding-left: 20px !important;
  }
  .md-pr-20 {
    padding-right: 20px !important;
  }
  .md-pb-20 {
    padding-bottom: 20px !important;
  }
  .md-m-20 {
    margin: 20px !important;
  }
  .md-mt-20 {
    margin-top: 20px !important;
  }
  .md-ml-20 {
    margin-left: 20px !important;
  }
  .md-mr-20 {
    margin-right: 20px !important;
  }
  .md-mb-20 {
    margin-bottom: 20px !important;
  }
  .md-p-22 {
    padding: 22px !important;
  }
  .md-pt-22 {
    padding-top: 22px !important;
  }
  .md-pl-22 {
    padding-left: 22px !important;
  }
  .md-pr-22 {
    padding-right: 22px !important;
  }
  .md-pb-22 {
    padding-bottom: 22px !important;
  }
  .md-m-22 {
    margin: 22px !important;
  }
  .md-mt-22 {
    margin-top: 22px !important;
  }
  .md-ml-22 {
    margin-left: 22px !important;
  }
  .md-mr-22 {
    margin-right: 22px !important;
  }
  .md-mb-22 {
    margin-bottom: 22px !important;
  }
  .md-p-23 {
    padding: 23px !important;
  }
  .md-pt-23 {
    padding-top: 23px !important;
  }
  .md-pl-23 {
    padding-left: 23px !important;
  }
  .md-pr-23 {
    padding-right: 23px !important;
  }
  .md-pb-23 {
    padding-bottom: 23px !important;
  }
  .md-m-23 {
    margin: 23px !important;
  }
  .md-mt-23 {
    margin-top: 23px !important;
  }
  .md-ml-23 {
    margin-left: 23px !important;
  }
  .md-mr-23 {
    margin-right: 23px !important;
  }
  .md-mb-23 {
    margin-bottom: 23px !important;
  }
  .md-p-24 {
    padding: 24px !important;
  }
  .md-pt-24 {
    padding-top: 24px !important;
  }
  .md-pl-24 {
    padding-left: 24px !important;
  }
  .md-pr-24 {
    padding-right: 24px !important;
  }
  .md-pb-24 {
    padding-bottom: 24px !important;
  }
  .md-m-24 {
    margin: 24px !important;
  }
  .md-mt-24 {
    margin-top: 24px !important;
  }
  .md-ml-24 {
    margin-left: 24px !important;
  }
  .md-mr-24 {
    margin-right: 24px !important;
  }
  .md-mb-24 {
    margin-bottom: 24px !important;
  }
  .md-p-25 {
    padding: 25px !important;
  }
  .md-pt-25 {
    padding-top: 25px !important;
  }
  .md-pl-25 {
    padding-left: 25px !important;
  }
  .md-pr-25 {
    padding-right: 25px !important;
  }
  .md-pb-25 {
    padding-bottom: 25px !important;
  }
  .md-m-25 {
    margin: 25px !important;
  }
  .md-mt-25 {
    margin-top: 25px !important;
  }
  .md-ml-25 {
    margin-left: 25px !important;
  }
  .md-mr-25 {
    margin-right: 25px !important;
  }
  .md-mb-25 {
    margin-bottom: 25px !important;
  }
  .md-p-27 {
    padding: 27px !important;
  }
  .md-pt-27 {
    padding-top: 27px !important;
  }
  .md-pl-27 {
    padding-left: 27px !important;
  }
  .md-pr-27 {
    padding-right: 27px !important;
  }
  .md-pb-27 {
    padding-bottom: 27px !important;
  }
  .md-m-27 {
    margin: 27px !important;
  }
  .md-mt-27 {
    margin-top: 27px !important;
  }
  .md-ml-27 {
    margin-left: 27px !important;
  }
  .md-mr-27 {
    margin-right: 27px !important;
  }
  .md-mb-27 {
    margin-bottom: 27px !important;
  }
  .md-p-28 {
    padding: 28px !important;
  }
  .md-pt-28 {
    padding-top: 28px !important;
  }
  .md-pl-28 {
    padding-left: 28px !important;
  }
  .md-pr-28 {
    padding-right: 28px !important;
  }
  .md-pb-28 {
    padding-bottom: 28px !important;
  }
  .md-m-28 {
    margin: 28px !important;
  }
  .md-mt-28 {
    margin-top: 28px !important;
  }
  .md-ml-28 {
    margin-left: 28px !important;
  }
  .md-mr-28 {
    margin-right: 28px !important;
  }
  .md-mb-28 {
    margin-bottom: 28px !important;
  }
  .md-p-31 {
    padding: 31px !important;
  }
  .md-pt-31 {
    padding-top: 31px !important;
  }
  .md-pl-31 {
    padding-left: 31px !important;
  }
  .md-pr-31 {
    padding-right: 31px !important;
  }
  .md-pb-31 {
    padding-bottom: 31px !important;
  }
  .md-m-31 {
    margin: 31px !important;
  }
  .md-mt-31 {
    margin-top: 31px !important;
  }
  .md-ml-31 {
    margin-left: 31px !important;
  }
  .md-mr-31 {
    margin-right: 31px !important;
  }
  .md-mb-31 {
    margin-bottom: 31px !important;
  }
  .md-p-32 {
    padding: 32px !important;
  }
  .md-pt-32 {
    padding-top: 32px !important;
  }
  .md-pl-32 {
    padding-left: 32px !important;
  }
  .md-pr-32 {
    padding-right: 32px !important;
  }
  .md-pb-32 {
    padding-bottom: 32px !important;
  }
  .md-m-32 {
    margin: 32px !important;
  }
  .md-mt-32 {
    margin-top: 32px !important;
  }
  .md-ml-32 {
    margin-left: 32px !important;
  }
  .md-mr-32 {
    margin-right: 32px !important;
  }
  .md-mb-32 {
    margin-bottom: 32px !important;
  }
  .md-p-34 {
    padding: 34px !important;
  }
  .md-pt-34 {
    padding-top: 34px !important;
  }
  .md-pl-34 {
    padding-left: 34px !important;
  }
  .md-pr-34 {
    padding-right: 34px !important;
  }
  .md-pb-34 {
    padding-bottom: 34px !important;
  }
  .md-m-34 {
    margin: 34px !important;
  }
  .md-mt-34 {
    margin-top: 34px !important;
  }
  .md-ml-34 {
    margin-left: 34px !important;
  }
  .md-mr-34 {
    margin-right: 34px !important;
  }
  .md-mb-34 {
    margin-bottom: 34px !important;
  }
  .md-p-35 {
    padding: 35px !important;
  }
  .md-pt-35 {
    padding-top: 35px !important;
  }
  .md-pl-35 {
    padding-left: 35px !important;
  }
  .md-pr-35 {
    padding-right: 35px !important;
  }
  .md-pb-35 {
    padding-bottom: 35px !important;
  }
  .md-m-35 {
    margin: 35px !important;
  }
  .md-mt-35 {
    margin-top: 35px !important;
  }
  .md-ml-35 {
    margin-left: 35px !important;
  }
  .md-mr-35 {
    margin-right: 35px !important;
  }
  .md-mb-35 {
    margin-bottom: 35px !important;
  }
  .md-p-37 {
    padding: 37px !important;
  }
  .md-pt-37 {
    padding-top: 37px !important;
  }
  .md-pl-37 {
    padding-left: 37px !important;
  }
  .md-pr-37 {
    padding-right: 37px !important;
  }
  .md-pb-37 {
    padding-bottom: 37px !important;
  }
  .md-m-37 {
    margin: 37px !important;
  }
  .md-mt-37 {
    margin-top: 37px !important;
  }
  .md-ml-37 {
    margin-left: 37px !important;
  }
  .md-mr-37 {
    margin-right: 37px !important;
  }
  .md-mb-37 {
    margin-bottom: 37px !important;
  }
  .md-p-40 {
    padding: 40px !important;
  }
  .md-pt-40 {
    padding-top: 40px !important;
  }
  .md-pl-40 {
    padding-left: 40px !important;
  }
  .md-pr-40 {
    padding-right: 40px !important;
  }
  .md-pb-40 {
    padding-bottom: 40px !important;
  }
  .md-m-40 {
    margin: 40px !important;
  }
  .md-mt-40 {
    margin-top: 40px !important;
  }
  .md-ml-40 {
    margin-left: 40px !important;
  }
  .md-mr-40 {
    margin-right: 40px !important;
  }
  .md-mb-40 {
    margin-bottom: 40px !important;
  }
  .md-p-48 {
    padding: 48px !important;
  }
  .md-pt-48 {
    padding-top: 48px !important;
  }
  .md-pl-48 {
    padding-left: 48px !important;
  }
  .md-pr-48 {
    padding-right: 48px !important;
  }
  .md-pb-48 {
    padding-bottom: 48px !important;
  }
  .md-m-48 {
    margin: 48px !important;
  }
  .md-mt-48 {
    margin-top: 48px !important;
  }
  .md-ml-48 {
    margin-left: 48px !important;
  }
  .md-mr-48 {
    margin-right: 48px !important;
  }
  .md-mb-48 {
    margin-bottom: 48px !important;
  }
  .md-p-50 {
    padding: 50px !important;
  }
  .md-pt-50 {
    padding-top: 50px !important;
  }
  .md-pl-50 {
    padding-left: 50px !important;
  }
  .md-pr-50 {
    padding-right: 50px !important;
  }
  .md-pb-50 {
    padding-bottom: 50px !important;
  }
  .md-m-50 {
    margin: 50px !important;
  }
  .md-mt-50 {
    margin-top: 50px !important;
  }
  .md-ml-50 {
    margin-left: 50px !important;
  }
  .md-mr-50 {
    margin-right: 50px !important;
  }
  .md-mb-50 {
    margin-bottom: 50px !important;
  }
  .md-p-56 {
    padding: 56px !important;
  }
  .md-pt-56 {
    padding-top: 56px !important;
  }
  .md-pl-56 {
    padding-left: 56px !important;
  }
  .md-pr-56 {
    padding-right: 56px !important;
  }
  .md-pb-56 {
    padding-bottom: 56px !important;
  }
  .md-m-56 {
    margin: 56px !important;
  }
  .md-mt-56 {
    margin-top: 56px !important;
  }
  .md-ml-56 {
    margin-left: 56px !important;
  }
  .md-mr-56 {
    margin-right: 56px !important;
  }
  .md-mb-56 {
    margin-bottom: 56px !important;
  }
  .md-p-60 {
    padding: 60px !important;
  }
  .md-pt-60 {
    padding-top: 60px !important;
  }
  .md-pl-60 {
    padding-left: 60px !important;
  }
  .md-pr-60 {
    padding-right: 60px !important;
  }
  .md-pb-60 {
    padding-bottom: 60px !important;
  }
  .md-m-60 {
    margin: 60px !important;
  }
  .md-mt-60 {
    margin-top: 60px !important;
  }
  .md-ml-60 {
    margin-left: 60px !important;
  }
  .md-mr-60 {
    margin-right: 60px !important;
  }
  .md-mb-60 {
    margin-bottom: 60px !important;
  }
  .md-p-64 {
    padding: 64px !important;
  }
  .md-pt-64 {
    padding-top: 64px !important;
  }
  .md-pl-64 {
    padding-left: 64px !important;
  }
  .md-pr-64 {
    padding-right: 64px !important;
  }
  .md-pb-64 {
    padding-bottom: 64px !important;
  }
  .md-m-64 {
    margin: 64px !important;
  }
  .md-mt-64 {
    margin-top: 64px !important;
  }
  .md-ml-64 {
    margin-left: 64px !important;
  }
  .md-mr-64 {
    margin-right: 64px !important;
  }
  .md-mb-64 {
    margin-bottom: 64px !important;
  }
  .md-p-72 {
    padding: 72px !important;
  }
  .md-pt-72 {
    padding-top: 72px !important;
  }
  .md-pl-72 {
    padding-left: 72px !important;
  }
  .md-pr-72 {
    padding-right: 72px !important;
  }
  .md-pb-72 {
    padding-bottom: 72px !important;
  }
  .md-m-72 {
    margin: 72px !important;
  }
  .md-mt-72 {
    margin-top: 72px !important;
  }
  .md-ml-72 {
    margin-left: 72px !important;
  }
  .md-mr-72 {
    margin-right: 72px !important;
  }
  .md-mb-72 {
    margin-bottom: 72px !important;
  }
  .md-p-80 {
    padding: 80px !important;
  }
  .md-pt-80 {
    padding-top: 80px !important;
  }
  .md-pl-80 {
    padding-left: 80px !important;
  }
  .md-pr-80 {
    padding-right: 80px !important;
  }
  .md-pb-80 {
    padding-bottom: 80px !important;
  }
  .md-m-80 {
    margin: 80px !important;
  }
  .md-mt-80 {
    margin-top: 80px !important;
  }
  .md-ml-80 {
    margin-left: 80px !important;
  }
  .md-mr-80 {
    margin-right: 80px !important;
  }
  .md-mb-80 {
    margin-bottom: 80px !important;
  }
  .md-p-88 {
    padding: 88px !important;
  }
  .md-pt-88 {
    padding-top: 88px !important;
  }
  .md-pl-88 {
    padding-left: 88px !important;
  }
  .md-pr-88 {
    padding-right: 88px !important;
  }
  .md-pb-88 {
    padding-bottom: 88px !important;
  }
  .md-m-88 {
    margin: 88px !important;
  }
  .md-mt-88 {
    margin-top: 88px !important;
  }
  .md-ml-88 {
    margin-left: 88px !important;
  }
  .md-mr-88 {
    margin-right: 88px !important;
  }
  .md-mb-88 {
    margin-bottom: 88px !important;
  }
}
@media (min-width: 1200px) {
  .lg-p-0 {
    padding: 0px !important;
  }
  .lg-pt-0 {
    padding-top: 0px !important;
  }
  .lg-pl-0 {
    padding-left: 0px !important;
  }
  .lg-pr-0 {
    padding-right: 0px !important;
  }
  .lg-pb-0 {
    padding-bottom: 0px !important;
  }
  .lg-m-0 {
    margin: 0px !important;
  }
  .lg-mt-0 {
    margin-top: 0px !important;
  }
  .lg-ml-0 {
    margin-left: 0px !important;
  }
  .lg-mr-0 {
    margin-right: 0px !important;
  }
  .lg-mb-0 {
    margin-bottom: 0px !important;
  }
  .lg-p-1 {
    padding: 1px !important;
  }
  .lg-pt-1 {
    padding-top: 1px !important;
  }
  .lg-pl-1 {
    padding-left: 1px !important;
  }
  .lg-pr-1 {
    padding-right: 1px !important;
  }
  .lg-pb-1 {
    padding-bottom: 1px !important;
  }
  .lg-m-1 {
    margin: 1px !important;
  }
  .lg-mt-1 {
    margin-top: 1px !important;
  }
  .lg-ml-1 {
    margin-left: 1px !important;
  }
  .lg-mr-1 {
    margin-right: 1px !important;
  }
  .lg-mb-1 {
    margin-bottom: 1px !important;
  }
  .lg-p-2 {
    padding: 2px !important;
  }
  .lg-pt-2 {
    padding-top: 2px !important;
  }
  .lg-pl-2 {
    padding-left: 2px !important;
  }
  .lg-pr-2 {
    padding-right: 2px !important;
  }
  .lg-pb-2 {
    padding-bottom: 2px !important;
  }
  .lg-m-2 {
    margin: 2px !important;
  }
  .lg-mt-2 {
    margin-top: 2px !important;
  }
  .lg-ml-2 {
    margin-left: 2px !important;
  }
  .lg-mr-2 {
    margin-right: 2px !important;
  }
  .lg-mb-2 {
    margin-bottom: 2px !important;
  }
  .lg-p-3 {
    padding: 3px !important;
  }
  .lg-pt-3 {
    padding-top: 3px !important;
  }
  .lg-pl-3 {
    padding-left: 3px !important;
  }
  .lg-pr-3 {
    padding-right: 3px !important;
  }
  .lg-pb-3 {
    padding-bottom: 3px !important;
  }
  .lg-m-3 {
    margin: 3px !important;
  }
  .lg-mt-3 {
    margin-top: 3px !important;
  }
  .lg-ml-3 {
    margin-left: 3px !important;
  }
  .lg-mr-3 {
    margin-right: 3px !important;
  }
  .lg-mb-3 {
    margin-bottom: 3px !important;
  }
  .lg-p-4 {
    padding: 4px !important;
  }
  .lg-pt-4 {
    padding-top: 4px !important;
  }
  .lg-pl-4 {
    padding-left: 4px !important;
  }
  .lg-pr-4 {
    padding-right: 4px !important;
  }
  .lg-pb-4 {
    padding-bottom: 4px !important;
  }
  .lg-m-4 {
    margin: 4px !important;
  }
  .lg-mt-4 {
    margin-top: 4px !important;
  }
  .lg-ml-4 {
    margin-left: 4px !important;
  }
  .lg-mr-4 {
    margin-right: 4px !important;
  }
  .lg-mb-4 {
    margin-bottom: 4px !important;
  }
  .lg-p-5 {
    padding: 5px !important;
  }
  .lg-pt-5 {
    padding-top: 5px !important;
  }
  .lg-pl-5 {
    padding-left: 5px !important;
  }
  .lg-pr-5 {
    padding-right: 5px !important;
  }
  .lg-pb-5 {
    padding-bottom: 5px !important;
  }
  .lg-m-5 {
    margin: 5px !important;
  }
  .lg-mt-5 {
    margin-top: 5px !important;
  }
  .lg-ml-5 {
    margin-left: 5px !important;
  }
  .lg-mr-5 {
    margin-right: 5px !important;
  }
  .lg-mb-5 {
    margin-bottom: 5px !important;
  }
  .lg-p-6 {
    padding: 6px !important;
  }
  .lg-pt-6 {
    padding-top: 6px !important;
  }
  .lg-pl-6 {
    padding-left: 6px !important;
  }
  .lg-pr-6 {
    padding-right: 6px !important;
  }
  .lg-pb-6 {
    padding-bottom: 6px !important;
  }
  .lg-m-6 {
    margin: 6px !important;
  }
  .lg-mt-6 {
    margin-top: 6px !important;
  }
  .lg-ml-6 {
    margin-left: 6px !important;
  }
  .lg-mr-6 {
    margin-right: 6px !important;
  }
  .lg-mb-6 {
    margin-bottom: 6px !important;
  }
  .lg-p-8 {
    padding: 8px !important;
  }
  .lg-pt-8 {
    padding-top: 8px !important;
  }
  .lg-pl-8 {
    padding-left: 8px !important;
  }
  .lg-pr-8 {
    padding-right: 8px !important;
  }
  .lg-pb-8 {
    padding-bottom: 8px !important;
  }
  .lg-m-8 {
    margin: 8px !important;
  }
  .lg-mt-8 {
    margin-top: 8px !important;
  }
  .lg-ml-8 {
    margin-left: 8px !important;
  }
  .lg-mr-8 {
    margin-right: 8px !important;
  }
  .lg-mb-8 {
    margin-bottom: 8px !important;
  }
  .lg-p-9 {
    padding: 9px !important;
  }
  .lg-pt-9 {
    padding-top: 9px !important;
  }
  .lg-pl-9 {
    padding-left: 9px !important;
  }
  .lg-pr-9 {
    padding-right: 9px !important;
  }
  .lg-pb-9 {
    padding-bottom: 9px !important;
  }
  .lg-m-9 {
    margin: 9px !important;
  }
  .lg-mt-9 {
    margin-top: 9px !important;
  }
  .lg-ml-9 {
    margin-left: 9px !important;
  }
  .lg-mr-9 {
    margin-right: 9px !important;
  }
  .lg-mb-9 {
    margin-bottom: 9px !important;
  }
  .lg-p-10 {
    padding: 10px !important;
  }
  .lg-pt-10 {
    padding-top: 10px !important;
  }
  .lg-pl-10 {
    padding-left: 10px !important;
  }
  .lg-pr-10 {
    padding-right: 10px !important;
  }
  .lg-pb-10 {
    padding-bottom: 10px !important;
  }
  .lg-m-10 {
    margin: 10px !important;
  }
  .lg-mt-10 {
    margin-top: 10px !important;
  }
  .lg-ml-10 {
    margin-left: 10px !important;
  }
  .lg-mr-10 {
    margin-right: 10px !important;
  }
  .lg-mb-10 {
    margin-bottom: 10px !important;
  }
  .lg-p-11 {
    padding: 11px !important;
  }
  .lg-pt-11 {
    padding-top: 11px !important;
  }
  .lg-pl-11 {
    padding-left: 11px !important;
  }
  .lg-pr-11 {
    padding-right: 11px !important;
  }
  .lg-pb-11 {
    padding-bottom: 11px !important;
  }
  .lg-m-11 {
    margin: 11px !important;
  }
  .lg-mt-11 {
    margin-top: 11px !important;
  }
  .lg-ml-11 {
    margin-left: 11px !important;
  }
  .lg-mr-11 {
    margin-right: 11px !important;
  }
  .lg-mb-11 {
    margin-bottom: 11px !important;
  }
  .lg-p-12 {
    padding: 12px !important;
  }
  .lg-pt-12 {
    padding-top: 12px !important;
  }
  .lg-pl-12 {
    padding-left: 12px !important;
  }
  .lg-pr-12 {
    padding-right: 12px !important;
  }
  .lg-pb-12 {
    padding-bottom: 12px !important;
  }
  .lg-m-12 {
    margin: 12px !important;
  }
  .lg-mt-12 {
    margin-top: 12px !important;
  }
  .lg-ml-12 {
    margin-left: 12px !important;
  }
  .lg-mr-12 {
    margin-right: 12px !important;
  }
  .lg-mb-12 {
    margin-bottom: 12px !important;
  }
  .lg-p-13 {
    padding: 13px !important;
  }
  .lg-pt-13 {
    padding-top: 13px !important;
  }
  .lg-pl-13 {
    padding-left: 13px !important;
  }
  .lg-pr-13 {
    padding-right: 13px !important;
  }
  .lg-pb-13 {
    padding-bottom: 13px !important;
  }
  .lg-m-13 {
    margin: 13px !important;
  }
  .lg-mt-13 {
    margin-top: 13px !important;
  }
  .lg-ml-13 {
    margin-left: 13px !important;
  }
  .lg-mr-13 {
    margin-right: 13px !important;
  }
  .lg-mb-13 {
    margin-bottom: 13px !important;
  }
  .lg-p-15 {
    padding: 15px !important;
  }
  .lg-pt-15 {
    padding-top: 15px !important;
  }
  .lg-pl-15 {
    padding-left: 15px !important;
  }
  .lg-pr-15 {
    padding-right: 15px !important;
  }
  .lg-pb-15 {
    padding-bottom: 15px !important;
  }
  .lg-m-15 {
    margin: 15px !important;
  }
  .lg-mt-15 {
    margin-top: 15px !important;
  }
  .lg-ml-15 {
    margin-left: 15px !important;
  }
  .lg-mr-15 {
    margin-right: 15px !important;
  }
  .lg-mb-15 {
    margin-bottom: 15px !important;
  }
  .lg-p-16 {
    padding: 16px !important;
  }
  .lg-pt-16 {
    padding-top: 16px !important;
  }
  .lg-pl-16 {
    padding-left: 16px !important;
  }
  .lg-pr-16 {
    padding-right: 16px !important;
  }
  .lg-pb-16 {
    padding-bottom: 16px !important;
  }
  .lg-m-16 {
    margin: 16px !important;
  }
  .lg-mt-16 {
    margin-top: 16px !important;
  }
  .lg-ml-16 {
    margin-left: 16px !important;
  }
  .lg-mr-16 {
    margin-right: 16px !important;
  }
  .lg-mb-16 {
    margin-bottom: 16px !important;
  }
  .lg-p-17 {
    padding: 17px !important;
  }
  .lg-pt-17 {
    padding-top: 17px !important;
  }
  .lg-pl-17 {
    padding-left: 17px !important;
  }
  .lg-pr-17 {
    padding-right: 17px !important;
  }
  .lg-pb-17 {
    padding-bottom: 17px !important;
  }
  .lg-m-17 {
    margin: 17px !important;
  }
  .lg-mt-17 {
    margin-top: 17px !important;
  }
  .lg-ml-17 {
    margin-left: 17px !important;
  }
  .lg-mr-17 {
    margin-right: 17px !important;
  }
  .lg-mb-17 {
    margin-bottom: 17px !important;
  }
  .lg-p-19 {
    padding: 19px !important;
  }
  .lg-pt-19 {
    padding-top: 19px !important;
  }
  .lg-pl-19 {
    padding-left: 19px !important;
  }
  .lg-pr-19 {
    padding-right: 19px !important;
  }
  .lg-pb-19 {
    padding-bottom: 19px !important;
  }
  .lg-m-19 {
    margin: 19px !important;
  }
  .lg-mt-19 {
    margin-top: 19px !important;
  }
  .lg-ml-19 {
    margin-left: 19px !important;
  }
  .lg-mr-19 {
    margin-right: 19px !important;
  }
  .lg-mb-19 {
    margin-bottom: 19px !important;
  }
  .lg-p-20 {
    padding: 20px !important;
  }
  .lg-pt-20 {
    padding-top: 20px !important;
  }
  .lg-pl-20 {
    padding-left: 20px !important;
  }
  .lg-pr-20 {
    padding-right: 20px !important;
  }
  .lg-pb-20 {
    padding-bottom: 20px !important;
  }
  .lg-m-20 {
    margin: 20px !important;
  }
  .lg-mt-20 {
    margin-top: 20px !important;
  }
  .lg-ml-20 {
    margin-left: 20px !important;
  }
  .lg-mr-20 {
    margin-right: 20px !important;
  }
  .lg-mb-20 {
    margin-bottom: 20px !important;
  }
  .lg-p-22 {
    padding: 22px !important;
  }
  .lg-pt-22 {
    padding-top: 22px !important;
  }
  .lg-pl-22 {
    padding-left: 22px !important;
  }
  .lg-pr-22 {
    padding-right: 22px !important;
  }
  .lg-pb-22 {
    padding-bottom: 22px !important;
  }
  .lg-m-22 {
    margin: 22px !important;
  }
  .lg-mt-22 {
    margin-top: 22px !important;
  }
  .lg-ml-22 {
    margin-left: 22px !important;
  }
  .lg-mr-22 {
    margin-right: 22px !important;
  }
  .lg-mb-22 {
    margin-bottom: 22px !important;
  }
  .lg-p-23 {
    padding: 23px !important;
  }
  .lg-pt-23 {
    padding-top: 23px !important;
  }
  .lg-pl-23 {
    padding-left: 23px !important;
  }
  .lg-pr-23 {
    padding-right: 23px !important;
  }
  .lg-pb-23 {
    padding-bottom: 23px !important;
  }
  .lg-m-23 {
    margin: 23px !important;
  }
  .lg-mt-23 {
    margin-top: 23px !important;
  }
  .lg-ml-23 {
    margin-left: 23px !important;
  }
  .lg-mr-23 {
    margin-right: 23px !important;
  }
  .lg-mb-23 {
    margin-bottom: 23px !important;
  }
  .lg-p-24 {
    padding: 24px !important;
  }
  .lg-pt-24 {
    padding-top: 24px !important;
  }
  .lg-pl-24 {
    padding-left: 24px !important;
  }
  .lg-pr-24 {
    padding-right: 24px !important;
  }
  .lg-pb-24 {
    padding-bottom: 24px !important;
  }
  .lg-m-24 {
    margin: 24px !important;
  }
  .lg-mt-24 {
    margin-top: 24px !important;
  }
  .lg-ml-24 {
    margin-left: 24px !important;
  }
  .lg-mr-24 {
    margin-right: 24px !important;
  }
  .lg-mb-24 {
    margin-bottom: 24px !important;
  }
  .lg-p-25 {
    padding: 25px !important;
  }
  .lg-pt-25 {
    padding-top: 25px !important;
  }
  .lg-pl-25 {
    padding-left: 25px !important;
  }
  .lg-pr-25 {
    padding-right: 25px !important;
  }
  .lg-pb-25 {
    padding-bottom: 25px !important;
  }
  .lg-m-25 {
    margin: 25px !important;
  }
  .lg-mt-25 {
    margin-top: 25px !important;
  }
  .lg-ml-25 {
    margin-left: 25px !important;
  }
  .lg-mr-25 {
    margin-right: 25px !important;
  }
  .lg-mb-25 {
    margin-bottom: 25px !important;
  }
  .lg-p-27 {
    padding: 27px !important;
  }
  .lg-pt-27 {
    padding-top: 27px !important;
  }
  .lg-pl-27 {
    padding-left: 27px !important;
  }
  .lg-pr-27 {
    padding-right: 27px !important;
  }
  .lg-pb-27 {
    padding-bottom: 27px !important;
  }
  .lg-m-27 {
    margin: 27px !important;
  }
  .lg-mt-27 {
    margin-top: 27px !important;
  }
  .lg-ml-27 {
    margin-left: 27px !important;
  }
  .lg-mr-27 {
    margin-right: 27px !important;
  }
  .lg-mb-27 {
    margin-bottom: 27px !important;
  }
  .lg-p-28 {
    padding: 28px !important;
  }
  .lg-pt-28 {
    padding-top: 28px !important;
  }
  .lg-pl-28 {
    padding-left: 28px !important;
  }
  .lg-pr-28 {
    padding-right: 28px !important;
  }
  .lg-pb-28 {
    padding-bottom: 28px !important;
  }
  .lg-m-28 {
    margin: 28px !important;
  }
  .lg-mt-28 {
    margin-top: 28px !important;
  }
  .lg-ml-28 {
    margin-left: 28px !important;
  }
  .lg-mr-28 {
    margin-right: 28px !important;
  }
  .lg-mb-28 {
    margin-bottom: 28px !important;
  }
  .lg-p-31 {
    padding: 31px !important;
  }
  .lg-pt-31 {
    padding-top: 31px !important;
  }
  .lg-pl-31 {
    padding-left: 31px !important;
  }
  .lg-pr-31 {
    padding-right: 31px !important;
  }
  .lg-pb-31 {
    padding-bottom: 31px !important;
  }
  .lg-m-31 {
    margin: 31px !important;
  }
  .lg-mt-31 {
    margin-top: 31px !important;
  }
  .lg-ml-31 {
    margin-left: 31px !important;
  }
  .lg-mr-31 {
    margin-right: 31px !important;
  }
  .lg-mb-31 {
    margin-bottom: 31px !important;
  }
  .lg-p-32 {
    padding: 32px !important;
  }
  .lg-pt-32 {
    padding-top: 32px !important;
  }
  .lg-pl-32 {
    padding-left: 32px !important;
  }
  .lg-pr-32 {
    padding-right: 32px !important;
  }
  .lg-pb-32 {
    padding-bottom: 32px !important;
  }
  .lg-m-32 {
    margin: 32px !important;
  }
  .lg-mt-32 {
    margin-top: 32px !important;
  }
  .lg-ml-32 {
    margin-left: 32px !important;
  }
  .lg-mr-32 {
    margin-right: 32px !important;
  }
  .lg-mb-32 {
    margin-bottom: 32px !important;
  }
  .lg-p-34 {
    padding: 34px !important;
  }
  .lg-pt-34 {
    padding-top: 34px !important;
  }
  .lg-pl-34 {
    padding-left: 34px !important;
  }
  .lg-pr-34 {
    padding-right: 34px !important;
  }
  .lg-pb-34 {
    padding-bottom: 34px !important;
  }
  .lg-m-34 {
    margin: 34px !important;
  }
  .lg-mt-34 {
    margin-top: 34px !important;
  }
  .lg-ml-34 {
    margin-left: 34px !important;
  }
  .lg-mr-34 {
    margin-right: 34px !important;
  }
  .lg-mb-34 {
    margin-bottom: 34px !important;
  }
  .lg-p-35 {
    padding: 35px !important;
  }
  .lg-pt-35 {
    padding-top: 35px !important;
  }
  .lg-pl-35 {
    padding-left: 35px !important;
  }
  .lg-pr-35 {
    padding-right: 35px !important;
  }
  .lg-pb-35 {
    padding-bottom: 35px !important;
  }
  .lg-m-35 {
    margin: 35px !important;
  }
  .lg-mt-35 {
    margin-top: 35px !important;
  }
  .lg-ml-35 {
    margin-left: 35px !important;
  }
  .lg-mr-35 {
    margin-right: 35px !important;
  }
  .lg-mb-35 {
    margin-bottom: 35px !important;
  }
  .lg-p-37 {
    padding: 37px !important;
  }
  .lg-pt-37 {
    padding-top: 37px !important;
  }
  .lg-pl-37 {
    padding-left: 37px !important;
  }
  .lg-pr-37 {
    padding-right: 37px !important;
  }
  .lg-pb-37 {
    padding-bottom: 37px !important;
  }
  .lg-m-37 {
    margin: 37px !important;
  }
  .lg-mt-37 {
    margin-top: 37px !important;
  }
  .lg-ml-37 {
    margin-left: 37px !important;
  }
  .lg-mr-37 {
    margin-right: 37px !important;
  }
  .lg-mb-37 {
    margin-bottom: 37px !important;
  }
  .lg-p-40 {
    padding: 40px !important;
  }
  .lg-pt-40 {
    padding-top: 40px !important;
  }
  .lg-pl-40 {
    padding-left: 40px !important;
  }
  .lg-pr-40 {
    padding-right: 40px !important;
  }
  .lg-pb-40 {
    padding-bottom: 40px !important;
  }
  .lg-m-40 {
    margin: 40px !important;
  }
  .lg-mt-40 {
    margin-top: 40px !important;
  }
  .lg-ml-40 {
    margin-left: 40px !important;
  }
  .lg-mr-40 {
    margin-right: 40px !important;
  }
  .lg-mb-40 {
    margin-bottom: 40px !important;
  }
  .lg-p-48 {
    padding: 48px !important;
  }
  .lg-pt-48 {
    padding-top: 48px !important;
  }
  .lg-pl-48 {
    padding-left: 48px !important;
  }
  .lg-pr-48 {
    padding-right: 48px !important;
  }
  .lg-pb-48 {
    padding-bottom: 48px !important;
  }
  .lg-m-48 {
    margin: 48px !important;
  }
  .lg-mt-48 {
    margin-top: 48px !important;
  }
  .lg-ml-48 {
    margin-left: 48px !important;
  }
  .lg-mr-48 {
    margin-right: 48px !important;
  }
  .lg-mb-48 {
    margin-bottom: 48px !important;
  }
  .lg-p-50 {
    padding: 50px !important;
  }
  .lg-pt-50 {
    padding-top: 50px !important;
  }
  .lg-pl-50 {
    padding-left: 50px !important;
  }
  .lg-pr-50 {
    padding-right: 50px !important;
  }
  .lg-pb-50 {
    padding-bottom: 50px !important;
  }
  .lg-m-50 {
    margin: 50px !important;
  }
  .lg-mt-50 {
    margin-top: 50px !important;
  }
  .lg-ml-50 {
    margin-left: 50px !important;
  }
  .lg-mr-50 {
    margin-right: 50px !important;
  }
  .lg-mb-50 {
    margin-bottom: 50px !important;
  }
  .lg-p-56 {
    padding: 56px !important;
  }
  .lg-pt-56 {
    padding-top: 56px !important;
  }
  .lg-pl-56 {
    padding-left: 56px !important;
  }
  .lg-pr-56 {
    padding-right: 56px !important;
  }
  .lg-pb-56 {
    padding-bottom: 56px !important;
  }
  .lg-m-56 {
    margin: 56px !important;
  }
  .lg-mt-56 {
    margin-top: 56px !important;
  }
  .lg-ml-56 {
    margin-left: 56px !important;
  }
  .lg-mr-56 {
    margin-right: 56px !important;
  }
  .lg-mb-56 {
    margin-bottom: 56px !important;
  }
  .lg-p-60 {
    padding: 60px !important;
  }
  .lg-pt-60 {
    padding-top: 60px !important;
  }
  .lg-pl-60 {
    padding-left: 60px !important;
  }
  .lg-pr-60 {
    padding-right: 60px !important;
  }
  .lg-pb-60 {
    padding-bottom: 60px !important;
  }
  .lg-m-60 {
    margin: 60px !important;
  }
  .lg-mt-60 {
    margin-top: 60px !important;
  }
  .lg-ml-60 {
    margin-left: 60px !important;
  }
  .lg-mr-60 {
    margin-right: 60px !important;
  }
  .lg-mb-60 {
    margin-bottom: 60px !important;
  }
  .lg-p-64 {
    padding: 64px !important;
  }
  .lg-pt-64 {
    padding-top: 64px !important;
  }
  .lg-pl-64 {
    padding-left: 64px !important;
  }
  .lg-pr-64 {
    padding-right: 64px !important;
  }
  .lg-pb-64 {
    padding-bottom: 64px !important;
  }
  .lg-m-64 {
    margin: 64px !important;
  }
  .lg-mt-64 {
    margin-top: 64px !important;
  }
  .lg-ml-64 {
    margin-left: 64px !important;
  }
  .lg-mr-64 {
    margin-right: 64px !important;
  }
  .lg-mb-64 {
    margin-bottom: 64px !important;
  }
  .lg-p-72 {
    padding: 72px !important;
  }
  .lg-pt-72 {
    padding-top: 72px !important;
  }
  .lg-pl-72 {
    padding-left: 72px !important;
  }
  .lg-pr-72 {
    padding-right: 72px !important;
  }
  .lg-pb-72 {
    padding-bottom: 72px !important;
  }
  .lg-m-72 {
    margin: 72px !important;
  }
  .lg-mt-72 {
    margin-top: 72px !important;
  }
  .lg-ml-72 {
    margin-left: 72px !important;
  }
  .lg-mr-72 {
    margin-right: 72px !important;
  }
  .lg-mb-72 {
    margin-bottom: 72px !important;
  }
  .lg-p-80 {
    padding: 80px !important;
  }
  .lg-pt-80 {
    padding-top: 80px !important;
  }
  .lg-pl-80 {
    padding-left: 80px !important;
  }
  .lg-pr-80 {
    padding-right: 80px !important;
  }
  .lg-pb-80 {
    padding-bottom: 80px !important;
  }
  .lg-m-80 {
    margin: 80px !important;
  }
  .lg-mt-80 {
    margin-top: 80px !important;
  }
  .lg-ml-80 {
    margin-left: 80px !important;
  }
  .lg-mr-80 {
    margin-right: 80px !important;
  }
  .lg-mb-80 {
    margin-bottom: 80px !important;
  }
  .lg-p-88 {
    padding: 88px !important;
  }
  .lg-pt-88 {
    padding-top: 88px !important;
  }
  .lg-pl-88 {
    padding-left: 88px !important;
  }
  .lg-pr-88 {
    padding-right: 88px !important;
  }
  .lg-pb-88 {
    padding-bottom: 88px !important;
  }
  .lg-m-88 {
    margin: 88px !important;
  }
  .lg-mt-88 {
    margin-top: 88px !important;
  }
  .lg-ml-88 {
    margin-left: 88px !important;
  }
  .lg-mr-88 {
    margin-right: 88px !important;
  }
  .lg-mb-88 {
    margin-bottom: 88px !important;
  }
}
.header-main {
  padding: 12px 24px;
  background-color: #444;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 110;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 56px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-main {
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .header-main {
    background-color: #212223;
    padding: 12px 8px;
    position: relative;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-main .nav-pills > li {
    width: 100%;
  }
}
.header-main .nav-pills > li + li {
  margin-left: 1px;
}
.header-main .nav-pills > li > a {
  display: flex;
  align-items: center;
  line-height: 20px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.2px;
  color: #fff;
  transition: all 0.25s ease-in-out;
  padding: 6px 8px;
}
@media (max-width: 1300px) {
  .header-main .nav-pills > li > a {
    padding: 6px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header-main .nav-pills > li > a {
    font-size: 11px;
    padding: 5px 4px;
  }
}
.header-main .nav-pills > li > a:after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(../images/icon-arrow-to-right.svg);
  opacity: 0;
  transition: all 0.25s ease-in-out;
  margin-left: 8px;
  width: 16px;
  height: 16px;
}
.header-main .nav-pills > li > a:after:before {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header-main .nav-pills > li > a:after {
    margin-left: 0;
  }
}
.header-main .nav-pills > li.dropdown.open > a:after,
.header-main .nav-pills > li.active > a:after,
.header-main .nav-pills > li:hover > a:after,
.header-main .nav-pills > li:focus > a:after {
  opacity: 1;
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-main .nav-pills > li .dropdown-menu {
    min-width: 0;
    width: 100%;
    position: relative;
    border-radius: 0;
    box-shadow: none;
  }
}
.header-main .dropdown-menu {
  background-color: #444;
  opacity: 0.95;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  border-radius: 7px;
  padding-top: 16px;
  padding-bottom: 16px;
  min-width: 320px;
}
.header-main .dropdown-menu > li > a {
  color: #fff;
  padding: 5px 20px;
  transition: all 0.25s ease-in-out;
}
.header-main .dropdown-menu > li > a:hover,
.header-main .dropdown-menu > li > a:focus {
  background-color: rgba(22, 122, 255, 0.75);
}
.header-main .dropdown-menu .divider {
  background-color: rgba(245, 245, 245, 0.5);
}
.header-main .dropdown-header {
  font-weight: 700;
  color: rgba(245, 245, 245, 0.5);
}
.header-main .dropdown-header .btn-link {
  float: right;
  margin-top: -7px;
}
@media (min-width: 992px) {
  .nav-main {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-left: 0;
    margin-right: 0;
    flex: 1;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .nav-main {
    display: block;
    position: fixed;
    width: 100%;
    top: 86px;
    left: 0;
    bottom: 0;
    background-color: #444;
    transform: translateY(calc(-100% - 86px));
    opacity: 0;
    transition: all 0.25s ease-in-out;
    overflow-y: auto;
    overflow-x: hidden;
  }
}
.logo-top {
  width: 35px;
  margin-right: 16px;
  margin-left: 0;
}
@media (max-width: 767px) {
  .logo-top {
    width: 64px;
  }
}
.dropdown-brand {
  margin-left: 0;
  margin-right: 16px;
}
@media (max-width: 767px) {
  .dropdown-brand {
    display: none;
  }
}
.dropdown-brand .btn.dropdown-toggle {
  background-color: #2b2b2b;
  color: #fff;
  width: 180px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 12px;
  padding-left: 12px;
  text-align: left;
}
@media (min-width: 992px) {
  .dropdown-brand .btn.dropdown-toggle {
    width: 140px;
  }
}
.dropdown-brand .btn.dropdown-toggle .icon {
  position: absolute;
  top: 50%;
  margin-top: -12px;
  left: 4px;
  display: none;
}
.dropdown-brand .dropdown-menu {
  min-width: 100%;
  padding-top: 0;
  max-width: 140px;
  padding-bottom: 44px;
  overflow: hidden !important;
}
.dropdown-brand .dropdown-menu > li > a {
  position: relative;
  padding: 10px 10px 10px 36px;
  white-space: normal;
  word-break: break-word;
}
.dropdown-brand .dropdown-menu > li > a .icon {
  position: absolute;
  top: 50%;
  margin-top: -12px;
  left: 4px;
}
.dropdown-brand .dropdown-menu .dropdown-menu-box {
  max-height: 240px;
  overflow: auto;
  padding: 10px 0;
}
.dropdown-brand .dropdown-menu .dropdown-menu-box li {
  width: 100%;
}
.dropdown-brand .dropdown-menu .dropdown-menu-box li a {
  display: block;
  position: relative;
  padding: 10px 10px 10px 36px;
  white-space: normal;
  word-break: break-word;
  color: #fff;
}
.dropdown-brand .dropdown-menu .dropdown-menu-box li a .icon {
  position: absolute;
  top: 50%;
  margin-top: -12px;
  left: 4px;
}
.dropdown-brand .dropdown-menu .dropdown-menu-box li a:hover {
  background-color: #167AFF;
  text-decoration: none;
}
.dropdown-brand .dropdown-menu .btn-create {
  border-top: 1px solid rgba(245, 245, 245, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 7px 10px;
  background-color: #444;
}
.dropdown-brand .dropdown-menu .btn-create .btn-link {
  display: block;
}
.dropdown-brand .caret {
  position: absolute;
  top: 50%;
  right: 4px;
  margin-left: auto;
  margin-right: 0;
}
.nav-left {
  margin-left: 0;
  margin-right: auto;
}
@media (max-width: 767px) {
  .nav-left {
    display: none;
  }
}
.nav-right {
  margin-left: auto;
  margin-right: 0;
}
.nav-right .icon {
  display: none;
}
@media (max-width: 767px) {
  .nav-right > li:not(.pull-right),
  .nav-right.nav-pills > li > a,
  .nav-right > li > ul > li:not(:last-child) {
    display: none;
  }
  .nav-right > li ul.dropdown-menu {
    display: inline-block;
    position: relative;
    box-shadow: none;
    border: 0;
    background-color: transparent;
    margin: 0;
    min-width: initial;
  }
  .nav-right > li ul.dropdown-menu > li {
    padding: 0;
    width: auto;
    min-width: 0;
  }
  .nav-right > li ul.dropdown-menu > li > a {
    padding: 5px 8px;
  }
}
#nav-icon {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 16px;
  top: 30px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  z-index: 1100;
}
@media (min-width: 768px) and (max-width: 991px) {
  #nav-icon {
    top: 15px;
  }
}
@media (max-width: 767px) {
  #nav-icon {
    display: none!important;
  }
}
#nav-icon span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #fff;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#nav-icon span:nth-child(1) {
  top: 0px;
}
#nav-icon span:nth-child(2),
#nav-icon span:nth-child(3) {
  top: 12px;
}
#nav-icon span:nth-child(4) {
  top: 24px;
}
.menu-open .nav-main {
  opacity: 1;
  transform: translateY(0);
}
.menu-open #nav-icon span:nth-child(1) {
  top: 16px;
  width: 0%;
  left: 50%;
}
.menu-open #nav-icon span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu-open #nav-icon span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.menu-open #nav-icon span:nth-child(4) {
  top: 16px;
  width: 0%;
  left: 50%;
}
.head-breadcrumb {
  float: left;
  display: flex;
  align-items: center;
  height: 36px;
  line-height: 0;
}
.head-breadcrumb a {
  display: inline-block;
  color: #f5f5f5;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.27px;
  line-height: 36px;
}
.head-breadcrumb a:hover {
  text-decoration: none;
}
.head-breadcrumb a .icon {
  margin-right: 14px;
  vertical-align: middle;
}
.head-breadcrumb .breadcrumb-sub-title {
  font-weight: 500;
  line-height: 36px;
  max-width: 800px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 1700px) {
  .head-breadcrumb .breadcrumb-sub-title {
    max-width: 500px;
  }
}
.head-breadcrumb .breadcrumb-sub-title .icon {
  vertical-align: middle;
}
.page-name {
  color: #f5f5f5;
  font-weight: 600;
  letter-spacing: 0.27px;
  line-height: 33px;
  padding: 16px 24px;
  position: fixed;
  left: 0;
  right: 0;
  font-size: 24px;
  background-color: #3A3E41;
  border-top: 1px solid #6A6E71;
  border-bottom: 1px solid #6A6E71;
  z-index: 100;
  top: 56px;
}
.page-name .page-name-small {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: -0.15px;
  text-align: center;
}
.page-name .btn-group > .btn:last-child:not(:first-child),
.page-name .btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 7px;
  border-top-left-radius: 7px;
}
.header-main,
.page-name {
  -webkit-transition: 0.5s;
  /* Safari prior 6.1 */
  transition: 0.5s;
}
.main {
  width: 100%;
  padding-top: 160px;
}
@media (min-width: 1400px) {
  .container {
    width: 1360px;
  }
}
.container-xl {
  margin-right: auto;
  margin-left: auto;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
}
@media (min-width: 768px) {
  .container-xl {
    width: 752px;
  }
}
@media (min-width: 992px) {
  .container-xl {
    width: 972px;
  }
}
@media (min-width: 1200px) {
  .container-xl {
    width: 1172px;
  }
}
.container-xl > .navbar-header,
.container-xl > .navbar-collapse {
  margin-right: -16px;
  margin-left: -16px;
}
@media (min-width: 768px) {
  .container-xl > .navbar-header,
  .container-xl > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (min-width: 1400px) {
  .container-xl {
    width: 1360px;
  }
}
.container-xl .btn-close {
  position: absolute;
  top: 30px;
  right: 0;
  font-size: 14px;
  padding: 6px 10px;
  border-radius: 4px;
  display: inline-block;
  cursor: pointer;
  text-transform: capitalize;
}
.container-xl .btn-close:hover {
  color: #fff;
  background: #3A3E41;
}
@media (min-width: 1600px) {
  .container-xl {
    width: 1500px;
  }
}
.container-max-1800 {
  max-width: 1800px;
}
.tool-bar-box {
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 12px;
}
.tool-bar-box .tool-button {
  text-align: center;
  color: #858689;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.14px;
  line-height: 16px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.tool-bar-box .tool-button .btn {
  flex: 1;
  border-radius: 0;
  margin-bottom: 5px;
}
.tool-bar-box .tool-button:first-child .btn {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.tool-bar-box .tool-button:last-child .btn {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.row-custom {
  position: absolute;
  top: 125px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  overflow: hidden;
  -webkit-transition: 0.5s;
  /* Safari prior 6.1 */
  transition: 0.5s;
  transition-delay: 0.65s;
}
.row-custom .tool-box-left,
.row-custom .tool-box-right {
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 50;
  padding: 16px;
  background: #212224;
  -webkit-transition: 0.65s;
  /* Safari prior 6.1 */
  transition: 0.65s;
}
.row-custom .tool-box-left .panel-body,
.row-custom .tool-box-right .panel-body {
  padding: 0;
  position: relative;
}
.row-custom .tool-box-left {
  border-right: 2px solid #000000;
  left: 0;
  width: 320px;
}
.row-custom .tool-box-left .main-tit {
  height: 48px;
  background-color: #444647;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.16px;
  line-height: 48px;
  padding: 0 12px;
  display: flex;
  flex-direction: row;
  align-items: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.row-custom .tool-box-left .selected .main-tit {
  background-color: #167AFF;
}
.row-custom .tool-box-left .selected .icon-bin:before {
  background-image: url(../images/icon-bin-white.svg);
}
.row-custom .tool-box-left .char-pic {
  padding: 10px 8px;
  min-height: 143px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.row-custom .tool-box-left .char-pic .pic {
  background: #fff;
  padding: 8px;
}
.row-custom .tool-box-left .char-pic .pic .word {
  height: 7px;
  max-width: 125px;
  background-color: #455B73;
  margin-bottom: 6px;
}
.row-custom .tool-box-left .char-pic .pic .word-gray {
  height: 4px;
  max-width: 229px;
  background-color: #D8D8D8;
  margin-bottom: 6px;
}
.row-custom .tool-box-left .char-pic .pic .word-gray.word-gray-short {
  max-width: 186px;
}
.row-custom .tool-box-left .setting .setting-tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 40px;
  background-color: #444647;
  color: #B9BABA;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: -0.15px;
  padding: 0 12px;
}
.row-custom .tool-box-left .setting .setting-tit.collapsed {
  border-bottom: 1px solid #6a6e71;
}
.row-custom .tool-box-left .setting .setting-tit .fa {
  color: #B9BABA;
}
.row-custom .tool-box-left .setting .panel-collapse .form {
  padding: 10px;
}
.row-custom .tool-box-left .setting .panel-collapse .form .form-tit {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #B9BABA;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: -0.1px;
  padding: 0 12px;
  background-color: #444647;
  margin: 20px -10px;
}
.row-custom .tool-box-left .setting .panel-collapse .form .form-tit .fa {
  cursor: pointer;
}
.row-custom .tool-box-left .setting .panel-collapse .form .form-group label {
  display: block;
  align-items: center;
  opacity: 0.5;
  color: #E8E8E8;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: -0.1px;
  padding: 0 3px;
  margin: 12px 0 5px;
  text-transform: uppercase;
}
.row-custom .tool-box-left .setting .panel-collapse .form .form-group label .fa {
  margin-left: 5px;
}
.row-custom .tool-box-left .setting .panel-collapse .form .form-group.pl15 {
  padding-left: 15px;
}
.row-custom .tool-box-left .setting .panel-collapse .form .split-line {
  border-bottom: 1px dashed #1a1a1a;
  margin: 20px -10px;
}
.row-custom .char-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  padding-left: 320px;
  padding-right: 255px;
  z-index: 10;
  -webkit-transition: 0.65s;
  /* Safari prior 6.1 */
  transition: 0.65s;
}
.row-custom .char-content .char-scroll {
  position: relative;
  padding: 16px;
  height: 100%;
  width: 100%;
  overflow: auto;
}
.row-custom .char-content .panel {
  background-color: #fff;
  border: none;
  border-radius: 0;
}
.row-custom .char-content .panel .content-bar {
  height: 28px;
  background-image: linear-gradient(270deg, #00D9E3 0%, #0095FF 100%);
}
.row-custom .char-content .panel .panel-body {
  padding: 24px;
}
.row-custom .char-content .panel .panel-body .card-bg {
  border-radius: 4px;
  background-color: #f5f5f5;
}
.row-custom .char-content .panel .panel-body .card-bg .tit {
  color: #53606F;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.62px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.row-custom .char-content .panel .panel-body .card-bg .sub-tit {
  opacity: 0.8;
  color: #53606F;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.41px;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.row-custom .char-content .panel .panel-body .card-bg .info {
  opacity: 0.7;
  color: #53606F;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}
.row-custom .char-content .panel .panel-body .card-bg .info p {
  margin: 8px 0;
}
.row-custom .char-content .panel .panel-body .char-head {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.row-custom .char-content .panel .panel-body .char-head .card-bg {
  padding: 16px;
}
.row-custom .char-content .panel .panel-body .char-head .char-head-left {
  margin-right: 16px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-direction: column;
  flex: 50%;
}
.row-custom .char-content .panel .panel-body .char-head .char-head-left .card-bg:nth-child(1) {
  height: 92px;
}
.row-custom .char-content .panel .panel-body .char-body {
  padding: 20px 0;
}
.row-custom .char-content .panel .panel-body .char-body .tit {
  font-size: 14px;
  color: #002257;
  border-bottom: 1px solid #d9dee8;
  padding: 10px;
  font-weight: 600;
}
.row-custom .char-content .char-container-ratio .panel {
  width: 1328px;
  height: 996px;
  transform: scale(0.82);
  transform-origin: 0 0;
}
.row-custom .char-content .char-container-ratio .panel .panel-body {
  position: relative;
  height: calc(100% - 28px);
  padding: 11px 28px 28px 28px;
  overflow: hidden;
}
.row-custom .char-content .char-container-ratio .panel .panel-body .tit {
  font-size: 28px;
  line-height: 33px;
  font-weight: 600;
  color: #414449;
  letter-spacing: -0.31px;
}
.row-custom .char-content .char-container-ratio .panel .panel-body .sub-tit {
  font-size: 20px;
  line-height: 27px;
  color: #414449;
  font-weight: 300;
  font-style: italic;
  letter-spacing: -0.22px;
}
.row-custom .char-content .char-container-ratio .panel .panel-body .info {
  font-size: 18px;
  letter-spacing: -0.2px;
  line-height: 34px;
  font-weight: 300;
  color: #414449;
}
.row-custom .char-content .char-container-ratio .panel .panel-body .info p {
  margin-bottom: 0;
}
.row-custom .char-content .char-container-ratio .panel .panel-body .char-header-wrapper-input {
  display: flex;
  height: auto;
  justify-content: flex-start;
  align-items: center;
  flex: 1;
}
.row-custom .char-content .char-container-ratio .panel .panel-body .char-header-wrapper-input textarea {
  background: #fff;
  color: #414449;
  border: 1px solid #bebec0;
  width: 900px;
}
.row-custom .char-content .char-container-ratio .panel .panel-body .char-header-wrapper-input .tit-input textarea {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -0.31px;
  height: 54px;
}
.row-custom .char-content .char-container-ratio .panel .panel-body .char-header-wrapper-input .sub-tit-input textarea {
  font-size: 20px;
  font-weight: 300;
  font-style: italic;
  letter-spacing: -0.22px;
  height: 45px;
}
.row-custom .char-content .char-container-ratio .panel .panel-body .char-header-wrapper-input .info-input textarea {
  font-size: 18px;
  letter-spacing: -0.2px;
  font-weight: 300;
  height: 102px;
}
.row-custom .char-content .char-container-ratio .panel .panel-body .char-header-wrapper-input .btn-input {
  margin-left: 10px;
}
.row-custom .char-content .char-container-ratio .panel .panel-body .char-header-wrapper-input .btn-input .btn {
  min-width: 80px;
  margin-right: 5px;
}
.row-custom .char-content .char-container-ratio .char-header-wrapper,
.row-custom .char-content .char-container-ratio .char-subheader-wrapper,
.row-custom .char-content .char-container-ratio .char-description-wrapper {
  overflow: hidden;
}
.row-custom .char-content .char-container-ratio .char-header-wrapper {
  height: 33px;
  margin-bottom: 13px;
}
.row-custom .char-content .char-container-ratio .char-subheader-wrapper {
  height: 33px;
  margin-bottom: 10px;
}
.row-custom .char-content .char-container-ratio .char-description-wrapper {
  height: 130px;
  margin-bottom: 10px;
}
.row-custom .char-content .char-container-ratio .char-main-wrapper {
  height: calc(100% - 259px);
}
.row-custom .char-content .char-container-ratio .char-main-wrapper .row {
  margin: 0;
}
.row-custom .char-content .char-container-ratio .char-main-wrapper .col-xs-6 {
  padding: 0;
}
.row-custom .tool-box-right {
  right: 0;
  left: auto !important;
  border-left: 2px solid #000;
  width: 395px;
  padding: 0;
}
.row-custom .tool-box-right .tool-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.row-custom .tool-box-right .tool-bar .tool-bar-box:first-child {
  flex-grow: 5;
}
.row-custom .tool-box-right .tool-bar .tool-bar-box:last-child {
  flex-grow: 2;
}
.row-custom.left-panel-closed .char-content .char-scroll {
  width: calc(100% - 320px) !important;
}
.present-mode .left-panel-trigger {
  display: none;
}
.left-panel-trigger {
  width: 46px;
  height: 46px;
  background: #167AFF;
  border-radius: 100%;
  border: 1px solid #29cdf8;
  box-shadow: 0 0 0 1px rgba(9, 30, 66, 0.08), 0 2px 4px 1px rgba(9, 30, 66, 0.08);
  position: fixed;
  left: 277px;
  bottom: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  -webkit-transition: 0.3s;
  /* Safari prior 6.1 */
  transition: 0.3s;
  z-index: 80;
  overflow: hidden;
}
.left-panel-trigger:hover {
  background-color: darkne(#167AFF, 5%);
  color: #fff;
}
.left-panel-trigger .btn-group {
  width: 46px;
  height: 46px;
  background-image: url('../images/icon/Icon/icon-arr-left.svg');
  background-repeat: no-repeat;
  background-size: 20px 17px;
  background-position: center;
}
.left-panel-trigger .btn-group i {
  display: none;
}
.left-panel-trigger.closed {
  left: 3px;
}
.left-panel-trigger.closed .btn-group {
  background-image: url('../images/icon/Icon/icon-arr-right.svg');
}
.left-panel-closed .tool-box-left {
  overflow-y: hidden;
}
.ps.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  background-color: #999;
  width: 3px !important;
  opacity: 0.4 !important;
}
.ps:hover.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y,
.ps > .ps__scrollbar-y-rail > .ps__scrollbar-y,
.ps > .ps__scrollbar-y-rail,
.ps > .ps__scrollbar-y-rail:active > .ps__scrollbar-y,
.ps > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y {
  width: 3px !important;
}
.ps:hover.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail,
.ps.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail,
.ps:hover > .ps__scrollbar-y-rail:hover {
  background: none !important;
  width: 3px !important;
}
.row-custom .btn-group {
  overflow: hidden;
}
.row-custom .fa-chevron-left {
  position: absolute;
  top: 0;
  left: 0;
}
.row-custom .fa-chevron-left {
  opacity: 1;
}
.row-custom .fa-chevron-right {
  opacity: 0;
}
.row-custom.left-panel-closed .char-content {
  padding-left: 0;
}
.row-custom.left-panel-closed .tool-box-left {
  transform: translateX(-303px);
}
.row-custom.left-panel-closed .fa-chevron-left {
  opacity: 0;
}
.row-custom.left-panel-closed .fa-chevron-right {
  opacity: 1;
}
.badge-circle {
  background: #202122;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  min-width: 24px;
}
.tool-bar-search {
  background-color: #2e2e30;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.35);
  border: 1px solid #575759;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 16px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 8px 16px;
}
.tool-bar-search .search-wrapper {
  border: 1px solid #4F5156;
  border-radius: 3px;
}
.tool-bar-search .search-wrapper .form-control {
  border: 0;
  background-color: transparent;
}
.tool-bar-search .search-wrapper .input-group-btn {
  padding: 0 8px;
}
.tool-bar-search .search-wrapper .input-group-btn .icon {
  width: 16px;
  height: 16px;
}
.tool-bar-search .tool-bar-box {
  padding: 0;
}
.tool-bar-search .tool-bar-box .tool-button .btn {
  margin-bottom: 0;
}
.tool-bar-search.sticky-searchbar {
  position: fixed;
  z-index: 9;
  width: 320px;
  left: 0;
  border-radius: 0;
  top: 124px;
}
.blank-dup .row-custom,
.blank-dup .char-content {
  position: relative;
  top: 0;
  padding: 0;
}
.blank-dup .row-custom {
  overflow: auto;
}
.blank-dup .row-custom .char-content .char-container-ratio .char-main-wrapper {
  height: auto;
}
.panel-slide {
  position: relative;
  width: 100%;
  height: auto;
}
.panel-slide .panel-body {
  padding: 0 !important;
  height: 100% !important;
}
.panel-slide::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 15px;
  background-image: url("../images/slide-head-bg.png");
  background-position: right center;
  background-repeat: no-repeat;
  background-color: #82901B;
}
.panel-slide .upload-layer {
  position: relative;
  border: 1px solid #ffffff;
  background-color: #ffffff;
  cursor: pointer;
}
.panel-slide .upload-layer.selected {
  border: 1px solid #3878F7;
}
.panel-slide .upload-layer.selected .icon {
  background-image: url("../images/icon/icon-slide/icon-pic-blue.svg") !important;
}
.panel-slide .upload-layer.has-pic {
  border: 1px solid transparent;
  background-color: transparent;
}
.panel-slide .upload-layer.has-pic .icon {
  display: none;
}
.panel-slide .upload-layer .icon {
  position: absolute;
  bottom: 4px;
  right: 5px;
  z-index: 10;
  cursor: pointer;
}
.panel-slide .panel-slide-head {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  height: 144px;
  background-image: url("../images/slide-head-bg.png");
  background-position: right center;
  background-repeat: no-repeat;
  background-color: #82901B;
  padding-left: 30px;
  padding-right: 19px;
}
.panel-slide .panel-slide-head .slide-head-left {
  display: flex;
  align-items: center;
  padding-right: 260px;
}
.panel-slide .panel-slide-head .slide-head-left .logo-left {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 97.6px;
  height: 97.6px;
  overflow: hidden;
}
.panel-slide .panel-slide-head .slide-head-left .logo-left img {
  width: auto;
  height: auto;
  max-width: 97.6px;
  max-height: 97.6px;
}
.panel-slide .panel-slide-head .slide-head-left .slide-head-content {
  font-family: 'AvenirNext';
  color: #FFFFFF;
  padding-left: 12px;
  text-transform: uppercase;
}
.panel-slide .panel-slide-head .slide-head-left .slide-head-content .title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.3px;
  line-height: 27px;
  margin-bottom: 10px;
}
.panel-slide .panel-slide-head .slide-head-left .slide-head-content .sub-title {
  font-size: 32px;
  font-weight: 800;
  letter-spacing: 0.1px;
  line-height: 43px;
}
.panel-slide .panel-slide-head .slide-head-left .slide-head-content .three-title {
  font-size: 13px;
  font-weight: 800;
  line-height: 17px;
}
.panel-slide .panel-slide-head .slide-head-left.slide-head-left-rect {
  flex-direction: column;
  align-items: flex-start;
}
.panel-slide .panel-slide-head .slide-head-left.slide-head-left-rect .logo-left {
  width: 124px;
  height: 36.6px;
  margin-bottom: 10px;
}
.panel-slide .panel-slide-head .slide-head-left.slide-head-left-rect .logo-left img {
  max-width: 124px;
  max-height: 36.6px;
}
.panel-slide .panel-slide-head .slide-head-left.slide-head-left-rect .logo-left .icon {
  bottom: 3px;
}
.panel-slide .panel-slide-head .slide-head-left.slide-head-left-rect .slide-head-content {
  padding-left: 0;
}
.panel-slide .panel-slide-head .slide-head-right {
  position: absolute;
  right: 19px;
  bottom: 12px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-shrink: 0;
  flex-grow: 0;
}
.panel-slide .panel-slide-head .slide-head-right .logo-right {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 97.6px;
  height: 33px;
  overflow: hidden;
}
.panel-slide .panel-slide-head .slide-head-right .logo-right img {
  width: auto;
  height: auto;
  max-width: 97.6px;
  max-height: 33px;
}
.panel-slide .panel-slide-head .slide-head-right .logo-right.upload-layer .icon {
  right: 2px;
  bottom: 2px;
}
.panel-slide .panel-slide-head .slide-head-right .slide-right-logo {
  width: 104px;
  height: auto;
  margin-left: 15px;
}
.panel-slide .panel-slide-body {
  position: absolute;
  top: 144px;
  left: 0;
  width: 100%;
  height: calc(100% - 144px);
  padding: 18px 20px;
}
.panel-slide .panel-slide-body.has-pic > .icon {
  display: none;
}
.panel-slide .panel-slide-body .upload-thumb {
  position: absolute;
  width: 22px;
  height: 22px;
  bottom: 25px;
  right: 15px;
  z-index: 10;
  cursor: pointer;
}
.panel-slide .panel-slide-body .upload-thumb input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.panel-slide .panel-slide-body .upload-thumb:hover .icon {
  background-image: url("../images/icon/icon-slide/icon-pic-blue.svg");
}
.panel-slide .panel-slide-body .slide-body-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.panel-slide .panel-slide-body .slide-body-bg .slide-opacity-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(130, 144, 27, 0.3);
  z-index: 2;
}
.panel-slide .panel-slide-body .slide-body-bg img {
  width: 100%;
  height: 100%;
}
.panel-slide .panel-slide-body .slide-product-layer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  width: 122px;
  height: 221px;
  padding: 10px;
  border-radius: 16px;
  border: 1px solid #979797;
  background-color: #ffffff;
  z-index: 20;
  overflow: hidden;
  cursor: pointer;
}
.panel-slide .panel-slide-body .slide-product-layer.selected {
  border: 1px solid #3878F7;
}
.panel-slide .panel-slide-body .slide-product-layer.selected .icon {
  background-image: url("../images/icon/icon-slide/icon-pic-blue.svg");
}
.panel-slide .panel-slide-body .slide-product-layer img {
  width: auto;
  height: auto;
  max-width: 122px;
  max-height: 221px;
}
.panel-slide .panel-slide-body .slide-product-layer.product-multi img {
  width: 42%;
  margin: 2px;
}
.panel-slide .panel-slide-body .slide-product-layer.has-pic .icon {
  display: none;
}
.panel-slide .panel-slide-body .slide-product-layer .icon {
  position: absolute;
  bottom: 6px;
  right: 7px;
  z-index: 10;
  cursor: pointer;
}
.upload-select-box {
  padding: 0 30px 27px 38px;
}
.upload-select-box .title {
  color: rgba(245, 245, 245, 0.5);
  font-family: 'AvenirNext';
  font-size: 11px;
  line-height: 15px;
  font-weight: 700;
  padding-top: 25px;
  padding-bottom: 15px;
}
.upload-select-box .brand-logo-list .logo-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 48px;
  border-radius: 8px;
  border: 1px solid #5B5B5B;
  background-color: #3B3E41;
  margin-bottom: 7px;
  cursor: pointer;
}
.upload-select-box .brand-logo-list .logo-box.selected {
  background-color: #ffffff;
}
.upload-select-box .brand-logo-list .logo-box img {
  width: 40px;
  height: 40px;
}
.upload-select-box .brand-logo-list .logo-box.logo-box-rect img {
  width: 80px;
  height: auto;
}
.upload-select-box .product-pic-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 44px;
  margin-bottom: 116px;
  margin-left: -2px;
  margin-right: -2px;
}
.upload-select-box .product-pic-list .pro-pic-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 160px;
  border: 1px solid #979797;
  background-color: #ffffff;
  flex-shrink: 0;
  flex-grow: 0;
  margin: 2px;
  cursor: pointer;
}
.upload-select-box .product-pic-list .pro-pic-box.selected {
  background-color: #ffffff;
}
.upload-select-box .product-pic-list .pro-pic-box img {
  width: 59%;
  height: auto;
}
.container-history {
  padding: 50px 28px;
}
.container-history .history-title {
  display: flex;
  align-items: center;
  font-family: "AvenirNext";
  color: #FFFFFF;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 21px;
}
.container-history .history-body p {
  font-family: "AvenirNext";
  color: #EBEBEB;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 35px;
  opacity: 0.5;
}
.container-history .history-body p .tx-boldest {
  font-weight: 700;
}
.container-history .history-body p .tx-italic {
  font-style: italic;
}
.side-nav {
  margin-top: 32px;
}
.side-nav.side-nav-image-library {
  margin-top: 8px;
}
.side-nav .side-nav-title {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 8px;
}
@media (max-width: 1199px) {
  .side-nav .side-nav-title {
    font-size: 12px;
  }
}
.side-nav ul.left-nav > li:last-child {
  border: none;
}
.side-nav ul.left-nav > li {
  border-bottom: 1px solid #ddd;
  margin: 0;
  padding-bottom: 0px;
}
.side-nav ul.left-nav > li ul li {
  padding-bottom: 0;
  margin-top: 0;
}
.side-nav ul.left-nav > li ul li a {
  position: relative;
  padding: 7px 60px 7px 30px;
}
.side-nav ul.left-nav > li ul li a .side-nav-text {
  font-size: 12px;
}
.side-nav ul.left-nav > li ul li a .btn-trash-icons {
  position: absolute;
  top: 50%;
  right: 38px;
  margin-top: -11px;
  display: none;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  border-radius: 100%;
  box-shadow: none;
  border: none;
  background-color: #fe0000;
}
.side-nav ul.left-nav > li ul li a .edit-buttons {
  position: absolute;
  right: 0;
  top: 7px;
  color: rgba(255, 255, 255, 0.47);
}
.side-nav ul.left-nav > li ul li:hover .btn-trash-icons {
  display: flex;
}
.side-nav ul.left-nav > li ul li:hover .edit-buttons {
  right: 0;
}
.side-nav ul.left-nav > li ul li .addNew .side-nav-text {
  color: #ddd;
}
.side-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.side-nav ul > li {
  padding-bottom: 15px;
  position: relative;
}
.side-nav ul > li > a {
  position: relative;
  margin: 6px 0;
  padding: 7px 45px 7px 16px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  color: #fff;
  text-decoration: none;
  border-top-left-radius: 9px;
  border-bottom-left-radius: 9px;
  border-top-right-radius: 35px;
  border-bottom-right-radius: 35px;
  transition: all 0.25s ease-in-out;
}
.side-nav ul > li a:hover .btn-trash-icon {
  display: flex;
}
.side-nav ul > li a:hover .edit-button {
  right: 0;
}
.side-nav ul > li a.active,
.side-nav ul > li a:hover,
.side-nav ul > li a:focus,
.side-nav ul > li a:active {
  background-color: #167AFF;
}
.side-nav ul > li .btn-trash-icon {
  position: absolute;
  top: 50%;
  right: 38px;
  margin-top: -11px;
  display: none;
}
.side-nav ul > li.separater {
  border-top: 1px solid #444;
}
.side-nav ul .edit-button {
  position: absolute;
  right: 0;
  top: 7px;
  color: rgba(255, 255, 255, 0.47);
}
.side-nav .side-nav-icon,
.side-nav .side-nav-text {
  display: inline-block;
}
.side-nav .side-nav-icon {
  width: 24px;
  height: 24px;
}
.side-nav .side-nav-text {
  font-size: 14px;
  width: calc(100% - 24px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-left: 16px;
}
.sidebar-btn-top,
.sidebar-btn-bottom {
  display: none;
}
.ws-wrapper {
  background-color: #2E2E30;
}
.ws-heading {
  background: #1D1E20;
  text-align: left;
  padding: 10px 16px;
  font-weight: 700;
  color: #fff;
  border-bottom: 1px solid #1A1B1C;
  border-top: 1px solid #2b2b2b;
}
.ws-heading.ws-heading-two-side {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-bottom: 0;
}
.ws-heading[data-toggle="collapse"] {
  cursor: pointer;
}
.collapsed .collapse-custom-button:before {
  background-image: url("../images/icon-caret-right.svg");
}
.ws-heading-small {
  font-size: 12px;
  background: #282A2D;
  border-top: 1px solid #3B3D42;
  padding: 6px 16px;
}
.ws-heading-smaller {
  background-color: #3B3D42;
  font-size: 10px;
  font-weight: 500;
  padding: 5px 16px 4px;
}
.ws-heading-smaller .collapse-custom-button {
  font-size: 0;
}
.ws-heading-smaller .collapse-custom-button:before {
  width: 8px;
  height: 8px;
  margin-top: -6px;
}
.ws-heading-add-new {
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -7.5px;
  color: #167AFF;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.3px;
  cursor: pointer;
}
.heading-without-arrow {
  min-height: 37px;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ws-heading-cta {
  position: absolute;
  width: 16px;
  height: 16px;
  right: 0;
  top: 50%;
  margin-top: -8px;
  margin-right: 12px;
  margin-left: 8px;
  cursor: pointer;
}
.ws-heading-cta:before {
  content: "";
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.ws-heading-cta.sorting:before {
  background-image: url(../images/icon-up-down.svg);
}
.ws-heading-cta.setting:before {
  background-image: url(../images/icon-setting.svg);
}
.ws-heading-cta.filter:before {
  background-image: url(../images/icon-filter.svg);
}
.ws-heading-cta.btn-group {
  margin-right: 0;
}
.ws-heading-cta .btn-ws-config-delete {
  margin-right: 12px;
}
.ws-heading-cta .ws-config-button {
  padding: 10px 0 10px;
  display: block;
}
.ws-heading-cta .ws-config-button.clicked {
  background: #EC1F34;
}
.ws-heading-cta .ws-config-button.clicked .btn-ws-config-delete {
  display: none;
}
.ws-heading-cta .ws-config-button.clicked .btn-ws-confirm-delete {
  color: #fff;
}
.ws-heading-cta-with-delete {
  height: 37px;
  right: 0;
  top: 0;
  margin-top: 0;
}
.ws-body .btn-primary {
  border: 0;
  border-radius: 3px;
}
.ws-body hr {
  border-color: #303236;
}
.ws-body .form-group {
  margin-bottom: 8px;
}
.overlay-inner-list {
  background: #212122;
  border: 0 solid #252526;
  border-radius: 4px;
  padding: 8px 8px 8px 16px;
}
.overlay-inner-list .checkbox,
.overlay-inner-list .radio {
  margin-top: 0;
  margin-bottom: 8px;
}
.ws-bar-dark,
.ws-bar-gray {
  position: relative;
}
.ws-bar-dark .checkbox,
.ws-bar-gray .checkbox,
.ws-bar-dark .radio,
.ws-bar-gray .radio {
  margin-top: 0;
  margin-bottom: 0;
}
.ws-panel-dark {
  background-color: #212224;
  padding-left: 12px;
  padding-right: 12px;
}
.ws-bar-dark-label {
  color: #7E8590;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.4px;
  line-height: 12px;
  text-transform: uppercase;
  padding: 8px 8px 0;
}
.ws-bar-dark {
  padding: 8px 14px 8px 8px;
  margin: 0 12px;
  border: 1px solid #4F5156;
  height: 32px;
  width: 328px;
  border-radius: 4px;
  background-color: #3B3D42;
}
.ws-bar-gray {
  background: #212224;
}
.ws-bar-gray .collapse-custom-button,
.ws-bar-dark .collapse-custom-button {
  position: absolute;
  top: 15px;
  right: 8px;
}
.disable-wrapper .ws-bar-dark-label {
  color: #3B3D42;
}
.select2-container--bootstrap.select2-container--disabled .select2-selection,
.select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
  background-color: #282A2D;
  border-color: #282A2D;
}
.select2-container--bootstrap.select2-container--disabled .select2-selection .select2-selection__arrow b,
.select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice .select2-selection__arrow b {
  border-color: #3B3D42 transparent transparent transparent;
}
.select2-container--bootstrap.select2-container--disabled .select2-selection .select2-selection__placeholder,
.select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice .select2-selection__placeholder {
  color: #3B3D42;
}
.ws-o-chart,
.ws-o-side {
  border-radius: 7px;
}
.ws-o-chart {
  min-height: 50px;
  border: 1px dashed #e0e0e0;
}
.ws-o-side {
  min-height: 50px;
  height: 100%;
  border: 1px solid #e0e0e0;
}
.ws-o-side .select2-container--bootstrap .select2-selection--single {
  height: 50px;
}
.ws-o-side .select2-container--bootstrap .select2-selection {
  border: 0;
  line-height: 38px;
}
.ws-table-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  padding: 16px 8px 0 8px;
}
.ws-table-wrapper.has-pin .ws-table-label {
  padding-left: 12px;
}
.ws-table-wrapper.has-pin .ws-table-label:before {
  content: "";
  width: 12px;
  height: 12px;
  background-image: url("../images/icon-pin.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.ws-table-wrapper.has-pin.has-pin-active .ws-table-label:before {
  background-image: url("../images/icon-pin-active.svg");
}
.tag-blue {
  color: #579AF7;
  font-family: "Roboto Condensed";
  font-size: 8px;
  border-radius: 2px;
  background-color: #275492;
  padding: 2px;
}
.tag-blue.active {
  color: #fff;
  background-color: #4391FF;
}
.ws-table-label {
  width: 85px;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 600;
  position: relative;
  margin-top: 5px;
  padding-right: 3px;
}
.ws-data-table {
  font-size: 11px;
  table-layout: fixed;
  overflow: hidden;
}
.ws-data-table th.bg-none {
  border-top: 0;
}
.ws-data-table th,
.ws-data-table td {
  padding: 5px 0;
  border-top: 1px solid #282A2D;
  border-left: 1px solid #282A2D;
  background-color: #3B3D42;
  font-size: 10px;
  font-weight: 500;
  color: #fff;
  min-width: 68px;
}
.ws-data-table th {
  padding-left: 14px !important;
  padding-right: 5px;
}
.ws-data-table td {
  text-align: center;
}
.ws-data-table .collapse-tbody tr:nth-of-type(odd) th,
.ws-data-table .collapse-tbody tr:nth-of-type(odd) td {
  background-color: #212122;
}
.ws-data-table .ws-cell-label {
  width: 60px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.4);
  padding-left: 5px;
}
.ws-data-table .ws-cell-data {
  color: rgba(255, 255, 255, 0.85);
}
.ws-data-table .ws-cell-action {
  width: 15px;
  padding-right: 5px;
}
.btn-delete-floating {
  margin: auto;
}
.btn-add-floating {
  display: none;
}
.weeklydata-body {
  min-width: 576px;
  position: relative;
  width: 100%;
}
.weeklydata-body .fixed-th {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  width: 288px;
}
.weeklydata-body .fixed-th th,
.weeklydata-body .fixed-th td {
  border-right: 1px solid #282A2D;
}
.weeklydata-body .ws-bar-gray {
  background-color: rgba(0, 0, 0, 0);
}
.weekly-data-table th {
  width: 288px;
  min-width: 288px;
  max-width: 288px;
  padding-left: 12px !important;
  border-left: 0;
}
.weekly-data-table td {
  width: 120px;
  max-width: 120px;
  min-width: 120px;
}
.weekly-data-table th,
.weekly-data-table td {
  color: #BABECA;
  font-size: 12px;
  font-weight: 500;
  height: 32px;
  padding: 5px 6px 3px;
}
.weekly-data-table tbody.accordian-body tr th,
.weekly-data-table tbody.accordian-body tr td {
  background-color: #1D1E20;
  height: 24px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.weekly-data-table tr.accordian-body > td {
  padding: 0;
  border-top: 0;
  border-left: 0;
  width: 100%;
  height: auto;
}
.weekly-data-table tr.accordian-body tr th,
.weekly-data-table tr.accordian-body tr td {
  background-color: #0F0F0F;
  height: 26px;
  padding: 0;
  vertical-align: middle;
}
.weekly-data-table tr.accordian-body tr th div,
.weekly-data-table tr.accordian-body tr td div {
  display: block;
  margin: auto;
}
.weekly-data-table tr.accordian-body tr th {
  padding-left: 40px !important;
}
.weekly-data-table tr.accordian-body tbody {
  border-top: 5px solid #212224;
  border-bottom: 1px solid #303236;
}
.weekly-data-table tr.accordian-body tbody:nth-of-type(1) {
  border-top: 0;
}
.weekly-data-table .actions-group {
  position: absolute;
  right: 8px;
  top: 50%;
  margin-top: -12.5px;
  opacity: 0;
}
.weekly-data-table .actions-group button {
  height: 24px;
  width: 24px;
  padding: 5px;
  border-radius: 50%;
  opacity: 50%;
}
.weekly-data-table .actions-group button:hover {
  background-color: #4F5156;
  opacity: 100%;
}
.weekly-data-table .actions-group button .icon {
  width: 14px;
  height: 14px;
}
.icon-cross-trigger {
  cursor: pointer;
}
.button-row {
  display: none;
}
.button-row td {
  height: 32px;
  padding: 0;
}
.button-row td,
.button-row th {
  background-color: rgba(0, 0, 0, 0);
  border: 0;
}
.button-row div {
  display: none;
  z-index: 99;
}
.product-header:hover .actions-group {
  opacity: 1;
}
.product-header:hover .product-name {
  padding-right: 80px;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}
[data-toggle="collapse"] {
  cursor: pointer;
}
.ws-body .nav-tabs {
  border-bottom: 1px solid #1D1E20;
  border-top: 1px solid #4F5156;
}
.ws-body .nav-tabs > li > a {
  padding: 8px 15px 4px;
  margin-right: 0;
  font-size: 12px;
  font-weight: bold;
  border-radius: 0;
  border: 0;
  border-bottom: 3px solid rgba(0, 0, 0, 0);
  background-color: #282A2D;
  color: #717781;
}
.ws-body .nav-tabs > li:nth-of-type(1) {
  border-right: 1px solid #1D1E20;
  width: 288px;
}
.ws-body .nav-tabs > li:nth-of-type(2) {
  width: calc(100% - 288px);
}
.ws-body .nav-tabs > li > a:focus,
.ws-body .nav-tabs > li > a:hover,
.ws-body .nav-tabs > li.active > a,
.ws-body .nav-tabs > li.active > a:focus,
.ws-body .nav-tabs > li.active > a:hover {
  border: 0;
  background-color: #303236;
  border-bottom: 3px solid #167AFF;
  color: #fff;
}
.ws-body .count-no {
  padding: 0 15px;
  font-size: 12px;
  color: #717781;
  font-weight: 500;
}
.tag {
  font-size: 11px;
  font-weight: 600;
  padding: 4px 3px 1px;
  line-height: 1;
  border-radius: 2px;
}
.tag.purple-tag {
  color: #E5ABE8;
  background-color: #69396C;
}
.tag.yellow-tag {
  color: #DDC68E;
  background-color: #766335;
}
.tag.orange-tag {
  color: rgba(0, 0, 0, 0.8);
  background-color: #FF8F01;
}
.tag.grey-tag {
  color: rgba(0, 0, 0, 0.8);
  background-color: #BABECA;
}
.product-header {
  height: 64px;
}
.product-header td {
  height: 64px;
}
.product-header th {
  color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
  position: relative;
  vertical-align: middle;
  height: 64px;
  padding: 0 5px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-header .collapse-custom-button.c--button-only {
  left: auto;
  right: auto;
  top: auto;
}
.product-header .product-name {
  display: block;
  width: calc(74% - 17px);
  float: right;
}
.correlations-table .icon {
  padding: 0;
}
.correlations-table td,
.correlations-table th {
  padding: 7px 0 2px !important;
}
.correlations-table .selected-blue {
  background-color: #167AFF;
}
.correlations-table .selected-grey {
  background-color: #64676E;
}
.correlations-table-small td,
.correlations-table-small th {
  min-width: auto !important;
}
.correlations-table-small th {
  padding: 4px 0 0px !important;
}
.incell-cta div {
  cursor: pointer;
}
.incell-cta div:nth-of-type(2) {
  position: absolute;
  top: 0;
  left: 0;
  padding: 9px 0 5px;
  width: 100%;
  color: #4F5156;
  letter-spacing: 0.3px;
  opacity: 0;
}
.incell-cta.clicked div:nth-of-type(1) {
  opacity: 0;
}
.incell-cta.clicked div:nth-of-type(2) {
  opacity: 1;
}
.red-cell {
  background-color: #EC1F34;
  color: #fff !important;
  font-weight: 600;
  border-bottom: 1px solid #282A2D;
}
.btn-pin {
  position: relative;
  -webkit-appearance: none;
  background: none;
  border: none;
  width: 13px;
  height: 12px;
  margin-right: 6px;
  float: left;
}
.btn-pin:before {
  content: "";
  width: 13px;
  height: 12px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
}
.btn-pin.icon-chat:before {
  background-image: url(../images/icon-chat-grey.svg);
}
.btn-pin.icon-chat.pinned:before {
  background-image: url(../images/icon-chat-green.svg);
}
.btn-pin.icon-pin {
  float: none;
}
.btn-pin.icon-pin:before {
  background-image: url(../images/icon-pin-grey.svg);
  top: 0;
}
.btn-pin.icon-pin.pinned:before {
  background-image: url(../images/icon-pin-green.svg);
}
.pannel-from-right {
  height: 100%;
  width: 360px;
  background-color: #212224;
  position: fixed;
  top: 124px;
  left: auto;
  right: 0;
  z-index: 9;
  -webkit-transform: translateX(360px);
  -ms-transform: translateX(360px);
  transform: translateX(360px);
  -webkit-transition: 0.3s;
  /* Safari prior 6.1 */
  transition: 0.3s;
}
.pannel-from-right.show {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.cta-wrapper {
  display: flex;
  width: 100%;
}
.cta-wrapper button {
  width: calc(50% - 8px);
}
.cta-wrapper button:nth-of-type(1) {
  margin-right: 8px;
}
.cta-wrapper button:nth-of-type(2) {
  margin-left: 8px;
}
.text-with-pin {
  width: calc(100% - 21px);
  float: left;
}
.bold-bottom-border {
  border-bottom: 2px solid #282A2D !important;
}
.promo-heading {
  background-color: #282A2D;
  padding: 8px 12px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  width: calc(100% - 90px);
}
.promo-heading-with-datepicker {
  width: 100%;
  padding: 0 12px;
  height: 33px;
  display: flex;
  align-items: center;
}
.promo-heading-with-datepicker .form-group {
  margin-bottom: 0;
  margin-right: 0;
  margin-left: auto;
}
.promo-heading-wrapper .icon,
.promo-heading-with-datepicker .icon {
  margin: 0 4px;
}
.promo-heading-wrapper .date-range,
.promo-heading-with-datepicker .date-range {
  border: 0;
}
.promo-heading-wrapper > .form-group,
.promo-heading-with-datepicker > .form-group {
  width: 28%;
}
.promo-heading-wrapper > .form-group > .input-group,
.promo-heading-with-datepicker > .form-group > .input-group {
  width: 100%;
}
.promo-heading-wrapper .form-control,
.promo-heading-with-datepicker .form-control {
  background: none !important;
  padding: 0;
  height: 24px;
  line-height: 22px;
  color: #89909B;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.4px;
  padding: 0 7px;
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}
.promo-heading-wrapper .form-control:focus,
.promo-heading-with-datepicker .form-control:focus {
  outline: 0;
  box-shadow: none;
}
.promo-heading-wrapper .input-group-addon,
.promo-heading-with-datepicker .input-group-addon {
  padding: 0 !important;
  background: none !important;
  border: 0;
}
.daterangepicker_input,
.daterangepicker .calendar th.prev,
.daterangepicker .calendar th.next {
  display: none;
}
.daterangepicker .calendar-table,
.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
  border: none;
  background: none;
}
.daterangepicker.opensright:after,
.daterangepicker.opensright:before {
  right: 24px;
  left: auto;
}
.daterangepicker .calendar td,
.daterangepicker .calendar th {
  font-size: 12px;
  padding: 4px 2px 1px;
}
.range_inputs {
  width: 140px;
  float: right;
}
.range_inputs .applyBtn,
.range_inputs .cancelBtn {
  margin: 10px 5px;
}
.range_inputs .applyBtn {
  background-color: #167AFF;
  padding: 4px 12px 2px !important;
  font-size: 12px;
  letter-spacing: 0.3px;
  border: 0;
}
.range_inputs .cancelBtn {
  float: left;
  background-color: #4F5156;
  color: #BABECA;
  font-size: 12px;
  letter-spacing: 0.3px;
  border: 0;
}
@media (min-width: 564px) {
  .daterangepicker.ltr .ranges {
    float: none;
    text-align: right;
  }
}
.promo-sub-heading {
  color: #FFFFFF;
  font-size: 10px;
  font-weight: bold;
  padding: 5px 12px;
}
.promo-heading-container .btn-group {
  position: absolute;
  right: 0;
  top: 0;
  height: 33px;
  display: flex;
  align-items: center;
}
.promo-heading-container .btn-group > div {
  height: 33px;
}
.promo-heading-container .btn-group > div .icon {
  margin: 8px 10px;
}
.promo-heading-container .btn-group .btn-ws-config-delete .icon {
  margin: 8px 0;
}
.promo-heading-container .btn-group .ws-config-button.clicked .btn-ws-confirm-delete {
  height: 33px;
  color: #fff;
  background-color: #EC1F34;
}
.preview-image-tooltip {
  background-color: #1A1B1C;
  padding: 8px;
  border-radius: 4px;
  width: 60px;
  display: block;
  position: absolute;
  right: 0;
  top: 27px;
  opacity: 0;
}
.preview-image-tooltip::after {
  content: '';
  position: absolute;
  right: 2px;
  top: -4px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 5px solid #1A1B1C;
  clear: both;
}
.tooltip-trigger.opened .preview-image-tooltip {
  opacity: 1;
}
.tool-box-right .dropdown.open {
  background-color: #3B3D42;
  border-radius: 4px;
}
.tool-box-right .dropdown-menu {
  border: 1px solid #4F5156;
  border-radius: 2px;
  background-color: #303236;
  padding: 0;
  right: 0;
  left: auto;
}
.tool-box-right .multiselect-container {
  max-height: 350px;
  margin-top: 4px;
}
.tool-box-right .multiple-checkbox img {
  margin-right: 5px;
}
.tool-box-right .dropdown-item {
  display: flex;
  border-bottom: 1px solid #3B3D42;
  font-size: 10px;
  font-weight: 500;
  color: #FFFFFF;
  padding: 6px 8px;
}
.tool-box-right .dropdown-item:hover,
.tool-box-right .dropdown-item:focus {
  text-decoration: none;
}
.tool-box-right .dropdown-item .checkbox input[type=checkbox] {
  margin-left: -13px;
}
.tool-box-right .pagination-wrapper {
  background: #212224;
  padding-top: 8px;
  padding-bottom: 2px;
}
.tool-box-right .pagination {
  margin: 0;
}
.tool-box-right .pagination > li > a {
  background: none;
  border: none;
  font-weight: 500;
  color: #64676E;
  padding: 3px 6px;
  cursor: pointer;
}
.tool-box-right .pagination li.active a {
  background-color: #4F5156;
  color: #fff;
  border-radius: 2px;
}
.tool-box-right .btn {
  font-size: 12px;
  padding: 7px 12px;
  border: none;
  border-radius: 4px;
  line-height: 1.5;
}
.tool-box-right .img-wrapper {
  position: relative;
  border-radius: 4px;
  background-color: #303236;
  padding: 26px 20px;
}
.tool-box-right .img-wrapper .btn {
  display: none;
}
.tool-box-right .owl-nav {
  position: absolute;
  top: 0;
  left: -18px;
  height: 32px;
  width: calc(100% + 36px);
  padding: 13px 0px;
  background: #303236;
  z-index: -1;
  border-radius: 4px;
}
.tool-box-right .owl-nav button.owl-prev {
  left: 4px;
  position: absolute;
}
.tool-box-right .owl-nav button.owl-next {
  right: 4px;
  position: absolute;
}
.tool-box-right .tool-bar {
  background-color: #282A2D;
  padding-top: 16px;
  padding-bottom: 18px;
  margin: 0;
}
.tool-box-right .tool-bar-box .tool-button {
  font-size: 9px;
  font-weight: 500;
  text-transform: uppercase;
}
.tool-box-right .tool-bar-box .tool-button .btn {
  background: linear-gradient(180deg, #6F757F 0%, #4F5156 100%);
  height: 24px;
  padding: 4px 12px;
  margin-bottom: 3px;
  border-right: 1px solid #303236;
}
.tool-box-right .tool-bar-box .tool-button .btn:hover {
  background: linear-gradient(180deg, #8b919a 0%, #4F5156 100%);
}
.tool-box-right .tool-bar-box .tool-button .btn .icon {
  transform: scale(1);
}
.added-fields {
  display: none;
}
.added-fields.showed {
  display: block;
}
.btn-remove-section {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.3px;
  color: #4F5156;
  background: none;
  margin: auto;
  display: block;
}
.btn-remove-section:hover {
  color: #4F5156;
}
.catalogues-carousel {
  display: flex;
  flex: auto;
  overflow-x: scroll;
  padding-bottom: 25px;
  position: relative;
  width: 100%;
}
.catalogues-carousel .item-catalogues {
  padding: 16px 4px;
  max-width: 100px;
  flex: 0 0 100px;
}
.catalogues-carousel .item-catalogues .img-wrapper {
  padding: 20px 18px;
}
.catalogues-carousel.ps > .ps__scrollbar-x-rail {
  bottom: 22px;
  height: 4px;
}
.catalogues-carousel.ps > .ps__scrollbar-x-rail > .ps__scrollbar-x,
.catalogues-carousel.ps.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail > .ps__scrollbar-x,
.catalogues-carousel.ps:hover.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail > .ps__scrollbar-x {
  height: 4px;
  bottom: 0;
}
.catalogues-carousel.ps.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail > .ps__scrollbar-x {
  background-color: #4F5156;
}
.catalogues-carousel.ps.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail,
.catalogues-carousel.ps > .ps__scrollbar-x-rail,
.catalogues-carousel.ps:hover > .ps__scrollbar-x-rail:hover {
  background-color: #303236;
}
.ws-wd-functions {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding: 8px 0;
}
.ws-wd-functions .btn {
  width: 85px;
  font-size: 10px;
  padding: 12px;
}
.ws-wd-functions .content-sliding-wrapper {
  width: 55%;
  margin-left: calc(45% - 32px);
  padding-left: 16px;
}
.ws-wd-functions .owl-carousel .owl-nav button.owl-prev .icon,
.ws-wd-functions .owl-carousel .owl-nav button.owl-next .icon {
  width: 8px;
  height: 8px;
}
.ws-bar-gray-gradient {
  background-image: linear-gradient(90deg, rgba(68, 70, 71, 0) 0%, #444647 53%, rgba(68, 70, 71, 0) 100%);
  /* Sketch doesnt export gradient borders at this point */
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.35);
  border-radius: 4px;
  width: 100%;
}
.item-wd {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
  padding: 3.5px 1px;
  text-align: center;
  background-color: #3B3D42;
}
.item-wd .item-wd-day {
  font-size: 9px;
  font-weight: 700;
  margin-right: 3px;
  color: #fff;
  display: inline-block;
  line-height: 1;
  text-transform: uppercase;
}
.item-wd .item-wd-day small {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
  margin-left: 2px;
}
.item-wd .item-wd-year {
  font-size: 10px;
  color: #7E8590;
  line-height: 1;
}
.item-wd.item-selected {
  background: #167AFF;
  border: 0 solid #47484A;
  border-radius: 0;
}
.item-wd.item-selected .item-wd-year {
  color: #fff;
}
.wd-table-row {
  padding: 0 16px;
  background-color: #282A2D;
  border-bottom: 1px solid #4F5156;
}
.wd-table-row:nth-of-type(1) {
  background-color: #303236;
  border-bottom: 1px solid #1D1E20;
}
.wd-table-row:nth-of-type(1) .item-selected {
  border-top: 1px solid #167AFF;
}
.wd-table-row:nth-of-type(1) .wd-table-body > div,
.wd-table-row:nth-of-type(1) .wd-table-head {
  color: #fff;
}
.wd-table-row:nth-last-of-type(1) .item-selected {
  border-bottom: 1px solid #167AFF;
}
.wd-table-row div {
  font-size: 10px;
  font-weight: 500;
}
.wd-table-head {
  width: 45%;
  padding: 5px 0;
  color: #727780;
}
.wd-table-body {
  width: 55%;
  margin-left: -16px;
}
.wd-table-body > div {
  width: 60px;
  text-align: center;
  padding: 5px 0;
  color: #727780;
}
.wd-table-body > div.item-selected {
  border-left: 1px solid #167AFF;
  border-right: 1px solid #167AFF;
  background-color: rgba(22, 122, 255, 0.1);
}
.img-wrapper {
  z-index: 99;
}
.img-wrapper .btn {
  position: absolute;
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0;
  background-color: #167AFF;
  border: 1px solid #29cdf8;
  box-shadow: 0 0 0 1px rgba(9, 30, 66, 0.08), 0 2px 4px 1px rgba(9, 30, 66, 0.08);
  border-radius: 100%;
}
.img-wrapper .btn:hover {
  background-color: darkne(#167AFF, 5%);
  color: #fff;
}
.img-wrapper .btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -6px;
  margin-left: -6px;
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.img-wrapper .btn.btn-close {
  top: -6px;
  left: -6px;
}
.img-wrapper .btn.btn-close::before {
  background-image: url("../images/icon/Icon/icon-close.svg");
}
.img-wrapper .btn.btn-resize {
  bottom: -6px;
  right: -6px;
  cursor: se-resize;
}
.img-wrapper .btn.btn-resize::before {
  background-image: url("../images/icon/Icon/icon-resize.svg");
}
#drop-area .img-wrapper img {
  width: 100%;
  max-width: auto !important;
  height: auto;
}
.catalogue-box {
  padding: 6px 0;
  height: 89px;
}
tr td .catalogue-box img {
  max-height: 100%;
  display: block;
  margin: 5px auto;
}
tr td .catalogue-box .icon {
  display: block;
  width: 37px;
  height: 37px;
  margin: 5px auto;
}
.td-flex-row {
  display: flex;
  align-items: center;
  justify-content: center;
}
.td-flex-row-around {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: 8px 0 6px 0;
  padding: 0 6px;
}
.td-flex-row-around .date-box {
  position: relative;
  width: 18px;
  height: 18px;
}
.td-flex-row-around .date-box .number {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 18px;
}
.td-flex-row-start {
  display: flex;
  align-items: center;
}
.td-flex-row-start .date-box {
  position: relative;
  width: 18px;
  height: 18px;
}
.td-flex-row-start .date-box .number {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 18px;
}
.product-header td.td-h-29,
.product-header th.td-h-29 {
  height: 29px !important;
}
.product-header td.no-border-top,
.product-header th.no-border-top {
  border-top: none !important;
}
.product-header td.td-h-50,
.product-header th.td-h-50 {
  height: 50px !important;
}
.product-header td.td-h-75,
.product-header th.td-h-75 {
  height: 75px !important;
}
.loading-screen {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1000;
  background-color: #000000;
  display: none;
}
@keyframes ldio-zjpd2odcuib {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.ldio-zjpd2odcuib div {
  position: absolute;
  width: 60px;
  height: 60px;
  border: 10px solid #16cdf8;
  border-top-color: transparent;
  border-radius: 50%;
}
.ldio-zjpd2odcuib div {
  animation: ldio-zjpd2odcuib 1s linear infinite;
  top: 50px;
  left: 50px;
}
.loadingio-spinner-rolling-4o5hl5rwohg {
  width: 68px;
  height: 68px;
  display: inline-block;
  overflow: hidden;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.ldio-zjpd2odcuib {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(0.68);
  backface-visibility: hidden;
  transform-origin: 0 0;
  /* see note above */
}
.ldio-zjpd2odcuib div {
  box-sizing: content-box;
}
/* generated by https://loading.io/ */
.present-mode-view {
  position: fixed;
  top: 0;
  z-index: 1000;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  display: none;
}
.present-char-image {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 110;
}
.present-char-image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  margin: auto;
}
.exit-present-button,
.char-content-bottom-buttons {
  z-index: 120;
}
.exit-present-button {
  position: fixed;
  display: none;
  top: 50px;
  left: 50px;
  opacity: 0;
  margin-bottom: 0;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  white-space: nowrap;
  padding: 0;
  width: 180px;
  height: 61px;
  font-size: 24px;
  line-height: 61px;
  border-radius: 5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #3291FF;
  border: 1px solid #3291FF;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  color: #fff;
}
.exit-present-button:hover {
  background-color: #1883ff;
  border: 1px solid #0076fe;
}
@media (max-width: 1366px) {
  .exit-present-button {
    width: 120px;
    height: 42px;
    font-size: 16px;
    line-height: 42px;
  }
}
.char-content-bottom-buttons {
  display: none;
  position: absolute;
  bottom: 32px;
  left: 0;
  right: 0;
  width: 392px;
  opacity: 0;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1366px) {
  .char-content-bottom-buttons {
    width: 272px;
  }
}
.char-content-bottom-buttons button {
  border-radius: 5px;
  background-color: transparent;
  color: #fff;
  font-size: 20px;
  padding: 0;
  width: 180px;
  height: 61px;
  background-color: #3291FF;
  border: 1px solid #3291FF;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}
@media (max-width: 1366px) {
  .char-content-bottom-buttons button {
    width: 120px;
    height: 42px;
    font-size: 16px;
    line-height: 42px;
  }
}
.char-content-bottom-buttons button:hover {
  background-color: #1883ff;
  border: 1px solid #0076fe;
}
.char-content-bottom-buttons button .icon {
  width: 20px;
  height: auto;
}
.present-mode .present-mode-view {
  display: block;
}
.present-mode .exit-present-button {
  display: inline-block;
}
.present-mode .char-content-bottom-buttons {
  display: block;
}
.present-mode .present-mode-button.visible {
  opacity: 1;
}
.present-mode .header-main,
.present-mode .page-name {
  opacity: 0;
}
.present-mode .row-custom {
  top: 0;
}
.present-mode .row-custom .char-content {
  position: relative;
  padding: 0 !important;
  max-width: 1328px;
  margin: 0 auto;
  opacity: 0;
}
.present-mode .tool-box-left,
.present-mode .tool-box-right {
  overflow: hidden;
  opacity: 0;
}
.admin-image,
.admin-box-wrapper {
  height: 100%;
}
.admin-box-wrapper {
  float: right;
}
@media (min-width: 768px) {
  .admin-box-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 55%;
  }
}
@media (min-width: 992px) {
  .admin-box-wrapper {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .admin-box-wrapper {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .admin-box {
    padding: 75px 30px;
    width: 75%;
    max-width: 370px;
  }
}
@media (max-width: 767px) {
  .admin-box {
    padding: 15px 30px;
  }
}
.admin-box label {
  height: 12px;
  opacity: 0.5;
  color: #E8E8E8;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.4px;
  line-height: 12px;
  padding-left: 8px;
}
.admin-box .form-control {
  padding: 8px 8px;
}
.admin-image {
  position: absolute;
  background-image: url(../images/login-admin.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
  top: 0;
  left: 0;
}
@media (min-width: 768px) {
  .admin-image {
    width: 45%;
  }
}
@media (min-width: 992px) {
  .admin-image {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .admin-image {
    display: none;
  }
}
.bottom-logo > div {
  opacity: 0.5;
  color: #BABECA;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.bottom-logo > img {
  display: block;
  margin: 0 auto;
}
.logo-box {
  width: 190px;
  margin: 0 auto 25px auto;
}
.logo-box img {
  margin: auto;
}
.admin-link {
  font-size: 9px;
  color: #4F5156;
  font-weight: 700;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.3px;
  line-height: 16px;
}
.admin-wrapper {
  position: fixed;
  background-color: #202122;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow-x: hidden;
  overflow-y: scroll;
}
/* Login & Forget Password & Reset Password */
.loading-page {
  max-width: 600px;
  margin: 100px auto;
}
.loading-page .progress,
.loading-page .btn-action {
  margin-top: 60px;
  margin-bottom: 30px;
}
.loading-page .btn-action {
  text-align: center;
}
.loading-page .btn-action h4 {
  margin-bottom: 40px;
}
.container {
  position: relative;
}
.container .btn-close {
  position: absolute;
  top: 30px;
  right: 0;
  font-size: 14px;
  padding: 6px 10px;
  border-radius: 4px;
  display: inline-block;
  cursor: pointer;
  text-transform: capitalize;
}
.container .btn-close:hover {
  color: #fff;
  background: #3A3E41;
}
.data-title {
  position: relative;
  margin-bottom: 50px;
}
.data-title h2 {
  color: #f9f9f9;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: -0.29px;
  line-height: 36px;
  margin-bottom: 8px;
}
.data-title h6 {
  color: #f5f5f5;
  font-size: 16px;
  letter-spacing: -0.18px;
  line-height: 22px;
  font-weight: 100;
}
.data-title .title-type {
  width: 33.33%;
  position: absolute;
  bottom: 20px;
  right: 0;
  color: #F5F5F5;
  font-family: 'AvenirNext';
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  text-align: right;
  padding-right: 25px;
}
.data-box {
  border: 1px solid #636569;
  border-radius: 6px;
  background-color: #3A3E41;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.18);
  position: relative;
}
.data-box img {
  max-width: 100%;
  height: 240px;
  display: block;
  margin: 0 auto;
}
.data-box .panel-body {
  padding: 0 25px 50px 25px;
}
.data-box h4 {
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: -0.28px;
  line-height: 34px;
  margin: 20px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.data-box h4 .icon-block {
  width: 40px;
  height: 40px;
  margin-right: 23px;
  vertical-align: middle;
}
.data-box .info {
  color: #CECFD2;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -0.19px;
  line-height: 23px;
}
.data-box .date {
  width: 100%;
  height: 60px;
  margin: 10px 0 20px 0;
}
.data-box .action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  padding: 0 25px;
}
.data-box .action .btn {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.2px;
  padding: 0;
}
.data-box .action .btn.btn-link-white {
  color: #fff;
}
.data-box .action .btn.btn-link-white:hover {
  color: #d9d9d9;
}
.data-box.data-add {
  border: 1px solid #6A6E71;
  border-radius: 6px;
  background-color: #167AFF;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.18);
}
.data-box.data-add .info {
  color: #fff;
}
.data-box.data-add .date {
  border: 1px solid #0D55B4;
  border-radius: 5px;
  background-color: #1269DC;
  color: #fff;
  font-family: "Avenir Next";
  font-size: 19px;
  font-weight: 600;
  letter-spacing: -0.21px;
  line-height: 60px;
  position: relative;
  padding: 0 50px 0 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.data-box.data-add .date .icon-block {
  position: absolute;
  height: 32px;
  width: 32px;
  top: 50%;
  right: 16px;
  margin-top: -16px;
  cursor: pointer;
}
.data-box.data-box-logo {
  margin-bottom: 0 !important;
  height: 365px;
}
.data-box.data-box-logo .upload-logo-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.data-box.data-box-logo .upload-logo-box .upload-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 146px;
  height: 146px;
  border: 2px solid rgba(245, 245, 245, 0.5);
  background-color: rgba(118, 118, 118, 0.5);
  overflow: hidden;
  margin-top: 47px;
  margin-bottom: 22px;
}
.data-box.data-box-logo .upload-logo-box .upload-logo.upload-logo-show {
  border: none;
  background-color: rgba(118, 118, 118, 0.5);
}
.data-box.data-box-logo .upload-logo-box .upload-logo.upload-logo-show .logo {
  width: 100%;
  height: auto;
}
.data-box.data-box-logo .upload-logo-box .upload-logo-rect {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 205px;
  height: 78px;
  border: 2px solid rgba(245, 245, 245, 0.5);
  background-color: rgba(118, 118, 118, 0.5);
  overflow: hidden;
  margin-top: 81px;
  margin-bottom: 51px;
}
.data-box.data-box-logo .upload-logo-box .upload-logo-rect.upload-logo-show {
  border: none;
  background-color: rgba(118, 118, 118, 0.5);
}
.data-box.data-box-logo .upload-logo-box .upload-logo-rect.upload-logo-show .logo {
  width: 100%;
  height: auto;
}
.data-box.data-box-logo .upload-logo-box .title {
  color: #F5F5F5;
  font-family: 'AvenirNext';
  font-size: 16px;
  font-weight: 700;
  line-height: 26.5px;
  margin-bottom: 1px;
}
.data-box.data-box-logo .upload-logo-box .info {
  color: #F5F5F5;
  font-family: 'AvenirNext';
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  padding: 0;
}
.data-box.data-box-logo .upload-logo-box .btn-link {
  position: relative;
  font-family: 'AvenirNext';
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  padding: 0;
}
.data-box.data-box-logo .upload-logo-box .btn-link input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.data-box.data-box-logo .upload-logo-box .btn-primary {
  border: 1px solid #167AFF;
}
.data-box.data-box-logo .upload-logo-box .btn {
  padding: 4px 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tab-custom {
  border: none;
}
.tab-custom.nav-tabs {
  margin-bottom: 40px;
  border: none;
}
.tab-custom.nav-tabs li a {
  color: #6A6E71;
  border-radius: 0;
  min-width: 120px;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  border: none;
  background-color: transparent;
}
.tab-custom.nav-tabs li.active,
.tab-custom.nav-tabs li:hover,
.tab-custom.nav-tabs li:focus {
  border: none;
  background-color: transparent;
}
.tab-custom.nav-tabs li.active a,
.tab-custom.nav-tabs li:hover a,
.tab-custom.nav-tabs li:focus a {
  background-color: transparent;
  color: #f9f9f9;
  border: none;
  border-bottom: 2px solid #167AFF;
}
.tab-custom.nav-tabs li.active a:focus,
.tab-custom.nav-tabs li:hover a:focus,
.tab-custom.nav-tabs li:focus a:focus,
.tab-custom.nav-tabs li.active a a:hover,
.tab-custom.nav-tabs li:hover a a:hover,
.tab-custom.nav-tabs li:focus a a:hover {
  background-color: transparent;
  color: #f9f9f9;
  border: none;
  border-bottom: 2px solid #167AFF;
}
.mb-99 {
  margin-bottom: 99px !important;
}
.mt-50 {
  margin-top: 50px !important;
}
.no-padding {
  padding: 0 !important;
}
.table-no-border {
  margin-top: 30px;
  margin-bottom: 0;
}
.table-no-border > tbody > tr > td {
  border-left: none !important;
  border-right: none !important;
  border-radius: 0 !important;
}
.table-no-border > tbody > tr:last-child > td {
  border-bottom: none !important;
}
.no-borader {
  border: none !important;
}
.upload-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.upload-box .file-pic {
  margin-right: 10px;
}
.card {
  background-color: rgba(206, 207, 210, 0.05);
  border: 2px dashed transparent;
}
.card-item {
  background: #2E2E30;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: row;
  align-items: center;
  min-height: 60px;
  margin-bottom: 18px;
  border-radius: 6px;
  position: relative;
  transition: height 0.25s ease-in-out;
  cursor: move;
}
.card-item .status-dot {
  position: absolute;
  top: -8px;
  left: -8px;
}
.card-item-thumb {
  min-height: 60px;
  width: 80px;
  height: 100%;
}
.card-item-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-item-title {
  width: calc(100% - 80px);
  padding: 0 8px;
  font-weight: 500;
  font-size: 14px;
  color: #B7B9BD;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.segment-col {
  width: 20%;
}
.segment-top {
  border-radius: 11px;
  padding: 12px 8px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  background: none;
}
.segment-top .status-dot {
  margin-right: 8px;
  margin-top: -6px;
}
.segment-block {
  padding: 32px 16px;
  height: 100%;
}
.sortable-placeholder {
  border: 2px dashed transparent;
  height: 60px;
  margin-bottom: 16px;
}
.status-ws-new .sortable-area.drop-highlight,
.status-ws-new .sortable-placeholder {
  border-color: #a8bcd0;
}
.status-ws-in-progress .sortable-area.drop-highlight,
.status-ws-in-progress .sortable-placeholder {
  border-color: #0060ff;
}
.status-ws-waiting-for-review .sortable-area.drop-highlight,
.status-ws-waiting-for-review .sortable-placeholder {
  border-color: #F5A623;
}
.status-ws-done .sortable-area.drop-highlight,
.status-ws-done .sortable-placeholder {
  border-color: #21D34A;
}
.status-ws-published .sortable-area.drop-highlight,
.status-ws-published .sortable-placeholder {
  border-color: #21d34a;
}
.slides-delete-double-confirm {
  opacity: 0;
  transition: 0.3s;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: absolute;
  right: 8px;
  top: 11px;
}
.slides-delete-double-confirm .icon-bin {
  width: 13px;
  height: 13px;
}
.slides-delete-double-confirm .icon-bin:before {
  background-image: url(../images/icon-bin.svg);
}
.slides-delete-double-confirm.clicked {
  background: red;
}
.slides-delete-double-confirm.clicked .icon-bin:before {
  background-image: url(../images/icon-bin-white.svg);
}
.ui-state-default .panel-body:hover .slides-delete-double-confirm {
  opacity: 1;
}
.ui-state-default .panel {
  margin-bottom: 0;
}
.ui-state-default .add-slides {
  opacity: 0;
  transition: 0.3s;
  color: #167AFF;
  font-size: 12px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
}
.ui-state-default .add-slides:hover {
  opacity: 1;
}
.ui-state-default .add-slides:before,
.ui-state-default .add-slides:after {
  border-bottom: 1px dotted #167AFF;
  content: '';
  width: calc(50% - 40px);
}
.ui-state-default .add-slides:before {
  margin-right: 6px;
}
.ui-state-default .add-slides:after {
  margin-left: 6px;
}
.go-back {
  width: 17px;
  height: 17px;
  display: block;
  position: absolute;
  left: 0;
  top: 3px;
}
.go-back:after {
  content: "";
  background-image: url(../images/icon-back.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 17px;
  height: 17px;
  display: block;
}
/* Jira like drag and drop management board*/
.char-main-title {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.2px;
  line-height: 24px;
  height: 34px;
  padding-bottom: 10px;
  overflow: hidden;
  color: #1f1f1f;
}
.table-ws-basic {
  color: #282828;
  font-size: 8px;
  font-weight: 500;
  line-height: 11px;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}
.table-ws-basic tr th,
.table-ws-basic tr td {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.table-ws-basic tr.row-color-blue-dark > td {
  color: #054069;
}
.table-ws-basic tr.row-color-blue-normal > td {
  color: #2A71A3;
}
.table-ws-basic tr.row-color-blue-light > td {
  color: #48A8ED;
}
.table-ws-basic tr.row-color-red > td {
  color: #DC1D4D;
}
.table-ws-basic tr.row-bold > td {
  font-weight: 900;
}
.table-ws-basic tr > td.border-right {
  border-right: 1px solid #c8c8c8;
}
.table-ws-basic tr > td.border-bottom {
  border-right: 1px solid #c8c8c8;
}
.table-ws-basic tr > td.border-top {
  border-top: 1px solid #c8c8c8;
}
.table-ws-basic tr.select-active > td {
  border-top: 1px solid #DC1D4D;
  border-bottom: 1px solid #DC1D4D;
}
.table-ws-basic tr.select-active > td:first-child {
  border-left: 1px solid #DC1D4D;
}
.table-ws-basic tr.select-active > td:last-child {
  border-right: 1px solid #DC1D4D;
}
.table-ws-border {
  border: 1px solid #c8c8c8;
}
.table-ws-border thead > tr > th,
.table-ws-border .thead-row > th {
  background-color: #282a2c;
  color: #fff;
  font-weight: 900;
  border: 1px solid #202122;
}
.table-ws-border thead > tr > th.no-border-right,
.table-ws-border .thead-row > th.no-border-right {
  border-right: 0;
}
.table-ws-border thead > tr > th.border-right-gray,
.table-ws-border .thead-row > th.border-right-gray {
  border-right: 1px solid #C8C8C8;
}
.table-ws-border .thead-row > td {
  border-color: #C8C8C8;
}
.table-ws-border th,
.table-ws-border td {
  text-align: center;
  vertical-align: middle;
}
.table-ws-border th.text-left,
.table-ws-border td.text-left {
  text-align: left;
}
.cell-highlight {
  width: 40px;
  text-align: center;
  display: inline-block;
  height: 11px;
  padding: 1px 0;
}
.cell-gray-light {
  background-color: #dcdcdc;
}
.cell-gray-dark {
  background-color: #646464;
  color: #fff;
}
.cell-dark {
  background-color: #000;
  color: #ffcc00;
  font-weight: 900;
}
.cell-success {
  background-color: #1EBF05;
  color: #fff;
  font-weight: 900;
}
.cell-success-light {
  background-color: #9BEB0E;
}
.cell-warning {
  background-color: #FEC24E;
}
.cell-warning-light {
  background-color: #ffe395;
}
.cell-danger-light {
  background-color: #ff9c9c;
}
.char-wdc-top {
  display: flex;
  flex-wrap: nowrap;
  align-items: top;
  justify-content: flex-start;
  margin-bottom: 15px;
}
.char-wdc-info-table {
  width: 218px;
  padding-right: 25px;
}
.char-wdc-info-table .table-ws-basic {
  font-size: 9px;
  line-height: 12px;
}
.char-wdc-info-table .table-ws-basic td {
  padding: 2px 0;
}
.char-wdc-product-image {
  width: 76px;
  margin-right: 14px;
}
.char-wdc-summary-table {
  width: 964px;
}
.char-wdc-summary-table tr > th:first-child,
.char-wdc-summary-table tr > td:first-child {
  padding-left: 8px;
  padding-right: 2px;
}
.char-wdc-summary-table tbody > tr > td {
  font-size: 9px;
  line-height: 12px;
  padding-top: 1px;
  padding-bottom: 2px;
  border-right: 1px solid #C8C8C8;
}
.char-wdc-summary-table tbody > tr:first-child > td {
  padding-top: 5px;
}
.char-wdc-summary-table tbody > tr:last-child > td {
  padding-bottom: 6px;
}
.char-wdc-summary-table tbody > tr > td.border-bottom-gray {
  border-bottom: 1px solid #C8C8C8;
}
.summary-media {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 0 8px;
  color: #282828;
  font-size: 9px;
  line-height: 12px;
  font-weight: 500;
}
.summary-media .summary-media-icon {
  width: 16px;
  height: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.summary-media .summary-media-icon img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.summary-media .summary-media-content {
  margin-left: 0;
  margin-right: auto;
  padding-left: 8px;
}
.summary-media .summary-media-content .summary-media-title {
  display: block;
}
.char-wdc-cannibalisation {
  width: 90px;
  height: 87px;
  margin: 0 auto;
}
.char-wdc-cannibalisation img {
  object-fit: cover;
}
.char-wdc-main-table tr > th:first-child,
.char-wdc-main-table tr > td:first-child {
  padding-left: 8px;
  padding-right: 2px;
}
.char-wdc-main-table tr > td {
  padding-top: 1px;
}
/* Weekly dynamic charts tables */
.tool-box-right .ws-wrapper .dropdown-add-new.dropdown {
  background-color: transparent;
}
.tool-box-right .ws-wrapper .dropdown-add-new.dropdown button {
  color: #167AFF;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.3px;
  background-color: transparent;
  border: 0;
}
.tool-box-right .ws-wrapper .dropdown-add-new.dropdown.open button {
  color: #4F5156;
}
.tool-box-right .ws-wrapper .dropdown-add-new.dropdown.open button.btn-primary {
  color: #fff;
}
.tool-box-right .ws-wrapper .dropdown-add-new.dropdown .dropdown-item:hover {
  background-color: #167AFF;
}
.tool-box-right .ws-wrapper .dropdown-add-new.dropdown .btn-primary {
  color: #fff;
  background-color: #167AFF;
  border-color: #16CDF8;
}
.tool-box-right .ws-wrapper .dropdown-add-new.dropdown .form-group {
  margin-bottom: 0px;
}
.ws-heading-button-right {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  position: absolute;
  right: 10px;
  top: 12px;
}
.scroll-table-wrapper {
  overflow-x: scroll;
  margin-left: 146px;
  overflow-y: visible;
  padding: 0;
}
.condenced-table {
  font-family: "Roboto Condensed";
}
.condenced-table td,
.condenced-table th {
  border-left: 1px solid #212224;
  border-top: 1px solid #282A2D;
  font-weight: normal;
  padding: 5px 15px !important;
  min-width: 0 !important;
  width: 70px;
  min-width: 70px;
  font-size: 12px;
  font-family: "Avenir LT Std", Helvetica, Arial, sans-serif;
  height: 44px;
}
.condenced-table th {
  padding-left: 12px !important;
  width: 145px;
  font-family: "roboto condensed";
  letter-spacing: 0.4px;
  line-height: 1.1;
  position: absolute;
  left: 0;
  top: auto;
  border-top-width: 1px;
  /*only relevant for first row*/
  margin-top: 0;
  display: flex;
  align-items: center;
}
.condenced-table td {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.condenced-table td:nth-of-type(1) {
  width: 50px;
  min-width: 50px;
}
.fixed-cell-table td {
  width: 130px;
  min-width: 130px !important;
  max-width: 130px !important;
}
.fixed-cell-table tr td:nth-of-type(1) {
  width: 80px;
  min-width: 80px !important;
  max-width: 80px !important;
  padding: 5px 5px!important;
}
.show-full-text td {
  overflow: auto;
  white-space: normal;
}
.ws-data-table th.ws-data-table-sort-header {
  background-color: #303236;
}
.ws-data-table th.ws-data-table-sort-header span {
  font-weight: 600;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.ws-data-table th.ws-data-table-sort-header span:after {
  content: "";
  background-image: url("../images/icon-caret-down.svg");
  display: inline-block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 16px;
  height: 16px;
  width: 8px;
  height: 6px;
}
.ws-data-table th.ws-data-table-sort-header span:after:before {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
}
.btn-ws-group {
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 16px;
  width: 100%;
}
.btn-ws-group .btn {
  color: #BABECA;
  font-size: 10px;
  line-height: 24px;
  height: 24px;
  width: calc(20% - 4px);
  font-weight: 500;
  letter-spacing: 0px;
  border-radius: 4px!important;
  padding: 0;
  background-color: #4F5156;
}
.btn-ws-group .btn + .btn {
  margin-left: 5px;
}
.btn-ws-group .btn.active {
  color: rgba(0, 0, 0, 0.6);
  background-color: #63F798;
}
.btn-ws-group .btn.focus {
  outline: 0;
}
.input-group-dark.input-group {
  border-radius: 4px;
}
.input-group-dark.input-group .input-group-addon {
  background-color: #3B3D42;
  padding: 5px 12px;
}
.ws-section-header {
  background-color: #303236;
  color: #fff;
  padding: 8px 12px;
  font-size: 12px;
  line-height: 16px ;
  font-weight: 800;
}
.ws-config-item {
  padding: 12px;
  border-bottom: 1px solid #3B3D42;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.ws-config-icon {
  margin-right: 8px;
  width: 12px;
  height: 12px;
}
.ws-config-icon span {
  width: 12px;
  height: 2px;
  background-color: #64676E;
  display: block;
}
.ws-config-icon span + span {
  margin-top: 3px;
}
.ws-config-text {
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  color: #fff;
  margin-left: 0;
  margin-right: auto;
  flex: 1;
}
.ws-config-button {
  margin-right: 0;
  margin-left: auto;
}
.form-group.hidden-datepicker {
  display: none;
  margin-bottom: 16px;
}
.form-group.hidden-datepicker.showed {
  display: block;
}
.btn-ws-confirm-delete {
  font-size: 12px;
  font-weight: 600;
  color: #EC1F34;
  background-color: transparent;
  border: 0;
  display: none;
}
.ws-config-button.clicked .btn-ws-confirm-delete {
  display: block;
}
.container-dashboard {
  margin-right: auto;
  margin-left: auto;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
  margin-top: -80px !important;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .container-dashboard {
    width: 752px;
  }
}
@media (min-width: 992px) {
  .container-dashboard {
    width: 972px;
  }
}
@media (min-width: 1200px) {
  .container-dashboard {
    width: 1172px;
  }
}
.container-dashboard > .navbar-header,
.container-dashboard > .navbar-collapse {
  margin-right: -16px;
  margin-left: -16px;
}
@media (min-width: 768px) {
  .container-dashboard > .navbar-header,
  .container-dashboard > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (min-width: 1400px) {
  .container-dashboard {
    width: 1360px;
  }
}
.container-dashboard .btn-close {
  position: absolute;
  top: 30px;
  right: 0;
  font-size: 14px;
  padding: 6px 10px;
  border-radius: 4px;
  display: inline-block;
  cursor: pointer;
  text-transform: capitalize;
}
.container-dashboard .btn-close:hover {
  color: #fff;
  background: #3A3E41;
}
@media (max-width: 767px) {
  .container-dashboard {
    margin-top: -160px !important;
    padding-top: 16px;
  }
}
@media (min-width: 1380px) {
  .container-dashboard {
    width: 1380px;
  }
  .container-dashboard .col-db-xl-w-20 {
    width: 20%;
  }
  .container-dashboard .col-db-xl-4 {
    width: 33.3333%;
  }
  .container-dashboard .col-db-xl-8 {
    width: 66.6666%;
  }
}
.container-dashboard > .row {
  margin-left: -10px;
  margin-right: -10px;
}
.container-dashboard > .row > div {
  padding-left: 10px;
  padding-right: 10px;
}
.dashboard-top-line {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 16px;
}
.dashboard-title {
  font-size: 24px;
  line-height: 33px;
  color: #F7F8F7;
  font-weight: 800;
  margin-right: 32px;
}
@media (max-width: 767px) {
  .dashboard-title {
    font-size: 18px;
    line-height: 22px;
  }
}
.dash-date {
  font-size: 16px;
  line-height: 22px;
  color: #898989;
  font-weight: 600;
  margin-right: 44px;
}
@media (max-width: 767px) {
  .dash-date {
    font-size: 12px;
    margin-right: 0;
    white-space: nowrap;
    text-align: right;
    margin-left: auto;
  }
}
.dash-figure {
  font-size: 16px;
  line-height: 22px;
  color: #fdfdfd;
  font-weight: 800;
}
@media (max-width: 767px) {
  .dash-figure {
    font-size: 12px;
    margin-right: 0;
    white-space: nowrap;
    text-align: right;
    color: #898989;
    margin-left: 5px;
  }
}
.db-col-wrap {
  margin-bottom: 16px;
}
.card-dashboard {
  background-color: #303236;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 8px 13px 0 rgba(0, 0, 0, 0.1);
}
.card-dashboard.edit-board {
  background-color: #141414;
}
.card-dashboard.edit-board .form-group {
  margin-bottom: 8px;
}
.card-dashboard h5 {
  font-size: 16px;
  line-height: 22px;
  margin-top: 0;
  font-weight: 800;
  color: #FDFDFD;
}
.card-dashboard h6 {
  font-size: 14px;
  font-weight: 600;
  color: #949CA9;
  line-height: 19px;
}
.card-dashboard .btn-flip-edit,
.card-dashboard .btn-flip-close {
  position: absolute;
  right: 16px;
  top: 16px;
  z-index: 100;
}
.ir-figure-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}
.ir-figure-wrapper .ir-figure-total {
  font-size: 21px;
  line-height: 29px;
  color: #1CB2FF;
  font-weight: 800;
  padding-right: 12px;
}
.bar-vertical-chart {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: stretch;
  height: 111px;
  position: relative;
  margin-top: 17px;
}
.bar-vertical-chart .bar {
  flex: 1;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  position: relative;
}
.bar-vertical-chart .bar .bar-value {
  width: 100%;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.bar-vertical-chart .bar .bar-value.bar-invoiced {
  border-radius: 0;
}
.bar-vertical-chart .bar-invoiced {
  background-color: #1CB2FF;
}
.bar-vertical-chart .bar-budget {
  background-color: #7E8590;
}
.bar-vertical-chart .bar-day-1-call {
  background-color: #4F5156;
}
.bar-vertical-chart .bar-invoice-line {
  background-color: #1CB2FF;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  z-index: 1;
}
.bar-vertical-chart .bar-top-assets,
.bar-vertical-chart .bar-bottom-assets,
.bar-vertical-chart .bottom-label {
  position: absolute;
  text-align: center;
  z-index: 2;
}
.bar-vertical-chart .bar-top-assets {
  top: -15px;
}
.bar-vertical-chart .bar-bottom-assets,
.bar-vertical-chart .bottom-label {
  margin: 0 auto;
  left: 0;
  right: 0;
}
.bar-vertical-chart .bar-bottom-assets {
  bottom: 30px;
}
.bar-vertical-chart .bar-number {
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  width: 100%;
}
.bar-vertical-chart .bar-percent {
  height: 17px;
  width: 40px;
  border-radius: 8px;
  background-color: #1D1E20;
  font-size: 12px;
  line-height: 20px;
}
.bar-vertical-chart .bar-percent-positive {
  color: #63F79B;
}
.bar-vertical-chart .bar-percent-negative {
  color: #F53F6C;
}
.bar-vertical-chart .bottom-label {
  font-size: 10px;
  bottom: 8px;
  width: 74px;
  height: 14px;
  line-height: 14px;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
  border-radius: 8px;
  background-color: rgba(26, 27, 28, 0.3);
}
.card-dashboard-catalogues .text-link {
  font-size: 14px;
  font-weight: 400;
  color: #A0A0A0;
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
}
.card-dashboard-catalogues .text-link:hover,
.card-dashboard-catalogues .text-link:focus,
.card-dashboard-catalogues .text-link:active {
  color: #167AFF;
}
.dashboard-catalogues {
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  flex-direction: row;
}
.dashboard-catalogues .each {
  padding-left: 15px;
  padding-right: 15px;
  width: 33.3%;
}
.dashboard-catalogues .cata-img {
  width: 100%;
  height: 160px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.db-iv-table table {
  width: 100%;
  border: 1px solid #4F5156;
  table-layout: fixed;
}
.db-iv-table table tr > td {
  border: 1px solid #4F5156;
  padding: 1px;
  text-align: center;
  font-size: 10px;
  color: #F7F8F7;
  width: 39px;
}
.db-iv-table table tr > td.td-label {
  width: 88px;
  padding-left: 8px;
  text-align: left;
}
.db-iv-label {
  display: inline-block;
  vertical-align: middle;
  font-size: 9px;
  color: #949CA9;
  font-weight: 600;
}
.db-iv-label:before {
  content: '';
  display: inline-block;
  height: 2px;
  width: 16px;
  margin-right: 8px;
}
.db-iv-label.db-iv-white:before {
  background-color: #F7F8F7;
}
.db-iv-label.db-iv-red:before {
  background-color: #EF174C;
}
.db-iv-label.db-iv-blue:before {
  background-color: #1CB2FF;
}
.db-iv-label.db-iv-orange:before {
  background-color: #E59E1A;
}
.bar-horizontal-chart-top-label {
  display: flex;
  flex-direction: row;
  align-items: top;
  justify-content: flex-end;
}
.bar-horizontal-chart-top-label .top-label-wrapper {
  width: 113px;
  display: flex;
  flex-direction: row;
  align-items: top;
  justify-content: flex-end;
}
.bar-horizontal-chart-top-label .top-label {
  width: 48px;
  font-size: 14px;
  line-height: 19px;
  color: #8C939F;
  text-align: center;
}
.bar-horizontal-chart-top-label .top-label:first-child {
  margin-right: 12px;
}
.bar-horizontal-chart {
  overflow-y: scroll;
  padding-bottom: 20px;
}
.bar-horizontal-chart .bar-chart {
  width: 100%;
  margin-bottom: 8px;
}
.bar-horizontal-chart .bar-chart:last-child {
  margin-bottom: 0;
}
.bar-horizontal-chart .bar-figure {
  font-size: 14px;
  line-height: 19px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.bar-horizontal-chart .bar-label {
  color: #F7F8F7;
  margin-right: 8px;
}
.bar-horizontal-chart .bar-money {
  color: #1CB2FF;
}
.bar-horizontal-chart .bar-chart-main {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.bar-horizontal-chart .bar-percent-wrapper {
  width: 113px;
  display: flex;
  flex-direction: row;
  align-items: top;
  justify-content: flex-end;
}
.bar-horizontal-chart .bar-percent-wrapper .bar-percent {
  font-weight: 800;
  width: 48px;
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
  text-align: center;
}
.bar-horizontal-chart .bar-percent-wrapper .bar-percent:first-child {
  margin-right: 12px;
}
.bar-horizontal-chart .bar-percent-wrapper .bar-percent.bar-percent-negative {
  color: #F53F6C;
}
.bar-horizontal-chart .bar-percent-wrapper .bar-percent.bar-percent-positive {
  color: #58F690;
}
.bar-horizontal-chart .bar {
  height: 8px;
  flex: 1;
  border-radius: 8px;
  background-color: #212222;
}
.bar-horizontal-chart .bar-value {
  height: 8px;
  border-radius: 8px;
  background-color: #1CB2FF;
}
.edit-board-buttons {
  display: flex;
  text-align: center;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.edit-board-buttons button {
  border: 0;
  height: 32px;
  line-height: 32px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  transition: all 0.25s ease-in-out;
  flex-grow: 0;
  flex-basis: 50%;
}
.edit-board-buttons button:hover,
.edit-board-buttons button:active,
.edit-board-buttons button:focus {
  opacity: 0.75;
}
.edit-board-buttons .btn-eboard-gray {
  background-color: #4F5156;
  color: #BABECA;
  margin-right: 8px;
}
.edit-board-buttons .btn-eboard-primary {
  background-color: #167AFF;
  color: #FFFFFF;
  margin-left: 8px;
}
.edit-board-scroll .row {
  margin-left: -8px;
  margin-right: -8px;
}
.edit-board-scroll .row > div {
  padding-left: 8px;
  padding-right: 8px;
}
.edit-board-scroll,
.bar-horizontal-chart-scroll {
  position: relative;
}
.bg-dashboard {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../images/bg-dashboard-1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
  opacity: 0.6;
}
.scale-table {
  width: calc(100% / 0.83) !important;
  -webkit-transform: scale(0.83) !important;
  -ms-transform: scale(0.83) !important;
  transform: scale(0.83) !important;
  transform-origin: 0 0;
}
.char-content-full {
  position: relative;
  padding-right: 0 !important;
}
.char-content-full .char-container-ratio .panel {
  width: 100% !important;
  height: auto !important;
  -webkit-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  transform: scale(1) !important;
}
.char-content-full .char-container-ratio .panel.char-no-right {
  width: calc(100% - 360px) !important;
}
.char-content-full .char-container-ratio .panel.char-no-right.scaled-screen {
  height: 1030px !important;
}
.td-text {
  font-weight: 600;
  line-height: 14px;
  color: #282A2C;
}
.td-bold {
  font-weight: 800 !important;
}
.td-red {
  color: #EE1C2E !important;
}
.td-white {
  color: #ffffff;
}
.char-main-title-red {
  letter-spacing: 0;
  line-height: 25px;
  color: #D83138;
}
.char-main-title-green {
  letter-spacing: 0;
  line-height: 25px;
  color: #325236;
}
.table-forecast {
  width: 100%;
  border-collapse: initial;
  background-color: #ffffff;
}
.table-forecast .td-text {
  font-size: 16px;
}
.table-forecast .th-title {
  font-size: 16px;
  font-weight: 800;
  line-height: 14px;
  color: #282A2C;
}
.table-forecast .th-sub-title {
  font-size: 16px;
  font-weight: 800;
  line-height: 16px;
  color: #282A2C;
  display: inline-block;
  border-bottom: 1px solid #282A2D;
  width: 65px;
  padding-bottom: 3px;
  margin-left: 20px;
}
.table-forecast .bg-dark {
  position: relative;
  background-color: #282A2D;
}
.table-forecast .bg-dark::before {
  position: absolute;
  top: 1px;
  right: -1px;
  z-index: 10;
  content: "";
  width: 2px;
  height: calc(100% - 2px);
  background-color: #282A2D;
}
.table-forecast .bg-yellow {
  position: relative;
  background-color: #EBB128;
}
.table-forecast .bg-yellow::before {
  position: absolute;
  top: 1px;
  right: -1px;
  z-index: 10;
  content: "";
  width: 2px;
  height: calc(100% - 2px);
  background-color: #EBB128;
}
.table-forecast .bg-yellow.bg-yellow-span::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  content: "";
  width: 20px;
  height: calc(100% + 1px);
  background-color: #FFFFFF;
}
.table-forecast > thead > tr > th {
  text-align: center;
}
.table-forecast > thead > tr > td,
.table-forecast > tbody > tr > td {
  padding: 2px 8px;
}
.table-forecast > tbody > .tr-block {
  background-color: #ffffff !important;
}
.table-forecast > tbody > .tr-block > td {
  padding: 18px 8px 0 8px;
  vertical-align: bottom;
}
.table-forecast > tbody > tr > td {
  border-right: 1px solid #EFEFEF;
  border-bottom: none;
  border-top: none;
  border-left: none;
  white-space: nowrap;
}
.table-forecast > tbody > tr > td:nth-child(1),
.table-forecast > tbody > tr > td:nth-child(2),
.table-forecast > tbody > tr > td:last-child {
  border-right: none;
}
.table-forecast > tbody > tr > td.bg-dark,
.table-forecast > tbody > tr > td.bg-yellow {
  border: none;
}
.table-forecast > tbody > tr > td:nth-of-type(odd) {
  border: none;
  text-align: right;
  padding-left: 30px;
}
.table-forecast > tbody > tr > td:nth-child(1),
.table-forecast > tbody > tr > td:nth-child(2) {
  text-align: left;
  padding-left: 8px;
}
.table-forecast > tbody > tr:hover {
  background-color: #F5F5F5;
}
.table-forecast > tbody > tr.bg-gray {
  background-color: #F5F5F5;
}
.table-pie-chart {
  position: relative;
}
.table-pie-chart .table-title {
  font-size: 16px;
  font-weight: 800;
  line-height: 16px;
  color: #ffffff;
  padding: 4px 8px;
  background-color: #282A2D;
}
.table-pie-chart .table-content {
  padding-right: 192px;
  margin-top: 50px;
}
.table-pie-chart .table-content table {
  width: 100%;
}
.table-pie-chart .table-content table td,
.table-pie-chart .table-content table th {
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  color: #282A2C;
  padding: 6px 0;
}
.table-pie-chart .table-content table tfoot {
  border-top: 1px solid #282A2D;
}
.table-pie-chart .chart-content {
  position: absolute;
  top: 40px;
  right: 16px;
}
.table-pie-chart .chart-content img {
  width: 160px;
  height: 160px;
}
.table-forecast01 {
  margin: 15px 0;
  width: calc(100% / 0.83) !important;
  -webkit-transform: scale(0.83) !important;
  -ms-transform: scale(0.83) !important;
  transform: scale(0.83) !important;
  transform-origin: 0 0;
}
.table-forecast01 .td-text {
  font-size: 16px;
}
.table-forecast01 .th-sub-title {
  font-size: 16px;
  line-height: 14px;
  padding-bottom: 6px;
  margin-bottom: 6px;
  text-transform: uppercase;
  width: auto !important;
}
.table-forecast01 > thead > tr > th {
  vertical-align: bottom;
  white-space: nowrap;
}
.table-forecast01 > tbody > tr > td {
  border: none;
}
.forecast-container {
  position: relative;
  padding-top: 10px;
  overflow: hidden;
  margin-top: -10px;
  width: calc(100% / 0.83) !important;
  -webkit-transform: scale(0.83) !important;
  -ms-transform: scale(0.83) !important;
  transform: scale(0.83) !important;
  transform-origin: 0 0;
}
.forecast-container .title-row {
  position: absolute;
  top: 0;
  right: 6px;
  width: 504px;
  text-align: center;
}
.forecast-container .title-row .th-title {
  font-size: 16px;
  font-weight: 800;
  line-height: 14px;
  color: #282A2C;
}
.forecast-container .f-span {
  position: relative;
  width: 0;
  height: 25px;
  z-index: 99;
}
.forecast-container .forecast-header,
.forecast-container .forecast-sub-header,
.forecast-container .forecast-body {
  font-size: 0;
  white-space: nowrap;
}
.forecast-container .forecast-header > div,
.forecast-container .forecast-sub-header > div,
.forecast-container .forecast-body > div {
  display: inline-block;
  vertical-align: bottom;
}
.forecast-container .forecast-header > div span,
.forecast-container .forecast-sub-header > div span,
.forecast-container .forecast-body > div span {
  display: block;
  font-size: 16px;
  white-space: nowrap;
  height: 25px;
  line-height: 25px;
}
.forecast-container .f-row1 {
  width: 190px;
}
.forecast-container .f-row2 {
  width: 80px;
}
.forecast-container .forecast-header .f-row span,
.forecast-container .forecast-sub-header .f-row span {
  font-size: 16px;
  font-weight: 800;
  line-height: 14px;
  color: #282A2C;
}
.forecast-container .forecast-header .f-row {
  width: 252px;
  text-align: center;
}
.forecast-container .forecast-header .f-row span {
  font-size: 16px;
  font-weight: 800;
  line-height: 19px;
  color: #282A2C;
  height: 24px;
}
.forecast-container .forecast-sub-header .f-row {
  width: 84px;
  text-align: center;
}
.forecast-container .forecast-sub-header .f-row span {
  border-bottom: 1px solid #282A2D;
}
.forecast-container .forecast-body {
  position: relative;
}
.forecast-container .forecast-body.forecast-padding .f-row {
  padding-top: 13px;
}
.forecast-container .forecast-body.bg-gray span {
  background-color: #F5F5F5;
}
.forecast-container .forecast-body span {
  padding: 2px 8px 2px 0;
}
.forecast-container .forecast-body .f-row {
  text-align: right;
  width: 30px;
  border-right: none !important;
}
.forecast-container .forecast-body .f-row.f-row-even {
  width: 54px;
  border-right: 1px solid #EFEFEF !important;
}
.forecast-container .forecast-body .f-row:last-child {
  border-right: none !important;
}
.forecast-container .forecast-body span {
  position: relative;
}
.forecast-container .forecast-body span.bg-yellow {
  background-color: #EBB128;
}
.forecast-container .forecast-body span.bg-yellow::before {
  content: "";
  position: absolute;
  top: 1px;
  right: -3px;
  height: calc(100% - 2px);
  width: 4px;
  background-color: #EBB128;
  z-index: 10;
}
.forecast-container .forecast-body span.bg-yellow-span::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 12px;
  height: calc(100% + 1px);
  background-color: #FFFFFF;
  z-index: 10;
}
.forecast-container .forecast-body.bottom-single-line .f-row:nth-of-type(even),
.forecast-container .forecast-body.bottom-double-line .f-row:nth-of-type(even) {
  border-right: none !important;
}
.forecast-container .forecast-body.bottom-single-line .f-row:nth-of-type(even) span,
.forecast-container .forecast-body.bottom-double-line .f-row:nth-of-type(even) span {
  border-right: 1px solid #EFEFEF;
}
.forecast-container .forecast-body.bottom-single-line > div {
  position: relative;
}
.forecast-container .forecast-body.bottom-single-line > div::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #282A2D;
  z-index: 99;
}
.forecast-container .forecast-body.bottom-double-line > div {
  position: relative;
}
.forecast-container .forecast-body.bottom-double-line > div::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #282A2D;
  z-index: 99;
}
.forecast-container .forecast-body.bottom-double-line > div::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #282A2D;
  z-index: 99;
}
.summary-container {
  width: auto;
  margin-bottom: 25px;
}
.summary-container .cell,
.summary-container .summary-box-title {
  padding: 4px 2px;
}
.summary-container .summary-head {
  display: flex;
}
.summary-container .summary-head .cell {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  width: 42px;
  height: 85px;
  background-color: #000000;
  border: 1px solid #000000;
  flex-shrink: 0;
  flex-grow: 0;
}
.summary-container .summary-head .cell .cell-text {
  color: #ffffff;
  font-size: 14px;
}
.summary-container .summary-head .cell .cell-date {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  letter-spacing: -0.2px;
  transform: rotateZ(-60deg);
  transform-origin: left bottom;
  margin-left: 8px;
}
.summary-container .summary-head .cell:nth-child(1),
.summary-container .summary-head .cell:nth-child(2) {
  width: 90px !important;
}
.summary-container .summary-body .summary-box {
  position: relative;
  padding-left: 90px;
}
.summary-container .summary-body .summary-box .summary-box-title {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  color: #000000;
  font-size: 12px;
  font-weight: 600;
  width: 90px;
  height: calc(2 * 42px);
  border: 1px solid #E6E5E5;
}
.summary-container .summary-body .summary-box .summary-row {
  display: flex;
}
.summary-container .summary-body .summary-box .summary-row .cell {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid #E6E5E5;
  white-space: nowrap;
  flex-shrink: 0;
  flex-grow: 0;
}
.summary-container .summary-body .summary-box .summary-row .cell.bg-gray {
  background-color: #EBEBEB;
}
.summary-container .summary-body .summary-box .summary-row .cell:nth-child(1) {
  width: 90px !important;
}
.summary-container .summary-body .summary-box .summary-row .cell .cell-text {
  font-size: 12px;
  font-weight: 700;
  color: #313131;
  letter-spacing: -0.25px;
  width: 100%;
}
.summary-container .summary-body .summary-box .summary-row .cell .cell-text.cell-gray {
  color: #A0A0A0;
}
.char-calendar {
  padding: 16px 6px !important;
  width: calc(100% - 100px) !important;
  height: 100%;
  margin: 0 auto;
}
.calendar-scroll {
  width: 43px;
  height: calc(100% - 150px);
  position: absolute;
  top: 124px;
  background-color: #1d1e20;
  z-index: 99;
  cursor: pointer;
  -webkit-transition: 0.55s;
  /* Safari prior 6.1 */
  transition: 0.55s;
}
.calendar-scroll::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -10px;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: center;
  background-image: url(../images/icon-arr-down-white.svg);
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 100%;
}
.calendar-scroll.calendar-scroll-left {
  left: 326px;
}
.calendar-scroll.calendar-scroll-left::after {
  transform: rotate(90deg);
}
.calendar-scroll.calendar-scroll-right {
  right: 0;
}
.calendar-scroll.calendar-scroll-right::after {
  transform: rotate(-90deg);
}
.calendar-scroll:hover {
  background-color: #111113;
}
.calendar-scroll:hover::after {
  background-color: rgba(255, 255, 255, 0.6);
}
.calendar-scroll.calendar-scroll-active {
  background-color: #167aff;
}
.calendar-scroll.calendar-scroll-active:hover {
  background-color: #006cfb;
}
.calendar-scroll.calendar-scroll-active:hover::after {
  background-color: rgba(255, 255, 255, 0.6);
}
.left-panel-closed .calendar-scroll.calendar-scroll-left {
  left: 16px;
}
.left-panel-closed .calendar-scroll.calendar-scroll-left::after {
  transform: rotate(90deg);
}
.left-panel-closed .char-calendar {
  margin-left: 60px !important;
  width: calc(100% - 105px) !important;
}
.calendar-box {
  position: relative;
  height: 100%;
  overflow: hidden !important;
}
.calendar-box > div::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 107px;
  background-color: #393b40;
  z-index: 50;
}
.calendar-box .ws-heading {
  color: #c6c7c7;
  font-size: 14px;
  font-weight: 600;
  position: relative;
  padding: 0 26px 0 12px;
  border-top: none;
  border-bottom: none;
  background-color: transparent !important;
  min-width: 400px;
}
.calendar-box .ws-heading .collapse-custom-button {
  position: absolute;
  top: 0;
  right: 4px;
}
.calendar-box .data-box {
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  border-radius: 2px;
  text-align: center;
}
.calendar-box .data-box span {
  display: block;
}
.calendar-box .data-box.data-box-multi-start {
  width: calc(100% - 4px);
  left: auto;
  right: -1px;
  border-right: none !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.calendar-box .data-box.data-box-multi-end {
  width: calc(100% - 4px);
  left: -1px;
  border-left: none !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.calendar-box .data-box.data-box-multi-center {
  left: 0;
  right: -1px;
  width: 100%;
  border-left: none !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-right: none !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.calendar-box .data-box.data-blue {
  border: 1px solid #1b6edd;
  background-color: rgba(27, 110, 221, 0.2);
}
.calendar-box .data-box.data-orange {
  border: 1px solid #d0985b;
  background-color: rgba(208, 152, 91, 0.2);
}
.calendar-box .data-box.data-red {
  border: 1px solid #c55a5c;
  background-color: rgba(197, 90, 92, 0.2);
}
.calendar-box .data-box.data-purple {
  border: 1px solid #9d65df;
  background-color: rgba(157, 101, 223, 0.2);
}
.calendar-box .data-box.data-green {
  border: 1px solid #308482;
  background-color: rgba(48, 132, 130, 0.2);
}
.calendar-box .data-box.data-yellow {
  border: 1px solid #c0b859;
  background-color: rgba(192, 184, 89, 0.2);
}
.calendar-box .data-box.data-gray {
  border: 1px solid #929292;
  background-color: rgba(146, 146, 146, 0.2);
}
.calendar-box .tx-orange {
  color: #c97f32;
}
.table-calendar {
  width: 100%;
  border-radius: 8px;
  background-color: #1a1c1c;
}
.table-calendar .vertical-middle {
  vertical-align: middle !important;
}
.table-calendar .vertical-bottom {
  vertical-align: bottom !important;
}
.table-calendar thead tr th {
  color: #B9BABA;
  font-size: 12px;
  font-weight: 600;
  padding: 4px 6px;
  vertical-align: middle;
  border-bottom: 1px solid #393b40;
  border-right: 1px solid #393b40;
  background-color: #1a1c1c !important;
  z-index: 60 !important;
}
.table-calendar thead tr th.left-title {
  width: 400px;
  padding-left: 12px;
  padding-right: 12px;
  text-transform: uppercase;
  background-color: #1D1E20 !important;
  border-bottom: 1px solid #26282c;
  border-right: 1px solid #1a1c1c !important;
  box-shadow: 0 0px 5px 0px rgba(0, 0, 0, 0.5);
  z-index: 70 !important;
}
.table-calendar thead tr th.th-title {
  text-align: center;
  text-transform: uppercase;
}
.table-calendar thead tr th.th-date {
  color: #c6c7c7;
  width: 60px;
  text-align: center;
}
.table-calendar thead tr th .bar {
  display: block;
  width: 40px;
  height: 4px;
  margin-bottom: 3px;
}
.table-calendar thead tr th .bar.bar-gray {
  background-color: #5a7885;
}
.table-calendar thead tr th:last-child.th-title {
  border-right: none !important;
}
.table-calendar tbody tr td {
  position: relative;
  padding: 4px 6px;
  border-right: 1px solid #393b40;
}
.table-calendar tbody tr td.td-title {
  padding-left: 0;
  padding-right: 0;
  height: 46px;
  border-right: 1px solid #1a1c1c !important;
  z-index: 40;
}
.table-calendar tbody tr td.td-sub-title {
  color: #c6c7c7;
  font-size: 12px;
  font-weight: 600;
  height: 36px;
  padding-left: 30px;
  border-right: 1px solid #1a1c1c !important;
  z-index: 40;
}
.table-calendar tbody tr td.td-sub-title .icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: 8px;
}
.table-calendar tbody tr td.td-three-title {
  color: #c6c7c7;
  font-size: 12px;
  font-weight: 600;
  height: 36px;
  padding: 0;
  border-right: 1px solid #1a1c1c !important;
  z-index: 40;
}
.table-calendar tbody tr td.td-three-title .ws-heading {
  padding-left: 32px;
}
.table-calendar tbody tr td.td-three-title .icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: 8px;
}
.table-calendar tbody tr td.td-four-title {
  color: #c4c5c5;
  font-size: 12px;
  font-weight: 600;
  height: 36px;
  padding-left: 24px;
  border-right: 8px solid #141414 !important;
  border-left: 8px solid #141414 !important;
  border-bottom: 1px solid #282a2d !important;
  z-index: 40;
}
.table-calendar tbody tr td.bg-gray {
  background-color: #303236;
  border-bottom: 1px solid #3c3f44;
}
.table-calendar tbody tr td.bg-gray-dark {
  background-color: #282a2d;
  border-bottom: 1px solid #303236;
}
.table-calendar tbody tr td:nth-child(1)::after {
  content: "";
  position: absolute;
  top: -1px;
  right: -8px;
  height: 46px;
  width: 8px;
  background: -moz-linear-gradient(left, #1a1c1c 0%, transparent 90%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #1a1c1c 0%, transparent 90%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #1a1c1c 0%, transparent 90%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a1c1c', endColorstr='transparent', GradientType=1);
  /* IE6-9 */
}
.row-custom .tool-catalogues {
  padding: 0 !important;
  width: 240px !important;
}
.row-custom .tool-catalogues .setting-tit {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  height: 32px;
  font-family: 'AvenirNext';
  font-weight: 800;
  font-size: 12px;
  color: #70757E;
  padding-left: 36px;
  border-bottom: 1px solid #232528;
  background-color: #282A2D;
}
.row-custom .tool-catalogues .setting-tit::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 13px;
  margin-top: -4px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 8px solid #7E8590;
  border-bottom: 5px solid transparent;
}
.row-custom .tool-catalogues .setting-tit.collapsed::before {
  top: 12px;
  left: 17px;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
}
.row-custom .tool-catalogues .panel-collapse {
  padding: 8px !important;
}
.row-custom .tool-catalogues .panel-collapse .form .form-group label {
  display: block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.5;
  color: #E8E8E8;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: -0.1px;
  padding: 0 3px;
  margin: 12px 0 5px;
  text-transform: uppercase;
}
.row-custom .no-right-content {
  left: 240px !important;
  width: calc(100% - 240px) !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
  overflow: auto !important;
}
.row-custom .no-right-content .no-result {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.row-custom .no-right-content .no-result img {
  width: 313px;
  height: 490px;
}
.row-custom .catalogues-content {
  position: relative;
  padding: 37px 43px;
}
.row-custom .catalogues-content.catalogues-content-layer::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 25;
}
.row-custom .catalogues-content .date {
  font-family: 'AvenirNext';
  font-weight: 800;
  font-size: 24px;
  line-height: 33px;
  letter-spacing: -1.03px;
  color: #F4ECE3;
  margin-bottom: 32px;
}
.row-custom .catalogues-content .catalogues-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -12px;
}
.row-custom .catalogues-content .catalogues-list .item_mask {
  min-width: 285px;
  min-height: 396px;
  background-color: #000 !important;
}
.row-custom .catalogues-content .catalogues-list .item {
  position: relative;
  width: auto;
  height: 386px;
  margin-bottom: 24px;
  margin-left: 12px;
  margin-right: 12px;
  background-color: #fff;
}
.row-custom .catalogues-content .catalogues-list .item .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 285px;
  min-height: 396px;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.5);
}
.row-custom .catalogues-content .catalogues-list .item .mask img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px !important;
  height: 50px !important;
  display: block;
  transform: translate(-25px, -25px);
}
.row-custom .catalogues-content .catalogues-list .item.item-with-layer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 11;
}
.row-custom .catalogues-content .catalogues-list .item.item-with-layer .icon {
  display: none;
}
.row-custom .catalogues-content .catalogues-list .item img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.row-custom .catalogues-content .catalogues-list .item .icon {
  position: absolute;
  right: 7px;
  bottom: 7px;
  cursor: pointer;
  z-index: 10;
}
.row-custom .catalogues-content .catalogues-list .item .current-page {
  position: absolute;
  top: 0;
  right: 0;
}
.row-custom .catalogues-content .catalogues-list .item .current-page .page-num {
  position: absolute;
  top: 7px;
  right: 7px;
  display: block;
  font-family: 'AvenirNext';
  font-weight: 600;
  font-size: 14px;
  color: #167AFF;
  letter-spacing: 0.35px;
  min-width: 31px;
  height: 31px;
  text-align: center;
  line-height: 31px;
  border-radius: 100%;
  background-color: #F8F7F5;
  z-index: 10;
}
.row-custom .catalogues-content .catalogues-list .item .current-page::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  border-left: 64px solid transparent;
  border-right: 0 solid transparent;
  border-top: 93px solid #167AFF;
  border-bottom: 93px solid transparent;
  z-index: 2;
}
.row-custom .catalogues-content .catalogues-list .item .current-page::after {
  content: '';
  position: absolute;
  top: 1px;
  right: 5px;
  width: 75px;
  height: 84px;
  background-image: url('../images/catalogues/catalogue-shadow.png');
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}
.row-custom .catalogues-content .catalogues-list .item .checkbox {
  position: absolute;
  top: 0;
  left: 12px;
  z-index: 30;
}
.row-custom .catalogues-content .btn-load {
  position: relative;
  font-family: 'AvenirNext';
  font-weight: 700;
  font-size: 12px;
  color: #fff;
  letter-spacing: 0.3px;
  height: 32px;
  margin-top: 8px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #3B3B3C;
  z-index: 30;
}
.row-custom .catalogues-content .btn-load:hover {
  background-color: #2e2e2f;
}
.location-chart-left {
  padding: 0 36px;
}
.location-chart-left.location-comparison-chart-left {
  padding: 0 72px 0 0 ;
}
.location-rank {
  position: relative;
  width: 100%;
  height: 257px;
}
.location-rank .rank-number {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  position: absolute;
  top: 0;
  font-family: 'AvenirNext';
  font-weight: 800;
  font-size: 24px;
  line-height: 33px;
  text-align: center;
  color: #42444A;
  z-index: 10;
  width: 0;
}
.location-rank .rank-number::before {
  content: "";
  display: block;
  width: 3px;
  height: 133px;
  margin-top: 7px;
  background-color: #42444A;
}
.location-rank .rank-title {
  font-family: 'AvenirNext';
  font-weight: 600;
  font-size: 15px;
  line-height: 19px;
  text-align: center;
  color: #42444A;
  margin-top: 32px;
}
.location-rank .rank-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.location-rank .rank-content .location-rank-bar {
  display: flex;
  align-items: center;
  justify-content: center;
}
.location-rank .rank-content .location-rank-bar .bar-item {
  position: relative;
  font-family: 'AvenirNext';
  font-weight: 600;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  color: #42444A;
  width: 25%;
}
.location-rank .rank-content .location-rank-bar .bar-item .item {
  width: 100%;
  height: 49px;
  margin-bottom: 20px;
}
.location-rank .rank-content .location-rank-bar .bar-item .item.bar-red {
  background-color: #E7342F;
}
.location-rank .rank-content .location-rank-bar .bar-item .item.bar-orange {
  background-color: #EE8B37;
}
.location-rank .rank-content .location-rank-bar .bar-item .item.bar-yellow {
  background-color: #D9C615;
}
.location-rank .rank-content .location-rank-bar .bar-item .item.bar-green {
  background-color: #81C341;
}
.location-rank-small {
  width: 100%;
  height: 68px;
  margin-bottom: 35px;
}
.location-rank-small .rank-number {
  top: auto;
  bottom: 0;
  font-size: 15px;
  line-height: 20px;
}
.location-rank-small .rank-number::before {
  width: 1px;
  height: 41px;
  margin-top: 7px;
}
.location-rank-small .rank-content .location-rank-bar .bar-item .item {
  height: 12px;
  margin-bottom: 0;
}
.floorPlanContent {
  font-family: 'AvenirNext';
  font-weight: 600;
  position: relative;
  width: 100%;
  height: 275px;
  margin-top: 48px;
  border: 5px solid #D8D8D8;
}
.floorPlanContent .indicate-cicle {
  position: absolute;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  z-index: 10;
}
.floorPlanContent .indicate-cicle.cicle-blue01 {
  background-color: #157BFE;
}
.floorPlanContent .indicate-cicle.cicle-blue02 {
  background-color: #2884FA;
}
.floorPlanContent .indicate-cicle.cicle-blue03 {
  background-color: #4495FE;
}
.floorPlanContent .indicate-cicle.cicle-blue04 {
  background-color: #5BA2FE;
}
.floorPlanContent .indicate-cicle.cicle-blue05 {
  background-color: #73B0FE;
}
.floorPlanContent .indicate-cicle.cicle-blue06 {
  background-color: #8ABDFE;
}
.floorPlanContent .indicate-cicle.cicle-blue07 {
  background-color: #A1CAFF;
}
.floorPlanContent .indicate-cicle.cicle-blue08 {
  background-color: #B8D7FE;
}
.floorPlanContent .indicate-cicle.cicle-blue09 {
  background-color: #D0E5FF;
}
.floorPlanContent .indicate-cicle.cicle-blue10 {
  background-color: #E7F1FE;
}
.floorPlanContent::before {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 50%;
  margin-left: -148px;
  width: 295px;
  height: 8px;
  background-color: #ffffff;
}
.floorPlanContent .fPlan-square {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #D8D8D8;
}
.floorPlanContent .fPlan-info {
  font-family: 'AvenirNext';
  font-size: 12px;
  line-height: 19px;
  color: #42444A;
  opacity: 0.5;
  text-align: center;
  transform: scale(0.8, 0.8);
  transform-origin: center center;
}
.floorPlanContent .fPlan-top-center {
  position: absolute;
  left: 50%;
  top: 8px;
  margin-left: -135px;
  width: 270px;
  height: 22px;
}
.floorPlanContent .fPlan-top-center .indicate-cicle {
  left: 4px;
  top: 5px;
}
.floorPlanContent .fPlan-top-left::before,
.floorPlanContent .fPlan-top-left::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 8px;
  background-color: #D8D8D8;
}
.floorPlanContent .fPlan-top-left::before {
  width: 58px;
  height: 22px;
}
.floorPlanContent .fPlan-top-left::after {
  width: 22px;
  height: 135px;
}
.floorPlanContent .fPlan-top-right {
  position: relative;
}
.floorPlanContent .fPlan-top-right .indicate-cicle {
  right: 14px;
  top: 105px;
  z-index: 10;
}
.floorPlanContent .fPlan-top-right::before,
.floorPlanContent .fPlan-top-right::after {
  content: "";
  position: absolute;
  right: 8px;
  top: 8px;
  background-color: #D8D8D8;
}
.floorPlanContent .fPlan-top-right::before {
  width: 58px;
  height: 22px;
}
.floorPlanContent .fPlan-top-right::after {
  width: 22px;
  height: 135px;
}
.floorPlanContent .fPlan-top-right .fPlan-info {
  position: absolute;
  top: 73px;
  right: -4px;
  transform: rotateZ(-90deg) scale(0.8, 0.8);
  z-index: 10;
}
.floorPlanContent .fPlan-inner-left-top {
  position: absolute;
  top: 46px;
  left: 59px;
  width: 55px;
  height: 30px;
}
.floorPlanContent .fPlan-inner-left-center {
  position: absolute;
  top: 92px;
  left: 59px;
  width: 55px;
  height: 46px;
}
.floorPlanContent .fPlan-inner-left-center .fPlan-text {
  font-family: 'AvenirNext';
  font-weight: 600;
  font-size: 12px;
  line-height: 19px;
  color: #42444A;
  text-align: center;
  margin-top: 47px;
  transform: scale(0.8, 0.8);
  transform-origin: center center;
}
.floorPlanContent .fPlan-inner-left-center .fPlan-square {
  position: absolute;
  width: 24px;
  height: 20px;
}
.floorPlanContent .fPlan-inner-left-center .fPlan-square.square1 {
  top: 0;
  left: 0;
}
.floorPlanContent .fPlan-inner-left-center .fPlan-square.square2 {
  top: 0;
  right: 0;
}
.floorPlanContent .fPlan-inner-left-center .fPlan-square.square3 {
  bottom: 0;
  left: 0;
}
.floorPlanContent .fPlan-inner-left-center .fPlan-square.square4 {
  bottom: 0;
  right: 0;
}
.floorPlanContent .fPlan-inner-left-bottom {
  position: absolute;
  top: 164px;
  left: 59px;
  width: 55px;
  height: 46px;
}
.floorPlanContent .fPlan-inner-left-bottom .indicate-cicle {
  top: 32px;
  left: -5px;
}
.floorPlanContent .fPlan-inner-left-bottom .fPlan-square {
  position: absolute;
  width: 24px;
  height: 20px;
}
.floorPlanContent .fPlan-inner-left-bottom .fPlan-square.square1 {
  top: 0;
  left: 0;
}
.floorPlanContent .fPlan-inner-left-bottom .fPlan-square.square2 {
  top: 0;
  right: 0;
}
.floorPlanContent .fPlan-inner-left-bottom .fPlan-square.square3 {
  bottom: 0;
  left: 0;
}
.floorPlanContent .fPlan-inner-left-bottom .fPlan-square.square4 {
  bottom: 0;
  right: 0;
}
.floorPlanContent .fPlan-inner-center-center {
  display: flex;
  align-items: center;
  position: absolute;
  top: 62px;
  left: 145px;
}
.floorPlanContent .fPlan-inner-center-center .fPlan-square {
  position: relative;
  width: 20px;
  height: 122px;
  margin-right: 15px;
}
.floorPlanContent .fPlan-inner-center-center .fPlan-square .indicate-cicle-top {
  top: -12px;
  left: -6px;
}
.floorPlanContent .fPlan-inner-center-center .fPlan-square .indicate-cicle-bottom {
  bottom: -12px;
  left: -6px;
}
.floorPlanContent .fPlan-inner-center-center .fPlan-square .fPlan-info {
  position: absolute;
  transform: rotateZ(-90deg) scale(0.8, 0.8);
  transform-origin: center;
}
.floorPlanContent .fPlan-inner-center-center .fPlan-square .fPlan-info-b {
  top: 4px;
  left: 3px;
}
.floorPlanContent .fPlan-inner-center-center .fPlan-square .fPlan-info-a {
  top: 54px;
  left: -10px;
  line-height: 16px;
}
.floorPlanContent .fPlan-inner-center-center .fPlan-square .fPlan-info-f {
  bottom: 4px;
  left: 3px;
}
.floorPlanContent .fPlan-inner-center-center .fPlan-square.fPlan-center-10 .fPlan-info-b {
  top: 7px;
  left: 0;
}
.floorPlanContent .fPlan-inner-center-center .fPlan-square.fPlan-center-10 .fPlan-info-a {
  left: -13px;
}
.floorPlanContent .fPlan-inner-center-center .fPlan-square.fPlan-center-10 .fPlan-info-f {
  bottom: 7px;
  left: 0;
}
.floorPlanContent .fPlan-inner-center-bottom {
  position: absolute;
  left: 50%;
  bottom: 24px;
  margin-left: -135px;
  width: 270px;
  height: 22px;
}
.floorPlanContent .fPlan-center-bottom-text {
  position: absolute;
  left: 50%;
  bottom: -24px;
  margin-left: -135px;
  width: 270px;
  font-size: 12px;
  line-height: 19px;
  text-align: center;
  color: #42444A;
  transform: scale(0.8, 0.8);
  transform-origin: center center;
}
.location-chart-right {
  padding: 0 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.location-chart-right .location-chart-right-text {
  font-family: 'AvenirNext';
  font-weight: 600;
  font-size: 12px;
  line-height: 17px;
  text-align: center;
  color: #42444A;
  margin-top: 12px;
}
.location-chart-right .carousel {
  width: 80%;
  height: auto;
  max-height: 600px;
}
.location-chart-right .carousel .carousel-inner {
  height: 600px;
}
.location-chart-right .carousel .carousel-inner .item img {
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 600px;
}
.location-chart-right .carousel .carousel-control {
  position: absolute;
  top: auto;
  bottom: 32px;
  width: 43px;
  height: 43px;
  text-align: center;
  text-shadow: none;
  background: #167AFF;
  border: 1px solid #1ACDF8;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.location-chart-right .carousel .carousel-control.left {
  left: 50%;
  margin-left: -61px;
}
.location-chart-right .carousel .carousel-control.right {
  right: 50%;
  margin-right: -61px;
}
.comparison-content {
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 60px;
}
.comparison-content .comparsion-item {
  width: 25%;
  margin-right: 18px;
}
.comparison-content .comparsion-item:last-child {
  margin-right: 0;
}
.comparison-content .comparsion-item .name {
  font-family: "AvenirNext";
  font-weight: 600;
  font-size: 7px;
  line-height: 10px;
  text-align: center;
  color: #42444A;
  width: 100%;
  margin-top: 20px;
  white-space: nowrap;
}
.comparison-content .comparsion-item .front-gondola-show {
  height: 171px;
}
.comparison-content .comparsion-item .front-gondola-show img {
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 171px;
}
.basket-data-title {
  font-family: 'Avenir LT Std';
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  color: #424448;
}
.table-basket-data {
  width: 100%;
  font-family: 'Avenir LT Std';
}
.table-basket-data tr th {
  height: 38px;
  background-color: #202020;
  text-transform: none;
  font-weight: 500;
  font-size: 9px;
  color: #FFFFFF;
  padding: 0 16px;
  vertical-align: middle;
  border-left: 2px solid #E4E4E4;
}
.table-basket-data tr th:first-child {
  border-left: none;
}
.table-basket-data tr td {
  font-weight: 500;
  font-size: 14px;
  line-height: 40px;
  color: #202020;
  padding: 2px 16px;
  vertical-align: middle;
  border-left: 2px solid #E4E4E4;
}
.table-basket-data tr td:first-child {
  border-left: none;
}
.table-basket-data tr td.basket-data-td {
  padding-left: 0;
}
.table-basket-data tr td .item-width {
  width: 200px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.basket-data-process {
  position: relative;
  width: 100%;
  height: 30px;
}
.basket-data-process .basket-data-percent {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #69D76B;
}
.basket-data-process .num {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: 10;
  padding-right: 10px;
}
.close {
  opacity: 1;
  transition: all 0.25s ease-in-out;
}
.thumb-workspace {
  width: 50px;
  margin-right: 16px;
  display: inline-block;
}
.thumb-workspace img {
  width: 100%;
  height: auto;
}
.upload-waiting td {
  color: rgba(206, 207, 210, 0.6) !important;
  cursor: not-allowed;
  background-color: #47474a !important;
}
.upload-waiting:hover > td {
  background-color: #47474a !important;
}
.upload-waiting .thumb-workspace {
  position: relative;
}
.upload-waiting .thumb-workspace img {
  opacity: 0.4;
}
.upload-waiting .thumb-workspace .icon-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -12px;
  margin-top: -12px;
  z-index: 5;
}
.loading-show {
  position: relative;
}
.loading-show .upload-loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 8px 16px;
  border: 1px solid #636569;
  border-bottom: none;
  background-color: #47474A;
  cursor: not-allowed;
}
.loading-show .upload-loading .loading-left {
  color: #98989c;
}
.loading-show .upload-loading .loading-right .progress-box {
  position: absolute;
  top: 50%;
  margin-top: -11px;
  right: 25px;
  width: 327px;
  height: 23px;
  border-radius: 4px;
  background-color: #373739;
  overflow: hidden;
}
.loading-show .upload-loading .loading-right .progress-box .progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 100%;
  background-color: #167BFF;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}
.loading-show .upload-loading .thumb-workspace {
  position: relative;
}
.loading-show .upload-loading .thumb-workspace img {
  opacity: 0.4;
}
.loading-show .upload-loading .thumb-workspace .icon-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -12px;
  margin-top: -12px;
  z-index: 5;
}
.nav-tabs > li > a {
  color: #fff;
}
.your-drag-item.ui-draggable {
  position: relative;
  width: 80px;
}
.your-drag-item.ui-draggable img {
  max-width: 100%;
}
.your-drag-item.ui-draggable .btn-icon {
  position: absolute;
  top: -4px;
  right: -4px;
}
/*# sourceMappingURL=style.css.map */