@import 'lib/jquery-ui-1.11.4.custom.css';
@import 'lib/dragtable.css';
/*!
 * Bootstrap v3.0.0
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
@import 'lib/bootstrap-switch.min.css';
@import 'view_components/range_single_slider.css';
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
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: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
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;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 2cm 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
*,
*:before,
*:after {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "open_sansregular", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input,
select[multiple],
textarea {
  background-image: none;
}
a {
  color: #428bca;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all all 0.2s ease-in-out ease-out;
  -moz-transition: all all 0.2s ease-in-out ease-out;
  -o-transition: all all 0.2s ease-in-out ease-out;
  transition: all all 0.2s ease-in-out ease-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-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;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16.1px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #428bca;
}
.text-warning {
  color: #c09853;
}
.text-danger {
  color: #b94a48;
}
.text-success {
  color: #468847;
}
.text-info {
  color: #3a87ad;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "open_sansregular", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight: 500;
  line-height: 1.1;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
h1 small,
.h1 small {
  font-size: 24px;
}
h2 small,
.h2 small {
  font-size: 18px;
}
h3 small,
.h3 small,
h4 small,
.h4 small {
  font-size: 14px;
}
.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;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  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;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .dl-horizontal dd:after {
    clear: both;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote small {
  display: block;
  line-height: 1.42857143;
  color: #999999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
pre {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px;
}
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.prettyprint {
  margin-bottom: 20px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container:after {
  clear: both;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.row:after {
  clear: both;
}
.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,
.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,
.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,
.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 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11 {
  float: left;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-12 {
  width: 100%;
}
@media (min-width: 768px) {
  .container {
    max-width: 750px;
  }
  .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 {
    float: left;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 970px;
  }
  .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 {
    float: left;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
  .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 {
    float: left;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table thead > tr > th,
.table tbody > tr > th,
.table tfoot > tr > th,
.table thead > tr > td,
.table tbody > tr > td,
.table tfoot > tr > td {
  padding: 8px;
  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: #fff;
}
.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-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  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 > 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;
  border-color: #d6e9c6;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td {
  background-color: #d0e9c6;
  border-color: #c9e2b3;
}
.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;
  border-color: #eed3d7;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td {
  background-color: #ebcccc;
  border-color: #e6c1c7;
}
.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;
  border-color: #fbeed5;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td {
  background-color: #faf2cc;
  border-color: #f8e5be;
}
@media (max-width: 768px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
    background-color: #fff;
  }
  .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 > thead > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > thead > tr:last-child > td,
  .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;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"] {
  display: block;
}
select[multiple],
select[size] {
  height: auto;
}
select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}
.form-control:-moz-placeholder {
  color: #999999;
}
.form-control::-moz-placeholder {
  color: #999999;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
  -moz-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
  -o-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
  transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -ms-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;
}
.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);
  -moz-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[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  vertical-align: middle;
}
.radio label,
.checkbox label {
  display: inline;
  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"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm {
  height: auto;
}
.input-lg {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 45px;
  line-height: 45px;
}
textarea.input-lg {
  height: auto;
}
.has-warning .help-block,
.has-warning .control-label {
  color: #c09853;
}
.has-warning .form-control {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-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: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.has-warning .input-group-addon {
  color: #c09853;
  border-color: #c09853;
  background-color: #fcf8e3;
}
.has-error .help-block,
.has-error .control-label {
  color: #b94a48;
}
.has-error .form-control {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-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: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.has-error .input-group-addon {
  color: #b94a48;
  border-color: #b94a48;
  background-color: #f2dede;
}
.has-success .help-block,
.has-success .control-label {
  color: #468847;
}
.has-success .form-control {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-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: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.has-success .input-group-addon {
  color: #468847;
  border-color: #468847;
  background-color: #dff0d8;
}
.form-control-static {
  margin-bottom: 0;
  padding-top: 7px;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  white-space: nowrap;
  -o-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.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);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  -moz-opacity: 0.65;
  -khtml-opacity: 0.65;
  -webkit-opacity: 0.65;
  opacity: 0.65;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=65);
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-link {
  color: #428bca;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-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: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-xs {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
  -webkit-transition: all opacity 0.15s linear ease-out;
  -moz-transition: all opacity 0.15s linear ease-out;
  -o-transition: all opacity 0.15s linear ease-out;
  transition: all opacity 0.15s linear ease-out;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -ms-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
  -webkit-transition: all height 0.35s ease ease-out;
  -moz-transition: all height 0.35s ease ease-out;
  -o-transition: all height 0.35s ease ease-out;
  transition: all height 0.35s ease ease-out;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -ms-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid #000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-bottom: 0 dotted;
  content: "";
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #fff;
  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);
  -moz-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: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #fff;
  background-color: #428bca;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #999999;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0 dotted;
  border-bottom: 4px solid #000;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
}
.btn-default .caret {
  border-top-color: #333;
}
.btn-primary .caret,
.btn-success .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret {
  border-top-color: #fff;
}
.dropup .btn-default .caret {
  border-bottom-color: #333;
}
.dropup .btn-primary .caret,
.dropup .btn-success .caret,
.dropup .btn-warning .caret,
.dropup .btn-danger .caret,
.dropup .btn-info .caret {
  border-bottom-color: #fff;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn-group {
  float: left;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group-xs > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  padding: 1px 5px;
}
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  font-size: 1em;
}
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
  font-size: 2em;
}
.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);
  -moz-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 .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 {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child > .btn:last-child,
.btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-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 {
  float: none;
  display: table-cell;
  width: 1%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group.col {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  line-height: 45px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
  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;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -4px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:active {
  z-index: 2;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before,
.nav:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.nav:after {
  clear: both;
}
.nav:before,
.nav:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #428bca;
}
.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: #555555;
  background-color: #fff;
  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;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
}
.nav-tabs.nav-justified > li > a {
  border-bottom: 1px solid #ddd;
  margin-right: 0;
}
.nav-tabs.nav-justified > .active > a {
  border-bottom-color: #fff;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 5px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #428bca;
}
.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;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  border-bottom: 1px solid #ddd;
  margin-right: 0;
}
.nav-tabs-justified > .active > a {
  border-bottom-color: #fff;
}
.tabbable:before,
.tabbable:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.tabbable:after {
  clear: both;
}
.tabbable:before,
.tabbable:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.tabbable:after {
  clear: both;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.nav .caret {
  border-top-color: #428bca;
  border-bottom-color: #428bca;
}
.nav a:hover .caret {
  border-top-color: #2a6496;
  border-bottom-color: #2a6496;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  z-index: 1000;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.navbar:before,
.navbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar:after {
  clear: both;
}
.navbar:before,
.navbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-header:after {
  clear: both;
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-collapse .navbar-nav.navbar-left:first-child {
    margin-left: -15px;
  }
  .navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
  .navbar-collapse .navbar-text:last-child {
    margin-right: 0;
  }
}
.container > .navbar-header,
.container > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  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;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  z-index: 1030;
  top: 0;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
}
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  -moz-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: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    -moz-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 {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-text {
  float: left;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-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: #ccc;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e6e6e6;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #333;
  border-bottom-color: #333;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: #555;
  border-bottom-color: #555;
}
.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #777;
  border-bottom-color: #777;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-inverse {
  background-color: none;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #999999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #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;
}
.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}
.navbar-inverse .navbar-nav > .open > a .caret,
.navbar-inverse .navbar-nav > .open > a:hover .caret,
.navbar-inverse .navbar-nav > .open > a:focus .caret {
  border-top-color: #fff;
  border-bottom-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 > li > a {
    color: #999999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #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: #999999;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.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: #999999;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  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 {
  background-color: #eeeeee;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager:before,
.pager:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.pager:after {
  clear: both;
}
.pager:before,
.pager:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.pager:after {
  clear: both;
}
.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: #999999;
  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;
}
.label[href]:hover,
.label[href]:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.label-default {
  background-color: #999999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary {
  background-color: #428bca;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999999;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.badge-error {
  background-color: #b94a48;
}
.badge-warning {
  background-color: #f89406;
}
.badge-success {
  background-color: #468847;
}
.badge-info {
  background-color: #3a87ad;
}
.badge-inverse {
  background-color: #333333;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.btn .badge {
  position: relative;
  top: -1px;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #fff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: 200;
  line-height: 2.14285714;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1 {
  line-height: 1;
  color: inherit;
}
.jumbotron p {
  line-height: 1.4;
}
.container .jumbotron {
  border-radius: 6px;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1 {
    font-size: 63px;
  }
}
.thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all all 0.2s ease-in-out ease-out;
  -moz-transition: all all 0.2s ease-in-out ease-out;
  -o-transition: all all 0.2s ease-in-out ease-out;
  transition: all all 0.2s ease-in-out ease-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
  display: block;
}
.thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto;
}
a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #428bca;
}
.thumbnail > img {
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #356635;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #2d6987;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #fbeed5;
  color: #c09853;
}
.alert-warning hr {
  border-top-color: #f8e5be;
}
.alert-warning .alert-link {
  color: #a47e3c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alert-danger hr {
  border-top-color: #e6c1c7;
}
.alert-danger .alert-link {
  color: #953b39;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 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);
  -moz-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;
  color: #fff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease;
  -webkit-transition: all width 0.6s ease ease-out;
  -moz-transition: all width 0.6s ease ease-out;
  -o-transition: all width 0.6s ease ease-out;
  transition: all width 0.6s ease ease-out;
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -ms-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
}
.progress-striped .progress-bar {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-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: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: -moz-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: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: -moz-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-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: -moz-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: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #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;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
.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 {
  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: #e1edf7;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.panel-body:after {
  clear: both;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.panel-body:after {
  clear: both;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
}
.panel > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel > .list-group .list-group-item:last-child {
  border-bottom: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table {
  margin-bottom: 0;
}
.panel > .panel-body + .table {
  border-top: 1px solid #ddd;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}
.panel-title > 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-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #428bca;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-warning {
  border-color: #fbeed5;
}
.panel-warning > .panel-heading {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #fbeed5;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #fbeed5;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #fbeed5;
}
.panel-danger {
  border-color: #eed3d7;
}
.panel-danger > .panel-heading {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #eed3d7;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #eed3d7;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}
.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);
  -moz-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;
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  -webkit-opacity: 0.2;
  opacity: 0.2;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -moz-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  -ms-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);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  padding: 10px;
  z-index: 1050;
}
.modal-content {
  position: relative;
  background-color: #fff;
  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);
  -moz-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: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000;
}
.modal-backdrop.fade {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -10px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.modal-footer:after {
  clear: both;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .modal-dialog {
    left: 50%;
    right: auto;
    width: 600px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.tooltip.in {
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  -webkit-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  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;
  text-decoration: none;
  background-color: #5ab37f;
  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: #5ab37f;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #5ab37f;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #5ab37f;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #5ab37f;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #5ab37f;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #5ab37f;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #5ab37f;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #5ab37f;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  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);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow {
  border-width: 11px;
}
.popover .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  transition: 0.6s ease-in-out left;
  -webkit-transition: all 0.6s ease-in-out left ease-out;
  -moz-transition: all 0.6s ease-in-out left ease-out;
  -o-transition: all 0.6s ease-in-out left ease-out;
  transition: all 0.6s ease-in-out left ease-out;
  -webkit-transition: 0.6s ease-in-out left;
  -moz-transition: 0.6s ease-in-out left;
  -ms-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: -moz-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-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: -moz-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 {
  color: #fff;
  text-decoration: none;
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  -webkit-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  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%;
  left: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
}
.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 .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
.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;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: 320px;
  }
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.visible-xs {
  display: none !important;
}
tr.visible-xs {
  display: none !important;
}
th.visible-xs,
td.visible-xs {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .visible-xs.visible-sm {
    display: block !important;
  }
  tr.visible-xs.visible-sm {
    display: table-row !important;
  }
  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .visible-xs.visible-md {
    display: block !important;
  }
  tr.visible-xs.visible-md {
    display: table-row !important;
  }
  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-xs.visible-lg {
    display: block !important;
  }
  tr.visible-xs.visible-lg {
    display: table-row !important;
  }
  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}
.visible-sm {
  display: none !important;
}
tr.visible-sm {
  display: none !important;
}
th.visible-sm,
td.visible-sm {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important;
  }
  tr.visible-sm.visible-xs {
    display: table-row !important;
  }
  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm {
    display: block !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .visible-sm.visible-md {
    display: block !important;
  }
  tr.visible-sm.visible-md {
    display: table-row !important;
  }
  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-sm.visible-lg {
    display: block !important;
  }
  tr.visible-sm.visible-lg {
    display: table-row !important;
  }
  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}
.visible-md {
  display: none !important;
}
tr.visible-md {
  display: none !important;
}
th.visible-md,
td.visible-md {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important;
  }
  tr.visible-md.visible-xs {
    display: table-row !important;
  }
  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .visible-md.visible-sm {
    display: block !important;
  }
  tr.visible-md.visible-sm {
    display: table-row !important;
  }
  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-md.visible-lg {
    display: block !important;
  }
  tr.visible-md.visible-lg {
    display: table-row !important;
  }
  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
}
.visible-lg {
  display: none !important;
}
tr.visible-lg {
  display: none !important;
}
th.visible-lg,
td.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important;
  }
  tr.visible-lg.visible-xs {
    display: table-row !important;
  }
  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .visible-lg.visible-sm {
    display: block !important;
  }
  tr.visible-lg.visible-sm {
    display: table-row !important;
  }
  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .visible-lg.visible-md {
    display: block !important;
  }
  tr.visible-lg.visible-md {
    display: table-row !important;
  }
  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
.hidden-xs {
  display: block !important;
}
tr.hidden-xs {
  display: table-row !important;
}
th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  tr.hidden-xs {
    display: none !important;
  }
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hidden-xs.hidden-sm {
    display: none !important;
  }
  tr.hidden-xs.hidden-sm {
    display: none !important;
  }
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .hidden-xs.hidden-md {
    display: none !important;
  }
  tr.hidden-xs.hidden-md {
    display: none !important;
  }
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xs.hidden-lg {
    display: none !important;
  }
  tr.hidden-xs.hidden-lg {
    display: none !important;
  }
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
}
.hidden-sm {
  display: block !important;
}
tr.hidden-sm {
  display: table-row !important;
}
th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-sm.hidden-xs {
    display: none !important;
  }
  tr.hidden-sm.hidden-xs {
    display: none !important;
  }
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important;
  }
  tr.hidden-sm {
    display: none !important;
  }
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .hidden-sm.hidden-md {
    display: none !important;
  }
  tr.hidden-sm.hidden-md {
    display: none !important;
  }
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-sm.hidden-lg {
    display: none !important;
  }
  tr.hidden-sm.hidden-lg {
    display: none !important;
  }
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}
.hidden-md {
  display: block !important;
}
tr.hidden-md {
  display: table-row !important;
}
th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-md.hidden-xs {
    display: none !important;
  }
  tr.hidden-md.hidden-xs {
    display: none !important;
  }
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hidden-md.hidden-sm {
    display: none !important;
  }
  tr.hidden-md.hidden-sm {
    display: none !important;
  }
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
  tr.hidden-md {
    display: none !important;
  }
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-md.hidden-lg {
    display: none !important;
  }
  tr.hidden-md.hidden-lg {
    display: none !important;
  }
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
}
.hidden-lg {
  display: block !important;
}
tr.hidden-lg {
  display: table-row !important;
}
th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-lg.hidden-xs {
    display: none !important;
  }
  tr.hidden-lg.hidden-xs {
    display: none !important;
  }
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hidden-lg.hidden-sm {
    display: none !important;
  }
  tr.hidden-lg.hidden-sm {
    display: none !important;
  }
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .hidden-lg.hidden-md {
    display: none !important;
  }
  tr.hidden-lg.hidden-md {
    display: none !important;
  }
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
  tr.hidden-lg {
    display: none !important;
  }
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
tr.visible-print {
  display: none !important;
}
th.visible-print,
td.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
  .hidden-print {
    display: none !important;
  }
  tr.hidden-print {
    display: none !important;
  }
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
/*!
 * Font Awesome Free 5.10.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}
.fa-xs {
  font-size: 0.75em;
}
.fa-sm {
  font-size: 0.875em;
}
.fa-1x {
  font-size: 1em;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-6x {
  font-size: 6em;
}
.fa-7x {
  font-size: 7em;
}
.fa-8x {
  font-size: 8em;
}
.fa-9x {
  font-size: 9em;
}
.fa-10x {
  font-size: 10em;
}
.fa-fw {
  text-align: center;
  width: 1.25em;
}
.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}
.fa-border {
  border-radius: 0.1em;
  border: solid 0.08em #eee;
  padding: 0.2em 0.25em 0.15em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=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,
:root .fa-flip-both {
  filter: none;
}
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em;
}
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.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-500px:before {
  content: "\f26e";
}
.fa-accessible-icon:before {
  content: "\f368";
}
.fa-accusoft:before {
  content: "\f369";
}
.fa-acquisitions-incorporated:before {
  content: "\f6af";
}
.fa-ad:before {
  content: "\f641";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-card:before {
  content: "\f2bb";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-adn:before {
  content: "\f170";
}
.fa-adobe:before {
  content: "\f778";
}
.fa-adversal:before {
  content: "\f36a";
}
.fa-affiliatetheme:before {
  content: "\f36b";
}
.fa-air-freshener:before {
  content: "\f5d0";
}
.fa-airbnb:before {
  content: "\f834";
}
.fa-algolia:before {
  content: "\f36c";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-alipay:before {
  content: "\f642";
}
.fa-allergies:before {
  content: "\f461";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-amazon-pay:before {
  content: "\f42c";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-amilia:before {
  content: "\f36d";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-android:before {
  content: "\f17b";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angry:before {
  content: "\f556";
}
.fa-angrycreative:before {
  content: "\f36e";
}
.fa-angular:before {
  content: "\f420";
}
.fa-ankh:before {
  content: "\f644";
}
.fa-app-store:before {
  content: "\f36f";
}
.fa-app-store-ios:before {
  content: "\f370";
}
.fa-apper:before {
  content: "\f371";
}
.fa-apple:before {
  content: "\f179";
}
.fa-apple-alt:before {
  content: "\f5d1";
}
.fa-apple-pay:before {
  content: "\f415";
}
.fa-archive:before {
  content: "\f187";
}
.fa-archway:before {
  content: "\f557";
}
.fa-arrow-alt-circle-down:before {
  content: "\f358";
}
.fa-arrow-alt-circle-left:before {
  content: "\f359";
}
.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}
.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-arrows-alt-h:before {
  content: "\f337";
}
.fa-arrows-alt-v:before {
  content: "\f338";
}
.fa-artstation:before {
  content: "\f77a";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-asymmetrik:before {
  content: "\f372";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-atlas:before {
  content: "\f558";
}
.fa-atlassian:before {
  content: "\f77b";
}
.fa-atom:before {
  content: "\f5d2";
}
.fa-audible:before {
  content: "\f373";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-autoprefixer:before {
  content: "\f41c";
}
.fa-avianex:before {
  content: "\f374";
}
.fa-aviato:before {
  content: "\f421";
}
.fa-award:before {
  content: "\f559";
}
.fa-aws:before {
  content: "\f375";
}
.fa-baby:before {
  content: "\f77c";
}
.fa-baby-carriage:before {
  content: "\f77d";
}
.fa-backspace:before {
  content: "\f55a";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-bacon:before {
  content: "\f7e5";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-balance-scale-left:before {
  content: "\f515";
}
.fa-balance-scale-right:before {
  content: "\f516";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-band-aid:before {
  content: "\f462";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-baseball-ball:before {
  content: "\f433";
}
.fa-basketball-ball:before {
  content: "\f434";
}
.fa-bath:before {
  content: "\f2cd";
}
.fa-battery-empty:before {
  content: "\f244";
}
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battle-net:before {
  content: "\f835";
}
.fa-bed:before {
  content: "\f236";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bezier-curve:before {
  content: "\f55b";
}
.fa-bible:before {
  content: "\f647";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-biking:before {
  content: "\f84a";
}
.fa-bimobject:before {
  content: "\f378";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-biohazard:before {
  content: "\f780";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitcoin:before {
  content: "\f379";
}
.fa-bity:before {
  content: "\f37a";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-blackberry:before {
  content: "\f37b";
}
.fa-blender:before {
  content: "\f517";
}
.fa-blender-phone:before {
  content: "\f6b6";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-blog:before {
  content: "\f781";
}
.fa-blogger:before {
  content: "\f37c";
}
.fa-blogger-b:before {
  content: "\f37d";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-bold:before {
  content: "\f032";
}
.fa-bolt:before {
  content: "\f0e7";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-bone:before {
  content: "\f5d7";
}
.fa-bong:before {
  content: "\f55c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-book-dead:before {
  content: "\f6b7";
}
.fa-book-medical:before {
  content: "\f7e6";
}
.fa-book-open:before {
  content: "\f518";
}
.fa-book-reader:before {
  content: "\f5da";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-bootstrap:before {
  content: "\f836";
}
.fa-border-all:before {
  content: "\f84c";
}
.fa-border-none:before {
  content: "\f850";
}
.fa-border-style:before {
  content: "\f853";
}
.fa-bowling-ball:before {
  content: "\f436";
}
.fa-box:before {
  content: "\f466";
}
.fa-box-open:before {
  content: "\f49e";
}
.fa-boxes:before {
  content: "\f468";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-brain:before {
  content: "\f5dc";
}
.fa-bread-slice:before {
  content: "\f7ec";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-briefcase-medical:before {
  content: "\f469";
}
.fa-broadcast-tower:before {
  content: "\f519";
}
.fa-broom:before {
  content: "\f51a";
}
.fa-brush:before {
  content: "\f55d";
}
.fa-btc:before {
  content: "\f15a";
}
.fa-buffer:before {
  content: "\f837";
}
.fa-bug:before {
  content: "\f188";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-burn:before {
  content: "\f46a";
}
.fa-buromobelexperte:before {
  content: "\f37f";
}
.fa-bus:before {
  content: "\f207";
}
.fa-bus-alt:before {
  content: "\f55e";
}
.fa-business-time:before {
  content: "\f64a";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-calendar:before {
  content: "\f133";
}
.fa-calendar-alt:before {
  content: "\f073";
}
.fa-calendar-check:before {
  content: "\f274";
}
.fa-calendar-day:before {
  content: "\f783";
}
.fa-calendar-minus:before {
  content: "\f272";
}
.fa-calendar-plus:before {
  content: "\f271";
}
.fa-calendar-times:before {
  content: "\f273";
}
.fa-calendar-week:before {
  content: "\f784";
}
.fa-camera:before {
  content: "\f030";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-campground:before {
  content: "\f6bb";
}
.fa-canadian-maple-leaf:before {
  content: "\f785";
}
.fa-candy-cane:before {
  content: "\f786";
}
.fa-cannabis:before {
  content: "\f55f";
}
.fa-capsules:before {
  content: "\f46b";
}
.fa-car:before {
  content: "\f1b9";
}
.fa-car-alt:before {
  content: "\f5de";
}
.fa-car-battery:before {
  content: "\f5df";
}
.fa-car-crash:before {
  content: "\f5e1";
}
.fa-car-side:before {
  content: "\f5e4";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-caret-square-down:before {
  content: "\f150";
}
.fa-caret-square-left:before {
  content: "\f191";
}
.fa-caret-square-right:before {
  content: "\f152";
}
.fa-caret-square-up:before {
  content: "\f151";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-carrot:before {
  content: "\f787";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cash-register:before {
  content: "\f788";
}
.fa-cat:before {
  content: "\f6be";
}
.fa-cc-amazon-pay:before {
  content: "\f42d";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-apple-pay:before {
  content: "\f416";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-centercode:before {
  content: "\f380";
}
.fa-centos:before {
  content: "\f789";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-chair:before {
  content: "\f6c0";
}
.fa-chalkboard:before {
  content: "\f51b";
}
.fa-chalkboard-teacher:before {
  content: "\f51c";
}
.fa-charging-station:before {
  content: "\f5e7";
}
.fa-chart-area:before {
  content: "\f1fe";
}
.fa-chart-bar:before {
  content: "\f080";
}
.fa-chart-line:before {
  content: "\f201";
}
.fa-chart-pie:before {
  content: "\f200";
}
.fa-check:before {
  content: "\f00c";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-check-double:before {
  content: "\f560";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-cheese:before {
  content: "\f7ef";
}
.fa-chess:before {
  content: "\f439";
}
.fa-chess-bishop:before {
  content: "\f43a";
}
.fa-chess-board:before {
  content: "\f43c";
}
.fa-chess-king:before {
  content: "\f43f";
}
.fa-chess-knight:before {
  content: "\f441";
}
.fa-chess-pawn:before {
  content: "\f443";
}
.fa-chess-queen:before {
  content: "\f445";
}
.fa-chess-rook:before {
  content: "\f447";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-chromecast:before {
  content: "\f838";
}
.fa-church:before {
  content: "\f51d";
}
.fa-circle:before {
  content: "\f111";
}
.fa-circle-notch:before {
  content: "\f1ce";
}
.fa-city:before {
  content: "\f64f";
}
.fa-clinic-medical:before {
  content: "\f7f2";
}
.fa-clipboard:before {
  content: "\f328";
}
.fa-clipboard-check:before {
  content: "\f46c";
}
.fa-clipboard-list:before {
  content: "\f46d";
}
.fa-clock:before {
  content: "\f017";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-closed-captioning:before {
  content: "\f20a";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-cloud-download-alt:before {
  content: "\f381";
}
.fa-cloud-meatball:before {
  content: "\f73b";
}
.fa-cloud-moon:before {
  content: "\f6c3";
}
.fa-cloud-moon-rain:before {
  content: "\f73c";
}
.fa-cloud-rain:before {
  content: "\f73d";
}
.fa-cloud-showers-heavy:before {
  content: "\f740";
}
.fa-cloud-sun:before {
  content: "\f6c4";
}
.fa-cloud-sun-rain:before {
  content: "\f743";
}
.fa-cloud-upload-alt:before {
  content: "\f382";
}
.fa-cloudscale:before {
  content: "\f383";
}
.fa-cloudsmith:before {
  content: "\f384";
}
.fa-cloudversify:before {
  content: "\f385";
}
.fa-cocktail:before {
  content: "\f561";
}
.fa-code:before {
  content: "\f121";
}
.fa-code-branch:before {
  content: "\f126";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cog:before {
  content: "\f013";
}
.fa-cogs:before {
  content: "\f085";
}
.fa-coins:before {
  content: "\f51e";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-comment:before {
  content: "\f075";
}
.fa-comment-alt:before {
  content: "\f27a";
}
.fa-comment-dollar:before {
  content: "\f651";
}
.fa-comment-dots:before {
  content: "\f4ad";
}
.fa-comment-medical:before {
  content: "\f7f5";
}
.fa-comment-slash:before {
  content: "\f4b3";
}
.fa-comments:before {
  content: "\f086";
}
.fa-comments-dollar:before {
  content: "\f653";
}
.fa-compact-disc:before {
  content: "\f51f";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-compress:before {
  content: "\f066";
}
.fa-compress-arrows-alt:before {
  content: "\f78c";
}
.fa-concierge-bell:before {
  content: "\f562";
}
.fa-confluence:before {
  content: "\f78d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-cookie:before {
  content: "\f563";
}
.fa-cookie-bite:before {
  content: "\f564";
}
.fa-copy:before {
  content: "\f0c5";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-cotton-bureau:before {
  content: "\f89e";
}
.fa-couch:before {
  content: "\f4b8";
}
.fa-cpanel:before {
  content: "\f388";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-creative-commons-by:before {
  content: "\f4e7";
}
.fa-creative-commons-nc:before {
  content: "\f4e8";
}
.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}
.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}
.fa-creative-commons-nd:before {
  content: "\f4eb";
}
.fa-creative-commons-pd:before {
  content: "\f4ec";
}
.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}
.fa-creative-commons-remix:before {
  content: "\f4ee";
}
.fa-creative-commons-sa:before {
  content: "\f4ef";
}
.fa-creative-commons-sampling:before {
  content: "\f4f0";
}
.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}
.fa-creative-commons-share:before {
  content: "\f4f2";
}
.fa-creative-commons-zero:before {
  content: "\f4f3";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-critical-role:before {
  content: "\f6c9";
}
.fa-crop:before {
  content: "\f125";
}
.fa-crop-alt:before {
  content: "\f565";
}
.fa-cross:before {
  content: "\f654";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-crow:before {
  content: "\f520";
}
.fa-crown:before {
  content: "\f521";
}
.fa-crutch:before {
  content: "\f7f7";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-css3-alt:before {
  content: "\f38b";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-cut:before {
  content: "\f0c4";
}
.fa-cuttlefish:before {
  content: "\f38c";
}
.fa-d-and-d:before {
  content: "\f38d";
}
.fa-d-and-d-beyond:before {
  content: "\f6ca";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-deaf:before {
  content: "\f2a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-democrat:before {
  content: "\f747";
}
.fa-deploydog:before {
  content: "\f38e";
}
.fa-deskpro:before {
  content: "\f38f";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-dev:before {
  content: "\f6cc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-dharmachakra:before {
  content: "\f655";
}
.fa-dhl:before {
  content: "\f790";
}
.fa-diagnoses:before {
  content: "\f470";
}
.fa-diaspora:before {
  content: "\f791";
}
.fa-dice:before {
  content: "\f522";
}
.fa-dice-d20:before {
  content: "\f6cf";
}
.fa-dice-d6:before {
  content: "\f6d1";
}
.fa-dice-five:before {
  content: "\f523";
}
.fa-dice-four:before {
  content: "\f524";
}
.fa-dice-one:before {
  content: "\f525";
}
.fa-dice-six:before {
  content: "\f526";
}
.fa-dice-three:before {
  content: "\f527";
}
.fa-dice-two:before {
  content: "\f528";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-digital-ocean:before {
  content: "\f391";
}
.fa-digital-tachograph:before {
  content: "\f566";
}
.fa-directions:before {
  content: "\f5eb";
}
.fa-discord:before {
  content: "\f392";
}
.fa-discourse:before {
  content: "\f393";
}
.fa-divide:before {
  content: "\f529";
}
.fa-dizzy:before {
  content: "\f567";
}
.fa-dna:before {
  content: "\f471";
}
.fa-dochub:before {
  content: "\f394";
}
.fa-docker:before {
  content: "\f395";
}
.fa-dog:before {
  content: "\f6d3";
}
.fa-dollar-sign:before {
  content: "\f155";
}
.fa-dolly:before {
  content: "\f472";
}
.fa-dolly-flatbed:before {
  content: "\f474";
}
.fa-donate:before {
  content: "\f4b9";
}
.fa-door-closed:before {
  content: "\f52a";
}
.fa-door-open:before {
  content: "\f52b";
}
.fa-dot-circle:before {
  content: "\f192";
}
.fa-dove:before {
  content: "\f4ba";
}
.fa-download:before {
  content: "\f019";
}
.fa-draft2digital:before {
  content: "\f396";
}
.fa-drafting-compass:before {
  content: "\f568";
}
.fa-dragon:before {
  content: "\f6d5";
}
.fa-draw-polygon:before {
  content: "\f5ee";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-dribbble-square:before {
  content: "\f397";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-drum:before {
  content: "\f569";
}
.fa-drum-steelpan:before {
  content: "\f56a";
}
.fa-drumstick-bite:before {
  content: "\f6d7";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-dumbbell:before {
  content: "\f44b";
}
.fa-dumpster:before {
  content: "\f793";
}
.fa-dumpster-fire:before {
  content: "\f794";
}
.fa-dungeon:before {
  content: "\f6d9";
}
.fa-dyalog:before {
  content: "\f399";
}
.fa-earlybirds:before {
  content: "\f39a";
}
.fa-ebay:before {
  content: "\f4f4";
}
.fa-edge:before {
  content: "\f282";
}
.fa-edit:before {
  content: "\f044";
}
.fa-egg:before {
  content: "\f7fb";
}
.fa-eject:before {
  content: "\f052";
}
.fa-elementor:before {
  content: "\f430";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-ello:before {
  content: "\f5f1";
}
.fa-ember:before {
  content: "\f423";
}
.fa-empire:before {
  content: "\f1d1";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-text:before {
  content: "\f658";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-envira:before {
  content: "\f299";
}
.fa-equals:before {
  content: "\f52c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-erlang:before {
  content: "\f39d";
}
.fa-ethereum:before {
  content: "\f42e";
}
.fa-ethernet:before {
  content: "\f796";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-euro-sign:before {
  content: "\f153";
}
.fa-evernote:before {
  content: "\f839";
}
.fa-exchange-alt:before {
  content: "\f362";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-expand:before {
  content: "\f065";
}
.fa-expand-arrows-alt:before {
  content: "\f31e";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-external-link-alt:before {
  content: "\f35d";
}
.fa-external-link-square-alt:before {
  content: "\f360";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-dropper:before {
  content: "\f1fb";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-facebook-f:before {
  content: "\f39e";
}
.fa-facebook-messenger:before {
  content: "\f39f";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-fan:before {
  content: "\f863";
}
.fa-fantasy-flight-games:before {
  content: "\f6dc";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-feather:before {
  content: "\f52d";
}
.fa-feather-alt:before {
  content: "\f56b";
}
.fa-fedex:before {
  content: "\f797";
}
.fa-fedora:before {
  content: "\f798";
}
.fa-female:before {
  content: "\f182";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-figma:before {
  content: "\f799";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-alt:before {
  content: "\f15c";
}
.fa-file-archive:before {
  content: "\f1c6";
}
.fa-file-audio:before {
  content: "\f1c7";
}
.fa-file-code:before {
  content: "\f1c9";
}
.fa-file-contract:before {
  content: "\f56c";
}
.fa-file-csv:before {
  content: "\f6dd";
}
.fa-file-download:before {
  content: "\f56d";
}
.fa-file-excel:before {
  content: "\f1c3";
}
.fa-file-export:before {
  content: "\f56e";
}
.fa-file-image:before {
  content: "\f1c5";
}
.fa-file-import:before {
  content: "\f56f";
}
.fa-file-invoice:before {
  content: "\f570";
}
.fa-file-invoice-dollar:before {
  content: "\f571";
}
.fa-file-medical:before {
  content: "\f477";
}
.fa-file-medical-alt:before {
  content: "\f478";
}
.fa-file-pdf:before {
  content: "\f1c1";
}
.fa-file-powerpoint:before {
  content: "\f1c4";
}
.fa-file-prescription:before {
  content: "\f572";
}
.fa-file-signature:before {
  content: "\f573";
}
.fa-file-upload:before {
  content: "\f574";
}
.fa-file-video:before {
  content: "\f1c8";
}
.fa-file-word:before {
  content: "\f1c2";
}
.fa-fill:before {
  content: "\f575";
}
.fa-fill-drip:before {
  content: "\f576";
}
.fa-film:before {
  content: "\f008";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-fingerprint:before {
  content: "\f577";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-fire-alt:before {
  content: "\f7e4";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-first-aid:before {
  content: "\f479";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-first-order-alt:before {
  content: "\f50a";
}
.fa-firstdraft:before {
  content: "\f3a1";
}
.fa-fish:before {
  content: "\f578";
}
.fa-fist-raised:before {
  content: "\f6de";
}
.fa-flag:before {
  content: "\f024";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-flag-usa:before {
  content: "\f74d";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-flipboard:before {
  content: "\f44d";
}
.fa-flushed:before {
  content: "\f579";
}
.fa-fly:before {
  content: "\f417";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-minus:before {
  content: "\f65d";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-folder-plus:before {
  content: "\f65e";
}
.fa-font:before {
  content: "\f031";
}
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-font-awesome-alt:before {
  content: "\f35c";
}
.fa-font-awesome-flag:before {
  content: "\f425";
}
.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-fonticons-fi:before {
  content: "\f3a2";
}
.fa-football-ball:before {
  content: "\f44e";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-fort-awesome-alt:before {
  content: "\f3a3";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-freebsd:before {
  content: "\f3a4";
}
.fa-frog:before {
  content: "\f52e";
}
.fa-frown:before {
  content: "\f119";
}
.fa-frown-open:before {
  content: "\f57a";
}
.fa-fulcrum:before {
  content: "\f50b";
}
.fa-funnel-dollar:before {
  content: "\f662";
}
.fa-futbol:before {
  content: "\f1e3";
}
.fa-galactic-republic:before {
  content: "\f50c";
}
.fa-galactic-senate:before {
  content: "\f50d";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-gas-pump:before {
  content: "\f52f";
}
.fa-gavel:before {
  content: "\f0e3";
}
.fa-gem:before {
  content: "\f3a5";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-ghost:before {
  content: "\f6e2";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-gifts:before {
  content: "\f79c";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-git-alt:before {
  content: "\f841";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-github:before {
  content: "\f09b";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-gitkraken:before {
  content: "\f3a6";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-gitter:before {
  content: "\f426";
}
.fa-glass-cheers:before {
  content: "\f79f";
}
.fa-glass-martini:before {
  content: "\f000";
}
.fa-glass-martini-alt:before {
  content: "\f57b";
}
.fa-glass-whiskey:before {
  content: "\f7a0";
}
.fa-glasses:before {
  content: "\f530";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-globe-africa:before {
  content: "\f57c";
}
.fa-globe-americas:before {
  content: "\f57d";
}
.fa-globe-asia:before {
  content: "\f57e";
}
.fa-globe-europe:before {
  content: "\f7a2";
}
.fa-gofore:before {
  content: "\f3a7";
}
.fa-golf-ball:before {
  content: "\f450";
}
.fa-goodreads:before {
  content: "\f3a8";
}
.fa-goodreads-g:before {
  content: "\f3a9";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-google-drive:before {
  content: "\f3aa";
}
.fa-google-play:before {
  content: "\f3ab";
}
.fa-google-plus:before {
  content: "\f2b3";
}
.fa-google-plus-g:before {
  content: "\f0d5";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-gopuram:before {
  content: "\f664";
}
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-gratipay:before {
  content: "\f184";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-greater-than:before {
  content: "\f531";
}
.fa-greater-than-equal:before {
  content: "\f532";
}
.fa-grimace:before {
  content: "\f57f";
}
.fa-grin:before {
  content: "\f580";
}
.fa-grin-alt:before {
  content: "\f581";
}
.fa-grin-beam:before {
  content: "\f582";
}
.fa-grin-beam-sweat:before {
  content: "\f583";
}
.fa-grin-hearts:before {
  content: "\f584";
}
.fa-grin-squint:before {
  content: "\f585";
}
.fa-grin-squint-tears:before {
  content: "\f586";
}
.fa-grin-stars:before {
  content: "\f587";
}
.fa-grin-tears:before {
  content: "\f588";
}
.fa-grin-tongue:before {
  content: "\f589";
}
.fa-grin-tongue-squint:before {
  content: "\f58a";
}
.fa-grin-tongue-wink:before {
  content: "\f58b";
}
.fa-grin-wink:before {
  content: "\f58c";
}
.fa-grip-horizontal:before {
  content: "\f58d";
}
.fa-grip-lines:before {
  content: "\f7a4";
}
.fa-grip-lines-vertical:before {
  content: "\f7a5";
}
.fa-grip-vertical:before {
  content: "\f58e";
}
.fa-gripfire:before {
  content: "\f3ac";
}
.fa-grunt:before {
  content: "\f3ad";
}
.fa-guitar:before {
  content: "\f7a6";
}
.fa-gulp:before {
  content: "\f3ae";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-hacker-news-square:before {
  content: "\f3af";
}
.fa-hackerrank:before {
  content: "\f5f7";
}
.fa-hamburger:before {
  content: "\f805";
}
.fa-hammer:before {
  content: "\f6e3";
}
.fa-hamsa:before {
  content: "\f665";
}
.fa-hand-holding:before {
  content: "\f4bd";
}
.fa-hand-holding-heart:before {
  content: "\f4be";
}
.fa-hand-holding-usd:before {
  content: "\f4c0";
}
.fa-hand-lizard:before {
  content: "\f258";
}
.fa-hand-middle-finger:before {
  content: "\f806";
}
.fa-hand-paper:before {
  content: "\f256";
}
.fa-hand-peace:before {
  content: "\f25b";
}
.fa-hand-point-down:before {
  content: "\f0a7";
}
.fa-hand-point-left:before {
  content: "\f0a5";
}
.fa-hand-point-right:before {
  content: "\f0a4";
}
.fa-hand-point-up:before {
  content: "\f0a6";
}
.fa-hand-pointer:before {
  content: "\f25a";
}
.fa-hand-rock:before {
  content: "\f255";
}
.fa-hand-scissors:before {
  content: "\f257";
}
.fa-hand-spock:before {
  content: "\f259";
}
.fa-hands:before {
  content: "\f4c2";
}
.fa-hands-helping:before {
  content: "\f4c4";
}
.fa-handshake:before {
  content: "\f2b5";
}
.fa-hanukiah:before {
  content: "\f6e6";
}
.fa-hard-hat:before {
  content: "\f807";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-hat-wizard:before {
  content: "\f6e8";
}
.fa-haykal:before {
  content: "\f666";
}
.fa-hdd:before {
  content: "\f0a0";
}
.fa-heading:before {
  content: "\f1dc";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-headphones-alt:before {
  content: "\f58f";
}
.fa-headset:before {
  content: "\f590";
}
.fa-heart:before {
  content: "\f004";
}
.fa-heart-broken:before {
  content: "\f7a9";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-helicopter:before {
  content: "\f533";
}
.fa-highlighter:before {
  content: "\f591";
}
.fa-hiking:before {
  content: "\f6ec";
}
.fa-hippo:before {
  content: "\f6ed";
}
.fa-hips:before {
  content: "\f452";
}
.fa-hire-a-helper:before {
  content: "\f3b0";
}
.fa-history:before {
  content: "\f1da";
}
.fa-hockey-puck:before {
  content: "\f453";
}
.fa-holly-berry:before {
  content: "\f7aa";
}
.fa-home:before {
  content: "\f015";
}
.fa-hooli:before {
  content: "\f427";
}
.fa-hornbill:before {
  content: "\f592";
}
.fa-horse:before {
  content: "\f6f0";
}
.fa-horse-head:before {
  content: "\f7ab";
}
.fa-hospital:before {
  content: "\f0f8";
}
.fa-hospital-alt:before {
  content: "\f47d";
}
.fa-hospital-symbol:before {
  content: "\f47e";
}
.fa-hot-tub:before {
  content: "\f593";
}
.fa-hotdog:before {
  content: "\f80f";
}
.fa-hotel:before {
  content: "\f594";
}
.fa-hotjar:before {
  content: "\f3b1";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-house-damage:before {
  content: "\f6f1";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-hryvnia:before {
  content: "\f6f2";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-hubspot:before {
  content: "\f3b2";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-ice-cream:before {
  content: "\f810";
}
.fa-icicles:before {
  content: "\f7ad";
}
.fa-icons:before {
  content: "\f86d";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-id-card:before {
  content: "\f2c2";
}
.fa-id-card-alt:before {
  content: "\f47f";
}
.fa-igloo:before {
  content: "\f7ae";
}
.fa-image:before {
  content: "\f03e";
}
.fa-images:before {
  content: "\f302";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-industry:before {
  content: "\f275";
}
.fa-infinity:before {
  content: "\f534";
}
.fa-info:before {
  content: "\f129";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-intercom:before {
  content: "\f7af";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-invision:before {
  content: "\f7b0";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-italic:before {
  content: "\f033";
}
.fa-itch-io:before {
  content: "\f83a";
}
.fa-itunes:before {
  content: "\f3b4";
}
.fa-itunes-note:before {
  content: "\f3b5";
}
.fa-java:before {
  content: "\f4e4";
}
.fa-jedi:before {
  content: "\f669";
}
.fa-jedi-order:before {
  content: "\f50e";
}
.fa-jenkins:before {
  content: "\f3b6";
}
.fa-jira:before {
  content: "\f7b1";
}
.fa-joget:before {
  content: "\f3b7";
}
.fa-joint:before {
  content: "\f595";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-journal-whills:before {
  content: "\f66a";
}
.fa-js:before {
  content: "\f3b8";
}
.fa-js-square:before {
  content: "\f3b9";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-kaaba:before {
  content: "\f66b";
}
.fa-kaggle:before {
  content: "\f5fa";
}
.fa-key:before {
  content: "\f084";
}
.fa-keybase:before {
  content: "\f4f5";
}
.fa-keyboard:before {
  content: "\f11c";
}
.fa-keycdn:before {
  content: "\f3ba";
}
.fa-khanda:before {
  content: "\f66d";
}
.fa-kickstarter:before {
  content: "\f3bb";
}
.fa-kickstarter-k:before {
  content: "\f3bc";
}
.fa-kiss:before {
  content: "\f596";
}
.fa-kiss-beam:before {
  content: "\f597";
}
.fa-kiss-wink-heart:before {
  content: "\f598";
}
.fa-kiwi-bird:before {
  content: "\f535";
}
.fa-korvue:before {
  content: "\f42f";
}
.fa-landmark:before {
  content: "\f66f";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-laptop-code:before {
  content: "\f5fc";
}
.fa-laptop-medical:before {
  content: "\f812";
}
.fa-laravel:before {
  content: "\f3bd";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-laugh:before {
  content: "\f599";
}
.fa-laugh-beam:before {
  content: "\f59a";
}
.fa-laugh-squint:before {
  content: "\f59b";
}
.fa-laugh-wink:before {
  content: "\f59c";
}
.fa-layer-group:before {
  content: "\f5fd";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-lemon:before {
  content: "\f094";
}
.fa-less:before {
  content: "\f41d";
}
.fa-less-than:before {
  content: "\f536";
}
.fa-less-than-equal:before {
  content: "\f537";
}
.fa-level-down-alt:before {
  content: "\f3be";
}
.fa-level-up-alt:before {
  content: "\f3bf";
}
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-lightbulb:before {
  content: "\f0eb";
}
.fa-line:before {
  content: "\f3c0";
}
.fa-link:before {
  content: "\f0c1";
}
.fa-linkedin:before {
  content: "\f08c";
}
.fa-linkedin-in:before {
  content: "\f0e1";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-lira-sign:before {
  content: "\f195";
}
.fa-list:before {
  content: "\f03a";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-lock:before {
  content: "\f023";
}
.fa-lock-open:before {
  content: "\f3c1";
}
.fa-long-arrow-alt-down:before {
  content: "\f309";
}
.fa-long-arrow-alt-left:before {
  content: "\f30a";
}
.fa-long-arrow-alt-right:before {
  content: "\f30b";
}
.fa-long-arrow-alt-up:before {
  content: "\f30c";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-luggage-cart:before {
  content: "\f59d";
}
.fa-lyft:before {
  content: "\f3c3";
}
.fa-magento:before {
  content: "\f3c4";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-mail-bulk:before {
  content: "\f674";
}
.fa-mailchimp:before {
  content: "\f59e";
}
.fa-male:before {
  content: "\f183";
}
.fa-mandalorian:before {
  content: "\f50f";
}
.fa-map:before {
  content: "\f279";
}
.fa-map-marked:before {
  content: "\f59f";
}
.fa-map-marked-alt:before {
  content: "\f5a0";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-map-marker-alt:before {
  content: "\f3c5";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-markdown:before {
  content: "\f60f";
}
.fa-marker:before {
  content: "\f5a1";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mask:before {
  content: "\f6fa";
}
.fa-mastodon:before {
  content: "\f4f6";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-medal:before {
  content: "\f5a2";
}
.fa-medapps:before {
  content: "\f3c6";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-medium-m:before {
  content: "\f3c7";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-medrt:before {
  content: "\f3c8";
}
.fa-meetup:before {
  content: "\f2e0";
}
.fa-megaport:before {
  content: "\f5a3";
}
.fa-meh:before {
  content: "\f11a";
}
.fa-meh-blank:before {
  content: "\f5a4";
}
.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}
.fa-memory:before {
  content: "\f538";
}
.fa-mendeley:before {
  content: "\f7b3";
}
.fa-menorah:before {
  content: "\f676";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-meteor:before {
  content: "\f753";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-alt:before {
  content: "\f3c9";
}
.fa-microphone-alt-slash:before {
  content: "\f539";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-microscope:before {
  content: "\f610";
}
.fa-microsoft:before {
  content: "\f3ca";
}
.fa-minus:before {
  content: "\f068";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-mitten:before {
  content: "\f7b5";
}
.fa-mix:before {
  content: "\f3cb";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-mizuni:before {
  content: "\f3cc";
}
.fa-mobile:before {
  content: "\f10b";
}
.fa-mobile-alt:before {
  content: "\f3cd";
}
.fa-modx:before {
  content: "\f285";
}
.fa-monero:before {
  content: "\f3d0";
}
.fa-money-bill:before {
  content: "\f0d6";
}
.fa-money-bill-alt:before {
  content: "\f3d1";
}
.fa-money-bill-wave:before {
  content: "\f53a";
}
.fa-money-bill-wave-alt:before {
  content: "\f53b";
}
.fa-money-check:before {
  content: "\f53c";
}
.fa-money-check-alt:before {
  content: "\f53d";
}
.fa-monument:before {
  content: "\f5a6";
}
.fa-moon:before {
  content: "\f186";
}
.fa-mortar-pestle:before {
  content: "\f5a7";
}
.fa-mosque:before {
  content: "\f678";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-mountain:before {
  content: "\f6fc";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-mug-hot:before {
  content: "\f7b6";
}
.fa-music:before {
  content: "\f001";
}
.fa-napster:before {
  content: "\f3d2";
}
.fa-neos:before {
  content: "\f612";
}
.fa-network-wired:before {
  content: "\f6ff";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-newspaper:before {
  content: "\f1ea";
}
.fa-nimblr:before {
  content: "\f5a8";
}
.fa-node:before {
  content: "\f419";
}
.fa-node-js:before {
  content: "\f3d3";
}
.fa-not-equal:before {
  content: "\f53e";
}
.fa-notes-medical:before {
  content: "\f481";
}
.fa-npm:before {
  content: "\f3d4";
}
.fa-ns8:before {
  content: "\f3d5";
}
.fa-nutritionix:before {
  content: "\f3d6";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-oil-can:before {
  content: "\f613";
}
.fa-old-republic:before {
  content: "\f510";
}
.fa-om:before {
  content: "\f679";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-osi:before {
  content: "\f41a";
}
.fa-otter:before {
  content: "\f700";
}
.fa-outdent:before {
  content: "\f03b";
}
.fa-page4:before {
  content: "\f3d7";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-pager:before {
  content: "\f815";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-paint-roller:before {
  content: "\f5aa";
}
.fa-palette:before {
  content: "\f53f";
}
.fa-palfed:before {
  content: "\f3d8";
}
.fa-pallet:before {
  content: "\f482";
}
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-parachute-box:before {
  content: "\f4cd";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-parking:before {
  content: "\f540";
}
.fa-passport:before {
  content: "\f5ab";
}
.fa-pastafarianism:before {
  content: "\f67b";
}
.fa-paste:before {
  content: "\f0ea";
}
.fa-patreon:before {
  content: "\f3d9";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-peace:before {
  content: "\f67c";
}
.fa-pen:before {
  content: "\f304";
}
.fa-pen-alt:before {
  content: "\f305";
}
.fa-pen-fancy:before {
  content: "\f5ac";
}
.fa-pen-nib:before {
  content: "\f5ad";
}
.fa-pen-square:before {
  content: "\f14b";
}
.fa-pencil-alt:before {
  content: "\f303";
}
.fa-pencil-ruler:before {
  content: "\f5ae";
}
.fa-penny-arcade:before {
  content: "\f704";
}
.fa-people-carry:before {
  content: "\f4ce";
}
.fa-pepper-hot:before {
  content: "\f816";
}
.fa-percent:before {
  content: "\f295";
}
.fa-percentage:before {
  content: "\f541";
}
.fa-periscope:before {
  content: "\f3da";
}
.fa-person-booth:before {
  content: "\f756";
}
.fa-phabricator:before {
  content: "\f3db";
}
.fa-phoenix-framework:before {
  content: "\f3dc";
}
.fa-phoenix-squadron:before {
  content: "\f511";
}
.fa-phone:before {
  content: "\f095";
}
.fa-phone-alt:before {
  content: "\f879";
}
.fa-phone-slash:before {
  content: "\f3dd";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-phone-square-alt:before {
  content: "\f87b";
}
.fa-phone-volume:before {
  content: "\f2a0";
}
.fa-photo-video:before {
  content: "\f87c";
}
.fa-php:before {
  content: "\f457";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-pied-piper-hat:before {
  content: "\f4e5";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-piggy-bank:before {
  content: "\f4d3";
}
.fa-pills:before {
  content: "\f484";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-pizza-slice:before {
  content: "\f818";
}
.fa-place-of-worship:before {
  content: "\f67f";
}
.fa-plane:before {
  content: "\f072";
}
.fa-plane-arrival:before {
  content: "\f5af";
}
.fa-plane-departure:before {
  content: "\f5b0";
}
.fa-play:before {
  content: "\f04b";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-playstation:before {
  content: "\f3df";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-plus:before {
  content: "\f067";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-poll:before {
  content: "\f681";
}
.fa-poll-h:before {
  content: "\f682";
}
.fa-poo:before {
  content: "\f2fe";
}
.fa-poo-storm:before {
  content: "\f75a";
}
.fa-poop:before {
  content: "\f619";
}
.fa-portrait:before {
  content: "\f3e0";
}
.fa-pound-sign:before {
  content: "\f154";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-pray:before {
  content: "\f683";
}
.fa-praying-hands:before {
  content: "\f684";
}
.fa-prescription:before {
  content: "\f5b1";
}
.fa-prescription-bottle:before {
  content: "\f485";
}
.fa-prescription-bottle-alt:before {
  content: "\f486";
}
.fa-print:before {
  content: "\f02f";
}
.fa-procedures:before {
  content: "\f487";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-project-diagram:before {
  content: "\f542";
}
.fa-pushed:before {
  content: "\f3e1";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-python:before {
  content: "\f3e2";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-question:before {
  content: "\f128";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-quidditch:before {
  content: "\f458";
}
.fa-quinscape:before {
  content: "\f459";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-quran:before {
  content: "\f687";
}
.fa-r-project:before {
  content: "\f4f7";
}
.fa-radiation:before {
  content: "\f7b9";
}
.fa-radiation-alt:before {
  content: "\f7ba";
}
.fa-rainbow:before {
  content: "\f75b";
}
.fa-random:before {
  content: "\f074";
}
.fa-raspberry-pi:before {
  content: "\f7bb";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-react:before {
  content: "\f41b";
}
.fa-reacteurope:before {
  content: "\f75d";
}
.fa-readme:before {
  content: "\f4d5";
}
.fa-rebel:before {
  content: "\f1d0";
}
.fa-receipt:before {
  content: "\f543";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-red-river:before {
  content: "\f3e3";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-redhat:before {
  content: "\f7bc";
}
.fa-redo:before {
  content: "\f01e";
}
.fa-redo-alt:before {
  content: "\f2f9";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-remove-format:before {
  content: "\f87d";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-reply:before {
  content: "\f3e5";
}
.fa-reply-all:before {
  content: "\f122";
}
.fa-replyd:before {
  content: "\f3e6";
}
.fa-republican:before {
  content: "\f75e";
}
.fa-researchgate:before {
  content: "\f4f8";
}
.fa-resolving:before {
  content: "\f3e7";
}
.fa-restroom:before {
  content: "\f7bd";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-rev:before {
  content: "\f5b2";
}
.fa-ribbon:before {
  content: "\f4d6";
}
.fa-ring:before {
  content: "\f70b";
}
.fa-road:before {
  content: "\f018";
}
.fa-robot:before {
  content: "\f544";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-rocketchat:before {
  content: "\f3e8";
}
.fa-rockrms:before {
  content: "\f3e9";
}
.fa-route:before {
  content: "\f4d7";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-ruble-sign:before {
  content: "\f158";
}
.fa-ruler:before {
  content: "\f545";
}
.fa-ruler-combined:before {
  content: "\f546";
}
.fa-ruler-horizontal:before {
  content: "\f547";
}
.fa-ruler-vertical:before {
  content: "\f548";
}
.fa-running:before {
  content: "\f70c";
}
.fa-rupee-sign:before {
  content: "\f156";
}
.fa-sad-cry:before {
  content: "\f5b3";
}
.fa-sad-tear:before {
  content: "\f5b4";
}
.fa-safari:before {
  content: "\f267";
}
.fa-salesforce:before {
  content: "\f83b";
}
.fa-sass:before {
  content: "\f41e";
}
.fa-satellite:before {
  content: "\f7bf";
}
.fa-satellite-dish:before {
  content: "\f7c0";
}
.fa-save:before {
  content: "\f0c7";
}
.fa-schlix:before {
  content: "\f3ea";
}
.fa-school:before {
  content: "\f549";
}
.fa-screwdriver:before {
  content: "\f54a";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-scroll:before {
  content: "\f70e";
}
.fa-sd-card:before {
  content: "\f7c2";
}
.fa-search:before {
  content: "\f002";
}
.fa-search-dollar:before {
  content: "\f688";
}
.fa-search-location:before {
  content: "\f689";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-searchengin:before {
  content: "\f3eb";
}
.fa-seedling:before {
  content: "\f4d8";
}
.fa-sellcast:before {
  content: "\f2da";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-server:before {
  content: "\f233";
}
.fa-servicestack:before {
  content: "\f3ec";
}
.fa-shapes:before {
  content: "\f61f";
}
.fa-share:before {
  content: "\f064";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-shekel-sign:before {
  content: "\f20b";
}
.fa-shield-alt:before {
  content: "\f3ed";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-shipping-fast:before {
  content: "\f48b";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-shoe-prints:before {
  content: "\f54b";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-shopware:before {
  content: "\f5b5";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-shuttle-van:before {
  content: "\f5b6";
}
.fa-sign:before {
  content: "\f4d9";
}
.fa-sign-in-alt:before {
  content: "\f2f6";
}
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-sign-out-alt:before {
  content: "\f2f5";
}
.fa-signal:before {
  content: "\f012";
}
.fa-signature:before {
  content: "\f5b7";
}
.fa-sim-card:before {
  content: "\f7c4";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-sistrix:before {
  content: "\f3ee";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-sith:before {
  content: "\f512";
}
.fa-skating:before {
  content: "\f7c5";
}
.fa-sketch:before {
  content: "\f7c6";
}
.fa-skiing:before {
  content: "\f7c9";
}
.fa-skiing-nordic:before {
  content: "\f7ca";
}
.fa-skull:before {
  content: "\f54c";
}
.fa-skull-crossbones:before {
  content: "\f714";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-slack:before {
  content: "\f198";
}
.fa-slack-hash:before {
  content: "\f3ef";
}
.fa-slash:before {
  content: "\f715";
}
.fa-sleigh:before {
  content: "\f7cc";
}
.fa-sliders-h:before {
  content: "\f1de";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-smile:before {
  content: "\f118";
}
.fa-smile-beam:before {
  content: "\f5b8";
}
.fa-smile-wink:before {
  content: "\f4da";
}
.fa-smog:before {
  content: "\f75f";
}
.fa-smoking:before {
  content: "\f48d";
}
.fa-smoking-ban:before {
  content: "\f54d";
}
.fa-sms:before {
  content: "\f7cd";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-snowboarding:before {
  content: "\f7ce";
}
.fa-snowflake:before {
  content: "\f2dc";
}
.fa-snowman:before {
  content: "\f7d0";
}
.fa-snowplow:before {
  content: "\f7d2";
}
.fa-socks:before {
  content: "\f696";
}
.fa-solar-panel:before {
  content: "\f5ba";
}
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-alpha-down:before {
  content: "\f15d";
}
.fa-sort-alpha-down-alt:before {
  content: "\f881";
}
.fa-sort-alpha-up:before {
  content: "\f15e";
}
.fa-sort-alpha-up-alt:before {
  content: "\f882";
}
.fa-sort-amount-down:before {
  content: "\f160";
}
.fa-sort-amount-down-alt:before {
  content: "\f884";
}
.fa-sort-amount-up:before {
  content: "\f161";
}
.fa-sort-amount-up-alt:before {
  content: "\f885";
}
.fa-sort-down:before {
  content: "\f0dd";
}
.fa-sort-numeric-down:before {
  content: "\f162";
}
.fa-sort-numeric-down-alt:before {
  content: "\f886";
}
.fa-sort-numeric-up:before {
  content: "\f163";
}
.fa-sort-numeric-up-alt:before {
  content: "\f887";
}
.fa-sort-up:before {
  content: "\f0de";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-sourcetree:before {
  content: "\f7d3";
}
.fa-spa:before {
  content: "\f5bb";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-speakap:before {
  content: "\f3f3";
}
.fa-speaker-deck:before {
  content: "\f83c";
}
.fa-spell-check:before {
  content: "\f891";
}
.fa-spider:before {
  content: "\f717";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-splotch:before {
  content: "\f5bc";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-spray-can:before {
  content: "\f5bd";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-square-full:before {
  content: "\f45c";
}
.fa-square-root-alt:before {
  content: "\f698";
}
.fa-squarespace:before {
  content: "\f5be";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-stackpath:before {
  content: "\f842";
}
.fa-stamp:before {
  content: "\f5bf";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-and-crescent:before {
  content: "\f699";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-star-half-alt:before {
  content: "\f5c0";
}
.fa-star-of-david:before {
  content: "\f69a";
}
.fa-star-of-life:before {
  content: "\f621";
}
.fa-staylinked:before {
  content: "\f3f5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-steam-symbol:before {
  content: "\f3f6";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-sticker-mule:before {
  content: "\f3f7";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stopwatch:before {
  content: "\f2f2";
}
.fa-store:before {
  content: "\f54e";
}
.fa-store-alt:before {
  content: "\f54f";
}
.fa-strava:before {
  content: "\f428";
}
.fa-stream:before {
  content: "\f550";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-stripe:before {
  content: "\f429";
}
.fa-stripe-s:before {
  content: "\f42a";
}
.fa-stroopwafel:before {
  content: "\f551";
}
.fa-studiovinari:before {
  content: "\f3f8";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-subway:before {
  content: "\f239";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-suitcase-rolling:before {
  content: "\f5c1";
}
.fa-sun:before {
  content: "\f185";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-supple:before {
  content: "\f3f9";
}
.fa-surprise:before {
  content: "\f5c2";
}
.fa-suse:before {
  content: "\f7d6";
}
.fa-swatchbook:before {
  content: "\f5c3";
}
.fa-swimmer:before {
  content: "\f5c4";
}
.fa-swimming-pool:before {
  content: "\f5c5";
}
.fa-symfony:before {
  content: "\f83d";
}
.fa-synagogue:before {
  content: "\f69b";
}
.fa-sync:before {
  content: "\f021";
}
.fa-sync-alt:before {
  content: "\f2f1";
}
.fa-syringe:before {
  content: "\f48e";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-table-tennis:before {
  content: "\f45d";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-tablet-alt:before {
  content: "\f3fa";
}
.fa-tablets:before {
  content: "\f490";
}
.fa-tachometer-alt:before {
  content: "\f3fd";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-tape:before {
  content: "\f4db";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-taxi:before {
  content: "\f1ba";
}
.fa-teamspeak:before {
  content: "\f4f9";
}
.fa-teeth:before {
  content: "\f62e";
}
.fa-teeth-open:before {
  content: "\f62f";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-telegram-plane:before {
  content: "\f3fe";
}
.fa-temperature-high:before {
  content: "\f769";
}
.fa-temperature-low:before {
  content: "\f76b";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-tenge:before {
  content: "\f7d7";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-the-red-yeti:before {
  content: "\f69d";
}
.fa-theater-masks:before {
  content: "\f630";
}
.fa-themeco:before {
  content: "\f5c6";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-thermometer:before {
  content: "\f491";
}
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-think-peaks:before {
  content: "\f731";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbtack:before {
  content: "\f08d";
}
.fa-ticket-alt:before {
  content: "\f3ff";
}
.fa-times:before {
  content: "\f00d";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-tint:before {
  content: "\f043";
}
.fa-tint-slash:before {
  content: "\f5c7";
}
.fa-tired:before {
  content: "\f5c8";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-toilet:before {
  content: "\f7d8";
}
.fa-toilet-paper:before {
  content: "\f71e";
}
.fa-toolbox:before {
  content: "\f552";
}
.fa-tools:before {
  content: "\f7d9";
}
.fa-tooth:before {
  content: "\f5c9";
}
.fa-torah:before {
  content: "\f6a0";
}
.fa-torii-gate:before {
  content: "\f6a1";
}
.fa-tractor:before {
  content: "\f722";
}
.fa-trade-federation:before {
  content: "\f513";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-traffic-light:before {
  content: "\f637";
}
.fa-train:before {
  content: "\f238";
}
.fa-tram:before {
  content: "\f7da";
}
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-trash-alt:before {
  content: "\f2ed";
}
.fa-trash-restore:before {
  content: "\f829";
}
.fa-trash-restore-alt:before {
  content: "\f82a";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-trello:before {
  content: "\f181";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-truck-loading:before {
  content: "\f4de";
}
.fa-truck-monster:before {
  content: "\f63b";
}
.fa-truck-moving:before {
  content: "\f4df";
}
.fa-truck-pickup:before {
  content: "\f63c";
}
.fa-tshirt:before {
  content: "\f553";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-tv:before {
  content: "\f26c";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-typo3:before {
  content: "\f42b";
}
.fa-uber:before {
  content: "\f402";
}
.fa-ubuntu:before {
  content: "\f7df";
}
.fa-uikit:before {
  content: "\f403";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-umbrella-beach:before {
  content: "\f5ca";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-undo:before {
  content: "\f0e2";
}
.fa-undo-alt:before {
  content: "\f2ea";
}
.fa-uniregistry:before {
  content: "\f404";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-university:before {
  content: "\f19c";
}
.fa-unlink:before {
  content: "\f127";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-untappd:before {
  content: "\f405";
}
.fa-upload:before {
  content: "\f093";
}
.fa-ups:before {
  content: "\f7e0";
}
.fa-usb:before {
  content: "\f287";
}
.fa-user:before {
  content: "\f007";
}
.fa-user-alt:before {
  content: "\f406";
}
.fa-user-alt-slash:before {
  content: "\f4fa";
}
.fa-user-astronaut:before {
  content: "\f4fb";
}
.fa-user-check:before {
  content: "\f4fc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-clock:before {
  content: "\f4fd";
}
.fa-user-cog:before {
  content: "\f4fe";
}
.fa-user-edit:before {
  content: "\f4ff";
}
.fa-user-friends:before {
  content: "\f500";
}
.fa-user-graduate:before {
  content: "\f501";
}
.fa-user-injured:before {
  content: "\f728";
}
.fa-user-lock:before {
  content: "\f502";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-user-minus:before {
  content: "\f503";
}
.fa-user-ninja:before {
  content: "\f504";
}
.fa-user-nurse:before {
  content: "\f82f";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-user-shield:before {
  content: "\f505";
}
.fa-user-slash:before {
  content: "\f506";
}
.fa-user-tag:before {
  content: "\f507";
}
.fa-user-tie:before {
  content: "\f508";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-users:before {
  content: "\f0c0";
}
.fa-users-cog:before {
  content: "\f509";
}
.fa-usps:before {
  content: "\f7e1";
}
.fa-ussunnah:before {
  content: "\f407";
}
.fa-utensil-spoon:before {
  content: "\f2e5";
}
.fa-utensils:before {
  content: "\f2e7";
}
.fa-vaadin:before {
  content: "\f408";
}
.fa-vector-square:before {
  content: "\f5cb";
}
.fa-venus:before {
  content: "\f221";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-vial:before {
  content: "\f492";
}
.fa-vials:before {
  content: "\f493";
}
.fa-viber:before {
  content: "\f409";
}
.fa-video:before {
  content: "\f03d";
}
.fa-video-slash:before {
  content: "\f4e2";
}
.fa-vihara:before {
  content: "\f6a7";
}
.fa-vimeo:before {
  content: "\f40a";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-vimeo-v:before {
  content: "\f27d";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-vk:before {
  content: "\f189";
}
.fa-vnv:before {
  content: "\f40b";
}
.fa-voicemail:before {
  content: "\f897";
}
.fa-volleyball-ball:before {
  content: "\f45f";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-mute:before {
  content: "\f6a9";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-vote-yea:before {
  content: "\f772";
}
.fa-vr-cardboard:before {
  content: "\f729";
}
.fa-vuejs:before {
  content: "\f41f";
}
.fa-walking:before {
  content: "\f554";
}
.fa-wallet:before {
  content: "\f555";
}
.fa-warehouse:before {
  content: "\f494";
}
.fa-water:before {
  content: "\f773";
}
.fa-wave-square:before {
  content: "\f83e";
}
.fa-waze:before {
  content: "\f83f";
}
.fa-weebly:before {
  content: "\f5cc";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-weight:before {
  content: "\f496";
}
.fa-weight-hanging:before {
  content: "\f5cd";
}
.fa-weixin:before {
  content: "\f1d7";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-whatsapp-square:before {
  content: "\f40c";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-whmcs:before {
  content: "\f40d";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-wind:before {
  content: "\f72e";
}
.fa-window-close:before {
  content: "\f410";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-wine-bottle:before {
  content: "\f72f";
}
.fa-wine-glass:before {
  content: "\f4e3";
}
.fa-wine-glass-alt:before {
  content: "\f5ce";
}
.fa-wix:before {
  content: "\f5cf";
}
.fa-wizards-of-the-coast:before {
  content: "\f730";
}
.fa-wolf-pack-battalion:before {
  content: "\f514";
}
.fa-won-sign:before {
  content: "\f159";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-wordpress-simple:before {
  content: "\f411";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-wpressr:before {
  content: "\f3e4";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-x-ray:before {
  content: "\f497";
}
.fa-xbox:before {
  content: "\f412";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-yammer:before {
  content: "\f840";
}
.fa-yandex:before {
  content: "\f413";
}
.fa-yandex-international:before {
  content: "\f414";
}
.fa-yarn:before {
  content: "\f7e3";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-yen-sign:before {
  content: "\f157";
}
.fa-yin-yang:before {
  content: "\f6ad";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-youtube-square:before {
  content: "\f431";
}
.fa-zhihu:before {
  content: "\f63f";
}
.sr-only {
  clip: rect(0 0 0 0);
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*!
 * Font Awesome Free 5.10.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url('../font/fa-solid-900.eot');
  src: url('../font/fa-solid-900.eot?#iefix') format('embedded-opentype'), url('../font/fa-solid-900.woff2') format('woff2'), url('../font/fa-solid-900.woff') format('woff'), url('../font/fa-solid-900.ttf') format('truetype'), url('../font/fa-solid-900.svg#fontawesome') format('svg');
}
.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
/*!
 * Font Awesome Free 5.10.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url('../font/fa-regular-400.eot');
  src: url('../font/fa-regular-400.eot?#iefix') format('embedded-opentype'), url('../font/fa-regular-400.woff2') format('woff2'), url('../font/fa-regular-400.woff') format('woff'), url('../font/fa-regular-400.ttf') format('truetype'), url('../font/fa-regular-400.svg#fontawesome') format('svg');
}
.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
/**
 * Farbtastic Color Picker 1.2
 * © 2008 Steven Wittens
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
 */
.farbtastic {
  position: relative;
}
.farbtastic * {
  position: absolute;
  cursor: crosshair;
}
.farbtastic,
.farbtastic .wheel {
  width: 195px;
  height: 195px;
}
.farbtastic .color,
.farbtastic .overlay {
  top: 47px;
  left: 47px;
  width: 101px;
  height: 101px;
}
.farbtastic .wheel {
  background: url(../img/farbtastic/wheel.png) no-repeat;
  width: 195px;
  height: 195px;
}
.farbtastic .overlay {
  background: url(../img/farbtastic/mask.png) no-repeat;
}
.farbtastic .marker {
  width: 17px;
  height: 17px;
  margin: -8px 0 0 -8px;
  overflow: hidden;
  background: url(../img/farbtastic/marker.png) no-repeat;
}
.thumbnail {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}
.btn-sm {
  font-size: 1em;
}
.btn-md {
  font-size: 1.5em;
}
.btn-lg {
  font-size: 2em;
}
.btn-md {
  text-align: center;
}
.btn-md.activatable:hover > i {
  color: white;
}
.btn-md.activatable.active > i {
  color: #5ab37f;
}
a.btn-md {
  text-decoration: none;
}
.btn-flat {
  background-color: unset !important;
  background: none !important;
  border: 0 !important;
}
.btn-flat:not(:hover) {
  color: unset !important;
}
.btn-flat:hover {
  background-color: #ccc !important;
}
.btn-flat:hover.btn-primary {
  color: #428bca;
}
.btn-flat:hover.btn-success {
  color: #5cb85c;
}
.btn-flat:hover.btn-warning {
  color: #f0ad4e;
}
.btn-flat:hover.btn-danger {
  color: #d9534f;
}
.btn-flat:hover.btn-info {
  color: #5bc0de;
}
.form-group .control-label {
  padding-top: 0;
}
.form-horizontal > .form-group {
  margin: 0 0 1em 0 !important;
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: row;
  align-items: center;
}
.form-horizontal > .form-group > .control-label {
  width: 17.5%;
  padding-top: 0;
  margin-right: 1.5em;
  font-weight: bold;
}
.form-horizontal > .form-group > *:not(.control-label) {
  flex: 1;
}
.form-horizontal > .form-group > p {
  margin-bottom: 0;
}
.v-badge {
  padding: 3px;
  text-align: center;
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.v-badge > *:first-child {
  margin-bottom: 3px;
  font-weight: bold;
}
.v-badge > img {
  width: 1.25em;
  height: 1.25em;
}
.input-group-prepend {
  display: table-cell;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.remove-btn {
  background-color: #CD4537 !important;
  color: #ffffff !important;
}
.control-btn {
  background-color: #343434 !important;
  color: #ffffff !important;
}
/***********************************************/
/************ NIGHTLIFE ANIMATION **************/
/***********************************************/
.anim-slide-left {
  transition: left 400ms ease;
}
/** for showing files stack */
.stack-peekaboo img {
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  outline: 1px solid transparent;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
}
.stack-peekaboo img:last-child {
  position: relative;
}
.stack-peekaboo img.cover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.stack-peekaboo.active img.cover {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
/* Peek-a-boo */
.stack-peekaboo {
  margin: 20px auto;
  width: 400px;
  padding: 0;
  position: relative;
  max-width: 100%;
}
.stack-peekaboo img.leaf:first-child,
.stack-peekaboo img.leaf:nth-child(2),
.stack-peekaboo img.leaf:nth-child(3) {
  -webkit-transform: scale(0.2);
  transform: scale(0.2);
}
.stack-peekaboo.active img.leaf {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.stack-peekaboo.active img.leaf:nth-child(3) {
  -webkit-transform: scale(0.7) translate(-15%, 4%) rotate(-11deg);
  transform: scale(0.7) translate(-15%, 4%) rotate(-11deg);
}
.stack-peekaboo.active img.leaf:first-child {
  -webkit-transform: scale(0.3) translate(50%, -50%) rotate(15deg);
  transform: scale(0.3) translate(50%, -50%) rotate(15deg);
}
.stack-peekaboo.active img.leaf:nth-child(2) {
  -webkit-transform: scale(0.6) translate(-27%, -11%) rotate(-17deg);
  transform: scale(0.6) translate(-27%, -11%) rotate(-17deg);
}
.stack-peekaboo img.leaf:nth-child(4) {
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.stack-peekaboo.active img.leaf:nth-child(4) {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
/** LOADING SPINNER **/
#spinners {
  padding: 0;
}
#spinners .selected {
  opacity: 1;
  visibility: visible;
}
#spinners li {
  height: 40px;
  width: 40px;
  right: 0;
  left: 0;
  z-index: 10;
  opacity: 1;
  margin: 0px;
  display: inline-block;
  visibility: visible;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
/*** Rectangle Bounce ***/
.rectangle-bounce {
  text-align: center;
}
.rectangle-bounce div {
  height: 50px;
  width: 10px;
  margin: 0 3px 0 0;
  background-color: #f3f3f3;
  display: inline-block;
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
  filter: alpha(opacity=60);
  position: absolute;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-topleft: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}
.rectangle-bounce .rect1 {
  left: 0;
}
.rectangle-bounce .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
  left: 15px;
}
.rectangle-bounce .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
  left: 30px;
}
.rectangle-bounce .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
  left: 45px;
}
.rectangle-bounce .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
  left: 60px;
}
@-webkit-keyframes stretchdelay {
  0%,
  40%,
  100% {
    height: 35px;
    margin-top: 7px;
    -webkit-opacity: 0.6;
  }
  20% {
    height: 50px;
    margin-top: 0px;
    -webkit-opacity: 1;
  }
}
@keyframes stretchdelay {
  0%,
  40%,
  100% {
    height: 35px;
    margin-top: 7px;
    opacity: 0.6;
  }
  20% {
    height: 50px;
    margin-top: 0px;
    opacity: 1;
  }
}
/********************************************************************************/
/****************NOTIFICATIONS ***********************************************/
/********************************************************************************/
/* Common, default styles for the notification box */
/* how long the loader takes */
/* how long it takes to expand / show*/
/* how long it takes to expand / show*/
/* how long it takes to expand / show*/
.ns-box {
  position: fixed;
  background: rgba(42, 45, 50, 0.85);
  padding: 12px;
  margin: 10px 0;
  line-height: 1.4;
  z-index: 1000;
  pointer-events: none;
  color: rgba(250, 251, 255, 0.95);
  font-size: 90%;
  font-family: 'open_sansregular', Helvetica, Arial, sans-serif;
}
.ns-box.ns-show {
  pointer-events: auto;
}
.ns-box a {
  color: inherit;
  opacity: 0.7;
  font-weight: 700;
}
.ns-box a:hover,
.ns-box a:focus {
  opacity: 1;
}
.ns-box p {
  margin: 0;
}
.ns-box.ns-show,
.ns-box.ns-visible {
  pointer-events: auto;
}
.ns-close {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 4px;
  top: 4px;
  overflow: hidden;
  text-indent: 100%;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.ns-close:hover,
.ns-close:focus {
  outline: none;
}
.ns-close::before,
.ns-close::after {
  content: '';
  position: absolute;
  width: 3px;
  height: 60%;
  top: 50%;
  left: 50%;
  background: #6e6e6e;
}
.ns-close:hover::before,
.ns-close:hover::after {
  background: #fff;
}
.ns-close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.ns-close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.notification-shape {
  position: fixed;
  z-index: 100000000001;
}
.notification-shape svg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
[class^="ns-effect-"].ns-other.ns-hide,
[class*=" ns-effect-"].ns-other.ns-hide {
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}
/* Individual Effects */
/* SVG Windshield Wiper */
.ns-effect-loadingcircle {
  width: 550px;
  height: 70px;
  border: 5px solid #333333;
  border-radius: 40px;
  background: #333333;
  font-weight: 700;
  /*padding: 0.75em 1.5em 0;*/
  position: relative;
  z-index: 200;
  /*.box-shadow(0px 0px 9px #999);*/
}
.ns-effect-loadingcircle .ns-close {
  border: 2px solid #ddd;
  border-radius: 50%;
  top: 50%;
  right: 15px;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.ns-effect-loadingcircle .ns-close::before,
.ns-effect-loadingcircle .ns-close::after {
  background: #ddd;
}
.ns-effect-loadingcircle .ns-close:hover::before,
.ns-effect-loadingcircle .ns-close:hover::after {
  background: #72BF7B;
}
.ns-effect-loadingcircle .ns-box-inner {
  color: #fff;
  padding-right: 40px;
  padding-left: 20px;
  word-break: break-all;
  font-weight: 100;
}
.ns-effect-loadingcircle .ns-box-inner:hover {
  cursor: default;
}
.shape-progress {
  bottom: 40px;
  right: 40px;
}
.shape-progress svg {
  width: 70px;
  height: 70px;
  right: 0;
  top: 34px;
  z-index: 100;
}
.shape-progress path {
  fill: none;
  stroke: #5ab37f;
  stroke-width: 5;
  stroke-dasharray: 204;
  stroke-dashoffset: 204;
  opacity: 0;
}
.shape-progress.dark path {
  stroke: #5ab37f;
}
.ns-effect-loadingcircle.ns-show + svg path {
  -webkit-animation: animDash 800ms;
  animation: animDash 800ms;
}
@-webkit-keyframes animDash {
  0% {
    opacity: 1;
    stroke-dashoffset: 204;
  }
  33% {
    stroke-dashoffset: 160;
  }
  50% {
    stroke-dashoffset: 150;
  }
  85% {
    stroke-dashoffset: 30;
  }
  100% {
    opacity: 1;
    stroke-dashoffset: 0;
  }
}
@keyframes animDash {
  0% {
    opacity: 1;
    stroke-dashoffset: 204;
  }
  33% {
    stroke-dashoffset: 160;
  }
  50% {
    stroke-dashoffset: 150;
  }
  85% {
    stroke-dashoffset: 30;
  }
  100% {
    opacity: 1;
    stroke-dashoffset: 0;
  }
}
.ns-effect-loadingcircle.ns-show {
  opacity: 0;
  -webkit-animation-name: animResize;
  animation-name: animResize;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  -ms-animation-duration: 0.3s;
  -webkit-animation-delay: 800ms;
  -moz-animation-delay: 800ms;
  -ms-animation-delay: 800ms;
  -webkit-animation-timing-function: cubic-bezier(0.25, 0.25, 0.4, 1.6);
  animation-timing-function: cubic-bezier(0.25, 0.25, 0.4, 1.6);
}
@-webkit-keyframes animResize {
  0% {
    opacity: 1;
    width: 70px;
    background: transparent;
  }
  100% {
    opacity: 1;
    width: 550px;
    background: #333333;
  }
}
@keyframes animResize {
  0% {
    opacity: 1;
    width: 70px;
    background: transparent;
  }
  100% {
    opacity: 1;
    width: 550px;
    background: #333333;
  }
}
.ns-effect-loadingcircle.ns-show .ns-box-inner,
.ns-effect-loadingcircle.ns-show .ns-close,
.ns-effect-loadingcircle.ns-hide {
  -webkit-animation-name: animFade;
  animation-name: animFade;
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  -ms-animation-duration: 0.3s;
}
.ns-effect-loadingcircle.ns-show .ns-box-inner,
.ns-effect-loadingcircle.ns-show .ns-close {
  opacity: 0;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 800ms;
  -moz-animation-delay: 800ms;
  -ms-animation-delay: 800ms;
}
.ns-effect-loadingcircle.ns-hide {
  opacity: 1;
}
@-webkit-keyframes animFade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes animFade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* For TOI notification boxes */
@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(-30px);
  }
  80% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes anim-rotating {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes anim-rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.anim-rotating {
  -webkit-animation: anim-rotating 1.5s linear infinite;
  -moz-animation: anim-rotating 1.5s linear infinite;
  -ms-animation: anim-rotating 1.5s linear infinite;
  -o-animation: anim-rotating 1.5s linear infinite;
  animation: anim-rotating 1.5s linear infinite;
}
@keyframes anim-stroke-dash {
  from {
    stroke-dashoffset: 1000;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.anim-stroke-dash {
  animation: anim-stroke-dash 45s linear infinite;
}
.button-icon-round {
  position: relative;
  border-radius: 50%;
  cursor: pointer;
  color: white;
}
.button-icon-round i,
.button-icon-round a {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  text-align: center;
  text-decoration: none;
  font-size: 200%;
  color: white;
}
.button-icon {
  position: relative;
  cursor: pointer;
}
.button-icon i,
.button-icon a {
  display: block;
  text-decoration: none;
  font-size: 200%;
  margin-bottom: 3px;
}
.callout-bottom,
.callout-top,
.callout-right,
.callout-left {
  position: relative;
}
.callout-bottom:after,
.callout-top:after,
.callout-right:after,
.callout-left:after,
.callout-bottom:before,
.callout-top:before,
.callout-right:before,
.callout-left:before {
  position: absolute;
  width: 0;
  height: 0;
  border: solid transparent;
  pointer-events: none;
  content: " ";
}
.callout-bottom:after,
.callout-top:after,
.callout-right:after,
.callout-left:after {
  border-width: 5px;
  border-color: rgba(245, 245, 245, 0);
}
.callout-bottom:before,
.callout-top:before,
.callout-right:before,
.callout-left:before {
  border-width: 6px;
  border-color: rgba(221, 221, 221, 0);
}
.callout-bottom:after,
.callout-top:after {
  margin-left: -5px;
}
.callout-bottom:before,
.callout-top:before {
  margin-left: -6px;
}
.callout-right:after,
.callout-left:after {
  margin-top: -5px;
}
.callout-right:before,
.callout-left:before {
  margin-top: -6px;
}
.callout-bottom:after,
.callout-bottom:before {
  top: 100%;
  left: 50%;
}
.callout-bottom:after {
  border-top-color: #ffffff;
}
.callout-bottom:before {
  border-top-color: #ddd;
}
.callout-top:after,
.callout-top:before {
  bottom: 100%;
  left: 50%;
}
.callout-top:after {
  border-bottom-color: #ffffff;
}
.callout-top:before {
  border-bottom-color: #ddd;
}
.callout-right:after,
.callout-right:before {
  top: 50%;
  left: 100%;
}
.callout-right:after {
  border-left-color: #ffffff;
}
.callout-right:before {
  border-left-color: white;
}
.callout-left:after,
.callout-left:before {
  top: 50%;
  right: 100%;
}
.callout-left:after {
  border-right-color: #ffffff;
}
.callout-left:before {
  border-right-color: white;
}
.color-white {
  color: white;
}
.color-black {
  color: black;
}
.color-storm-green {
  color: #5ab37f;
}
.color-storm-red {
  color: #941616;
}
.color-storm-red-hover:hover {
  color: #941616;
}
.color-storm-blue {
  color: #167694;
}
.color-spotify-green {
  color: #1db954;
}
.color-orange {
  color: #e55c11;
}
.color-yellow {
  color: #f9ce00;
}
.bg-black {
  background-color: black;
}
.bg-white {
  background-color: white;
}
.bg-grey4 {
  background-color: #444444;
}
.bg-grey9 {
  background-color: #999999;
}
.bg-grey12 {
  background-color: #cccccc;
}
.bg-grey14 {
  background-color: #eeeeee;
}
.bg-storm-green {
  background-color: #5ab37f !important;
}
.bg-storm-red {
  background-color: #941616 !important;
}
.bg-storm-blue {
  background-color: #167694 !important;
}
.bg-storm-blue-dark {
  background-color: #2D5764 !important;
}
.bg-storm-yellow {
  background-color: #F4D978 !important;
}
.bg-spotify-green {
  background-color: #1db954 !important;
}
.bg-scheduler-green {
  background: #85DA6F;
}
.bg-scheduler-green-light {
  background: #91DD7D;
}
.bg-scheduler-pink {
  background: #F565D1;
}
.bg-scheduler-pink-light {
  background: #F674D6;
}
.bg-scheduler-blue {
  background: #122333;
}
.bg-scheduler-blue-light {
  background: #122333;
}
.bg-scheduler-purple {
  background: #C463F1;
}
.bg-scheduler-purple-light {
  background: #CA73F2;
}
.bg-storm-red-hover:hover {
  background-color: #941616 !important;
}
.bg-grey9-hover:hover {
  background-color: #999999 !important;
}
.bg-grey12-hover:hover {
  background-color: #cccccc !important;
}
.border-color-storm-green {
  border-color: #5ab37f !important;
}
.border-color-storm-red {
  border-color: #941616 !important;
}
.border-color-storm-blue {
  border-color: #167694 !important;
}
.border-storm-red-hover:hover {
  border: 1px solid #941616 !important;
}
.border-grey9-hover:hover {
  border: 1px solid #999999 !important;
}
.border-grey12-hover:hover {
  border: 1px solid #cccccc !important;
}
.border-orange {
  border: 1px solid #e55c11 !important;
}
.child-bg-storm-red-hover:hover > * {
  background-color: #941616 !important;
}
.child-bg-grey9-hover:hover > * {
  background-color: #999999 !important;
}
.child-bg-grey12-hover:hover > * {
  background-color: #cccccc !important;
}
.child-border-storm-red-hover:hover > * {
  border: 1px solid #941616 !important;
}
.child-border-grey9-hover:hover > * {
  border: 1px solid #999999 !important;
}
.child-border-grey12-hover:hover > * {
  border: 1px solid #cccccc !important;
}
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
input {
  padding: 7px 5px;
}
input[type=checkbox] {
  cursor: pointer;
}
textarea {
  resize: none;
}
label {
  font-weight: 100;
}
.btn-file {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
}
.btn-file > input[type=file] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.ui-state-hidden {
  visibility: hidden;
  opacity: 0;
}
.nl-form-group {
  display: flex;
  min-width: 0;
  min-height: 0;
}
.form-element {
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 15px;
}
.hide-input {
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
  display: none;
  position: absolute !important;
}
.nl-visible {
  visibility: visible;
  opacity: 1;
}
.nl-hidden {
  visibility: hidden;
  opacity: 0;
}
.nl-visible-transition {
  transition: opacity 150ms linear, visibility 150s linear;
}
.nl-input-border:not(:disabled):not(.ui-state-disabled):not(.toggle-control-input) {
  border: 1px solid #888 !important;
}
.nl-input-border:not(:disabled):not(.ui-state-disabled):not(.toggle-control-input):hover {
  border: 1px solid #222 !important;
}
.nl-input-border-disabled {
  border: 1px solid #ddd !important;
}
.nl-input-border-dark {
  border: 1px solid #888 !important;
}
.nl-input-border-dark:not(:disabled):not(.ui-state-disabled):hover {
  border: 1px solid #ddd !important;
}
.input-combo {
  padding: 0 5px;
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: row;
  align-items: center;
}
.input-combo input,
.input-combo input:hover,
.input-combo input:focus {
  border: 0 !important;
  outline: 0 !important;
  background-color: transparent !important;
}
.input-combo > span {
  padding: 0 0.5em;
}
.input-combo > *:not(span) {
  padding: 0 0.25em;
}
.nl-number .arrows button {
  color: #c0c0c0;
  background: transparent;
}
.nl-number .arrows button:not(:disabled):hover {
  color: #333;
}
.toggle-control {
  display: flex;
  flex-direction: row !important;
  align-items: center;
}
.toggle-control input {
  width: 60px;
  height: 28px;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background-color: transparent !important;
  background-size: cover !important;
  background-position: center;
  background-image: url('../img/controls/switch_off.png') !important;
}
.toggle-control input.active {
  background-image: url('../img/controls/switch_on.png') !important;
}
.toggle-control input.auto-manual {
  width: 80px;
  background-size: 80px 100%;
  background-image: url('../img/controls/switch_auto.png') !important;
}
.toggle-control input.auto-manual.active {
  background-image: url('../img/controls/switch_manual.png') !important;
}
.toggle-control input.exact-loose {
  width: 5rem;
  height: 2rem;
  background-size: 5rem 100%;
  background-image: url('../img/controls/switch_exact.png') !important;
}
.toggle-control input.exact-loose.active {
  background-image: url('../img/controls/switch_loose.png') !important;
}
.text-control {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: row;
  align-items: center;
  margin: 0;
}
.text-control button {
  margin-left: 10px;
}
.time-control .inputs {
  margin-right: 5px;
}
.number-control .inner {
  width: 90%;
}
.number-control .inner > .ui-spinner {
  width: 100%;
  border: none;
  border-radius: 0;
}
.number-control .inner > .ui-spinner input {
  width: 80%;
  margin: 0 !important;
}
.number-control .inner > .ui-spinner a {
  visibility: hidden;
}
.number-control .inner > .ui-spinner:hover a {
  visibility: visible;
}
.number-control .inner > .ui-spinner a:hover {
  cursor: pointer;
}
.number-control .inner > .ui-spinner.ui-state-disabled {
  pointer-events: none;
}
.number-control.disabled {
  pointer-events: none;
}
.number-control.disabled .inner > .ui-spinner .ui-spinner-button {
  display: none !important;
}
.number-control-storm-dark {
  background: #555;
  border: 0;
  color: #fff;
  font-weight: bold;
}
.number-control-storm-dark .ui-spinner {
  background-color: transparent;
  color: inherit;
}
.number-control-storm-dark .ui-icon {
  background-image: url('lib/images/ui-icons_ffffff_256x240.png');
}
.select-control {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: row;
  align-items: center;
}
.combo-control {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: row;
  align-items: center;
}
.combo-control > div {
  height: 100%;
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: row;
  align-items: center;
}
.combo-control > div > * {
  height: 100%;
  margin: 0;
}
.combo-control > div > button:not(.btn-primary) {
  color: #000;
  border: 1px solid #888;
}
.combo-control > div > button:not(.btn-primary):hover {
  background-color: #bbb;
}
.combo-control > div > button:focus {
  outline: none !important;
}
.combo-control > div > .number-control .ui-spinner {
  height: 100%;
}
.combo-control > div > .number-control .ui-spinner input {
  height: 100%;
  font-size: 2em;
}
.nl-button-base {
  outline: 0;
  box-shadow: none;
  border: 1px solid transparent;
  border-radius: 0;
  background: transparent;
  padding: 3px 8px;
}
.nl-subpanel-button {
  outline: 0;
  box-shadow: none;
  border: 1px solid transparent;
  border-radius: 0;
  background: transparent;
  padding: 3px 8px;
  border: 1px solid #ddd;
  background: #eee;
  transition: background-color 50ms linear, border 50ms linear;
}
.nl-subpanel-button:hover {
  background: #fafafa;
  transition: background-color 40ms linear, border 50ms linear;
}
.nl-subpanel-button:focus {
  background: #fafafa;
  transition: background-color 40ms linear, border 50ms linear;
}
.nl-subpanel-button-on {
  outline: 0;
  box-shadow: none;
  border-radius: 0;
  background: transparent;
  padding: 3px 8px;
  border: 1px solid transparent;
  background: #fcfcfc;
  font-weight: bold;
  color: #333;
}
.nl-input {
  border: 1px solid transparent;
  border-radius: 0;
  background: transparent;
}
.nl-input input,
.nl-input select,
.nl-input textarea {
  outline: none !important;
  box-shadow: none !important;
  border: 0 !important;
  background: transparent !important;
  width: 100%;
  height: 100%;
  margin: 0;
}
.nl-input input:disabled,
.nl-input select:disabled,
.nl-input textarea:disabled {
  cursor: initial;
}
.nl-input:after {
  display: block;
  content: '';
}
.nl-subpanel-input {
  border-bottom: 1px solid #bbb;
  background: #fcfcfc;
}
.nl-subpanel-input input,
.nl-subpanel-input select {
  font-weight: bold;
}
.nl-subpanel-input:after {
  border-bottom: 1px solid #000;
  transform: scaleX(0);
  transition: transform 40ms ease-in-out;
}
.nl-subpanel-input:hover:after {
  transform: scaleX(1);
}
.nl-subpanel-input-off {
  border: 1px solid transparent !important;
  border-bottom: 1px solid #ddd !important;
  background: #eee;
  transition: background-color 50ms linear;
}
.nl-subpanel-input-off input,
.nl-subpanel-input-off select {
  font-weight: normal !important;
}
.nl-subpanel-input-off:after {
  border-bottom: 1px solid #bbb !important;
  transform: scaleX(0);
  transition: transform 40ms ease-in-out;
}
.nl-subpanel-input-off:hover:after {
  transform: scaleX(1);
}
.nl-subpanel-input-off:focus:after {
  transform: scaleX(1);
}
.nl-subpanel-input-off:hover {
  background: #fafafa !important;
  transition: background-color 40ms linear;
}
.nl-subpanel-input-off:focus {
  background: #fafafa !important;
  transition: background-color 40ms linear;
}
.nl-subpanel-input input:disabled {
  border: 0;
  color: transparent;
}
.nl-text.disabled {
  cursor: default !important;
  opacity: 0.4;
}
.nl-text.disabled > input {
  cursor: default !important;
  border: 1px solid #aaa !important;
}
.nl-text > input {
  padding: 5px 8px;
  background: transparent;
  border: 1px solid #aaa;
  color: inherit;
}
.nl-text > input:hover,
.nl-text > input:focus {
  border: 1px solid #eee;
}
.nl-select-list {
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
}
.nl-select-list > li {
  list-style: none;
}
.nl-select-list > li > label {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.nl-select-list > li > label > input {
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
  display: none;
}
.nl-select-list > li > label > input + span {
  width: 100%;
  height: 100%;
}
.nl-select-list > li > label > input + span:hover {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.nl-select-list-dark > li:not(:last-child) {
  border-bottom: 1px solid #666;
}
.nl-select-list-dark > li > label > input + span:hover {
  background: #444;
}
.nl-select-list-dark > li > label > input:checked + span {
  background: #407c59;
}
.nl-radio-buttons {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: row;
}
.nl-radio-buttons > label {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: row;
  position: relative;
  margin: 0;
}
.nl-radio-buttons > label:hover {
  cursor: pointer;
}
.nl-radio-buttons > label > input {
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
  display: none;
  position: absolute !important;
}
.nl-radio-buttons > label.disabled {
  opacity: 0.4;
}
.nl-radio-buttons-square > label:first-of-type {
  border-radius: 4px 0 0 4px;
}
.nl-radio-buttons-square > label:last-of-type {
  border-radius: 0 4px 4px 0;
}
.nl-radio-buttons-square > label > input + span {
  padding: 8px 16px;
  border: 1px solid transparent;
  text-align: center;
  transition: all 0.1s ease-in-out;
}
.nl-radio-buttons-storm > label > input + span {
  background-color: #444;
  color: #bbb;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
}
.nl-radio-buttons-storm > label > input + span:hover {
  color: #eee;
}
.nl-radio-buttons-storm > label > input:checked + span {
  background-color: #5ab37f;
  color: #fff;
  border: 1px solid #407c59;
  box-shadow: none;
}
.nl-radio-buttons-storm2 > label > input + span {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #bbb;
  background-color: inherit;
  border: 1px solid transparent;
  width: 150px;
  height: 150px;
}
.nl-radio-buttons-storm2 > label > input + span i,
.nl-radio-buttons-storm2 > label > input + span img {
  margin: 0 0 8px 0;
}
.nl-radio-buttons-storm2 > label > input + span i {
  font-size: 2.5em;
}
.nl-radio-buttons-storm2 > label > input + span:hover {
  color: #eee;
}
.nl-radio-buttons-storm2 > label > input:checked + span {
  color: #71ce98;
  border: 1px solid #407c59;
  border-radius: 150px;
}
.nl-radio-buttons-storm2 > label > input:checked + span i,
.nl-radio-buttons-storm2 > label > input:checked + span img {
  transform: scale(1.2);
}
.nl-radio-buttons-storm2 > label > input + span {
  transition: color 100ms ease-in-out, border 100ms ease-in-out, border-radius 100ms;
}
.nl-radio-buttons-storm2 > label > input + span i,
.nl-radio-buttons-storm2 > label > input + span img {
  transition: transform 100ms ease-in-out;
}
.nl-radio-buttons-light > label > input + span {
  outline: 0;
  box-shadow: none;
  border: 1px solid transparent;
  border-radius: 0;
  background: transparent;
  padding: 3px 8px;
  border: 1px solid #ddd;
  background: #eee;
  transition: background-color 50ms linear, border 50ms linear;
}
.nl-radio-buttons-light > label > input + span:hover {
  background: #fafafa;
  transition: background-color 40ms linear, border 50ms linear;
}
.nl-radio-buttons-light > label > input + span:focus {
  background: #fafafa;
  transition: background-color 40ms linear, border 50ms linear;
}
.nl-radio-buttons-light > label > input:not(:checked) + span:hover {
  outline: 0;
  box-shadow: none;
  border-radius: 0;
  background: transparent;
  padding: 3px 8px;
  border: 1px solid transparent;
  background: #fcfcfc;
  font-weight: bold;
  color: #333;
}
.nl-radio-buttons-light > label > input:checked + span {
  background-color: #5ab37f;
  color: #fff;
}
.nl-radio {
  position: relative;
  height: 30px;
  margin: 0;
  cursor: pointer;
}
.nl-radio.disabled {
  opacity: 0.5;
}
.nl-radio input[type=radio] {
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
  display: none;
  position: absolute !important;
}
.nl-radio input[type=radio] + * {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: 6px;
  margin-right: 6px;
}
.nl-radio input[type=radio]:checked + * > * {
  display: block;
}
.nl-radio-squarish input[type=radio] + * {
  font-size: 1.5em;
  width: 0.875em;
  height: 0.875em;
  border: 0.0625em solid;
  border-radius: 0.25em;
  vertical-align: bottom;
}
.nl-radio-squarish input[type=radio]:checked + * > * {
  width: 0.5em;
  height: 0.5em;
  margin: 0.125em;
  border: 0.0625em solid;
  border-radius: 0.125em;
}
.nl-radio-progress input[type=radio] + * {
  font-size: 1.5em;
  width: 0.4em;
  height: 0.4em;
  border-radius: 1em;
}
.nl-radio-progress input[type=radio]:checked + * > * {
  width: 100%;
  height: 100%;
  border-radius: 1em;
}
.nl-radio-circle-tick input[type=radio] + * {
  font-size: 1.5em;
  width: 0.875em;
  height: 0.875em;
  border: 0.0625em solid;
  border-radius: 1em;
  background: none !important;
}
.nl-radio-circle-tick input[type=radio]:checked + * > * {
  width: 66%;
  height: 66%;
  border: 0.0625em solid;
  border-radius: 1em;
  margin: 0.125em;
}
.nl-radio-green input[type=radio] + * {
  border-color: #bbb;
  background: #bbb;
}
.nl-radio-green:hover input[type=radio] + * {
  border-color: #fff;
  background: #fff;
}
.nl-radio-green input[type=radio]:checked + * > * {
  border-color: #5ab37f;
  background: #5ab37f;
}
.nl-radio-roll {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: row;
  align-items: center;
  min-height: 90px !important;
}
.nl-radio-roll .nl-radio-roll-options {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: column;
}
.nl-radio-roll .nl-radio-roll-options label {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: column;
  margin: 0;
}
.nl-radio-roll .nl-radio-roll-options label input[type=radio] {
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
  display: none;
  position: absolute !important;
}
.nl-radio-roll .nl-radio-roll-options label input[type=radio] + div {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: row;
  flex: 1;
  color: #aaa;
  cursor: pointer;
}
.nl-radio-roll .nl-radio-roll-options label input[type=radio]:checked + div {
  background: #666;
  color: white;
}
.nl-radio-roll .nl-radio-roll-options label input[type=radio] + div > span {
  height: 30px;
  line-height: 30px;
  margin: 0 auto;
}
.nl-radio-roll .nl-radio-roll-options label:last-child input[type=radio] + div + div {
  transition: margin-bottom 300ms;
}
.nl-radio-roll .nl-radio-roll-options label:last-child input[type=radio]:not(:checked) + div + div {
  margin-bottom: -30px;
}
.nl-radio-roll .nl-radio-roll-options label:last-child input[type=radio]:checked + div + div {
  margin-bottom: 30px;
}
.nl-radio-roll2 {
  position: relative;
  text-align: center;
}
.nl-radio-roll2 > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: top 150ms ease-out;
}
.nl-radio-roll2 > div > label {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0;
}
.nl-radio-roll2 > div > label > input {
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
  display: none;
  position: absolute !important;
}
.nl-radio-roll2 > div > label > span {
  visibility: hidden;
  display: block;
  background: transparent;
}
.nl-radio-roll2 > div > label.active > span,
.nl-radio-roll2 > div > label.side > span {
  visibility: visible;
}
.nl-radio-roll2 > div > label.side.prev > span {
  transform: rotateX(33deg);
}
.nl-radio-roll2 > div > label.side.next > span {
  transform: rotateX(327deg);
}
.nl-radio-roll2 > div > label > input + span:hover {
  cursor: pointer;
}
.nl-radio-roll2.disabled {
  pointer-events: none;
}
.nl-radio-roll-storm > div > label > span {
  font-weight: bold;
}
.nl-radio-roll-storm > div > label.active > span {
  color: #fff;
}
.nl-radio-roll-storm > div > label.side > span {
  color: #aaa;
}
.nl-radio-roll-storm.disabled > div > label > span {
  font-weight: unset !important;
}
.nl-radio-roll-storm.disabled > div > label.active > span {
  color: #aaa !important;
}
.nl-toggle {
  cursor: pointer;
}
.nl-toggle input {
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
  display: none;
  position: absolute !important;
}
.nl-toggle input + span {
  display: inline-block;
  background-color: transparent;
  background-repeat: round;
}
.nl-toggle-onoff input + span {
  background-image: url('../img/controls/switch_off.png');
}
.nl-toggle-onoff input + span.active {
  background-image: url('../img/controls/switch_on.png');
}
.nl-toggle-custom {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 28px;
  margin: 0;
  padding: 0;
  border: 1px solid #a9a9a9;
  border-radius: 2px;
}
.nl-toggle-custom input {
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
  display: none;
  position: absolute !important;
}
.nl-toggle-custom .slider {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.nl-toggle-custom .slider:before {
  position: absolute;
  content: "";
  height: 45%;
  width: 1em;
  left: 6%;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #a9a9a9;
  border-radius: 2px;
}
.nl-toggle-custom .slider.round {
  border: 1px solid #a9a9a9;
  border-radius: 34px;
}
.nl-toggle-custom .slider.round:before {
  border-radius: 50%;
}
.nl-toggle-custom input:checked + .slider:before {
  left: unset;
  right: 6%;
}
.nl-toggle-custom input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
.nl-toggle-custom .text {
  cursor: pointer;
  z-index: 1;
  color: #444;
}
.nl-toggle-custom.color {
  border: 0 !important;
}
.nl-toggle-custom.color .slider {
  background-color: #f0f0f0;
}
.nl-toggle-custom.color .slider:before {
  border: 0 !important;
  background-color: white;
}
.nl-toggle-custom.neutral .slider:before {
  display: none;
}
.nl-toggle-custom.neutral.color .slider {
  background-color: #f0f0f0 !important;
}
.nl-toggle2 {
  position: relative;
  height: 30px;
  margin: 0;
}
.nl-toggle2:hover {
  cursor: pointer;
}
.nl-toggle2 > input {
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
  display: none;
  position: absolute !important;
}
.nl-toggle2 > input + * {
  position: relative;
  display: block;
  margin-left: 6px;
  margin-right: 6px;
  cursor: pointer;
}
.nl-toggle2 > input + * > * {
  position: absolute;
  left: 66%;
  top: 50%;
  transform: translate(-66%, -50%);
  transition: transform 150ms, left 150ms;
}
.nl-toggle2 > input:checked + * > * {
  position: absolute;
  left: 33%;
  top: 50%;
  transform: translate(-33%, -50%);
}
.nl-toggle2.disabled {
  cursor: default !important;
  opacity: 0.4;
}
.nl-toggle2.disabled > input + * {
  cursor: default !important;
  transition: none !important;
}
.nl-toggle2.disabled > input + *:before {
  cursor: default !important;
  transition: none !important;
}
.nl-toggle2.disabled > input + *:after {
  cursor: default !important;
  transition: none !important;
}
.nl-toggle-round-flat > input + * {
  height: 0.875em;
  padding: 2px;
  border-radius: 60px;
  background-color: #ddd;
  transition: background 0.2s;
}
.nl-toggle-round-flat > input + *:before,
.nl-toggle-round-flat > input + *:after {
  display: block;
  position: absolute;
  content: "";
}
.nl-toggle-round-flat > input + *:before {
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 2px;
  border-radius: 60px;
  background-color: #333;
  transition: background 0.2s;
}
.nl-toggle-round-flat > input + *:after {
  top: 4px;
  left: 4px;
  bottom: 4px;
  right: 0;
  border-radius: 60px;
  background-color: #ddd;
  transition: margin 0.2s, background 0.2s;
}
.nl-toggle-buttons {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: row;
  align-items: center;
}
.nl-toggle-buttons > input {
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
  display: none;
  position: absolute !important;
}
.nl-toggle-buttons > div {
  width: 50%;
  padding: 3px;
  text-align: center;
  cursor: pointer;
}
.nl-toggle-buttons > div > span {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.nl-toggle-buttons-storm {
  border: 1px solid #ddd;
  border-radius: 3px;
}
.nl-toggle-buttons-storm > input + div {
  border-right: 1px solid #ddd;
}
.nl-toggle-buttons-storm > div {
  background: #eee;
  color: #222;
  font-weight: normal;
}
.nl-toggle-buttons-storm > div:hover {
  background: #fcfcfc;
}
.nl-toggle-buttons-storm > input + div {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.nl-toggle-buttons-storm > input + div + div {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.nl-toggle-buttons-storm > input:not(:checked) + div {
  background: #71ce98;
  color: #fff;
  font-weight: bold;
}
.nl-toggle-buttons-storm > input:checked + div + div {
  background: #71ce98;
  color: #fff;
  font-weight: bold;
}
.nl-toggle-buttons-storm > input:not(:checked) + div:hover {
  background: #5ab37f;
}
.nl-toggle-buttons-storm > input:checked + div + div:hover {
  background: #5ab37f;
}
.nl-time-input span.ui-spinner {
  background: transparent;
  border: 0;
  color: inherit;
  font-weight: inherit;
  width: 5em;
  margin: 0 3px;
}
.nl-time-input span.ui-spinner a {
  visibility: hidden;
}
.nl-time-input span.ui-spinner:hover a {
  visibility: visible;
}
.nl-time-input span.ui-spinner a:hover {
  cursor: pointer;
}
.nl-time-input input::-webkit-outer-spin-button,
.nl-time-input input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.nl-time-input input[type=number] {
  -moz-appearance: textfield;
}
.nl-time-input-storm {
  padding: 0.5rem 0;
  background: #555;
  border: 0;
  color: #fff;
  font-weight: bold;
}
.nl-time-input-storm .label-text {
  color: #ccc;
}
.nl-time-input-storm .ui-spinner {
  background-color: transparent;
  color: inherit;
}
.nl-time-input-storm .ui-icon {
  background-image: url('lib/images/ui-icons_ffffff_256x240.png');
}
@keyframes nl-throbber {
  0% {
    color: #333;
  }
  33% {
    color: #ccc;
  }
  100% {
    color: #ccc;
  }
}
.nl-throbber-group > i {
  display: inline-block;
  animation: nl-throbber 1s 0.165s infinite steps(3);
  font-size: 14px;
  color: #ccc;
}
.nl-throbber-group > i:nth-child(2) {
  animation-delay: 0.33s;
}
.nl-throbber-group > i:nth-child(3) {
  animation-delay: 0.495s;
}
@keyframes nl-throb-spin {
  from {
    transform: rotateY(360deg);
  }
  to {
    transform: rotateY(0deg);
  }
}
.nl-throb > i {
  display: inline-block;
  animation: nl-throb-spin 1.5s linear infinite;
}
.input-sizer {
  display: inline-grid;
  vertical-align: top;
  align-items: center;
  position: relative;
}
.input-sizer.stacked {
  align-items: stretch;
}
.input-sizer.stacked::after,
.input-sizer.stacked input,
.input-sizer.stacked textarea {
  grid-row-start: 2;
  grid-column-start: 1;
}
.input-sizer::after,
.input-sizer input,
.input-sizer textarea {
  grid-row-start: 1;
  grid-column-start: 2;
  width: auto;
  min-width: 1em;
  margin: 0;
  resize: none;
  background: none;
  appearance: none;
  border: none;
}
.input-sizer::after {
  content: attr(data-value) ' ';
  visibility: hidden;
  white-space: pre-wrap;
}
.keyboard {
  width: 40%;
  border: 0px solid red;
  text-align: center;
  display: none;
}
.inputbox {
  width: 90%;
  margin: 20px 40px;
  border: 1px solid gray;
  background: white;
  height: 1em;
  padding: 1em 0;
}
.key {
  border-radius: 3px;
  font-size: 1.5em;
  padding: 15px 0 ;
  margin: 2px;
  background: gray;
  float: left;
  color: white;
  width: 7%;
  height: 50px;
  box-sizing: border-box;
  text-align: center;
}
/*.key:hover{cursor: pointer; background: black;}*/
.key:active {
  background: #31AFD6;
}
.key:hover {
  cursor: pointer;
}
.first {
  clear: left;
}
.spacebar {
  width: 100%;
}
.backspace {
  background: #941616;
}
.case {
  background: #007fd0;
}
.unselectable {
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
  /* Rules below not implemented in browsers yet */
  -o-user-select: none;
  user-select: none;
}
@media (max-width: 768px) {
  .keyboard {
    width: 100%;
  }
}
@media (max-height: 560px) {
  .key {
    margin: 1px;
    padding: 0;
  }
}
/*
.label-menu {
    display: flex;
    justify-content: center;
    .menu-items {
        .list-no-style;
        &:hover > .menu-item > .button {
            opacity: 0.5;
        }
    }
    .menu-items > .menu-item {
        .icon-menu-item;
        display: inline-block;
        width: 65px;
        height: 65px;
        > .button {
            .grey-circle-item;
            width: 55px;
            height: 55px;
            a {
                font-size: 24px;
                img {
                    max-width: 36px;
                    max-height: 36px;
                }
            }
        }
        > .label {
            display: none;
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            bottom: 20px;
            width: 100%;
            font-size: 125%;
        }
        .button:hover {
            opacity: 1;
        }
        .button:hover ~ .label {
            display: block;
        }
    }
}
*/
.label-menu.disabled .menu-heading,
.label-menu.disabled .menu-items > .menu-item {
  opacity: 0.5 !important;
}
.label-menu.disabled .menu-items > .menu-item a {
  cursor: default;
}
.highlighted {
  opacity: 1 !important;
}
.all-highlighted * {
  opacity: 1;
}
.all-faded > * {
  opacity: 0.5;
}
.label-menu {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.label-menu .menu-heading {
  text-align: center;
  font-size: 18px;
  margin-bottom: 15px;
}
.label-menu .menu-items {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: row;
  justify-content: space-evenly;
  width: 80%;
}
.label-menu .menu-items > .menu-item {
  flex: 1;
}
.label-menu .menu-items > .menu-item a {
  text-decoration: none;
}
.label-menu .menu-items > .menu-item .button {
  position: relative;
  margin: 0 auto;
}
.label-menu .menu-items > .menu-item .button span,
.label-menu .menu-items > .menu-item .button img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.label-menu .menu-items > .menu-item .button span {
  font-size: 200%;
}
.label-menu .menu-items > .menu-item .button {
  position: relative;
  border-radius: 50%;
  cursor: pointer;
  color: white;
  width: 58px;
  height: 58px;
  margin-bottom: 15px;
}
.label-menu .menu-items > .menu-item .button i,
.label-menu .menu-items > .menu-item .button a {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  text-align: center;
  text-decoration: none;
  font-size: 200%;
  color: white;
}
.label-menu .menu-items > .menu-item .button span {
  font-size: 24px;
}
.label-menu .menu-items > .menu-item .button span.letter {
  font-size: 38px;
  font-weight: bold;
}
.label-menu .menu-items > .menu-item .button img {
  width: 66.6%;
  height: 66.6%;
}
.label-menu .menu-items > .menu-item .label {
  display: block;
  line-height: initial;
  font-size: 14px;
}
.label-menu .menu-items.color:hover > .menu-item .button {
  transition: background-color 150ms;
}
.label-menu .menu-items.color > .menu-item .button {
  transition: background-color 150ms;
}
.label-menu .menu-items.color > .menu-item:hover .button {
  transition: background-color 150ms;
}
.label-menu .menu-items.opacity:hover > .menu-item {
  opacity: 0.5;
  transition: opacity 150ms;
}
.label-menu .menu-items.opacity > .menu-item {
  opacity: 1;
  transition: opacity 150ms;
}
.label-menu .menu-items.opacity > .menu-item:hover {
  opacity: 1;
  transition: opacity 150ms;
}
.label-menu .submenu {
  display: flex;
  flex-direction: column;
  margin-top: 15px;
  margin-bottom: 5px;
}
.label-menu .submenu div {
  width: 75%;
  align-self: center;
  display: flex;
}
.label-menu .submenu div select,
.label-menu .submenu div input {
  margin-right: 5px;
  background: #181818;
  color: white;
  border: 1px solid #b3b3b3;
  border-radius: 18px;
}
.label-menu .submenu div .action-btn {
  width: 100px;
  background: #181818;
  color: white;
  border: 1px solid #b3b3b3;
  border-radius: 18px;
  transition: transform 0.1s;
}
.label-menu .submenu div .action-btn:hover {
  border: 1px solid #ffffff;
  transform: scale(1.1);
}
.label-menu .submenu div .close-btn {
  width: 52px;
  height: 34px;
  font-size: 20px;
  color: white;
}
.label-menu .submenu div .close-btn:hover {
  color: red;
}
.tab-pane .tab-content {
  display: flex;
  flex-direction: column;
  padding-bottom: 0px !important;
}
.tab-pane .tab-pane-footer .row {
  margin-top: 5px;
  margin-left: 15px;
  margin-right: 15px;
}
.tab-pane .controls img {
  height: 17px;
}
/*****************************************************************************
**  'Nightlife dialog' layout
*****************************************************************************/
.nldiag {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: column;
  width: 100% !important;
  height: 100% !important;
  box-shadow: 4px 4px 30px #555;
}
.nldiag .modal-heading {
  height: 4em;
  padding: 0.75em 1.5em;
}
.nldiag .modal-heading h4 {
  font-size: 20px;
}
.nldiag .modal-heading .head-text img,
.nldiag .modal-heading .head-text i {
  margin-right: 1.5rem;
}
.nldiag .modal-heading .head-icons {
  font-size: 24px;
  gap: 0.5rem;
}
.nldiag .modal-heading .head-icons > * {
  padding: 1rem;
}
.nldiag .modal-heading .head-icons .nm-icons-cross {
  font-size: 34px;
}
.nldiag .subheading {
  padding-top: 4px;
  padding-bottom: 4px;
}
.nldiag .subheading .icons {
  font-size: 20px;
}
.nldiag .subheading .icons i {
  margin-left: 0.75em;
}
.nldiag .subheading .icons .nm-icons-cross {
  font-size: 34px;
}
.nldiag .modal-body {
  overflow: hidden;
}
.nldiag .modal-body .body-container {
  padding: 20px 25px;
  overflow: hidden;
}
.nldiag .modal-body .body-container .body-text {
  font-size: 18px;
  margin: 15px 0 15px 0;
}
.nldiag .modal-body .body-container input[type=text],
.nldiag .modal-body .body-container input[type=password] {
  padding: 0.25em 0.5em;
  font-weight: bold;
}
.nldiag .modal-footer {
  height: 60px;
  padding: 0 8px 8px 8px;
}
.nldiag .modal-footer .footer-container {
  padding: 0 5px 0 5px;
}
.nldiag .modal-footer .left {
  margin-left: 10px;
}
.nldiag .modal-footer .right {
  margin-right: 10px;
}
.nldiag .modal-footer button:not(.normal) {
  min-width: 75px;
  font-size: 16px;
}
.nldiag .modal-footer button.normal {
  padding: 8px 12px;
  font-size: 14px;
}
.nldiag .modal-footer.button-row {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: row;
  justify-content: space-evenly;
  height: 175px;
  padding-bottom: 25px;
}
.nldiag .modal-footer.button-row .btn-uniform {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  background: none;
  border: 0;
  border-radius: 150px;
  font-weight: bold;
  white-space: normal;
}
.nldiag .modal-footer.button-row .btn-uniform:hover {
  border: 1px solid #ccc;
  color: #5ab37f;
}
.nldiag .modal-footer.button-row .btn-uniform i {
  position: absolute;
  top: 15%;
  font-size: 28px;
}
.nldiag .modal-footer.button-row .btn-uniform span {
  margin-top: 20%;
}
.nldiag .label-menu {
  height: 130px;
}
.nldiag .btn-text {
  border: none;
  background: none;
}
.nldiag .row {
  display: flex;
}
.nldiag .comment {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: row;
  justify-content: center;
  font-size: 1em;
}
.nldiag .box:not(:last-child) {
  border-right: 0 !important;
}
.nldiag .box:first-child {
  margin-left: 15px;
}
.nldiag .box:last-child {
  margin-right: 15px;
}
.nldiag .box .head {
  padding: 0.25em 0.5em;
}
.nldiag .box .body {
  padding: 1em 0.5em;
}
.nldiag .box .foot {
  padding: 0.25em 0.5em;
}
.nldiag .modal-heading {
  position: relative;
}
.nldiag .modal-heading .head-text {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: row;
  align-items: center;
  width: 100% !important;
  height: 100% !important;
  justify-content: center;
}
.nldiag .modal-heading .head-text.left {
  justify-content: unset;
}
.nldiag .modal-heading .head-text.left h4 {
  text-align: left;
}
.nldiag .modal-heading .head-text h4 {
  padding: 0;
  margin: 0;
}
.nldiag .modal-heading .head-icons {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: row;
  align-items: center;
  text-align: center;
}
.nldiag .modal-heading .head-icons i {
  transition: color 150ms;
}
.nldiag .modal-heading .head-icons i:hover {
  cursor: pointer;
  transition: color 150ms;
}
.nldiag .modal-heading .head-icons.left {
  left: 0;
  margin-left: 1rem;
}
.nldiag .modal-heading .head-icons.right {
  right: 0;
  margin-right: 1rem;
}
.nldiag .subheading {
  text-align: center;
  font-weight: bold;
}
.nldiag .subheading .icons {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: row;
  align-items: center;
  right: 0.33em;
  text-align: center;
}
.nldiag .subheading .icons i {
  transition: color 150ms;
}
.nldiag .subheading .icons i:hover {
  cursor: pointer;
  transition: color 150ms;
}
.nldiag .modal-body {
  flex: 1;
  width: 100%;
  margin: 0 auto;
  padding: 0px !important;
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: column;
}
.nldiag .modal-body .comment {
  align-items: flex-end;
  margin-bottom: 10px;
}
.nldiag .body-container {
  position: relative;
  width: 100%;
  flex: 1;
}
.nldiag .body-container .body-text {
  text-align: center;
}
.nldiag .body-container .body-text span {
  line-height: 2em;
  white-space: pre-line;
}
.nldiag .body-container .form-group {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: row;
}
.nldiag .body-container .form-group > input,
.nldiag .body-container .form-group > select {
  flex: 1;
}
.nldiag .body-container .form-group > button {
  margin: 0 3px;
}
.nldiag .body-container .bold {
  font-weight: bold;
}
.nldiag .body-container .title-question {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 2;
  font-size: 1.33em;
}
.nldiag .body-container .comment {
  flex: 1;
  margin-bottom: 5%;
}
.nldiag .modal-footer {
  position: relative;
  height: 60px;
  padding: 8px;
  margin-top: 0 !important;
  text-align: center;
}
.nldiag .modal-footer .footer-container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: space-evenly;
}
.nldiag .modal-footer .left {
  float: left;
}
.nldiag .modal-footer .right {
  float: right;
}
.nldiag .loading-throb {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  visibility: hidden;
  opacity: 0;
  transition: all 500ms;
}
.nldiag .loading-throb > .bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 1px;
  border-radius: 300px;
  background: #407c59;
  box-shadow: 0px 0px 180px 120px #407c59;
}
.nldiag .loading-throb > i {
  font-size: 6em;
}
.nldiag .loading-throb > .text {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 120px;
  width: 400%;
  text-align: center;
  font-size: 1.75em;
  color: #71ce98;
}
.nldiag.loading .loading-throb {
  visibility: visible;
  opacity: 1;
}
.nldiag.loading .body-container {
  pointer-events: none;
  opacity: 0.25;
  transition: opacity 500ms;
}
.nldiag .status-loading,
.nldiag .status-no-results {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}
.nldiag .status-loading > img {
  width: 40px;
  height: 40px;
}
.nldiag .status-no-results {
  color: #be0b1d;
  font-size: 24px;
}
.nldiag .load-target {
  height: 571px;
  overflow: auto;
}
.v-center {
  display: flex;
}
/*****************************************************************************
**  Floating Panel Header
*****************************************************************************/
.floating-header {
  position: absolute;
  top: 0;
  visibility: hidden;
  z-index: 1;
}
/*****************************************************************************
**  'Nightlife dialog' sizes
*****************************************************************************/
.nldiag-md {
  box-shadow: 4px 4px 30px #555;
}
.nldiag-md .modal-heading {
  height: 4em;
  padding: 0.75em 1.5em;
}
.nldiag-md .modal-heading h4 {
  font-size: 20px;
}
.nldiag-md .modal-heading .head-text img,
.nldiag-md .modal-heading .head-text i {
  margin-right: 1.5rem;
}
.nldiag-md .modal-heading .head-icons {
  font-size: 24px;
  gap: 0.5rem;
}
.nldiag-md .modal-heading .head-icons > * {
  padding: 1rem;
}
.nldiag-md .modal-heading .head-icons .nm-icons-cross {
  font-size: 34px;
}
.nldiag-md .subheading {
  padding-top: 4px;
  padding-bottom: 4px;
}
.nldiag-md .subheading .icons {
  font-size: 20px;
}
.nldiag-md .subheading .icons i {
  margin-left: 0.75em;
}
.nldiag-md .subheading .icons .nm-icons-cross {
  font-size: 34px;
}
.nldiag-md .modal-body {
  overflow: hidden;
}
.nldiag-md .modal-body .body-container {
  padding: 20px 25px;
  overflow: hidden;
}
.nldiag-md .modal-body .body-container .body-text {
  font-size: 18px;
  margin: 15px 0 15px 0;
}
.nldiag-md .modal-body .body-container input[type=text],
.nldiag-md .modal-body .body-container input[type=password] {
  padding: 0.25em 0.5em;
  font-weight: bold;
}
.nldiag-md .modal-footer {
  height: 60px;
  padding: 0 8px 8px 8px;
}
.nldiag-md .modal-footer .footer-container {
  padding: 0 5px 0 5px;
}
.nldiag-md .modal-footer .left {
  margin-left: 10px;
}
.nldiag-md .modal-footer .right {
  margin-right: 10px;
}
.nldiag-md .modal-footer button:not(.normal) {
  min-width: 75px;
  font-size: 16px;
}
.nldiag-md .modal-footer button.normal {
  padding: 8px 12px;
  font-size: 14px;
}
.nldiag-md .modal-footer.button-row {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: row;
  justify-content: space-evenly;
  height: 175px;
  padding-bottom: 25px;
}
.nldiag-md .modal-footer.button-row .btn-uniform {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  background: none;
  border: 0;
  border-radius: 150px;
  font-weight: bold;
  white-space: normal;
}
.nldiag-md .modal-footer.button-row .btn-uniform:hover {
  border: 1px solid #ccc;
  color: #5ab37f;
}
.nldiag-md .modal-footer.button-row .btn-uniform i {
  position: absolute;
  top: 15%;
  font-size: 28px;
}
.nldiag-md .modal-footer.button-row .btn-uniform span {
  margin-top: 20%;
}
.nldiag-md .label-menu {
  height: 130px;
}
.nldiag-lg .modal-heading {
  height: 5em;
  padding: 0.75em 1.5em;
}
.nldiag-lg .modal-heading .title-icon,
.nldiag-lg .modal-heading .title-img {
  position: absolute;
  left: 0;
}
.nldiag-lg .modal-heading i {
  font-size: 1em;
}
.nldiag-lg .modal-heading h4 {
  font-size: 24px;
}
.nldiag-lg .modal-heading .head-text img {
  margin-right: 1.25em;
}
.nldiag-lg .modal-heading .head-icons {
  font-size: 24px;
  gap: 1rem;
}
.nldiag-lg .modal-heading .head-icons > * {
  padding: 1rem;
}
.nldiag-lg .subheading {
  padding: 0.75em 1.5em;
}
.nldiag-lg .subheading .icons {
  font-size: 22px;
  margin: 0 0.75em;
}
.nldiag-lg .body-container {
  padding: 15px;
}
.nldiag-lg .body-container .body-text {
  font-size: 18px;
  margin: 15px 0 15px 0;
}
.nldiag-lg .modal-footer {
  height: 80px;
  padding: 8px;
}
.nldiag-lg .modal-footer .footer-container {
  padding: 0 5px 0 5px;
  top: 35%;
}
.nldiag-lg .modal-footer .btn-wrap {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: row;
  justify-content: center;
}
.nldiag-lg .modal-footer .left {
  margin-left: 10px;
}
.nldiag-lg .modal-footer .right {
  margin-right: 10px;
}
.nldiag-lg .modal-footer button:not(.normal) {
  min-width: 75px;
  font-size: 20px;
}
.nldiag-lg .modal-footer button.normal {
  padding: 8px 12px;
  font-size: 14px;
}
.nldiag-lg .modal-footer .center-menu {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: row;
  height: 100%;
}
.nldiag-lg .modal-footer .center-menu > div {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: row;
  justify-content: center;
}
.nldiag-lg .modal-footer .center-menu > div:not(:first-child):not(:last-child) {
  margin: 0 30px;
}
.nldiag-lg .modal-footer .center-menu > div:first-child,
.nldiag-lg .modal-footer .center-menu > div:last-child {
  flex: 1;
}
.nldiag-lg .modal-footer .center-menu > div:first-child > * {
  margin-left: auto;
}
.nldiag-lg .modal-footer .center-menu > div:last-child > * {
  margin-right: auto;
}
.nldiag-lg .btn-uniform {
  width: 75px;
}
/*****************************************************************************
**  'Nightlife dialog' skins
*****************************************************************************/
.nldiag-plain .modal-heading {
  background-color: #999999;
  color: #ffffff;
}
.nldiag-plain .modal-heading .head-icons {
  color: #ffffff;
}
.nldiag-plain .subheading {
  background-color: #ffffff;
  color: #000000;
}
.nldiag-plain .modal-body {
  background: #ffffff;
  color: #000000;
}
.nldiag-plain .modal-body h4 {
  text-align: center;
  line-height: 2.25em;
  padding: 10px 0 20px;
  margin: 0;
}
.nldiag-plain .modal-footer {
  background-color: #ffffff;
  color: #000000;
}
.nldiag-plain .modal-footer button {
  font-weight: bold;
}
.nldiag-green .modal-heading {
  background-color: #5ab37f;
  color: #ffffff;
}
.nldiag-green .modal-heading .head-icons {
  color: #eeeeee;
}
.nldiag-green .modal-heading .head-icons i:hover {
  color: #ffffff;
}
.nldiag-green .subheading {
  background-color: #555555;
  color: #ffffff;
}
.nldiag-green .modal-body {
  color: #000000;
}
.nldiag-green .modal-body .question {
  display: inline-block;
  width: 100%;
  margin: 30px 0;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.nldiag-green .modal-body .question.icon {
  margin: 20px 0;
  font-size: 3em;
}
.nldiag-green .modal-body hr {
  border-top: 1px solid #777 !important;
}
.nldiag-green .modal-footer {
  color: #000000;
}
.nldiag-green .label-menu .menu-item:hover .button {
  background-color: #5ab37f;
}
.nldiag-green .label-menu .menu-item:active .button {
  background-color: #85c7a0;
}
.nldiag-green .label-menu .menu-item:hover .label {
  color: #5ab37f;
}
.nldiag-green .label-menu .button {
  background: #777;
}
.nldiag-green .label-menu .label {
  color: black;
  font-size: 16px !important;
}
.nldiag-green .dark {
  background-color: #444;
  color: #fff;
}
.nldiag-green .dark .number-control {
  font-size: 1.125em;
  width: 4.5em;
}
.nldiag-green .dark .number-control > span {
  background: #555;
  border: 0;
  color: #fff;
  font-weight: bold;
}
.nldiag-green .dark .number-control > span .ui-spinner {
  background-color: transparent;
  color: inherit;
}
.nldiag-green .dark .number-control > span .ui-icon {
  background-image: url('lib/images/ui-icons_ffffff_256x240.png');
}
.nldiag-green .dark .number-control .outer {
  border: 1px solid #888 !important;
  padding: 3px;
}
.nldiag-green .dark .number-control .outer:not(:disabled):not(.ui-state-disabled):hover {
  border: 1px solid #ddd !important;
}
.nldiag-green .dark .nl-radio-roll2 {
  width: 6em;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
.nldiag-green .dark .nl-radio-roll2 > div > label > span {
  font-weight: bold;
}
.nldiag-green .dark .nl-radio-roll2 > div > label.active > span {
  color: #fff;
}
.nldiag-green .dark .nl-radio-roll2 > div > label.side > span {
  color: #aaa;
}
.nldiag-green .dark .nl-radio-roll2.disabled > div > label > span {
  font-weight: unset !important;
}
.nldiag-green .dark .nl-radio-roll2.disabled > div > label.active > span {
  color: #aaa !important;
}
.nldiag-green .dark .nl-radio-roll2 label {
  height: 2.25em;
}
.nldiag-green .dark .nl-radio-roll2 label.active {
  background-color: #666;
}
.nldiag-grey .modal-heading {
  background-color: #181818;
  color: #ffffff;
}
.nldiag-grey .modal-heading .head-icons {
  color: #ffffff;
}
.nldiag-grey .subheading {
  background-color: #5ab37f;
  color: #ffffff;
}
.nldiag-grey .modal-body {
  background: #ffffff;
  color: #000000;
}
.nldiag-grey .modal-footer {
  background-color: #555555;
  color: #ffffff;
}
.nldiag-dark {
  background-color: #333333;
  color: #eee;
  scrollbar-width: thin;
  scrollbar-color: #555 #444;
}
.nldiag-dark .btn-text,
.nldiag-dark .btn-icon {
  color: #ddd;
  font-weight: bold;
}
.nldiag-dark .btn-text:disabled,
.nldiag-dark .btn-icon:disabled {
  opacity: 0.5;
}
.nldiag-dark .btn-text:not(:disabled):hover,
.nldiag-dark .btn-icon:not(:disabled):hover {
  color: #fff;
}
.nldiag-dark .btn-text:not(:disabled):focus,
.nldiag-dark .btn-icon:not(:disabled):focus {
  color: #5ab37f;
}
.nldiag-dark ::-webkit-scrollbar {
  width: 10px;
}
.nldiag-dark ::-webkit-scrollbar-track {
  background: #444;
}
.nldiag-dark ::-webkit-scrollbar-thumb {
  background: #555;
}
.nldiag-dark ::-webkit-scrollbar-thumb:hover {
  background: #666;
}
.nldiag-dark .loading-throb > i {
  color: #71ce98;
}
.nldiag-dark .modal-heading {
  background-color: #555555;
}
.nldiag-dark .modal-heading .head-icons {
  color: #bbb;
}
.nldiag-dark .modal-heading .head-icons i:hover {
  color: white;
}
.nldiag-dark .modal-heading img {
  vertical-align: text-top;
  width: 60px;
  margin: -6px 20px -6px;
}
.nldiag-dark .subheading {
  background-color: #444;
}
.nldiag-dark .subheading h3 {
  font-weight: bold;
  font-size: 1.35em !important;
  color: inherit;
}
.nldiag-dark .subheading h3.active {
  color: #71ce98;
  font-size: 1.5em !important;
}
.nldiag-dark .subheading .icons {
  color: #bbb;
}
.nldiag-dark .subheading .icons i:hover {
  color: white;
}
.nldiag-dark .modal-footer {
  height: 55px;
}
.nldiag-dark .modal-footer button.btn-success {
  background-color: #5ab37f !important;
}
.nldiag-dark .modal-footer button.btn-success:hover {
  background-color: #71ce98 !important;
}
.nldiag-dark .modal-footer button:not(:last-child) {
  margin-right: 6px;
}
.nldiag-dark .modal-footer .modal-spinner {
  height: 15px;
  width: 15px;
}
.nldiag-dark .form-horizontal p {
  font-weight: bold;
}
.nldiag-dark.nl-diag-dark-form input {
  border: 1px solid transparent;
  border-radius: 0;
  background: transparent;
  color: white;
}
.nldiag-dark.nl-diag-dark-form input input,
.nldiag-dark.nl-diag-dark-form input select,
.nldiag-dark.nl-diag-dark-form input textarea {
  outline: none !important;
  box-shadow: none !important;
  border: 0 !important;
  background: transparent !important;
  width: 100%;
  height: 100%;
  margin: 0;
}
.nldiag-dark.nl-diag-dark-form input input:disabled,
.nldiag-dark.nl-diag-dark-form input select:disabled,
.nldiag-dark.nl-diag-dark-form input textarea:disabled {
  cursor: initial;
}
.nldiag-dark.nl-diag-dark-form input:after {
  display: block;
  content: '';
}
.nldiag-dark.nl-diag-dark-form input:not(:disabled):not(.ui-state-disabled):not(.toggle-control-input) {
  border: 1px solid #888 !important;
}
.nldiag-dark.nl-diag-dark-form input:not(:disabled):not(.ui-state-disabled):not(.toggle-control-input):hover {
  border: 1px solid #222 !important;
}
.nldiag-dark.nl-diag-dark-form select {
  border: 1px solid transparent;
  border-radius: 0;
  background: transparent;
  color: white;
  padding: 7px 5px;
}
.nldiag-dark.nl-diag-dark-form select input,
.nldiag-dark.nl-diag-dark-form select select,
.nldiag-dark.nl-diag-dark-form select textarea {
  outline: none !important;
  box-shadow: none !important;
  border: 0 !important;
  background: transparent !important;
  width: 100%;
  height: 100%;
  margin: 0;
}
.nldiag-dark.nl-diag-dark-form select input:disabled,
.nldiag-dark.nl-diag-dark-form select select:disabled,
.nldiag-dark.nl-diag-dark-form select textarea:disabled {
  cursor: initial;
}
.nldiag-dark.nl-diag-dark-form select:after {
  display: block;
  content: '';
}
.nldiag-dark.nl-diag-dark-form select:not(:disabled):not(.ui-state-disabled):not(.toggle-control-input) {
  border: 1px solid #888 !important;
}
.nldiag-dark.nl-diag-dark-form select:not(:disabled):not(.ui-state-disabled):not(.toggle-control-input):hover {
  border: 1px solid #222 !important;
}
.nldiag-dark.nl-diag-dark-form textarea {
  border: 1px solid transparent;
  border-radius: 0;
  background: transparent;
  color: white;
  padding: 7px 5px;
}
.nldiag-dark.nl-diag-dark-form textarea input,
.nldiag-dark.nl-diag-dark-form textarea select,
.nldiag-dark.nl-diag-dark-form textarea textarea {
  outline: none !important;
  box-shadow: none !important;
  border: 0 !important;
  background: transparent !important;
  width: 100%;
  height: 100%;
  margin: 0;
}
.nldiag-dark.nl-diag-dark-form textarea input:disabled,
.nldiag-dark.nl-diag-dark-form textarea select:disabled,
.nldiag-dark.nl-diag-dark-form textarea textarea:disabled {
  cursor: initial;
}
.nldiag-dark.nl-diag-dark-form textarea:after {
  display: block;
  content: '';
}
.nldiag-dark.nl-diag-dark-form textarea:not(:disabled):not(.ui-state-disabled):not(.toggle-control-input) {
  border: 1px solid #888 !important;
}
.nldiag-dark.nl-diag-dark-form textarea:not(:disabled):not(.ui-state-disabled):not(.toggle-control-input):hover {
  border: 1px solid #222 !important;
}
.nldiag-spotify .modal-heading {
  background-color: #181818;
  color: #ffffff;
}
.nldiag-spotify .modal-heading .head-icons {
  color: #eeeeee;
}
.nldiag-spotify .modal-heading .head-icons i:hover {
  color: #ffffff;
}
.nldiag-spotify .subheading {
  background-color: #5ab37f;
  color: #ffffff;
}
.nldiag-spotify .modal-body {
  background: #121212;
  color: #ffffff;
}
.nldiag-spotify .modal-footer {
  background-color: #555555;
  color: #ffffff;
}
.nldiag-spotify .label-menu .button {
  background: #404040;
}
.nldiag-spotify .label-menu .label {
  color: white;
}
.nldiag-da .modal-heading {
  background-color: #333333;
  color: #ffffff;
}
.nldiag-da .modal-heading .head-icons {
  color: #999999;
}
.nldiag-da .modal-heading .head-icons i:hover {
  color: #ffffff;
}
.nldiag-da .modal-heading img {
  width: 60px;
  vertical-align: text-top;
}
.nldiag-da .subheading {
  background-color: #555555;
  color: #eeeeee;
}
.nldiag-da .subheading.navbar {
  padding: 0;
}
.nldiag-da .subheading .nav-tabs {
  background: transparent;
  border: 0;
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: row;
  align-items: center;
}
.nldiag-da .subheading .nav-tabs li {
  margin: 0;
  flex: 1;
}
.nldiag-da .subheading .nav-tabs li > a {
  background: transparent;
  border: 0;
  color: #eeeeee;
}
.nldiag-da .subheading .nav-tabs li.active > a {
  background-color: #777777;
  color: #ffffff;
}
.nldiag-da .modal-body {
  background-color: #f8f8f8;
}
.nldiag-da .modal-body .box {
  background-color: #ffffff;
  border: 1px solid #788388;
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: column;
}
.nldiag-da .modal-body .box .head {
  background-color: #eeeeee;
  color: #333333;
  font-weight: bold;
}
.nldiag-da .modal-body .box > *:not(.head):not(.foot) {
  color: #555555;
}
.nldiag-da .modal-body .box > *:not(.head):not(.foot) .subtext {
  color: #777777;
}
.nldiag-da .modal-body .box .foot {
  background-color: #eeeeee;
  color: #333333;
  font-weight: bold;
}
.nldiag-da .modal-footer {
  height: 55px;
}
.nldiag-da .modal-footer .modal-spinner {
  width: 15px;
  height: 15px;
}
.nldiag-da .btn {
  margin-right: 5px;
}
.nldiag-da .form-horizontal p {
  font-weight: bold;
}
.nldiag-mobile .modal-heading {
  background-color: #333333;
  color: #ffffff;
}
.nldiag-mobile .modal-heading .head-icons {
  color: #999999;
}
.nldiag-mobile .modal-heading .head-icons i:hover {
  color: #ffffff;
}
.nldiag-mobile .modal-heading img {
  width: 60px;
  vertical-align: text-top;
}
.nldiag-mobile .modal-body {
  background-color: #eee;
  color: #777;
  padding: 1.5rem !important;
}
@font-face {
  font-family: 'open_sanslight';
  src: url('../font/OpenSans-Light.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'open_sansregular';
  src: url('../font/OpenSans-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'open_sanssemibold';
  src: url('../font/OpenSans-SemiBold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'bebas_neueregular';
  src: url('../font/BebasNeue-webfont.eot');
  src: url('../font/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'), url('../font/BebasNeue-webfont.woff2') format('woff2'), url('../font/BebasNeue-webfont.woff') format('woff'), url('../font/BebasNeue-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.nightlife-tabs {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: row;
  background: #eee;
}
.nightlife-tabs li,
.nightlife-tabs li a,
.nightlife-tabs button,
.nightlife-tabs button span {
  border-radius: 0;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  outline: none;
}
.nightlife-tabs li,
.nightlife-tabs button {
  flex: 1;
  text-align: center;
}
.nightlife-tabs li {
  float: unset;
}
.nightlife-tabs button {
  padding: 10px 15px;
}
.nightlife-tabs li a,
.nightlife-tabs button {
  height: 100%;
  border: 0;
  background: #333333;
  color: #ffffff;
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.nightlife-tabs li a > div,
.nightlife-tabs button > div {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.nightlife-tabs li a > div i,
.nightlife-tabs button > div i {
  font-style: normal;
  padding: 0.25em 0.75em;
}
.nightlife-tabs li:not(:last-child) a,
.nightlife-tabs button:not(:last-child) {
  border-right: 1px solid #999999;
}
.nightlife-tabs li a:hover,
.nightlife-tabs button:hover,
.nightlife-tabs li.active a,
.nightlife-tabs button.active,
.nightlife-tabs li.active a:hover,
.nightlife-tabs button.active:hover {
  color: #ffffff !important;
  border: 0 !important;
  border-right: 1px solid #999999 !important;
}
.nightlife-tabs li.active a,
.nightlife-tabs button.active {
  background: #5ab37f !important;
}
.nightlife-tabs li a:hover,
.nightlife-tabs button:hover,
.nightlife-tabs li.active a:hover,
.nightlife-tabs button.active:hover {
  background: #A5C2B1;
}
.nightlife-tabs button::-moz-focus-inner {
  border: 0;
}
@font-face {
  font-family: "nm-icons";
  src: url("../font/nm-icons.eot?8f06d7193fac41c710639a6ad3dc4d9e");
  src: url("../font/nm-icons.eot?#iefix") format("embedded-opentype"), url("../font/nm-icons.ttf?8f06d7193fac41c710639a6ad3dc4d9e") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.nm-icons-advertising:before,
.nm-icons-angle-down:before,
.nm-icons-angle-left:before,
.nm-icons-angle-right:before,
.nm-icons-angle-up:before,
.nm-icons-arrow-content-bottom:before,
.nm-icons-arrow-content-down:before,
.nm-icons-arrow-content-left:before,
.nm-icons-arrow-content-right:before,
.nm-icons-arrow-content-top:before,
.nm-icons-arrow-content-up:before,
.nm-icons-artist:before,
.nm-icons-checked-plus:before,
.nm-icons-checked:before,
.nm-icons-checked-disabled:before,
.nm-icons-cog:before,
.nm-icons-cogs:before,
.nm-icons-connection:before,
.nm-icons-control-add:before,
.nm-icons-control-mix-prev:before,
.nm-icons-control-mix:before,
.nm-icons-control-trash:before,
.nm-icons-cross:before,
.nm-icons-crowddj:before,
.nm-icons-delete:before,
.nm-icons-film:before,
.nm-icons-genre:before,
.nm-icons-hamburger:before,
.nm-icons-headphones:before,
.nm-icons-info:before,
.nm-icons-karaoke-icon:before,
.nm-icons-lists:before,
.nm-icons-lm-juke:before,
.nm-icons-manager:before,
.nm-icons-mmn:before,
.nm-icons-music-zone:before,
.nm-icons-musicnote:before,
.nm-icons-off:before,
.nm-icons-pause-now:before,
.nm-icons-play:before,
.nm-icons-plus-filled:before,
.nm-icons-refresh:before,
.nm-icons-release:before,
.nm-icons-scheduled-pause:before,
.nm-icons-search:before,
.nm-icons-sign-in:before,
.nm-icons-sign-out:before,
.nm-icons-spotify:before,
.nm-icons-star-empty:before,
.nm-icons-star-filled:before,
.nm-icons-thumb-down-empty:before,
.nm-icons-thumb-down:before,
.nm-icons-thumb-up-empty:before,
.nm-icons-thumb-up:before,
.nm-icons-unchecked:before,
.nm-icons-unchecked-disabled:before,
.nm-icons-venue-groups:before,
.nm-icons-venue:before,
.nm-icons-visual-content:before {
  font-family: "nm-icons";
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
}
.nm-icons-advertising:before {
  content: "\f101";
}
.nm-icons-angle-down:before {
  content: "\f102";
}
.nm-icons-angle-left:before {
  content: "\f103";
}
.nm-icons-angle-right:before {
  content: "\f104";
}
.nm-icons-angle-up:before {
  content: "\f105";
}
.nm-icons-arrow-content-bottom:before {
  content: "\f106";
}
.nm-icons-arrow-content-down:before {
  content: "\f107";
}
.nm-icons-arrow-content-left:before {
  content: "\f108";
}
.nm-icons-arrow-content-right:before {
  content: "\f109";
}
.nm-icons-arrow-content-top:before {
  content: "\f10a";
}
.nm-icons-arrow-content-up:before {
  content: "\f10b";
}
.nm-icons-artist:before {
  content: "\f10c";
}
.nm-icons-checked-plus:before {
  content: "\f10d";
}
.nm-icons-checked:before {
  content: "\f10e";
}
.nm-icons-checked-disabled {
  opacity: 0.5;
  filter: alpha(opacity=50);
  /* IE8 and earlier */
}
.nm-icons-checked-disabled:before {
  content: "\f10d";
}
.nm-icons-cog:before {
  content: "\f10f";
}
.nm-icons-cogs:before {
  content: "\f110";
}
.nm-icons-connection:before {
  content: "\f111";
}
.nm-icons-control-add:before {
  content: "\f112";
}
.nm-icons-control-mix-prev:before {
  content: "\f113";
}
.nm-icons-control-mix:before {
  content: "\f114";
}
.nm-icons-control-trash:before {
  content: "\f115";
}
.nm-icons-cross:before {
  content: "\f116";
}
.nm-icons-crowddj:before {
  content: "\f117";
}
.nm-icons-delete:before {
  content: "\f118";
}
.nm-icons-film:before {
  content: "\f119";
}
.nm-icons-genre:before {
  content: "\f11a";
}
.nm-icons-hamburger:before {
  content: "\f11b";
}
.nm-icons-headphones:before {
  content: "\f11c";
}
.nm-icons-info:before {
  content: "\f11d";
}
.nm-icons-karaoke-icon:before {
  content: "\f11e";
}
.nm-icons-lists:before {
  content: "\f11f";
}
.nm-icons-lm-juke:before {
  content: "\f120";
}
.nm-icons-manager:before {
  content: "\f121";
}
.nm-icons-mmn:before {
  content: "\f122";
}
.nm-icons-music-zone:before {
  content: "\f123";
}
.nm-icons-musicnote:before {
  content: "\f124";
}
.nm-icons-off:before {
  content: "\f125";
}
.nm-icons-pause-now:before {
  content: "\f126";
}
.nm-icons-play:before {
  content: "\f127";
}
.nm-icons-plus-filled:before {
  content: "\f128";
}
.nm-icons-refresh:before {
  content: "\f129";
}
.nm-icons-release:before {
  content: "\f12a";
}
.nm-icons-scheduled-pause:before {
  content: "\f12b";
}
.nm-icons-search:before {
  content: "\f12c";
}
.nm-icons-sign-in:before {
  content: "\f12d";
}
.nm-icons-sign-out:before {
  content: "\f12e";
}
.nm-icons-spotify:before {
  content: "\f12f";
}
.nm-icons-star-empty:before {
  content: "\f130";
}
.nm-icons-star-filled:before {
  content: "\f131";
}
.nm-icons-thumb-down-empty:before {
  content: "\f132";
}
.nm-icons-thumb-down:before {
  content: "\f133";
}
.nm-icons-thumb-up-empty:before {
  content: "\f134";
}
.nm-icons-thumb-up:before {
  content: "\f135";
}
.nm-icons-unchecked:before {
  content: "\f136";
}
.nm-icons-unchecked-disabled {
  opacity: 0.33;
  filter: alpha(opacity=33);
  /* IE8 and earlier */
}
.nm-icons-unchecked-disabled:before {
  content: "\f136";
}
.nm-icons-venue-groups:before {
  content: "\f137";
}
.nm-icons-venue:before {
  content: "\f138";
}
.nm-icons-visual-content:before {
  content: "\f139";
}
.fake-nm-icons-radio {
  width: 36px;
  height: 36px;
  padding: 0;
  margin: 0;
}
.fake-nm-icons-lightbulb {
  width: 32px;
  height: 32px;
  padding: 0;
  margin: 0;
}
.fake-nm-icons-spotify-black {
  width: 14px;
  height: 14px;
}
.fake-nm-icons-spotify-black:before {
  background-image: url('../img/brand/spotify_black.png');
  background-size: cover;
  display: inline-block;
  width: 14px;
  height: 14px;
  content: "";
}
.fake-nm-icons-spotify-green {
  width: 14px;
  height: 14px;
}
.fake-nm-icons-spotify-green:before {
  background-image: url('../img/brand/ic-spotify-new.png');
  background-size: cover;
  display: inline-block;
  width: 14px;
  height: 14px;
  content: "";
}
.icon-overlay-base {
  position: relative;
}
.fake-nm-icons-overlay-headphones {
  position: absolute;
  top: -1.5rem;
  left: -1rem;
  width: 4.5rem;
  height: 4.5rem;
  padding: 0;
  margin: 0;
  z-index: 1;
}
.fake-nm-icons-manual-auto-icon:before {
  background-image: url('../img/manual_auto_icon_dark2.png');
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  display: inline-block;
  content: "";
}
#notice-wrapper {
  position: absolute;
  z-index: 10000;
  bottom: 50px;
  left: 50%;
  margin-left: -300px;
  width: 600px;
  opacity: 0.86;
  display: none;
}
.alert {
  color: #ffffff;
  font-size: 1.2em;
  padding: 5px 0;
  text-align: center;
  border: 0;
  border-radius: 5px;
  background: #000000;
}
/****************************************************************************/
/************************** NIGHTLIFE PANEL STYLES **************************/
/*  Nightlife Panels extend bootstrap's .panel class
/*	General structure is: .panel > panel-heading and panel-body
/*  You can also have panel-footer, just insert a <div> under panel-body
/*  with the panel-footer class.
/****************************************************************************/
/****************************************************************************/
/* a few vars */
.nm-panel {
  /* extends bootstrap's panel */
  /* all control panel items begin as regular (no light font) */
  font-family: "open_sanslight", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  border-radius: 0px;
  overflow-x: hidden;
  /***********************************/
  /* PANEL HEADING and */
  /* CONTROL BUTTONS FOR A PANEL */
  /***********************************/
  /***********************************/
  /* PANEL BODY */
  /***********************************/
  /***********************************/
  /* PANEL SIDEBAR (Optional) */
  /***********************************/
}
.nm-panel.fixed-height {
  height: 100% !important;
  overflow-y: hidden;
}
.nm-panel .panel-heading {
  padding: 10px 15px;
  background: #eee;
  border: 0;
  font-size: 2rem;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom: 1px solid #dadddd;
  /* to make buttons float left of each other */
  /*elements in the header */
}
.nm-panel .panel-heading h3 {
  margin: 0;
}
@media screen and (max-height: 850px) {
  .nm-panel .panel-heading {
    padding: 3px 15px;
  }
}
.nm-panel .panel-heading span,
.nm-panel .panel-heading div {
  display: inline-block;
}
.nm-panel .panel-heading .search-input-container {
  background: white;
  border: 1px solid #dadddd;
  width: 180px;
}
.nm-panel .panel-heading .search-input-container input {
  padding: 0 5px;
  font-size: 1.4rem;
  width: 150px;
  height: 33px;
  border: 0;
}
.nm-panel .panel-heading .search-input-container .clear-search {
  color: #dadddd;
  height: 30px;
  width: 30px;
}
.nm-panel .panel-heading .search-input-container .clear-search:hover {
  color: #999999;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .nm-panel .panel-heading .search-input-container {
    width: 120px;
    border: none;
  }
  .nm-panel .panel-heading .search-input-container input {
    width: 112px;
    font-size: 0.6em;
  }
}
.nm-panel .panel-heading div {
  /* div class btn */
}
.nm-panel .panel-heading div i.icon-angle-right {
  color: #999999;
}
.nm-panel .panel-heading div i.icon-home {
  font-size: 0.8em;
  color: #dadddd;
}
.nm-panel .panel-heading div .btn,
.nm-panel .panel-heading div.btn {
  color: white;
  font-size: 1.4rem;
  margin: 0 5px;
  /* icons colours */
  /* special classes & button colours */
  /* for buttons that we don't want to look like buttons */
  /* standard button hover */
}
.nm-panel .panel-heading div .btn i,
.nm-panel .panel-heading div.btn i {
  color: #333333;
}
.nm-panel .panel-heading div .btn span.caret,
.nm-panel .panel-heading div.btn span.caret {
  border-top-color: #333333;
}
.nm-panel .panel-heading div .btn.teal,
.nm-panel .panel-heading div.btn.teal {
  background-color: #2fccab;
}
.nm-panel .panel-heading div .btn.teal:hover,
.nm-panel .panel-heading div.btn.teal:hover {
  background-color: #2ab79a;
}
.nm-panel .panel-heading div .btn.teal i,
.nm-panel .panel-heading div.btn.teal i {
  color: white;
}
.nm-panel .panel-heading div .btn.teal span.caret,
.nm-panel .panel-heading div.btn.teal span.caret {
  border-top-color: #FFFFFF;
}
.nm-panel .panel-heading div .btn.unfocused,
.nm-panel .panel-heading div.btn.unfocused {
  background-color: transparent;
  border-color: transparent;
  /* icons */
  color: #333333;
  /* we've reset the border and bg of unfocused elements */
  /* need to set the hover and active states again */
}
.nm-panel .panel-heading div .btn.unfocused span.caret,
.nm-panel .panel-heading div.btn.unfocused span.caret {
  border-top-color: #333333;
}
.nm-panel .panel-heading div .btn.unfocused:hover,
.nm-panel .panel-heading div.btn.unfocused:hover,
.nm-panel .panel-heading div .btn.unfocused:active,
.nm-panel .panel-heading div.btn.unfocused:active {
  background-color: #ebebeb;
  border-color: #adadad;
}
.nm-panel .panel-heading div.dropdown {
  margin-left: 5px;
  margin-top: 0;
}
.nm-panel .panel-heading div.dropdown .btn {
  margin-left: 0;
}
.nm-panel .panel-heading div.dropdown.open .btn.unfocused {
  border-color: #999999;
}
.nm-panel .panel-heading .ad-players-button span {
  display: inline-block;
  padding-right: 5px;
}
@media screen and (max-width: 1200px) {
  .nm-panel .panel-heading .ad-players-button span {
    display: none;
  }
}
.nm-panel .panel-heading .dropdown-menu {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  margin: 0;
  padding: 0;
}
.nm-panel .panel-heading .dropdown-menu li a {
  padding: 8px 12px;
}
.nm-panel .panel-body {
  height: 100%;
}
.nm-panel .panel-body h3,
.nm-panel .panel-body h4 {
  color: #5ab37f;
}
.nm-panel .panel-body h3 {
  margin: 0;
  padding: 15px;
}
.nm-panel .panel-body-content {
  /* created for file lists that also have content above them */
  /* like on the advertising page */
  height: 100%;
}
.nm-panel .nm-panel-topbar,
.nm-panel .nm-panel-text-topbar {
  height: 46%;
  min-height: 400px;
  overflow-y: scroll;
  border-left: none!important;
}
.nm-panel .nm-panel-topbar .bottom-bar,
.nm-panel .nm-panel-text-topbar .bottom-bar {
  bottom: 0px!important;
  text-align: center!important;
  padding-right: 0px!important;
  margin-left: -15px !important;
}
.nm-panel .nm-panel-text-topbar {
  height: 53%;
  min-height: 360px;
}
.nm-panel .text-topbar-height {
  height: 58%!important;
  min-height: 390px!important;
}
.nm-panel .nm-panel-sidebar {
  display: flex;
  overflow-y: auto;
  flex-direction: column;
  flex: 1;
  height: 93%;
}
.nm-panel .nm-panel-sidebar .input-label {
  clear: both;
}
.nm-panel .nm-panel-sidebar .nm-icons-cross {
  padding: 0px;
}
.nm-panel .nm-panel-sidebar .params-group,
.nm-panel .nm-panel-sidebar .schedule-group {
  margin-top: 20px;
}
@media screen and (max-height: 840px) {
  .nm-panel .nm-panel-sidebar .params-group,
  .nm-panel .nm-panel-sidebar .schedule-group {
    margin-top: 5px;
  }
}
.nm-panel .nm-panel-sidebar,
.nm-panel .nm-panel-topbar,
.nm-panel .nm-panel-text-topbar {
  background: #f3f3f3;
  border-left: 1px solid #b3b3b3;
  font-size: 12px;
  /*base */
  /*.box-shadow(-2px 11px 19px rgba(0,0,0,0.4));*/
}
.nm-panel .nm-panel-sidebar div,
.nm-panel .nm-panel-topbar div,
.nm-panel .nm-panel-text-topbar div {
  margin: 0;
}
.nm-panel .nm-panel-sidebar .nm-icons-cross,
.nm-panel .nm-panel-topbar .nm-icons-cross,
.nm-panel .nm-panel-text-topbar .nm-icons-cross {
  margin: 0 10px;
  text-align: right;
  color: #999999;
  display: block;
  width: 100%;
  padding-right: 5px;
  font-size: 1.5em;
}
@media screen and (max-width: 1024px) {
  .nm-panel .nm-panel-sidebar .nm-icons-cross,
  .nm-panel .nm-panel-topbar .nm-icons-cross,
  .nm-panel .nm-panel-text-topbar .nm-icons-cross {
    font-size: 1em;
  }
}
.nm-panel .nm-panel-sidebar .nm-icons-cross:hover,
.nm-panel .nm-panel-topbar .nm-icons-cross:hover,
.nm-panel .nm-panel-text-topbar .nm-icons-cross:hover {
  color: #333333;
  cursor: pointer;
}
.nm-panel .nm-panel-sidebar .main-section,
.nm-panel .nm-panel-topbar .main-section,
.nm-panel .nm-panel-text-topbar .main-section {
  margin-bottom: 15px;
}
.nm-panel .nm-panel-sidebar .bottom-bar,
.nm-panel .nm-panel-topbar .bottom-bar,
.nm-panel .nm-panel-text-topbar .bottom-bar {
  text-align: center;
  width: 100%;
  padding: 0;
  margin-left: -15px;
  margin-top: 10px;
  /* temporary hack for load spinner */
}
@media screen and (max-height: 850px) {
  .nm-panel .nm-panel-sidebar .bottom-bar,
  .nm-panel .nm-panel-topbar .bottom-bar,
  .nm-panel .nm-panel-text-topbar .bottom-bar {
    bottom: 42px;
  }
}
.nm-panel .nm-panel-sidebar .bottom-bar.disabled,
.nm-panel .nm-panel-topbar .bottom-bar.disabled,
.nm-panel .nm-panel-text-topbar .bottom-bar.disabled {
  background: #fbe1e1;
}
.nm-panel .nm-panel-sidebar .bottom-bar img,
.nm-panel .nm-panel-topbar .bottom-bar img,
.nm-panel .nm-panel-text-topbar .bottom-bar img {
  width: 15px;
}
.nm-panel .nm-panel-sidebar .bottom-bar .btn,
.nm-panel .nm-panel-topbar .bottom-bar .btn,
.nm-panel .nm-panel-text-topbar .bottom-bar .btn {
  margin-bottom: 5px;
}
.nm-panel .nm-panel-sidebar .bottom-bar .delete-btn,
.nm-panel .nm-panel-topbar .bottom-bar .delete-btn,
.nm-panel .nm-panel-text-topbar .bottom-bar .delete-btn {
  display: inline-block;
  margin-right: 15px;
  color: #941616;
}
.nm-panel .nm-panel-sidebar .bottom-bar .delete-btn:hover,
.nm-panel .nm-panel-topbar .bottom-bar .delete-btn:hover,
.nm-panel .nm-panel-text-topbar .bottom-bar .delete-btn:hover {
  text-decoration: underline;
  color: #e03030;
  cursor: pointer;
}
.nm-panel .nm-panel-sidebar .bottom-bar .label-view-only,
.nm-panel .nm-panel-topbar .bottom-bar .label-view-only,
.nm-panel .nm-panel-text-topbar .bottom-bar .label-view-only {
  display: inline-block;
  width: 100%;
  background: #e03030;
  color: white;
  text-align: center;
}
.list-no-style {
  list-style: none;
  margin: 0;
  padding: 0;
}
.icon-menu-item > .button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  position: relative;
  margin: 0 auto;
  cursor: pointer;
}
.icon-menu-item > .button a {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  text-align: center;
  text-decoration: none;
  font-size: 200%;
}
.radial-btn {
  color: black;
  font-size: 200%;
}
.radial-btn,
.radial-item {
  width: 80px;
  height: 80px;
}
.radial-item > .button {
  position: relative;
  border-radius: 50%;
  cursor: pointer;
  color: white;
  background: #404040;
  width: 70px;
  height: 70px;
}
.radial-item > .button i,
.radial-item > .button a {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  text-align: center;
  text-decoration: none;
  font-size: 200%;
  color: white;
}
.radial-items > .label {
  color: black;
  font-size: 125%;
}
.radial-menu:hover,
.radial-menu:focus {
  position: absolute;
  top: -75%;
  left: -25%;
  width: 150%;
  height: 250%;
}
.radial-menu:hover > .radial-buttons,
.radial-menu:focus > .radial-buttons {
  display: none;
}
.radial-menu:hover > .radial-items > .label:last-child,
.radial-menu:focus > .radial-items > .label:last-child {
  display: block;
}
.radial-menu:hover > .radial-items > li.radial-item,
.radial-menu:focus > .radial-items > li.radial-item {
  opacity: 1;
}
.radial-buttons {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.radial-btn {
  position: relative;
  margin: 0 auto;
  background-size: 100%;
  overflow: hidden;
  text-decoration: none;
  display: none;
  cursor: pointer;
}
.radial-btn span,
.radial-btn img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  text-align: center;
}
.radial-buttons:not(:target) > a:first-of-type,
.radial-buttons:target > a:last-of-type {
  display: block;
}
.radial-items {
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 2;
}
.radial-items > .label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  pointer-events: none;
}
.radial-item {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: transform 500ms;
  transition: 0.15s;
}
.radial-item > .button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  position: relative;
  margin: 0 auto;
  cursor: pointer;
}
.radial-item > .button a {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  text-align: center;
  text-decoration: none;
  font-size: 200%;
}
.radial-item:hover > .button {
  box-shadow: 0 5px 10px black;
}
.radial-item:hover ~ .label:last-child {
  display: none !important;
}
.radial-item:hover + .label {
  display: block;
}
.radial-menu:hover > .radial-items > li.radial-item:nth-of-type(1),
.radial-menu:focus > .radial-items > li.radial-item:nth-of-type(1) {
  margin-left: -30px;
  transform: rotate(0deg) translate(-150%, -50%) rotate(0deg);
  transition-delay: 0s;
}
.radial-menu:hover > .radial-items > li.radial-item:nth-of-type(2),
.radial-menu:focus > .radial-items > li.radial-item:nth-of-type(2) {
  transform: rotate(0deg) translate(-150%, -150%) rotate(0deg);
  transition-delay: 0s;
}
.radial-menu:hover > .radial-items > li.radial-item:nth-of-type(3),
.radial-menu:focus > .radial-items > li.radial-item:nth-of-type(3) {
  margin-top: -30px;
  transform: rotate(0deg) translate(-50%, -150%) rotate(0deg);
  transition-delay: 0s;
}
.radial-menu:hover > .radial-items > li.radial-item:nth-of-type(4),
.radial-menu:focus > .radial-items > li.radial-item:nth-of-type(4) {
  transform: rotate(0deg) translate(50%, -150%) rotate(0deg);
  transition-delay: 0s;
}
.radial-menu:hover > .radial-items > li.radial-item:nth-of-type(5),
.radial-menu:focus > .radial-items > li.radial-item:nth-of-type(5) {
  margin-left: 30px;
  transform: rotate(0deg) translate(50%, -50%) rotate(0deg);
  transition-delay: 0s;
}
.radial-menu:hover > .radial-items > li.radial-item:nth-of-type(6),
.radial-menu:focus > .radial-items > li.radial-item:nth-of-type(6) {
  transform: rotate(0deg) translate(50%, 50%) rotate(0deg);
  transition-delay: 0s;
}
.radial-menu:hover > .radial-items > li.radial-item:nth-of-type(7),
.radial-menu:focus > .radial-items > li.radial-item:nth-of-type(7) {
  margin-top: 30px;
  transform: rotate(0deg) translate(-50%, 50%) rotate(0deg);
  transition-delay: 0s;
}
.radial-menu:hover > .radial-items > li.radial-item:nth-of-type(8),
.radial-menu:focus > .radial-items > li.radial-item:nth-of-type(8) {
  transform: rotate(0deg) translate(-150%, 50%) rotate(0deg);
  transition-delay: 0s;
}
.radial-items:hover > .radial-item {
  opacity: 0.5 !important;
}
.radial-items:hover > .radial-item:hover {
  opacity: 1 !important;
}
/*
 *  Scrollbar Styles
 */
.scrollbar {
  float: left;
  height: 300px;
  width: 65px;
  background: #F5F5F5;
  overflow-y: scroll;
  margin-bottom: 25px;
}
.scrollbar-style::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}
.scrollbar-style::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5;
}
.scrollbar-style::-webkit-scrollbar-thumb {
  background-color: #000000;
}
/****************************************************************************/
/************************** NIGHTLIFE WIDGET STYLES **************************/
/*  Nightlife Panels extend bootstrap classes */
/*  And Also jquery-ui */
/****************************************************************************/
/****************************************************************************/
.ui-datepicker {
  font-family: "open_sansregular", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
.ui-datepicker .ui-widget-header {
  font-family: "open_sanssemibold", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  border: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #333333;
  color: white;
}
.ui-datepicker .ui-widget-header .ui-datepicker-next,
.ui-datepicker .ui-widget-header .ui-datepicker-prev {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.ui-datepicker .ui-widget-header .ui-datepicker-next-hover,
.ui-datepicker .ui-widget-header .ui-datepicker-prev-hover,
.ui-datepicker .ui-widget-header .ui-state-hover {
  background: #3d3d3d;
  border: 0;
  color: white;
}
.ui-datepicker table.ui-datepicker-calendar thead tr th {
  font-weight: 100;
}
.ui-datepicker table.ui-datepicker-calendar tbody td a {
  font-weight: 100 !important;
  border-color: #dadddd;
  color: #555555;
}
.ui-datepicker table.ui-datepicker-calendar tbody td a:hover {
  background: #e6e6e6;
}
.ui-datepicker table.ui-datepicker-calendar tbody td a.ui-state-active {
  background: #5ab37f !important;
  color: white !important;
  border-color: #5ab37f !important;
}
.ui-datepicker table.ui-datepicker-calendar tbody td a.ui-state-highlight {
  /* today */
  background: white;
  border-color: #dadddd;
  color: #5ab37f;
  font-weight: bold !important;
}
.i-fas {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.i-fas.fa-pull-left {
  margin-right: 0.3em;
}
.i-fas.fa-pull-right {
  margin-left: 0.3em;
}
.i-far {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.i-far.fa-pull-left {
  margin-right: 0.3em;
}
.i-far.fa-pull-right {
  margin-left: 0.3em;
}
.sans-light {
  font-family: "open_sanslight", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
.sans-regular {
  font-family: "open_sansregular", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
.sans-semibold {
  font-family: "open_sanssemibold", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
.control-state-playing {
  color: #5ab37f !important;
}
.control-state-pausing {
  color: #f9ce00 !important;
}
.control-state-paused {
  color: #941616 !important;
}
/*
 * Bootstrap Components edited for Nightlife App
 */
*:focus {
  outline: 0;
}
/*::-moz-selection { background: @stormGreen; color: #fff; text-shadow: none; }
::selection { background: @stormGreen; color: #fff; text-shadow: none; }
::-webkit-selection{ background: @stormGreen; color: #fff; text-shadow: none; } */
.panel {
  margin: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
/* for things like filelist */
/* that need to go to the edge */
.no-horiz-padding {
  padding-left: 0;
  padding-right: 0;
}
.no-vert-padding {
  padding-top: 0;
  padding-bottom: 0;
}
.btn-success {
  background: #5ab37f;
  border-color: #5ab37f;
}
.btn-success:hover {
  background: #459566;
}
.btn-danger {
  background: #941616;
  border-color: #941616;
}
.btn-secondary {
  background: #167694 !important;
  border-color: #167694 !important;
  color: #fff !important;
}
.badge-success {
  background: #5ab37f !important;
  border-color: #5ab37f !important;
}
.badge-error {
  background: #941616 !important;
  border-color: #941616 !important;
}
.badge-warning {
  background: #F4D978 !important;
  border-color: #F4D978 !important;
  color: #5F4D11 !important;
}
.badge-primary {
  background: #444 !important;
  border-color: #444 !important;
  color: #fff !important;
}
.border-success {
  border-color: #5ab37f;
}
.border-error {
  border-color: #941616;
}
.bg-success {
  background-color: #5ab37f;
}
.bg-error {
  background-color: #941616;
}
.text-success {
  color: #5ab37f;
}
.text-error {
  color: #cc1919;
}
.text-warning {
  color: #e55c11;
}
.loading-small-white {
  display: inline-block;
  background-image: url('../img/nm-loading-animation-white.gif');
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.textured-background {
  background-image: url('../img/bg_texture.png');
}
.manager-background {
  background-image: url('../img/brand/manager_bg.jpg');
}
.menudrawer-background {
  background-image: url('../img/brand/menudrawer_bg.jpg');
}
.mmnl_bg {
  background-image: url('../img/brand/MMNL_BG.jpg');
}
.btn-remove i {
  color: #be0b1d;
}
.btn-apply {
  color: #dadddd;
  background: #167694;
}
.btn-apply:hover,
.btn-apply:focus {
  color: #ffffff;
  text-decoration: none;
  background: #555555;
}
.callout-bottom.current {
  background: #000000;
}
.callout-bottom.current:after {
  border-top-color: #000000;
}
.callout-bottom.history {
  background: #555555;
}
.callout-bottom.history:after {
  border-top-color: #555555;
}
.callout-bottom.active {
  background: #dadddd;
}
.callout-bottom.active:after {
  border-top-color: #dadddd;
}
.callout-bottom.warning {
  background: #941616;
  border-bottom-color: #333333;
}
.callout-bottom.warning:after {
  border-top-color: #941616;
}
.callout-bottom.warning:before {
  border-top-color: #333333;
}
.callout-bottom:hover:after {
  border-top-color: #dadddd;
}
.callout-bottom:active:after {
  border-top-color: #ffffff;
}
.switch {
  display: block;
}
.btn {
  border-radius: 1px;
}
.nm-icons-star-filled.green:before {
  color: green;
}
.nm-icons-star-filled.red:before {
  color: red;
}
/* Material Design shadows */
.z-depth-0 {
  box-shadow: none !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.z-depth-1 {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.z-depth-1-half {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.z-depth-2 {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.z-depth-3 {
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}
.z-depth-4 {
  box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
}
.z-depth-5 {
  box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
}
.transition-none {
  transition: none !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
}
.hoverable-1:hover {
  transition: box-shadow 0.25s;
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.hoverable-2:hover {
  transition: box-shadow 0.25s;
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}
.hoverable-3:hover {
  transition: box-shadow 0.25s;
  box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
}
/* ATTRIBUTES */
.d-none {
  display: none;
}
.hide {
  display: none !important;
}
.hover-show:hover > .hide {
  display: block;
}
.show {
  display: unset !important;
}
.d-block {
  display: block;
}
.d-inline {
  display: inline;
}
.d-iblock {
  display: inline-block;
}
.multi-p {
  display: inline-block;
  margin: 1rem 0;
}
.multi-p > * {
  display: inline-block;
  vertical-align: middle;
}
.hover-show-opacity {
  opacity: 0;
  transition: opacity 0.15s ease-in-out;
}
.hover-show-opacity:hover {
  opacity: 1;
}
.v-middle {
  vertical-align: middle;
}
.fake-icon-repos {
  position: relative;
}
.fake-icon-repos:before {
  position: absolute;
  left: 0;
  top: 10px;
}
.under {
  z-index: -1;
}
.above {
  z-index: 1;
}
.above-2 {
  z-index: 2;
}
.z-panel {
  z-index: 1030;
}
.z-dialog {
  z-index: 1060;
}
.z-confirm {
  z-index: 1090;
}
.clickable {
  cursor: pointer !important;
}
.non-clickable {
  cursor: default !important;
}
.grabbable {
  cursor: grab !important;
}
.click-through {
  pointer-events: none;
}
.opacity-0 {
  opacity: 0;
}
.opacity-1 {
  opacity: 1;
}
.opacity-1-hard {
  opacity: 1 !important;
}
.opacity-05 {
  opacity: 0.5;
}
.hover-opacity-0:hover {
  opacity: 0;
}
.hover-opacity-1:hover {
  opacity: 1;
}
.invisible {
  visibility: hidden;
  opacity: 0;
}
.visible {
  visibility: visible !important;
  opacity: 1 !important;
}
.visible-hover:hover {
  visibility: visible !important;
  opacity: 1 !important;
}
.visible-hover-child:hover .invisible {
  visibility: visible !important;
  opacity: 1 !important;
}
.invisible-custom {
  visibility: hidden;
}
.visible-custom {
  visibility: visible !important;
}
.visible-anim {
  transition: visibility 0s linear 200ms, opacity 200ms linear;
}
.fade-block {
  opacity: 0;
  transition: opacity 200ms linear;
}
.fade-block.in {
  opacity: 1 !important;
}
/* SPACING */
.wh-100,
.fill-space {
  width: 100% !important;
  height: 100% !important;
}
.wh-1 {
  width: 1rem;
  height: 1rem;
}
.wh-15 {
  width: 1.5rem;
  height: 1.5rem;
}
.wh-2 {
  width: 2rem;
  height: 2rem;
}
.wh-90 {
  width: 90% !important;
  height: 90% !important;
}
.w-100 {
  width: 100%;
}
.w-75 {
  width: 75%;
}
.w-66 {
  width: 66.666%;
}
.w-50 {
  width: 50%;
}
.w-33 {
  width: 33.333%;
}
.w-25 {
  width: 25%;
}
.w-0 {
  width: 0;
}
.h-100 {
  height: 100%;
}
.h-75 {
  height: 75%;
}
.h-66 {
  height: 66.666%;
}
.h-50 {
  height: 50%;
}
.h-33 {
  height: 33.333%;
}
.h-25 {
  height: 25%;
}
.h-0 {
  height: 0;
}
.w-90 {
  width: 90% !important;
}
.h-90 {
  height: 90% !important;
}
.w-33 {
  width: 33.33333333%;
}
.w-66 {
  width: 66.66666667%;
}
.w-1 {
  width: 1rem;
}
.w-2 {
  width: 2rem;
}
.h-33 {
  height: 33.33333333%;
}
.h-66 {
  height: 66.66666667%;
}
.h-1 {
  height: 1rem;
}
.h-2 {
  height: 2rem;
}
.max-wh-100 {
  max-width: 100%;
  max-height: 100%;
}
.max-w-0 {
  max-width: 0;
}
.max-w-50 {
  max-width: 50%;
}
.max-w-100 {
  max-width: 100%;
}
.max-h-0 {
  max-height: 0;
}
.max-h-50 {
  max-height: 50%;
}
.max-h-100 {
  max-height: 100%;
}
.min-wh-0 {
  min-width: 0;
  min-height: 0;
}
.min-w-0 {
  min-width: 0;
}
.min-w-50 {
  min-width: 50%;
}
.min-w-100 {
  min-width: 100%;
}
.min-h-0 {
  min-height: 0;
}
.min-h-50 {
  min-height: 50%;
}
.min-h-100 {
  min-height: 100%;
}
.w-unset {
  width: unset;
}
.h-unset {
  height: unset;
}
.mt-auto {
  margin-top: auto !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ml-auto {
  margin-left: auto !important;
}
.mr-auto {
  margin-right: auto !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.ml-0 {
  margin-left: 0 !important;
}
.mr-0 {
  margin-right: 0 !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1 {
  margin-left: 0.25rem !important;
}
.mr-1 {
  margin-right: 0.25rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2 {
  margin-left: 0.5rem !important;
}
.mr-2 {
  margin-right: 0.5rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.ml-3 {
  margin-left: 1rem !important;
}
.mr-3 {
  margin-right: 1rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4 {
  margin-left: 1.5rem !important;
}
.mr-4 {
  margin-right: 1.5rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.ml-5 {
  margin-left: 3rem !important;
}
.mr-5 {
  margin-right: 3rem !important;
}
.m-0 {
  margin: 0 !important;
}
.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mx-3 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mx-4 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mx-5 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pl-0 {
  padding-left: 0 !important;
}
.pr-0 {
  padding-right: 0 !important;
}
.pt-1 {
  padding-top: 0.25rem !important;
}
.pb-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1 {
  padding-left: 0.25rem !important;
}
.pr-1 {
  padding-right: 0.25rem !important;
}
.pt-2 {
  padding-top: 0.5rem !important;
}
.pb-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2 {
  padding-left: 0.5rem !important;
}
.pr-2 {
  padding-right: 0.5rem !important;
}
.pt-3 {
  padding-top: 1rem !important;
}
.pb-3 {
  padding-bottom: 1rem !important;
}
.pl-3 {
  padding-left: 1rem !important;
}
.pr-3 {
  padding-right: 1rem !important;
}
.pt-4 {
  padding-top: 1.5rem !important;
}
.pb-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4 {
  padding-left: 1.5rem !important;
}
.pr-4 {
  padding-right: 1.5rem !important;
}
.pt-5 {
  padding-top: 3rem !important;
}
.pb-5 {
  padding-bottom: 3rem !important;
}
.pl-5 {
  padding-left: 3rem !important;
}
.pr-5 {
  padding-right: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.px-3 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.px-4 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.px-5 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-7 {
  gap: 1.75rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-9 {
  gap: 2.25rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-11 {
  gap: 2.75rem;
}
.gap-12 {
  gap: 3rem;
}
.mx-max-xs {
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
}
.mx-max-sm {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}
.mx-max-md {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
.mx-max-lg {
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
}
.mx-max-xl {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
/* ALIGNMENT */
.f-left {
  float: left;
}
.f-right {
  float: right;
}
.pos-rel {
  position: relative;
}
.sticky {
  position: sticky;
  top: 0;
  z-index: 3;
}
.jump-anchor {
  width: 0;
  height: 0;
  visibility: hidden;
}
.fixed-tl {
  position: fixed;
  top: 0;
  left: 0;
}
.pos-abs {
  position: absolute;
}
.pos-fill {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.pos-yr {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
.pos-yr-2 {
  position: absolute;
  top: 2px;
  bottom: 2px;
  right: 2px;
}
.pos-yl {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
.pos-tx {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.pos-bx {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.pos-t {
  position: absolute;
  top: 0;
}
.pos-b {
  position: absolute;
  bottom: 0;
}
.pos-l {
  position: absolute;
  left: 0;
}
.pos-r {
  position: absolute;
  right: 0;
}
.pos-tl {
  position: absolute;
  top: 0;
  left: 0;
}
.pos-tr {
  position: absolute;
  top: 0;
  right: 0;
}
.pos-bl {
  position: absolute;
  bottom: 0;
  left: 0;
}
.pos-br {
  position: absolute;
  bottom: 0;
  right: 0;
}
.pos-m {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pos-tm {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.pos-bm {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.pos-ml {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.pos-mr {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.pos-am {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.pos-ma {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.columns-3 {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -moz-column-fill: auto;
  column-fill: auto;
}
.align-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.align-center-v {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.align-center-h {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.align-block-center {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  text-align: center;
}
.text-l {
  text-align: left !important;
}
.text-c {
  text-align: center !important;
}
.text-r {
  text-align: right !important;
}
.text-cut {
  white-space: nowrap;
  overflow: hidden;
}
.text-dots {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.vcenter-wrap {
  display: table;
  position: absolute;
  height: 100%;
  width: 100%;
}
.vcenter-wrap .vcenter {
  display: table-cell;
  vertical-align: middle;
}
.vcenter-wrap .vcenter .hcenter {
  margin-left: auto;
  margin-right: auto;
}
/* FLEX LAYOUT */
.flex {
  display: flex;
  min-width: 0;
  min-height: 0;
}
.flex-center {
  display: flex;
  min-width: 0;
  min-height: 0;
  justify-content: center;
  align-items: center;
}
.flex-h {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: row;
}
.flex-v {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: column;
}
.flex-1 {
  flex: 1;
}
.flex-2 {
  flex: 2;
}
.flex-3 {
  flex: 3;
}
.flex-05 {
  flex: 0.5;
}
.flex-h-center-v {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: row;
  align-items: center;
}
.flex-h-center-h {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: row;
  justify-content: center;
}
.flex-h-center {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.flex-h-edges {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: row;
  justify-content: space-between;
}
.flex-h-equal {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: row;
  justify-content: space-evenly;
}
.flex-h-around {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: row;
  justify-content: space-around;
}
.flex-v-center-v {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: column;
  justify-content: center;
}
.flex-v-center-h {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: column;
  align-items: center;
}
.flex-v-center {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.flex-v-edges {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: column;
  justify-content: space-between;
}
.flex-v-equal {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: column;
  justify-content: space-evenly;
}
.flex-v-around {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: column;
  justify-content: space-around;
}
.flex-col {
  flex: 1;
}
.flex-col-1-2 {
  min-width: 50%;
}
.flex-col-1-3 {
  min-width: 33.33333333%;
}
.flex-col-2-3 {
  min-width: 66.66666667%;
}
.flex-row {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: row;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
}
.flex-row-auto {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: row;
  width: 100%;
  flex-wrap: wrap;
}
.flex-row-auto > * {
  flex: 1;
}
.f-inline {
  display: inline-flex !important;
}
.f-any {
  display: flex !important;
}
.f-row {
  display: flex;
  flex-direction: row !important;
}
.f-row-rev {
  display: flex;
  flex-direction: row-reverse !important;
}
.f-col {
  display: flex;
  flex-direction: column !important;
}
.f-col-rev {
  display: flex;
  flex-direction: column-reverse !important;
}
.f-c {
  align-items: center;
  justify-content: center;
}
.f-row-c {
  display: flex;
  flex-direction: row !important;
  align-items: center;
  justify-content: center;
}
.f-row-cv {
  display: flex;
  flex-direction: row !important;
  align-items: center;
}
.f-row-ch {
  display: flex;
  flex-direction: row !important;
  justify-content: center;
}
.f-col-c {
  display: flex;
  flex-direction: column !important;
  align-items: center;
  justify-content: center;
}
.f-col-cv {
  display: flex;
  flex-direction: column !important;
  justify-content: center;
}
.f-col-ch {
  display: flex;
  flex-direction: column !important;
  align-items: center;
}
.f-row-c-rev {
  display: flex;
  flex-direction: row-reverse !important;
  align-items: center;
  justify-content: center;
}
.f-row-cv-rev {
  display: flex;
  flex-direction: row-reverse !important;
  align-items: center;
}
.f-row-ch-rev {
  display: flex;
  flex-direction: row-reverse !important;
  justify-content: center;
}
.f-col-c-rev {
  display: flex;
  flex-direction: column-reverse !important;
  align-items: center;
  justify-content: center;
}
.f-col-cv-rev {
  display: flex;
  flex-direction: column-reverse !important;
  justify-content: center;
}
.f-col-ch-rev {
  display: flex;
  flex-direction: column-reverse !important;
  align-items: center;
}
.f-center {
  justify-content: center;
}
.f-start {
  justify-content: flex-start;
}
.f-end {
  justify-content: flex-end;
}
.f-between {
  justify-content: space-between;
}
.f-evenly {
  justify-content: space-evenly;
}
.f-around {
  justify-content: space-around;
}
.f-a-center {
  align-items: center;
}
.f-a-start {
  align-items: flex-start;
}
.f-a-end {
  align-items: flex-end;
}
.f-wrap {
  flex-wrap: wrap;
}
.f-0-auto {
  flex: 0 0 auto;
}
.f-1-auto {
  flex: 1 1 auto;
}
.f-lcr-clr {
  display: flex;
}
.f-lcr-clr > *:not(:nth-child(2)) {
  flex: 1;
}
.lowering-sides {
  position: relative;
  display: flex;
}
.lowering-sides > * {
  height: 100%;
}
.lowering-sides > *:nth-child(2) {
  flex: 1;
}
.lowering-sides > *:nth-child(2) > * {
  width: 100%;
}
.lowering-sides > *:nth-child(2) > *:first-child {
  display: none;
}
.lowering-sides > *:nth-child(1),
.lowering-sides > *:nth-child(3) {
  position: relative;
}
.lowering-sides > *:nth-child(1) > *,
.lowering-sides > *:nth-child(3) > * {
  width: 100%;
  height: 100%;
}
.flex-pad > *:first-child {
  margin-right: 7px;
}
.flex-pad > *:last-child {
  margin-left: 7px;
}
.flex-pad > *:not(:first-child):not(:last-child) {
  margin-left: 7px;
  margin-right: 7px;
}
.flex-row-auto-pad {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: row;
  width: 100%;
  flex-wrap: wrap;
}
.flex-row-auto-pad > * {
  flex: 1;
}
.flex-row-auto-pad > *:first-child {
  margin-right: 7px;
}
.flex-row-auto-pad > *:last-child {
  margin-left: 7px;
}
.flex-row-auto-pad > *:not(:first-child):not(:last-child) {
  margin-left: 7px;
  margin-right: 7px;
}
/* RESPONSIVENESS */
.r-row-1-2 {
  max-width: 100%;
  min-width: 50%;
}
.r-row-1-3 {
  max-width: 100%;
  min-width: 33.33333333%;
}
.r-row-2-3 {
  max-width: 100%;
  min-width: 66.66666667%;
}
.img-h {
  width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.img-v {
  max-height: 100%;
  max-width: 100%;
  object-fit: fill;
}
.auto-margin-top {
  margin-top: auto;
}
/* SCALE */
.scale-2 {
  -ms-transform: scale(2);
  /* IE */
  -moz-transform: scale(2);
  /* FF */
  -webkit-transform: scale(2);
  /* Safari and Chrome */
  -o-transform: scale(2);
  /* Opera */
  transform: scale(2);
}
.scale-15 {
  -ms-transform: scale(1.5);
  /* IE */
  -moz-transform: scale(1.5);
  /* FF */
  -webkit-transform: scale(1.5);
  /* Safari and Chrome */
  -o-transform: scale(1.5);
  /* Opera */
  transform: scale(1.5);
}
.scale-133 {
  -ms-transform: scale(1.33);
  /* IE */
  -moz-transform: scale(1.33);
  /* FF */
  -webkit-transform: scale(1.33);
  /* Safari and Chrome */
  -o-transform: scale(1.33);
  /* Opera */
  transform: scale(1.33);
}
/* TEXT */
.small-3 {
  font-size: 0.25rem;
}
.small-r3 {
  font-size: 0.25em;
}
.small-2 {
  font-size: 0.5rem;
}
.small-r2 {
  font-size: 0.5em;
}
.small-1 {
  font-size: 0.75rem;
}
.small-r1 {
  font-size: 0.75em;
}
.small {
  font-size: 0.9rem;
}
.small-r {
  font-size: 0.9em;
}
.font-0 {
  font-size: 1rem !important;
}
.font-r0 {
  font-size: 1em !important;
}
.large-1h {
  font-size: 1.125rem;
}
.large-r1h {
  font-size: 1.125em;
}
.large-1 {
  font-size: 1.25rem;
}
.large-r1 {
  font-size: 1.25em;
}
.large-2h {
  font-size: 1.375rem;
}
.large-r2h {
  font-size: 1.375em;
}
.large-2 {
  font-size: 1.5rem;
}
.large-r2 {
  font-size: 1.5em;
}
.large-3h {
  font-size: 1.625rem;
}
.large-r3h {
  font-size: 1.625em;
}
.large-3 {
  font-size: 1.75rem;
}
.large-r3 {
  font-size: 1.75em;
}
.large-4h {
  font-size: 1.875rem;
}
.large-r4h {
  font-size: 1.875em;
}
.large-4 {
  font-size: 2rem;
}
.large-r4 {
  font-size: 2em;
}
.large-5h {
  font-size: 2.125rem;
}
.large-r5h {
  font-size: 2.125em;
}
.large-5 {
  font-size: 2.25rem;
}
.large-r5 {
  font-size: 2.25em;
}
.large-6h {
  font-size: 2.375rem;
}
.large-r6h {
  font-size: 2.375em;
}
.large-6 {
  font-size: 2.5rem;
}
.large-r6 {
  font-size: 2.5em;
}
.large-7h {
  font-size: 2.625rem;
}
.large-r7h {
  font-size: 2.625em;
}
.large-7 {
  font-size: 2.75rem;
}
.large-r7 {
  font-size: 2.75em;
}
.large-8h {
  font-size: 2.875rem;
}
.large-r8h {
  font-size: 2.875em;
}
.large-8 {
  font-size: 3rem;
}
.large-r8 {
  font-size: 3em;
}
.size-14 {
  font-size: 1.4rem;
}
.size-16 {
  font-size: 1.6rem;
}
.size-18 {
  font-size: 1.8rem;
}
.line-h-1 {
  line-height: 1;
}
.xy-hide {
  overflow: hidden;
}
.x-hide {
  overflow-x: hidden;
}
.y-hide {
  overflow-y: hidden;
}
.xy-visible {
  overflow: visible;
}
.x-visible {
  overflow-x: visible;
}
.y-visible {
  overflow-y: visible;
}
.xy-scroll {
  overflow: scroll;
}
.x-scroll {
  overflow-x: scroll;
}
.y-scroll {
  overflow-y: scroll;
}
.xy-auto {
  overflow: auto;
}
.x-auto {
  overflow-x: auto;
}
.y-auto {
  overflow-y: auto;
}
.x-ellipsis {
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ellipsis-overflow {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.break-word {
  word-break: break-word;
}
.pre {
  white-space: pre;
}
.pre-wrap {
  white-space: pre-wrap;
}
.pre-line {
  white-space: pre-line;
}
.weight-normal {
  font-weight: normal;
}
.bold {
  font-weight: bold;
}
.text-v-top {
  transform: rotate(90deg);
  transform-origin: left top 0;
}
.text-v-bottom {
  transform: rotate(-90deg);
  transform-origin: right bottom 0;
}
.deco-none {
  text-decoration: none !important;
}
/* BACKGROUND */
.bg-none {
  background: none;
}
.bg-none-hover:hover {
  background: none !important;
}
.child-bg-none-hover:hover > * {
  background: none !important;
}
.bg-trans {
  background: transparent;
}
/* BOXES */
.radius-0 {
  border-radius: 0 !important;
}
.radius-1 {
  border-radius: 0.25rem !important;
}
.radius-2 {
  border-radius: 0.5rem !important;
}
.radius-3 {
  border-radius: 1rem !important;
}
.radius-4 {
  border-radius: 1.5rem !important;
}
.radius-5 {
  border-radius: 3rem !important;
}
.radius-50 {
  border-radius: 50% !important;
}
.radius-100 {
  border-radius: 100% !important;
}
.radius-tl-0 {
  border-top-left-radius: 0 !important;
}
.radius-tr-0 {
  border-top-right-radius: 0 !important;
}
.radius-bl-0 {
  border-bottom-left-radius: 0 !important;
}
.radius-br-0 {
  border-bottom-right-radius: 0 !important;
}
.radius-tx-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.radius-bx-0 {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.radius-tl-inherit {
  border-top-left-radius: inherit !important;
}
.radius-tr-inherit {
  border-top-right-radius: inherit !important;
}
.radius-bl-inherit {
  border-bottom-left-radius: inherit !important;
}
.radius-br-inherit {
  border-bottom-right-radius: inherit !important;
}
.radius-tx-inherit {
  border-top-left-radius: inherit !important;
  border-top-right-radius: inherit !important;
}
.radius-bx-inherit {
  border-bottom-left-radius: inherit !important;
  border-bottom-right-radius: inherit !important;
}
.radius-yl-inherit {
  border-top-left-radius: inherit !important;
  border-bottom-left-radius: inherit !important;
}
.radius-yr-inherit {
  border-top-right-radius: inherit !important;
  border-bottom-right-radius: inherit !important;
}
.border-0 {
  border: 0;
}
.border-l-0 {
  border-left: 0 !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.border-r-0 {
  border-right: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.border-t-0 {
  border-top: 0 !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.border-b-0 {
  border-bottom: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.border-1 {
  border: 1px solid;
}
.border-l-1 {
  border-left: 1px solid !important;
}
.border-r-1 {
  border-right: 1px solid !important;
}
.border-t-1 {
  border-top: 1px solid !important;
}
.border-b-1 {
  border-bottom: 1px solid !important;
}
.border-1-trans {
  border-width: 1px;
  border-style: solid transparent;
}
.border-2 {
  border-width: 2px;
  border-style: solid;
}
.o-none {
  outline: none;
}
/* COMPATIBILITY */
.box-sizing-border {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.user-select-none {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.user-select-all {
  user-select: all;
}
.no-spinners::-webkit-outer-spin-button,
.no-spinners::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.no-spinners[type=number] {
  -moz-appearance: textfield;
}
.nolink {
  color: initial;
}
.nolink:hover {
  text-decoration: none;
  color: initial;
}
.c-inherit {
  color: inherit;
}
.white {
  color: white !important;
}
.black {
  color: black !important;
}
.no-resize {
  resize: none;
}
.i-play {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.i-play.fa-pull-left {
  margin-right: 0.3em;
}
.i-play.fa-pull-right {
  margin-left: 0.3em;
}
.i-play:before {
  content: "\f04b";
}
.i-qrcode {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.i-qrcode.fa-pull-left {
  margin-right: 0.3em;
}
.i-qrcode.fa-pull-right {
  margin-left: 0.3em;
}
.i-qrcode:before {
  content: "\f029";
}
.i-pause {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.i-pause.fa-pull-left {
  margin-right: 0.3em;
}
.i-pause.fa-pull-right {
  margin-left: 0.3em;
}
.i-pause:before {
  content: "\f04c";
}
.i-stop {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.i-stop.fa-pull-left {
  margin-right: 0.3em;
}
.i-stop.fa-pull-right {
  margin-left: 0.3em;
}
.i-stop:before {
  content: "\f04d";
}
.i-stop-circle {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.i-stop-circle.fa-pull-left {
  margin-right: 0.3em;
}
.i-stop-circle.fa-pull-right {
  margin-left: 0.3em;
}
.i-stop-circle:before {
  content: "\f28d";
}
.i-step-fore {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.i-step-fore.fa-pull-left {
  margin-right: 0.3em;
}
.i-step-fore.fa-pull-right {
  margin-left: 0.3em;
}
.i-step-fore:before {
  content: "\f051";
}
.i-step-back {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.i-step-back.fa-pull-left {
  margin-right: 0.3em;
}
.i-step-back.fa-pull-right {
  margin-left: 0.3em;
}
.i-step-back:before {
  content: "\f048";
}
.i-vol-high {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.i-vol-high.fa-pull-left {
  margin-right: 0.3em;
}
.i-vol-high.fa-pull-right {
  margin-left: 0.3em;
}
.i-vol-high:before {
  content: "\f028";
}
.i-vol-low {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.i-vol-low.fa-pull-left {
  margin-right: 0.3em;
}
.i-vol-low.fa-pull-right {
  margin-left: 0.3em;
}
.i-vol-low:before {
  content: "\f027";
}
.i-vol-off {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.i-vol-off.fa-pull-left {
  margin-right: 0.3em;
}
.i-vol-off.fa-pull-right {
  margin-left: 0.3em;
}
.i-vol-off:before {
  content: "\f026";
}
.i-vol-mute {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.i-vol-mute.fa-pull-left {
  margin-right: 0.3em;
}
.i-vol-mute.fa-pull-right {
  margin-left: 0.3em;
}
.i-vol-mute:before {
  content: "\f6a9";
}
.i-desktop {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.i-desktop.fa-pull-left {
  margin-right: 0.3em;
}
.i-desktop.fa-pull-right {
  margin-left: 0.3em;
}
.i-desktop:before {
  content: "\f108";
}
.i-mobile {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.i-mobile.fa-pull-left {
  margin-right: 0.3em;
}
.i-mobile.fa-pull-right {
  margin-left: 0.3em;
}
.i-mobile:before {
  content: "\f3cd";
}
.i-user {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.i-user.fa-pull-left {
  margin-right: 0.3em;
}
.i-user.fa-pull-right {
  margin-left: 0.3em;
}
.i-user:before {
  content: "\f007";
}
.i-key {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.i-key.fa-pull-left {
  margin-right: 0.3em;
}
.i-key.fa-pull-right {
  margin-left: 0.3em;
}
.i-key:before {
  content: "\f084";
}
.i-list {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.i-list.fa-pull-left {
  margin-right: 0.3em;
}
.i-list.fa-pull-right {
  margin-left: 0.3em;
}
.i-list:before {
  content: "\f03a";
}
.i-list-ol {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.i-list-ol.fa-pull-left {
  margin-right: 0.3em;
}
.i-list-ol.fa-pull-right {
  margin-left: 0.3em;
}
.i-list-ol:before {
  content: "\f0cb";
}
.i-list-ul {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.i-list-ul.fa-pull-left {
  margin-right: 0.3em;
}
.i-list-ul.fa-pull-right {
  margin-left: 0.3em;
}
.i-list-ul:before {
  content: "\f0ca";
}
.i-list-th {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.i-list-th.fa-pull-left {
  margin-right: 0.3em;
}
.i-list-th.fa-pull-right {
  margin-left: 0.3em;
}
.i-list-th:before {
  content: "\f00b";
}
.i-list-alt {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.i-list-alt.fa-pull-left {
  margin-right: 0.3em;
}
.i-list-alt.fa-pull-right {
  margin-left: 0.3em;
}
.i-list-alt:before {
  content: "\f022";
}
.i-hourglass-half {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.i-hourglass-half.fa-pull-left {
  margin-right: 0.3em;
}
.i-hourglass-half.fa-pull-right {
  margin-left: 0.3em;
}
.i-hourglass-half:before {
  content: "\f252";
}
.i-check-double {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.i-check-double.fa-pull-left {
  margin-right: 0.3em;
}
.i-check-double.fa-pull-right {
  margin-left: 0.3em;
}
.i-check-double:before {
  content: "\f560";
}
.i-times {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.i-times.fa-pull-left {
  margin-right: 0.3em;
}
.i-times.fa-pull-right {
  margin-left: 0.3em;
}
.i-times:before {
  content: "\f00d";
}
.i-bars {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.i-bars.fa-pull-left {
  margin-right: 0.3em;
}
.i-bars.fa-pull-right {
  margin-left: 0.3em;
}
.i-bars:before {
  content: "\f0c9";
}
.i-sync {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.i-sync.fa-pull-left {
  margin-right: 0.3em;
}
.i-sync.fa-pull-right {
  margin-left: 0.3em;
}
.i-sync:before {
  content: "\f2f1";
}
.i-random {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.i-random.fa-pull-left {
  margin-right: 0.3em;
}
.i-random.fa-pull-right {
  margin-left: 0.3em;
}
.i-random:before {
  content: "\f074";
}
.i-history {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.i-history.fa-pull-left {
  margin-right: 0.3em;
}
.i-history.fa-pull-right {
  margin-left: 0.3em;
}
.i-history:before {
  content: "\f1da";
}
.i-undo {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.i-undo.fa-pull-left {
  margin-right: 0.3em;
}
.i-undo.fa-pull-right {
  margin-left: 0.3em;
}
.i-undo:before {
  content: "\f0e2";
}
.i-redo {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.i-redo.fa-pull-left {
  margin-right: 0.3em;
}
.i-redo.fa-pull-right {
  margin-left: 0.3em;
}
.i-redo:before {
  content: "\f01e";
}
.i-sync-square {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.i-sync-square.fa-pull-left {
  margin-right: 0.3em;
}
.i-sync-square.fa-pull-right {
  margin-left: 0.3em;
}
.i-sync-square:before {
  content: "\f079";
}
.i-highlighter {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.i-highlighter.fa-pull-left {
  margin-right: 0.3em;
}
.i-highlighter.fa-pull-right {
  margin-left: 0.3em;
}
.i-highlighter:before {
  content: "\f591";
}
.i-file {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.i-file.fa-pull-left {
  margin-right: 0.3em;
}
.i-file.fa-pull-right {
  margin-left: 0.3em;
}
.i-file:before {
  content: "\f15b";
}
.i-csv {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.i-csv.fa-pull-left {
  margin-right: 0.3em;
}
.i-csv.fa-pull-right {
  margin-left: 0.3em;
}
.i-csv:before {
  content: "\f6dd";
}
.i-images {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.i-images.fa-pull-left {
  margin-right: 0.3em;
}
.i-images.fa-pull-right {
  margin-left: 0.3em;
}
.i-images:before {
  content: "\f302";
}
.i-sitemap {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.i-sitemap.fa-pull-left {
  margin-right: 0.3em;
}
.i-sitemap.fa-pull-right {
  margin-left: 0.3em;
}
.i-sitemap:before {
  content: "\f0e8";
}
.i-signal {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.i-signal.fa-pull-left {
  margin-right: 0.3em;
}
.i-signal.fa-pull-right {
  margin-left: 0.3em;
}
.i-signal:before {
  content: "\f012";
}
.i-video {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.i-video.fa-pull-left {
  margin-right: 0.3em;
}
.i-video.fa-pull-right {
  margin-left: 0.3em;
}
.i-video:before {
  content: "\f03d";
}
.i-upload {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.i-upload.fa-pull-left {
  margin-right: 0.3em;
}
.i-upload.fa-pull-right {
  margin-left: 0.3em;
}
.i-upload:before {
  content: "\f093";
}
.i-download {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.i-download.fa-pull-left {
  margin-right: 0.3em;
}
.i-download.fa-pull-right {
  margin-left: 0.3em;
}
.i-download:before {
  content: "\f019";
}
.i-signin {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.i-signin.fa-pull-left {
  margin-right: 0.3em;
}
.i-signin.fa-pull-right {
  margin-left: 0.3em;
}
.i-signin:before {
  content: "\f2f6";
}
.i-signout {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.i-signout.fa-pull-left {
  margin-right: 0.3em;
}
.i-signout.fa-pull-right {
  margin-left: 0.3em;
}
.i-signout:before {
  content: "\f2f5";
}
.i-poweroff {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.i-poweroff.fa-pull-left {
  margin-right: 0.3em;
}
.i-poweroff.fa-pull-right {
  margin-left: 0.3em;
}
.i-poweroff:before {
  content: "\f011";
}
.i-plug {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.i-plug.fa-pull-left {
  margin-right: 0.3em;
}
.i-plug.fa-pull-right {
  margin-left: 0.3em;
}
.i-plug:before {
  content: "\f1e6";
}
.i-hdd {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.i-hdd.fa-pull-left {
  margin-right: 0.3em;
}
.i-hdd.fa-pull-right {
  margin-left: 0.3em;
}
.i-hdd:before {
  content: "\f0a0";
}
.i-hdd-alt {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.i-hdd-alt.fa-pull-left {
  margin-right: 0.3em;
}
.i-hdd-alt.fa-pull-right {
  margin-left: 0.3em;
}
.i-hdd-alt:before {
  content: "\f0a0";
}
.i-keyboard {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.i-keyboard.fa-pull-left {
  margin-right: 0.3em;
}
.i-keyboard.fa-pull-right {
  margin-left: 0.3em;
}
.i-keyboard:before {
  content: "\f11c";
}
.i-network {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.i-network.fa-pull-left {
  margin-right: 0.3em;
}
.i-network.fa-pull-right {
  margin-left: 0.3em;
}
.i-network:before {
  content: "\f6ff";
}
.i-html5 {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.i-html5.fa-pull-left {
  margin-right: 0.3em;
}
.i-html5.fa-pull-right {
  margin-left: 0.3em;
}
.i-html5:before {
  content: "\f13b";
}
.i-check {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.i-check.fa-pull-left {
  margin-right: 0.3em;
}
.i-check.fa-pull-right {
  margin-left: 0.3em;
}
.i-check:before {
  content: "\f00c";
}
.i-ban {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.i-ban.fa-pull-left {
  margin-right: 0.3em;
}
.i-ban.fa-pull-right {
  margin-left: 0.3em;
}
.i-ban:before {
  content: "\f05e";
}
.i-circle {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.i-circle.fa-pull-left {
  margin-right: 0.3em;
}
.i-circle.fa-pull-right {
  margin-left: 0.3em;
}
.i-circle:before {
  content: "\f111";
}
.i-dot-circle {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.i-dot-circle.fa-pull-left {
  margin-right: 0.3em;
}
.i-dot-circle.fa-pull-right {
  margin-left: 0.3em;
}
.i-dot-circle:before {
  content: "\f192";
}
.i-times {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.i-times.fa-pull-left {
  margin-right: 0.3em;
}
.i-times.fa-pull-right {
  margin-left: 0.3em;
}
.i-times:before {
  content: "\f00d";
}
.i-plus {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.i-plus.fa-pull-left {
  margin-right: 0.3em;
}
.i-plus.fa-pull-right {
  margin-left: 0.3em;
}
.i-plus:before {
  content: "\f067";
}
.i-exclaim {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.i-exclaim.fa-pull-left {
  margin-right: 0.3em;
}
.i-exclaim.fa-pull-right {
  margin-left: 0.3em;
}
.i-exclaim:before {
  content: "\f12a";
}
.i-question {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.i-question.fa-pull-left {
  margin-right: 0.3em;
}
.i-question.fa-pull-right {
  margin-left: 0.3em;
}
.i-question:before {
  content: "\f128";
}
.i-asterisk {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.i-asterisk.fa-pull-left {
  margin-right: 0.3em;
}
.i-asterisk.fa-pull-right {
  margin-left: 0.3em;
}
.i-asterisk:before {
  content: "\f069";
}
.i-check-circle {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.i-check-circle.fa-pull-left {
  margin-right: 0.3em;
}
.i-check-circle.fa-pull-right {
  margin-left: 0.3em;
}
.i-check-circle:before {
  content: "\f058";
}
.i-times-circle {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.i-times-circle.fa-pull-left {
  margin-right: 0.3em;
}
.i-times-circle.fa-pull-right {
  margin-left: 0.3em;
}
.i-times-circle:before {
  content: "\f057";
}
.i-plus-circle {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.i-plus-circle.fa-pull-left {
  margin-right: 0.3em;
}
.i-plus-circle.fa-pull-right {
  margin-left: 0.3em;
}
.i-plus-circle:before {
  content: "\f055";
}
.i-exclaim-circle {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.i-exclaim-circle.fa-pull-left {
  margin-right: 0.3em;
}
.i-exclaim-circle.fa-pull-right {
  margin-left: 0.3em;
}
.i-exclaim-circle:before {
  content: "\f06a";
}
.i-exclaim-triangle {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.i-exclaim-triangle.fa-pull-left {
  margin-right: 0.3em;
}
.i-exclaim-triangle.fa-pull-right {
  margin-left: 0.3em;
}
.i-exclaim-triangle:before {
  content: "\f071";
}
.i-question-circle {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.i-question-circle.fa-pull-left {
  margin-right: 0.3em;
}
.i-question-circle.fa-pull-right {
  margin-left: 0.3em;
}
.i-question-circle:before {
  content: "\f059";
}
.i-check-circle-alt {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.i-check-circle-alt.fa-pull-left {
  margin-right: 0.3em;
}
.i-check-circle-alt.fa-pull-right {
  margin-left: 0.3em;
}
.i-check-circle-alt:before {
  content: "\f058";
}
.i-percent {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.i-percent.fa-pull-left {
  margin-right: 0.3em;
}
.i-percent.fa-pull-right {
  margin-left: 0.3em;
}
.i-percent:before {
  content: "\f295";
}
.i-caret-up {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.i-caret-up.fa-pull-left {
  margin-right: 0.3em;
}
.i-caret-up.fa-pull-right {
  margin-left: 0.3em;
}
.i-caret-up:before {
  content: "\f0d8";
}
.i-caret-down {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.i-caret-down.fa-pull-left {
  margin-right: 0.3em;
}
.i-caret-down.fa-pull-right {
  margin-left: 0.3em;
}
.i-caret-down:before {
  content: "\f0d7";
}
.i-chev-up {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.i-chev-up.fa-pull-left {
  margin-right: 0.3em;
}
.i-chev-up.fa-pull-right {
  margin-left: 0.3em;
}
.i-chev-up:before {
  content: "\f077";
}
.i-chev-down {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.i-chev-down.fa-pull-left {
  margin-right: 0.3em;
}
.i-chev-down.fa-pull-right {
  margin-left: 0.3em;
}
.i-chev-down:before {
  content: "\f078";
}
.i-chev-left {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.i-chev-left.fa-pull-left {
  margin-right: 0.3em;
}
.i-chev-left.fa-pull-right {
  margin-left: 0.3em;
}
.i-chev-left:before {
  content: "\f053";
}
.i-chev-right {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.i-chev-right.fa-pull-left {
  margin-right: 0.3em;
}
.i-chev-right.fa-pull-right {
  margin-left: 0.3em;
}
.i-chev-right:before {
  content: "\f054";
}
.i-angle-left-d {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.i-angle-left-d.fa-pull-left {
  margin-right: 0.3em;
}
.i-angle-left-d.fa-pull-right {
  margin-left: 0.3em;
}
.i-angle-left-d:before {
  content: "\f100";
}
.i-angle-right-d {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.i-angle-right-d.fa-pull-left {
  margin-right: 0.3em;
}
.i-angle-right-d.fa-pull-right {
  margin-left: 0.3em;
}
.i-angle-right-d:before {
  content: "\f101";
}
.i-arrow-up {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.i-arrow-up.fa-pull-left {
  margin-right: 0.3em;
}
.i-arrow-up.fa-pull-right {
  margin-left: 0.3em;
}
.i-arrow-up:before {
  content: "\f062";
}
.i-arrow-down {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.i-arrow-down.fa-pull-left {
  margin-right: 0.3em;
}
.i-arrow-down.fa-pull-right {
  margin-left: 0.3em;
}
.i-arrow-down:before {
  content: "\f063";
}
.i-arrow-left {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.i-arrow-left.fa-pull-left {
  margin-right: 0.3em;
}
.i-arrow-left.fa-pull-right {
  margin-left: 0.3em;
}
.i-arrow-left:before {
  content: "\f060";
}
.i-arrow-right {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.i-arrow-right.fa-pull-left {
  margin-right: 0.3em;
}
.i-arrow-right.fa-pull-right {
  margin-left: 0.3em;
}
.i-arrow-right:before {
  content: "\f061";
}
.i-expand {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.i-expand.fa-pull-left {
  margin-right: 0.3em;
}
.i-expand.fa-pull-right {
  margin-left: 0.3em;
}
.i-expand:before {
  content: "\f065";
}
.i-compress {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.i-compress.fa-pull-left {
  margin-right: 0.3em;
}
.i-compress.fa-pull-right {
  margin-left: 0.3em;
}
.i-compress:before {
  content: "\f066";
}
.i-compress-alt {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.i-compress-alt.fa-pull-left {
  margin-right: 0.3em;
}
.i-compress-alt.fa-pull-right {
  margin-left: 0.3em;
}
.i-compress-alt:before {
  content: "\f78c";
}
.i-dots-h {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.i-dots-h.fa-pull-left {
  margin-right: 0.3em;
}
.i-dots-h.fa-pull-right {
  margin-left: 0.3em;
}
.i-dots-h:before {
  content: "\f141";
}
.i-dots-v {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.i-dots-v.fa-pull-left {
  margin-right: 0.3em;
}
.i-dots-v.fa-pull-right {
  margin-left: 0.3em;
}
.i-dots-v:before {
  content: "\f142";
}
.i-link {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.i-link.fa-pull-left {
  margin-right: 0.3em;
}
.i-link.fa-pull-right {
  margin-left: 0.3em;
}
.i-link:before {
  content: "\f0c1";
}
.i-unlink {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.i-unlink.fa-pull-left {
  margin-right: 0.3em;
}
.i-unlink.fa-pull-right {
  margin-left: 0.3em;
}
.i-unlink:before {
  content: "\f127";
}
.i-lock {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.i-lock.fa-pull-left {
  margin-right: 0.3em;
}
.i-lock.fa-pull-right {
  margin-left: 0.3em;
}
.i-lock:before {
  content: "\f023";
}
.i-unlock {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.i-unlock.fa-pull-left {
  margin-right: 0.3em;
}
.i-unlock.fa-pull-right {
  margin-left: 0.3em;
}
.i-unlock:before {
  content: "\f09c";
}
.i-edit {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.i-edit.fa-pull-left {
  margin-right: 0.3em;
}
.i-edit.fa-pull-right {
  margin-left: 0.3em;
}
.i-edit:before {
  content: "\f044";
}
.i-erase {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.i-erase.fa-pull-left {
  margin-right: 0.3em;
}
.i-erase.fa-pull-right {
  margin-left: 0.3em;
}
.i-erase:before {
  content: "\f12d";
}
.i-trash {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.i-trash.fa-pull-left {
  margin-right: 0.3em;
}
.i-trash.fa-pull-right {
  margin-left: 0.3em;
}
.i-trash:before {
  content: "\f1f8";
}
.i-sort {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.i-sort.fa-pull-left {
  margin-right: 0.3em;
}
.i-sort.fa-pull-right {
  margin-left: 0.3em;
}
.i-sort:before {
  content: "\f0dc";
}
.i-sort-alpha {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.i-sort-alpha.fa-pull-left {
  margin-right: 0.3em;
}
.i-sort-alpha.fa-pull-right {
  margin-left: 0.3em;
}
.i-sort-alpha:before {
  content: "\f15e";
}
.i-filter {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.i-filter.fa-pull-left {
  margin-right: 0.3em;
}
.i-filter.fa-pull-right {
  margin-left: 0.3em;
}
.i-filter:before {
  content: "\f0b0";
}
.i-clone {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.i-clone.fa-pull-left {
  margin-right: 0.3em;
}
.i-clone.fa-pull-right {
  margin-left: 0.3em;
}
.i-clone:before {
  content: "\f24d";
}
.i-pen {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.i-pen.fa-pull-left {
  margin-right: 0.3em;
}
.i-pen.fa-pull-right {
  margin-left: 0.3em;
}
.i-pen:before {
  content: "\f304";
}
.i-glasses {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.i-glasses.fa-pull-left {
  margin-right: 0.3em;
}
.i-glasses.fa-pull-right {
  margin-left: 0.3em;
}
.i-glasses:before {
  content: "\f530";
}
.i-text-width {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.i-text-width.fa-pull-left {
  margin-right: 0.3em;
}
.i-text-width.fa-pull-right {
  margin-left: 0.3em;
}
.i-text-width:before {
  content: "\f035";
}
.i-align-left {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.i-align-left.fa-pull-left {
  margin-right: 0.3em;
}
.i-align-left.fa-pull-right {
  margin-left: 0.3em;
}
.i-align-left:before {
  content: "\f036";
}
.i-align-center {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.i-align-center.fa-pull-left {
  margin-right: 0.3em;
}
.i-align-center.fa-pull-right {
  margin-left: 0.3em;
}
.i-align-center:before {
  content: "\f037";
}
.i-align-right {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.i-align-right.fa-pull-left {
  margin-right: 0.3em;
}
.i-align-right.fa-pull-right {
  margin-left: 0.3em;
}
.i-align-right:before {
  content: "\f038";
}
.i-search {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.i-search.fa-pull-left {
  margin-right: 0.3em;
}
.i-search.fa-pull-right {
  margin-left: 0.3em;
}
.i-search:before {
  content: "\f002";
}
.i-tachometer {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.i-tachometer.fa-pull-left {
  margin-right: 0.3em;
}
.i-tachometer.fa-pull-right {
  margin-left: 0.3em;
}
.i-tachometer:before {
  content: "\f3fd";
}
.i-external {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.i-external.fa-pull-left {
  margin-right: 0.3em;
}
.i-external.fa-pull-right {
  margin-left: 0.3em;
}
.i-external:before {
  content: "\f35d";
}
.i-copy {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.i-copy.fa-pull-left {
  margin-right: 0.3em;
}
.i-copy.fa-pull-right {
  margin-left: 0.3em;
}
.i-copy:before {
  content: "\f0c5";
}
.i-music {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.i-music.fa-pull-left {
  margin-right: 0.3em;
}
.i-music.fa-pull-right {
  margin-left: 0.3em;
}
.i-music:before {
  content: "\f001";
}
.i-film {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.i-film.fa-pull-left {
  margin-right: 0.3em;
}
.i-film.fa-pull-right {
  margin-left: 0.3em;
}
.i-film:before {
  content: "\f008";
}
.i-book {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.i-book.fa-pull-left {
  margin-right: 0.3em;
}
.i-book.fa-pull-right {
  margin-left: 0.3em;
}
.i-book:before {
  content: "\f02d";
}
.i-calendar {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.i-calendar.fa-pull-left {
  margin-right: 0.3em;
}
.i-calendar.fa-pull-right {
  margin-left: 0.3em;
}
.i-calendar:before {
  content: "\f073";
}
.i-dollar {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.i-dollar.fa-pull-left {
  margin-right: 0.3em;
}
.i-dollar.fa-pull-right {
  margin-left: 0.3em;
}
.i-dollar:before {
  content: "\f155";
}
.i-puzzle {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.i-puzzle.fa-pull-left {
  margin-right: 0.3em;
}
.i-puzzle.fa-pull-right {
  margin-left: 0.3em;
}
.i-puzzle:before {
  content: "\f12e";
}
.i-tack {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.i-tack.fa-pull-left {
  margin-right: 0.3em;
}
.i-tack.fa-pull-right {
  margin-left: 0.3em;
}
.i-tack:before {
  content: "\f08d";
}
.i-phone {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.i-phone.fa-pull-left {
  margin-right: 0.3em;
}
.i-phone.fa-pull-right {
  margin-left: 0.3em;
}
.i-phone:before {
  content: "\f095";
}
.i-wrench {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.i-wrench.fa-pull-left {
  margin-right: 0.3em;
}
.i-wrench.fa-pull-right {
  margin-left: 0.3em;
}
.i-wrench:before {
  content: "\f0ad";
}
.i-cog {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.i-cog.fa-pull-left {
  margin-right: 0.3em;
}
.i-cog.fa-pull-right {
  margin-left: 0.3em;
}
.i-cog:before {
  content: "\f013";
}
.i-cloud {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.i-cloud.fa-pull-left {
  margin-right: 0.3em;
}
.i-cloud.fa-pull-right {
  margin-left: 0.3em;
}
.i-cloud:before {
  content: "\f0c2";
}
.i-clock {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.i-clock.fa-pull-left {
  margin-right: 0.3em;
}
.i-clock.fa-pull-right {
  margin-left: 0.3em;
}
.i-clock:before {
  content: "\f017";
}
.i-stopwatch {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.i-stopwatch.fa-pull-left {
  margin-right: 0.3em;
}
.i-stopwatch.fa-pull-right {
  margin-left: 0.3em;
}
.i-stopwatch:before {
  content: "\f2f2";
}
.i-mail {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.i-mail.fa-pull-left {
  margin-right: 0.3em;
}
.i-mail.fa-pull-right {
  margin-left: 0.3em;
}
.i-mail:before {
  content: "\f0e0";
}
.i-compass {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.i-compass.fa-pull-left {
  margin-right: 0.3em;
}
.i-compass.fa-pull-right {
  margin-left: 0.3em;
}
.i-compass:before {
  content: "\f14e";
}
.i-building {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.i-building.fa-pull-left {
  margin-right: 0.3em;
}
.i-building.fa-pull-right {
  margin-left: 0.3em;
}
.i-building:before {
  content: "\f1ad";
}
.i-toggle-off {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.i-toggle-off.fa-pull-left {
  margin-right: 0.3em;
}
.i-toggle-off.fa-pull-right {
  margin-left: 0.3em;
}
.i-toggle-off:before {
  content: "\f204";
}
.i-toggle-on {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.i-toggle-on.fa-pull-left {
  margin-right: 0.3em;
}
.i-toggle-on.fa-pull-right {
  margin-left: 0.3em;
}
.i-toggle-on:before {
  content: "\f205";
}
.i-sliders {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.i-sliders.fa-pull-left {
  margin-right: 0.3em;
}
.i-sliders.fa-pull-right {
  margin-left: 0.3em;
}
.i-sliders:before {
  content: "\f1de";
}
.i-globe {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.i-globe.fa-pull-left {
  margin-right: 0.3em;
}
.i-globe.fa-pull-right {
  margin-left: 0.3em;
}
.i-globe:before {
  content: "\f0ac";
}
.i-globe-am {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.i-globe-am.fa-pull-left {
  margin-right: 0.3em;
}
.i-globe-am.fa-pull-right {
  margin-left: 0.3em;
}
.i-globe-am:before {
  content: "\f57d";
}
.i-ad {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.i-ad.fa-pull-left {
  margin-right: 0.3em;
}
.i-ad.fa-pull-right {
  margin-left: 0.3em;
}
.i-ad:before {
  content: "\f641";
}
.i-info-circle {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.i-info-circle.fa-pull-left {
  margin-right: 0.3em;
}
.i-info-circle.fa-pull-right {
  margin-left: 0.3em;
}
.i-info-circle:before {
  content: "\f05a";
}
.i-hand-stop {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.i-hand-stop.fa-pull-left {
  margin-right: 0.3em;
}
.i-hand-stop.fa-pull-right {
  margin-left: 0.3em;
}
.i-hand-stop:before {
  content: "\f256";
}
.i-thumbs-up {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.i-thumbs-up.fa-pull-left {
  margin-right: 0.3em;
}
.i-thumbs-up.fa-pull-right {
  margin-left: 0.3em;
}
.i-thumbs-up:before {
  content: "\f164";
}
.i-eye {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.i-eye.fa-pull-left {
  margin-right: 0.3em;
}
.i-eye.fa-pull-right {
  margin-left: 0.3em;
}
.i-eye:before {
  content: "\f06e";
}
.i-star-empty {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.i-star-empty.fa-pull-left {
  margin-right: 0.3em;
}
.i-star-empty.fa-pull-right {
  margin-left: 0.3em;
}
.i-star-empty:before {
  content: "\f005";
}
.i-star-half {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.i-star-half.fa-pull-left {
  margin-right: 0.3em;
}
.i-star-half.fa-pull-right {
  margin-left: 0.3em;
}
.i-star-half:before {
  content: "\f5c0";
}
.i-star {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.i-star.fa-pull-left {
  margin-right: 0.3em;
}
.i-star.fa-pull-right {
  margin-left: 0.3em;
}
.i-star:before {
  content: "\f005";
}
.i-bolt {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.i-bolt.fa-pull-left {
  margin-right: 0.3em;
}
.i-bolt.fa-pull-right {
  margin-left: 0.3em;
}
.i-bolt:before {
  content: "\f0e7";
}
.i-superpowers {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.i-superpowers.fa-pull-left {
  margin-right: 0.3em;
}
.i-superpowers.fa-pull-right {
  margin-left: 0.3em;
}
.i-superpowers:before {
  content: "\f2dd";
}
.i-broadcast {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.i-broadcast.fa-pull-left {
  margin-right: 0.3em;
}
.i-broadcast.fa-pull-right {
  margin-left: 0.3em;
}
.i-broadcast:before {
  content: "\f519";
}
.i-crowddj {
  background: url("../img/brand/crowd_dj.png") no-repeat center center;
  background-size: contain;
  width: 100%;
  height: 100%;
}
.i-jukebox {
  background: url('../img/icon_jukebox.png') no-repeat center center;
  background-size: contain;
  width: 100%;
  height: 100%;
}
.i-dj-headphones {
  background: url('../img/lm_dj2.png') no-repeat center center;
  background-size: contain;
  width: 100%;
  height: 100%;
}
.nl-row {
  display: flex;
  align-items: center;
  gap: 8px;
  align-self: stretch;
}
.nl-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}
.nl-modal {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.nl-modal .nl-modal-heading {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 64px;
  padding: 13px 16px;
  flex-shrink: 0;
  align-self: stretch;
  position: relative;
}
.nl-modal .nl-modal-heading .nl-icon-button {
  display: inline-flex;
  padding: 8px;
  justify-content: center;
  align-items: center;
}
.nl-modal .nl-modal-heading .nl-tap-target {
  width: 48px;
  height: 48px;
  padding: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.nl-modal .nl-modal-heading .nl-tap-target:hover {
  cursor: pointer;
}
.nl-modal .nl-modal-heading .nl-tap-target .nl-icon {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}
.nl-modal .nl-modal-heading .nl-navbar {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px;
  position: absolute;
  top: 0;
  bottom: 0;
}
.nl-modal .nl-modal-heading .nl-navbar.left {
  left: 0;
}
.nl-modal .nl-modal-heading .nl-navbar.right {
  right: 0;
}
.nl-modal .nl-modal-body {
  display: flex;
  padding: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  align-self: stretch;
}
.nl-modal .nl-modal-body .nl-text-content {
  align-self: stretch;
}
.nl-modal .nl-modal-footer {
  display: flex;
  height: 56px;
  padding: 16px 24px;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  align-self: stretch;
}
.nl-list,
.nl-list-bordered,
.nl-list-radio {
  display: flex;
  gap: 1px;
  align-self: stretch;
  padding: 0;
}
.nl-list:not(.horizontal),
.nl-list-bordered:not(.horizontal),
.nl-list-radio:not(.horizontal) {
  flex-direction: column;
  align-items: flex-start;
}
.nl-list.horizontal,
.nl-list-bordered.horizontal,
.nl-list-radio.horizontal {
  align-items: center;
}
.nl-list-heading {
  padding: 16px 18px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.nl-list-item,
.nl-list-item-selectable {
  display: flex;
  padding: 8px 12px;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  position: relative;
}
.nl-list-item .nl-checkbox-icon,
.nl-list-item-selectable .nl-checkbox-icon {
  display: flex;
  padding: 8px;
  align-items: flex-start;
  gap: 10px;
}
.nl-list-item .nl-text-content,
.nl-list-item-selectable .nl-text-content {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 2px;
  flex: 1;
}
.nl-list-item .nl-text-content .nl-title,
.nl-list-item-selectable .nl-text-content .nl-title,
.nl-list-item .nl-text-content .nl-subtitle,
.nl-list-item-selectable .nl-text-content .nl-subtitle {
  max-width: 100%;
}
.nl-list-item-selectable:hover:not(.disabled):not(.cursor-normal) {
  cursor: pointer;
}
.nl-bubble {
  padding: 8px;
}
.nl-bubble .nl-text-content {
  flex: 1;
}
.nl-card {
  display: flex;
  align-items: flex-start;
  align-self: stretch;
  gap: var(--border-radius, 12px);
  padding: 4px 0;
  min-width: 0;
}
.nl-card .nl-text-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  align-self: stretch;
  gap: var(--border-radius, 4px);
  min-width: 0;
}
.nl-card .nl-card-image {
  display: flex;
  justify-content: center;
  align-items: center;
}
.nl-card .nl-card-image img {
  max-width: 100%;
  max-height: 100%;
}
.nl-card .nl-card-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
.nl-card .nl-card-description {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  align-self: stretch;
}
.nl-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex: 1;
}
.nl-btn:not(.sm):not(.lg) {
  padding: 6px 12px;
  height: 40px;
}
.nl-btn.sm,
.nl-btn.lg {
  padding: 12px;
}
.nl-icon-btn-sm {
  width: 32px !important;
  height: 32px !important;
  flex: unset !important;
}
.nl-icon-btn-lg {
  width: 40px !important;
  height: 40px !important;
  padding: 8px !important;
  flex: unset !important;
}
.nl-icon-btn-round {
  padding: 2px 7px;
  border-radius: 20px;
}
.nl-icon-btn {
  padding: 2px 7px;
}
.nl-pill {
  display: flex;
  min-width: 64px;
  padding: 6px 16px;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
.nl-pill .nl-pill-icon {
  width: 16px;
  height: 16px;
}
.nl-pill .nl-pill-text {
  flex: 1 0 0;
}
.nl-badge {
  display: flex;
  padding: 2px 4px;
  align-items: flex-start;
  gap: 10px;
}
.nl-icon-wrap {
  display: flex;
  padding: 4px;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
h5.nl-heading,
h5.nl-list-heading {
  margin: 0;
}
.primary-border {
  border: 1px solid var(--MMN-Storm-Blue, #167694) !important;
}
.primary-bg {
  background: var(--MMN-Storm-Blue, #167694) !important;
}
.primary-text {
  color: var(--MMN-Storm-Blue, #167694) !important;
}
.secondary-border {
  border: 1px solid var(--mmn-shades-grey-light-2, #EEE) !important;
}
.secondary-bg {
  background: var(--mmn-shades-grey-light-2, #EEE) !important;
}
.secondary-text {
  color: var(--mmn-shades-grey-light-2, #EEE) !important;
}
.tertiary-border {
  border: var(--MMN-Shades-Grey-Mid, #999) !important;
}
.tertiary-bg {
  background: var(--MMN-Shades-Grey-Mid, #999) !important;
}
.tertiary-text {
  color: var(--MMN-Shades-Grey-Mid, #999) !important;
}
.success-border {
  border: 1px solid var(--MMN-Storm-Green, #5AB37E) !important;
}
.success-bg {
  background: var(--MMN-Storm-Green, #5AB37E) !important;
}
.success-text {
  color: var(--MMN-Storm-Green, #5AB37E) !important;
}
.warn-border {
  border: 1px solid var(--mmn-storm-storm-yellow-1, #F4D978) !important;
}
.warn-bg {
  background: var(--mmn-storm-storm-yellow-1, #F4D978) !important;
}
.warn-text {
  color: var(--mmn-storm-storm-yellow-1, #F4D978) !important;
}
.error-border {
  border: 1px solid var(--MMN-Storm-Storm-Red, #C24D3D) !important;
}
.error-bg {
  background: var(--MMN-Storm-Storm-Red, #C24D3D) !important;
}
.error-text {
  color: var(--MMN-Storm-Storm-Red, #C24D3D) !important;
}
.primary-light-border {
  border: 1px solid var(--MMN-Storm-Blue-Light, #C1D9E0) !important;
}
.primary-light-bg {
  background: var(--MMN-Storm-Blue-Light, #C1D9E0) !important;
}
.primary-light-text {
  color: var(--MMN-Storm-Blue-Light, #C1D9E0) !important;
}
.success-light-border {
  border: 1px solid var(--MMN-Storm-Green-Light, #71ce98) !important;
}
.success-light-bg {
  background: var(--MMN-Storm-Green-Light, #71ce98) !important;
}
.success-light-text {
  color: var(--MMN-Storm-Green-Light, #71ce98) !important;
}
.error-light-border {
  border: 1px solid #cc1919 !important;
}
.error-light-bg {
  background: #cc1919 !important;
}
.error-light-text {
  color: #cc1919 !important;
}
.primary-dark-border {
  border: 1px solid var(--MMN-Storm-Blue-Dark, #2D5764) !important;
}
.primary-dark-bg {
  background: var(--MMN-Storm-Blue-Dark, #2D5764) !important;
}
.primary-dark-text {
  color: var(--MMN-Storm-Blue-Dark, #2D5764) !important;
}
.secondary-dark-border {
  border: 1px solid var(--MMN-Shades-Grey-Mid, #999) !important;
}
.secondary-dark-bg {
  background: var(--MMN-Shades-Grey-Mid, #999) !important;
}
.secondary-dark-text {
  color: var(--MMN-Shades-Grey-Mid, #999) !important;
}
.success-dark-border {
  border: 1px solid var(--MMN-Storm-Green-Dark, #407c59) !important;
}
.success-dark-bg {
  background: var(--MMN-Storm-Green-Dark, #407c59) !important;
}
.success-dark-text {
  color: var(--MMN-Storm-Green-Dark, #407c59) !important;
}
.warn-dark-border {
  border: 1px solid var(--MMN-Storm-Storm-Yellow-Dark--1, #5F4D11) !important;
}
.warn-dark-bg {
  background: var(--MMN-Storm-Storm-Yellow-Dark--1, #5F4D11) !important;
}
.warn-dark-text {
  color: var(--MMN-Storm-Storm-Yellow-Dark--1, #5F4D11) !important;
}
.error-dark-border {
  border: 1px solid #b11b1b !important;
}
.error-dark-bg {
  background: #b11b1b !important;
}
.error-dark-text {
  color: #b11b1b !important;
}
.style-primary {
  background: var(--MMN-Storm-Blue, #167694) !important;
  color: var(--MMN-White, #FFF) !important;
}
.style-secondary {
  background: var(--mmn-shades-grey-light-2, #EEE) !important;
  color: var(--MMN-Shades-Dark-Grey, #333) !important;
}
.style-tertiary {
  background: var(--MMN-Shades-Grey-Mid, #999) !important;
}
.style-success {
  background: var(--MMN-Storm-Green, #5AB37E) !important;
  color: var(--MMN-White, #FFF) !important;
}
.style-warn {
  background: var(--mmn-storm-storm-yellow-1, #F4D978) !important;
  color: var(--MMN-Storm-Storm-Yellow-Dark--1, #5F4D11) !important;
}
.style-error {
  background: var(--MMN-Storm-Storm-Red, #C24D3D) !important;
  color: var(--MMN-White, #FFF) !important;
}
.style-warn-border {
  background: var(--mmn-storm-storm-yellow-1, #F4D978) !important;
  color: var(--MMN-Storm-Storm-Yellow-Dark--1, #5F4D11) !important;
  border: 1px solid var(--MMN-Storm-Storm-Yellow-Dark--1, #5F4D11) !important;
}
.style-primary-alt {
  background: var(--MMN-Storm-Blue-Light, #C1D9E0) !important;
  color: var(--MMN-Storm-Blue-Dark, #2D5764) !important;
  border: 1px solid var(--MMN-Storm-Blue, #167694) !important;
}
.style-success-alt {
  background: var(--mmn-off-white-1, #F8F8F8);
  color: var(--MMN-White, #FFF);
  border: 1px solid var(--MMN-Storm-Green, #5AB37E) !important;
}
.style-primary-invert {
  background: var(--MMN-White, #FFF) !important;
  color: var(--MMN-Storm-Blue, #167694) !important;
}
.style-secondary-invert {
  background: var(--MMN-Dark-Grey, #333) !important;
  color: var(--MMN-Shades-White, #FFF) !important;
}
.style-success-invert {
  background: var(--MMN-White, #FFF) !important;
  color: var(--MMN-Storm-Green, #5AB37E) !important;
}
.style-warn-invert {
  background: var(--MMN-Storm-Storm-Yellow-Dark--1, #5F4D11) !important;
  color: var(--MMN-White, #FFF) !important;
}
.nl-modal .nl-modal-heading {
  background: #5AB37F;
}
.nl-modal .nl-modal-heading .nl-title {
  text-align: center;
  font-family: "open_sansregular", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.nl-modal .nl-modal-heading .nl-icon-button {
  border-radius: var(--border-radius, 4px);
  background: var(--mmn-shades-black-25, rgba(0, 0, 0, 0.25));
}
.nl-modal .nl-modal-body .nl-text-content p {
  color: #333;
  text-align: center;
  font-family: "open_sansregular", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}
.nl-modal .nl-modal-footer {
  background: var(--MMN-Shades-Grey, #666);
}
.nl-list,
.nl-list-bordered {
  background: var(--MMN-Shades-Grey-Light, #CCC);
}
.nl-list.horizontal.round-bottom,
.nl-list-bordered.horizontal.round-bottom {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.nl-list.horizontal.round-bottom > *:first-child,
.nl-list-bordered.horizontal.round-bottom > *:first-child {
  border-bottom-left-radius: 8px;
}
.nl-list.horizontal.round-bottom > *:last-child,
.nl-list-bordered.horizontal.round-bottom > *:last-child {
  border-bottom-right-radius: 8px;
}
.nl-list-bordered {
  border-radius: var(--border-radius, 4px);
  border: 1px solid var(--MMN-Shades-Grey-Light, #CCC);
}
.nl-list-bordered > .nl-list-item:first-child,
.nl-list-bordered > .nl-list-item-selectable:first-child,
.nl-list-bordered > *:first-child > .nl-list-item,
.nl-list-bordered > *:first-child > .nl-list-item-selectable {
  border-top-left-radius: var(--border-radius, 4px);
  border-top-right-radius: var(--border-radius, 4px);
}
.nl-list-bordered > .nl-list-item:last-child,
.nl-list-bordered > .nl-list-item-selectable:last-child,
.nl-list-bordered > *:last-child > .nl-list-item,
.nl-list-bordered > *:last-child > .nl-list-item-selectable {
  border-bottom-left-radius: var(--border-radius, 4px);
  border-bottom-right-radius: var(--border-radius, 4px);
}
.nl-list-heading {
  color: #333;
  background-color: #ddd;
  border-color: #ddd;
}
.nl-list-item,
.nl-list-item-selectable {
  background: var(--shades-white, #FFF);
}
.nl-list-item .nl-text-content .nl-title,
.nl-list-item-selectable .nl-text-content .nl-title,
.nl-list-item .nl-text-content .nl-subtitle,
.nl-list-item-selectable .nl-text-content .nl-subtitle {
  color: var(--mmn-shades-dark-grey-2, #555);
  font-family: "open_sansregular", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 13px;
  font-style: normal;
  line-height: 16px;
  /* 123.077% */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nl-list-item .nl-text-content .nl-title,
.nl-list-item-selectable .nl-text-content .nl-title {
  font-weight: 600;
}
.nl-list-item .nl-text-content .nl-subtitle,
.nl-list-item-selectable .nl-text-content .nl-subtitle {
  font-weight: 400;
}
.nl-list-item .nl-text-content .nl-subtext,
.nl-list-item-selectable .nl-text-content .nl-subtext {
  color: #999;
}
.nl-list-item-selectable:hover:not(.disabled) {
  background: var(--mmn-shades-dark-grey-2, #CCC);
}
.nl-panel.round {
  border-radius: 8px;
}
.nl-panel.round .nl-panel-header {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.nl-panel.round .nl-panel-footer {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.nl-panel .nl-panel-header .nl-title {
  /* Label - Big - Active */
  font-family: "Open Sans", "open_sansregular", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  /* 125% */
}
.nl-panel .nl-panel-header h4.nl-title {
  font-size: 16px;
}
.nl-panel .nl-panel-header h5.nl-title {
  font-size: 14px;
}
.nl-panel:not(.dark) .nl-panel-header {
  background: var(--MMN-Shades-Off-White, #F3F3F3);
  color: var(--MMN-Dark-Grey, #333);
}
.nl-panel:not(.dark) .nl-panel-body {
  background: #FFF;
}
.nl-panel:not(.dark) .nl-panel-footer {
  background: #FFF;
}
.nl-panel.dark .nl-panel-header {
  background: var(--MMN-Shades-Dark-Grey, #333);
  color: var(--MMN-White, #FFF);
}
.nl-panel.dark .nl-panel-body {
  background: var(--mmn-shades-dark-grey-1, #444);
  color: var(--MMN-White, #FFF);
}
.nl-panel.dark .nl-panel-footer {
  background: var(--mmn-shades-dark-grey-1, #444);
  color: var(--MMN-White, #FFF);
}
.nl-bubble {
  border-radius: var(--border-radius, 4px);
  border: 1px solid var(--MMN-Shades-Grey-Light, #CCC);
}
.nl-bubble.secondary {
  background: var(--mmn-shades-grey-light-2, #EEE) !important;
  color: var(--MMN-Shades-Dark-Grey, #333) !important;
}
.nl-bubble.warn {
  background: var(--mmn-storm-storm-yellow-1, #F4D978) !important;
  color: var(--MMN-Storm-Storm-Yellow-Dark--1, #5F4D11) !important;
  border: 1px solid var(--MMN-Storm-Storm-Yellow-Dark--1, #5F4D11) !important;
}
.nl-bubble .nl-text-content {
  font-family: "open_sansregular", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  /* 150% */
}
.nl-card:not(.dark) .nl-card-image {
  background: #EEE;
}
.nl-card:not(.dark) .nl-card-title {
  color: var(--mmn-shades-dark-grey-1, #444);
}
.nl-card:not(.dark) .nl-card-description {
  color: var(--MMN-Grey, #666);
}
.nl-card.dark .nl-card-image {
  background: var(--MMN-Grey, #666);
}
.nl-card.dark .nl-card-title {
  color: var(--MMN-White, #FFF);
}
.nl-card.dark .nl-card-description {
  color: #EEE;
}
.nl-card .nl-card-title {
  /* Label - Active */
  font-family: "Open Sans", "open_sansregular", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  /* 142.857% */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nl-card .nl-card-description {
  /* META VALUE */
  font-family: "Open Sans", "open_sansregular", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 16px;
  /* 123.077% */
}
.nl-btn {
  border: 0;
  text-align: center;
  font-family: "open_sansregular", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-style: normal;
  font-weight: 400;
}
.nl-btn:not(.sm):not(.lg) {
  font-size: 14px;
  line-height: 22px;
  /* 157.143% */
}
.nl-btn.sm {
  font-size: 13px;
  line-height: 16px;
  /* 123.077% */
}
.nl-btn:not(:disabled) {
  background: var(--mmn-shades-grey-light-2, #EEE) !important;
  color: var(--MMN-Shades-Dark-Grey, #333) !important;
}
.nl-btn:not(:disabled):hover {
  background: var(--MMN-Shades-Grey-Mid, #999) !important;
}
.nl-btn:not(:disabled).primary {
  background: var(--MMN-Storm-Blue, #167694) !important;
  color: var(--MMN-White, #FFF) !important;
}
.nl-btn:not(:disabled).primary:hover {
  background: var(--MMN-Storm-Blue-Dark, #2D5764) !important;
}
.nl-btn:not(:disabled).success {
  background: var(--MMN-Storm-Green, #5AB37E) !important;
  color: var(--MMN-White, #FFF) !important;
}
.nl-btn:not(:disabled).success:hover {
  background: var(--MMN-Storm-Green-Dark, #407c59) !important;
}
.nl-btn:not(:disabled).warn {
  background: var(--mmn-storm-storm-yellow-1, #F4D978) !important;
  color: var(--MMN-Storm-Storm-Yellow-Dark--1, #5F4D11) !important;
}
.nl-btn:not(:disabled).warn:hover {
  background: var(--MMN-Storm-Storm-Yellow-Dark--1, #5F4D11) !important;
}
.nl-btn:not(:disabled).error {
  background: var(--MMN-Storm-Storm-Red, #C24D3D) !important;
  color: var(--MMN-White, #FFF) !important;
}
.nl-btn:not(:disabled).error:hover {
  background: #b11b1b !important;
}
.nl-btn:disabled {
  background: var(--MMN-Grey-Light, #CCC) !important;
  color: var(--MMN-Grey-Mid, #999) !important;
}
.nl-icon-btn-sm {
  border-radius: 4px;
}
.nl-icon-btn-lg.round {
  border-radius: 20px;
}
.nl-icon-btn-round {
  font-size: 14px;
}
.nl-icon-btn {
  font-size: 24px;
  background: none;
}
.nl-icon-btn.nl-btn-dark {
  color: #000;
}
.nl-icon-btn.nl-btn-dark:hover {
  color: #5ab37f;
}
.nl-pill {
  border-radius: 24px;
  background: var(--MMN-Dark-Grey, #333);
  color: var(--MMN-Shades-White, #FFF);
}
.nl-pill.success {
  background: var(--MMN-Storm-Green, #5AB37E) !important;
  color: var(--MMN-White, #FFF) !important;
}
.nl-pill.warn {
  background: var(--MMN-Storm-Storm-Yellow-Dark--1, #5F4D11) !important;
  color: var(--MMN-White, #FFF) !important;
}
.nl-pill .nl-pill-text {
  text-align: center;
  font-family: "open_sansregular", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  /* 123.077% */
}
.nl-badge {
  border: 1px solid var(--MMN-Shades-Grey, #666);
  color: var(--MMN-Shades-Grey, #666);
  border-radius: 3px;
  text-align: center;
  /* META LABEL */
  font-family: "Open Sans", "open_sansregular", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  /* 123.077% */
}
.nl-badge.error {
  border: 1px solid var(--MMN-Storm-Storm-Red, #C24D3D) !important;
  color: var(--MMN-Storm-Storm-Red, #C24D3D) !important;
}
.dark > .nl-badge {
  border: 1px solid var(--crowdDJ-White, #FFF);
  color: var(--crowdDJ-White, #FFF);
}
.nl-heading,
.nl-list-heading {
  font-family: "open_sanssemibold", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
h5.nl-heading,
h5.nl-list-heading {
  font-size: 16px;
  margin: 0;
}
:root {
  --sp-0: 0px;
  --sp-1: 2px;
  --sp-2: 4px;
  --sp-3: 6px;
  --sp-4: 8px;
  --sp-5: 12px;
  --sp-6: 16px;
  --sp-7: 20px;
  --sp-8: 24px;
  --sp-xl-1: 32px;
  --sp-xl-2: 48px;
  --sp-xl-3: 64px;
  --sp-xl-4: 96px;
  --sp-xl-5: 128px;
}
.nmt-auto {
  margin-top: auto !important;
}
.nmb-auto {
  margin-bottom: auto !important;
}
.nml-auto {
  margin-left: auto !important;
}
.nmr-auto {
  margin-right: auto !important;
}
.nmt-0 {
  margin-top: var(--sp-0) !important;
}
.nmb-0 {
  margin-bottom: var(--sp-0) !important;
}
.nml-0 {
  margin-left: var(--sp-0) !important;
}
.nmr-0 {
  margin-right: var(--sp-0) !important;
}
.nmt-1 {
  margin-top: var(--sp-1) !important;
}
.nmb-1 {
  margin-bottom: var(--sp-1) !important;
}
.nml-1 {
  margin-left: var(--sp-1) !important;
}
.nmr-1 {
  margin-right: var(--sp-1) !important;
}
.nmt-2 {
  margin-top: var(--sp-2) !important;
}
.nmb-2 {
  margin-bottom: var(--sp-2) !important;
}
.nml-2 {
  margin-left: var(--sp-2) !important;
}
.nmr-2 {
  margin-right: var(--sp-2) !important;
}
.nmt-3 {
  margin-top: var(--sp-3) !important;
}
.nmb-3 {
  margin-bottom: var(--sp-3) !important;
}
.nml-3 {
  margin-left: var(--sp-3) !important;
}
.nmr-3 {
  margin-right: var(--sp-3) !important;
}
.nmt-4 {
  margin-top: var(--sp-4) !important;
}
.nmb-4 {
  margin-bottom: var(--sp-4) !important;
}
.nml-4 {
  margin-left: var(--sp-4) !important;
}
.nmr-4 {
  margin-right: var(--sp-4) !important;
}
.nmt-5 {
  margin-top: var(--sp-5) !important;
}
.nmb-5 {
  margin-bottom: var(--sp-5) !important;
}
.nml-5 {
  margin-left: var(--sp-5) !important;
}
.nmr-5 {
  margin-right: var(--sp-5) !important;
}
.nm-0 {
  margin: 0 !important;
}
.nmx-0 {
  margin-left: var(--sp-0) !important;
  margin-right: var(--sp-0) !important;
}
.nmy-0 {
  margin-top: var(--sp-0) !important;
  margin-bottom: var(--sp-0) !important;
}
.nm-1 {
  margin: var(--sp-1) !important;
}
.nmx-1 {
  margin-left: var(--sp-1) !important;
  margin-right: var(--sp-1) !important;
}
.nmy-1 {
  margin-top: var(--sp-1) !important;
  margin-bottom: var(--sp-1) !important;
}
.nm-2 {
  margin: var(--sp-2) !important;
}
.nmx-2 {
  margin-left: var(--sp-2) !important;
  margin-right: var(--sp-2) !important;
}
.nmy-2 {
  margin-top: var(--sp-2) !important;
  margin-bottom: var(--sp-2) !important;
}
.nm-3 {
  margin: var(--sp-3) !important;
}
.nmx-3 {
  margin-left: var(--sp-3) !important;
  margin-right: var(--sp-3) !important;
}
.nmy-3 {
  margin-top: var(--sp-3) !important;
  margin-bottom: var(--sp-3) !important;
}
.nm-4 {
  margin: var(--sp-4) !important;
}
.nmx-4 {
  margin-left: var(--sp-4) !important;
  margin-right: var(--sp-4) !important;
}
.nmy-4 {
  margin-top: var(--sp-4) !important;
  margin-bottom: var(--sp-4) !important;
}
.nm-5 {
  margin: var(--sp-5) !important;
}
.nmx-5 {
  margin-left: var(--sp-5) !important;
  margin-right: var(--sp-5) !important;
}
.nmy-5 {
  margin-top: var(--sp-5) !important;
  margin-bottom: var(--sp-5) !important;
}
.npt-0 {
  padding-top: var(--sp-0) !important;
}
.npb-0 {
  padding-bottom: var(--sp-0) !important;
}
.npl-0 {
  padding-left: var(--sp-0) !important;
}
.npr-0 {
  padding-right: var(--sp-0) !important;
}
.npt-1 {
  padding-top: var(--sp-1) !important;
}
.npb-1 {
  padding-bottom: var(--sp-1) !important;
}
.npl-1 {
  padding-left: var(--sp-1) !important;
}
.npr-1 {
  padding-right: var(--sp-1) !important;
}
.npt-2 {
  padding-top: var(--sp-2) !important;
}
.npb-2 {
  padding-bottom: var(--sp-2) !important;
}
.npl-2 {
  padding-left: var(--sp-2) !important;
}
.npr-2 {
  padding-right: var(--sp-2) !important;
}
.npt-3 {
  padding-top: var(--sp-3) !important;
}
.npb-3 {
  padding-bottom: var(--sp-3) !important;
}
.npl-3 {
  padding-left: var(--sp-3) !important;
}
.npr-3 {
  padding-right: var(--sp-3) !important;
}
.npt-4 {
  padding-top: var(--sp-4) !important;
}
.npb-4 {
  padding-bottom: var(--sp-4) !important;
}
.npl-4 {
  padding-left: var(--sp-4) !important;
}
.npr-4 {
  padding-right: var(--sp-4) !important;
}
.npt-5 {
  padding-top: var(--sp-5) !important;
}
.npb-5 {
  padding-bottom: var(--sp-5) !important;
}
.npl-5 {
  padding-left: var(--sp-5) !important;
}
.npr-5 {
  padding-right: var(--sp-5) !important;
}
.np-0 {
  padding: var(--sp-0) !important;
}
.npx-0 {
  padding-left: var(--sp-0) !important;
  padding-right: var(--sp-0) !important;
}
.npy-0 {
  padding-top: var(--sp-0) !important;
  padding-bottom: var(--sp-0) !important;
}
.np-1 {
  padding: var(--sp-1) !important;
}
.npx-1 {
  padding-left: var(--sp-1) !important;
  padding-right: var(--sp-1) !important;
}
.npy-1 {
  padding-top: var(--sp-1) !important;
  padding-bottom: var(--sp-1) !important;
}
.np-2 {
  padding: var(--sp-2) !important;
}
.npx-2 {
  padding-left: var(--sp-2) !important;
  padding-right: var(--sp-2) !important;
}
.npy-2 {
  padding-top: var(--sp-2) !important;
  padding-bottom: var(--sp-2) !important;
}
.np-3 {
  padding: var(--sp-3) !important;
}
.npx-3 {
  padding-left: var(--sp-3) !important;
  padding-right: var(--sp-3) !important;
}
.npy-3 {
  padding-top: var(--sp-3) !important;
  padding-bottom: var(--sp-3) !important;
}
.np-4 {
  padding: var(--sp-4) !important;
}
.npx-4 {
  padding-left: var(--sp-4) !important;
  padding-right: var(--sp-4) !important;
}
.npy-4 {
  padding-top: var(--sp-4) !important;
  padding-bottom: var(--sp-4) !important;
}
.np-5 {
  padding: var(--sp-5) !important;
}
.npx-5 {
  padding-left: var(--sp-5) !important;
  padding-right: var(--sp-5) !important;
}
.npy-5 {
  padding-top: var(--sp-5) !important;
  padding-bottom: var(--sp-5) !important;
}
.ngap-1 {
  gap: var(--sp-1) !important;
}
.ngap-2 {
  gap: var(--sp-2) !important;
}
.ngap-3 {
  gap: var(--sp-3) !important;
}
.ngap-4 {
  gap: var(--sp-4) !important;
}
.ngap-5 {
  gap: var(--sp-5) !important;
}
.ngap-6 {
  gap: var(--sp-6) !important;
}
.ngap-7 {
  gap: var(--sp-7) !important;
}
.ngap-8 {
  gap: var(--sp-8) !important;
}
.nl-primary-border {
  border: 1px solid var(--MMN-Storm-Blue, #167694) !important;
}
.nl-primary-bg {
  background: var(--MMN-Storm-Blue, #167694) !important;
}
.nl-primary-text {
  color: var(--MMN-Storm-Blue, #167694) !important;
}
.nl-secondary-border {
  border: 1px solid var(--mmn-shades-grey-light-2, #EEE) !important;
}
.nl-secondary-bg {
  background: var(--mmn-shades-grey-light-2, #EEE) !important;
}
.nl-secondary-text {
  color: var(--mmn-shades-grey-light-2, #EEE) !important;
}
.nl-tertiary-border {
  border: var(--MMN-Shades-Grey-Mid, #999) !important;
}
.nl-tertiary-bg {
  background: var(--MMN-Shades-Grey-Mid, #999) !important;
}
.nl-tertiary-text {
  color: var(--MMN-Shades-Grey-Mid, #999) !important;
}
.nl-success-border {
  border: 1px solid var(--MMN-Storm-Green, #5AB37E) !important;
}
.nl-success-bg {
  background: var(--MMN-Storm-Green, #5AB37E) !important;
}
.nl-success-text {
  color: var(--MMN-Storm-Green, #5AB37E) !important;
}
.nl-warn-border {
  border: 1px solid var(--mmn-storm-storm-yellow-1, #F4D978) !important;
}
.nl-warn-bg {
  background: var(--mmn-storm-storm-yellow-1, #F4D978) !important;
}
.nl-warn-text {
  color: var(--mmn-storm-storm-yellow-1, #F4D978) !important;
}
.nl-error-border {
  border: 1px solid var(--MMN-Storm-Storm-Red, #C24D3D) !important;
}
.nl-error-bg {
  background: var(--MMN-Storm-Storm-Red, #C24D3D) !important;
}
.nl-error-text {
  color: var(--MMN-Storm-Storm-Red, #C24D3D) !important;
}
.nl-primary-light-border {
  border: 1px solid var(--MMN-Storm-Blue-Light, #C1D9E0) !important;
}
.nl-primary-light-bg {
  background: var(--MMN-Storm-Blue-Light, #C1D9E0) !important;
}
.nl-primary-light-text {
  color: var(--MMN-Storm-Blue-Light, #C1D9E0) !important;
}
.nl-success-light-border {
  border: 1px solid var(--MMN-Storm-Green-Light, #71ce98) !important;
}
.nl-success-light-bg {
  background: var(--MMN-Storm-Green-Light, #71ce98) !important;
}
.nl-success-light-text {
  color: var(--MMN-Storm-Green-Light, #71ce98) !important;
}
.nl-error-light-border {
  border: 1px solid #cc1919 !important;
}
.nl-error-light-bg {
  background: #cc1919 !important;
}
.nl-error-light-text {
  color: #cc1919 !important;
}
.nl-primary-dark-border {
  border: 1px solid var(--MMN-Storm-Blue-Dark, #2D5764) !important;
}
.nl-primary-dark-bg {
  background: var(--MMN-Storm-Blue-Dark, #2D5764) !important;
}
.nl-primary-dark-text {
  color: var(--MMN-Storm-Blue-Dark, #2D5764) !important;
}
.nl-secondary-dark-border {
  border: 1px solid var(--MMN-Shades-Grey-Mid, #999) !important;
}
.nl-secondary-dark-bg {
  background: var(--MMN-Shades-Grey-Mid, #999) !important;
}
.nl-secondary-dark-text {
  color: var(--MMN-Shades-Grey-Mid, #999) !important;
}
.nl-success-dark-border {
  border: 1px solid var(--MMN-Storm-Green-Dark, #407c59) !important;
}
.nl-success-dark-bg {
  background: var(--MMN-Storm-Green-Dark, #407c59) !important;
}
.nl-success-dark-text {
  color: var(--MMN-Storm-Green-Dark, #407c59) !important;
}
.nl-warn-dark-border {
  border: 1px solid var(--MMN-Storm-Storm-Yellow-Dark--1, #5F4D11) !important;
}
.nl-warn-dark-bg {
  background: var(--MMN-Storm-Storm-Yellow-Dark--1, #5F4D11) !important;
}
.nl-warn-dark-text {
  color: var(--MMN-Storm-Storm-Yellow-Dark--1, #5F4D11) !important;
}
.nl-error-dark-border {
  border: 1px solid var(--MMN-Storm-Storm-Red-Dark--1, #491B1B) !important;
}
.nl-error-dark-bg {
  background: var(--MMN-Storm-Storm-Red-Dark--1, #491B1B) !important;
}
.nl-error-dark-text {
  color: var(--MMN-Storm-Storm-Red-Dark--1, #491B1B) !important;
}
.nl-style-primary {
  background: var(--MMN-Storm-Blue, #167694) !important;
  color: var(--MMN-White, #FFF) !important;
}
.nl-style-secondary {
  background: var(--mmn-shades-grey-light-2, #EEE) !important;
  color: var(--MMN-Shades-Dark-Grey, #333) !important;
}
.nl-style-tertiary {
  background: var(--MMN-Shades-Grey-Mid, #999) !important;
}
.nl-style-success {
  background: var(--MMN-Storm-Green, #5AB37E) !important;
  color: var(--MMN-White, #FFF) !important;
}
.nl-style-warn {
  background: var(--mmn-storm-storm-yellow-1, #F4D978) !important;
  color: var(--MMN-Storm-Storm-Yellow-Dark--1, #5F4D11) !important;
}
.nl-style-error {
  background: var(--MMN-Storm-Storm-Red, #C24D3D) !important;
  color: var(--MMN-White, #FFF) !important;
}
.nl-style-warn-border {
  background: var(--mmn-storm-storm-yellow-1, #F4D978) !important;
  color: var(--MMN-Storm-Storm-Yellow-Dark--1, #5F4D11) !important;
  border: 1px solid var(--MMN-Storm-Storm-Yellow-Dark--1, #5F4D11) !important;
}
.nl-style-primary-alt {
  background: var(--MMN-Storm-Blue-Light, #C1D9E0) !important;
  color: var(--MMN-Storm-Blue-Dark, #2D5764) !important;
  border: 1px solid var(--MMN-Storm-Blue, #167694) !important;
}
.nl-style-success-alt {
  background: var(--mmn-off-white-1, #F8F8F8);
  color: var(--MMN-White, #FFF);
  border: 1px solid var(--MMN-Storm-Green, #5AB37E) !important;
}
.nl-style-primary-invert {
  background: var(--MMN-White, #FFF) !important;
  color: var(--MMN-Storm-Blue, #167694) !important;
}
.nl-style-secondary-invert {
  background: var(--MMN-Dark-Grey, #333) !important;
  color: var(--MMN-Shades-White, #FFF) !important;
}
.nl-style-success-invert {
  background: var(--MMN-White, #FFF) !important;
  color: var(--MMN-Storm-Green, #5AB37E) !important;
}
.nl-style-warn-invert {
  background: var(--MMN-Storm-Storm-Yellow-Dark--1, #5F4D11) !important;
  color: var(--MMN-White, #FFF) !important;
}
.nl-text {
  font-family: "Open Sans", "open_sansregular", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  /* 142.857% */
}
.nl-text.bold {
  font-weight: 600;
}
.nl-text.small {
  font-size: 13px;
  line-height: 16px;
  /* 123.077% */
}
.nl-text.large {
  font-size: 16px;
  line-height: 24px;
  /* 150% */
}
.nl-text.display {
  font-size: 20px;
  line-height: 32px;
  /* 160% */
}
.nl-icon {
  width: 20px;
  height: 20px;
}
.nl-icon.small {
  width: 16px;
  height: 16px;
}
.nl-icon.large {
  width: 24px;
  height: 24px;
}
.nl-icon.display {
  width: 32px;
  height: 32px;
}
.nl-icon.super {
  width: 40px;
  height: 40px;
}
.nl-separator-h {
  border-top: 1px solid;
  border-color: inherit;
  width: 100%;
}
.nl-separator-v {
  border-left: 1px solid;
  border-color: inherit;
  height: 100%;
}
.nl-button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex: 1;
  border: 0;
  text-align: center;
  font-family: "open_sansregular", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-style: normal;
  font-weight: 400;
}
.nl-button:not(.small):not(.large) {
  padding: 6px 12px;
  height: 40px;
  font-size: 14px;
  line-height: 22px;
  /* 157.143% */
}
.nl-button.small,
.nl-button.large {
  padding: 12px;
}
.nl-button.icon {
  padding: 2px 7px;
  font-size: 24px;
  background: none;
}
.nl-button.small {
  font-size: 13px;
  line-height: 16px;
  /* 123.077% */
}
.nl-button.small.icon {
  width: 32px !important;
  height: 32px !important;
  flex: unset !important;
  border-radius: 4px;
}
.nl-button.large.icon {
  width: 40px !important;
  height: 40px !important;
  padding: 8px !important;
  flex: unset !important;
}
.nl-button.large.icon.round {
  border-radius: 20px;
}
.nl-button.icon.round {
  padding: 2px 7px;
  border-radius: 20px;
  font-size: 14px;
}
.nl-button:not(:disabled) {
  background: var(--mmn-shades-grey-light-2, #EEE) !important;
  color: var(--MMN-Shades-Dark-Grey, #333) !important;
}
.nl-button:not(:disabled):hover {
  background: var(--MMN-Shades-Grey-Mid, #999) !important;
}
.nl-button:not(:disabled).primary {
  background: var(--MMN-Storm-Blue, #167694) !important;
  color: var(--MMN-White, #FFF) !important;
}
.nl-button:not(:disabled).primary:hover {
  background: var(--MMN-Storm-Blue-Dark, #2D5764) !important;
}
.nl-button:not(:disabled).success {
  background: var(--MMN-Storm-Green, #5AB37E) !important;
  color: var(--MMN-White, #FFF) !important;
}
.nl-button:not(:disabled).success:hover {
  background: var(--MMN-Storm-Green-Dark, #407c59) !important;
}
.nl-button:not(:disabled).warn {
  background: var(--mmn-storm-storm-yellow-1, #F4D978) !important;
  color: var(--MMN-Storm-Storm-Yellow-Dark--1, #5F4D11) !important;
}
.nl-button:not(:disabled).warn:hover {
  background: var(--MMN-Storm-Storm-Yellow-Dark--1, #5F4D11) !important;
}
.nl-button:not(:disabled).error {
  background: var(--MMN-Storm-Storm-Red, #C24D3D) !important;
  color: var(--MMN-White, #FFF) !important;
}
.nl-button:not(:disabled).error:hover {
  background: #b11b1b !important;
}
.nl-button:disabled {
  background: var(--MMN-Grey-Light, #CCC) !important;
  color: var(--MMN-Grey-Mid, #999) !important;
}
.ko-radio-button {
  width: 32px;
  align-self: stretch;
}
.ko-radio-button > span {
  background-color: #EEE;
  border: 2px solid #999;
}
.ko-radio-button > span:after {
  background: #EEE;
}
.ko-radio-button > input[type=radio]:disabled ~ span {
  background-color: #CCC;
  border: 2px solid transparent !important;
}
.ko-radio-button > input[type=radio]:checked ~ span:after {
  background: var(--MMN-Storm-Green, #5AB37E) !important;
}
.ko-radio-button-container.primary .ko-radio-button > input[type=radio]:checked ~ span:after {
  background: var(--MMN-Storm-Blue, #167694) !important;
}
.ko-radio-button-container:not(.disabled):hover {
  cursor: pointer;
}
.ko-radio-button-container:not(.disabled):hover .ko-radio-button > input[type=radio]:not(:disabled):not(:checked) ~ span {
  background-color: #FFF;
}
.ko-checkbox-container.ko-checkbox-check .ko-checkbox > span:after {
  content: "";
  position: absolute;
  display: none;
  left: 7px;
  top: 2px;
  width: 8px;
  height: 15px;
  border-style: solid;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ko-checkbox-container.ko-checkbox-check .ko-checkbox > input[type=checkbox]:disabled ~ span {
  opacity: 0.75;
}
.ko-checkbox-container.ko-checkbox-check .ko-checkbox > input[type=checkbox]:checked ~ span:after {
  display: block;
}
.ko-checkbox-container.ko-checkbox-check:hover {
  cursor: pointer;
}
.ko-checkbox-container.ko-checkbox-check .ko-checkbox > span {
  background-color: #fff;
  border: 1px solid #666;
}
.ko-checkbox-container.ko-checkbox-check .ko-checkbox > input[type=checkbox]:disabled ~ span {
  background-color: #ddd;
}
.ko-checkbox-container.ko-checkbox-check:hover .ko-checkbox > input[type=checkbox]:not(:disabled):not(:checked) ~ span {
  background-color: #eee;
}
.ko-checkbox-container.ko-checkbox-check:not(.error):not(.warning) .ko-checkbox > span:after {
  border-color: #5ab37f;
}
.ko-checkbox-container.ko-checkbox-check:not(.error):not(.warning):hover .ko-checkbox > input[type=checkbox]:not(:disabled) ~ span:after {
  border-color: #407c59;
}
.ko-checkbox-container.ko-checkbox-check.error .ko-checkbox > span:after {
  border-color: #cc1919;
}
.ko-checkbox-container.ko-checkbox-check.error:hover .ko-checkbox > input[type=checkbox]:not(:disabled) ~ span:after {
  border-color: #941616;
}
.ko-checkbox-container.ko-checkbox-check.warning .ko-checkbox > span:after {
  border-color: #e55c11;
}
.ko-checkbox-container.ko-checkbox-check.warning:hover .ko-checkbox > input[type=checkbox]:not(:disabled) ~ span:after {
  border-color: #e55c11;
}
.ko-checkbox-container.ko-checkbox-check.dark .ko-checkbox > span {
  background-color: #222;
  border: 1px solid #666;
}
.ko-checkbox-container.ko-checkbox-check.dark .ko-checkbox > input[type=checkbox]:disabled ~ span {
  background-color: #444;
}
.ko-checkbox-container.ko-checkbox-check.dark:hover .ko-checkbox > input[type=checkbox]:not(:disabled):not(:checked) ~ span {
  background-color: #333;
}
.ko-checkbox-container.ko-checkbox-check.dark:not(.error):not(.warning) .ko-checkbox > span:after {
  border-color: #5ab37f;
}
.ko-checkbox-container.ko-checkbox-check.dark:not(.error):not(.warning):hover .ko-checkbox > input[type=checkbox]:not(:disabled) ~ span:after {
  border-color: #407c59;
}
.ko-checkbox-container.ko-checkbox-check.dark.error .ko-checkbox > span:after {
  border-color: #cc1919;
}
.ko-checkbox-container.ko-checkbox-check.dark.error:hover .ko-checkbox > input[type=checkbox]:not(:disabled) ~ span:after {
  border-color: #941616;
}
.ko-checkbox-container.ko-checkbox-check.dark.warning .ko-checkbox > span:after {
  border-color: #e55c11;
}
.ko-checkbox-container.ko-checkbox-check.dark.warning:hover .ko-checkbox > input[type=checkbox]:not(:disabled) ~ span:after {
  border-color: #e55c11;
}
.ko-checkbox-container.ko-checkbox-fill .ko-checkbox > span {
  background-color: #ccc;
}
.ko-checkbox-container.ko-checkbox-fill .ko-checkbox > span:after {
  content: "";
  width: 66.6666666%;
  height: 66.6666666%;
  border-radius: 7.5%;
  background: #fff;
}
.ko-checkbox-container.ko-checkbox-fill .ko-checkbox > input[type=checkbox]:disabled ~ span {
  opacity: 0.75;
}
.ko-checkbox-container.ko-checkbox-fill .ko-checkbox > input[type=checkbox]:checked ~ span:after {
  background-color: #5ab37f;
}
.ko-checkbox-container.ko-checkbox-fill:hover .ko-checkbox input[type=checkbox]:not(:disabled):not(:checked) ~ span {
  background-color: #aaa;
}
.ko-checkbox-container.ko-checkbox-fill:hover .ko-checkbox input[type=checkbox]:not(:disabled):checked ~ span:after {
  background-color: #407c59;
}
.nl-media-content {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: var(--sp-2, 4px);
  min-width: 0;
  color: var(--mmn-shades-dark-grey-2, #555);
}
.nl-media-content > * {
  max-width: 100%;
}
.nl-media-content > :first-child {
  font-family: "Open Sans", "open_sansregular", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  /* 142.857% */
  font-weight: 600;
}
.nl-media-content > :first-child.disabled {
  cursor: default !important;
  opacity: 0.4;
}
.nl-media-content > :first-child.disabled > input {
  cursor: default !important;
  border: 1px solid #aaa !important;
}
.nl-media-content > :first-child.bold {
  font-weight: 600;
}
.nl-media-content > :first-child.small {
  font-size: 13px;
  line-height: 16px;
  /* 123.077% */
}
.nl-media-content > :first-child.large {
  font-size: 16px;
  line-height: 24px;
  /* 150% */
}
.nl-media-content > :first-child.display {
  font-size: 20px;
  line-height: 32px;
  /* 160% */
}
.nl-media-content > :not(:first-child) {
  font-family: "Open Sans", "open_sansregular", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  /* 142.857% */
  font-size: 13px;
  line-height: 16px;
  /* 123.077% */
}
.nl-media-content > :not(:first-child).disabled {
  cursor: default !important;
  opacity: 0.4;
}
.nl-media-content > :not(:first-child).disabled > input {
  cursor: default !important;
  border: 1px solid #aaa !important;
}
.nl-media-content > :not(:first-child).bold {
  font-weight: 600;
}
.nl-media-content > :not(:first-child).small {
  font-size: 13px;
  line-height: 16px;
  /* 123.077% */
}
.nl-media-content > :not(:first-child).large {
  font-size: 16px;
  line-height: 24px;
  /* 150% */
}
.nl-media-content > :not(:first-child).display {
  font-size: 20px;
  line-height: 32px;
  /* 160% */
}
.nl-media {
  display: flex;
  align-items: center;
  gap: 4px;
}
.nl-media > .nl-media-content {
  flex: 1;
  padding: 0px var(--sp-2, 4px);
}
.nl-media > .nl-media-content > * {
  overflow: hidden;
  text-overflow: ellipsis;
}
.nl-media > :not(.nl-media-content) {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  gap: 10px;
  padding: 4px;
  height: 32px;
}
.nl-media > :not(.nl-media-content) img {
  max-width: 100%;
  max-height: 100%;
}
.nl-media.large > :not(.nl-media-content) {
  height: 40px;
}
.nl-input-item {
  display: flex;
  align-items: center;
  align-self: stretch;
  gap: 4px;
  padding: var(--sp-3, 6px);
}
.nl-input-item.active {
  border-radius: 6px;
  background: var(--MMN-Shades-White, #FFF);
}
.nl-input-item.active.success {
  border: 1px solid var(--MMN-Storm-Green, #5AB37E) !important;
}
.nl-input-item.active.success .nl-media-content > * {
  color: var(--MMN-Storm-Green, #5AB37E) !important;
}
.nl-input-item.active.primary {
  border: 1px solid var(--MMN-Storm-Blue, #167694) !important;
}
.nl-input-item.active.primary .nl-media-content > * {
  color: var(--MMN-Storm-Blue, #167694) !important;
}
.nl-input-item.disabled .nl-media-content > * {
  color: var(--MMN-Shades-Grey-Mid, #999);
}
.nl-input-item:not(.active):not(.disabled):hover {
  cursor: pointer;
}
.nl-input-item:not(.active):not(.disabled):hover .nl-media-content > * {
  color: var(--MMN-Shades-Dark-Grey, #333);
}
.nl-input-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  gap: var(--Spacing-sp-2, 4px);
  padding: var(--sp-4, 8px);
}
.nl-container {
  display: flex;
  align-items: flex-start;
  border-radius: var(--sp-4, 8px);
  border: 1px solid var(--mmn-shades-grey-mid-2, #BBB);
  background: var(--mmn-shades-off-white-1, #F8F8F8);
}
.nl-container.primary {
  border: 1px solid var(--MMN-Storm-Blue, #167694) !important;
}
.nl-container.secondary {
  border: 1px solid var(--mmn-shades-grey-light-2, #EEE) !important;
}
.nl-container.success {
  border: 1px solid var(--MMN-Storm-Green, #5AB37E) !important;
}
.nl-container.warn {
  border: 1px solid var(--mmn-storm-storm-yellow-1, #F4D978) !important;
}
.nl-panel {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 0 0;
}
.nl-panel .nl-panel-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}
.nl-panel .nl-panel-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}
.nl-panel .nl-panel-footer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}
.nl-panel:not(.nl-panel-small) .nl-panel-header {
  padding: 12px 16px;
  gap: 12px;
}
.nl-panel:not(.nl-panel-small) .nl-panel-body {
  padding: 12px 16px;
  gap: 12px;
}
.nl-panel:not(.nl-panel-small) .nl-panel-footer {
  padding: 0px 16px 16px 16px;
}
.nl-panel.nl-panel-small .nl-panel-header {
  padding: 8px 16px;
  gap: 8px;
}
.nl-panel.nl-panel-small .nl-panel-body {
  padding: 12px;
  gap: 8px;
}
.nl-panel.nl-panel-small .nl-panel-footer {
  padding: 0;
}
.dark .nl-media-content > * {
  color: #FFF;
}
.dark .nl-button.icon {
  color: #000;
}
.dark .nl-button.icon:hover {
  color: #5ab37f;
}
/******************/
/* MODAL BACKDROP */
/******************/
.modal-backdrop.in {
  -moz-opacity: 0.1;
  -khtml-opacity: 0.1;
  -webkit-opacity: 0.1;
  opacity: 0.1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10);
  filter: alpha(opacity=10);
}
.modal-backdrop.in.darker {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
  z-index: 1030;
}
/************************/
/* ALL MODALS (Default) */
/************************/
.modal {
  overflow: auto;
}
.modal:not(.fixed) {
  position: unset;
}
@media screen and (max-width: 1024px) {
  .modal h3 {
    color: #333333;
    margin: 5px 0;
    font-size: 20px;
  }
  .modal .content-controls h1 {
    margin: 0;
  }
}
.modal .modal-dialog {
  padding: 0px;
  width: 635px;
}
.modal .modal-dialog.center {
  position: absolute;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
}
.modal .modal-dialog.top {
  z-index: 1060;
}
.modal .modal-dialog.long {
  width: 80% !important;
}
.modal .modal-dialog.high {
  height: 80% !important;
}
.modal .modal-content {
  width: 100%;
  height: 100%;
  border-radius: 0;
  border: 0;
  background: #f8f8f8;
}
.modal .modal-footer {
  margin: 0px;
  margin-top: 10px;
  padding: 0;
  border: 0;
}
.modal .modal-header {
  padding: 0;
  min-height: 65px;
  border: 0;
}
.modal:not(.no-modal-styles) h4 {
  text-align: center;
  font-family: 'open_sanssemibold';
  padding: 20px;
}
.modal:not(.no-modal-styles) h5 {
  font-family: "open_sanssemibold", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
.modal:not(.no-modal-styles) p.helper {
  color: #999999;
  font-size: 0.9em;
}
.modal:not(.no-modal-styles) .lists h3 {
  font-size: 1em;
  font-weight: bold;
  color: #167694;
}
#container-dlg-adv-deploy-create-view .modal-content {
  width: 1055px !important;
  left: -30% !important;
}
.content-controls {
  background: transparent;
  text-align: center;
}
.content-controls:focus {
  outline: 0;
}
.content-controls a,
.content-controls button {
  border-radius: 0 !important;
}
.content-controls a:hover,
.content-controls button:hover {
  background-color: #555555 !important;
}
.content-controls:before {
  border-bottom-color: #000000 !important;
}
.content-controls:after {
  border-bottom-color: #333333 !important;
}
.content-controls .btn {
  border-radius: 0;
  border: 0;
  background: #333333;
}
.content-controls i {
  font-size: 24px;
  color: #ffffff;
  /*padding: 0 20px;*/
}
/*----------------------------------------------------------------------------
--  General Modals
----------------------------------------------------------------------------*/
#container-dlg-image .modal-dialog {
  width: 66.66666667%;
  height: 80%;
}
#container-dlg-image .modal-dialog .wrap {
  width: 100% !important;
  height: 100% !important;
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#container-dlg-image .modal-dialog img {
  height: 100%;
  max-width: 100%;
  object-fit: contain;
}
#container-dlg-image .modal-dialog .head-text h4 {
  word-break: break-all;
}
#container-dev-panel .modal-dialog {
  width: 90%;
  height: 90%;
}
/*----------------------------------------------------------------------------
--  Similar Songs Playlist
----------------------------------------------------------------------------*/
#container-dlg-similar-songs-playlist .modal-dialog {
  margin-top: 100px !important;
}
#dlg-similar-songs-playlist .modal-button {
  margin: 0 auto;
  display: block;
  background: #555555;
  color: #ffffff;
}
#dlg-similar-songs-playlist .modal-button:hover {
  background: #999999;
}
#dlg-similar-songs-playlist .modal-button > i {
  margin-right: 5px;
}
#dlg-similar-songs-playlist .modal-heading {
  background-color: #555555;
  color: #ffffff;
}
#dlg-similar-songs-playlist .modal-heading h4 {
  padding: 10px !important;
  margin-bottom: 0 !important;
  font-family: "open_sanslight", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  line-height: 1.42857143;
}
#dlg-similar-songs-playlist .modal-heading .italic {
  font-style: italic;
}
#dlg-similar-songs-playlist .modal-heading i {
  font-size: 32px;
  margin-left: -32px;
  padding-left: 8px;
  padding-right: 8px;
}
#dlg-similar-songs-playlist .modal-heading i:hover {
  color: #333333;
  cursor: pointer;
}
#dlg-similar-songs-playlist .modal-body {
  padding: 0 !important;
}
#dlg-similar-songs-playlist .modal-footer {
  height: 50px;
  padding: 8px;
  margin-top: 0 !important;
}
#dlg-similar-songs-playlist .song-select-count {
  padding-top: 4px;
  padding-bottom: 4px;
  text-align: center;
  font-weight: bold;
  background-color: #5ab37f;
  color: #ffffff;
}
#dlg-similar-songs-playlist .song-select-container {
  height: 520px;
  overflow: auto;
  padding-top: 5px;
  padding-bottom: 5px;
}
#dlg-similar-songs-playlist .song-select-container .song-select .icon-stack-song {
  float: left;
  margin-left: 10px;
  margin-right: 15px;
  margin-top: 5px;
}
#dlg-similar-songs-playlist .song-select-container .song-select .icon-stack-song i {
  font-size: 28px;
}
#dlg-similar-songs-playlist .song-select-container .song-select .icon-stack-song i:hover {
  cursor: crosshair;
}
#dlg-similar-songs-playlist .song-select-container .song-select > div {
  display: inline-block;
}
#dlg-similar-songs-playlist .song-select-container .song-select .left-info .title {
  font-weight: bold;
}
#dlg-similar-songs-playlist .song-select-container .song-select .right-info {
  width: 20%;
  padding-top: 10px;
}
#dlg-similar-songs-playlist .song-select-container .song-select .right-info span {
  display: table-cell;
}
#dlg-similar-songs-playlist .song-select-container .song-select .right-info .video {
  width: 25px;
}
#dlg-similar-songs-playlist .song-select-container .song-select .right-info .bpm {
  width: 40px;
}
#dlg-similar-songs-playlist .song-select-container hr {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
#dlg-similar-songs-playlist .similar-songs-list {
  position: relative;
}
#dlg-similar-songs-playlist .similar-songs-list .song-select-loading,
#dlg-similar-songs-playlist .similar-songs-list .song-select-no-results {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}
#dlg-similar-songs-playlist .similar-songs-list .song-select-loading > img {
  width: 40px;
  height: 40px;
}
#dlg-similar-songs-playlist .similar-songs-list .song-select-no-results {
  color: #be0b1d;
  font-size: 24px;
}
#dlg-input-form input:focus:invalid {
  background-color: pink;
}
.ko-checkbox {
  position: relative;
  width: 2.4rem;
  height: 2.4rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  border-radius: 4px;
}
.ko-checkbox > span {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 4px;
}
.ko-checkbox > span:after {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ko-checkbox > input[type=checkbox] {
  visibility: hidden;
  opacity: 0 !important;
  border: 0 !important;
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}
.ko-checkbox > input[type=checkbox]:not(:disabled) ~ span {
  cursor: pointer;
}
.ko-checkbox > input[type=checkbox]:checked ~ span:after {
  display: block;
}
.ko-radio-button {
  position: relative;
  width: 32px;
  height: 32px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  border-radius: 50%;
}
.ko-radio-button > span {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 50%;
}
.ko-radio-button > span:after {
  display: none;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  height: 80%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.ko-radio-button > input[type=radio] {
  visibility: hidden;
  opacity: 0 !important;
  border: 0 !important;
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}
.ko-radio-button > input[type=radio]:not(:disabled) ~ span {
  cursor: pointer;
}
.ko-radio-button > input[type=radio]:checked ~ span:after {
  display: block;
}
.ko-toggle-container:hover {
  cursor: pointer;
}
.ko-toggle {
  position: relative;
}
.ko-toggle > input {
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
  display: none;
  position: absolute !important;
}
.ko-toggle > input + div {
  position: relative;
  display: block;
  cursor: pointer;
}
.ko-toggle > input + div > span {
  position: absolute;
  left: 66%;
  top: 50%;
  transform: translate(-66%, -50%);
  transition: transform 150ms, left 150ms;
}
.ko-toggle > input:checked + div > span {
  position: absolute;
  left: 33%;
  top: 50%;
  transform: translate(-33%, -50%);
}
.ko-toggle.disabled {
  cursor: default !important;
  opacity: 0.6;
}
.ko-toggle.disabled > input + div {
  cursor: default !important;
  transition: none !important;
}
.ko-toggle.disabled > input + div:before {
  cursor: default !important;
  transition: none !important;
}
.ko-toggle.disabled > input + div:after {
  cursor: default !important;
  transition: none !important;
}
.ko-dropdown {
  position: relative;
  width: 100%;
  height: 34px;
}
.ko-dropdown > div {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
.ko-dropdown > div > span {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ko-dropdown > div > div {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 12px;
}
.ko-dropdown > div:hover {
  cursor: pointer;
}
.ko-dropdown > ul {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 34px;
  left: 0;
  width: 100%;
  min-height: 0;
  max-height: 220px;
  overflow: auto;
  z-index: 1000;
}
.ko-dropdown > ul > li:hover {
  cursor: pointer;
}
.ko-dropdown > ul > li.disable {
  pointer-events: none;
}
.ko-dropdown:not(.disable) > div[data-open="true"] + ul {
  visibility: visible;
  opacity: 1;
}
.ko-dropdown.disable {
  pointer-events: none;
}
.ko-dropdown > div > span,
.ko-dropdown > ul > li {
  display: flex;
  min-height: 34px;
  padding: 6px;
}
.ko-radial-slider {
  position: relative;
}
.ko-radial-slider .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background-color: #5ab37f;
  border-radius: 50%;
  transform: translate3d(-50%, -50%, 0);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.ko-radial-slider .circle:before {
  content: "";
  position: absolute;
  top: 5%;
  left: 5%;
  width: 90%;
  height: 90%;
  background-color: #444;
  border-radius: 50%;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
}
.ko-radial-slider .circle .handle {
  position: absolute;
  left: 47.5%;
  top: 0;
  width: 5%;
  height: 50%;
  transform: rotate(0deg);
  transform-origin: center bottom;
}
.ko-radial-slider .circle .handle:before {
  content: "";
  position: absolute;
  width: 200%;
  height: 0;
  padding-bottom: 200%;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 10px #000;
  transform: translate3d(-25%, -25%, 0);
  cursor: pointer;
}
.lane-h {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: row !important;
}
.lane-h > .section {
  height: 100%;
}
.lane-h.lane-1 > .section {
  width: 100%;
}
.lane-h.lane-2 > .section {
  width: 50%;
}
.lane-h.lane-2 > .section.first-buf {
  padding-right: 15px;
}
.lane-h.lane-2 > .section.first {
  padding-right: 7px;
}
.lane-h.lane-2 > .section.last {
  padding-left: 7px;
}
.lane-h.lane-2 > .section.last-buf {
  padding-left: 15px;
}
.lane-v {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: column !important;
}
.lane-v > .section {
  width: 100%;
}
.lane-v.lane-1 > .section {
  height: 100%;
}
.lane-v.lane-2 > .section {
  height: 50%;
}
.lane-v.lane-2 > .section.first-buf {
  padding-bottom: 15px;
}
.lane-v.lane-2 > .section.first {
  padding-bottom: 7px;
}
.lane-v.lane-2 > .section.last {
  padding-top: 7px;
}
.lane-v.lane-2 > .section.last-buf {
  padding-top: 15px;
}
.lane-view {
  width: 100% !important;
  height: 100% !important;
  position: relative;
  overflow: hidden;
}
.lane-view > .section {
  flex-shrink: 0;
  display: inherit;
  transition: transform 0.125s linear;
}
@media screen and (max-width: 1023px) {
  .lane-view.lane-r {
    display: flex;
    min-width: 0;
    min-height: 0;
    flex-direction: column !important;
  }
  .lane-view.lane-r > .section {
    width: 100%;
  }
  .lane-view.lane-r.lane-1 > .section {
    height: 100%;
  }
  .lane-view.lane-r.lane-2 > .section {
    height: 50%;
  }
  .lane-view.lane-r.lane-2 > .section.first-buf {
    padding-bottom: 15px;
  }
  .lane-view.lane-r.lane-2 > .section.first {
    padding-bottom: 7px;
  }
  .lane-view.lane-r.lane-2 > .section.last {
    padding-top: 7px;
  }
  .lane-view.lane-r.lane-2 > .section.last-buf {
    padding-top: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .lane-view.lane-r {
    display: flex;
    min-width: 0;
    min-height: 0;
    flex-direction: row !important;
  }
  .lane-view.lane-r > .section {
    height: 100%;
  }
  .lane-view.lane-r.lane-1 > .section {
    width: 100%;
  }
  .lane-view.lane-r.lane-2 > .section {
    width: 50%;
  }
  .lane-view.lane-r.lane-2 > .section.first-buf {
    padding-right: 15px;
  }
  .lane-view.lane-r.lane-2 > .section.first {
    padding-right: 7px;
  }
  .lane-view.lane-r.lane-2 > .section.last {
    padding-left: 7px;
  }
  .lane-view.lane-r.lane-2 > .section.last-buf {
    padding-left: 15px;
  }
}
.search-controls input,
.search-controls select,
.search-controls span.ui-selectmenu-button {
  width: 100%;
  font-size: 18px;
  background: #f3f3f3;
  border: 0;
  border-right: 1px solid #999999;
  border-radius: 0;
  /*
        @media screen and (min-width: @screen-xl) {   // 1366+
            min-width: 404px !important;
            max-width: 870px !important;
            width: 870px !important;
        }
        @media screen and (max-width: @screen-lg-max) {   // 1365
            min-width: 237px !important;
            max-width: 551px !important;
            width: 551px !important;
        }
        @media screen and (max-width: @screen-lg) {   // 1200
            min-width: 237px !important;
            max-width: 404px !important;
            width: 404px !important;
        }
        @media screen and (max-width: @screen-md) {   // 1024
            min-width: 237px !important;
            max-width: 404px !important;
            width: 404px !important;
        }
        @media screen and (max-width: @screen-sm) {   // 768
            min-width: 237px !important;
            max-width: 326px !important;
            width: 326px !important;
        }
*/
  /*
        @media (max-width: @screen-sm) {
            input{ min-width: 250px !important;}
            select{ width: 250px !important; min-width: 250px !important;}
        
        }
        */
}
.search-controls .btn-adjacent-search {
  display: inline-block;
}
.search-controls .btn-adjacent-search.active {
  color: #ffffff;
}
.search-controls .btn-adjacent-search .switch-exact,
.search-controls .btn-adjacent-search .switch-loose {
  display: inline-block;
  border: 0px solid red;
  height: 25px;
  width: 65px;
  vertical-align: bottom;
}
.search-controls .btn-adjacent-search .switch-exact {
  background: url('../img/controls/switch_exact.png');
}
.search-controls .btn-adjacent-search .switch-loose {
  background: url('../img/controls/switch_loose.png');
}
.search-controls #search-controls-sort {
  min-width: 160px;
  padding-left: 25px;
  padding-right: 25px;
}
.search-controls #search-controls-sort .hidden-sm {
  display: initial !important;
}
.search-controls #search-controls-sort i {
  margin-right: 5px;
}
.search-controls #search-controls-sort span.caret {
  margin-left: 5px;
}
.search-controls #search-controls-filter {
  min-width: 160px;
  padding-left: 25px;
  padding-right: 25px;
}
.search-controls #search-controls-filter i {
  margin-right: 5px;
}
.search-controls #search-controls-filter span.caret {
  margin-left: 5px;
}
.search-controls #index-text {
  margin-left: 9px;
  font-size: 16px;
}
.search-controls .read-only {
  background-color: #A5C2B1;
  font-weight: bold;
  text-align: center;
}
/*
@media (max-width: @screen-md) {
    #search-header{
        .search-controls-btn-text {
            display: none !important;
        }
        #search-controls-filter {
            width: 65px;
        }
        #search-controls-sort {
            width: 65px;
        }
    }
}
*/
.search-results-body .array-view > div .song-item {
  background: #ffffff !important;
}
.search-results-body .array-view > div:hover .song-item {
  background: #f3f3f3 !important;
}
.search-results-body .array-view > div.active .song-item {
  background-color: #dadddd !important;
}
.search-results-body .distance {
  min-width: 70px;
}
.search-title-artist-section .highlight {
  color: #5ab37f;
}
.search-browse {
  width: 100%;
}
.search-browse-item {
  height: 38px;
  border-bottom: 1px solid #dadddd;
  background: #f3f4f3;
}
.search-browse-item:hover {
  background: #ffffff;
  cursor: pointer;
}
.search-browse-item .item-text {
  line-height: 38px;
  display: inline-block;
  vertical-align: middle;
  font-size: 19px;
  color: #555555;
}
.jump-bar {
  display: none;
  position: relative;
  width: 80px;
  background: #ffffff;
  border-left: 1px solid black;
}
.jump-bar .jump-bar-labels {
  padding: 0;
  margin: -1px 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.jump-bar .jump-bar-labels .jump-bar-label {
  flex: 1;
  min-height: 0;
  padding: 0;
  color: #407c59;
  text-align: center;
  font-size: 16px;
}
.jump-bar .jump-bar-labels .selected {
  background: #B4F3CE;
  font-weight: bold;
}
.jump-bar .jump-bar-highlight {
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 1.5em;
  background: #B4F3CE;
  opacity: 0.5;
}
.jump-bar .jump-bar-magnify {
  display: none;
  position: absolute;
  top: 0;
  left: -6em;
  width: 4em;
  height: 4em;
  background: white;
  border: 1px solid black;
  border-radius: 50%;
  text-align: center;
  line-height: 3.5em;
}
.linked-inputs .inputs-container .linked-input {
  display: flex;
}
.linked-inputs .inputs-container .linked-input input,
.linked-inputs .inputs-container .linked-input button {
  display: inline-block;
}
.linked-inputs .inputs-container .linked-input .body {
  width: 64%;
}
.linked-inputs .inputs-container .linked-input .prefix,
.linked-inputs .inputs-container .linked-input .suffix {
  width: 17.5%;
}
.linked-inputs-controls-container {
  position: relative;
}
.linked-inputs-link-button {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 25px;
}
.time-progress-bar-container {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: row;
  align-items: center;
}
.time-progress-bar-container .timer {
  width: 3em;
  font-size: 1.1em;
  color: #eee;
}
.time-progress-bar-container .time-elapsed {
  margin-right: 1em;
  text-align: right;
}
.time-progress-bar-container .time-remaining {
  margin-left: 1em;
}
.time-progress-bar-container .time-progress-point {
  float: left;
  width: 9px;
  height: 9px;
  margin-left: -5px;
  margin-top: -3px;
  font-weight: bold;
  text-align: center;
}
.time-progress-bar-container .time-progress-bar {
  position: relative;
  flex: 1;
  height: 3px;
  margin-left: 5px;
  margin-right: 5px;
  background-color: #555555;
}
.time-progress-bar-container .time-progress-bar .time-progress-line {
  float: left;
  width: 0%;
  max-width: 99%;
  height: 3px;
  border-radius: 4px;
  background-color: #bbb;
  transition: none;
  -webkit-transition: all none ease-out;
  -moz-transition: all none ease-out;
  -o-transition: all none ease-out;
  transition: all none ease-out;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
}
.page-progress {
  margin: 0;
  padding: 0;
  list-style: none;
  pointer-events: none;
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: row;
  align-items: center;
}
.page-progress li {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: row;
  align-items: center;
  margin: 0 2px;
}
.page-progress li label {
  width: 20px;
  height: unset !important;
}
.page-progress li label input[type=radio] + * {
  font-size: 1.5em;
  width: 0.4em;
  height: 0.4em;
  border-radius: 1em;
}
.page-progress li label input[type=radio]:checked + * > * {
  width: 100%;
  height: 100%;
  border-radius: 1em;
}
.page-progress li label input[type=radio] + * {
  border-color: #bbb;
  background: #bbb;
}
.page-progress li label:hover input[type=radio] + * {
  border-color: #fff;
  background: #fff;
}
.page-progress li label input[type=radio]:checked + * > * {
  border-color: #5ab37f;
  background: #5ab37f;
}
/* MAIN ELEMENT */
.range-double-slider {
  position: relative;
  width: 100%;
  height: 35px;
  text-align: center;
}
.range-double-slider input[type=range] {
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 20px;
  z-index: 1;
}
.range-double-slider input[type=range].from {
  left: 0;
}
.range-double-slider input[type=range].to {
  right: 0;
}
.range-double-slider .labels > div.disable {
  pointer-events: none;
}
/* LABELS */
.range-double-slider-labels-between input[type=range].from {
  padding: 0 55px 0 0;
}
.range-double-slider-labels-between input[type=range].to {
  padding: 0 0 0 55px;
}
.range-double-slider-labels-between .labels {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 18px;
}
.range-double-slider-labels-between .labels > div {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 30px;
}
.range-double-slider-labels-between .labels > div > .inner {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.range-double-slider-labels-between .labels > div:not(.disable):hover {
  cursor: pointer;
}
.range-double-slider-labels-storm .labels > div > .inner {
  background: #fcfcfc;
}
.range-double-slider-labels-storm .labels > div:focus > .inner {
  background: #aaa;
}
.range-double-slider-labels-storm .labels > div:hover > .inner {
  background: #ccc;
}
.range-double-slider-labels-storm .labels > div.active > .inner {
  background: #71ce98;
  color: #fcfcfc;
  font-weight: bold;
}
.range-double-slider-labels-storm .labels > div.active:not(.disable):hover > .inner {
  background: #5ab37f;
}
.range-double-slider-labels-storm .labels > div.thumb {
  box-shadow: 0 0 1px #71ce98;
}
.range-double-slider-labels-white-lined .labels > div > .inner {
  background: #eee;
  color: #999;
}
.range-double-slider-labels-white-lined .labels > div:focus > .inner {
  background: #f0f0f0;
}
.range-double-slider-labels-white-lined .labels > div:hover > .inner {
  background: #fcfcfc;
  color: #555;
}
.range-double-slider-labels-white-lined .labels > div.active > .inner {
  background: #fcfcfc;
  color: #555;
  font-weight: bold;
}
.range-double-slider-labels-white-lined .labels > div.active:not(.disable):hover > .inner {
  background: #eee;
}
.range-double-slider input[type=range] {
  -webkit-appearance: none;
  background: transparent;
}
.range-double-slider input[type=range]:focus {
  outline: none;
}
.range-double-slider-thumb-arrows input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  pointer-events: all;
  cursor: pointer;
  width: 0;
  height: 0;
  background: transparent;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
}
.range-double-slider-thumb-arrows input[type=range].from::-webkit-slider-thumb {
  border-left: 20px solid transparent;
  border-right: 18px solid transparent;
}
.range-double-slider-thumb-arrows input[type=range].to::-webkit-slider-thumb {
  border-right: 20px solid transparent;
  border-left: 18px solid transparent;
}
.range-double-slider-thumb-arrows input[type=range]::-moz-range-thumb {
  pointer-events: all;
  cursor: pointer;
  width: 0;
  height: 0;
  background: transparent;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-radius: 0;
}
.range-double-slider-thumb-arrows input[type=range].from::-moz-range-thumb {
  border-left: 20px solid transparent;
  border-right: 18px solid transparent;
}
.range-double-slider-thumb-arrows input[type=range].to::-moz-range-thumb {
  border-right: 20px solid transparent;
  border-left: 18px solid transparent;
}
.range-double-slider-thumb-arrows input[type=range]::-ms-thumb {
  pointer-events: all;
  cursor: pointer;
  width: 0;
  height: 0;
  background: transparent;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-radius: 0;
}
.range-double-slider-thumb-arrows input[type=range].from::-ms-thumb {
  border-left: 20px solid transparent;
  border-right: 18px solid transparent;
}
.range-double-slider-thumb-arrows input[type=range].to::-ms-thumb {
  border-right: 20px solid transparent;
  border-left: 18px solid transparent;
}
.range-double-slider-thumb-arrows-sm input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  pointer-events: all;
  cursor: pointer;
  width: 0;
  height: 0;
  background: transparent;
  border-top: 13px solid transparent;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-bottom: 15px solid;
}
.range-double-slider-thumb-arrows-sm input[type=range]::-moz-range-thumb {
  pointer-events: all;
  cursor: pointer;
  width: 0;
  height: 0;
  background: transparent;
  border-top: 13px solid transparent;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-bottom: 15px solid;
  border-radius: 0;
}
.range-double-slider-thumb-arrows-sm input[type=range]::-ms-thumb {
  pointer-events: all;
  cursor: pointer;
  width: 0;
  height: 0;
  background: transparent;
  border-top: 13px solid transparent;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-bottom: 15px solid;
  border-radius: 0;
}
.range-double-slider-thumb-window input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  pointer-events: all;
  cursor: pointer;
  width: 14px;
  height: 25px;
  background: transparent;
  border: 1px solid;
}
.range-double-slider-thumb-window input[type=range]::-moz-range-thumb {
  pointer-events: all;
  cursor: pointer;
  width: 14px;
  height: 25px;
  background: transparent;
  border: 1px solid;
  border-radius: 0;
}
.range-double-slider-thumb-window input[type=range]::-ms-thumb {
  pointer-events: all;
  cursor: pointer;
  width: 14px;
  height: 25px;
  background: transparent;
  border: 1px solid;
  border-radius: 0;
}
.range-double-slider-thumb-circle input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  pointer-events: all;
  cursor: pointer;
  width: 15px;
  height: 15px;
  background: transparent;
  border-radius: 60px;
}
.range-double-slider-thumb-circle input[type=range]::-moz-range-thumb {
  pointer-events: all;
  cursor: pointer;
  width: 15px;
  height: 15px;
  background: transparent;
  border-radius: 60px;
}
.range-double-slider-thumb-circle input[type=range]::-ms-thumb {
  pointer-events: all;
  cursor: pointer;
  width: 15px;
  height: 15px;
  background: transparent;
  border-radius: 60px;
}
.range-double-slider-thumb-arrows-grey input[type=range].from::-webkit-slider-thumb {
  border-left-color: #666;
}
.range-double-slider-thumb-arrows-grey input[type=range].from:focus::-webkit-slider-thumb {
  border-left-color: #888;
}
.range-double-slider-thumb-arrows-grey input[type=range].from:hover::-webkit-slider-thumb {
  border-left-color: #a0a0a0;
}
.range-double-slider-thumb-arrows-grey input[type=range].to::-webkit-slider-thumb {
  border-right-color: #666;
}
.range-double-slider-thumb-arrows-grey input[type=range].to:focus::-webkit-slider-thumb {
  border-right-color: #888;
}
.range-double-slider-thumb-arrows-grey input[type=range].to:hover::-webkit-slider-thumb {
  border-right-color: #a0a0a0;
}
.range-double-slider-thumb-arrows-grey input[type=range].from::-moz-range-thumb {
  border-left-color: #666;
}
.range-double-slider-thumb-arrows-grey input[type=range].from:focus::-moz-range-thumb {
  border-left-color: #888;
}
.range-double-slider-thumb-arrows-grey input[type=range].from:hover::-moz-range-thumb {
  border-left-color: #a0a0a0;
}
.range-double-slider-thumb-arrows-grey input[type=range].to::-moz-range-thumb {
  border-right-color: #666;
}
.range-double-slider-thumb-arrows-grey input[type=range].to:focus::-moz-range-thumb {
  border-right-color: #888;
}
.range-double-slider-thumb-arrows-grey input[type=range].to:hover::-moz-range-thumb {
  border-right-color: #a0a0a0;
}
.range-double-slider-thumb-arrows-grey input[type=range].from::-ms-thumb {
  border-left-color: #666;
}
.range-double-slider-thumb-arrows-grey input[type=range].from:focus::-ms-thumb {
  border-left-color: #888;
}
.range-double-slider-thumb-arrows-grey input[type=range].from:hover::-ms-thumb {
  border-left-color: #a0a0a0;
}
.range-double-slider-thumb-arrows-grey input[type=range].to::-ms-thumb {
  border-right-color: #666;
}
.range-double-slider-thumb-arrows-grey input[type=range].to:focus::-ms-thumb {
  border-right-color: #888;
}
.range-double-slider-thumb-arrows-grey input[type=range].to:hover::-ms-thumb {
  border-right-color: #a0a0a0;
}
.range-double-slider-thumb-arrows-storm input[type=range].from::-webkit-slider-thumb {
  border-left-color: #bbb;
}
.range-double-slider-thumb-arrows-storm input[type=range].from:focus::-webkit-slider-thumb {
  border-left-color: #999;
}
.range-double-slider-thumb-arrows-storm input[type=range].from:hover::-webkit-slider-thumb {
  border-left-color: #ccc;
}
.range-double-slider-thumb-arrows-storm input[type=range].from.on::-webkit-slider-thumb {
  border-left-color: #5ab37f;
}
.range-double-slider-thumb-arrows-storm input[type=range].from.on:focus::-webkit-slider-thumb {
  border-left-color: #407c59;
}
.range-double-slider-thumb-arrows-storm input[type=range].from.on:hover::-webkit-slider-thumb {
  border-left-color: #71ce98;
}
.range-double-slider-thumb-arrows-storm input[type=range].to::-webkit-slider-thumb {
  border-right-color: #bbb;
}
.range-double-slider-thumb-arrows-storm input[type=range].to:focus::-webkit-slider-thumb {
  border-right-color: #999;
}
.range-double-slider-thumb-arrows-storm input[type=range].to:hover::-webkit-slider-thumb {
  border-right-color: #ccc;
}
.range-double-slider-thumb-arrows-storm input[type=range].to.on::-webkit-slider-thumb {
  border-right-color: #5ab37f;
}
.range-double-slider-thumb-arrows-storm input[type=range].to.on:focus::-webkit-slider-thumb {
  border-right-color: #407c59;
}
.range-double-slider-thumb-arrows-storm input[type=range].to.on:hover::-webkit-slider-thumb {
  border-right-color: #71ce98;
}
.range-double-slider-thumb-arrows-storm input[type=range].from::-moz-range-thumb {
  border-left-color: #bbb;
}
.range-double-slider-thumb-arrows-storm input[type=range].from:focus::-moz-range-thumb {
  border-left-color: #999;
}
.range-double-slider-thumb-arrows-storm input[type=range].from:hover::-moz-range-thumb {
  border-left-color: #ccc;
}
.range-double-slider-thumb-arrows-storm input[type=range].from.on::-moz-range-thumb {
  border-left-color: #5ab37f;
}
.range-double-slider-thumb-arrows-storm input[type=range].from.on:focus::-moz-range-thumb {
  border-left-color: #407c59;
}
.range-double-slider-thumb-arrows-storm input[type=range].from.on:hover::-moz-range-thumb {
  border-left-color: #71ce98;
}
.range-double-slider-thumb-arrows-storm input[type=range].to::-moz-range-thumb {
  border-right-color: #bbb;
}
.range-double-slider-thumb-arrows-storm input[type=range].to:focus::-moz-range-thumb {
  border-right-color: #999;
}
.range-double-slider-thumb-arrows-storm input[type=range].to:hover::-moz-range-thumb {
  border-right-color: #ccc;
}
.range-double-slider-thumb-arrows-storm input[type=range].to.on::-moz-range-thumb {
  border-right-color: #5ab37f;
}
.range-double-slider-thumb-arrows-storm input[type=range].to.on:focus::-moz-range-thumb {
  border-right-color: #407c59;
}
.range-double-slider-thumb-arrows-storm input[type=range].to.on:hover::-moz-range-thumb {
  border-right-color: #71ce98;
}
.range-double-slider-thumb-arrows-storm input[type=range].from::-ms-thumb {
  border-left-color: #bbb;
}
.range-double-slider-thumb-arrows-storm input[type=range].from:focus::-ms-thumb {
  border-left-color: #999;
}
.range-double-slider-thumb-arrows-storm input[type=range].from:hover::-ms-thumb {
  border-left-color: #ccc;
}
.range-double-slider-thumb-arrows-storm input[type=range].from.on::-ms-thumb {
  border-left-color: #5ab37f;
}
.range-double-slider-thumb-arrows-storm input[type=range].from.on:focus::-ms-thumb {
  border-left-color: #407c59;
}
.range-double-slider-thumb-arrows-storm input[type=range].from.on:hover::-ms-thumb {
  border-left-color: #71ce98;
}
.range-double-slider-thumb-arrows-storm input[type=range].to::-ms-thumb {
  border-right-color: #bbb;
}
.range-double-slider-thumb-arrows-storm input[type=range].to:focus::-ms-thumb {
  border-right-color: #999;
}
.range-double-slider-thumb-arrows-storm input[type=range].to:hover::-ms-thumb {
  border-right-color: #ccc;
}
.range-double-slider-thumb-arrows-storm input[type=range].to.on::-ms-thumb {
  border-right-color: #5ab37f;
}
.range-double-slider-thumb-arrows-storm input[type=range].to.on:focus::-ms-thumb {
  border-right-color: #407c59;
}
.range-double-slider-thumb-arrows-storm input[type=range].to.on:hover::-ms-thumb {
  border-right-color: #71ce98;
}
.range-double-slider-thumb-arrows-up-storm input[type=range]::-webkit-slider-thumb {
  border-bottom-color: #5ab37f;
}
.range-double-slider-thumb-arrows-up-storm input[type=range]:focus::-webkit-slider-thumb {
  border-bottom-color: #407c59;
}
.range-double-slider-thumb-arrows-up-storm input[type=range]:hover::-webkit-slider-thumb {
  border-bottom-color: #71ce98;
}
.range-double-slider-thumb-arrows-up-storm input[type=range]::-moz-range-thumb {
  border-bottom-color: #5ab37f;
}
.range-double-slider-thumb-arrows-up-storm input[type=range]:focus::-moz-range-thumb {
  border-bottom-color: #407c59;
}
.range-double-slider-thumb-arrows-up-storm input[type=range]:hover::-moz-range-thumb {
  border-bottom-color: #71ce98;
}
.range-double-slider-thumb-arrows-up-storm input[type=range]::-ms-thumb {
  border-bottom-color: #5ab37f;
}
.range-double-slider-thumb-arrows-up-storm input[type=range]:focus::-ms-thumb {
  border-bottom-color: #407c59;
}
.range-double-slider-thumb-arrows-up-storm input[type=range]:hover::-ms-thumb {
  border-bottom-color: #71ce98;
}
.range-double-slider-thumb-window-storm input[type=range]::-webkit-slider-thumb {
  border-color: #222;
}
.range-double-slider-thumb-window-storm input[type=range]:focus::-webkit-slider-thumb {
  border-color: #407c59;
}
.range-double-slider-thumb-window-storm input[type=range]:hover::-webkit-slider-thumb {
  border-color: #5ab37f;
  background-color: rgba(113, 206, 152, 0.2);
}
.range-double-slider-thumb-window-storm input[type=range]::-moz-range-thumb {
  border-color: #222;
}
.range-double-slider-thumb-window-storm input[type=range]:focus::-moz-range-thumb {
  border-color: #407c59;
}
.range-double-slider-thumb-window-storm input[type=range]:hover::-moz-range-thumb {
  border-color: #5ab37f;
  background-color: rgba(113, 206, 152, 0.2);
}
.range-double-slider-thumb-window-storm input[type=range]::-ms-thumb {
  border-color: #222;
}
.range-double-slider-thumb-window-storm input[type=range]:focus::-ms-thumb {
  border-color: #407c59;
}
.range-double-slider-thumb-window-storm input[type=range]:hover::-ms-thumb {
  border-color: #5ab37f;
  background-color: rgba(113, 206, 152, 0.2);
}
.range-double-slider-thumb-storm input[type=range].from::-webkit-slider-thumb {
  background: #5ab37f;
}
.range-double-slider-thumb-storm input[type=range].from:focus::-webkit-slider-thumb {
  background: #407c59;
}
.range-double-slider-thumb-storm input[type=range].from:hover::-webkit-slider-thumb {
  background: #71ce98;
}
.range-double-slider-thumb-storm input[type=range].to::-webkit-slider-thumb {
  background: #5ab37f;
}
.range-double-slider-thumb-storm input[type=range].to:focus::-webkit-slider-thumb {
  background: #407c59;
}
.range-double-slider-thumb-storm input[type=range].to:hover::-webkit-slider-thumb {
  background: #71ce98;
}
.range-double-slider-thumb-storm input[type=range].from::-moz-range-thumb {
  border-left-color: #5ab37f;
}
.range-double-slider-thumb-storm input[type=range].from:focus::-moz-range-thumb {
  border-left-color: #407c59;
}
.range-double-slider-thumb-storm input[type=range].from:hover::-moz-range-thumb {
  border-left-color: #71ce98;
}
.range-double-slider-thumb-storm input[type=range].to::-moz-range-thumb {
  border-right-color: #5ab37f;
}
.range-double-slider-thumb-storm input[type=range].to:focus::-moz-range-thumb {
  border-right-color: #407c59;
}
.range-double-slider-thumb-storm input[type=range].to:hover::-moz-range-thumb {
  border-right-color: #71ce98;
}
.range-double-slider-thumb-storm input[type=range].from::-ms-thumb {
  border-left-color: #5ab37f;
}
.range-double-slider-thumb-storm input[type=range].from:focus::-ms-thumb {
  border-left-color: #407c59;
}
.range-double-slider-thumb-storm input[type=range].from:hover::-ms-thumb {
  border-left-color: #71ce98;
}
.range-double-slider-thumb-storm input[type=range].to::-ms-thumb {
  border-right-color: #5ab37f;
}
.range-double-slider-thumb-storm input[type=range].to:focus::-ms-thumb {
  border-right-color: #407c59;
}
.range-double-slider-thumb-storm input[type=range].to:hover::-ms-thumb {
  border-right-color: #71ce98;
}
.range-double-slider-track-none input[type=range]:first-child::-webkit-slider-runnable-track {
  pointer-events: none;
}
.range-double-slider-track-none input[type=range]:first-child:focus::-webkit-slider-runnable-track {
  pointer-events: none;
}
.range-double-slider-track-none input[type=range]:first-child::-moz-range-track {
  pointer-events: none;
}
.range-double-slider-track-none input[type=range]:first-child::-ms-track {
  pointer-events: none;
}
.range-double-slider-track-none input[type=range]::-ms-track {
  background: transparent;
  border-color: transparent;
  color: transparent;
}
.range-double-slider-track-line input[type=range]::-webkit-slider-runnable-track {
  height: 1px;
  background: #888;
}
.range-double-slider-track-line input[type=range]::-webkit-slider-thumb {
  margin-top: -7px;
}
.linear-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.linear-menu li:before {
  border-left-color: transparent;
}
.linear-menu li:after {
  border-left-color: transparent;
}
.linear-menu li a {
  text-decoration: none;
  color: black;
}
.linear-menu li a .text {
  white-space: pre-line;
}
.linear-menu li.disabled {
  pointer-events: none;
}
.linear-menu li > .templates {
  position: relative;
  width: 100%;
  height: 100%;
}
.linear-menu.top {
  flex-direction: row;
}
.linear-menu.bottom {
  flex-direction: row;
}
.linear-menu.left {
  flex-direction: column;
}
.linear-menu.right {
  flex-direction: column;
}
.accordion-item {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: column;
}
.accordion-item .accordion-trigger {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: row;
  align-items: center;
  position: relative;
}
.accordion-item .accordion-content {
  margin-top: 15px;
}
#route-main-view {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: row;
}
@media screen and (min-width: 1366px) {
  #route-main-view .brand,
  #route-main-view header {
    height: 10em;
  }
  #route-main-view .video-players > div {
    height: 6em;
    max-height: 6em;
  }
  #route-main-view .player .side {
    width: 110px;
  }
}
@media screen and (max-width: 1365px) {
  #route-main-view .brand,
  #route-main-view header {
    height: 10em;
  }
  #route-main-view .video-players > div {
    height: 6em;
    max-height: 6em;
  }
  #route-main-view .player .side {
    width: 100px;
  }
}
@media screen and (max-width: 1199px) {
  #route-main-view .brand,
  #route-main-view header {
    height: 10em;
  }
  #route-main-view .video-players > div {
    height: 6em;
    max-height: 6em;
  }
  #route-main-view .player .side {
    width: 90px;
  }
}
@media screen and (max-width: 1023px) {
  #route-main-view .brand,
  #route-main-view header {
    height: 10em;
  }
  #route-main-view .video-players > div {
    height: 6em;
    max-height: 6em;
  }
  #route-main-view #main-menu-container {
    width: 60px;
  }
  #route-main-view .player .side {
    width: 72px;
  }
}
@media screen and (max-width: 767px) {
  #route-main-view .brand,
  #route-main-view header {
    height: 12em;
  }
  #route-main-view .video-players > div {
    height: 6em;
    max-height: 6em;
  }
  #route-main-view #main-menu-container {
    width: 60px;
  }
  #route-main-view .player .side {
    width: 72px;
  }
  #route-main-view .music-player .middle .side,
  #route-main-view .music-player .bottom .side {
    display: none;
  }
  #route-main-view .music-player .top .side > * {
    position: relative;
    top: unset;
    transform: unset;
  }
  #route-main-view .music-player .top .item-name > * {
    flex-direction: column;
  }
  #route-main-view .music-player .song-controls {
    width: 100%;
  }
  #route-main-view .music-player .item-controls-side {
    width: unset;
  }
  #route-main-view .music-player .btn-auto-play {
    width: 6em;
  }
  #route-main-view .music-player .video-toggle-control {
    width: 4em;
  }
  #route-main-view .music-player .settings-btn {
    flex-direction: row;
  }
  #route-main-view .music-player .settings-btn > .icons {
    margin-right: 5px;
  }
  #route-main-view .video-player .bottom .side {
    width: 0;
  }
  #route-main-view .video-player .channel {
    position: unset;
    top: unset;
    transform: unset;
  }
  #route-main-view .video-player .status {
    left: 0.75em;
    top: 75%;
    transform: translateY(-75%);
  }
  #route-main-view .video-player .locked {
    width: 4em;
    margin-left: 5.5em;
  }
  #route-main-view .video-player .mode-select select {
    width: 7em;
  }
  #route-main-view .song-item .state,
  #route-main-view .song-item .vote,
  #route-main-view .song-item .video,
  #route-main-view .song-item .bpm {
    display: none !important;
  }
  #route-main-view .modal-dialog.song {
    width: 400px !important;
  }
}
@media screen and (max-width: 479px) {
  #route-main-view .brand,
  #route-main-view header {
    height: 14em;
  }
  #route-main-view .video-players > div {
    height: 7em;
    max-height: 7em;
  }
  #route-main-view #main-menu-container {
    width: 60px;
  }
  #route-main-view .zone-status-bar .client-name {
    display: none;
  }
  #route-main-view .player .side {
    width: 64px;
  }
  #route-main-view .settings-btn .icons {
    display: none;
  }
  #route-main-view .video-player .locked {
    width: 4em;
    margin-left: 4.5em;
  }
  #route-main-view .video-player .mode-select select {
    width: 6em;
  }
  #route-main-view .song-item .region-icon,
  #route-main-view .song-item .bpm-released,
  #route-main-view .song-item .category {
    display: none;
  }
}
.main-sections .video-players:not(.collapsed) > div {
  transition: max-height 100ms ease-out;
}
.main-sections .video-players.collapsed > div {
  max-height: 0 !important;
  transition: max-height 100ms ease-in;
}
.main-sections .menu-item.collapsible {
  display: flex;
  flex-direction: row !important;
  align-items: center;
}
.main-sections .menu-item.collapsible span:first-child {
  display: flex;
  flex-direction: row !important;
  align-items: center;
  justify-content: center;
}
.main-sections .menu-item.collapsible span:last-child {
  flex: 1;
}
#body-content.double > div {
  width: 50%;
}
header,
footer {
  position: relative;
  z-index: 2;
}
header {
  padding: 0;
  background: #333;
  background-size: cover;
  background-position: center;
  color: white;
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: row;
}
header > .body {
  flex: 1;
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: column;
  border-bottom: 1px solid #080808;
}
.brand {
  transition: width 100ms linear;
  opacity: 0.95;
  background: #5ab37f;
  color: #ffffff;
  border-bottom: 1px solid #555555;
}
.brand > div {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.brand > div a > i,
.brand > div a > span {
  color: #ffffff;
}
.brand a:first-child {
  width: 100%;
  text-decoration: none;
  font-size: 1.25em;
}
.brand a:first-child .icon {
  width: 60px;
}
.brand a:first-child .text {
  padding-right: 0.75em;
}
.brand a:first-child img {
  width: 2.5em;
}
.brand a:first-child.isxmas img {
  width: 5em;
}
.brand a:first-child:hover {
  cursor: pointer;
}
.brand a.control {
  padding: 6px 10px;
  position: absolute;
  top: 0;
}
.brand a.control.left {
  left: 0;
}
.brand a.control.right {
  right: 0;
}
.brand a.control:hover {
  background: #8ecba8;
  cursor: pointer;
}
.brand .menu-item.pin-action {
  align-items: flex-start !important;
}
.zone-status-bar {
  position: relative;
  width: 100%;
  height: 28px;
  background: #444444;
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: row;
  align-items: center;
}
.zone-status-bar a.menu-toggle {
  margin-right: -8px;
  padding: 0 8px;
  color: #dadddd;
  text-decoration: none;
}
.zone-status-bar .click-area {
  margin: 0 8px;
  flex: 1;
  color: #dadddd;
  font-size: 0.95em;
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.zone-status-bar a.menu-toggle:hover,
.zone-status-bar .click-area:hover {
  color: white;
  font-weight: bold;
}
.zone-status-bar .left,
.zone-status-bar .right {
  height: 100%;
  z-index: 2;
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: row;
  align-items: center;
}
.zone-status-bar .right {
  padding-right: 0 8px;
}
.zone-status-bar .status-ribbon {
  position: absolute;
  left: 0;
  width: 100%;
  font-size: 0.95em;
  font-family: 'open_sanssemibold';
  color: #ffffff;
  text-align: center;
  text-transform: capitalize;
  pointer-events: none;
}
.zone-status-bar .status-ribbon.badge-success {
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 15%, #5ab37f 50%, rgba(0, 0, 0, 0) 85%) !important;
}
.zone-status-bar .status-ribbon.badge-error {
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 15%, #941616 50%, rgba(0, 0, 0, 0) 85%) !important;
}
.zone-status-bar .status-ribbon.badge-info {
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 15%, #3a87ad 50%, rgba(0, 0, 0, 0) 85%) !important;
}
.zone-status-bar .status-ribbon.badge-warning {
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 15%, #f89406 50%, rgba(0, 0, 0, 0) 85%) !important;
}
.zone-status-bar .status-icons {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: row;
  align-items: center;
}
.zone-status-bar .status-icons > * {
  margin-left: 5px;
}
.zone-status-bar .status-icons .icon-composite > * {
  display: block;
  padding: 0;
  width: 1.25em;
  height: 1.25em;
  line-height: 1.25em;
  border-radius: 1.25em;
}
.zone-status-bar .status-icons .icon-composite > span {
  font-size: 0.8em;
  font-style: normal;
  text-align: center;
  background: #dadddd;
  color: black;
}
.zone-status-bar .status-icons .icon-composite > span.success {
  background: #5ab37f;
}
.zone-status-bar .status-icons .icon-composite > span.error {
  background: #941616;
}
footer {
  display: none;
}
.tabs-container {
  position: relative;
  left: -50%;
  text-align: left;
}
.primary-tabs > .tabs-container > ul {
  display: block;
  position: relative;
  background-color: #06171d;
  left: 50%;
}
.primary-tabs > .tabs-container > ul.nav {
  border: none;
}
.primary-tabs > .tabs-container > ul > li {
  float: left;
  text-align: center;
  position: relative;
  background: #06171d;
  width: 16.66%;
  border-top: 4px solid #000000;
}
.primary-tabs > .tabs-container > ul > li.active {
  border-top-color: #167694;
}
.primary-tabs > .tabs-container > ul > li:hover {
  border-top-color: #167694;
}
.primary-tabs > .tabs-container > ul > li a {
  border-color: transparent !important;
  border: none !important;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 3px 15px !important;
  margin: 0;
  outline: 0;
  position: relative;
  color: #ffffff;
  white-space: nowrap;
  height: 58px;
}
.primary-tabs > .tabs-container > ul > li a:hover {
  color: #f3f3f3;
  z-index: 3;
  background-color: #167694;
}
.primary-tabs > .tabs-container > ul > li a:focus {
  outline: 0;
}
.primary-tabs > .tabs-container > ul > li a::-moz-focus-inner {
  border: none;
}
.primary-tabs > .tabs-container > ul > li.disabled a {
  color: #eeeeee;
  cursor: not-allowed !important;
}
.primary-tabs > .tabs-container > ul > li.disabled a:hover {
  background: none;
}
.primary-tabs > .tabs-container > ul > li.active a {
  color: #222222;
  background-color: #f3f3f3 !important;
}
.primary-tabs > .tabs-container > ul > li.active a:before {
  border-top-right-radius: 10px;
  left: -11px;
}
.primary-tabs > .tabs-container > ul > li.active a:after {
  border-top-left-radius: 10px;
  right: -11px;
}
.primary-tabs > .tabs-container > ul > li.active:before {
  left: -10px;
}
.primary-tabs > .tabs-container > ul > li.active:after {
  right: -7px;
}
.primary-tabs > .tabs-container > ul > li > a > i.icon {
  display: block;
  font-size: 1.5em;
  height: 32px;
  padding-top: 7px;
  line-height: 1.4em;
}
/**************************************************************/
/**************** NIGHTLIFE LOAD MASK *************************/
/**************************************************************/
.load-mask {
  background: #f3f3f3;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  -webkit-transition: top 0.3s ease-in-out 0s;
  transition: top 0.3s ease-in-out 0s;
}
.load-mask .loadmask-back-btn {
  margin: 40px;
  font-size: 1.8rem;
  display: inline-block;
  float: left;
  color: #999999;
  background-color: #ffffff;
}
.load-mask .loadmask-back-btn:hover {
  color: #808080;
  cursor: pointer;
}
.load-mask .loadmask-signout-btn {
  margin: 40px;
  font-size: 1.8rem;
  display: inline-block;
  float: right;
  color: #941616;
  background-color: #ffffff;
}
.load-mask .loadmask-signout-btn:hover {
  color: #680f0f;
  cursor: pointer;
}
.loading-container {
  position: absolute;
  top: 119px;
  text-align: center;
  padding: 20px 0;
  background-color: rgba(51, 51, 51, 0.75);
}
.loading-container h5 {
  font-size: 45px;
  color: #5ab37f;
  text-shadow: 0px 1px #31483B;
  margin-bottom: 30px;
}
.loading-container img {
  vertical-align: bottom;
}
.hideme {
  display: none;
}
.loadmask {
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  -moz-opacity: 0.5;
  opacity: 0.5;
  filter: alpha(opacity=50);
  background-color: #CCC;
  width: 100%;
  height: 100%;
  zoom: 1;
}
.loadmask-msg {
  z-index: 20001;
  position: absolute;
  background: transparent;
  top: 0;
  left: 0;
  height: 38px;
  width: 38px;
  padding: 2px;
}
.loadmask-msg div {
  padding: 5px 10px 5px 25px;
  background: transparent url('../img/spinner.gif') no-repeat 5px 5px;
  height: 38px;
  width: 38px;
  color: #222;
  font: normal 11px tahoma, arial, helvetica, sans-serif;
  cursor: wait;
}
.masked {
  overflow: hidden !important;
}
.masked-relative {
  position: relative !important;
}
.masked-hidden {
  visibility: hidden !important;
}
.brand-img {
  /* width:20%;
    height:50%;
    position:absolute;
    background-size:cover;
    right:40%;*/
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
#main-menu-container {
  transition: width 100ms linear;
  height: 100%;
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: column;
}
#main-menu-container .menu-item.control {
  display: flex;
  align-items: center;
}
.main-menu-item {
  width: 100%;
}
.main-menu-item .icon {
  width: 60px;
}
.main-menu-item .text {
  padding-right: 30px;
}
.main-menu-head {
  width: 100%;
}
.main-menu-head .icon {
  width: 60px;
}
.main-menu-head .text {
  padding-right: 0.75em;
}
#main-menu_visuals .control {
  height: 100%;
  padding: 0 1em;
  background: #444;
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#main-menu_visuals .control:hover {
  background: #555;
}
#main-menu_visuals .control .text {
  font-size: 0.875em;
}
.lmenu {
  z-index: 1030;
  background-color: #444444;
  width: 100%;
  flex: 1;
  display: flex;
}
.lmenu .pin-action .i-tack {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.lmenu .pin-action:hover .i-tack {
  -webkit-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
}
.lmenu .pin-action.pinned .i-tack {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.lmenu li a:first-child {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: row;
  align-items: center;
}
.lmenu li .icon {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.lmenu li .icon:before {
  vertical-align: middle;
}
.lmenu .link {
  flex: 1;
  min-height: 32px;
}
.lmenu .link > div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.lmenu .link a:first-child {
  width: 100%;
  height: 100%;
}
.lmenu .link a:first-child .icon {
  width: 60px;
}
.lmenu .link a:first-child .text {
  padding-right: 30px;
}
.lmenu .link a:first-child i {
  font-size: 1.25em;
}
.lmenu .link a:first-child .text {
  font-size: 1em;
}
.lmenu .link:hover {
  cursor: pointer;
}
.lmenu .link:hover,
.lmenu .link:focus {
  background: transparent;
}
.lmenu .grey {
  background: #444444;
  border: 1px solid #555;
  border-left-width: 0;
  border-right-width: 0;
  border-top-width: 0;
}
.lmenu .grey a > span,
.lmenu .grey a > span i {
  color: #ffffff;
}
.lmenu .grey:hover {
  background: #555555;
}
.lmenu .grey:hover:after {
  border-left-color: #555;
}
.lmenu .grey.active {
  background: #333333;
  -webkit-box-shadow: inset 2px 1px 2px 0px rgba(0, 0, 0, 0.57);
  -moz-box-shadow: inset 2px 1px 2px 0px rgba(0, 0, 0, 0.57);
  box-shadow: inset 2px 1px 2px 0px rgba(0, 0, 0, 0.57);
}
.lmenu .grey.active:after {
  border-left-color: #333333;
}
.lmenu .grey.disabled {
  background: #4f4f4f;
  opacity: 0.333;
}
.lmenu .spotify {
  flex: 1;
  min-height: 32px;
  background: #444444;
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.lmenu .spotify > div {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.lmenu .spotify a {
  display: flex;
  flex-direction: row !important;
  align-items: center;
  font-weight: bold;
  position: relative;
  height: 34px;
  font-size: 12px;
  border: 1px solid #1ed760;
  border-radius: 15px;
  color: white;
  background-color: #1ed760 !important;
}
.lmenu .spotify a:hover,
.lmenu .spotify a:hover i {
  color: #0f2e36 !important;
}
.lmenu .spotify a.white {
  color: #1ed760;
  background-color: white !important;
}
.lmenu .spotify a.white:hover,
.lmenu .spotify a.white:hover i {
  border-color: #0f2e36;
  color: #0f2e36 !important;
}
.lmenu .spotify a i {
  font-size: 20px;
}
.lmenu .spotify a > span:first-child {
  width: 34px;
}
.lmenu .spotify a > *:last-child {
  margin-right: 10px;
}
.lmenu .spotify a .spotify-spinner {
  position: absolute;
  top: 5px;
  left: 3px;
}
.lmenu .spotify a.mini {
  width: 34px;
  height: 34px;
  padding: 3px 7px;
}
.lmenu .spotify a.mini span {
  display: none;
}
.lmenu .spotify a.mini i {
  margin-left: 0;
}
.lmenu .spotify a.mini .spotify-spinner {
  top: 7px;
  left: 7px;
}
@media screen and (max-width: 1023px) {
  .lmenu .spotify a > span:not(:first-child) i,
  .lmenu .spotify a > span:not(:first-child) img {
    margin: 7px !important;
  }
}
.menu-item .mail-badge {
  position: absolute;
  top: 50%;
  right: 1.5em;
  transform: translateY(-50%);
}
@media screen and (max-width: 1023px) {
  .menu-item .mail-badge {
    top: 0.5em;
    right: 1em;
    transform: unset;
  }
}
.zone-status-bar .mail-badge {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  top: 40%;
  right: -0.75em;
}
.main-menu-footer {
  background-color: #444444;
  color: #dadddd;
}
.main-menu-footer.clickable:hover {
  background: #555;
}
@media screen and (max-height: 630px) {
  .main-menu-footer .nightlife-logo-container {
    display: none;
  }
}
@media screen and (max-height: 692px) {
  .main-menu-footer .nightlife-logo-container img.nm-logo,
  .main-menu-footer .nightlife-logo-container div.nm-logo {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 1023px) {
  .main-menu-footer .nightlife-logo-container .nm-logo {
    display: none;
  }
  .main-menu-footer .nightlife-logo-container .nm-phone span {
    display: none;
  }
}
.main-menu-footer p {
  font-size: 11px;
  margin: 0.75em 0;
}
.main-menu-footer p.version-min {
  display: none;
}
@media screen and (max-width: 1023px) {
  .main-menu-footer p.version-min {
    display: block;
  }
}
.main-menu-footer p.version-full {
  display: block;
}
@media screen and (max-width: 1023px) {
  .main-menu-footer p.version-full {
    display: none;
  }
}
.main-menu-footer p i {
  margin-right: 3px;
}
#test-menu-btn {
  background: none;
  border: none;
  float: left;
  width: 30px;
  height: 30px;
}
#test-menu-btn i {
  font-size: 16px;
  color: white;
}
#test-menu-btn:hover {
  background: #8ecba8;
}
.inner-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.naked-btn {
  position: relative;
  border: 0 !important;
  border-radius: 0 !important;
  background-color: transparent !important;
}
.naked-btn i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.song-info-button {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  background-color: transparent;
  font-size: 28px;
}
.song-info-modal {
  left: 250px;
  top: 3px;
}
@media screen and (max-width: 1024px) {
  .song-info-modal {
    left: 60px;
  }
}
.song-info-modal-container {
  box-shadow: 3px 3px 40px #555;
}
.song-info-container .song-info {
  height: 100%;
  padding: 0;
}
.song-info-head {
  padding: 5px;
  min-height: 85px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.song-info-head .basic-info {
  margin-left: 5px;
  flex: 1;
  max-width: 75%;
}
.song-info-head .basic-info:hover {
  cursor: pointer;
}
.song-info-head .basic-info:hover .artist {
  opacity: 1;
  font-weight: bold;
  background-color: #ddd;
  transition: background-color 150ms ease-in;
}
.song-info-head .title,
.song-info-head .artist {
  padding: 0;
  width: 100%;
  font-size: 24px;
  line-height: unset;
}
.song-info-head .title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-family: 'open_sanssemibold';
  color: #167694;
}
.song-info-head .title.removed {
  text-decoration: line-through !important;
}
.song-info-head .artist {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-top: 5px;
  color: #555555;
}
.song-info-head .list-info {
  margin-right: 15px;
  margin-left: 15px;
  text-align: center;
}
.song-info-head .list-position {
  color: #167694;
  font-size: 18px;
}
.song-info-head .play-status {
  max-width: 70px;
}
.song-info-head .close-btn {
  box-shadow: none !important;
  width: 52px;
  height: 52px;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  font-size: 28px;
}
.song-info-head .close-btn i {
  color: #555;
  transition: color 150ms;
}
.song-info-head .close-btn:hover i {
  color: black;
  transition: color 150ms;
}
.song-info-head .close-btn:active i {
  color: #888;
}
.song-info-head .close-btn:focus {
  outline: none !important;
}
.song-info-head .close-btn:focus i {
  color: #888;
}
.song-image-container img {
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: opacity 0.1s;
}
.song-image-container img[data-src] {
  opacity: 0;
}
.song-image {
  margin: 0 auto;
  border: 0;
  border-radius: 0;
  background-image: url('../img/brand/record.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: none;
  -webkit-transition: all none ease-out;
  -moz-transition: all none ease-out;
  -o-transition: all none ease-out;
  transition: all none ease-out;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
}
.song-info-body {
  padding: 5px;
  background-color: white;
  /*
    .sibling-fade { visibility: hidden; }
    // Prevents :hover from triggering in the gaps between items
    
    .sibling-fade > * { visibility: visible; }
    // Brings the child items back in, even though the parent is `hidden`
    
    .sibling-fade > * { transition: opacity 150ms linear 100ms, transform 150ms ease-in-out 100ms; }
    // Makes the fades smooth with a slight delay to prevent jumps as the mouse moves between items
    
    .sibling-fade:hover > * { opacity: 0.4; transform: scale(0.9); }
    // Fade out all items when the parent is hovered
    
    .sibling-fade > *:hover { opacity: 1; transform: scale(1); transition-delay: 0ms, 0ms; }
    // Fade in the currently hovered item
*/
}
.song-info-body .content {
  height: 100%;
}
.song-info-body .row-top,
.song-info-body .row-middle,
.song-info-body .row-bottom {
  display: flex;
}
.song-info-body .row-top {
  justify-content: flex-end;
  min-height: 225px;
}
.song-info-body .row-middle {
  display: flex;
  flex-direction: column;
  position: relative;
  min-height: 30px;
}
.song-info-body .row-middle #spotify-iframe-placeholder {
  position: absolute;
  top: -30px;
  width: 100%;
  height: 80px;
  text-align: center;
}
.song-info-body .row-bottom {
  flex-direction: column;
}
.song-info-body .song-image-container {
  width: 225px;
  min-width: 225px;
  height: 225px;
  min-height: 225px;
}
.song-info-body .song-image {
  background-color: #eee;
  width: 225px;
  height: 225px;
}
.song-info-body .song-details-container {
  min-width: 0;
  flex-grow: 1;
  align-self: center;
  margin-left: 15px;
  white-space: nowrap;
}
@media (min-width: 1024px) {
  .song-info-body .song-details-container {
    padding-left: 15px;
  }
}
.song-info-body .song-details-container table {
  table-layout: fixed;
  width: 100%;
}
.song-info-body .song-details-container table tr {
  height: 28px;
  font-size: 16px;
}
.song-info-body .song-details-container .bpm:hover,
.song-info-body .song-details-container .released:hover,
.song-info-body .song-details-container .category:hover,
.song-info-body .song-details-container .load-method.editable:hover,
.song-info-body .song-details-container .cue-state:hover {
  cursor: pointer;
  font-weight: bold;
  background-color: #ddd;
  transition: background-color 150ms ease-in;
}
.song-info-body .song-details-container .i-edit {
  display: flex !important;
}
.song-info-body .song-details-container .cue-state {
  height: 35px;
}
.song-info-body .song-details-container .cue-state div {
  display: flex;
}
.song-info-body .song-details-container .cue-state i {
  margin-right: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 100px;
  color: white;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
}
.song-info-body .song-details-container .cue-state .auto i {
  background: #68BBFF;
}
.song-info-body .song-details-container .cue-state .manual i {
  background: #FFA525;
}
.song-info-body .song-controls-container {
  width: 52px;
  margin-left: 5px;
}
.song-info-body .view-controls,
.song-info-body .extra-controls {
  width: 52px;
}
.song-info-body .view-controls > button,
.song-info-body .extra-controls > button {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  background-color: transparent;
  font-size: 28px;
}
.song-info-body .playback-controls-container {
  width: 100%;
}
.song-info-body .playback-controls-container .playback-controls {
  display: flex;
  justify-content: center;
}
.song-info-body .playback-controls-container .playback-controls button {
  width: 104px;
  height: 52px;
  background-color: transparent;
  font-size: 28px;
}
.song-info-body .playback-controls-container .playback-controls button:hover {
  border: 1px solid lightgrey;
}
.song-info-body .playback-controls-container .playback-controls .song-removed i {
  color: #167694;
}
.song-info-body .playback-controls-container .dropdown-menu > li > a:hover {
  background-color: #eee;
}
.song-info-body .lists-container {
  flex-grow: 1;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  display: flex;
  flex-direction: column;
}
.song-info-body .lists-container .button-row {
  display: flex;
  align-items: center;
  flex-direction: row;
  align-self: center;
}
.song-info-body .lists-container .button-row a {
  margin-top: 10px;
  margin-left: 5px;
  margin-right: 5px;
}
.song-info-body #lists-simple {
  border: 1px solid #dadddd;
}
.song-info-body #lists-simple ul > li {
  visibility: visible;
}
.song-info-body #lists-simple ul > li > span {
  transition: opacity 100ms linear 50ms, transform 100ms ease-in-out 50ms;
}
.song-info-body #lists-simple ul:hover > li > span {
  opacity: 0.5;
}
.song-info-body #lists-simple ul > li:hover > span {
  opacity: 1;
  font-weight: bold;
  transition-delay: 0ms, 0ms;
}
.song-info-body #lists-simple .icon-stack-song i {
  font-size: 24px;
}
.song-info-body #lists-simple .icon-stack-song .nm-icons-unchecked:hover,
.song-info-body #lists-simple .icon-stack-song .nm-icons-checked-plus:hover {
  cursor: pointer;
}
.song-info-body .actions-container {
  align-self: center;
  display: flex;
}
.song-info-body .actions-container > button {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  background-color: transparent;
  font-size: 28px;
}
.song-info-body .actions-container .search-menu-container {
  position: relative;
  width: 225px;
  min-width: 225px;
  min-height: 125px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.region-container {
  position: relative;
  width: 180px;
  height: 90px;
  margin: 2rem auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.song-info-body .region-icon {
  width: 100% !important;
  height: 100% !important;
  display: flex;
  flex-direction: row !important;
  align-items: center;
  justify-content: center;
}
.song-info-button-container-lg {
  position: relative;
  width: 225px;
  min-width: 225px;
  min-height: 125px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#song-fav {
  color: #007fd0;
  font-size: 36px;
  padding: 0 7px;
}
#song-fav:hover {
  background-color: transparent;
  transform: scale(1.25);
}
.schedule-song {
  padding: 0;
}
.song-info-container .song-info .song-info-body .view-controls button {
  box-shadow: none !important;
}
.song-info-container .song-info .song-info-body .view-controls button i {
  color: #555;
  transition: color 150ms;
}
.song-info-container .song-info .song-info-body .view-controls button:hover i {
  color: black;
  transition: color 150ms;
}
.song-info-container .song-info .song-info-body .view-controls button:active i {
  color: #888;
}
.song-info-container .song-info .song-info-body .view-controls button:focus {
  outline: none !important;
}
.song-info-container .song-info .song-info-body .view-controls button:focus i {
  color: #888;
}
.overflow-ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.song-info-spotify .song-info-body {
  background-color: #181818;
  color: white;
}
.song-info-spotify .song-info-body .song-details-container .album td:last-child {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 150px;
}
.song-info-spotify .song-info-body .row-middle {
  margin-top: 10px;
  margin-bottom: 10px;
}
.song-info-spotify .song-info-body #spotify-player-container {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 80px;
}
.song-info-spotify .song-info-body .radial-menu .radial-btn {
  color: white;
}
.song-info-spotify .song-info-body .view-controls button {
  box-shadow: none !important;
}
.song-info-spotify .song-info-body .view-controls button i {
  color: #ccc;
  transition: color 150ms;
}
.song-info-spotify .song-info-body .view-controls button:hover i {
  color: white;
  transition: color 150ms;
}
.song-info-spotify .song-info-body .view-controls button:active i {
  color: #5ab37f;
}
.song-info-spotify .song-info-body .view-controls button:focus {
  outline: none !important;
}
.song-info-spotify .song-info-body .view-controls button:focus i {
  color: #5ab37f;
}
.song-info-spotify .song-info-body .row-bottom {
  margin-bottom: 20px;
}
.song-info-spotify .song-info-body .actions-container {
  width: 100%;
  justify-content: center;
}
.spotify-load-msg-container {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  text-align: center;
}
.spotify-load-msg-large {
  font-size: 28px;
  font-weight: bold;
  color: #5ab37f;
}
.spotify-load-msg-small {
  font-size: 18px;
  color: #5ab37f;
}
.spotify-iframe {
  width: 625px;
  height: 80px;
  border: 0px;
  z-index: 1070;
  position: absolute;
  display: none;
}
.spotify-control {
  background: #181818;
  color: white;
  border: 1px solid #b3b3b3;
  border-radius: 18px;
  padding: 4px 16px;
}
.spotify-control:disabled {
  border: 1px solid #535353;
}
.spotify-control input:-webkit-autofill,
.spotify-control input:-webkit-autofill:hover,
.spotify-control input:-webkit-autofill:focus input:-webkit-autofill:active {
  box-shadow: 0 0 0 30px #383838 inset !important;
  -webkit-box-shadow: 0 0 0 30px #383838 inset !important;
  border-top-left-radius: 18px;
  border-bottom-left-radius: 18px;
  -webkit-text-fill-color: white !important;
}
.spotify-button {
  background: #181818;
  color: white;
  border: 1px solid #b3b3b3;
  border-radius: 18px;
  padding: 4px 16px;
  transition: transform 0.1s;
}
.spotify-button:disabled {
  border: 1px solid #535353;
}
.spotify-button input:-webkit-autofill,
.spotify-button input:-webkit-autofill:hover,
.spotify-button input:-webkit-autofill:focus input:-webkit-autofill:active {
  box-shadow: 0 0 0 30px #383838 inset !important;
  -webkit-box-shadow: 0 0 0 30px #383838 inset !important;
  border-top-left-radius: 18px;
  border-bottom-left-radius: 18px;
  -webkit-text-fill-color: white !important;
}
.spotify-button:hover {
  border: 1px solid #ffffff;
  transform: scale(1.1);
}
.spotify-toggle {
  background: #181818;
  color: white;
  border: 1px solid #b3b3b3;
  border-radius: 18px;
  padding: 4px 16px;
}
.spotify-toggle:disabled {
  border: 1px solid #535353;
}
.spotify-toggle input:-webkit-autofill,
.spotify-toggle input:-webkit-autofill:hover,
.spotify-toggle input:-webkit-autofill:focus input:-webkit-autofill:active {
  box-shadow: 0 0 0 30px #383838 inset !important;
  -webkit-box-shadow: 0 0 0 30px #383838 inset !important;
  border-top-left-radius: 18px;
  border-bottom-left-radius: 18px;
  -webkit-text-fill-color: white !important;
}
.spotify-toggle:hover {
  border: 1px solid #ffffff;
}
.spotify-toggle.active {
  border: 2px solid #1db954;
}
.spotify-radio {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: row;
  justify-content: center;
}
.spotify-radio > label {
  background: #181818;
  color: white;
  border: 1px solid #b3b3b3;
  border-radius: 18px;
  padding: 4px 16px;
  cursor: pointer;
  margin: 0;
  text-align: center;
}
.spotify-radio > label:disabled {
  border: 1px solid #535353;
}
.spotify-radio > label input:-webkit-autofill,
.spotify-radio > label input:-webkit-autofill:hover,
.spotify-radio > label input:-webkit-autofill:focus input:-webkit-autofill:active {
  box-shadow: 0 0 0 30px #383838 inset !important;
  -webkit-box-shadow: 0 0 0 30px #383838 inset !important;
  border-top-left-radius: 18px;
  border-bottom-left-radius: 18px;
  -webkit-text-fill-color: white !important;
}
.spotify-radio > label:first-child,
.spotify-radio > label:not(:first-child):not(:last-child) {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.spotify-radio > label:last-child,
.spotify-radio > label:not(:first-child):not(:last-child) {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.spotify-radio > label.active {
  outline: none;
  border: 2px solid #1db954;
}
.spotify-radio > label:not(.active) {
  color: #cccccc;
}
.spotify-radio > label input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.playlist-menu {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: column;
}
.playlist-menu .heading {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  margin-bottom: 8px;
}
.playlist-menu .submenu {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: row;
  margin-top: 10px;
  margin-bottom: 5px;
}
.playlist-menu .submenu .combobox {
  background: #181818;
  color: white;
  border: 1px solid #b3b3b3;
  border-radius: 18px;
  padding: 4px 16px;
  width: 400px;
}
.playlist-menu .submenu .combobox:disabled {
  border: 1px solid #535353;
}
.playlist-menu .submenu .combobox input:-webkit-autofill,
.playlist-menu .submenu .combobox input:-webkit-autofill:hover,
.playlist-menu .submenu .combobox input:-webkit-autofill:focus input:-webkit-autofill:active {
  box-shadow: 0 0 0 30px #383838 inset !important;
  -webkit-box-shadow: 0 0 0 30px #383838 inset !important;
  border-top-left-radius: 18px;
  border-bottom-left-radius: 18px;
  -webkit-text-fill-color: white !important;
}
.playlist-menu .submenu button {
  margin: 0 8px;
}
.playlist-menu .submenu button:not(.toggle) {
  background: #181818;
  color: white;
  border: 1px solid #b3b3b3;
  border-radius: 18px;
  padding: 4px 16px;
  transition: transform 0.1s;
}
.playlist-menu .submenu button:not(.toggle):disabled {
  border: 1px solid #535353;
}
.playlist-menu .submenu button:not(.toggle) input:-webkit-autofill,
.playlist-menu .submenu button:not(.toggle) input:-webkit-autofill:hover,
.playlist-menu .submenu button:not(.toggle) input:-webkit-autofill:focus input:-webkit-autofill:active {
  box-shadow: 0 0 0 30px #383838 inset !important;
  -webkit-box-shadow: 0 0 0 30px #383838 inset !important;
  border-top-left-radius: 18px;
  border-bottom-left-radius: 18px;
  -webkit-text-fill-color: white !important;
}
.playlist-menu .submenu button:not(.toggle):hover {
  border: 1px solid #ffffff;
  transform: scale(1.1);
}
.playlist-menu .submenu button.toggle {
  background: #181818;
  color: white;
  border: 1px solid #b3b3b3;
  border-radius: 18px;
  padding: 4px 16px;
}
.playlist-menu .submenu button.toggle:disabled {
  border: 1px solid #535353;
}
.playlist-menu .submenu button.toggle input:-webkit-autofill,
.playlist-menu .submenu button.toggle input:-webkit-autofill:hover,
.playlist-menu .submenu button.toggle input:-webkit-autofill:focus input:-webkit-autofill:active {
  box-shadow: 0 0 0 30px #383838 inset !important;
  -webkit-box-shadow: 0 0 0 30px #383838 inset !important;
  border-top-left-radius: 18px;
  border-bottom-left-radius: 18px;
  -webkit-text-fill-color: white !important;
}
.playlist-menu .submenu button.toggle:hover {
  border: 1px solid #ffffff;
}
.playlist-menu .submenu button.toggle.active {
  border: 2px solid #1db954;
}
.combobox {
  position: relative;
  z-index: 1;
  font-size: 18px;
}
.combobox label,
.combobox label::after {
  margin: 0;
  border-radius: inherit;
  border-color: inherit;
}
.combobox label::after {
  content: ' ';
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  pointer-events: none;
}
.combobox label:focus-within::after {
  box-shadow: inset 0 0 0 1px #ffffff;
  -webkit-box-shadow: inset 0 0 0 1px #ffffff;
  -moz-box-shadow: inset 0 0 0 1px #ffffff;
}
.combobox select,
.combobox input {
  height: 99%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: inherit;
  font-size: 16px;
}
.combobox select:focus,
.combobox input:focus {
  outline: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.combobox select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  margin: 0;
  border: none;
  color: transparent;
  border-radius: inherit;
  z-index: 3;
}
.combobox select:hover {
  cursor: pointer;
}
.combobox select option {
  background: #282828;
  color: white;
}
.combobox input {
  width: 92%;
  padding-left: 15px;
  color: #1db954;
  font-weight: bold;
  text-align: center;
  border-top: none;
  border-bottom: none;
  border-left: none;
  border-radius: 0;
  border-color: inherit;
  z-index: 4;
}
.combobox input:read-only {
  cursor: inherit;
  border: none;
  background: inherit;
  z-index: 2;
}
.combobox input:-moz-read-only {
  cursor: inherit;
  border: none;
  background: inherit;
  z-index: 2;
}
.combobox input:focus {
  border-color: inherit;
}
.combobox .arrow {
  width: 8%;
  height: 100%;
  position: absolute;
  right: 1px;
  top: 1px;
  text-align: center;
  color: lightgray;
  font-size: 18px;
  z-index: 2;
}
.combobox .arrow i {
  margin-top: 6px;
  margin-right: 1px;
}
#container-song-fav-modal .modal-dialog {
  width: 370px !important;
}
#container-song-fav-modal .modal-content {
  left: 660px !important;
  top: 215px !important;
}
#song-fav-modal {
  height: 200px;
  min-height: 200px;
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
}
#song-fav-modal h4 {
  color: #007fd0;
}
#song-fav-modal hr {
  margin-top: -10px;
  margin-bottom: 20px;
  -webkit-filter: brightness(0.8);
  color: #555555;
}
#song-fav-modal .btn {
  margin-top: 10px;
}
#song-fav-modal .btn #btnCancel {
  text-align: right;
}
.logo-mmnl-neg {
  background-image: url('../img/brand/LOGO_MMNL_NEG.svg');
  background-size: 100% 100%;
}
#sign-in {
  color: white;
}
#sign-in a,
#sign-in hr,
#sign-in button {
  color: white;
}
@media (min-width: 768px) {
  #sign-in a,
  #sign-in label {
    font-size: 2rem;
  }
  #sign-in h3 {
    font-size: 4rem;
  }
  #sign-in h5 {
    font-size: 2rem;
  }
  #sign-in input[type="text"],
  #sign-in input[type="password"] {
    font-size: 3rem;
  }
  #sign-in input[type="text"],
  #sign-in input[type="password"],
  #sign-in button {
    height: 60px;
  }
}
@media (min-width: 1200px) {
  #sign-in h5 {
    font-size: 3rem;
    margin: 30px 0;
  }
  #sign-in h3 {
    font-size: 6rem;
  }
  #sign-in input[type="text"],
  #sign-in input[type="password"] {
    font-size: 2.8rem;
  }
  #sign-in input[type="text"],
  #sign-in input[type="password"],
  #sign-in button {
    height: 70px;
  }
}
/*
 * Now playing tab
 */
#tab-nowplaying {
  padding: 0;
  background-color: #f3f3f3;
}
#tab-nowplaying #song-array-wrapper {
  position: relative;
}
#tab-nowplaying .array-view {
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding-left: 1px;
}
.nowplaying-controls {
  position: fixed;
  bottom: 25px;
  right: 35px;
  z-index: 100;
}
#scheduled-actions-button {
  text-align: center;
  cursor: pointer;
}
.scheduled-actions .scheduled-actions-list {
  height: 460px;
  max-height: 460px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .scheduled-actions .scheduled-actions-list {
    height: 460px;
  }
}
.scheduled-actions .scheduled-actions-list hr {
  margin-top: 3px;
  margin-bottom: 3px;
  color: #333333;
}
.scheduled-actions .scheduled-actions-list .scheduled-action {
  display: flex;
  width: 100%;
  margin-top: 10px;
}
.scheduled-actions .scheduled-actions-list .scheduled-action .schedId {
  width: 65px;
  padding-left: 5px;
}
.scheduled-actions .scheduled-actions-list .scheduled-action .schedId span {
  font-size: 15px;
  font-weight: bold;
  color: #000000;
}
.scheduled-actions .scheduled-actions-list .scheduled-action .schedItem {
  flex-grow: 1;
}
.scheduled-actions .scheduled-actions-list .scheduled-action .controls {
  position: relative;
  width: 100px;
}
.scheduled-actions .scheduled-actions-list .scheduled-action .controls .controls-wrapper {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.scheduled-actions .scheduled-actions-list .scheduled-action .controls a {
  margin-right: 10px;
}
.scheduled-actions .scheduled-actions-list .scheduled-action .controls a:hover {
  text-decoration: none;
}
.scheduled-actions .scheduled-actions-list .scheduled-action .controls a i {
  font-size: 28px;
}
.scheduled-actions .scheduled-actions-list .scheduled-action .controls a .sched-remove,
.scheduled-actions .scheduled-actions-list .scheduled-action .controls a .sched-discard {
  color: #941616;
}
.scheduled-actions .scheduled-actions-list .scheduled-action .schedTitle {
  font-size: 15px;
  font-weight: bold;
  color: #000000;
}
.scheduled-actions .scheduled-actions-list .scheduled-action .schedAt {
  font-size: 14px;
  color: #333333;
  margin-top: 5px;
}
.scheduled-actions .scheduled-actions-list .scheduled-action .inputs {
  display: inline-block;
}
.scheduled-actions .scheduled-actions-list .scheduled-action .inputs > div,
.scheduled-actions .scheduled-actions-list .scheduled-action .inputs input {
  display: inline-block;
  width: initial;
}
.scheduled-actions .scheduled-actions-list .scheduled-action .inputs .schedAtLabel {
  font-size: 14px;
  color: #333333;
  margin-top: 5px;
  margin-right: 5px;
}
.scheduled-actions .scheduled-actions-list .scheduled-action .inputs .schedAtDate {
  border-radius: 0px;
  height: 32px;
  border: 1px solid #999999;
}
.scheduled-actions .scheduled-actions-list .scheduled-action .inputs .schedAtTime {
  border: 1px solid #999999;
  height: 32px;
}
.scheduled-actions .scheduled-actions-list .scheduled-action .schedDesc {
  font-size: 14px;
  color: #333333;
}
#copy-to-spotify {
  margin-top: 25px;
  font-size: 16px;
}
.player {
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100% !important;
  height: 100% !important;
  background: #333333;
  color: #ffffff;
}
.player .side > div {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.player .controls button,
.player .controls a {
  background: transparent;
  color: #dadddd;
  border: 0;
  border-radius: 0;
  display: flex;
  min-width: 0;
  min-height: 0;
  justify-content: center;
  align-items: center;
}
.player .controls button:disabled,
.player .controls a:disabled {
  opacity: 0.25;
}
.player .controls button:focus,
.player .controls a:focus {
  outline: none;
}
.player .controls button:hover:not(:disabled),
.player .controls a:hover:not(:disabled) {
  background: #444;
  color: #ffffff;
}
.player .controls a {
  text-decoration: none;
}
.music-player {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: row;
}
.music-player .col-span {
  position: relative;
}
.music-player .col-span > * {
  position: absolute;
  left: 0;
  width: 200%;
  height: 100%;
  z-index: 1;
}
.music-player .item-name.current.invisible {
  transition: visibility 0s linear 750ms, opacity 750ms;
}
.music-player .item-name.next.visible {
  transition: opacity 750ms;
}
.music-player .b-left,
.music-player .b-right {
  position: relative;
  width: 50%;
  height: 100%;
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: column;
}
.music-player .top,
.music-player .middle,
.music-player .bottom {
  width: 100%;
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: row;
}
.music-player .top > span,
.music-player .middle > span,
.music-player .bottom > span {
  height: 100%;
}
.music-player .top,
.music-player .bottom {
  height: 45%;
}
.music-player .middle {
  flex: 1;
}
.music-player .top .body,
.music-player .middle .body {
  flex: 1;
}
.music-player .top .side > * {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.music-player .side {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.music-player .item-name {
  flex: 1;
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.music-player .item-controls-side {
  width: 11em;
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 0;
  justify-content: flex-end;
}
.music-player .b-right .item-controls-side {
  flex-direction: row-reverse;
}
.music-player .item-controls {
  flex: 1;
}
.music-player .item-controls > div {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.music-player .thumbnail {
  background: #444;
}
.music-player .controls {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: row;
  align-items: center;
}
.music-player .song-controls {
  width: 66.66666667%;
  height: 100%;
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.music-player .song-controls button {
  flex: 1;
  height: 100%;
}
.music-player .song-controls .i-stop {
  font-size: 0.75em;
}
.music-player .btn-auto-play {
  width: 6.25em;
  height: 100%;
}
.music-player .video-toggle-control {
  width: 5em;
  height: 100%;
  font-size: 1.25em;
}
.music-player .volume-control a {
  padding: 0.5em 0.75em;
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.music-player .volume-control a i {
  width: 1em;
  font-size: 0.9em;
  text-align: center;
}
.music-player .volume-control a .text {
  font-size: 1.15em;
  font-weight: bold;
}
.btn-auto-play {
  padding: 4px;
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.btn-auto-play.hidden {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 1s, opacity 1s;
}
.btn-auto-play:not(.hidden) {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s linear 0s, opacity 0.15s;
}
.btn-auto-play.disabled {
  opacity: 0.75;
}
.btn-auto-play > .text {
  font-family: Arial;
  font-size: 0.75em;
  font-weight: bold;
}
.btn-auto-play .auto-play-icon {
  width: 3.5em;
  height: 0.6em;
  margin-top: 0.2em;
  border-radius: 4px;
}
.btn-auto-play .auto-play-icon.active {
  background-color: #5ab37f;
}
.btn-auto-play .auto-play-icon:not(.active) {
  background-color: #b11b1b;
}
.video-player {
  position: relative;
  border-bottom: 1px solid black;
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: column;
}
.video-player .top,
.video-player .bottom {
  width: 100%;
  height: 50%;
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: row;
  align-items: center;
}
.video-player .side {
  height: 100%;
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.video-player .body {
  flex: 1;
  height: 100%;
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: row;
  align-items: center;
}
.video-player .bottom .body {
  position: relative;
}
.video-player .channel,
.video-player .status {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.video-player .channel {
  font-size: 2em;
  font-weight: bold;
}
.video-player .status {
  font-size: 0.85em;
  font-weight: bold;
}
.video-player .item-name {
  width: 100% !important;
  height: 100% !important;
  display: flex;
  min-width: 0;
  min-height: 0;
  justify-content: center;
  align-items: center;
}
.video-player .item-name > span {
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.video-player .item-controls {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 33.33333333%;
  height: 100%;
}
.video-player .item-controls .play-controls {
  height: 100%;
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.video-player .item-controls .play-controls button {
  flex: 1;
  height: 100%;
}
.video-player .locked {
  width: 6em;
  height: 100%;
  margin-left: 4.75em;
  color: #dadddd;
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.video-player .locked button {
  width: 100% !important;
  height: 100% !important;
  padding: 0;
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: column;
  align-items: center;
}
.video-player .locked i {
  width: 100%;
  padding: 3px;
  font-size: 1.25em;
}
.video-player .locked i.i-lock {
  color: #b11b1b;
}
.video-player .locked i.i-unlock {
  color: #5ab37f;
}
.video-player .locked span {
  font-size: 0.7em;
  font-weight: bold;
  color: inherit;
}
.video-player .locked:hover i.i-lock {
  color: #cc1919;
}
.video-player .locked:hover i.i-unlock {
  color: #71ce98;
}
.video-player .mode-select {
  position: absolute;
  right: 1.5em !important;
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: row;
  align-items: center;
}
.video-player .mode-select select {
  padding: 2px 4px;
  font-size: 1.1em;
  font-weight: bold;
  background: transparent;
  color: #5ab37f;
  border: 1px solid #ddd;
}
.video-player .mode-select select > option {
  color: black;
}
.video-player .mode-select select:hover {
  cursor: pointer;
  color: #71ce98;
  border: 1px solid white;
}
.cue-state-icon i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 13px;
  height: 13px;
  border-radius: 100px;
  color: white;
  font-size: 10px;
  font-weight: bold;
  font-style: normal;
}
.cue-state-icon .auto i {
  background: #68BBFF;
}
.cue-state-icon .manual i {
  background: #FFA525;
}
.song-item.current {
  background-color: #222 !important;
  border-bottom-color: #222 !important;
  color: #f3f3f3 !important;
}
.song-item.current > i.icon-play-state {
  display: inline;
  font-size: 19px;
  margin-right: 22px;
}
.song-item.current .title,
.song-item.current .time {
  color: #ffffff !important;
}
.song-item.current .artist,
.song-item.current .additional-info {
  color: #f3f3f3 !important;
}
.song-item.history {
  background-color: #555 !important;
  border-bottom-color: #666 !important;
}
.song-item.history .time,
.song-item.history .title,
.song-item.history .artist,
.song-item.history .additional-info,
.song-item.history .distance {
  color: #ddd !important;
}
.song-item.future .distance {
  color: #333 !important;
}
.song-item.future .time {
  color: #666 !important;
}
.song-item.primary {
  background-color: #fff !important;
  border-bottom-color: #eee !important;
}
.song-item.sortable .state {
  cursor: row-resize !important;
}
.song-item.sortable .state .hamburger i {
  color: #777;
}
.song-item.sortable .state:hover .hamburger i {
  color: #000;
}
.song-item:not(.sortable) .state .hamburger i {
  display: none;
}
.array-view > div:hover .song-item.current {
  background: #5ab37f !important;
  border-bottom-color: #5ab37f !important;
}
.array-view > div:hover .song-item.history {
  background: #999999 !important;
}
.array-view > div:hover .song-item.future {
  background: #ffffff !important;
}
.array-view > div:hover .song-item.primary {
  background: #ddd !important;
}
.array-view > div.active .song-item.current {
  background-color: #dadddd !important;
  border-bottom-color: #dadddd !important;
}
.array-view > div.active .song-item.history {
  background-color: #dadddd !important;
}
.array-view > div.active .song-item.history .title,
.array-view > div.active .song-item.history .artist,
.array-view > div.active .song-item.history .additional-info,
.array-view > div.active .song-item.history .distance {
  color: #333333 !important;
}
.array-view > div.active .song-item.future {
  background-color: #dadddd !important;
}
.song-item .title.removed,
.song-item .artist.removed {
  text-decoration: line-through !important;
}
.song-item .title {
  color: #167694;
  font-family: 'open_sanssemibold';
}
.song-item .artist {
  color: #555;
  font-family: 'open_sanslight';
}
.song-item .vote div {
  background-color: #999999;
  line-height: 1em;
  color: #ffffff;
}
.song-item .additional-info:hover {
  background: #dadddd;
}
.song-item .additional-info:active {
  background: #5ab37f;
  color: #ffffff;
}
.song-item .additional-info .icon-wrap {
  width: 19px;
  margin: 0 6px 0 6px;
}
.song-item .additional-info .icon-wrap > i {
  line-height: initial;
}
.song-item .additional-info .bpmWide {
  width: 60px;
}
.song-item .additional-info .categoryWide {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 145px;
  text-align: left;
}
.playing .song-item i.icon-play-state {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.playing .song-item i.icon-play-state.fa-pull-left {
  margin-right: 0.3em;
}
.playing .song-item i.icon-play-state.fa-pull-right {
  margin-left: 0.3em;
}
.playing .song-item i.icon-play-state:before {
  content: "\f04b";
}
.halted .song-item i.icon-play-state {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.halted .song-item i.icon-play-state.fa-pull-left {
  margin-right: 0.3em;
}
.halted .song-item i.icon-play-state.fa-pull-right {
  margin-left: 0.3em;
}
.halted .song-item i.icon-play-state:before {
  content: "\f04c";
}
.icon-normalize {
  display: inline-block;
  text-decoration: none !important;
  text-transform: none !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.img-iconify {
  display: inline-block;
  content: "";
}
.headphones-img .icon-load-method:before {
  display: inline-block;
  content: "";
  background-size: 100% 100%;
  background-image: url('../img/lm_dj2.png');
}
.headphones-img .icon-load-method:before {
  width: 1.5rem;
  height: 1.5rem;
}
.headphones-img-white .icon-load-method:before {
  display: inline-block;
  content: "";
  background-size: 100% 100%;
  background-image: url('../img/lm_dj2_white.png');
}
.headphones-img-white .icon-load-method:before {
  width: 1.5rem;
  height: 1.5rem;
}
.like-img .icon-load-method:before {
  display: inline-block;
  content: "";
  background-size: 100% 100%;
  background-image: url('../img/like.png');
}
.like-img .icon-load-method:before {
  width: 1.75rem;
  height: 1.75rem;
}
.like-img-white .icon-load-method:before {
  display: inline-block;
  content: "";
  background-size: 100% 100%;
  background-image: url('../img/like_white.png');
}
.like-img-white .icon-load-method:before {
  width: 1.75rem;
  height: 1.75rem;
}
.jukebox-img .icon-load-method:before {
  display: inline-block;
  content: "";
  background-size: 100% 100%;
  background-image: url('../img/request.png');
}
.jukebox-img .icon-load-method:before {
  width: 2rem;
  height: 2rem;
}
.jukebox-img-white .icon-load-method:before {
  display: inline-block;
  content: "";
  background-size: 100% 100%;
  background-image: url('../img/request_white.png');
}
.jukebox-img-white .icon-load-method:before {
  width: 2rem;
  height: 2rem;
}
.load-method-programmed .icon-load-method {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.load-method-programmed .icon-load-method.fa-pull-left {
  margin-right: 0.3em;
}
.load-method-programmed .icon-load-method.fa-pull-right {
  margin-left: 0.3em;
}
.load-method-programmed .icon-load-method:before {
  content: "\f108";
}
.load-method-random .icon-load-method {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.load-method-random .icon-load-method.fa-pull-left {
  margin-right: 0.3em;
}
.load-method-random .icon-load-method.fa-pull-right {
  margin-left: 0.3em;
}
.load-method-random .icon-load-method:before {
  content: "\f074";
}
.load-method-paid .icon-load-method {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.load-method-paid .icon-load-method.fa-pull-left {
  margin-right: 0.3em;
}
.load-method-paid .icon-load-method.fa-pull-right {
  margin-left: 0.3em;
}
.load-method-paid .icon-load-method:before {
  content: "\f155";
}
.load-method-teaser .icon-load-method {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.load-method-teaser .icon-load-method.fa-pull-left {
  margin-right: 0.3em;
}
.load-method-teaser .icon-load-method.fa-pull-right {
  margin-left: 0.3em;
}
.load-method-teaser .icon-load-method:before {
  content: "\f12e";
}
.load-method-user .icon-load-method {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.load-method-user .icon-load-method.fa-pull-left {
  margin-right: 0.3em;
}
.load-method-user .icon-load-method.fa-pull-right {
  margin-left: 0.3em;
}
.load-method-user .icon-load-method:before {
  content: "\f007";
}
.load-method-nightlife .icon-load-method {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.load-method-nightlife .icon-load-method.fa-pull-left {
  margin-right: 0.3em;
}
.load-method-nightlife .icon-load-method.fa-pull-right {
  margin-left: 0.3em;
}
.load-method-nightlife .icon-load-method:before {
  content: "\f03a";
}
.load-method-crowddj-jukebox .icon-load-method:before {
  display: inline-block;
  content: "";
  background-size: 100% 100%;
  background-image: url('../img/request.png');
}
.load-method-crowddj-jukebox .icon-load-method:before {
  width: 2rem;
  height: 2rem;
}
.song-item.load-method-crowddj-jukebox.history .icon-load-method:before {
  display: inline-block;
  content: "";
  background-size: 100% 100%;
  background-image: url('../img/request_white.png');
}
.song-item.load-method-crowddj-jukebox.history .icon-load-method:before {
  width: 2rem;
  height: 2rem;
}
.song-item.load-method-crowddj-jukebox.current .icon-load-method:before {
  display: inline-block;
  content: "";
  background-size: 100% 100%;
  background-image: url('../img/request_white.png');
}
.song-item.load-method-crowddj-jukebox.current .icon-load-method:before {
  width: 2rem;
  height: 2rem;
}
.load-method-crowddj .icon-load-method:before {
  display: inline-block;
  content: "";
  background-size: 100% 100%;
  background-image: url('../img/like.png');
}
.load-method-crowddj .icon-load-method:before {
  width: 1.75rem;
  height: 1.75rem;
}
.song-item.load-method-crowddj.history .icon-load-method:before {
  display: inline-block;
  content: "";
  background-size: 100% 100%;
  background-image: url('../img/like_white.png');
}
.song-item.load-method-crowddj.history .icon-load-method:before {
  width: 1.75rem;
  height: 1.75rem;
}
.song-item.load-method-crowddj.current .icon-load-method:before {
  display: inline-block;
  content: "";
  background-size: 100% 100%;
  background-image: url('../img/like_white.png');
}
.song-item.load-method-crowddj.current .icon-load-method:before {
  width: 1.75rem;
  height: 1.75rem;
}
.load-method-user-manager .icon-load-method:before,
.load-method-dj .icon-load-method:before {
  display: inline-block;
  content: "";
  background-size: 100% 100%;
  background-image: url('../img/lm_dj2.png');
}
.load-method-user-manager .icon-load-method:before,
.load-method-dj .icon-load-method:before {
  width: 1.5rem;
  height: 1.5rem;
}
.load-method-user-manager.future .icon-load-method:before,
.load-method-dj.future .icon-load-method:before {
  display: inline-block;
  content: "";
  background-size: 100% 100%;
  background-image: url('../img/lm_dj2.png');
}
.load-method-user-manager.future .icon-load-method:before,
.load-method-dj.future .icon-load-method:before {
  width: 1.5rem;
  height: 1.5rem;
}
.song-item.load-method-user-manager.history .icon-load-method:before {
  display: inline-block;
  content: "";
  background-size: 100% 100%;
  background-image: url('../img/lm_dj2_white.png');
}
.song-item.load-method-user-manager.history .icon-load-method:before {
  width: 1.5rem;
  height: 1.5rem;
}
.song-item.load-method-user-manager.current .icon-load-method:before {
  display: inline-block;
  content: "";
  background-size: 100% 100%;
  background-image: url('../img/lm_dj2_white.png');
}
.song-item.load-method-user-manager.current .icon-load-method:before {
  width: 1.5rem;
  height: 1.5rem;
}
.region-icon-sm {
  background-size: 24px 24px;
  display: inline-block;
  width: 24px;
  height: 24px;
  content: "";
}
.region-icon-lg {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  min-width: 100%;
  min-height: 100%;
}
.region-sm-australia-pos {
  background-image: url('../img/region/AUPLAY_RGB_MINI_DARK@4x.png');
}
.region-sm-australia-neg {
  background-image: url('../img/region/AUPLAY_RGB_MINI_DARK@4x.png');
}
.region-lg-australia-pos {
  background-image: url('../img/region/australia_long@3x.png');
}
.region-lg-australia-neg {
  background-image: url('../img/region/australia_long_light@3x.png');
}
.region-sm-new_zealand-pos {
  background-image: url('../img/region/nz_pos.png');
}
.region-lg-new_zealand-pos {
  background-image: url('../img/region/nz_pos_long.png');
}
.region-sm-new_zealand-neg {
  background-image: url('../img/region/nz_neg.png');
}
.region-lg-new_zealand-neg {
  background-image: url('../img/region/nz_neg_long.png');
}
.array-view {
  width: 100%;
}
.array-view .song-item {
  border-bottom: 1px solid #ddd;
  background-color: #f3f3f3;
}
.array-view .song-item:hover {
  background: #ffffff;
}
.extended-info {
  padding-top: 10px;
}
#container-song-modal {
  z-index: 1031;
}
.modal-content .masonry-col {
  display: block;
}
.modal-content .thumbnail {
  float: right;
}
.modal-content .actions {
  margin: 0;
  text-align: center;
}
.modal-content .actions a {
  background: transparent;
  border: 0;
}
.modal-content .actions .icon-play,
.modal-content .actions .icon-plus,
.modal-content .actions .icon-eject,
.modal-content .actions .icon-search,
.modal-content .actions .icon-trash,
.modal-content .actions .icon-ban-circle,
.modal-content .actions .icon-info {
  margin-top: -2px;
  font-size: 26px;
  color: #ffffff;
}
.modal-content #song-next,
.modal-content #song-prev {
  background: #333333;
  border-color: #000000;
  color: #ffffff;
  text-align: center;
}
.modal-content #song-next button,
.modal-content #song-prev button {
  border-radius: 0 ;
}
.modal-content #song-next:hover,
.modal-content #song-prev:hover {
  background-color: #555555;
}
.modal-content .preview-player {
  color: #1ed760 !important;
}
.modal-content #PreviewPlayer {
  background-color: #333333;
  color: #ffffff;
  text-align: center;
  border-radius: 5px;
  padding-left: 28px;
  padding-top: 5px;
  padding-right: 27px;
  padding-bottom: 5px;
  margin-bottom: 7px;
}
.modal-content #PreviewPlayer button {
  border-radius: 0 ;
}
.modal-content #PreviewPlayer:hover {
  background-color: #555555;
}
.modal-content h1.rotates {
  -webkit-transform: rotate(-10deg);
  transform: rotate(-10deg);
  -webkit-transition: all 250ms;
  /* Safari */
  transition: all 250ms;
}
.modal-content h1.rotates:hover {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.modal-content h1 svg {
  width: 36px;
  height: 35px;
}
.modal-content h1.empty svg path {
  fill: transparent;
  stroke: #ffffff;
}
.modal-content h1.filled svg path {
  fill: #ffffff;
  stroke: #ffffff;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.song-selected {
  height: 40px;
  background: #dadddd;
  cursor: default;
}
.song-selected .title {
  display: inline-block;
  font-family: 'open_sanssemibold';
  color: #167694;
  cursor: default;
}
.song-selected .artist {
  display: inline-block;
  color: #555555;
  cursor: default;
}
.song-selected .additional-info {
  color: #000000;
}
#ul_import_export li {
  height: 30px;
}
#ul_import_export .active {
  height: 30px;
}
#ul_import_export a {
  height: 30px;
  padding-top: 2px;
}
#ul_import_export a:hover {
  background: grey !important;
}
.lists-gap-hide {
  padding-bottom: 0px!important;
}
.lists-gap-show {
  padding-bottom: 45px!important;
}
#tab-lists {
  padding: 0;
}
#tab-lists .callout-bottom {
  background: #167694;
  border-bottom-color: #333333;
}
#tab-lists .callout-bottom:after {
  border-top-color: #167694;
}
#tab-lists .callout-bottom:before {
  border-top-color: #333333;
}
/**@TODO fix**/
.unchecked {
  border: 2px solid #555555;
  border-radius: 50%;
  display: inline-block;
  padding: 0 5px;
  width: 25px;
  height: 25px;
}
.unchecked i {
  width: 10px;
  height: 10px;
}
.list-button-margin {
  margin-left: 10px;
}
.forceExpanded {
  left: 250px;
  /*Lucas A - dealing with the mini nav bar */
}
.forceExpanded.mini {
  left: 60px;
}
.forceRetracted {
  left: 0px;
}
.list-navbar {
  display: flex;
}
.well.lists {
  padding: 5px;
  margin: 5px 0;
}
.well.lists .loaded,
.well.lists .load {
  min-height: 40px;
  margin-bottom: 5px;
}
.well.lists span.title {
  float: left;
  padding: 0;
}
.well.lists span.description {
  float: none;
  height: 16px;
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
}
.well.lists span {
  padding-left: 0.2em;
}
/*----------------------------------------------------------------------------
--  Similar Lists
----------------------------------------------------------------------------*/
#container-dlg-similar-lists .body-container {
  height: 571px;
}
/*----------------------------------------------------------------------------
--  List Group Option - variant used in the selectmenuhtml
----------------------------------------------------------------------------*/
.list-group-option {
  height: 40px;
  background: #f3f3f3;
  padding: 0;
  border-top: 0 !important;
  border-right: 0 !important;
  border-bottom: 1px solid #ddd;
  border-left: 0 !important;
}
.list-group-option > div {
  display: inline-block;
}
.list-group-option .list-text {
  width: 87%;
  padding: 10px;
  padding-left: 15px;
}
.list-group-option .list-text .list-text-table {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.list-group-option .list-text .list-text-table > div {
  display: table-cell;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list-group-option .list-text .title {
  width: 80%;
  font-family: 'open_sanssemibold';
}
.list-group-option .list-text .simple-title {
  font-family: 'open_sanssemibold';
}
.list-group-option .list-text .description {
  width: 20%;
}
.list-group-option .status-bar {
  width: 13%;
  margin-top: 7px;
  padding-right: 5px;
}
.list-group-option .status-bar .icon-imported,
.list-group-option .status-bar .icon-searchable {
  margin-top: 2px;
}
.list-group-option:hover {
  background: none !important;
  cursor: pointer;
}
.list-group-option:hover .list-buttons,
.list-group-option:hover .list-dlg-buttons {
  visibility: visible;
}
.list-group-option .list-text:active,
.list-group-option .list-dlg-text:active {
  background: none !important;
  color: black !important;
}
/*----------------------------------------------------------------------------
--  List Group Item - main styles
----------------------------------------------------------------------------*/
.icon-stack i {
  font-size: 28px;
}
.icon-stack i.nm-icons-unchecked:hover,
.icon-stack i.nm-icons-checked-plus:hover {
  cursor: crosshair;
}
.icon-stack i.nm-icons-unchecked-disabled:hover,
.icon-stack i.nm-icons-checked-disabled:hover {
  cursor: initial;
}
.selset-title {
  text-align: center;
  font-size: 18px;
  background-color: #333333 !important;
}
.badge {
  color: #ffffff;
}
.badge.list-count {
  min-width: 60px;
  height: 26px;
  padding-top: 0.6em;
  padding-bottom: 0.6em;
  background: #333333;
  margin-left: 16px;
}
.badge-invisible.list-count {
  min-width: 60px;
  padding-top: 0.6em;
  padding-bottom: 0.6em;
  margin-left: 16px;
}
.karaoke.list-group,
.karaoke.bg {
  background: black;
}
.karaoke:not(.bg) {
  color: black;
}
.karaoke.invert-hover:hover {
  color: black !important;
  border: 1px solid black !important;
  background: none !important;
}
.ambient.list-group,
.ambient.bg {
  background: #2fccab;
}
.ambient:not(.bg) {
  color: #2fccab;
}
.ambient.invert-hover:hover {
  color: #2fccab !important;
  border: 1px solid #2fccab !important;
  background: none !important;
}
.custom.list-group,
.custom.bg {
  background: #acb62e;
}
.custom:not(.bg) {
  color: #acb62e;
}
.custom.invert-hover:hover {
  color: #acb62e !important;
  border: 1px solid #acb62e !important;
  background: none !important;
}
.general-bar.list-group,
.general-bar.bg {
  background: #85DA6F;
}
.general-bar.list-group.head,
.general-bar.bg.head {
  background: #91DD7D;
}
.general-bar:not(.bg) {
  color: #66ba2e;
}
.general-bar.invert-hover:hover {
  color: #66ba2e !important;
  border: 1px solid #66ba2e !important;
  background: none !important;
}
.dj-sets.list-group,
.dj-sets.bg {
  background: #000000;
}
.dj-sets:not(.bg) {
  color: #000000;
}
.dj-sets.invert-hover:hover {
  color: #000000 !important;
  border: 1px solid #000000 !important;
  background: none !important;
}
.fitness.list-group,
.fitness.bg {
  background: #122333;
}
.fitness.list-group.head,
.fitness.bg.head {
  background: #122333;
}
.fitness:not(.bg) {
  color: #122333;
}
.fitness.invert-hover:hover {
  color: #122333 !important;
  border: 1px solid #122333 !important;
  background: none !important;
}
.easy-cafe.list-group,
.easy-cafe.bg {
  background: #C463F1;
}
.easy-cafe.list-group.head,
.easy-cafe.bg.head {
  background: #CA73F2;
}
.easy-cafe:not(.bg) {
  color: #b02fec;
}
.easy-cafe.invert-hover:hover {
  color: #b02fec !important;
  border: 1px solid #b02fec !important;
  background: none !important;
}
.party-club.list-group,
.party-club.bg {
  background: #F565D1;
}
.party-club.list-group.head,
.party-club.bg.head {
  background: #F674D6;
}
.party-club:not(.bg) {
  color: #f230c1;
}
.party-club.invert-hover:hover {
  color: #f230c1 !important;
  border: 1px solid #f230c1 !important;
  background: none !important;
}
.negative.list-group,
.negative.bg {
  background: #e53030;
}
.negative:not(.bg) {
  color: #e53030;
}
.negative.invert-hover:hover {
  color: #e53030 !important;
  border: 1px solid #e53030 !important;
  background: none !important;
}
.specialty.list-group,
.specialty.bg {
  background: #ac3a2d;
}
.specialty:not(.bg) {
  color: #ac3a2d;
}
.specialty.invert-hover:hover {
  color: #ac3a2d !important;
  border: 1px solid #ac3a2d !important;
  background: none !important;
}
.spotify.bg {
  background: #1ed760;
}
.spotify:not(.bg) {
  color: #1ed760;
}
.spotify.invert-hover:hover {
  color: #1ed760 !important;
  border: 1px solid #1ed760 !important;
  background: none !important;
}
.my-spotify-own.bg {
  background: #5ab37f;
}
.my-spotify-own:not(.bg) {
  color: #5ab37f;
}
.my-spotify-own.invert-hover:hover {
  color: #5ab37f !important;
  border: 1px solid #5ab37f !important;
  background: none !important;
}
.unknown:not(.bg) {
  color: black;
}
.unknown.invert-hover:hover {
  color: black !important;
  border: 1px solid black !important;
  background: none !important;
}
.user-list.list-group,
.user-list.bg {
  background: #000000;
}
.user-list:not(.bg) {
  color: #000000;
}
.user-list.invert-hover:hover {
  color: #000000 !important;
  border: 1px solid #000000 !important;
  background: none !important;
}
.system-setting.bg {
  background: #31AFD6;
}
.system-setting:not(.bg) {
  color: #31AFD6;
}
.system-setting.invert-hover:hover {
  color: #31AFD6 !important;
  border: 1px solid #31AFD6 !important;
  background: none !important;
}
.back-to-top {
  margin-bottom: 5px;
}
.underline {
  text-decoration: underline;
}
@media (max-width: 480px) {
  ul#list-tabs li {
    font-size: 10px;
  }
}
.valid-icons {
  margin-top: 2px;
  margin-right: 10px;
  margin-left: -20px;
}
#spotify-guest-username {
  display: block;
  float: left;
  height: 31px;
  margin-top: 10px;
}
@media (min-width: 1024px) {
  #spotify-guest-username {
    margin-top: 2px;
  }
}
#spotify-guest-username select {
  width: 77%;
  float: right;
}
@media (min-width: 768px) {
  #spotify-guest-username select {
    width: 100%;
    float: none;
  }
}
.sm-top-mar {
  margin-top: 8px;
}
@media (min-width: 1024px) {
  .sm-top-mar {
    margin-top: 0px;
  }
}
#spotify-guest-text {
  text-align: center;
}
@media (min-width: 768px) {
  #spotify-guest-text {
    text-align: right;
  }
}
#undo-new-spotify-user {
  font-size: 20px;
  color: white;
  margin-left: -20px;
  margin-right: 10px;
  margin-top: 2px;
  padding: 3px 5px 3px 6px;
}
#undo-new-spotify-user:hover {
  color: #555555;
  background-color: #999999;
  border-radius: 5px;
  cursor: pointer;
}
#spotify-guest-panel {
  color: white;
  min-height: 35px;
  margin-top: 15px;
  margin-bottom: 15px;
}
#lists-guests-panel .panel-heading i {
  margin: -2px 9px 0 5px;
}
.guest-img {
  /* width:20%;
    height:50%;
    position:absolute;
    background-size:cover;
    right:40%;*/
  width: 32px;
  height: 32px;
  top: 0;
  left: 0;
  /*background-size:cover;
    background-repeat:no-repeat;
    background-position: center center;
    */
}
.list-circle {
  font-size: 22px !important;
  margin-left: -4px;
  color: green;
}
.icon-imported,
.icon-searchable {
  margin-top: 0px;
  width: 20px;
  height: 20px;
}
.list-group-lists {
  background: #555555;
  color: #ffffff;
}
.list-group-custom {
  background: #acb62e;
  color: #ffffff;
}
.list-group-djsets {
  background: #000000;
  color: #ffffff;
}
.list-group-easycafe {
  background: #b02fec;
  color: #ffffff;
}
.list-group-generalbar {
  background: #66ba2e;
  color: #ffffff;
}
.list-group-karaoke {
  background: #000000;
  color: #ffffff;
}
.list-group-partyclub {
  background: #f230c1;
  color: #ffffff;
}
.list-group-specialty {
  background: #ac3a2d;
  color: #ffffff;
}
.list-group-myspotify {
  background: #5ab37f;
  color: #ffffff;
}
.list-group-following {
  background: #167694;
  color: #ffffff;
}
.list-group-ambient {
  background: #2fccab;
  color: #ffffff;
}
.list-group-user-ambient {
  background: #000000;
  color: #ffffff;
}
.list-group-nightlife-custom {
  background: #acb62e;
  color: #ffffff;
}
.list-group-nightlife-djsets {
  background: #000000;
  color: #ffffff;
}
.list-group-nightlife-fitness {
  background: #122333;
  color: #ffffff;
}
.list-group-nightlife-easycafe {
  background: #b02fec;
  color: #ffffff;
}
.list-group-nightlife-generalbar {
  background: #66ba2e;
  color: #ffffff;
}
.list-group-nightlife-karaoke {
  background: #000000;
  color: #ffffff;
}
.list-group-nightlife-partyclub {
  background: #f230c1;
  color: #ffffff;
}
.list-group-nightlife-specialty {
  background: #ac3a2d;
  color: #ffffff;
}
.list-group-myspotify-own {
  background: #5ab37f;
  color: #ffffff;
}
.list-group-myspotify-following {
  background: #167694;
  color: #ffffff;
}
.list-group-ambient-sys {
  background: #2fccab;
  color: #ffffff;
}
.list-group-ambient-user {
  background: #000000;
  color: #ffffff;
}
.badge-invisible {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 10px;
  background: none !important;
}
/*----------------------------------------------------------------------------
--  Queue Lists Dialog
----------------------------------------------------------------------------*/
.dlg-queue-lists {
  width: 1100px !important;
  max-width: 90% !important;
  height: 76rem;
  max-height: 90% !important;
}
.dlg-queue-lists-body .selected-item {
  background-color: #222;
  padding-right: 12px;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.dlg-queue-lists-body .selected-item > .song-item {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.active > .scheduled-items-tab {
  color: #555;
}
.active > .scheduled-items-tab > div {
  color: #999;
}
.active > .scheduled-items-tab > span {
  font-weight: 600;
}
:not(.active) > .scheduled-items-tab {
  color: #fff;
}
:not(.active) > .scheduled-items-tab > div {
  color: rgba(255, 255, 255, 0.75);
}
@media screen and (max-width: 1024px) {
  .duration-section {
    flex-wrap: wrap;
  }
  .duration-section .section-divider-v {
    display: none !important;
  }
  .duration-section .section-divider-h {
    display: block !important;
  }
}
.list-controls {
  left: 0px;
}
.list-category-body {
  width: 100%;
}
#container-google-map {
  display: none;
}
#google-map {
  width: 100%;
  height: 100%;
}
#infowindow-content .title {
  font-weight: bold;
}
#infowindow-content {
  display: none;
}
#map #infowindow-content {
  display: inline;
}
.pac-card {
  margin: 10px 10px 0 0;
  border-radius: 2px 0 0 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  font-family: Roboto;
}
#pac-container {
  padding-bottom: 12px;
  margin-right: 12px;
}
.pac-container {
  z-index: 9999999;
}
.pac-controls {
  display: inline-block;
  padding: 5px 11px;
}
.pac-controls label {
  font-family: Roboto;
  font-size: 13px;
  font-weight: 300;
}
#pac-input {
  background: none #ffffff;
  border: 0px;
  border-radius: 2px;
  width: 60%;
  height: 40px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
  margin-top: 10px;
  margin-left: 12px;
  padding: 0 11px 0 13px;
  text-overflow: ellipsis;
}
#pac-input:disabled {
  opacity: 0.5;
}
#pac-input:focus {
  border-color: #4d90fe;
}
/*
#title {
  color: #fff;
  background-color: #4d90fe;
  font-size: 25px;
  font-weight: 500;
  padding: 6px 12px;
}
#target {
  width: 345px;
}
*/
body.tab-settings option.offline {
  background-color: #941616;
  color: #ffffff;
}
body.tab-settings #diagnostics-body {
  display: none;
}
body.tab-settings #dev-setting-body {
  display: none;
}
body.tab-settings form i {
  margin-right: 12px;
}
.nightlife-dlg,
#dlg-spotify-ask-login,
#dlg-spotify-ask-searchable,
#dlg-list-my-spotify-sort-type,
#dlg-reset-function-room,
#dlg-install,
#dlg-confirm-remove-song,
#dlg-confirm-bingo-restart .reset-password {
  text-align: center;
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  padding-bottom: 20px;
  z-index: 99999 !important;
}
.nightlife-dlg h5,
#dlg-spotify-ask-login h5,
#dlg-spotify-ask-searchable h5,
#dlg-list-my-spotify-sort-type h5,
#dlg-reset-function-room h5,
#dlg-install h5,
#dlg-confirm-remove-song h5,
#dlg-confirm-bingo-restart .reset-password h5 {
  font-size: 15px;
}
.nightlife-dlg h4,
#dlg-spotify-ask-login h4,
#dlg-spotify-ask-searchable h4,
#dlg-list-my-spotify-sort-type h4,
#dlg-reset-function-room h4,
#dlg-install h4,
#dlg-confirm-remove-song h4,
#dlg-confirm-bingo-restart .reset-password h4 {
  color: #000000;
}
.nightlife-dlg hr,
#dlg-spotify-ask-login hr,
#dlg-spotify-ask-searchable hr,
#dlg-list-my-spotify-sort-type hr,
#dlg-reset-function-room hr,
#dlg-install hr,
#dlg-confirm-remove-song hr,
#dlg-confirm-bingo-restart .reset-password hr {
  margin-top: -15px;
  margin-bottom: 20px;
  -webkit-filter: brightness(0.8);
  color: #555555;
}
.nightlife-dlg label,
#dlg-spotify-ask-login label,
#dlg-spotify-ask-searchable label,
#dlg-list-my-spotify-sort-type label,
#dlg-reset-function-room label,
#dlg-install label,
#dlg-confirm-remove-song label,
#dlg-confirm-bingo-restart .reset-password label {
  font-weight: bold;
}
.nightlife-dlg .btn,
#dlg-spotify-ask-login .btn,
#dlg-spotify-ask-searchable .btn,
#dlg-list-my-spotify-sort-type .btn,
#dlg-reset-function-room .btn,
#dlg-install .btn,
#dlg-confirm-remove-song .btn,
#dlg-confirm-bingo-restart .reset-password .btn {
  margin-top: 10px;
  width: 40%;
}
.nightlife-dlg .modal-body,
#dlg-spotify-ask-login .modal-body,
#dlg-spotify-ask-searchable .modal-body,
#dlg-list-my-spotify-sort-type .modal-body,
#dlg-reset-function-room .modal-body,
#dlg-install .modal-body,
#dlg-confirm-remove-song .modal-body,
#dlg-confirm-bingo-restart .reset-password .modal-body {
  padding: 0;
}
.nightlife-dlg .nm-icons-cross,
#dlg-spotify-ask-login .nm-icons-cross,
#dlg-spotify-ask-searchable .nm-icons-cross,
#dlg-list-my-spotify-sort-type .nm-icons-cross,
#dlg-reset-function-room .nm-icons-cross,
#dlg-install .nm-icons-cross,
#dlg-confirm-remove-song .nm-icons-cross,
#dlg-confirm-bingo-restart .reset-password .nm-icons-cross {
  font-size: 1.8em;
  padding: 0 5px;
  color: #999999;
  margin-top: 5px;
}
.nightlife-dlg .nm-icons-cross:hover,
#dlg-spotify-ask-login .nm-icons-cross:hover,
#dlg-spotify-ask-searchable .nm-icons-cross:hover,
#dlg-list-my-spotify-sort-type .nm-icons-cross:hover,
#dlg-reset-function-room .nm-icons-cross:hover,
#dlg-install .nm-icons-cross:hover,
#dlg-confirm-remove-song .nm-icons-cross:hover,
#dlg-confirm-bingo-restart .reset-password .nm-icons-cross:hover {
  color: #333333;
  cursor: pointer;
}
.nightlife-dlg input,
#dlg-spotify-ask-login input,
#dlg-spotify-ask-searchable input,
#dlg-list-my-spotify-sort-type input,
#dlg-reset-function-room input,
#dlg-install input,
#dlg-confirm-remove-song input,
#dlg-confirm-bingo-restart .reset-password input {
  padding: 5px;
  border: 1px solid;
}
#dlg-spotify-ask-searchable {
  background-color: cornsilk;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
#dlg-bingo-checker {
  text-align: center;
  padding-bottom: 20px;
}
#dlg-bingo-checker .btn {
  width: 40%;
}
#dlg-bingo-checker .modal-body {
  padding: 0;
}
#dlg-reset-function-room {
  height: 260px;
  min-height: 260px;
}
#dlg-reset-function-room #div-clear-playlist {
  text-align: left;
  margin-left: 5px;
}
#container-dlg-set-location .modal-dialog {
  width: 80%;
  height: 75%;
}
#dlg-set-location .map-container {
  position: relative;
  width: 100%;
  height: 100%;
}
#dlg-set-location .map-container span.loading {
  font-size: 20px;
  width: 100%;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
}
#dlg-confirm-remove-song {
  min-height: 200px;
}
.bingo-restart-modal .modal-dialog .modal-content {
  width: 80%;
  margin: 0 auto;
}
#dlg-confirm-bingo-restart {
  height: 230px;
  min-height: 230px;
}
#dlg-confirm-bingo-restart modal-body {
  padding-top: 10px;
}
#dlg-confirm-bingo-restart hr {
  margin-top: 0;
  margin-bottom: 0;
}
#dlg-confirm-bingo-restart h5 {
  text-align: center;
}
#dlg-confirm-bingo-restart .buttons {
  text-align: center;
}
#dlg-confirm-bingo-restart .buttons button {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  padding-right: 25px;
}
#dlg-bingo-checker {
  height: 422px;
  min-height: 422px;
}
.dlg-spotify-ask-searchable .modal-dialog .modal-content,
.dlg-bingo-checker-modal .modal-dialog .modal-content {
  width: 70%;
  margin: 0 auto;
}
#txtRemoveComment {
  width: 100%;
  height: 100px;
  min-height: 100px;
  color: Gray;
  white-space: normal;
  font-size: 14px;
  word-wrap: break-word;
}
.onsite-access-control {
  flex: 1;
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: row;
  align-items: center;
}
.onsite-access-control > * {
  margin: 0 2px;
}
.onsite-access-control input {
  flex: 1;
  font-weight: bold;
  text-align: center;
}
.onsite-access-control input:not(:disabled):not(.ui-state-disabled):not(.toggle-control-input) {
  border: 1px solid #888 !important;
}
.onsite-access-control input:not(:disabled):not(.ui-state-disabled):not(.toggle-control-input):hover {
  border: 1px solid #222 !important;
}
.onsite-access-control input.valid {
  background: rgba(113, 206, 152, 0.33333333);
}
.onsite-access-control input.invalid {
  background: rgba(204, 25, 25, 0.33333333);
}
.onsite-access-control .verify-group > div {
  padding: 0 5px;
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#settings-onsite input.valid {
  background: rgba(113, 206, 152, 0.33333333);
}
#settings-onsite input.invalid {
  background: rgba(204, 25, 25, 0.33333333);
}
.control-disabled {
  opacity: 0.35;
  background-image: none;
  pointer-events: none;
}
.audio-delay .input-combo .nl-number {
  width: 7.5em;
}
.audio-delay .input-combo .nl-number input {
  width: 100%;
  text-align: right;
}
.audio-delay .input-combo .nl-number .unit {
  color: #888;
  font-weight: bold;
  width: 2.5em;
  margin-right: 0.5em;
  margin-left: -0.4em;
  position: relative;
}
.audio-delay .input-combo .nl-number .unit span {
  position: absolute;
  bottom: 0.75em;
}
.audio-delay .input-combo .nl-number,
.audio-delay .input-combo input {
  font-size: 1.75em;
  font-weight: bold;
}
.wstester label {
  margin: 0;
  font-weight: bold;
}
.wstester button {
  display: flex;
  flex-direction: row !important;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  height: 3rem;
  padding: 0.5rem 1rem;
  border: 1px solid #eee;
  background-color: #ddd;
  font-family: 'open_sanssemibold';
  font-weight: bold;
}
.wstester button:hover {
  background-color: #ccc;
}
.wstester textarea {
  padding: 0.5rem;
  font-family: monospace;
}
.wstester input,
.wstester select {
  height: 3rem;
  padding: 0.5rem;
  font-family: 'open_sanssemibold';
}
.wstester textarea,
.wstester input {
  border: 1px solid #aaa;
  background-color: #fff;
  font-weight: bold;
}
.wstester .message-log li .header {
  background-color: #eee;
}
.wstester .message-log li .content {
  background-color: #f8f8f8;
}
.wstester .message-log li:hover div:first-child {
  background-color: #ddd;
}
.wstester .message-log .datetime {
  font-family: 'open_sanssemibold';
  color: #333;
}
@keyframes fade-in-out {
  0%,
  100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
.wstester .fade-in-out {
  opacity: 0;
}
.wstester .fade-in-out.in {
  animation: fade-in-out 3s linear;
}
/****************************************************************************/
/****************** NIGHTLIFE VIDEO OUTPUT PANEL STYLES *********************/
/*  Nightlife Panels extend bootstrap's .panel class
/*  General structure is: .panel > panel-heading and panel-body
/*  You can also have panel-footer, just insert a <div> under panel-body
/*  with the panel-footer class.
/****************************************************************************/
/*  For video output, these are for both the 'visuals' panel */
/*  And the Video Switcher on the Digital Signage page */
/****************************************************************************/
.video-output {
  background: #fbfbfb;
}
.video-output .panel-heading.callout-bottom {
  background: #eee;
}
.video-output .panel-heading.callout-bottom:after {
  border-top-color: #eee;
}
.video-output .panel-footer {
  background: #333 !important;
}
.video-output .content-controls button:hover {
  background: #dadddd;
}
.video-output .content-controls button:active {
  background: #ffffff;
}
.video-output label.radio {
  font-weight: normal;
}
.video-output label.active:not(.locked) > span {
  color: #5ab37f;
}
.video-output label.active.locked > .ko-radio-button > input[type=radio]:checked ~ span:after {
  background-color: #007fd0 !important;
}
.video-output label.active.locked > span {
  color: #007fd0;
}
.video-output label:not(.active) > span {
  color: #777;
}
.video-output label:hover.clickable.active:not(.locked) > span {
  color: #407c59;
}
.video-output label:hover.clickable.active.locked > .ko-radio-button input[type=radio]:not(:disabled):checked ~ span:after {
  background-color: #167694 !important;
}
.video-output label:hover.clickable.active.locked > span {
  color: #167694;
}
.video-output label:hover.clickable:not(.active) > span {
  color: #444;
}
/* some vars */
.pane-visuals {
  width: 100% !important;
  height: 100% !important;
}
.pane-visuals .outputs {
  width: 100%;
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: row;
  justify-content: space-evenly;
}
/* CONTAINER */
.video-output.advertising-control .panel .panel-heading h4 span {
  font-size: 1.3rem;
}
.video-output.advertising-control .panel .panel-body {
  height: auto;
}
.video-output.advertising-control .panel .content-controls .btn {
  padding: 2px 10px;
}
#container-dlg-rng > .modal-dialog,
#container-dlg-bingo > .modal-dialog,
#container-dlg-rng-file-setting > .modal-dialog {
  height: 700px;
}
#container-dlg-rng > .modal-dialog .body-container,
#container-dlg-bingo > .modal-dialog .body-container,
#container-dlg-rng-file-setting > .modal-dialog .body-container {
  padding: 0 !important;
}
#container-dlg-rng > .modal-dialog,
#container-dlg-bingo > .modal-dialog {
  width: 90%;
  max-width: 900px;
  height: 90%;
}
#container-dlg-rng-file-setting .modal-dialog {
  width: 80%;
  max-width: 1024px;
}
.bingo-view,
.rng-view,
#dlg-rng-file-setting-detail {
  width: 100% !important;
  height: 100% !important;
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: column;
  align-items: center;
}
.bingo-view .panel-body,
.rng-view .panel-body,
#dlg-rng-file-setting-detail .panel-body {
  width: 100% !important;
  height: 100% !important;
  max-width: unset;
  padding: 0;
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: column;
}
.bingo-view .body,
.rng-view .body,
#dlg-rng-file-setting-detail .body {
  position: relative;
  width: 100%;
  flex: 1;
}
.bingo-view .controls .form-group,
.rng-view .controls .form-group,
#dlg-rng-file-setting-detail .controls .form-group {
  margin: 0;
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: row;
}
.bingo-view .controls .form-group button,
.rng-view .controls .form-group button,
#dlg-rng-file-setting-detail .controls .form-group button {
  font-size: 20px;
  border: 0;
  border-radius: 0px;
  background: white;
  color: black;
}
.bingo-view .controls .form-group button:hover,
.rng-view .controls .form-group button:hover,
#dlg-rng-file-setting-detail .controls .form-group button:hover {
  background: #555555;
  cursor: pointer;
  color: white;
}
.bingo-view .controls .form-group button:active,
.rng-view .controls .form-group button:active,
#dlg-rng-file-setting-detail .controls .form-group button:active {
  background: #ffffff;
}
.bingo-view .controls .form-group button i,
.rng-view .controls .form-group button i,
#dlg-rng-file-setting-detail .controls .form-group button i,
.bingo-view .controls .form-group button span,
.rng-view .controls .form-group button span,
#dlg-rng-file-setting-detail .controls .form-group button span {
  vertical-align: middle;
}
.bingo-view .controls .form-group button i:first-child,
.rng-view .controls .form-group button i:first-child,
#dlg-rng-file-setting-detail .controls .form-group button i:first-child {
  margin-right: 4px;
}
.bingo-view .controls .form-group button i:last-child,
.rng-view .controls .form-group button i:last-child,
#dlg-rng-file-setting-detail .controls .form-group button i:last-child {
  margin-left: 4px;
}
.bingo-view .controls .form-group button span,
.rng-view .controls .form-group button span,
#dlg-rng-file-setting-detail .controls .form-group button span {
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  color: inherit;
}
.bingo-view .body-container .grid {
  height: 100%;
  font: 2em Arial, sans-serif;
  display: grid;
  grid-template-columns: repeat(10, 10%);
}
.bingo-view .body-container .grid > * {
  justify-self: center;
  align-self: center;
}
.bingo-view .body-container .number {
  width: 2em;
  height: 2em;
  line-height: 2em;
  border-radius: 100%;
  text-align: center;
  behavior: url(PIE.htc);
  /* remove if you don't care about IE8 */
  background: #666666;
  color: #e0e0e0;
}
.bingo-view .body-container .number.highlight,
.bingo-view .body-container .number.active {
  color: white !important;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 15px 0px;
}
.bingo-view .body-container .number.highlight {
  background: #0064D0 !important;
  font-weight: normal;
}
.bingo-view .body-container .number.active {
  background: #5ab37f !important;
}
.bingo-view .body-container .numberDrawn {
  width: 150px;
  height: 150px;
  padding: 15px;
  border-radius: 50%;
  text-align: center;
  font: 100px Arial, sans-serif;
  behavior: url(PIE.htc);
  /* remove if you don't care about IE8 */
  background: #5ab37f !important;
  color: white !important;
  border: 4px solid white;
  position: absolute;
  top: 30%;
  left: 40%;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 200ms, opacity 200ms linear;
}
.bingo-view .body-container .numberDrawn.visible {
  transition: opacity 200ms linear;
}
.rng-view {
  position: relative;
}
.rng-view .container {
  padding-top: 15px;
}
.rng-view .form-group {
  margin-left: 15px;
  margin-right: 15px;
}
.rng-view .form-group > *:not(:last-child) {
  margin: 0;
  margin-right: 15px;
}
.rng-view .form-group input {
  padding: 3px 5px;
}
.rng-view .form-group input[type=number] {
  width: 4em;
  text-align: center;
}
.rng-view .navbar,
.rng-view .tab-content {
  width: 100%;
  min-height: 0;
  margin: 0;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid transparent;
}
.rng-view label > label {
  margin: 0;
}
.rng-view input[type=checkbox],
.rng-view input[type=radio] {
  transform: scale(1.5);
}
.rng-view .body {
  flex: 1;
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: column;
}
.rng-view .body p,
.rng-view .body span,
.rng-view .body label {
  font-size: 14px;
}
.rng-view .body .row:not(.lists) {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: row;
  align-items: center;
}
.rng-view .body .row.lists {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: row;
  flex: 1;
}
.rng-view .body :not(.lists) .form-group {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: row;
  align-items: center;
  flex: 1;
}
.rng-view .body .lists {
  margin-bottom: 10px;
}
.rng-view .body .box .asset-list-container {
  flex: 1;
}
.rng-view .body .box .foot {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: row;
  align-items: center;
}
.rng-view .body .box .foot input {
  flex: 1;
}
.rng-view .body .asset-list-container {
  overflow: auto;
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: column;
  flex-wrap: wrap;
}
.rng-view .body .asset-list-container > div {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: row;
  align-items: center;
  position: relative;
}
.rng-view .body .exclude-list .asset-list-container > div {
  height: 25px;
  padding: 0 5px;
  background-color: white;
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: row;
  flex-wrap: wrap;
}
.rng-view .body .exclude-list .asset-list-container > div i {
  margin-right: 8px;
  left: 0;
  font-size: 17px;
}
.rng-view .body .exclude-list .asset-list-container > div span {
  color: inherit;
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.rng-view .body .exclude-list .asset-list-container > div.clickable:hover {
  background-color: #ccc !important;
}
.rng-view .body .exclude-list .asset-list-container > div.clickable:hover i {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: left 100ms linear;
}
.rng-view .body .exclude-list .asset-list-container > div.clickable:hover span {
  visibility: hidden;
}
.rng-view .body .drawn-list .asset-list-container > div {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: row;
  align-items: center;
  padding: 2px 5px;
  color: #71ce98;
}
.rng-view .body .drawn-list .asset-list-container > div span {
  color: inherit;
  font-size: 1.33em;
  font-weight: bold;
  word-break: break-word;
}
.rng-view .body .member-list .head {
  display: flex;
  justify-content: space-between;
}
.rng-view .body .member-list .head i {
  margin: 0 0.25em 0 0.5em;
}
.rng-view .body .member-list .asset-list-container {
  flex-wrap: nowrap;
}
.rng-view .body .member-list .asset-list-container > div {
  padding: 2px 5px;
  min-height: unset;
}
.rng-view .body .member-list .asset-list-container > div span {
  color: inherit;
  font-size: 1.33em;
  font-weight: bold;
  white-space: nowrap;
}
.rng-view .body .member-list .asset-list-container > div > div {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.rng-view .body .member-list .asset-list-container > div span {
  margin-right: 10px;
}
.rng-view .body .draw-mode > label {
  text-align: center;
}
.rng-view .controls {
  padding: 0;
}
.rng-view .reveal {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.rng-view .reveal > * {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.rng-view .rng-output {
  background-color: black;
}
.rng-view .animation-boxes {
  display: grid;
  grid-template-columns: repeat(10, 10%);
}
.rng-view .animation-boxes > div {
  width: 60px;
  height: 60px;
  margin: 1px 0 0 1px;
  padding: 9px;
  border: 1px solid black;
  font: 26px Arial, sans-serif;
  font-weight: bold;
  text-align: center;
  behavior: url(PIE.htc);
  background: grey;
  color: inherit;
  opacity: 0.4;
}
.rng-view .animation-boxes > div.active {
  background: yellow;
  color: black;
  opacity: 1;
}
.rng-view .drawn-display,
.rng-view .none-left-display {
  background: black !important;
  color: white !important;
  behavior: url(PIE.htc);
  /* remove if you don't care about IE8 */
}
@keyframes scaleIn {
  from {
    transform: translate(-50%, -50%) scale(0.25, 0.25);
    opacity: 0;
  }
  to {
    transform: translate(-50%, -50%) scale(1, 1);
    opacity: 1;
  }
}
.rng-view .drawn-display {
  padding: 0.5em;
  border: 4px solid yellow;
  border-radius: 50%;
  font: 100px Arial, sans-serif;
  text-align: center;
  overflow: hidden;
  animation: scaleIn 500ms cubic-bezier(0.36, 0.11, 0.89, 0.32);
}
.rng-view .none-left-display {
  width: 400px;
  height: 150px;
  padding: 35px;
  background: black !important;
  color: white !important;
  border: 4px solid red;
  border-radius: 3%;
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.rng-view .none-left-display span {
  font: 45px Arial, sans-serif;
  text-align: center;
}
#dlg-rng,
#dlg-bingo,
#dlg-rng-file-setting {
  height: 100%;
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: column;
}
#dlg-rng .modal-body,
#dlg-bingo .modal-body,
#dlg-rng-file-setting .modal-body {
  min-height: 0;
  flex: 1;
}
#dlg-bingo,
#dlg-rng,
#dlg-rng-file-setting {
  padding: 1px;
}
#dlg-bingo #rng-tabs,
#dlg-rng #rng-tabs,
#dlg-rng-file-setting #rng-tabs {
  width: 100%;
}
#dlg-bingo .modal-heading h4,
#dlg-rng .modal-heading h4,
#dlg-rng-file-setting .modal-heading h4 {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#dlg-bingo .modal-body,
#dlg-rng .modal-body,
#dlg-rng-file-setting .modal-body {
  padding: 0px !important;
}
#dlg-bingo .bingo-controls,
#dlg-rng .bingo-controls,
#dlg-rng-file-setting .bingo-controls,
#dlg-bingo .rng-controls,
#dlg-rng .rng-controls,
#dlg-rng-file-setting .rng-controls,
#dlg-bingo .rng-file-setting-controls,
#dlg-rng .rng-file-setting-controls,
#dlg-rng-file-setting .rng-file-setting-controls {
  text-align: center;
}
#dlg-bingo .bingo-controls button.btn,
#dlg-rng .bingo-controls button.btn,
#dlg-rng-file-setting .bingo-controls button.btn,
#dlg-bingo .rng-controls button.btn,
#dlg-rng .rng-controls button.btn,
#dlg-rng-file-setting .rng-controls button.btn,
#dlg-bingo .rng-file-setting-controls button.btn,
#dlg-rng .rng-file-setting-controls button.btn,
#dlg-rng-file-setting .rng-file-setting-controls button.btn {
  font-size: 20px;
  border-radius: 0px;
  border: 0;
  background: white;
}
#dlg-bingo .bingo-controls button.btn:hover,
#dlg-rng .bingo-controls button.btn:hover,
#dlg-rng-file-setting .bingo-controls button.btn:hover,
#dlg-bingo .rng-controls button.btn:hover,
#dlg-rng .rng-controls button.btn:hover,
#dlg-rng-file-setting .rng-controls button.btn:hover,
#dlg-bingo .rng-file-setting-controls button.btn:hover,
#dlg-rng .rng-file-setting-controls button.btn:hover,
#dlg-rng-file-setting .rng-file-setting-controls button.btn:hover {
  background: #555555;
  cursor: pointer;
  color: white;
}
#dlg-bingo .bingo-controls button.btn:active,
#dlg-rng .bingo-controls button.btn:active,
#dlg-rng-file-setting .bingo-controls button.btn:active,
#dlg-bingo .rng-controls button.btn:active,
#dlg-rng .rng-controls button.btn:active,
#dlg-rng-file-setting .rng-controls button.btn:active,
#dlg-bingo .rng-file-setting-controls button.btn:active,
#dlg-rng .rng-file-setting-controls button.btn:active,
#dlg-rng-file-setting .rng-file-setting-controls button.btn:active {
  background: #ffffff;
}
#dlg-bingo .bingo-controls span,
#dlg-rng .bingo-controls span,
#dlg-rng-file-setting .bingo-controls span,
#dlg-bingo .rng-controls span,
#dlg-rng .rng-controls span,
#dlg-rng-file-setting .rng-controls span,
#dlg-bingo .rng-file-setting-controls span,
#dlg-rng .rng-file-setting-controls span,
#dlg-rng-file-setting .rng-file-setting-controls span {
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
}
#dlg-bingo .bingo-controls i,
#dlg-rng .bingo-controls i,
#dlg-rng-file-setting .bingo-controls i,
#dlg-bingo .rng-controls i,
#dlg-rng .rng-controls i,
#dlg-rng-file-setting .rng-controls i,
#dlg-bingo .rng-file-setting-controls i,
#dlg-rng .rng-file-setting-controls i,
#dlg-rng-file-setting .rng-file-setting-controls i,
#dlg-bingo .bingo-controls span,
#dlg-rng .bingo-controls span,
#dlg-rng-file-setting .bingo-controls span,
#dlg-bingo .rng-controls span,
#dlg-rng .rng-controls span,
#dlg-rng-file-setting .rng-controls span,
#dlg-bingo .rng-file-setting-controls span,
#dlg-rng .rng-file-setting-controls span,
#dlg-rng-file-setting .rng-file-setting-controls span {
  vertical-align: middle;
}
#dlg-rng-file-setting-detail {
  width: 100%;
  max-width: 100%;
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: column;
}
#dlg-rng-file-setting-detail label,
#dlg-rng-file-setting-detail span {
  margin: 0;
}
#dlg-rng-file-setting-detail input {
  margin-left: 5px;
  text-align: center;
  border: 1px solid;
}
#dlg-rng-file-setting-detail input[type=checkbox] {
  transform: scale(1.25);
}
#dlg-rng-file-setting-detail select {
  font-size: 18px;
}
#dlg-rng-file-setting-detail button {
  width: 100%;
}
#dlg-rng-file-setting-detail hr {
  -webkit-filter: brightness(0.4);
  color: #555555;
  margin-top: 30px;
}
#dlg-rng-file-setting-detail .top {
  padding: 3px 0;
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: row;
  align-items: center;
}
#dlg-rng-file-setting-detail .top > div {
  flex: 1;
}
#dlg-rng-file-setting-detail .offset-row {
  width: 50%;
  flex: unset !important;
}
#dlg-rng-file-setting-detail .offset-row input {
  width: 6em;
}
#dlg-rng-file-setting-detail .total-row-col {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}
#dlg-rng-file-setting-detail .csv-preview {
  position: relative;
  width: 100%;
  height: 100%;
}
#dlg-rng-file-setting-detail .csv-preview .wrap {
  width: 100% !important;
  height: 100% !important;
  overflow: auto;
}
#dlg-rng-file-setting-detail .layout-controls > span {
  font-weight: bold;
  font-size: 1.25em;
}
#dlg-rng-file-setting-detail .layout-controls .asset-list-container {
  margin: 3em 0 !important;
  overflow: hidden;
}
#dlg-rng-file-setting-detail .layout-controls table {
  font-size: 1.25em;
}
#dlg-rng-file-setting-detail .layout-controls table .head th > div > span {
  cursor: move;
}
#dlg-rng-file-setting-detail .csv-preview .asset-list-container,
#dlg-rng-file-setting-detail .layout-controls .asset-list-container {
  position: relative;
  width: 100%;
}
#dlg-rng-file-setting-detail .csv-preview .asset-list-container .text,
#dlg-rng-file-setting-detail .layout-controls .asset-list-container .text {
  color: black;
}
#dlg-rng-file-setting-detail .csv-preview .asset-list-container .head th,
#dlg-rng-file-setting-detail .layout-controls .asset-list-container .head th {
  background: #e0e0e0;
  border-bottom: 1px solid #999;
  position: sticky;
  top: 0;
}
#dlg-rng-file-setting-detail .csv-preview .asset-list-container .head th:not(:last-child),
#dlg-rng-file-setting-detail .layout-controls .asset-list-container .head th:not(:last-child) {
  border-right: 1px solid #999;
}
#dlg-rng-file-setting-detail .csv-preview .asset-list-container .head th:not(:last-child).link,
#dlg-rng-file-setting-detail .layout-controls .asset-list-container .head th:not(:last-child).link {
  border-right: 1px solid white;
}
#dlg-rng-file-setting-detail .csv-preview .asset-list-container .head th.link,
#dlg-rng-file-setting-detail .layout-controls .asset-list-container .head th.link,
#dlg-rng-file-setting-detail .csv-preview .asset-list-container .head th.linked,
#dlg-rng-file-setting-detail .layout-controls .asset-list-container .head th.linked {
  background: white;
}
#dlg-rng-file-setting-detail .csv-preview .asset-list-container .head th > div,
#dlg-rng-file-setting-detail .layout-controls .asset-list-container .head th > div {
  align-items: center;
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: row;
  justify-content: space-between;
}
#dlg-rng-file-setting-detail .csv-preview .asset-list-container .head th > div > span,
#dlg-rng-file-setting-detail .layout-controls .asset-list-container .head th > div > span {
  flex: 1;
}
#dlg-rng-file-setting-detail .csv-preview .asset-list-container .head th > div > :not(:first-child),
#dlg-rng-file-setting-detail .layout-controls .asset-list-container .head th > div > :not(:first-child) {
  margin: 0 10px;
}
#dlg-rng-file-setting-detail .csv-preview .asset-list-container .head th > div > .link,
#dlg-rng-file-setting-detail .layout-controls .asset-list-container .head th > div > .link {
  margin-right: 0;
}
#dlg-rng-file-setting-detail .csv-preview .asset-list-container .head th > div > .link.i-link,
#dlg-rng-file-setting-detail .layout-controls .asset-list-container .head th > div > .link.i-link {
  color: #5ab37f;
}
#dlg-rng-file-setting-detail .csv-preview .asset-list-container .head th > div,
#dlg-rng-file-setting-detail .layout-controls .asset-list-container .head th > div,
#dlg-rng-file-setting-detail .csv-preview .asset-list-container .body td > div,
#dlg-rng-file-setting-detail .layout-controls .asset-list-container .body td > div {
  height: 30px;
  padding: 0 10px;
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: row;
  align-items: center;
}
#dlg-rng-file-setting-detail .csv-preview .asset-list-container .head th > div.disabled > *,
#dlg-rng-file-setting-detail .layout-controls .asset-list-container .head th > div.disabled > *,
#dlg-rng-file-setting-detail .csv-preview .asset-list-container .body td > div.disabled > *,
#dlg-rng-file-setting-detail .layout-controls .asset-list-container .body td > div.disabled > * {
  color: #bbb;
}
#dlg-rng-file-setting-detail .text-container {
  width: 800px;
  height: 370px;
  background-color: black;
}
#dlg-rng-file-setting-detail .text-container .title {
  color: #4A91E5;
  font-family: 'Oswald';
  text-align: center;
}
#dlg-rng-file-setting-detail .text-container .winner {
  flex: 1;
  text-align: center;
}
#dlg-rng-file-setting-detail .text-container .winner > span {
  margin: 0;
  padding: 0;
  border: 0;
  background-color: transparent;
  color: #CEAF1E;
  font-family: 'Oswald';
}
#dlg-rng-file-setting-detail .text-container .previous-text {
  margin-left: 3%;
  color: #A6C8F2;
  font-family: 'Oswald';
}
#dlg-rng-file-setting-detail .text-container .previous {
  color: #A6C8F2;
  font-family: 'Oswald';
}
#dlg-rng-file-setting-detail .text-container .previous > div {
  min-height: 45px;
}
#dlg-rng-file-setting-detail .text-container .previous > div > span {
  flex: 1;
  text-align: center;
}
#dlg-rng-file-setting-detail .text-container .previous .top > span:first-child {
  color: #F2C1FF;
}
#dlg-rng-advanced .member-updated {
  text-align: center;
}
#dlg-rng-advanced .progress-bar {
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 0;
  width: 42.5%;
  height: 100%;
  margin-top: 35px;
  margin-left: 5px;
  border-radius: 5px;
}
#dlg-rng-advanced .progress-bar .progress-bar-line {
  height: 20px;
  margin-top: 7px;
  padding: 1px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: transparent;
}
#dlg-rng-advanced .progress-bar .progress-bar-line .ui-widget-header {
  border-color: #7dc39a;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #7dc39a;
}
#dlg-rng-advanced .progress-bar .progress-bar-line .ui-progressbar-value {
  margin: 0;
}
#dlg-rng-advanced .progress-bar .progress-bar-text {
  float: right;
  margin-top: 9px;
  margin-left: 10px;
  color: #333333;
  font-size: 11px;
  font-family: 'open_sanssemibold';
  text-align: center;
}
#dlg-bingo-checker {
  padding: 1px;
}
#dlg-bingo-checker .modal-heading h4 {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#dlg-bingo-checker .modal-body {
  padding: 0px !important;
}
#dlg-bingo-checker .modal-body .checker-controls {
  text-align: center;
  padding-top: 2px;
}
#dlg-bingo-checker .modal-body .checker-controls button.btn {
  font-size: 18px;
  border: 0;
  border-radius: 0px;
  background: white;
}
#dlg-bingo-checker .modal-body .checker-controls button.btn:hover {
  background: #555555;
  color: white;
  padding-top: 2px;
  cursor: pointer;
}
#dlg-bingo-checker .modal-body .checker-controls button.btn:active {
  background: #ffffff;
}
#dlg-bingo-checker .modal-body .checker-controls span {
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
}
#dlg-bingo-checker .modal-body .checker-controls i,
#dlg-bingo-checker .modal-body .checker-controls span {
  vertical-align: middle;
}
#dlg-bingo-checker #dlg-checker-detail {
  background-color: #DAC29E;
}
#dlg-bingo-checker #dlg-checker-detail p {
  color: white;
  font-size: 17px;
}
#dlg-bingo-checker #dlg-checker-detail input {
  margin-left: 5px;
  border-radius: 5px;
}
#dlg-bingo-checker #dlg-checker-detail select {
  width: 100%;
  height: 245px;
  height: 13em;
  font-size: 18px;
  border-radius: 5px;
}
#dlg-bingo-checker #dlg-checker-detail button {
  width: 45%;
}
#dlg-bingo-checker #dlg-checker-detail #txtTitle {
  width: 80%;
}
#dlg-bingo-checker #dlg-checker-detail {
  height: 338px;
  padding-top: 15px;
}
#dlg-bingo-checker #dlg-checker-detail .asset-list-container {
  height: 260px;
  line-height: 5px;
  border-radius: 5px;
  margin-top: 15px;
}
#dlg-bingo-checker #dlg-checker-detail .asset-list-container .asset-list-body {
  height: 255px;
  padding-top: 10px;
  padding-bottom: 10px;
}
#dlg-bingo-checker #dlg-checker-detail .fa-times:hover {
  color: #007fd0;
  cursor: pointer;
}
.music-zones .header-button:hover {
  background: #06171d;
}
@media screen and (max-width: 768px) {
  .music-zones .header-button span {
    display: none;
  }
}
.music-zones .connect-via .disabled {
  opacity: 0.75;
}
.music-zones .customBtn1 {
  color: white;
  background-color: #06171d;
  border-color: white;
}
.music-zones .customBtn1:hover,
.music-zones .customBtn1:focus,
.music-zones .customBtn1:active,
.music-zones .customBtn1.active,
.open .dropdown-toggle.music-zones .customBtn1 {
  color: white;
  background-color: #000000;
  border-color: #e0e0e0;
}
.music-zones .customBtn1:active,
.music-zones .customBtn1.active,
.open .dropdown-toggle.music-zones .customBtn1 {
  background-image: none;
}
.music-zones .customBtn1.disabled,
.music-zones .customBtn1[disabled],
fieldset[disabled] .music-zones .customBtn1,
.music-zones .customBtn1.disabled:hover,
.music-zones .customBtn1[disabled]:hover,
fieldset[disabled] .music-zones .customBtn1:hover,
.music-zones .customBtn1.disabled:focus,
.music-zones .customBtn1[disabled]:focus,
fieldset[disabled] .music-zones .customBtn1:focus,
.music-zones .customBtn1.disabled:active,
.music-zones .customBtn1[disabled]:active,
fieldset[disabled] .music-zones .customBtn1:active,
.music-zones .customBtn1.disabled.active,
.music-zones .customBtn1[disabled].active,
fieldset[disabled] .music-zones .customBtn1.active {
  background-color: #06171d;
  border-color: white;
}
.music-zones .customBtn1:hover {
  background-color: #444;
}
.music-zones .customBtn2 {
  color: #06171d;
  background-color: white;
  border-color: white;
  font-weight: bold;
}
.music-zones .customBtn2:hover,
.music-zones .customBtn2:focus,
.music-zones .customBtn2:active,
.music-zones .customBtn2.active,
.open .dropdown-toggle.music-zones .customBtn2 {
  color: #06171d;
  background-color: #ebebeb;
  border-color: #e0e0e0;
}
.music-zones .customBtn2:active,
.music-zones .customBtn2.active,
.open .dropdown-toggle.music-zones .customBtn2 {
  background-image: none;
}
.music-zones .customBtn2.disabled,
.music-zones .customBtn2[disabled],
fieldset[disabled] .music-zones .customBtn2,
.music-zones .customBtn2.disabled:hover,
.music-zones .customBtn2[disabled]:hover,
fieldset[disabled] .music-zones .customBtn2:hover,
.music-zones .customBtn2.disabled:focus,
.music-zones .customBtn2[disabled]:focus,
fieldset[disabled] .music-zones .customBtn2:focus,
.music-zones .customBtn2.disabled:active,
.music-zones .customBtn2[disabled]:active,
fieldset[disabled] .music-zones .customBtn2:active,
.music-zones .customBtn2.disabled.active,
.music-zones .customBtn2[disabled].active,
fieldset[disabled] .music-zones .customBtn2.active {
  background-color: white;
  border-color: white;
}
@media (max-width: 768px) {
  .music-zones .customBtn1,
  .music-zones .customBtn2 {
    min-width: 140px;
  }
}
.music-zones .btn-mode {
  background-image: url('../img/controls/switch_web.9_new.png');
  background-size: cover;
}
.music-zones .btn-mode.active {
  background-image: url('../img/controls/switch_local.9_new.png');
}
.music-zones #music-zone-list .rowlist:not(.clickable) {
  background-image: #f3f4f3;
  cursor: default;
}
.music-zones #music-zone-list .rowlist.clickable:hover {
  background: #ffffff;
}
.music-zones #music-zone-list .badgeOnline {
  background-color: #5ab37f;
  font-weight: normal;
}
.music-zones #music-zone-list .badgeOffline {
  background-color: #941616;
  font-weight: normal;
}
.music-zones #music-zone-list .badgeInProgress {
  background-color: #F4D978;
  font-weight: normal;
}
.music-zones #music-zone-list .badgeOnlineUnavailable {
  background-color: #000000;
  font-weight: normal;
}
.music-zones .manual-connect-container,
.music-zones .zone-select-discover {
  /* MEDIUM SCREENS */
  /* LARGE SCREENS */
}
.music-zones .manual-connect-container button,
.music-zones .zone-select-discover button,
.music-zones .manual-connect-container input,
.music-zones .zone-select-discover input,
.music-zones .manual-connect-container label,
.music-zones .zone-select-discover label {
  display: block;
  height: 60px;
}
.music-zones .manual-connect-container label,
.music-zones .zone-select-discover label {
  height: 3rem;
}
@media (max-width: 768px) {
  .music-zones .manual-connect-container input,
  .music-zones .zone-select-discover input {
    font-size: 2.8rem;
  }
}
@media (min-width: 768px) {
  .music-zones .manual-connect-container input,
  .music-zones .zone-select-discover input,
  .music-zones .manual-connect-container button,
  .music-zones .zone-select-discover button {
    font-size: 3rem;
    height: 60px;
  }
  .music-zones .manual-connect-container label,
  .music-zones .zone-select-discover label {
    height: 3rem;
  }
  .music-zones .manual-connect-container button,
  .music-zones .zone-select-discover button {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  .music-zones .manual-connect-container input,
  .music-zones .zone-select-discover input,
  .music-zones .manual-connect-container button,
  .music-zones .zone-select-discover button {
    font-size: 2.8rem;
    height: 70px;
    margin: 10px 0;
  }
  .music-zones .manual-connect-container label,
  .music-zones .zone-select-discover label {
    height: 2.8rem;
  }
  .music-zones .manual-connect-container button,
  .music-zones .zone-select-discover button {
    font-size: 2rem;
  }
}
/*
 * Zone Control
 */
.function-img,
.function-img-green,
.karaoke-img,
.karaoke-img-green {
  display: inline-block;
  background-size: cover;
  content: "";
}
.function-img {
  background-image: url('../img/cheers.svg');
  width: 42px;
  height: 42px;
}
.function-img-green {
  background-image: url('../img/cheers_green.svg');
}
.karaoke-img {
  background-image: url('../img/microphone.svg');
  width: 42px;
  height: 42px;
}
.karaoke-img-green {
  background-image: url('../img/microphone_green.svg');
}
#crowddj-qr-gen {
  width: 100%;
  margin-top: 2%;
  color: #555 !important;
  flex-direction: column;
}
#crowddj-qr-gen .nl-input-item {
  width: 25rem;
  padding: 1rem 0rem;
}
#crowddj-qr-gen .crowddj-buttons {
  width: 45%;
}
#crowddj-qr-gen #sidebar {
  padding: 25px 16px !important;
}
#crowddj-qr-gen .nl-title {
  padding: 0rem !important;
}
#crowddj-qr-gen .crowddj-container {
  max-width: 500px;
  padding: 24px;
  color: #555;
  font-family: 'Segoe UI', sans-serif;
}
#crowddj-qr-gen .crowddj-title {
  color: #555 !important;
  font-size: 2.3rem !important;
  font-weight: bold;
  display: block;
  margin-bottom: 1rem;
  text-align: center;
}
#crowddj-qr-gen .ko-radio-button {
  position: relative;
  width: 32px;
  height: 32px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  border-radius: 50%;
}
#crowddj-qr-gen .ko-radio-button > i {
  visibility: hidden;
  opacity: 0 !important;
  border: 0 !important;
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}
#crowddj-qr-gen .title-separator {
  background: none !important;
  margin-bottom: 1.5rem;
  padding-bottom: 0.5rem;
}
#crowddj-qr-gen .crowddj-generator {
  display: flex;
  flex-direction: row;
}
#crowddj-qr-gen .crowddj-buttons {
  display: flex;
  margin-left: 3rem;
  margin-right: 3rem;
  gap: 16px;
  justify-content: center;
  margin-bottom: 2rem;
  flex-direction: column;
}
#crowddj-qr-gen .crowddj-btn {
  display: flex;
  align-items: row;
  flex: 1 1 45%;
}
#crowddj-qr-gen #copy-link {
  background: none;
  border: none;
}
#crowddj-qr-gen #download-qr {
  background: none;
  border: none;
}
#crowddj-qr-gen #open-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
#crowddj-qr-gen #open-link > i {
  font-size: 2rem;
}
#crowddj-qr-gen #button-container {
  display: flex;
  flex-direction: row;
  padding: 0.5rem;
  align-content: space-around;
}
#crowddj-qr-gen .crowddj-btn > i {
  width: 5rem;
}
#crowddj-qr-gen .crowddj-btn:hover {
  transform: translateY(-3px);
}
#crowddj-qr-gen .crowddj-btn.outline {
  background: transparent;
  border: 2px solid #555;
  margin-top: 12px;
}
#crowddj-qr-gen .crowddj-btn.selected {
  color: #555 !important;
}
#crowddj-qr-gen .qr-canvas {
  width: 50%;
  text-align: center;
  display: none;
}
#crowddj-qr-gen .qr-container {
  margin: 0 auto;
  border: solid 2px #555;
  background: #fff;
  padding: 10px;
  border-radius: 12px;
  display: inline-block;
}
#crowddj-qr-gen .qr-container .system-code {
  color: #000;
  padding: 0px;
}
#crowddj-qr-gen #qr-canvas {
  width: 25rem;
  height: 25rem;
}
#crowddj-qr-gen .crowddj-link {
  display: block;
  font-size: 2rem !important;
  margin-top: 10px;
  color: #555;
  text-decoration: underline;
  font-weight: bold;
}
#container-zone-controls {
  left: unset;
  width: 70%;
  max-width: 770px;
}
#container-zone-controls .title-separator {
  width: 100%;
  background-color: #333333;
  margin: 15px 0 10px 0;
  padding: 2px 2px 0 0;
}
#container-zone-controls .title-separator label {
  width: 100%;
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  color: white;
}
#container-zone-controls .modal-dialog.volume {
  width: 100% !important;
  height: 100%;
}
#container-zone-controls .modal-dialog.volume .modal-content {
  background: none;
}
#container-zone-controls .modal-dialog.volume #modal-controls .select-control {
  width: 100%;
}
#container-zone-controls .modal-dialog.volume #modal-controls .select-control select {
  flex: 1;
}
#container-zone-controls .modal-dialog.volume #modal-controls .text-control {
  width: 100%;
}
#container-zone-controls .modal-dialog.volume #modal-controls .text-control input {
  flex: 1;
}
#container-zone-controls .modal-dialog.volume #modal-controls .time-control,
#container-zone-controls .modal-dialog.volume #modal-controls .nl-time-input {
  height: 100%;
}
#container-zone-controls .modal-dialog.volume #modal-controls .time-control,
#container-zone-controls .modal-dialog.volume #modal-controls .number-control {
  flex-direction: column-reverse !important;
  align-items: flex-start;
}
#container-zone-controls .modal-dialog.volume #modal-controls .time-control .ui-spinner {
  width: 90%;
  margin: 0;
}
#container-zone-controls .modal-dialog.volume #modal-controls .time-control .ui-spinner > input {
  padding: 0;
}
#container-zone-controls .modal-dialog.volume #modal-controls .nl-time-input {
  width: 100%;
}
#container-zone-controls .modal-dialog.volume #modal-controls .nl-time-input > label {
  flex: 1;
  height: 100%;
  flex-direction: column !important;
  position: relative;
}
#container-zone-controls .modal-dialog.volume #modal-controls .nl-time-input > label .label-text {
  position: absolute;
  top: 0;
  left: 0.5rem;
  color: #aaa;
}
#container-zone-controls .modal-dialog.volume #modal-controls .nl-time-input > label .ui-spinner {
  height: 100%;
  font-size: 1.5em;
}
#container-zone-controls .modal-dialog.volume #modal-controls .credits-refresh-wrap,
#container-zone-controls .modal-dialog.volume #modal-controls .credits-max-wrap {
  height: 8rem;
}
#container-zone-controls .modal-dialog.volume #modal-controls .credits-max-wrap .number-control {
  height: 100%;
}
#container-zone-controls .modal-dialog.volume #modal-controls .credits-max-wrap .ui-spinner {
  flex: 1;
  margin: 0;
  font-size: 1.5em;
}
#container-zone-controls .modal-dialog.volume #modal-controls .credits-max-wrap .ui-spinner input[type=text] {
  height: 100%;
}
#container-zone-controls .modal-dialog.volume #modal-controls .credits-max-wrap .toggle-control {
  flex-direction: column !important;
}
#container-zone-controls .modal-dialog.volume #modal-controls .credits-refresh {
  width: 100%;
}
#container-zone-controls .modal-dialog.volume #modal-controls .grid {
  display: flex;
  flex-direction: column;
  padding: 0.25em 1em;
}
#container-zone-controls .modal-dialog.volume #modal-controls .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5em 0 0.5em 0;
}
#container-zone-controls .modal-dialog.volume #modal-controls .row .form-group {
  margin: 0;
}
#container-zone-controls .modal-dialog.volume #modal-controls .row .form-group > label {
  font-weight: bold;
}
#container-zone-controls .modal-dialog.volume #modal-controls .row .form-group input {
  padding: 5px 3px;
}
#container-zone-controls .modal-dialog.volume #modal-controls .row .form-group select {
  padding: 5px 2px;
  text-align: center;
  text-align-last: center;
  font-weight: bold;
}
#container-zone-controls .modal-dialog.volume #modal-controls .row .form-group select:last-child {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex: 1;
}
#container-zone-controls .modal-dialog.volume #modal-controls .row .form-group .linked-inputs {
  display: flex;
  align-items: center;
}
#container-zone-controls .modal-dialog.volume #modal-controls .row .form-group .linked-inputs input {
  width: 62px;
  text-align: center;
}
#container-zone-controls .modal-dialog.volume #modal-controls .row .form-group .linked-inputs span {
  margin: 0 3px;
}
#container-zone-controls .modal-dialog.volume #modal-controls .col {
  display: flex;
  flex: 1;
  padding: 0 1em 0 1em;
}
#container-zone-controls .state-button {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: row;
  align-items: center;
}
#container-zone-controls .state-button:hover {
  cursor: pointer;
}
#container-zone-controls .state-button input {
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
  display: none;
  position: absolute !important;
}
#container-zone-controls .state-button i {
  padding: 0 10px;
}
#container-zone-controls .green-plus {
  font-size: 28px;
  color: #5ab37f;
}
#container-zone-controls .green-plus:not(.ui-state-disabled):hover {
  cursor: pointer;
  color: #555555;
}
#container-zone-controls .credit-input input {
  width: 62px;
  text-align: center;
}
#container-zone-controls #settings-menu_events .templates {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: column;
}
#container-zone-controls #settings-menu_events .templates a:last-child {
  pointer-events: none;
}
#container-zone-controls #settings-menu_events .templates a:last-child .text {
  color: #999;
}
#container-zone-controls #volume-level {
  margin: 0 0.75em;
}
#container-zone-controls #volume-level,
#container-zone-controls #settings-menu {
  padding: 20px;
}
#container-zone-controls #volume-level hr,
#container-zone-controls #settings-menu hr {
  margin-top: 10px;
  margin-bottom: 12px;
  border: 0px;
  border-top: 1px solid #eeeeee;
}
@media screen and (max-height: 840px) {
  #container-zone-controls #modes hr {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
#container-zone-controls #modes h4 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 7px;
}
#container-zone-controls #modes h4 .title {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: row;
  align-items: center;
  text-align: left;
}
#container-zone-controls #modes h4 .title img,
#container-zone-controls #modes h4 .title .no-img {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-right: 15px;
}
#container-zone-controls #modes h4 .title span {
  font-size: 13px;
}
#container-zone-controls #modes .expandable {
  font-size: 20px;
  color: black;
}
.settings-menu {
  flex: 1;
  background: #ffffff;
  overflow-y: auto;
}
.settings-menu li {
  margin-bottom: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.settings-menu li.disabled {
  opacity: 0.5;
}
.settings-menu li a {
  padding: 7px;
}
.settings-menu hr {
  margin: 8px 0 10px 0;
  border: 0px;
  border-top: 1px solid #eee;
}
.settings-menu a.menu-item {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: row;
  align-items: center;
  min-height: 3.75em;
}
.settings-menu a.menu-item .icon > * {
  padding: 0.25em;
  margin-right: 1em;
}
.settings-menu a.menu-item .icon img {
  width: 3em;
  height: 3em;
}
.settings-menu a.menu-item .icon i {
  width: 1.25em;
  height: 1.25em;
  font-size: 2em;
}
.settings-menu a.menu-item .text {
  color: #eee;
  font-size: 1.15em;
  font-weight: bold;
}
.settings-menu a.menu-item:hover .text {
  color: #fff;
}
.settings-menu a.menu-item:focus {
  outline: none;
}
.settings-menu a.menu-item:not(.accordion-trigger) {
  justify-content: center;
}
.settings-menu a.accordion-trigger .icon i {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 2em;
}
.settings-menu a.accordion-trigger .chevron {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  font-size: 1.5em;
}
.settings-menu a.accordion-trigger .text {
  color: #333;
  font-size: 1.15em;
  font-weight: bold;
}
.settings-menu a.accordion-trigger:hover .text {
  color: #888;
}
#tab-network .panel-heading i {
  margin-right: 0.75em;
}
.karaoke-credits .combo-control {
  height: 6em;
}
#mode-crowddj-detail .row > .form-group + .form-group:last-child {
  justify-content: flex-end;
}
#container-dlg-wizard-view .modal-dialog {
  width: 700px;
  height: 55rem;
}
#container-dlg-wizard-view .modal-dialog .modal-footer {
  height: 5.5rem;
  border-top: none;
}
#event-wizard,
#host-wizard {
  height: 650px;
}
#event-wizard .title-icon,
#host-wizard .title-icon {
  font-size: 40px;
  margin: 0 20px 0;
}
#event-wizard .title-img,
#host-wizard .title-img {
  width: 40px;
  margin: 0 20px 0;
}
#event-wizard .modal-body,
#host-wizard .modal-body {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: column;
}
#event-wizard .body-container,
#host-wizard .body-container {
  flex: 1;
}
#event-wizard .body-container.crowddj-host-session,
#host-wizard .body-container.crowddj-host-session {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: column;
}
#event-wizard .subheading,
#host-wizard .subheading {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 52px;
}
#event-wizard .subheading h3,
#host-wizard .subheading h3 {
  font-size: 20px;
  margin: 0;
}
#event-wizard .subheading .page-progress,
#host-wizard .subheading .page-progress {
  position: absolute;
  top: 50%;
  left: 25px;
  transform: translateY(-50%);
}
#event-wizard .nl-toggle,
#host-wizard .nl-toggle {
  width: 66%;
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: row;
  align-items: center;
}
#event-wizard .nl-toggle input + span,
#host-wizard .nl-toggle input + span {
  width: 50px;
  height: 25px;
  margin-right: 6px;
}
#event-wizard .nl-toggle input + span + p,
#host-wizard .nl-toggle input + span + p {
  flex: 1;
  margin: 0;
}
#event-wizard .body-container hr,
#host-wizard .body-container hr {
  border-top: 1px solid #888;
  width: 95%;
}
#event-wizard .body-container .nl-form-group,
#host-wizard .body-container .nl-form-group {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: column;
  align-items: center;
}
#event-wizard .body-container .nl-radio input[type=radio] + *,
#host-wizard .body-container .nl-radio input[type=radio] + * {
  font-size: 1.5em;
  width: 0.875em;
  height: 0.875em;
  border: 0.0625em solid;
  border-radius: 1em;
  background: none !important;
}
#event-wizard .body-container .nl-radio input[type=radio]:checked + * > *,
#host-wizard .body-container .nl-radio input[type=radio]:checked + * > * {
  width: 66%;
  height: 66%;
  border: 0.0625em solid;
  border-radius: 1em;
  margin: 0.125em;
}
#event-wizard .body-container .nl-radio input[type=radio] + *,
#host-wizard .body-container .nl-radio input[type=radio] + * {
  border-color: #bbb;
  background: #bbb;
}
#event-wizard .body-container .nl-radio:hover input[type=radio] + *,
#host-wizard .body-container .nl-radio:hover input[type=radio] + * {
  border-color: #fff;
  background: #fff;
}
#event-wizard .body-container .nl-radio input[type=radio]:checked + * > *,
#host-wizard .body-container .nl-radio input[type=radio]:checked + * > * {
  border-color: #5ab37f;
  background: #5ab37f;
}
#event-wizard .body-container .nl-toggle2,
#host-wizard .body-container .nl-toggle2 {
  font-weight: normal;
}
#event-wizard .body-container .nl-toggle2 > input + *,
#host-wizard .body-container .nl-toggle2 > input + * {
  height: 0.875em;
  padding: 2px;
  border-radius: 60px;
  background-color: #ddd;
  transition: background 0.2s;
}
#event-wizard .body-container .nl-toggle2 > input + *:before,
#host-wizard .body-container .nl-toggle2 > input + *:before,
#event-wizard .body-container .nl-toggle2 > input + *:after,
#host-wizard .body-container .nl-toggle2 > input + *:after {
  display: block;
  position: absolute;
  content: "";
}
#event-wizard .body-container .nl-toggle2 > input + *:before,
#host-wizard .body-container .nl-toggle2 > input + *:before {
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 2px;
  border-radius: 60px;
  background-color: #333;
  transition: background 0.2s;
}
#event-wizard .body-container .nl-toggle2 > input + *:after,
#host-wizard .body-container .nl-toggle2 > input + *:after {
  top: 4px;
  left: 4px;
  bottom: 4px;
  right: 0;
  border-radius: 60px;
  background-color: #ddd;
  transition: margin 0.2s, background 0.2s;
}
#event-wizard .body-container .nl-toggle2 > input + *,
#host-wizard .body-container .nl-toggle2 > input + * {
  width: 2.5em;
  font-size: 1.725em;
}
#event-wizard .body-container .nl-toggle2 > input + *:after,
#host-wizard .body-container .nl-toggle2 > input + *:after {
  width: 0.666em;
}
#event-wizard .body-container .nl-toggle2 > input + * > *,
#host-wizard .body-container .nl-toggle2 > input + * > * {
  font-size: 16px;
  font-weight: bold;
}
#event-wizard .body-container .nl-toggle2 > input:checked + *:after,
#host-wizard .body-container .nl-toggle2 > input:checked + *:after {
  margin-left: 63%;
}
#event-wizard .body-container .nl-toggle2 > input + *,
#host-wizard .body-container .nl-toggle2 > input + *,
#event-wizard .body-container .nl-toggle2 > input + *:after,
#host-wizard .body-container .nl-toggle2 > input + *:after {
  background-color: #cc1919;
}
#event-wizard .body-container .nl-toggle2 > input + * > *,
#host-wizard .body-container .nl-toggle2 > input + * > * {
  color: #cc1919;
}
#event-wizard .body-container .nl-toggle2 > input:checked + *,
#host-wizard .body-container .nl-toggle2 > input:checked + *,
#event-wizard .body-container .nl-toggle2 > input:checked + *:after,
#host-wizard .body-container .nl-toggle2 > input:checked + *:after {
  background-color: #5ab37f;
}
#event-wizard .body-container .nl-toggle2 > input:checked + * > *,
#host-wizard .body-container .nl-toggle2 > input:checked + * > * {
  color: #5ab37f;
}
#event-wizard .body-container .nl-toggle2:hover,
#host-wizard .body-container .nl-toggle2:hover {
  color: #fff;
}
#event-wizard .body-container .nl-toggle2:hover > input + *,
#host-wizard .body-container .nl-toggle2:hover > input + *,
#event-wizard .body-container .nl-toggle2:hover:hover > input + *:after,
#host-wizard .body-container .nl-toggle2:hover:hover > input + *:after {
  background-color: #e53030;
}
#event-wizard .body-container .nl-toggle2:hover > input + * > *,
#host-wizard .body-container .nl-toggle2:hover > input + * > * {
  color: #e53030;
}
#event-wizard .body-container .nl-toggle2:hover > input:checked + *,
#host-wizard .body-container .nl-toggle2:hover > input:checked + *,
#event-wizard .body-container .nl-toggle2:hover > input:checked + *:after,
#host-wizard .body-container .nl-toggle2:hover > input:checked + *:after {
  background-color: #71ce98;
}
#event-wizard .body-container .nl-toggle2:hover > input:checked + * > *,
#host-wizard .body-container .nl-toggle2:hover > input:checked + * > * {
  color: #71ce98;
}
#event-wizard .body-container .nl-text > *:first-child:not(input),
#host-wizard .body-container .nl-text > *:first-child:not(input) {
  margin-bottom: 5px;
  font-size: 0.75em;
}
#event-wizard .body-container .nl-text > input,
#host-wizard .body-container .nl-text > input {
  color: #5ab37f;
  font-weight: bold;
}
#event-wizard .body-container .nl-text > input:-moz-placeholder,
#host-wizard .body-container .nl-text > input:-moz-placeholder {
  color: #aaa;
}
#event-wizard .body-container .nl-text > input::-moz-placeholder,
#host-wizard .body-container .nl-text > input::-moz-placeholder {
  color: #aaa;
}
#event-wizard .body-container .nl-text > input:-ms-input-placeholder,
#host-wizard .body-container .nl-text > input:-ms-input-placeholder {
  color: #aaa;
}
#event-wizard .body-container .nl-text > input::-webkit-input-placeholder,
#host-wizard .body-container .nl-text > input::-webkit-input-placeholder {
  color: #aaa;
}
#event-wizard .body-container .nl-text > input:focus,
#host-wizard .body-container .nl-text > input:focus {
  border: 1px solid #5ab37f;
}
#event-wizard .event-wizard-event-type,
#host-wizard .event-wizard-event-type {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: column;
  justify-content: space-around !important;
}
#event-wizard .event-wizard-event-type > *:not(:first-child),
#host-wizard .event-wizard-event-type > *:not(:first-child) {
  margin-top: 15px;
}
#event-wizard .event-wizard-event-type .nl-form-group,
#host-wizard .event-wizard-event-type .nl-form-group {
  font-size: 1.4em;
}
#event-wizard .event-wizard-event-type .nl-form-group > *,
#host-wizard .event-wizard-event-type .nl-form-group > * {
  width: 72%;
  margin: 3px 0;
}
#event-wizard .event-wizard-event-type .nl-form-group .nl-radio,
#host-wizard .event-wizard-event-type .nl-form-group .nl-radio,
#event-wizard .event-wizard-event-type .nl-form-group .nl-toggle2,
#host-wizard .event-wizard-event-type .nl-form-group .nl-toggle2 {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: row;
  justify-content: space-between;
}
#event-wizard .event-wizard-event-type .nl-form-group .nl-text,
#host-wizard .event-wizard-event-type .nl-form-group .nl-text {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: column;
}
#event-wizard .event-wizard-event-type .event-name input,
#host-wizard .event-wizard-event-type .event-name input {
  text-align: center;
}
#event-wizard .nl-radio-buttons.event-type,
#host-wizard .nl-radio-buttons.event-type {
  width: 100%;
  justify-content: space-evenly;
  margin-bottom: -25px;
}
#event-wizard .nl-radio-buttons.event-type > label > input + span,
#host-wizard .nl-radio-buttons.event-type > label > input + span {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #bbb;
  background-color: inherit;
  border: 1px solid transparent;
  width: 150px;
  height: 150px;
}
#event-wizard .nl-radio-buttons.event-type > label > input + span i,
#host-wizard .nl-radio-buttons.event-type > label > input + span i,
#event-wizard .nl-radio-buttons.event-type > label > input + span img,
#host-wizard .nl-radio-buttons.event-type > label > input + span img {
  margin: 0 0 8px 0;
}
#event-wizard .nl-radio-buttons.event-type > label > input + span i,
#host-wizard .nl-radio-buttons.event-type > label > input + span i {
  font-size: 2.5em;
}
#event-wizard .nl-radio-buttons.event-type > label > input + span:hover,
#host-wizard .nl-radio-buttons.event-type > label > input + span:hover {
  color: #eee;
}
#event-wizard .nl-radio-buttons.event-type > label > input:checked + span,
#host-wizard .nl-radio-buttons.event-type > label > input:checked + span {
  color: #71ce98;
  border: 1px solid #407c59;
  border-radius: 150px;
}
#event-wizard .nl-radio-buttons.event-type > label > input:checked + span i,
#host-wizard .nl-radio-buttons.event-type > label > input:checked + span i,
#event-wizard .nl-radio-buttons.event-type > label > input:checked + span img,
#host-wizard .nl-radio-buttons.event-type > label > input:checked + span img {
  transform: scale(1.2);
}
#event-wizard .nl-radio-buttons.event-type > label > input + span,
#host-wizard .nl-radio-buttons.event-type > label > input + span {
  transition: color 100ms ease-in-out, border 100ms ease-in-out, border-radius 100ms;
}
#event-wizard .nl-radio-buttons.event-type > label > input + span i,
#host-wizard .nl-radio-buttons.event-type > label > input + span i,
#event-wizard .nl-radio-buttons.event-type > label > input + span img,
#host-wizard .nl-radio-buttons.event-type > label > input + span img {
  transition: transform 100ms ease-in-out;
}
#event-wizard .nl-radio-buttons.event-type > label,
#host-wizard .nl-radio-buttons.event-type > label {
  font-size: 1.2em;
  font-weight: bold;
}
#event-wizard .nl-radio-buttons.event-type > label > span,
#host-wizard .nl-radio-buttons.event-type > label > span {
  width: 100%;
  height: 100px;
  margin: 0 auto;
}
#event-wizard .nl-radio-buttons.event-type > label > span img,
#host-wizard .nl-radio-buttons.event-type > label > span img {
  margin: 0 5px;
  width: 42px;
}
#event-wizard .nl-radio-buttons.event-type > label > input + span .function-img,
#host-wizard .nl-radio-buttons.event-type > label > input + span .function-img {
  display: inline-block;
  background-size: cover;
  content: "";
  background-image: url('../img/cheers.svg');
  width: 42px;
  height: 42px;
}
#event-wizard .nl-radio-buttons.event-type > label > input:checked + span .function-img,
#host-wizard .nl-radio-buttons.event-type > label > input:checked + span .function-img {
  display: inline-block;
  background-size: cover;
  content: "";
  background-image: url('../img/cheers_green.svg');
}
#event-wizard .nl-radio-buttons.event-type > label > input + span .karaoke-img,
#host-wizard .nl-radio-buttons.event-type > label > input + span .karaoke-img {
  display: inline-block;
  background-size: cover;
  content: "";
  background-image: url('../img/microphone.svg');
  width: 42px;
  height: 42px;
}
#event-wizard .nl-radio-buttons.event-type > label > input:checked + span .karaoke-img,
#host-wizard .nl-radio-buttons.event-type > label > input:checked + span .karaoke-img {
  display: inline-block;
  background-size: cover;
  content: "";
  background-image: url('../img/microphone_green.svg');
}
#event-wizard .event-wizard-session,
#host-wizard .event-wizard-session {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: column;
  justify-content: center;
}
#event-wizard .event-wizard-session .nl-form-group,
#host-wizard .event-wizard-session .nl-form-group {
  width: 100%;
  align-items: flex-start;
}
#event-wizard .event-wizard-session .nl-form-group > *,
#host-wizard .event-wizard-session .nl-form-group > * {
  margin: 3px 0;
}
#event-wizard .event-wizard-session .nl-form-group .nl-radio,
#host-wizard .event-wizard-session .nl-form-group .nl-radio,
#event-wizard .event-wizard-session .nl-form-group .nl-toggle2,
#host-wizard .event-wizard-session .nl-form-group .nl-toggle2 {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: row;
}
#event-wizard .session-time .nl-radio-buttons > label > input + span,
#host-wizard .session-time .nl-radio-buttons > label > input + span {
  background-color: #444;
  color: #bbb;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
}
#event-wizard .session-time .nl-radio-buttons > label > input + span:hover,
#host-wizard .session-time .nl-radio-buttons > label > input + span:hover {
  color: #eee;
}
#event-wizard .session-time .nl-radio-buttons > label > input:checked + span,
#host-wizard .session-time .nl-radio-buttons > label > input:checked + span {
  background-color: #5ab37f;
  color: #fff;
  border: 1px solid #407c59;
  box-shadow: none;
}
#event-wizard .session-time .nl-radio-buttons > label:first-of-type,
#host-wizard .session-time .nl-radio-buttons > label:first-of-type {
  border-radius: 4px 0 0 4px;
}
#event-wizard .session-time .nl-radio-buttons > label:last-of-type,
#host-wizard .session-time .nl-radio-buttons > label:last-of-type {
  border-radius: 0 4px 4px 0;
}
#event-wizard .session-time .nl-radio-buttons > label > input + span,
#host-wizard .session-time .nl-radio-buttons > label > input + span {
  padding: 8px 16px;
  border: 1px solid transparent;
  text-align: center;
  transition: all 0.1s ease-in-out;
}
#event-wizard .session-time .nl-radio-buttons > label,
#host-wizard .session-time .nl-radio-buttons > label {
  font-size: 1.2em;
  font-weight: bold;
}
#event-wizard .session-time .time-format-control,
#host-wizard .session-time .time-format-control {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#event-wizard .session-time .time-format-control > img,
#host-wizard .session-time .time-format-control > img {
  width: 2.25em;
  margin-right: 15px;
}
#event-wizard .session-time .nl-time-input,
#host-wizard .session-time .nl-time-input {
  padding: 0.5rem 0;
  background: #555;
  border: 0;
  color: #fff;
  font-weight: bold;
  height: 5rem;
  font-size: 1.5em;
}
#event-wizard .session-time .nl-time-input .label-text,
#host-wizard .session-time .nl-time-input .label-text {
  color: #ccc;
}
#event-wizard .session-time .nl-time-input .ui-spinner,
#host-wizard .session-time .nl-time-input .ui-spinner {
  background-color: transparent;
  color: inherit;
}
#event-wizard .session-time .nl-time-input .ui-icon,
#host-wizard .session-time .nl-time-input .ui-icon {
  background-image: url('lib/images/ui-icons_ffffff_256x240.png');
}
#event-wizard .session-time .nl-time-input .ui-icon,
#host-wizard .session-time .nl-time-input .ui-icon {
  background-image: url('lib/images/ui-icons_ffffff_256x240.png');
}
#event-wizard .session-time .nl-time-input .nl-radio-roll2,
#host-wizard .session-time .nl-time-input .nl-radio-roll2 {
  width: 3em;
  height: 38px;
}
#event-wizard .session-time .nl-time-input .nl-radio-roll2 > div > label > span,
#host-wizard .session-time .nl-time-input .nl-radio-roll2 > div > label > span {
  font-weight: bold;
}
#event-wizard .session-time .nl-time-input .nl-radio-roll2 > div > label.active > span,
#host-wizard .session-time .nl-time-input .nl-radio-roll2 > div > label.active > span {
  color: #fff;
}
#event-wizard .session-time .nl-time-input .nl-radio-roll2 > div > label.side > span,
#host-wizard .session-time .nl-time-input .nl-radio-roll2 > div > label.side > span {
  color: #aaa;
}
#event-wizard .session-time .nl-time-input .nl-radio-roll2.disabled > div > label > span,
#host-wizard .session-time .nl-time-input .nl-radio-roll2.disabled > div > label > span {
  font-weight: unset !important;
}
#event-wizard .session-time .nl-time-input .nl-radio-roll2.disabled > div > label.active > span,
#host-wizard .session-time .nl-time-input .nl-radio-roll2.disabled > div > label.active > span {
  color: #aaa !important;
}
#event-wizard .session-time .nl-time-input .nl-radio-roll2 > div > label,
#host-wizard .session-time .nl-time-input .nl-radio-roll2 > div > label {
  height: 38px;
}
#event-wizard .session-end,
#host-wizard .session-end {
  flex: 1;
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#event-wizard .session-end h5,
#host-wizard .session-end h5 {
  margin: 0 auto 10px !important;
  color: #fff;
}
#event-wizard .session-end ul,
#host-wizard .session-end ul {
  color: #ddd;
}
#event-wizard .session-end .nl-form-group,
#host-wizard .session-end .nl-form-group {
  width: 100% !important;
  height: 100% !important;
  justify-content: space-evenly;
}
#event-wizard .session-end .nl-radio,
#host-wizard .session-end .nl-radio {
  font-size: 1.31em;
}
#event-wizard .session-end .nl-radio-buttons.end-action,
#host-wizard .session-end .nl-radio-buttons.end-action {
  width: 100%;
  justify-content: space-evenly;
}
#event-wizard .session-end .nl-radio-buttons.end-action > label > input + span,
#host-wizard .session-end .nl-radio-buttons.end-action > label > input + span {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #bbb;
  background-color: inherit;
  border: 1px solid transparent;
  width: 150px;
  height: 150px;
}
#event-wizard .session-end .nl-radio-buttons.end-action > label > input + span i,
#host-wizard .session-end .nl-radio-buttons.end-action > label > input + span i,
#event-wizard .session-end .nl-radio-buttons.end-action > label > input + span img,
#host-wizard .session-end .nl-radio-buttons.end-action > label > input + span img {
  margin: 0 0 8px 0;
}
#event-wizard .session-end .nl-radio-buttons.end-action > label > input + span i,
#host-wizard .session-end .nl-radio-buttons.end-action > label > input + span i {
  font-size: 2.5em;
}
#event-wizard .session-end .nl-radio-buttons.end-action > label > input + span:hover,
#host-wizard .session-end .nl-radio-buttons.end-action > label > input + span:hover {
  color: #eee;
}
#event-wizard .session-end .nl-radio-buttons.end-action > label > input:checked + span,
#host-wizard .session-end .nl-radio-buttons.end-action > label > input:checked + span {
  color: #71ce98;
  border: 1px solid #407c59;
  border-radius: 150px;
}
#event-wizard .session-end .nl-radio-buttons.end-action > label > input:checked + span i,
#host-wizard .session-end .nl-radio-buttons.end-action > label > input:checked + span i,
#event-wizard .session-end .nl-radio-buttons.end-action > label > input:checked + span img,
#host-wizard .session-end .nl-radio-buttons.end-action > label > input:checked + span img {
  transform: scale(1.2);
}
#event-wizard .session-end .nl-radio-buttons.end-action > label > input + span,
#host-wizard .session-end .nl-radio-buttons.end-action > label > input + span {
  transition: color 100ms ease-in-out, border 100ms ease-in-out, border-radius 100ms;
}
#event-wizard .session-end .nl-radio-buttons.end-action > label > input + span i,
#host-wizard .session-end .nl-radio-buttons.end-action > label > input + span i,
#event-wizard .session-end .nl-radio-buttons.end-action > label > input + span img,
#host-wizard .session-end .nl-radio-buttons.end-action > label > input + span img {
  transition: transform 100ms ease-in-out;
}
#event-wizard .session-end .nl-radio-buttons.end-action > label,
#host-wizard .session-end .nl-radio-buttons.end-action > label {
  font-size: 1.11em;
  font-weight: bold;
}
#event-wizard .session-end .nl-radio-buttons.end-action > label > span,
#host-wizard .session-end .nl-radio-buttons.end-action > label > span {
  width: 100%;
  height: 100px;
  margin: 0 auto;
}
#event-wizard .session-end .nl-radio-buttons.end-action > label > span i,
#host-wizard .session-end .nl-radio-buttons.end-action > label > span i {
  margin: 0 5px;
}
#event-wizard .session-end .nl-radio-buttons.stop-type,
#host-wizard .session-end .nl-radio-buttons.stop-type {
  transition: opacity 150ms linear, visibility 150s linear;
  margin: 20px auto 0;
}
#event-wizard .session-end .nl-radio-buttons.stop-type > label > input + span,
#host-wizard .session-end .nl-radio-buttons.stop-type > label > input + span {
  background-color: #444;
  color: #bbb;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
}
#event-wizard .session-end .nl-radio-buttons.stop-type > label > input + span:hover,
#host-wizard .session-end .nl-radio-buttons.stop-type > label > input + span:hover {
  color: #eee;
}
#event-wizard .session-end .nl-radio-buttons.stop-type > label > input:checked + span,
#host-wizard .session-end .nl-radio-buttons.stop-type > label > input:checked + span {
  background-color: #5ab37f;
  color: #fff;
  border: 1px solid #407c59;
  box-shadow: none;
}
#event-wizard .session-end .nl-radio-buttons.stop-type > label:first-of-type,
#host-wizard .session-end .nl-radio-buttons.stop-type > label:first-of-type {
  border-radius: 4px 0 0 4px;
}
#event-wizard .session-end .nl-radio-buttons.stop-type > label:last-of-type,
#host-wizard .session-end .nl-radio-buttons.stop-type > label:last-of-type {
  border-radius: 0 4px 4px 0;
}
#event-wizard .session-end .nl-radio-buttons.stop-type > label > input + span,
#host-wizard .session-end .nl-radio-buttons.stop-type > label > input + span {
  padding: 8px 16px;
  border: 1px solid transparent;
  text-align: center;
  transition: all 0.1s ease-in-out;
}
#event-wizard .session-end .nl-radio-buttons.stop-type > label,
#host-wizard .session-end .nl-radio-buttons.stop-type > label {
  font-size: 1.2em;
  font-weight: bold;
}
#event-wizard .session-end .description,
#host-wizard .session-end .description {
  width: 100%;
  height: 80px;
  background: #383838;
  color: #eee;
  font-size: 1.2em;
}
#event-wizard .session-end .description .content,
#host-wizard .session-end .description .content {
  position: relative;
  height: 100%;
  margin: 15px;
  text-align: center;
}
#event-wizard .session-end .description .content > span,
#host-wizard .session-end .description .content > span {
  visibility: hidden;
  opacity: 0;
  transition: opacity 150ms linear, visibility 150s linear;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#event-wizard .session-end .description .content > span.active,
#host-wizard .session-end .description .content > span.active {
  visibility: visible;
  opacity: 1;
}
#event-wizard .event-wizard-event-summary,
#host-wizard .event-wizard-event-summary {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: column;
  align-items: center;
  color: #bbb;
  font-size: 1.1em;
}
#event-wizard .event-wizard-event-summary .title,
#host-wizard .event-wizard-event-summary .title {
  color: #eee;
  font-weight: bold;
}
#event-wizard .event-wizard-event-summary .setting-text,
#host-wizard .event-wizard-event-summary .setting-text {
  color: #ddd;
}
#event-wizard .event-wizard-event-summary .form-group,
#host-wizard .event-wizard-event-summary .form-group {
  width: 85%;
}
#event-wizard .event-wizard-event-summary .time-display,
#host-wizard .event-wizard-event-summary .time-display {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: column;
}
#event-wizard .event-wizard-event-summary .time-display .event-wizard-time-view,
#host-wizard .event-wizard-event-summary .time-display .event-wizard-time-view {
  padding: 15px 0;
  margin-bottom: 10px;
  background: #444;
  color: #eee;
  transition: background 150ms, color 150ms;
}
#event-wizard .event-wizard-event-summary .time-display .event-wizard-time-view > div,
#host-wizard .event-wizard-event-summary .time-display .event-wizard-time-view > div {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: row;
  align-items: center;
}
#event-wizard .event-wizard-event-summary .time-display .event-wizard-time-view > div > img,
#host-wizard .event-wizard-event-summary .time-display .event-wizard-time-view > div > img {
  visibility: hidden;
  width: 2em;
  margin: 0 15px;
}
#event-wizard .event-wizard-event-summary .time-display .event-wizard-time-view > div > span,
#host-wizard .event-wizard-event-summary .time-display .event-wizard-time-view > div > span {
  font-size: 1.5em;
}
#event-wizard .event-wizard-event-summary .time-display .event-wizard-time-view > div.active > img,
#host-wizard .event-wizard-event-summary .time-display .event-wizard-time-view > div.active > img {
  visibility: visible;
}
#event-wizard .event-wizard-event-summary .time-display .event-wizard-time-view > div.active > span,
#host-wizard .event-wizard-event-summary .time-display .event-wizard-time-view > div.active > span {
  font-size: 2.75em;
}
#event-wizard .event-wizard-event-summary .time-display .event-wizard-time-view:not(.running):hover,
#host-wizard .event-wizard-event-summary .time-display .event-wizard-time-view:not(.running):hover {
  cursor: pointer;
  background: #555;
  color: #fff;
}
#event-wizard .event-wizard-event-summary .time-display .event-wizard-time-view.running,
#host-wizard .event-wizard-event-summary .time-display .event-wizard-time-view.running {
  background: #407c59;
}
#event-wizard .event-wizard-event-summary .time-display .event-wizard-time-view.running > div.active > span,
#host-wizard .event-wizard-event-summary .time-display .event-wizard-time-view.running > div.active > span {
  color: #fff;
}
#event-wizard .event-wizard-event-summary .time-display > button,
#host-wizard .event-wizard-event-summary .time-display > button {
  transition: opacity 150ms linear, visibility 150s linear;
}
#event-wizard .event-wizard-event-summary .step,
#host-wizard .event-wizard-event-summary .step {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: row;
  justify-content: space-between;
}
#event-wizard .event-wizard-event-summary .step > div:first-child,
#host-wizard .event-wizard-event-summary .step > div:first-child {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: column;
}
#event-wizard .event-wizard-event-summary .step .settings,
#host-wizard .event-wizard-event-summary .step .settings {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: column;
}
#event-wizard .event-wizard-event-summary .step .settings > span,
#host-wizard .event-wizard-event-summary .step .settings > span {
  margin-left: 15px;
}
#event-wizard .event-wizard-event-summary .step button,
#host-wizard .event-wizard-event-summary .step button {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: opacity 150ms linear, visibility 150s linear;
  font-size: 0.9em;
}
#event-wizard .event-wizard-event-summary .step button i,
#host-wizard .event-wizard-event-summary .step button i {
  margin: 0 8px;
  font-size: 1.2em;
}
.event-wizard-summary-float .active > img {
  visibility: visible;
}
.event-wizard-summary-float .active > span {
  font-size: 2.5em;
}
.event-wizard-summary-float button {
  border: 1px solid #e0e0e0;
  background: transparent;
  color: #e0e0e0;
}
.event-wizard-summary-float button:hover {
  border: 1px solid #fff;
  color: #fff;
}
.device-list {
  height: 100%;
}
.device-list .list-item {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: row;
  align-items: center;
  padding: 15px 10px 12.5px;
}
.device-list .list-item .index-wrap {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: row;
  width: 10%;
  font-size: 2em;
  color: #f5f5f5;
}
.device-list .list-item .device-name {
  width: 45%;
}
.device-list .list-item .device-name > div:not(.secondary) {
  color: white;
  font-size: 1.5em;
  font-weight: bold;
}
.device-list .list-item .device-name > div.secondary {
  margin-top: 3px;
  font-size: 1.1em;
  color: #ccc;
}
.device-list .list-item .details {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: column;
  color: #f5f5f5;
}
.device-list .list-item .details > div {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: row;
  margin: 3px 0;
}
.device-list .list-item .details .icon-text {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: row;
  align-items: center;
  font-family: inherit;
}
.device-list .list-item .details .icon {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: row;
  margin-right: 7px;
  min-width: 18px;
}
.device-list .list-item .details .icon img {
  width: 18px;
}
.device-list .list-item .details .i-history {
  padding: 0.75em;
  color: #ccc;
}
.device-list .list-item .device-id {
  display: none;
}
.device-list .list-item .host-tag,
.device-list .list-item .controls {
  display: flex;
  flex: 1;
  justify-content: flex-end;
}
.device-list .list-item .host-tag {
  font-size: 1.15em;
}
.device-list .list-item .host-tag .time {
  margin: 0 5px;
  font-weight: bold;
}
.device-list .list-item.feature {
  position: relative;
  flex: 2;
  border: 1px solid #666;
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: column;
  align-items: center;
}
.device-list .list-item.feature .index-wrap {
  display: none;
}
.device-list .list-item.feature .device-name {
  width: unset;
  padding: 15px;
  text-align: center;
}
.device-list .list-item.feature .device-name > div:not(.secondary) {
  font-size: 2em;
}
.device-list .list-item.feature .device-name > div.secondary {
  font-size: 1.3em;
}
.device-list .list-item.feature .details {
  padding: 15px;
  font-size: 1.5em;
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: row;
}
.device-list .list-item.feature .details > div {
  padding: 0 15px;
}
.device-list .list-item.feature .details .icon {
  margin-right: 8px;
  min-width: 22px;
}
.device-list .list-item.feature .details .icon img {
  width: 22px;
}
.device-list .list-item.feature .device-id {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: row;
  padding: 15px;
  font-size: 1.15em;
}
.device-list .list-item.feature .host-tag {
  padding: 15px;
}
.device-list .list-item.feature .controls {
  padding: 0;
}
.device-list .list-item.feature .controls .clear-host {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
}
.device-list-summary .list-item {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: row;
  align-items: center;
}
.device-list-summary .list-item .device-name {
  width: 50%;
}
.device-list-summary .list-item .device-name > div:not(.secondary) {
  color: #ddd;
  font-weight: bold;
}
.device-list-summary .list-item .device-name > div.secondary {
  margin-top: 3px;
  color: #ccc;
}
.device-list-summary .list-item .details {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: column;
  color: #f5f5f5;
}
.device-list-summary .list-item .details > div {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: row;
  margin: 3px 0;
}
.device-list-summary .list-item .details .icon-text {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: row;
  align-items: center;
  font-family: inherit;
}
.device-list-summary .list-item .details .icon-text .i-history {
  display: none;
}
.device-list-summary .list-item .details .icon {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: row;
  margin-right: 7px;
  min-width: 18px;
}
.device-list-summary .list-item .details .icon img {
  width: 18px;
}
.device-list-summary .list-item .details .i-history {
  padding: 0.75em;
  color: #ccc;
}
.device-list-summary .list-item .device-id {
  display: none;
}
.crowddj-host-device-choice {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: column;
}
.crowddj-host-device-default {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: column;
}
.crowddj-host-session label {
  margin: 0;
}
.crowddj-host-session input {
  margin: 0;
}
.crowddj-host-session .time-limit-wrap {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex: 1;
  margin-top: 30px;
  font-size: 1.33em;
}
.crowddj-host-session .time-limit-wrap > div {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: column;
  align-items: center;
  transition: max-height 300ms;
}
.crowddj-host-session .time-limit-wrap > div .toggle {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: row;
  align-items: center;
}
.crowddj-host-session .time-limit-wrap > div .toggle input {
  width: 1.05em;
  height: 1.05em;
  margin-right: 10px;
}
.crowddj-host-session .time-limit-wrap > div .toggle input,
.crowddj-host-session .time-limit-wrap > div .toggle input ~ span {
  cursor: pointer;
}
.crowddj-host-session .time-limit-wrap > div .toggled-content {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 20px;
  padding: 15px;
  background: #444;
}
.crowddj-host-session .time-limit-wrap > div .toggled-content > span {
  font-size: 0.875em;
  font-weight: bold;
  margin-right: 5px;
}
.crowddj-host-session .time-limit-wrap > div .toggled-content.invisible {
  transition: opacity 150ms, visibility 0ms linear 150ms;
}
.crowddj-host-session .time-limit-wrap > div .toggled-content:not(.invisible) {
  visibility: visible !important;
  opacity: 1 !important;
  transition: visibility 0ms linear 225ms;
}
.crowddj-host-session .time-limit-wrap > div .time-limit .time {
  margin: 5px;
  width: 9ch;
  height: 30px;
  font-size: 1.1em;
  font-weight: bold;
  text-align: center;
}
.crowddj-host-session .time-limit-wrap > div .time-limit .time-unit {
  margin-left: 4px;
  width: 100px;
}
.crowddj-host-session .finish-type-wrap {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1;
  font-size: 1.33em;
}
.crowddj-host-session .finish-type-wrap .options {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: column;
  margin: 15px;
}
.crowddj-host-session .finish-type-wrap .options label {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
}
.crowddj-host-session .finish-type-wrap .options label input {
  margin-right: 10px;
  width: 1.1em;
  height: 1.1em;
}
#volume-level {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: column;
  align-items: center;
  background: white;
}
#volume-level h1 {
  margin: 0 0 5px 0;
  font-size: 1.6em;
  font-family: 'open_sanssemibold';
  color: #000000;
}
#volume-level button {
  width: 2.75em;
  height: 1.5em;
  line-height: 0;
  margin: 5px 0;
  font-size: 1.5em;
  font-family: 'open_sanssemibold';
  text-align: center;
  background: #5ab37f;
  color: #ffffff;
}
#volume-level button:hover {
  background: #71ce98;
}
#volume-level .slider-container {
  position: relative;
  flex: 1;
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: column;
  align-items: center;
  margin: 5px 0;
}
#volume-level .slider-container .slider-mask {
  height: 100%;
  background: #dadddd;
  z-index: 1;
  position: absolute;
  top: 0;
  left: -1px;
  right: -1px;
}
#volume-level .volume-number {
  margin: 5px 0;
  font-size: 2em;
  font-weight: bold;
}
.slider-volume {
  pointer-events: none;
  width: 3em !important;
  height: 100%;
  background: #FC1D1D;
  /* Old browsers */
  background: -moz-linear-gradient(top, #FC1D1D 0%, #FFF975 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FC1D1D), color-stop(100%, #FFF975));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #FC1D1D 0%, #FFF975 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #FC1D1D 0%, #FFF975 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #FC1D1D 0%, #FFF975 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #FC1D1D 0%, #FFF975 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FC1D1D ', endColorstr='#FFF975 ', GradientType=0);
  /* IE6-9 */
}
.slider-volume .ui-slider-handle {
  left: 50%;
  transform: translateX(-50%);
  width: 4em;
  height: 2em;
  margin-bottom: -1em;
  background: #000000;
  border: 0;
  z-index: 2;
  cursor: pointer;
  pointer-events: auto;
}
.slider-volume .ui-slider-handle:hover {
  background: #555555 !important;
}
.slider-volume .ui-slider-handle:focus {
  outline: none;
  background: #555555;
  border: 2px solid #777777;
}
.slider-volume .ui-slider-range {
  background: transparent;
}
.fire-gradient-background {
  background: #FC1D1D;
  /* Old browsers */
  background: -moz-linear-gradient(top, #FC1D1D 0%, #FFF975 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FC1D1D), color-stop(100%, #FFF975));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #FC1D1D 0%, #FFF975 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #FC1D1D 0%, #FFF975 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #FC1D1D 0%, #FFF975 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #FC1D1D 0%, #FFF975 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FC1D1D ', endColorstr='#FFF975 ', GradientType=0);
  /* IE6-9 */
}
.pane-zoneinfo .head {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: row;
  justify-content: space-between;
  padding: 10px 15px;
  background-color: #eee;
  border-bottom: 1px solid #ddd;
}
.pane-zoneinfo .head .title {
  font-size: 1.5em;
  font-weight: bold;
}
.pane-zoneinfo .head .title i {
  margin-right: 5px;
}
.pane-zoneinfo .head a {
  color: black;
}
.pane-zoneinfo .body {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: column;
  padding: 2em;
}
.pane-zoneinfo .section {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: row;
}
.pane-zoneinfo .section > *:first-child {
  width: 25%;
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.pane-zoneinfo .section > *:first-child i {
  font-size: 2em;
}
.pane-zoneinfo .section > *:first-child span {
  margin-top: 5px;
  font-weight: bold;
}
.pane-zoneinfo .section > *:last-child {
  width: 75%;
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: row;
  align-items: center;
}
.pane-zoneinfo .img-small {
  width: 32px;
  height: 32px;
}
.pane-zoneinfo .img-medium {
  width: 64px;
  height: 64px;
}
.pane-zoneinfo .img-large {
  width: 128px;
  height: 128px;
}
.pane-zoneinfo table td:first-child {
  width: 10em;
}
.pane-zoneinfo table td:first-child span {
  font-weight: bold;
}
.pane-zoneinfo table tr.gap {
  height: 1em;
}
.pane-zoneinfo hr {
  width: 100%;
}
.zone-controls-info-view .img-small {
  width: 3.5em;
  height: 3.5em;
}
.zone-controls-info-view .img-medium {
  width: 4.5em;
  height: 4.5em;
}
.zone-controls-info-view .img-large {
  width: 6em;
  height: 6em;
}
.zone-controls-info-view .v-badge {
  padding: 7px 14px;
  margin-right: 0.75em;
  border: 1px solid #ddd;
}
.zone-controls-info-view hr {
  width: 100%;
}
.zone-controls-info-view .section {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: row;
  align-items: center;
}
.zone-controls-info-view .section span {
  font-weight: bold;
}
.zone-controls-info-view .section > div:first-child {
  width: 7em;
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: column;
  justify-content: center;
}
.zone-controls-info-view .section > div:last-child {
  flex: 1;
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: column;
  justify-content: center;
}
.zone-controls-system-view .form-horizontal {
  width: 100%;
}
.zone-controls-system-view .form-horizontal .form-group > span {
  flex: 1;
}
.zone-controls-system-view .row {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: row;
  justify-content: center;
  margin: 10px 0 !important;
}
.zone-controls-system-view .row button {
  margin: 0 10px;
}
.zone-controls-system-view .row button i {
  margin-right: 10px;
}
.zone-controls-system-view .row > button {
  width: 12em;
}
.zone-controls-system-view hr {
  width: 100%;
}
.highlight {
  color: #941616;
  font-weight: 700;
}
#tab-search {
  padding: 0;
}
.btn-group {
  padding-top: 5px;
}
.table-container-deploy {
  margin: 15px 15px 0 15px;
  border: 1px solid #cccccc;
  max-height: 400px;
  overflow-y: scroll;
}
.table-container-deploy table {
  border-collapse: collapse;
  width: 100%;
}
.table-container-deploy thead th {
  font-size: 14px;
  line-height: 20px;
  padding: 6px 8px;
  top: 0;
  position: sticky;
  z-index: 1;
  background-color: #fff;
  color: #333333;
  border-bottom: 1px solid #bbbbbb;
  box-shadow: 5px 0 rgba(0, 0, 0, 0.15);
}
.table-container-deploy thead th.select-all-button {
  padding-left: 20px;
  cursor: pointer;
  background-color: #ffffff;
}
.table-container-deploy thead th.select-all-button:hover {
  background-color: #DDDDDD;
}
.row-container-deploy {
  border-bottom: 1px solid #ccc;
  background: #ffffff;
  color: #333;
  cursor: pointer;
}
.row-container-deploy:last-child {
  border-bottom-width: 0px;
}
.row-container-deploy td {
  padding: 6px 8px;
  font-size: 14px;
  line-height: 20px;
}
.row-container-deploy td.checkbox-container-deploy {
  padding-left: 20px;
}
.row-container-deploy.system-offline {
  cursor: default;
  background: #eeeeee !important;
  color: #999999 !important;
}
.row-container-deploy.job-status-none.system-online,
.row-container-deploy.job-status-completed.system-online {
  background: #FFFFFF;
  border-color: #CCCCCC;
}
.row-container-deploy.job-status-none.system-online:hover,
.row-container-deploy.job-status-completed.system-online:hover {
  background: #F3F3F3;
}
.row-container-deploy.job-status-pending.system-online,
.row-container-deploy.job-status-in-progress.system-online {
  color: #167694;
  background: #E0ECF0;
  border-color: #C1D9E0;
  cursor: auto;
}
.row-container-deploy.job-status-pending.system-online .checkbox-checkmark-deploy,
.row-container-deploy.job-status-in-progress.system-online .checkbox-checkmark-deploy {
  background: #C1D9E0;
  border: 0px solid transparent;
}
.row-container-deploy.job-status-failed.system-online {
  color: #941616;
  background: #FDF0EE;
  border-color: #EF9B8F;
}
.row-container-deploy.job-status-failed.system-online:hover {
  background: #FBE1DE;
}
.row-container-deploy.job-status-none.system-selected,
.row-container-deploy.job-status-completed.system-selected,
.row-container-deploy.job-status-failed.system-selected {
  border-color: #A3CEB5;
  background: #EDF5F0;
}
.row-container-deploy.job-status-none.system-selected:hover,
.row-container-deploy.job-status-completed.system-selected:hover,
.row-container-deploy.job-status-failed.system-selected:hover {
  background: #DFEEE5;
}
.row-container-deploy .bg-enabled {
  background-color: #edf5f0;
}
.row-container-deploy .bg-active {
  background-color: #b7d8c4;
}
.row-container-deploy .bg-disabled {
  background: #eeeeee;
  color: #999999;
}
.row-container-deploy .bg-error {
  color: grey;
  background-color: #fcf0ef;
}
.distribute-description {
  padding-top: 15px;
  padding-left: 15px;
  font-size: 16px;
  line-height: 20px;
}
.deploy-button-deploy {
  background-color: #5ab37f;
  color: #FFFFFF;
  border: none;
  font-size: 16px;
  cursor: pointer;
  padding: 7px 13px;
  margin: 13px;
  border-radius: 5px;
}
.deploy-button-deploy:hover {
  background-color: #407C59;
}
.job-status-icon {
  vertical-align: middle;
}
.job-status-label {
  margin-left: 4px;
  text-transform: capitalize;
}
.online-circle-deploy {
  display: inline-block;
  background-color: #ffffff;
  color: #407C59;
  border: 1px solid #5ab37f;
  border-radius: 24px;
  min-width: 64px;
  padding: 2px 12px;
  text-align: center;
}
.offline-circle-deploy {
  display: inline-block;
  border: 1px solid #bf4b40;
  color: #bf4b40;
  border-radius: 24px;
  min-width: 64px;
  padding: 2px 12px;
  text-align: center;
}
.deploy-button-deploy:disabled {
  color: #999999;
  background-color: #CCCCCC;
}
.custom-checkbox-deploy {
  display: inline-block;
  position: relative;
  font-size: 22px;
  margin-bottom: 12px;
  cursor: inherit;
}
.custom-checkbox-deploy input {
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0;
  cursor: inherit;
}
.red-icon {
  color: #bf4b40;
}
.checkbox-checkmark-deploy {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  border: 2px solid #999999;
  border-radius: 2px;
  transition: background-color 0.3s;
}
.custom-checkbox-deploy input:checked ~ .checkbox-checkmark-deploy {
  background-color: #5ab37f;
  border: 0px solid transparent;
}
.checkbox-checkmark-deploy:after {
  content: "";
  position: absolute;
  display: none;
  left: 6px;
  top: 3px;
  width: 5px;
  height: 9px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.custom-checkbox-deploy input:checked ~ .checkbox-checkmark-deploy:after {
  display: block;
}
.spinner {
  animation: spin 2s linear infinite;
  transform-origin: 50% 50%;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
.auto-margin-top {
  margin-top: auto;
}
.col-1 > * {
  width: 100%;
}
.col-2 > * {
  width: 50%;
}
.col-2-pad > * {
  width: 50%;
}
.col-2-pad > *:first-child {
  padding-right: 7px;
}
.col-2-pad > *:last-child {
  padding-left: 7px;
}
.input-slim {
  height: 24px;
}
.slider.input-group .slider-value {
  display: table-cell;
  width: 3.5em;
  padding-left: 15px;
}
.slider.input-group > div.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.dropdown-container {
  position: relative;
  height: 34px;
}
.dropdown-container .dropdown-arrow {
  background: red;
  width: 1em;
  height: 1em;
  float: right;
}
.dropdown-container .dropdown {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: row;
  align-items: center;
  width: 100% !important;
  height: 100% !important;
  padding: 5px;
  border: 1px solid #dadddd;
  background: white;
  text-transform: capitalize;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.dropdown-container .dropdown > div {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.dropdown-container .dropdown > i {
  position: absolute;
  right: 1em;
}
.dropdown-container .dropdown:hover {
  border-color: #bfc5c5;
  cursor: pointer;
}
.dropdown-container .dropdown.active,
.dropdown-container .dropdown.active:hover {
  border-color: #5ab37f;
}
.dropdown-container .dropdown-list {
  position: absolute;
  top: 0;
  left: 0;
  width: 169px;
  max-height: 220px;
  overflow: auto;
  border: 1px solid #BFBFBF;
  border-top: 0;
  background: white;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  z-index: 1000;
  padding-left: 0;
}
.dropdown-container .dropdown-list li {
  padding: 5px 2px;
  padding-left: 10px;
  font-size: 12px;
  text-transform: capitalize;
}
.dropdown-container .dropdown-list li:hover {
  background: #f2f2f2;
}
.color-picker input {
  max-width: 100%;
  text-align: center;
  border: 1px solid #dadddd;
}
.color-picker .color-picker-dialog-placeholder {
  position: relative;
}
.color-picker .color-picker-dialog {
  position: absolute;
  z-index: 100;
  margin-left: -25%;
  padding: 10px;
  background: white;
  border: 1px solid #A0A0A0;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
}
.color-picker .color-picker-dialog h3 {
  font-size: 14px;
  margin-top: 0;
  color: #999999;
}
.adv form .section > .r-wrapper {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: row;
  width: 100%;
  flex-wrap: wrap;
}
.adv form .section > .r-wrapper > * {
  flex: 1;
}
.adv form .subsection {
  width: 100% !important;
  height: 100% !important;
  margin: 7.5px;
}
.adv form .form-group {
  margin: 5px 0;
  min-height: 34px !important;
}
.adv form .form-group label.checkbox-label:hover {
  cursor: pointer;
}
.adv form .form-group label > input[type=checkbox],
.adv form label.form-group > input[type=checkbox] {
  margin-right: 8px;
}
.adv form .form-group label > input[type=checkbox]:hover,
.adv form label.form-group > input[type=checkbox]:hover {
  cursor: pointer;
}
.adv form .control-group {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: row;
  align-items: center;
}
.adv form .control-group label:last-child {
  margin-left: 8px;
}
.adv form .control-group input[type=checkbox]:hover,
.adv form .control-group input[type=radio]:hover,
.adv form .control-group select:hover,
.adv form .control-group label:hover {
  cursor: pointer;
}
.adv form input[type=checkbox] {
  -ms-transform: scale(1.33);
  /* IE */
  -moz-transform: scale(1.33);
  /* FF */
  -webkit-transform: scale(1.33);
  /* Safari and Chrome */
  -o-transform: scale(1.33);
  /* Opera */
  transform: scale(1.33);
  margin: 2px;
}
.adv form label {
  margin: 0;
}
.adv form .uncheck-fade input[type=checkbox]:not(:checked) + label {
  opacity: 0.66;
}
.adv form .form-group.input-filename {
  flex-direction: column !important;
}
.adv ul.inline-menu {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: row;
  align-items: center;
  height: 100%;
  padding: 0;
  margin: 0;
}
.adv ul.inline-menu li {
  list-style: none;
  font-size: 1.5rem;
  margin-right: 1.5em;
}
.adv ul.inline-menu li > a {
  color: black;
}
.adv ul.inline-menu li > a > i {
  margin-right: 5px;
}
.adv ul.inline-menu li > a > span {
  font-weight: bold;
}
.adv ul.inline-menu li > a:focus {
  text-decoration: none;
}
.adv ul.inline-menu li:hover > a {
  text-decoration: none;
}
.adv .dropdown-menu-container {
  position: relative;
}
.adv .dropdown-menu-container .dropdown-menu {
  padding: 0;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.adv .dropdown-menu-container .dropdown-menu li > a {
  padding: 8px 12px;
}
.adv .dropdown-menu-container .dropdown-menu li > a > i {
  margin-right: 10px;
}
.adv .unfocused {
  color: #333333;
  background-color: transparent;
  border-color: transparent;
}
.adv .unfocused:hover {
  background-color: #ebebeb;
  border-color: #adadad;
}
.adv .row {
  margin: 0;
}
.adv .da-item-list {
  background: #fff;
}
.adv .da-item-list .da-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 5em;
  min-height: 5em;
  border-bottom: 1px solid #eee;
  background: #fff;
  color: #808080;
}
.adv .da-item-list .da-item .id-side {
  height: 100%;
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: row;
  align-items: center;
}
.adv .da-item-list .da-item .body {
  flex: 1;
  flex-wrap: wrap;
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: row;
  align-items: center;
}
.adv .da-item-list .da-item .body .left {
  flex: 1;
  min-width: 50%;
  margin-left: 1.25em;
  color: #555;
  font-weight: bold;
}
.adv .da-item-list .da-item .body .right {
  min-width: 15em !important;
  margin-left: 1.25em;
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: column;
  justify-content: space-evenly;
}
.adv .da-item-list .da-item .body .top,
.adv .da-item-list .da-item .body .bottom {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: row;
  align-items: center;
}
.adv .da-item-list .da-item .other-side {
  width: 8em;
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.adv .da-item-list .da-item.selected {
  background: #d0d0d0;
  color: black;
}
.adv .da-item-list .da-item:not(.disabled):hover {
  background: #e0e0e0;
  color: black;
  cursor: pointer;
}
.adv .da-item-list .da-item.disabled {
  background: #eee !important;
  opacity: 0.8;
}
.adv .da-item-list .da-item.active {
  color: black;
  font-weight: bold;
}
.adv .da-item-list .da-item.active .left {
  color: black;
}
.adv .da-item-list .da-item.asset .thumb {
  width: 5em;
  height: 100%;
  padding: 0.5em 0;
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.adv .da-item-list .da-item.asset .thumb > img {
  max-width: 100%;
  max-height: 100%;
  padding: 0;
}
.adv .da-item-list .da-item.asset .state-playing {
  color: #5ab37f;
}
.adv .da-item-list .da-item.asset .state-paused {
  color: #b11b1b;
}
.adv .da-item-list .da-item.asset .players {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: column;
}
.adv .edit-pane {
  background: white;
  transition: width 0.15s ease-in-out;
}
.adv .edit-pane .btn {
  font-size: 1em;
}
.adv .edit-pane .btn-close {
  color: darkgray;
}
.adv .edit-pane .btn-close:hover {
  color: black;
}
.adv .edit-pane > form {
  display: flex;
  flex-direction: column !important;
}
.adv .edit-pane .section {
  margin: 0 0.5rem;
}
.adv .da-item-edit .invalid {
  border: 1px solid red !important;
}
.adv .da-item-edit .error {
  text-align: center;
  color: red;
}
.adv .da-item-edit hr {
  margin: 10px 0 10px 0;
  border-top: 1px solid #bbbbbb;
}
.adv .da-item-edit .order {
  width: 75px;
  height: 40px;
  margin: 0;
  margin-right: 3px;
  padding: 0 15px 0 0;
  border: 0 !important;
  color: #333333;
  font-size: 2em;
  font-weight: bold;
  text-align: center;
}
.adv .da-item-edit .radio-inputs {
  display: flex;
  min-width: 0;
  min-height: 0;
}
.adv .da-item-edit .radio-inputs > div {
  width: 50%;
}
.adv .da-item-edit .radio-inputs input {
  margin-right: 5px;
}
.adv .da-item-edit .range-inputs {
  display: flex;
  min-width: 0;
  min-height: 0;
}
.adv .da-item-edit .range-inputs > span {
  height: 34px;
  line-height: 1.42857143;
  padding: 6px 12px;
  font-size: 14px;
  vertical-align: middle;
}
.adv .da-item-edit .range-inputs > div {
  flex: 1;
}
.adv .da-item-edit .range-inputs > div:first-child {
  margin-right: 2px;
}
.adv .da-item-edit .range-inputs > div:last-child {
  margin-left: 2px;
}
.adv .da-item-edit .range-inputs label {
  font-size: 0.9em;
}
.adv .da-item-edit .range-inputs .nl-input {
  border-bottom: 1px solid #bbb;
  background: #fcfcfc;
}
.adv .da-item-edit .range-inputs .nl-input input,
.adv .da-item-edit .range-inputs .nl-input select {
  font-weight: bold;
}
.adv .da-item-edit .range-inputs .nl-input:after {
  border-bottom: 1px solid #000;
  transform: scaleX(0);
  transition: transform 40ms ease-in-out;
}
.adv .da-item-edit .range-inputs .nl-input:hover:after {
  transform: scaleX(1);
}
.adv .da-item-edit .all-period {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 33%;
}
.adv .da-item-edit .all-period.on {
  pointer-events: none;
}
.adv .da-item-edit .form-group .range-inputs.off .nl-input {
  border: 1px solid transparent !important;
  border-bottom: 1px solid #ddd !important;
  background: #eee;
  transition: background-color 50ms linear;
}
.adv .da-item-edit .form-group .range-inputs.off .nl-input input,
.adv .da-item-edit .form-group .range-inputs.off .nl-input select {
  font-weight: normal !important;
}
.adv .da-item-edit .form-group .range-inputs.off .nl-input:after {
  border-bottom: 1px solid #bbb !important;
  transform: scaleX(0);
  transition: transform 40ms ease-in-out;
}
.adv .da-item-edit .form-group .range-inputs.off .nl-input:hover:after {
  transform: scaleX(1);
}
.adv .da-item-edit .form-group .range-inputs.off .nl-input:focus:after {
  transform: scaleX(1);
}
.adv .da-item-edit .form-group .range-inputs.off .nl-input:hover {
  background: #fafafa !important;
  transition: background-color 40ms linear;
}
.adv .da-item-edit .form-group .range-inputs.off .nl-input:focus {
  background: #fafafa !important;
  transition: background-color 40ms linear;
}
.adv .da-item-edit .form-group.days .range-double-slider input[type=range].from {
  padding: 0 55px 0 0;
}
.adv .da-item-edit .form-group.days .range-double-slider input[type=range].to {
  padding: 0 0 0 55px;
}
.adv .da-item-edit .form-group.days .range-double-slider .labels {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 18px;
}
.adv .da-item-edit .form-group.days .range-double-slider .labels > div {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 30px;
}
.adv .da-item-edit .form-group.days .range-double-slider .labels > div > .inner {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.adv .da-item-edit .form-group.days .range-double-slider .labels > div:not(.disable):hover {
  cursor: pointer;
}
.adv .da-item-edit .form-group.days .range-double-slider .labels > div > .inner {
  background: #eee;
  color: #999;
}
.adv .da-item-edit .form-group.days .range-double-slider .labels > div:focus > .inner {
  background: #f0f0f0;
}
.adv .da-item-edit .form-group.days .range-double-slider .labels > div:hover > .inner {
  background: #fcfcfc;
  color: #555;
}
.adv .da-item-edit .form-group.days .range-double-slider .labels > div.active > .inner {
  background: #fcfcfc;
  color: #555;
  font-weight: bold;
}
.adv .da-item-edit .form-group.days .range-double-slider .labels > div.active:not(.disable):hover > .inner {
  background: #eee;
}
.adv .da-item-edit .form-group.days .range-double-slider input[type=range]:first-child::-webkit-slider-runnable-track {
  pointer-events: none;
}
.adv .da-item-edit .form-group.days .range-double-slider input[type=range]:first-child:focus::-webkit-slider-runnable-track {
  pointer-events: none;
}
.adv .da-item-edit .form-group.days .range-double-slider input[type=range]:first-child::-moz-range-track {
  pointer-events: none;
}
.adv .da-item-edit .form-group.days .range-double-slider input[type=range]:first-child::-ms-track {
  pointer-events: none;
}
.adv .da-item-edit .form-group.days .range-double-slider input[type=range]::-ms-track {
  background: transparent;
  border-color: transparent;
  color: transparent;
}
.adv .da-item-edit .form-group.days .range-double-slider input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  pointer-events: all;
  cursor: pointer;
  width: 0;
  height: 0;
  background: transparent;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
}
.adv .da-item-edit .form-group.days .range-double-slider input[type=range].from::-webkit-slider-thumb {
  border-left: 20px solid transparent;
  border-right: 18px solid transparent;
}
.adv .da-item-edit .form-group.days .range-double-slider input[type=range].to::-webkit-slider-thumb {
  border-right: 20px solid transparent;
  border-left: 18px solid transparent;
}
.adv .da-item-edit .form-group.days .range-double-slider input[type=range]::-moz-range-thumb {
  pointer-events: all;
  cursor: pointer;
  width: 0;
  height: 0;
  background: transparent;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-radius: 0;
}
.adv .da-item-edit .form-group.days .range-double-slider input[type=range].from::-moz-range-thumb {
  border-left: 20px solid transparent;
  border-right: 18px solid transparent;
}
.adv .da-item-edit .form-group.days .range-double-slider input[type=range].to::-moz-range-thumb {
  border-right: 20px solid transparent;
  border-left: 18px solid transparent;
}
.adv .da-item-edit .form-group.days .range-double-slider input[type=range]::-ms-thumb {
  pointer-events: all;
  cursor: pointer;
  width: 0;
  height: 0;
  background: transparent;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-radius: 0;
}
.adv .da-item-edit .form-group.days .range-double-slider input[type=range].from::-ms-thumb {
  border-left: 20px solid transparent;
  border-right: 18px solid transparent;
}
.adv .da-item-edit .form-group.days .range-double-slider input[type=range].to::-ms-thumb {
  border-right: 20px solid transparent;
  border-left: 18px solid transparent;
}
.adv .da-item-edit .form-group.days .range-double-slider input[type=range].from::-webkit-slider-thumb {
  border-left-color: #bbb;
}
.adv .da-item-edit .form-group.days .range-double-slider input[type=range].from:focus::-webkit-slider-thumb {
  border-left-color: #999;
}
.adv .da-item-edit .form-group.days .range-double-slider input[type=range].from:hover::-webkit-slider-thumb {
  border-left-color: #ccc;
}
.adv .da-item-edit .form-group.days .range-double-slider input[type=range].from.on::-webkit-slider-thumb {
  border-left-color: #5ab37f;
}
.adv .da-item-edit .form-group.days .range-double-slider input[type=range].from.on:focus::-webkit-slider-thumb {
  border-left-color: #407c59;
}
.adv .da-item-edit .form-group.days .range-double-slider input[type=range].from.on:hover::-webkit-slider-thumb {
  border-left-color: #71ce98;
}
.adv .da-item-edit .form-group.days .range-double-slider input[type=range].to::-webkit-slider-thumb {
  border-right-color: #bbb;
}
.adv .da-item-edit .form-group.days .range-double-slider input[type=range].to:focus::-webkit-slider-thumb {
  border-right-color: #999;
}
.adv .da-item-edit .form-group.days .range-double-slider input[type=range].to:hover::-webkit-slider-thumb {
  border-right-color: #ccc;
}
.adv .da-item-edit .form-group.days .range-double-slider input[type=range].to.on::-webkit-slider-thumb {
  border-right-color: #5ab37f;
}
.adv .da-item-edit .form-group.days .range-double-slider input[type=range].to.on:focus::-webkit-slider-thumb {
  border-right-color: #407c59;
}
.adv .da-item-edit .form-group.days .range-double-slider input[type=range].to.on:hover::-webkit-slider-thumb {
  border-right-color: #71ce98;
}
.adv .da-item-edit .form-group.days .range-double-slider input[type=range].from::-moz-range-thumb {
  border-left-color: #bbb;
}
.adv .da-item-edit .form-group.days .range-double-slider input[type=range].from:focus::-moz-range-thumb {
  border-left-color: #999;
}
.adv .da-item-edit .form-group.days .range-double-slider input[type=range].from:hover::-moz-range-thumb {
  border-left-color: #ccc;
}
.adv .da-item-edit .form-group.days .range-double-slider input[type=range].from.on::-moz-range-thumb {
  border-left-color: #5ab37f;
}
.adv .da-item-edit .form-group.days .range-double-slider input[type=range].from.on:focus::-moz-range-thumb {
  border-left-color: #407c59;
}
.adv .da-item-edit .form-group.days .range-double-slider input[type=range].from.on:hover::-moz-range-thumb {
  border-left-color: #71ce98;
}
.adv .da-item-edit .form-group.days .range-double-slider input[type=range].to::-moz-range-thumb {
  border-right-color: #bbb;
}
.adv .da-item-edit .form-group.days .range-double-slider input[type=range].to:focus::-moz-range-thumb {
  border-right-color: #999;
}
.adv .da-item-edit .form-group.days .range-double-slider input[type=range].to:hover::-moz-range-thumb {
  border-right-color: #ccc;
}
.adv .da-item-edit .form-group.days .range-double-slider input[type=range].to.on::-moz-range-thumb {
  border-right-color: #5ab37f;
}
.adv .da-item-edit .form-group.days .range-double-slider input[type=range].to.on:focus::-moz-range-thumb {
  border-right-color: #407c59;
}
.adv .da-item-edit .form-group.days .range-double-slider input[type=range].to.on:hover::-moz-range-thumb {
  border-right-color: #71ce98;
}
.adv .da-item-edit .form-group.days .range-double-slider input[type=range].from::-ms-thumb {
  border-left-color: #bbb;
}
.adv .da-item-edit .form-group.days .range-double-slider input[type=range].from:focus::-ms-thumb {
  border-left-color: #999;
}
.adv .da-item-edit .form-group.days .range-double-slider input[type=range].from:hover::-ms-thumb {
  border-left-color: #ccc;
}
.adv .da-item-edit .form-group.days .range-double-slider input[type=range].from.on::-ms-thumb {
  border-left-color: #5ab37f;
}
.adv .da-item-edit .form-group.days .range-double-slider input[type=range].from.on:focus::-ms-thumb {
  border-left-color: #407c59;
}
.adv .da-item-edit .form-group.days .range-double-slider input[type=range].from.on:hover::-ms-thumb {
  border-left-color: #71ce98;
}
.adv .da-item-edit .form-group.days .range-double-slider input[type=range].to::-ms-thumb {
  border-right-color: #bbb;
}
.adv .da-item-edit .form-group.days .range-double-slider input[type=range].to:focus::-ms-thumb {
  border-right-color: #999;
}
.adv .da-item-edit .form-group.days .range-double-slider input[type=range].to:hover::-ms-thumb {
  border-right-color: #ccc;
}
.adv .da-item-edit .form-group.days .range-double-slider input[type=range].to.on::-ms-thumb {
  border-right-color: #5ab37f;
}
.adv .da-item-edit .form-group.days .range-double-slider input[type=range].to.on:focus::-ms-thumb {
  border-right-color: #407c59;
}
.adv .da-item-edit .form-group.days .range-double-slider input[type=range].to.on:hover::-ms-thumb {
  border-right-color: #71ce98;
}
.adv .da-item-edit .form-group.time .range-double-slider {
  margin-top: 10px;
}
.adv .da-item-edit .form-group.time .range-double-slider input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  pointer-events: all;
  cursor: pointer;
  width: 14px;
  height: 25px;
  background: transparent;
  border: 1px solid;
}
.adv .da-item-edit .form-group.time .range-double-slider input[type=range]::-moz-range-thumb {
  pointer-events: all;
  cursor: pointer;
  width: 14px;
  height: 25px;
  background: transparent;
  border: 1px solid;
  border-radius: 0;
}
.adv .da-item-edit .form-group.time .range-double-slider input[type=range]::-ms-thumb {
  pointer-events: all;
  cursor: pointer;
  width: 14px;
  height: 25px;
  background: transparent;
  border: 1px solid;
  border-radius: 0;
}
.adv .da-item-edit .form-group.time .range-double-slider input[type=range]::-webkit-slider-thumb {
  border-color: #222;
}
.adv .da-item-edit .form-group.time .range-double-slider input[type=range]:focus::-webkit-slider-thumb {
  border-color: #407c59;
}
.adv .da-item-edit .form-group.time .range-double-slider input[type=range]:hover::-webkit-slider-thumb {
  border-color: #5ab37f;
  background-color: rgba(113, 206, 152, 0.2);
}
.adv .da-item-edit .form-group.time .range-double-slider input[type=range]::-moz-range-thumb {
  border-color: #222;
}
.adv .da-item-edit .form-group.time .range-double-slider input[type=range]:focus::-moz-range-thumb {
  border-color: #407c59;
}
.adv .da-item-edit .form-group.time .range-double-slider input[type=range]:hover::-moz-range-thumb {
  border-color: #5ab37f;
  background-color: rgba(113, 206, 152, 0.2);
}
.adv .da-item-edit .form-group.time .range-double-slider input[type=range]::-ms-thumb {
  border-color: #222;
}
.adv .da-item-edit .form-group.time .range-double-slider input[type=range]:focus::-ms-thumb {
  border-color: #407c59;
}
.adv .da-item-edit .form-group.time .range-double-slider input[type=range]:hover::-ms-thumb {
  border-color: #5ab37f;
  background-color: rgba(113, 206, 152, 0.2);
}
.adv .da-item-edit .form-group.time .range-double-slider .labels {
  display: flex;
  justify-content: space-between;
  font-size: 0.75em;
  font-weight: bold;
  margin-left: 3px;
  margin-right: 3px;
}
.adv .da-item-edit .form-group.time .range-double-slider .labels > div {
  width: 12px;
}
.adv .da-item-edit .form-group.time .range-double-slider > input {
  margin-top: -10px;
}
.adv .da-item-edit.asset .head button i {
  font-size: 1.5em;
}
.adv .da-item-edit.asset .top {
  margin-bottom: 0.5em;
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: row;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
}
.adv .da-item-edit.asset .bottom {
  margin-bottom: 5px;
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: row;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
}
.adv .da-item-edit.asset .bottom .image {
  height: 9em;
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.adv .da-item-edit.asset .bottom .side {
  flex: 1;
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}
.adv .da-item-edit.asset .bottom .side > button {
  margin: 0.5em 0;
}
.adv .da-item-edit.asset .filename,
.adv .da-item-edit.asset .ext,
.adv .da-item-edit.asset .filename-readonly {
  height: 42px;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.adv .da-item-edit.asset .filename {
  flex: 1;
  border-bottom: 1px solid #bbb;
  background: #fcfcfc;
}
.adv .da-item-edit.asset .filename input,
.adv .da-item-edit.asset .filename select {
  font-weight: bold;
}
.adv .da-item-edit.asset .filename:after {
  border-bottom: 1px solid #000;
  transform: scaleX(0);
  transition: transform 40ms ease-in-out;
}
.adv .da-item-edit.asset .filename:hover:after {
  transform: scaleX(1);
}
.adv .da-item-edit.asset .ext,
.adv .da-item-edit.asset .filename-readonly {
  line-height: 42px;
}
.adv .adv-url-input {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: column;
  align-items: center;
}
.adv .adv-url-input > * {
  width: 100%;
}
.adv .adv-url-input .invalid {
  border: 1px solid red;
}
.adv .adv-url-input .error {
  text-align: center;
  color: red;
}
.adv .adv-url-input > .form-group > .input-group {
  width: 100%;
}
.adv .adv-url-input .url-preview {
  flex: 1;
  min-height: 250px;
  background-color: lightgray;
}
.adv .adv-url-input .url-preview iframe {
  width: 100% !important;
  height: 100% !important;
  border: 0;
}
.adv .asset-display-controls input {
  border: 1px solid #888;
}
.adv .asset-display-controls .control {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: row;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 5px 0;
}
.adv .asset-display-controls .control .output {
  margin: 0 15px;
  font-size: 20px;
}
.adv .asset-display-controls .control .time {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: row;
  align-items: center;
  flex: 1;
  width: 100%;
}
.adv .asset-display-controls .control .time input[type=number] {
  width: 33.33333333%;
  text-align: center;
}
.adv .asset-display-controls .control .time input[type=number]:not(:first-child) {
  border-left: none;
}
.adv .asset-display-controls .control .countdown {
  flex: 1;
  width: 100%;
}
.adv .asset-display-controls .control .countdown h5 {
  text-align: center;
}
.adv .asset-display-controls .control .buttons {
  margin: 0 15px;
}
#tab-advertising.tab-pane {
  padding: 0;
}
#tab-advertising.tab-pane .content {
  background: white;
}
#tab-advertising.tab-pane .controls {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: row;
  justify-content: space-between;
  height: 52px;
  padding-left: 1em;
  padding-right: 0.25em;
  font-size: 2rem;
  border: 0;
  border-bottom: 1px solid #dadddd;
}
#tab-advertising.tab-pane .controls ul.inline-menu li > a.disabled {
  pointer-events: none;
  opacity: 0.5;
}
#tab-advertising.tab-pane .controls ul.inline-menu li:hover > a:not(.disabled) {
  color: #5ab37f;
}
#tab-advertising.tab-pane .controls .list-controls {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: row;
  align-items: center;
}
#tab-advertising.tab-pane .controls .list-controls > div {
  font-size: 1.4rem;
}
#tab-advertising.tab-pane .controls .list-controls > div,
#tab-advertising.tab-pane .controls .list-controls > span {
  margin-left: 5px;
}
#tab-advertising.tab-pane .controls .list-controls .asset-filter .btn .selection {
  font-family: open_sanssemibold;
  font-weight: bold;
}
#tab-advertising.tab-pane .controls .list-controls .search {
  position: relative;
  width: 180px;
  background: white;
  border: 1px solid #dadddd;
}
#tab-advertising.tab-pane .controls .list-controls .search > input {
  width: 150px;
  height: 33px;
  padding: 0 5px;
  font-size: 1.4rem;
  border: 0;
}
#tab-advertising.tab-pane .controls .list-controls .search > i.clear-search {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
  color: #dadddd;
}
#tab-advertising.tab-pane .controls .list-controls .search > i.clear-search:hover {
  cursor: pointer;
  color: #999999;
}
#tab-advertising.tab-pane .video-controls > *:first-child {
  margin-right: -8px;
}
#tab-advertising.tab-pane .video-controls > *:last-child {
  margin-left: -8px;
}
#tab-advertising.tab-pane .video-controls > *:not(:first-child):not(:last-child) {
  margin: 0 -8px;
}
.adv-file-select {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: column;
  align-items: center;
}
.adv-file-select > * {
  width: 100%;
}
.adv-file-select .invalid {
  border: 1px solid red;
}
.adv-file-select .error {
  text-align: center;
  color: red;
}
.adv-file-select .progress {
  margin-bottom: 0px;
}
.adv-file-select .form-group {
  margin-left: 0px;
  margin-right: 0px;
}
.adv-file-select form {
  margin-bottom: 15px;
}
.adv-file-select .adv-file-list,
.adv-file-select .adv-file-view {
  flex: 1;
}
.adv-file-select .adv-file-view {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: column;
  align-items: center;
}
.adv-file-select .adv-file-view .adv-file-preview {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100% !important;
  height: 100% !important;
  background-color: lightgray;
}
.adv-file-select .adv-file-view .adv-file-preview .media {
  width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.adv-file-select .adv-file-view .throbber {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.adv-file-select .adv-file-list {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: lightgray;
}
.adv-file-select .adv-file-list .img-cache-progress {
  height: 100%;
  background: #5ab37f;
}
.adv-file-select .adv-file-list .row {
  margin-right: 0px;
}
.adv-file-select .adv-file-list .thumbnail-container {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 33.33333333%;
  max-width: 100px;
  padding: 2px;
}
.adv-file-select .adv-file-list .thumbnail-container.active {
  background: #cccccc;
  font-weight: bold;
}
.adv-file-select .adv-file-list .thumbnail-container .img-thumbnail {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.adv-file-select .adv-file-list .img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 32px;
  color: #5ab37f;
}
.adv-file-select .adv-file-list img {
  height: 60px;
}
.adv-file-select .adv-file-list .uploaded {
  opacity: 0.3;
}
.adv-file-select .adv-file-list #progressBarNarrow {
  width: 100%;
  height: 10px;
  background-color: #333333;
}
.adv-file-select .adv-file-list #progressBarNarrow .ui-progressbar-value {
  margin: 0;
  background-color: #428bca;
}
.adv-file-select .adv-file-list .filename {
  width: 100%;
  font-size: 11px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.adv-file-select .file-select-browse {
  width: 100%;
}
.adv-file-select .btn-file {
  position: relative;
  overflow: hidden;
  color: white !important;
}
.adv-file-select .btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  min-width: 100%;
  min-height: 100%;
  font-size: 999px;
  text-align: right;
  opacity: 0;
  filter: alpha(opacity=0);
  background: white;
  outline: none;
  cursor: inherit;
}
.adv-file-select #adv-file-selected {
  cursor: initial;
}
#container-dlg-adv-asset-create-view .modal-dialog {
  width: 90%;
  height: 90%;
  max-width: 1024px;
}
#dlg-adv-asset-create h4 .img {
  width: 60px;
  vertical-align: text-top;
}
#dlg-adv-asset-create ul.inline-menu li {
  font-size: 1.66rem;
}
#dlg-adv-asset-create ul.inline-menu li > a {
  color: lightgray;
}
#dlg-adv-asset-create ul.inline-menu li > a.active {
  color: white;
}
#dlg-adv-asset-create ul.inline-menu li:hover > a {
  color: white;
}
#dlg-adv-asset-create .body-container {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: row;
}
#dlg-adv-asset-create .body-container > *:first-child {
  width: 50%;
}
#dlg-adv-asset-create .body-container > *:last-child {
  flex: 1;
}
#dlg-adv-gallery-add .adv-file-list {
  min-height: 241px !important;
}
#container-dlg-adv-scroll-item-create-view .modal-dialog {
  width: 90%;
  max-width: 1024px;
  height: 90%;
}
.display-options-edit {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: row;
}
.display-options-edit input:disabled {
  opacity: 0.5;
}
.display-options-edit > div {
  flex: 1;
}
.display-options-edit .form-group {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}
.display-options-edit div.form-group > *:first-child {
  width: 33.33333333%;
}
.display-options-edit div.form-group > *:first-child > input[type=checkbox] {
  margin-right: 1.75em;
  float: right;
}
.display-options-edit div.form-group > *:last-child {
  flex: 1;
}
.display-options-edit label span {
  font-weight: bold;
}
.display-options-edit .left,
.display-options-edit .right {
  flex: 1;
}
.display-options-edit .left {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: column;
  justify-content: space-evenly;
}
.display-options-edit .right {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.display-options-edit .form-group {
  justify-content: center;
}
.display-options-edit .form-group span {
  text-align: center;
}
.display-options-edit .options .control-group {
  margin: 6px 0;
}
.da-outputs-control > div:hover {
  background-color: #ccc !important;
}
.da-outputs-control > div.active {
  background-color: #bbb;
}
.da-outputs-control > div.active i {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 28px;
  color: white;
}
.da-outputs-control > div:not(.active) i {
  display: none !important;
}
.schedule-edit {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: column;
}
.schedule-edit > .form-group {
  flex-wrap: unset;
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: column;
  align-items: center;
  flex-direction: column !important;
}
.schedule-edit > .form-group:first-child {
  margin: 1em 0 0.5em 0 !important;
}
.schedule-edit > .form-group:last-child {
  margin: 0.5em 0 1em 0 !important;
}
.schedule-edit > .form-group:not(:first-child):not(:last-child) {
  margin: 0.5em 0 !important;
}
.schedule-edit > .form-group button:not(.on) {
  outline: 0;
  box-shadow: none;
  border: 1px solid transparent;
  border-radius: 0;
  background: transparent;
  padding: 3px 8px;
  border: 1px solid #ddd;
  background: #eee;
  transition: background-color 50ms linear, border 50ms linear;
}
.schedule-edit > .form-group button:not(.on):hover {
  background: #fafafa;
  transition: background-color 40ms linear, border 50ms linear;
}
.schedule-edit > .form-group button:not(.on):focus {
  background: #fafafa;
  transition: background-color 40ms linear, border 50ms linear;
}
.schedule-edit > .form-group button.on {
  outline: 0;
  box-shadow: none;
  border-radius: 0;
  background: transparent;
  padding: 3px 8px;
  border: 1px solid transparent;
  background: #fcfcfc;
  font-weight: bold;
  color: #333;
}
.schedule-edit > .form-group > *:first-child {
  width: 100%;
  flex: unset !important;
  margin-bottom: 1em;
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: row;
}
.schedule-edit > .form-group > *:first-child > span {
  font-weight: bold;
}
.schedule-edit > .form-group > *:first-child > input[type=checkbox] {
  margin-right: 1.75em;
  float: right;
}
.schedule-edit > .form-group > *:not(:first-child) {
  flex: 1;
}
.schedule-edit .collapsed {
  visibility: hidden;
}
.schedule-edit .end-year {
  width: 50%;
}
.schedule-edit .all-year {
  margin-right: 15px;
}
.schedule-edit .nl-radio-buttons {
  flex: 1;
  justify-content: center;
}
.schedule-edit .nl-radio-buttons > label > input + span {
  outline: 0;
  box-shadow: none;
  border: 1px solid transparent;
  border-radius: 0;
  background: transparent;
  padding: 3px 8px;
  border: 1px solid #ddd;
  background: #eee;
  transition: background-color 50ms linear, border 50ms linear;
}
.schedule-edit .nl-radio-buttons > label > input + span:hover {
  background: #fafafa;
  transition: background-color 40ms linear, border 50ms linear;
}
.schedule-edit .nl-radio-buttons > label > input + span:focus {
  background: #fafafa;
  transition: background-color 40ms linear, border 50ms linear;
}
.schedule-edit .nl-radio-buttons > label > input:not(:checked) + span:hover {
  outline: 0;
  box-shadow: none;
  border-radius: 0;
  background: transparent;
  padding: 3px 8px;
  border: 1px solid transparent;
  background: #fcfcfc;
  font-weight: bold;
  color: #333;
}
.schedule-edit .nl-radio-buttons > label > input:checked + span {
  background-color: #5ab37f;
  color: #fff;
}
.schedule-edit .nl-radio-buttons > label {
  margin: 0 0.25em;
}
.schedule-edit .nl-radio-buttons > label > span {
  width: 100%;
}
.schedule-edit .nl-time-input {
  width: 100%;
}
.schedule-edit .nl-time-input .ui-spinner {
  flex: 1;
}
@media screen and (max-width: 1023px) {
  .adv-asset-edit-component {
    display: flex;
    min-width: 0;
    min-height: 0;
    flex-direction: column;
  }
  .adv-asset-edit-component .options {
    display: flex;
    min-width: 0;
    min-height: 0;
    flex-direction: row;
  }
  .adv-asset-edit-component .options > .section {
    flex: 1;
  }
}
@media screen and (min-width: 1024px) {
  .adv-asset-edit-component {
    display: flex;
    min-width: 0;
    min-height: 0;
    flex-direction: column;
  }
  .adv-asset-edit-component .options {
    display: flex;
    min-width: 0;
    min-height: 0;
    flex-direction: column;
  }
}
#container-dlg-adv-library-create-view .modal-dialog {
  width: 90%;
  min-height: 550px;
}
@media screen and (max-width: 1023px) {
  #container-dlg-adv-library-create-view .modal-dialog {
    height: 90%;
  }
}
@media screen and (min-width: 1024px) {
  #container-dlg-adv-library-create-view .modal-dialog {
    height: 75%;
  }
}
#container-dlg-adv-library-create-view .modal-body {
  overflow: hidden;
}
#dlg-adv-library-create .invalid {
  border: 1px solid red;
}
#dlg-adv-library-create .error {
  position: absolute;
  bottom: 0;
  color: red;
}
#dlg-adv-library-create .section {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: row;
}
#dlg-adv-library-create .adv-file-list {
  height: 100%;
}
#dlg-adv-library-create .preview {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
#dlg-adv-library-create .preview .placeholder {
  width: 450px;
  height: 254px;
  background: lightgray;
}
#dlg-adv-library-create .preview img {
  max-width: 100%;
  max-height: 80%;
}
#dlg-adv-library-create h5.img-filename {
  text-align: center;
}
#dlg-adv-library-create .adv-file-list {
  background: none !important;
}
#dlg-adv-library-create .secion.display,
#dlg-adv-library-create .section.schedule {
  flex: 1;
}
#container-dlg-adv-toi-item-create-view .modal-dialog {
  height: 90%;
  min-width: 500px;
}
@media screen and (max-width: 1023px) {
  #container-dlg-adv-toi-item-create-view .modal-dialog {
    width: 90%;
  }
}
@media screen and (min-width: 1024px) {
  #container-dlg-adv-toi-item-create-view .modal-dialog {
    width: auto;
    max-width: 1024px;
  }
}
#container-dlg-adv-toi-item-create-view .modal-body {
  overflow: hidden;
}
#dlg-adv-toi-item-create .image-text-edit .form-group,
#dlg-adv-toi-item-create .image-bg-edit .form-group {
  align-items: center;
}
#dlg-adv-toi-item-create .image-text-edit .form-group label:first-child,
#dlg-adv-toi-item-create .image-bg-edit .form-group label:first-child {
  width: 25%;
}
#dlg-adv-toi-item-create .invalid {
  border: 1px solid red;
}
#dlg-adv-toi-item-create .error {
  text-align: center;
  color: red;
}
#dlg-adv-toi-item-create .input-group.slider {
  height: 20px;
  margin: 10px 0;
  padding-left: 5px;
}
#dlg-adv-toi-item-create .input-group.slider > div {
  height: 7px;
  top: -2px;
}
#dlg-adv-toi-item-create .input-group.slider > div .ui-slider-range {
  background: #e6e6e6;
}
#dlg-adv-toi-item-create .input-group.slider > div .ui-state-default,
#dlg-adv-toi-item-create .input-group.slider > div .ui-widget-content .ui-state-default {
  background: #7dc39a;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -webkit-border-top-left-radius: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  -moz-border-radius-topleft: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 0;
}
#dlg-adv-toi-item-create .input-group.slider > div .ui-state-default:focus,
#dlg-adv-toi-item-create .input-group.slider > div .ui-widget-content .ui-state-default:focus,
#dlg-adv-toi-item-create .input-group.slider > div .ui-state-default:active,
#dlg-adv-toi-item-create .input-group.slider > div .ui-widget-content .ui-state-default:active,
#dlg-adv-toi-item-create .input-group.slider > div .ui-state-default.ui-state-hover,
#dlg-adv-toi-item-create .input-group.slider > div .ui-widget-content .ui-state-default.ui-state-hover {
  outline: none;
  border: 0;
  background: #5ab37f;
}
#dlg-adv-toi-item-create .border-guide {
  border: 1px dashed gray;
}
#dlg-adv-toi-item-create .bold {
  font-weight: bold;
}
#dlg-adv-toi-item-create .shadow {
  text-shadow: 2px 2px 0px #000000;
}
#dlg-adv-toi-item-create .toi-item .section.bg {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: row;
  justify-content: center;
}
#dlg-adv-toi-item-create .toi-item .section.bg .preview {
  position: relative;
  max-height: 100%;
  overflow: hidden;
}
#dlg-adv-toi-item-create .toi-item .section.bg .preview .text-container {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  font-size: 24px;
}
#dlg-adv-toi-item-create .toi-item .section.bg .preview .text-container > div > input {
  width: 100%;
  background: none;
  border: 0;
  outline: 0;
  font-size: 3em;
  text-align: center;
  -webkit-appearance: none;
}
#dlg-adv-toi-item-create .toi-item .section.bg .preview .text-container > div > input:hover {
  background: rgba(255, 255, 255, 0.2);
}
#dlg-adv-toi-item-create .toi-item .section.bg .preview .text-container > div > input:focus {
  outline: 0;
  border-style: solid;
  border-color: white;
  background: rgba(0, 0, 0, 0.2);
}
#dlg-adv-toi-item-create .toi-item .section.bg .preview .img-container {
  width: 100% !important;
  height: 100% !important;
}
#dlg-adv-toi-item-create .toi-item .lane-view {
  flex: 1;
  width: 100%;
}
#dlg-adv-toi-item-create .toi-item .section.asset {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: column;
}
#dlg-adv-toi-item-create .adv-file-list {
  background: none !important;
}
#dlg-adv-toi-item-create .section.text .image-text-edit {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: column;
}
#dlg-adv-toi-item-create .section.text .image-text-edit button.active {
  background: #788388;
}
#dlg-adv-toi-item-create .section.text .filename {
  border-bottom: 1px solid #bbb;
  background: #fcfcfc;
}
#dlg-adv-toi-item-create .section.text .filename input,
#dlg-adv-toi-item-create .section.text .filename select {
  font-weight: bold;
}
#dlg-adv-toi-item-create .section.text .filename:after {
  border-bottom: 1px solid #000;
  transform: scaleX(0);
  transition: transform 40ms ease-in-out;
}
#dlg-adv-toi-item-create .section.text .filename:hover:after {
  transform: scaleX(1);
}
#tab-messages {
  padding: 0;
  background: #f3f3f3;
  overflow-y: hidden;
  padding-bottom: 0;
}
#tab-messages .messages-tabs {
  background: #eee;
}
#tab-messages .messages-tabs li a,
#tab-messages .messages-tabs li {
  border-radius: 0;
  margin: 0;
  outline: none;
}
#tab-messages .messages-tabs li a {
  border: 0;
  border-right: 1px solid #999999;
  color: #333333;
  background: #f3f3f3;
}
#tab-messages .messages-tabs li.active a {
  background: #167694 !important;
  color: #ffffff !important;
  border: 0 !important;
  border-right: 1px solid #999999 !important;
}
#tab-messages .messages-tabs li a:hover {
  color: #ffffff !important;
  background: #8fc6d7;
  border: 0 !important;
  border-right: 1px solid #999999 !important;
}
#tab-messages .messages-tabs li.active a:hover {
  background: #8fc6d7;
  color: #ffffff !important;
  border: 0 !important;
  border-right: 1px solid #999999 !important;
}
#tab-messages .messages-tabs button::-moz-focus-inner {
  border: 0;
}
#tab-messages .mail-inbox-footer {
  border-top: 1px solid #dadddd;
  background-color: #f3f3f3;
}
.mail-list-body .mail-item:hover {
  background-color: #ddd;
}
.mail-item {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.mail-item .mail-new {
  vertical-align: top;
  width: 24px;
}
.mail-item .mail-new-marker {
  position: relative;
  top: -7px;
  font-size: 24px;
  color: #167694;
}
.mail-item .mail-text {
  flex: 1;
}
.mail-item .mail-text .from-line {
  font-size: 16px;
}
.mail-item .mail-text .from-line .from {
  font-weight: bold;
  color: #167694;
}
.mail-item .mail-text .title {
  font-weight: bold;
  font-size: 16px;
}
.mail-item .mail-text .timedate-line {
  font-size: 12px;
}
.mail-item .mail-text .body {
  font-size: 16px;
  color: #999999;
}
.mail-item .mail-priority {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
}
.mail-item .mail-priority-marker {
  color: #941616;
}
.mail-item .mail-delete {
  text-align: center;
  width: 10%;
}
.mail-item hr {
  width: 100%;
}
.modal-dialog.mail {
  width: 66.666%;
  height: 80%;
}
.mail-modal-container .mail-modal-heading {
  background: #999999;
  color: white;
}
.mail-modal-container .mail-modal-header {
  background: #f3f3f3;
}
.mail-modal-container .mail-modal-body {
  background: white;
}
.mail-modal-container .mail-modal-footer {
  background: #f3f3f3;
}
.mail-modal-container .mail-modal-footer .mail-modal-delete-marker {
  color: #941616;
}
/* Created by samb, stylesheet for spotify classes. They were beginning to get too heavily nested in the page structure */
/* SPOTIFY BRAND COLOURS */
.spotify-bg {
  background-color: #1ed760 !important;
}
.spotify-fg {
  color: #1ed760 !important;
}
.spotify-guest-fg {
  color: #D7B21E !important;
}
.spotify-list-main {
  color: black ;
}
.spotify-list-guest {
  color: blue ;
}
.spotify-list-guest2 {
  color: #66ba2e;
}
.spotify-standard-btn {
  display: flex;
  flex-direction: row !important;
  align-items: center;
  position: relative;
  height: 34px;
  background-color: #1ed760 !important;
  color: #ffffff !important;
  border: 0px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: bold;
}
.spotify-standard-btn i {
  font-size: 20px;
}
.spotify-standard-btn > span:first-child {
  width: 34px;
}
.spotify-standard-btn > *:last-child {
  margin-right: 10px;
}
.btn-spotify {
  display: flex;
  flex-direction: row !important;
  align-items: center;
  font-weight: bold;
  position: relative;
  height: 34px;
  font-size: 12px;
  border: 1px solid #1ed760;
  border-radius: 15px;
  color: white;
  background-color: #1ed760 !important;
}
.btn-spotify:hover,
.btn-spotify:hover i {
  color: #0f2e36 !important;
}
.btn-spotify.white {
  color: #1ed760;
  background-color: white !important;
}
.btn-spotify.white:hover,
.btn-spotify.white:hover i {
  border-color: #0f2e36;
  color: #0f2e36 !important;
}
.btn-spotify i {
  font-size: 20px;
}
.btn-spotify > span:first-child {
  width: 34px;
}
.btn-spotify > *:last-child {
  margin-right: 10px;
}
.btn-spotify .spotify-spinner {
  position: absolute;
  top: 5px;
  left: 3px;
}
.btn-spotify.mini {
  width: 34px;
  height: 34px;
  padding: 3px 7px;
}
.btn-spotify.mini span {
  display: none;
}
.btn-spotify.mini i {
  margin-left: 0;
}
.btn-spotify.mini .spotify-spinner {
  top: 7px;
  left: 7px;
}
#spotify-link {
  margin-top: 5px;
  margin-left: 10px;
}
#spotify-link .modal-spotify-spinner {
  height: 24px;
  width: 24px;
  position: absolute;
  top: 3px;
  left: 6px;
}
/**************************/
/* SPOTIFY IN SONG MODALS */
/**************************/
#song-spotify-detail {
  background-color: #333333;
  min-height: 147px;
  border-bottom: 1px solid #4c4c4c;
}
#song-spotify-detail iframe {
  margin-top: -20px;
  margin-bottom: -5px;
  border-bottom: 1px solid #4c4c4c;
}
#song-spotify-detail select {
  width: 100%;
  height: 31px;
}
#song-spotify-detail label {
  margin-top: 5px;
  color: #ffffff;
  text-align: left;
}
#song-spotify-detail hr {
  border-top: 1px solid #4C4C4C;
}
#song-spotify-detail .spotify-loading {
  color: #1ed760;
  margin-bottom: -10px;
  padding-bottom: 1px;
}
#song-spotify-detail #btnAddTracksToSpotify {
  font-size: 26px;
  color: #ffffff;
}
#song-spotify-detail #btnAddTracksToSpotify:hover {
  color: #555555;
}
#song-spotify-detail #undo-create-playlist {
  font-size: 20px;
  color: white;
  margin-left: -10px;
  margin-top: 2px;
}
#song-spotify-detail #undo-create-playlist:hover {
  color: #555555;
  background-color: #999999;
  border-radius: 5px;
}
/****************************************/
/* SONG MODAL SPOTIFY BUTTONS OVERRIDES */
/****************************************/
#spotify-add-playlist {
  width: 100%;
  margin-top: 15px;
  font-size: 14px;
}
@media (min-width: 768px) {
  #spotify-add-playlist {
    margin-top: 0px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  #spotify-add-playlist span {
    padding-left: 5px;
  }
}
/************************/
/* SPOTIFY NAVBAR MODAL */
/************************/
#dlg-spotify .panel-heading {
  background-color: #555555;
  color: #ffffff;
  padding: 5px;
  border-radius: 0;
  border: 0;
}
#dlg-spotify .panel-heading button {
  margin-left: 3px;
  border-radius: 20px;
  padding-left: 3px;
  padding-right: 3px;
  padding-top: 2px;
  padding-bottom: 0;
}
#dlg-spotify .panel-heading button i {
  font-size: 18px;
}
#dlg-spotify-not-signed-in {
  padding: 1px;
  height: 535px;
  background: #5ab37f;
}
#dlg-spotify-not-signed-in .spotify-playlist {
  max-height: 400px;
  overflow-y: scroll;
}
#dlg-spotify-not-signed-in .panel-heading {
  background-color: #555555;
  color: #ffffff;
  padding: 5px;
  border-radius: 0;
  border: 0;
}
#dlg-spotify-not-signed-in .panel-heading button {
  margin-left: 3px;
  border-radius: 20px;
  padding-left: 3px;
  padding-right: 3px;
  padding-top: 2px;
  padding-bottom: 0;
}
#dlg-spotify-not-signed-in .panel-heading button i {
  font-size: 18px;
}
#dlg-spotify-not-signed-in .modal-body {
  width: 630px;
  height: 492px;
}
#dlg-spotify-not-signed-in {
  height: 200px !important;
}
/***************************************/
/* NAV MODAL SPOTIFY BUTTONS OVERRIDES */
/***************************************/
#spotify-add-user-playlist {
  width: 15%;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-top: 10px;
}
@media (max-width: 1200px) {
  #spotify-add-user-playlist {
    width: 30%;
  }
}
/******************************/
/* SPOTIFY LIST & SEARCH TABS */
/******************************/
li.spotify-list a {
  color: #1ed760;
}
li.spotify-list a:hover {
  color: #ffffff;
  background: #1ed760 !important;
}
li.spotify-list.active a,
li.spotify-list.active callout-bottom {
  background: #1ed760 !important;
}
li.spotify-list.active a:after,
li.spotify-list.active callout-bottom:after {
  border-top-color: #1ed760 !important;
  margin-left: -6px;
  border-width: 6px;
}
#close-spotify-guest {
  color: black;
  font-size: 18px;
}
#close-spotify-guest:hover {
  color: #941616;
}
#signed-spotify-user {
  color: black;
  font-size: 18px;
}
#signed-spotify-user:hover {
  color: #1ed760;
}
.spotify-guest-title {
  background-color: grey;
  height: 25px;
  vertical-align: middle;
  padding-top: 2px;
  padding-left: 13px;
  color: white;
}
.spotify-player {
  height: 100%;
  background: #282828;
}
.spotify-player .spotify-player__details-container {
  width: 100%;
  height: 80px;
}
.spotify-player .spotify-player__details-container .spotify-player__details {
  height: 100%;
  display: flex;
}
.spotify-player .spotify-player__details-container .spotify-player__details .album-art {
  width: 85px;
  height: 100%;
  position: relative;
}
.spotify-player .spotify-player__details-container .spotify-player__details .album-art img {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 60px;
  height: 60px;
  border: 0;
  border-radius: 0;
  background-color: transparent;
}
.spotify-player .spotify-player__details-container .spotify-player__details .metadata {
  width: 80%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 5px;
}
.spotify-player .spotify-player__details-container .spotify-player__details .metadata > div {
  margin-top: 2px;
  margin-bottom: 2px;
}
.spotify-player .spotify-player__details-container .spotify-player__details .metadata .title {
  font-size: 14px;
  color: #ffffff;
}
.spotify-player .spotify-player__details-container .spotify-player__details .metadata .artist {
  font-size: 12px;
  color: #b3b3b3;
}
.spotify-player .spotify-player__controls-container {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
}
.spotify-player .spotify-player__controls-container .spotify-player__controls {
  height: 100%;
}
.spotify-player .spotify-player__controls-container .spotify-player__controls .btn-area {
  width: 50px;
  height: 100%;
  display: inline-block;
  position: relative;
}
.spotify-player .spotify-player__controls-container .spotify-player__controls .btn-area img,
.spotify-player .spotify-player__controls-container .spotify-player__controls .btn-area a {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.spotify-player .spotify-player__controls-container .spotify-player__controls .btn-area .sml-btn {
  width: 35px;
  height: 30px;
}
.spotify-player .spotify-player__controls-container .spotify-player__controls .btn-area .big-btn {
  width: 35px;
  height: 35px;
}
.spotify-player .spotify-player__controls-container .spotify-player__controls .btn-area .prev {
  background: url('../img/music_preview/prev_arrow_grey.png') no-repeat center center;
  background-size: contain;
}
.spotify-player .spotify-player__controls-container .spotify-player__controls .btn-area .prev:hover {
  background-image: url('../img/music_preview/prev_arrow_white.png');
  cursor: pointer;
}
.spotify-player .spotify-player__controls-container .spotify-player__controls .btn-area .next {
  background: url('../img/music_preview/next_arrow_grey.png') no-repeat center center;
  background-size: contain;
}
.spotify-player .spotify-player__controls-container .spotify-player__controls .btn-area .next:hover {
  background-image: url('../img/music_preview/next_arrow_white.png');
  cursor: pointer;
}
.spotify-player .spotify-player__controls-container .spotify-player__controls .btn-area .play {
  background: url('../img/music_preview/spotify_play_grey.png') no-repeat center center;
  background-size: contain;
}
.spotify-player .spotify-player__controls-container .spotify-player__controls .btn-area .play:hover {
  background-image: url('../img/music_preview/spotify_play_white.png');
  cursor: pointer;
}
.spotify-player .spotify-player__controls-container .spotify-player__controls .btn-area .pause {
  background: url('../img/music_preview/spotify_pause_grey.png') no-repeat center center;
  background-size: contain;
}
.spotify-player .spotify-player__controls-container .spotify-player__controls .btn-area .pause:hover {
  background-image: url('../img/music_preview/spotify_pause_white.png');
  cursor: pointer;
}
.spotify-player .spotify-player__progress-bar-container {
  width: 100%;
  height: 30px;
}
.spotify-player .spotify-player__progress-bar-container .spotify-player__progress-bar {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.spotify-player .spotify-player__progress-bar-container .spotify-player__progress-bar .time {
  width: 10%;
  text-align: center;
  font-size: 12px;
  color: #b3b3b3;
}
.spotify-player .spotify-player__progress-bar-container .spotify-player__progress-bar .bar {
  width: 80%;
  height: 5px;
  background: #404040;
  border-radius: 4px;
}
.spotify-player .spotify-player__progress-bar-container .spotify-player__progress-bar .bar .progress-line {
  height: 100%;
  width: 0px;
  background: #b3b3b3;
  border-radius: 4px;
}
.spotify-player .spotify-player__progress-bar-container .spotify-player__progress-bar .bar .progress-line .progress-point {
  display: none;
}
.spotify-player .spotify-player__progress-bar-container .spotify-player__progress-bar .bar .progress-line:hover {
  background: #1db954;
}
.spotify-player .spotify-player__progress-bar-container .spotify-player__progress-bar .bar .progress-line:hover .progress-point {
  display: initial;
  width: 13px;
  height: 13px;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  margin-top: -4px;
  margin-right: -6px;
  float: right;
}
.spotify-player-progress-container {
  width: 100%;
  height: 30px;
}
.spotify-player-progress-container.disabled {
  opacity: 0.5 !important;
  cursor: default !important;
  pointer-events: none;
}
.spotify-player-progress {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.spotify-player-progress .action-buttons > div a:hover {
  cursor: pointer;
}
.spotify-player-progress .action-buttons .play {
  background: url('../img/music_preview/spotify_play_grey.png') no-repeat center center;
  background-size: contain;
}
.spotify-player-progress .action-buttons .play:hover {
  background-image: url('../img/music_preview/spotify_play_white.png');
}
.spotify-player-progress .action-buttons .pause {
  background: url('../img/music_preview/spotify_pause_grey.png') no-repeat center center;
  background-size: contain;
}
.spotify-player-progress .action-buttons .pause:hover {
  background-image: url('../img/music_preview/spotify_pause_white.png');
}
.spotify-player-progress > .bar {
  flex-grow: 1;
}
.spotify-player-progress > .bar .top {
  display: flex;
}
.spotify-player-progress > .bar .top .time {
  font-size: 12px;
  color: #b3b3b3;
}
.spotify-player-progress > .bar .top .remaining {
  margin-left: auto;
}
.spotify-player-progress > .bar .bottom {
  height: 15px;
  padding-top: 5px;
}
.spotify-player-progress > .bar .bottom .bar {
  height: 5px;
  background: #404040;
  border-radius: 4px;
}
.spotify-player-progress > .bar .bottom:hover {
  cursor: pointer;
}
.spotify-player-progress > .bar .bottom:hover > .bar > .progress-line {
  background: #1db954;
}
.spotify-player-progress > .bar .bottom:hover > .bar > .progress-line .progress-point {
  display: initial;
  width: 13px;
  height: 13px;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  margin-top: -4px;
  margin-right: -6px;
  float: right;
}
.spotify-player-progress > .bar .progress-line {
  height: 100%;
  width: 0px;
  background: #b3b3b3;
  border-radius: 4px;
}
.spotify-player-progress > .bar .progress-line .progress-point {
  display: none;
}
.spotify-player-progress .spotify-logo-button .spotify-logo {
  background: url('../img/music_preview/brand/ic-spotify-new.png') no-repeat center center;
  background-size: contain;
}
.spotify-player-progress .spotify-logo-button .spotify-logo:hover {
  background-image: url('../img/music_preview/brand/ic-spotify-new.png');
  cursor: pointer;
}
.spotify-player-progress .btn-area {
  width: 50px;
  height: 100%;
  display: inline-block;
  position: relative;
}
.spotify-player-progress .btn-area img,
.spotify-player-progress .btn-area a {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.spotify-player-progress .btn-area .sml-btn {
  width: 35px;
  height: 30px;
}
.spotify-player-progress .btn-area .big-btn {
  width: 35px;
  height: 35px;
}
.spotify-preview-player {
  display: none;
}
/*
 * Misc styles which don't really belong anywhere
 */
*[class^="nm-icon-"]:before,
*[class*=" nm-icon-"]:before,
*[class*="nm-icons-"]:before,
*[class*=" nm-icons-"]:before,
*[class^="icon-"]:before,
*[class*=" icon-"]:before,
*[class^="nm-icon-"]:hover,
*[class*=" nm-icon-"]:hover,
*[class*="nm-icons-"]:hover,
*[class*=" nm-icons-"]:hover,
*[class^="icon-"]:hover,
*[class*=" icon-"]:hover {
  text-decoration: none !important;
}
/*@TODO move these btn classes somewhere better, perhaps a new file called controls or widgets or something would suffice*/
.disabled-btn {
  color: #222222;
}
@font-face {
  font-family: 'Satisfy';
  src: url('../font/Satisfy-Regular.ttf');
}
@font-face {
  font-family: 'Oswald';
  src: url('../font/Oswald-Regular.ttf');
}
@font-face {
  font-family: 'Roboto';
  src: url('../font/Roboto-Bold.ttf');
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.box-shadow1 {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.input-dark .input,
.input-dark .control {
  font-weight: bold;
  border: 0;
  background-color: transparent;
  font-size: 1.5em;
}
.input-dark .input:disabled,
.input-dark .control:not(.clickable) {
  opacity: 0.75 !important;
}
.input-dark .input:not(:disabled),
.input-dark .control.clickable {
  cursor: pointer;
}
.input-dark .input {
  color: #555;
}
.input-dark .input:not(:disabled):hover {
  color: #000;
}
.input-dark .control {
  color: #777;
}
.input-dark .control.clickable:hover {
  color: #222;
}
.input-dark .label-text-inline {
  color: #888;
  font-size: 0.6em;
}
.input-light .input,
.input-light .control {
  font-weight: bold;
  border: 0;
  background-color: transparent;
  cursor: pointer;
}
.input-light .input {
  color: #ddd;
  font-size: 1.5em;
}
.input-light .input:hover {
  color: #fff;
}
.input-light .control {
  color: #666;
  font-size: 1.125em;
}
.input-light .control:hover {
  color: #eee;
}
.input-light .label-text-inline {
  color: #aaa;
  font-size: 0.6em;
}
fieldset.field {
  flex: 1;
  margin: 0.5rem !important;
  padding: 1rem !important;
  display: flex;
  align-items: start;
  flex-wrap: wrap;
  border: 0;
  background-color: #eee;
}
fieldset.field legend {
  float: left;
  font-size: unset;
  border: 0;
  border-bottom: 0;
  padding: 0.5rem !important;
  margin: 0;
  font-weight: bold;
}
fieldset.field.center legend {
  width: 25%;
}
fieldset.field.center > *:last-child {
  width: 25%;
}
/* MEDIA CONTENT LISTS */
.media-content-list .body {
  font-family: "open_sanssemibold", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
.media-content-list .bodyText1 {
  font-size: 1.5rem;
}
.media-content-list .bodyText2 {
  font-size: 1.25rem;
}
.media-content-list .badge {
  min-width: 60px;
  height: 26px;
  padding-top: 0.6em;
  padding-bottom: 0.6em;
}
.media-content-list:not(.light):not(.dark) {
  background-color: #f3f4f3;
  color: #000;
}
.media-content-list:not(.light):not(.dark) .bodyText2 {
  color: #666;
}
.media-content-list:not(.light):not(.dark) .badge {
  background-color: #333333;
  color: #ffffff !important;
}
.media-content-list:not(.light):not(.dark) .list-item-selectable:not(.disabled):hover {
  background-color: #ccc;
}
.media-content-list.light {
  background-color: #fff;
  border: 1px solid #ccc;
}
.media-content-list.light .bodyText2 {
  color: #555;
}
.media-content-list.light .badge {
  background-color: #333333;
  color: #ffffff !important;
}
.media-content-list.light .list-item-selectable:not(.disabled):hover {
  background-color: #ddd;
}
.media-content-list.dark {
  background-color: transparent;
  color: #fff;
}
.media-content-list.dark .bodyText2 {
  color: #ccc;
}
.media-content-list.dark .badge {
  background-color: #eee;
  color: #000 !important;
}
.media-content-list .list-item-selectable:not(.disabled):hover {
  cursor: pointer;
}
/* MENUS */
ul.storm-green {
  background: none !important;
  border: 0 !important;
  box-shadow: none !important;
}
ul.storm-green li a {
  background-color: #5ab37f !important;
  color: #fff !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 6px 12px rgb(0 0 0%);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgb(0 0 0%);
}
ul.storm-green .caret {
  border-top-color: #fff;
}
ul.storm-green li a.disabled {
  cursor: default !important;
  background-color: #ddd !important;
  color: #999 !important;
}
ul.storm-green li a:not(.disabled):hover {
  background-color: #407c59 !important;
}
ul.storm-green li:focus a {
  background-color: #71ce98 !important;
  outline: none;
  outline-offset: 0;
}
/* BUTTONS */
button.storm-green {
  background-color: #5ab37f !important;
  color: #fff !important;
}
button.storm-green .caret {
  border-top-color: #fff;
}
button.storm-green:disabled {
  background-color: #ddd !important;
  color: #444 !important;
  opacity: 0.5;
}
button.storm-green:not(:disabled):hover {
  background-color: #407c59 !important;
}
button.storm-green:focus {
  background-color: #71ce98 !important;
  outline: none;
  outline-offset: 0;
}
button.storm-red {
  background-color: #b11b1b !important;
  color: #fff !important;
}
button.storm-red .caret {
  border-top-color: #fff;
}
button.storm-red:disabled {
  background-color: #ddd !important;
  color: #444 !important;
  opacity: 0.5;
}
button.storm-red:not(:disabled):hover {
  background-color: #941616 !important;
}
button.storm-red:focus {
  background-color: #cc1919 !important;
  outline: none;
  outline-offset: 0;
}
button.spotify-btn {
  background-color: #282828 !important;
  color: #1ed760 !important;
  border: 0 !important;
}
button.dark {
  background-color: #444 !important;
  color: #fff !important;
  border: 0 !important;
}
button.dark:disabled {
  background-color: #4f4f4f !important;
  color: #fff !important;
  opacity: 0.333;
}
button.dark:focus {
  background-color: #444 !important;
  color: #fff !important;
}
button.dark.active {
  background-color: #5ab37f !important;
  color: #fff !important;
}
button.dark:not(:disabled):not(.active):hover {
  background-color: #555 !important;
}
button.dark:not(:disabled).active:hover {
  background-color: #407c59 !important;
}
.btn-icon {
  box-shadow: none !important;
  border: 0 !important;
  background: transparent !important;
}
.btn-white-icon {
  box-shadow: none !important;
}
.btn-white-icon i {
  color: #ccc;
  transition: color 150ms;
}
.btn-white-icon:hover i {
  color: white;
  transition: color 150ms;
}
.btn-white-icon:active i {
  color: #5ab37f;
}
.btn-white-icon:focus {
  outline: none !important;
}
.btn-white-icon:focus i {
  color: #5ab37f;
}
.btn-black-icon {
  box-shadow: none !important;
}
.btn-black-icon i {
  color: #555;
  transition: color 150ms;
}
.btn-black-icon:hover i {
  color: black;
  transition: color 150ms;
}
.btn-black-icon:active i {
  color: #888;
}
.btn-black-icon:focus {
  outline: none !important;
}
.btn-black-icon:focus i {
  color: #888;
}
.button-blue-white i {
  color: white;
}
.button-blue-white a:hover {
  color: #555555;
}
.button-blue-white a:hover i {
  color: #555555;
}
.btn-dlg-white {
  font-size: 20px;
  border: 0;
  border-radius: 0px;
  background: white;
  color: black;
}
.btn-dlg-white:hover {
  background: #555555;
  cursor: pointer;
  color: white;
}
.btn-dlg-white:active {
  background: #ffffff;
}
.btn-dlg-white i,
.btn-dlg-white span {
  vertical-align: middle;
}
.btn-dlg-white i:first-child {
  margin-right: 4px;
}
.btn-dlg-white i:last-child {
  margin-left: 4px;
}
.btn-dlg-white span {
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  color: inherit;
}
.time-control .nl-time-input {
  border: 1px solid transparent;
  border-radius: 0;
  background: transparent;
}
.time-control .nl-time-input input,
.time-control .nl-time-input select,
.time-control .nl-time-input textarea {
  outline: none !important;
  box-shadow: none !important;
  border: 0 !important;
  background: transparent !important;
  width: 100%;
  height: 100%;
  margin: 0;
}
.time-control .nl-time-input input:disabled,
.time-control .nl-time-input select:disabled,
.time-control .nl-time-input textarea:disabled {
  cursor: initial;
}
.time-control .nl-time-input:after {
  display: block;
  content: '';
}
.time-control .nl-time-input:not(:disabled):not(.ui-state-disabled):not(.toggle-control-input) {
  border: 1px solid #888 !important;
}
.time-control .nl-time-input:not(:disabled):not(.ui-state-disabled):not(.toggle-control-input):hover {
  border: 1px solid #222 !important;
}
.select-control select:not(:disabled):not(.ui-state-disabled):not(.toggle-control-input) {
  border: 1px solid #888 !important;
}
.select-control select:not(:disabled):not(.ui-state-disabled):not(.toggle-control-input):hover {
  border: 1px solid #222 !important;
}
.number-control:not(.disabled) .outer:not(:disabled):not(.ui-state-disabled):not(.toggle-control-input) {
  border: 1px solid #888 !important;
}
.number-control:not(.disabled) .outer:not(:disabled):not(.ui-state-disabled):not(.toggle-control-input):hover {
  border: 1px solid #222 !important;
}
.number-control.disabled .outer {
  border: 1px solid #ddd !important;
}
.text-control input:not(:disabled):not(.ui-state-disabled):not(.toggle-control-input) {
  border: 1px solid #888 !important;
}
.text-control input:not(:disabled):not(.ui-state-disabled):not(.toggle-control-input):hover {
  border: 1px solid #222 !important;
}
ul.dropdown-menu > div > li.disabled {
  pointer-events: none;
  cursor: default;
}
.dropdown-toggle-hover:hover ul.dropdown-menu {
  display: block;
}
.ko-toggle-container.ko-toggle-round-flat {
  margin: 0;
}
.ko-toggle-container.ko-toggle-round-flat .ko-toggle {
  width: 72px;
  height: 22px;
}
.ko-toggle-container.ko-toggle-round-flat .ko-toggle > input + div {
  width: 100%;
  height: 100%;
  padding: 2px;
  border-radius: 60px;
  background-color: #ddd;
  transition: background 0.2s;
}
.ko-toggle-container.ko-toggle-round-flat .ko-toggle > input + div:before {
  display: block;
  position: absolute;
  content: "";
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 2px;
  border-radius: 60px;
  transition: background 0.2s;
}
.ko-toggle-container.ko-toggle-round-flat .ko-toggle > input + div:after {
  display: block;
  position: absolute;
  content: "";
  width: 18px;
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 2px;
  border-radius: 60px;
  background-color: var(--MMN-White, #FFF);
  transition: margin 0.2s, background 0.2s;
}
.ko-toggle-container.ko-toggle-round-flat .ko-toggle > input:checked + div:after {
  margin-left: 50px;
}
.ko-toggle-container.ko-toggle-round-flat .ko-toggle > input:not(:checked) + div > span {
  margin-left: 4px;
}
.ko-toggle-container.ko-toggle-round-flat .ko-toggle > input:checked + div > span {
  margin-left: -4px;
}
.ko-toggle-container.ko-toggle-round-flat .ko-toggle > input + div > span {
  font-family: "Open Sans", "open_sansregular", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-variant-numeric: lining-nums proportional-nums;
  font-feature-settings: 'ss02' on, 'ss01' on, 'salt' on;
  font-size: 11px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: -0.55px;
  text-align: center;
  width: 50px;
}
.ko-toggle-container.ko-toggle-round-flat .ko-toggle:not(.disabled) > input + div {
  background: var(--MMN-Storm-Green, #5AB37E) !important;
}
.ko-toggle-container.ko-toggle-round-flat .ko-toggle:not(.disabled) > input + div:before {
  background: var(--MMN-Storm-Green, #5AB37E) !important;
}
.ko-toggle-container.ko-toggle-round-flat:hover .ko-toggle:not(.disabled) > input + div {
  background: var(--MMN-Storm-Green-Dark, #407c59) !important;
}
.ko-toggle-container.ko-toggle-round-flat:hover .ko-toggle:not(.disabled) > input + div:before {
  background: var(--MMN-Storm-Green-Dark, #407c59) !important;
}
.ko-toggle-container.ko-toggle-round-flat .ko-toggle:not(.disabled) > input:checked + div {
  background: var(--MMN-Storm-Blue, #167694) !important;
}
.ko-toggle-container.ko-toggle-round-flat .ko-toggle:not(.disabled) > input:checked + div:before {
  background: var(--MMN-Storm-Blue, #167694) !important;
}
.ko-toggle-container.ko-toggle-round-flat:hover .ko-toggle:not(.disabled) > input:checked + div {
  background: var(--MMN-Storm-Blue-Dark, #2D5764) !important;
}
.ko-toggle-container.ko-toggle-round-flat:hover .ko-toggle:not(.disabled) > input:checked + div:before {
  background: var(--MMN-Storm-Blue-Dark, #2D5764) !important;
}
.ko-toggle-container.ko-toggle-round-flat .ko-toggle.disabled > input + div {
  background: var(--MMN-Shades-Grey-Mid, #999) !important;
}
.ko-toggle-container.ko-toggle-round-flat .ko-toggle.disabled > input + div:before {
  background: var(--MMN-Shades-Grey-Mid, #999) !important;
}
.ko-toggle-container.ko-toggle-round-flat .ko-toggle > input + div > span {
  color: var(--MMN-White, #FFF);
}
.ko-tabs .ko-tabs-list li:not(.active) {
  background: rgba(255, 255, 255, 0.25);
}
.ko-tabs .ko-tabs-list li:not(.active):hover {
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}
.ko-tabs .ko-tabs-list li.active {
  background: #ffffff;
}
.ko-dropdown-container.success .ko-dropdown > div {
  border: 1px solid #dadddd;
  border-radius: 3px;
  background: #FFF;
}
.ko-dropdown-container.success .ko-dropdown > div:hover {
  border-color: #bfc5c5;
}
.ko-dropdown-container.success .ko-dropdown > div > div > i {
  font-size: 14px;
}
.ko-dropdown-container.success .ko-dropdown > div[data-open="true"] {
  border-color: #5ab37f;
}
.ko-dropdown-container.success .ko-dropdown > div[data-open="true"]:hover {
  border-color: #5ab37f;
}
.ko-dropdown-container.success .ko-dropdown > ul {
  border: 1px solid #BFBFBF;
  border-top: 0;
  background: #FFF;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}
.ko-dropdown-container.success .ko-dropdown > ul > li:hover {
  background: #f2f2f2;
}
.ko-dropdown-container.success .ko-dropdown > ul > li.disable {
  opacity: 0.6;
}
.ko-dropdown-container.success .ko-dropdown > div > span,
.ko-dropdown-container.success .ko-dropdown > ul > li {
  font-size: 14px;
}
.ko-dropdown-container .ko-dropdown.disable > div {
  background: #EEE !important;
}
.nl-tooltip-dark ~ .tooltip {
  min-width: 150px;
  height: 50px;
  z-index: 10000;
  display: flex !important;
  justify-content: center;
  align-items: center;
  background: #444;
  border: 1px solid #333;
}
.nl-tooltip-dark ~ .tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
}
.nl-tooltip-dark ~ .tooltip .tooltip-arrow {
  display: none !important;
}
.nl-tooltip-dark ~ .tooltip .tooltip-inner {
  max-width: unset;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: white;
  font-size: 1.5rem;
}
.nl-tooltip-green ~ .tooltip {
  min-width: 150px;
  height: 50px;
  z-index: 10000;
  display: flex !important;
  justify-content: center;
  align-items: center;
  background: #5ab37f;
  border: 1px solid #407c59;
}
.nl-tooltip-green ~ .tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
}
.nl-tooltip-green ~ .tooltip .tooltip-inner {
  max-width: unset;
  padding: 0 1rem;
  border-radius: 0;
  background: transparent;
  color: white;
  font-weight: bold;
  font-size: 1.5rem;
  z-index: 10000;
}
.bg-music {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-color: rgba(47, 204, 171, 0.5);
  background-blend-mode: multiply;
}
.bg-general-bar {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-color: rgba(102, 186, 46, 0.5);
  background-blend-mode: multiply;
}
.bg-easy-cafe {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-color: rgba(176, 47, 236, 0.5);
  background-blend-mode: multiply;
}
.bg-party-club {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: rgba(242, 48, 193, 0.5);
  background-blend-mode: multiply;
}
.scheduler-component .loading {
  z-index: 999999999999;
  border-radius: 100%;
  pointer-events: none;
}
.scheduler-component .mode-radio.disabled {
  opacity: 0.333 !important;
  pointer-events: none;
  cursor: default !important;
}
.scheduler-component .scheduler-music .main {
  color: black;
  font-size: 1rem;
}
.scheduler-component .scheduler-ambient {
  background-color: rgba(255, 203, 164, 0.66);
  border-color: #FFCBA4;
}
.scheduler-component .scheduler-ambient .main {
  color: black;
  font-size: 1rem;
}
.scheduler-component .scheduler-config {
  background-color: rgba(189, 237, 255, 0.66);
  border-color: #BDEDFF;
}
.scheduler-component .scheduler-config .main {
  color: black;
  font-size: 1rem;
}
.scheduler-component .header button {
  padding: 0.5rem 1rem;
}
.scheduler-component .header button:disabled {
  background-color: #444 !important;
  border-color: #444 !important;
}
.scheduler-component .header button:not(.btn-primary):not(.btn-success):not(.btn-warning):not(.btn-danger):not(.btn-info) {
  color: white;
  background-color: #666;
  border: 1px solid #666;
}
.scheduler-component .header button.music:hover:not(:disabled) {
  background-color: #5ab37f !important;
  border-color: #5ab37f !important;
}
.scheduler-component .header button.music.active {
  background-color: #5ab37f !important;
  border-color: #5ab37f !important;
}
.scheduler-component .header button.ambient:hover:not(:disabled) {
  background-color: #e6869e !important;
  border-color: #e6869e !important;
}
.scheduler-component .header button.ambient.active {
  background-color: #e6869e !important;
  border-color: #e6869e !important;
}
.scheduler-component .header button.config:hover:not(:disabled) {
  background-color: #007fd0 !important;
  border-color: #007fd0 !important;
}
.scheduler-component .header button.config.active {
  background-color: #007fd0 !important;
  border-color: #007fd0 !important;
}
.scheduler-component .header button.day:hover:not(:disabled) {
  background-color: #999 !important;
  border-color: #999 !important;
}
.scheduler-component .header button.day.active {
  background-color: #5ab37f !important;
  border-color: #999 !important;
}
.scheduler-component .entry-items .item .body {
  background-color: rgba(210, 210, 210, 0.5);
}
.scheduler-component .scheduler-body .scheduler-span.preview {
  height: 100%;
  z-index: 2;
  position: absolute;
  top: 0;
  transition: width 100ms linear;
}
.scheduler-component .scheduler-body .scheduler-span.preview.left {
  left: 0;
}
.scheduler-component .scheduler-body .scheduler-span.preview.right {
  right: 0;
}
.scheduler-component .scheduler-body .scheduler-span.preview.in,
.scheduler-component .scheduler-body .scheduler-span.preview.out {
  width: 100% !important;
}
.scheduler-component .scheduler-body .scheduler-span.preview:not(.edit-target) .item {
  background-color: #d2d2d2 !important;
}
.scheduler-component .scheduler-body .lane-summaries > a {
  text-decoration: none;
}
.scheduler-component .scheduler-body .entry-items:not(.short) .item .title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.scheduler-component .scheduler-body .entry-items.short .item .title.can-hide {
  display: none;
}
.scheduler-component .scheduler-body .entry-items.short .item .badge {
  display: none;
}
.scheduler-component .scheduler-body .subtitle {
  text-align: end;
}
.scheduler-component .lane:not(.insert):not(.remove) .cell {
  pointer-events: none;
}
.scheduler-component .lane:not(.insert):not(.remove) .scheduler-span > a {
  z-index: 1;
}
.scheduler-component .lane:not(.insert):not(.remove) .scheduler-span:not(.edit-target) .item .control {
  display: none !important;
}
.scheduler-component .lane:not(.insert):not(.remove) .scheduler-span:not(.edit-target) .item .action-indicator {
  display: none !important;
}
.scheduler-component .list-select-item {
  color: white;
}
.scheduler-component .scheduler-edit .item {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.scheduler-component.read-only .lane-summaries > a {
  pointer-events: none;
}
.scheduler-component:not(.read-only) .ui-drop-hover {
  background-color: rgba(220, 216, 121, 0.85) !important;
}
.scheduler-component:not(.read-only) .scheduler-body.editing .scheduler-span:not(.edit-target):not(.preview) > a {
  opacity: 0.4 !important;
}
.scheduler-component:not(.read-only) .scheduler-body.editing .scheduler-span:not(.edit-target):not(.preview):hover > a {
  opacity: 0.6 !important;
}
.scheduler-component:not(.read-only) .scheduler-body.editing .scheduler-span.preview {
  display: none !important;
}
.scheduler-component:not(.read-only) .scheduler-body:not(.disable-select) .lane:not(.insert):not(.remove) .scheduler-span:hover:not(.edit-target) .item {
  background-color: #bbb !important;
}
.scheduler-component:not(.read-only) .scheduler-body:not(.disable-select) .lane.remove .scheduler-span:hover .item {
  background-color: #941616 !important;
}
.scheduler-component:not(.read-only) .scheduler-body.disable-select .lane:not(.insert) .scheduler-span > a {
  pointer-events: none;
}
.scheduler-component:not(.read-only) .scheduler-body .lane-summaries > a:hover {
  background-color: #ccc;
  color: black;
}
.scheduler-component:not(.read-only) .lane.insert .cell {
  z-index: 1;
}
.scheduler-component:not(.read-only) .lane.insert .cell:hover {
  background: #5ab37f;
  opacity: 0.5;
}
.scheduler-component:not(.read-only) .lane.insert .scheduler-span > a {
  pointer-events: none;
}
.scheduler-component:not(.read-only) .lane.insert .scheduler-span .item .action-indicator {
  display: none !important;
}
.scheduler-component:not(.read-only) .lane.remove .cell {
  pointer-events: none;
}
.scheduler-component:not(.read-only) .lane.remove .scheduler-span > a {
  z-index: 1;
}
.scheduler-component:not(.read-only) .lane.remove .scheduler-span .item .control {
  display: none !important;
}
.scheduler-component:not(.read-only) .lane.remove .scheduler-span .item .action-indicator {
  display: none !important;
}
.scheduler-component:not(.read-only) .lane:not(.insert):not(.remove) .scheduler-span > a {
  cursor: pointer;
}
.scheduler-component:not(.read-only) .lane:not(.insert):not(.remove) .scheduler-span:not(.edit-target) .item .control {
  display: none !important;
}
.scheduler-component:not(.read-only) .lane:not(.insert):not(.remove) .scheduler-span:not(.edit-target) .item .action-indicator {
  display: none !important;
}
.scheduler-component:not(.read-only) .lane:not(.insert):not(.remove) .scheduler-span.edit-target .entry-items {
  border-radius: 5px;
  box-shadow: 0px 0px 4px 2px;
}
.scheduler-component:not(.read-only) .lane:not(.insert):not(.remove) .scheduler-span.edit-target .entry-items .item .badge {
  display: none !important;
}
.scheduler-component:not(.read-only) .lane:not(.insert):not(.remove) .scheduler-span.edit-target .entry-items .item:not(.edit-target-delete) .action-indicator {
  display: none !important;
}
.scheduler-component:not(.read-only) .lane:not(.insert):not(.remove) .scheduler-span.edit-target .entry-items.no-delete .item .action-indicator {
  display: none !important;
}
.scheduler-component:not(.read-only) .lane:not(.insert):not(.remove) .scheduler-span.edit-target .entry-items.no-delete .item .main {
  pointer-events: none;
}
.scheduler-component:not(.read-only) .lane:not(.insert):not(.remove) .scheduler-span.edit-target .entry-items:not(.no-delete) .item.edit-target-delete {
  cursor: pointer !important;
}
.scheduler-component:not(.read-only) .lane:not(.insert):not(.remove) .scheduler-span.edit-target .entry-items:not(.no-delete) .item.edit-target-delete .main:not(:hover) .action-indicator {
  display: none !important;
}
.scheduler-component:not(.read-only) .lane:not(.insert):not(.remove) .scheduler-span.edit-target .entry-items:not(.no-delete) .item.edit-target-delete .main:hover {
  color: #fff;
  background: #941616 !important;
}
.scheduler-component:not(.read-only) .lane:not(.insert):not(.remove) .scheduler-span.edit-target .entry-items:not(.no-delete) .item.edit-target-delete .main:hover + .control {
  display: none !important;
}
.scheduler-component:not(.read-only) .time-edit:hover {
  background-color: rgba(224, 224, 224, 0.9) !important;
}
.scheduler-component:not(.read-only) .time-edit.active {
  background-color: rgba(180, 243, 206, 0.9) !important;
}
.scheduler-component:not(.read-only) .list-select-item:hover {
  background-color: #ccc;
}
.fc-timegrid-slot {
  height: 1.5rem !important;
}
.fc-header-toolbar {
  margin: 0.5rem;
}
.fc-header-toolbar .fc-toolbar-title {
  font-weight: bold;
}
.fc-view-harness {
  height: 100% !important;
}
.fc-header-link {
  color: black;
  font-weight: bold;
}
.fc-header-link:hover {
  background-color: #2C3E50;
  color: white;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
}
.fc-musicWeek-view .fc-header-link:hover {
  background-color: #5ab37f !important;
}
.fc-ambientWeek-view .fc-header-link:hover {
  background-color: #e6869e !important;
}
.fc-configWeek-view .fc-header-link:hover {
  background-color: #007fd0 !important;
}
.nl-list-group {
  background-color: #555;
}
.nl-list-group .panel-heading {
  background-color: #555;
}
.nl-list-group .panel-heading:hover {
  background-color: #666;
}
.section-divider-v {
  border-left: 1px solid #bbb;
  height: 100%;
  padding: 0 !important;
}
.section-divider-h {
  border-top: 1px solid #bbb;
  width: 100%;
  padding: 0 !important;
}
.nl-light-proper label {
  margin: 0;
}
.nl-light-proper section {
  background-color: #f8f8f8;
  border: 1px solid #bbb;
  border-radius: 4px;
  color: #000;
  padding: 1.5rem;
}
.nl-light-proper section.active {
  border-color: #5ab37f;
}
.nl-light-proper section.error {
  border-color: #cc1919;
}
.nl-light-proper section.warning {
  border-color: #e55c11;
}
.nl-light-proper section.disabled {
  color: #999;
}
.nl-light-proper .section-container {
  padding: 0 !important;
}
.nl-light-proper .section-container > * {
  padding: 1.5rem;
}
.nl-light-proper h5 {
  font-size: 1.6rem;
  margin: 0;
  font-family: "open_sanssemibold", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
.nl-light-proper p.subtext {
  font-size: 1.3rem;
  margin: 0;
}
.nl-light-proper .mat-button {
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 1.375rem;
  padding: 1rem;
  display: flex;
  flex-direction: row !important;
  align-items: center;
  justify-content: center;
}
.nl-light-proper .mat-button.icon-button {
  font-size: 1.75rem;
}
.nl-light-proper .mat-button.light {
  background-color: #444 !important;
  color: #fff !important;
}
.nl-light-proper .mat-button.dark {
  background-color: #ccc !important;
  color: #000 !important;
}
.nl-light-proper .mat-button.transparent {
  background: rgba(0, 0, 0, 0.25) !important;
  color: #fff !important;
}
.nl-light-proper .mat-input {
  display: flex;
  flex-direction: row !important;
  align-items: center;
  padding: 0.5rem 1.5rem;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-radius: 4px 4px 0px 0px;
  background: rgba(0, 0, 0, 0.08);
  color: #555;
}
.nl-light-proper .mat-input i {
  font-size: 1.625rem;
  margin-right: 1.5rem;
}
.nl-light-proper .mat-input .mat-label {
  font-size: 1.2rem;
}
.nl-light-proper .mat-input input {
  border: 0;
  background: none;
  padding: 0;
  font-size: 1.6rem;
}
.nl-light-proper .mat-input:not(.disabled):not(.error):not(.warning) {
  cursor: pointer !important;
  border-bottom-color: #5ab37f;
}
.nl-light-proper .mat-input:not(.disabled):not(.error):not(.warning) input {
  color: #555;
  cursor: pointer !important;
}
.nl-light-proper .mat-input.error {
  cursor: pointer !important;
  border-bottom-color: #cc1919;
}
.nl-light-proper .mat-input.error i {
  color: #cc1919;
}
.nl-light-proper .mat-input.error input {
  color: #555;
  cursor: pointer !important;
}
.nl-light-proper .mat-input.warning {
  cursor: pointer !important;
  border-bottom-color: #e55c11;
}
.nl-light-proper .mat-input.warning i {
  color: #e55c11;
}
.nl-light-proper .mat-input.warning input {
  color: #555;
  cursor: pointer !important;
}
.nl-light-proper .mat-input.disabled {
  color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.16);
}
.nl-light-proper .mat-input.disabled input {
  color: #999;
}
.nl-dark-proper label {
  margin: 0;
}
.nl-dark-proper section {
  background-color: #333;
  border: 1px solid #666;
  border-radius: 4px;
  color: white;
  padding: 1.5rem;
}
.nl-dark-proper section.active {
  border-color: #5ab37f;
}
.nl-dark-proper section.error {
  border-color: #cc1919;
}
.nl-dark-proper section.warning {
  border-color: #e55c11;
}
.nl-dark-proper section.disabled {
  color: #999;
}
.nl-dark-proper .section-container {
  padding: 0 !important;
}
.nl-dark-proper .section-container > * {
  padding: 1.5rem;
}
.nl-dark-proper .section-divider-v {
  border-left: 1px solid #666;
  height: 100%;
  padding: 0 !important;
}
.nl-dark-proper .section-divider-h {
  border-top: 1px solid #666;
  width: 100%;
  padding: 0 !important;
}
.nl-dark-proper h5 {
  font-size: 1.6rem;
  margin: 0;
  font-family: "open_sanssemibold", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
.nl-dark-proper p.subtext {
  font-size: 1.3rem;
  margin: 0;
}
.nl-dark-proper .mat-button {
  background-color: #444;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #fff;
  font-size: 1.375rem;
  padding: 1rem;
  display: flex;
  flex-direction: row !important;
  align-items: center;
  justify-content: center;
}
.nl-dark-proper .mat-input {
  display: flex;
  flex-direction: row !important;
  align-items: center;
  padding: 0.5rem 1.5rem;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-radius: 4px 4px 0px 0px;
  background-color: #404040;
}
.nl-dark-proper .mat-input i {
  font-size: 1.625rem;
  margin-right: 1.5rem;
}
.nl-dark-proper .mat-input .mat-label {
  font-size: 1.2rem;
}
.nl-dark-proper .mat-input input {
  border: 0;
  background: none;
  padding: 0;
  font-size: 1.6rem;
}
.nl-dark-proper .mat-input:not(.disabled):not(.error) {
  cursor: pointer !important;
  border-bottom-color: #5ab37f;
}
.nl-dark-proper .mat-input:not(.disabled):not(.error) input {
  color: #fff;
  cursor: pointer !important;
}
.nl-dark-proper .mat-input:not(.disabled):not(.error) ::-webkit-calendar-picker-indicator {
  filter: invert(100%);
}
.nl-dark-proper .mat-input.error {
  cursor: pointer !important;
  border-bottom-color: #cc1919;
}
.nl-dark-proper .mat-input.error i {
  color: #cc1919;
}
.nl-dark-proper .mat-input.error input {
  color: #fff;
  cursor: pointer !important;
}
.nl-dark-proper .mat-input.error ::-webkit-calendar-picker-indicator {
  filter: invert(100%);
}
.nl-dark-proper .mat-input.warning {
  cursor: pointer !important;
  border-bottom-color: #e55c11;
}
.nl-dark-proper .mat-input.warning i {
  color: #e55c11;
}
.nl-dark-proper .mat-input.warning input {
  color: #fff;
  cursor: pointer !important;
}
.nl-dark-proper .mat-input.warning ::-webkit-calendar-picker-indicator {
  filter: invert(100%);
}
.nl-dark-proper .mat-input.disabled {
  color: #999;
  border-bottom-color: #555;
}
.nl-dark-proper .mat-input.disabled input {
  color: #999;
}
.nl-dark-proper .mat-input.disabled ::-webkit-calendar-picker-indicator {
  filter: invert(0);
}
/* wait class for cursor change [   $("body").toggleClass("wait"); ]*/
body.wait,
body.wait * {
  cursor: wait !important;
}
::-webkit-scrollbar {
  width: 12px;
  background-color: #999;
}
::-webkit-scrollbar-track {
  background-color: #eee;
}
::-webkit-scrollbar-thumb {
  background-color: #999;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #777;
}
::-webkit-scrollbar-thumb:active {
  background-color: #555;
}
html,
body {
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  max-width: 100%;
  max-height: 100%;
  padding: 0;
  zoom: 1;
  overflow: hidden;
}
body {
  background: #ffffff;
  -o-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media screen and (min-width: 1366px) {
  body {
    font-size: 13px;
  }
  body .thumbnail-md {
    width: 78px;
    height: 78px;
  }
}
@media screen and (max-width: 1365px) {
  body {
    font-size: 12px;
  }
  body .thumbnail-md {
    width: 72px;
    height: 72px;
  }
}
@media screen and (max-width: 1199px) {
  body {
    font-size: 11px;
  }
  body .thumbnail-md {
    width: 64px;
    height: 64px;
  }
}
@media screen and (max-width: 1023px) {
  body {
    font-size: 10px;
  }
  body .thumbnail-md {
    width: 52px;
    height: 52px;
  }
  body .menu-item.collapsible .text {
    display: none !important;
  }
  body .menu-item.control {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 12px;
  }
  body .thumbnail-md {
    width: 48px;
    height: 48px;
  }
  body .f-lcr-clr {
    flex-wrap: wrap;
  }
  body .f-lcr-clr > *:nth-child(1) {
    order: 2;
    width: 50%;
  }
  body .f-lcr-clr > *:nth-child(2) {
    order: 1;
    width: 100%;
    flex: unset;
  }
  body .f-lcr-clr > *:nth-child(3) {
    order: 3;
    width: 50%;
  }
  body .lowering-sides > *:nth-child(2) > *:first-child {
    display: block;
  }
  body .lowering-sides > *:nth-child(2) > *:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  body .lowering-sides > *:nth-child(1) > *,
  body .lowering-sides > *:nth-child(3) > * {
    height: 50%;
    position: absolute;
    bottom: 0;
  }
}
@media screen and (max-width: 479px) {
  body {
    font-size: 11px;
  }
  body .thumbnail-md {
    width: 42px;
    height: 42px;
  }
}
.route {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.default-route {
  background-color: black;
}
