/*!
 * Bootstrap v2.3.2
 *
 * Copyright 2012 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 @twitter by @mdo and @fat.
 */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover,
a:active {
  outline: 0;
}
body {
  margin: 0;
  font-family:
    "wf_segoe-ui", "Segoe UI", "Lucida Sans", "Helvetica Neue", Helvetica,
    Arial, sans-serif;
  font-size: 13px;
  line-height: 20px;
  color: #333;
  background-color: #fff;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  /* Responsive images (ensure images don't scale beyond their parents) */
  max-width: 100%;
  /* Part 1: Set a maxium relative to the parent */
  width: auto\9;
  /* IE7-8 need help adjusting responsive images */
  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
#map_canvas img,
.google-maps img {
  max-width: none;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent;
    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: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
html.mac.chrome .input-icon[class*=" icon-"] select {
  text-indent: 20px;
}
.bootstrap {
  /* Allow for input prepend/append in search forms */
  /*!
 *  Font Awesome 3.1.0
 *  the iconic font designed for Bootstrap
 *  -------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation
 *  can be found at: http://fontawesome.io
 *
 *  License
 *  -------------------------------------------------------
 *  - The Font Awesome font is licensed under the SIL Open Font License v1.1 -
 *    http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under the MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Font Awesome documentation licensed under CC BY 3.0 License -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"

 *  Contact
 *  -------------------------------------------------------
 *  Email: dave@fontawesome.io
 *  Twitter: http://twitter.com/fortaweso_me
 *  Work: Lead Product Designer @ http://kyruus.com
 */
  /* FONT PATH
 * -------------------------- */
  /* FONT AWESOME CORE
 * -------------------------- */
  /* makes the font 33% larger relative to the icon container */
  /* makes sure icons active on rollover in links */
  /* increased font size for icon-large */
  /* BOOTSTRAP SPECIFIC CLASSES
 * -------------------------- */
  /* Bootstrap 2.0 sprites.less reset */
  /* more sprites.less reset */
  /* keeps Bootstrap styles with and without icons the same */
  /* EXTRAS
 * -------------------------- */
  /* Stacked and layered icon */
  /* Animated rotating icon */
  /* Icon rotations and mirroring */
  /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
  /* F020 doesn't work in Safari. all shifted one down */
  /* move down carets for tabs */
  /* ============================================================
 * bootstrapSwitch v1.3 by Larentis Mattia @spiritualGuru
 * http://www.larentis.eu/switch/
 * ============================================================
 * Licensed under the Apache License, Version 2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 * ============================================================ */
  /***** Reset *****/
  /***** Dropdowns *****/
  /***** Forms *****/
  /***** Scaffolding *****/
  /***** Tables *****/
  /***** Tooltip *****/
  /***** Type *****/
  /***** Wells *****/
  /***** Icons in Inputs *****/
  /***** Progress Bar Steps *****/
  /***** Other Formats *****/
  /* Attributes List */
  /* Paging controls */
  /* icons*/
  /* Nav List */
}
.bootstrap a {
  color: #00cbe9;
  text-decoration: none;
}
.bootstrap a:hover,
.bootstrap a:focus {
  color: #00889d;
  text-decoration: underline;
}
.bootstrap .img-rounded {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.bootstrap .img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.bootstrap .img-circle {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}
.bootstrap .row {
  margin-left: -20px;
  *zoom: 1;
}
.bootstrap .row:before,
.bootstrap .row:after {
  display: table;
  content: "";
  line-height: 0;
}
.bootstrap .row:after {
  clear: both;
}
.bootstrap [class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}
.bootstrap .container,
.bootstrap .navbar-static-top .container,
.bootstrap .navbar-fixed-top .container,
.bootstrap .navbar-fixed-bottom .container {
  width: 940px;
}
.bootstrap .span12 {
  width: 940px;
}
.bootstrap .span11 {
  width: 860px;
}
.bootstrap .span10 {
  width: 780px;
}
.bootstrap .span9 {
  width: 700px;
}
.bootstrap .span8 {
  width: 620px;
}
.bootstrap .span7 {
  width: 540px;
}
.bootstrap .span6 {
  width: 460px;
}
.bootstrap .span5 {
  width: 380px;
}
.bootstrap .span4 {
  width: 300px;
}
.bootstrap .span3 {
  width: 220px;
}
.bootstrap .span2 {
  width: 140px;
}
.bootstrap .span1 {
  width: 60px;
}
.bootstrap .offset12 {
  margin-left: 980px;
}
.bootstrap .offset11 {
  margin-left: 900px;
}
.bootstrap .offset10 {
  margin-left: 820px;
}
.bootstrap .offset9 {
  margin-left: 740px;
}
.bootstrap .offset8 {
  margin-left: 660px;
}
.bootstrap .offset7 {
  margin-left: 580px;
}
.bootstrap .offset6 {
  margin-left: 500px;
}
.bootstrap .offset5 {
  margin-left: 420px;
}
.bootstrap .offset4 {
  margin-left: 340px;
}
.bootstrap .offset3 {
  margin-left: 260px;
}
.bootstrap .offset2 {
  margin-left: 180px;
}
.bootstrap .offset1 {
  margin-left: 100px;
}
.bootstrap .row-fluid {
  width: 100%;
  *zoom: 1;
}
.bootstrap .row-fluid:before,
.bootstrap .row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.bootstrap .row-fluid:after {
  clear: both;
}
.bootstrap .row-fluid [class*="span"] {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 2.12765957%;
  *margin-left: 2.07446809%;
}
.bootstrap .row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.bootstrap .row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.12765957%;
}
.bootstrap .row-fluid .span12 {
  width: 100%;
  *width: 99.94680851%;
}
.bootstrap .row-fluid .span11 {
  width: 91.4893617%;
  *width: 91.43617021%;
}
.bootstrap .row-fluid .span10 {
  width: 82.9787234%;
  *width: 82.92553191%;
}
.bootstrap .row-fluid .span9 {
  width: 74.46808511%;
  *width: 74.41489362%;
}
.bootstrap .row-fluid .span8 {
  width: 65.95744681%;
  *width: 65.90425532%;
}
.bootstrap .row-fluid .span7 {
  width: 57.44680851%;
  *width: 57.39361702%;
}
.bootstrap .row-fluid .span6 {
  width: 48.93617021%;
  *width: 48.88297872%;
}
.bootstrap .row-fluid .span5 {
  width: 40.42553191%;
  *width: 40.37234043%;
}
.bootstrap .row-fluid .span4 {
  width: 31.91489362%;
  *width: 31.86170213%;
}
.bootstrap .row-fluid .span3 {
  width: 23.40425532%;
  *width: 23.35106383%;
}
.bootstrap .row-fluid .span2 {
  width: 14.89361702%;
  *width: 14.84042553%;
}
.bootstrap .row-fluid .span1 {
  width: 6.38297872%;
  *width: 6.32978723%;
}
.bootstrap .row-fluid .offset12 {
  margin-left: 104.25531915%;
  *margin-left: 104.14893617%;
}
.bootstrap .row-fluid .offset12:first-child {
  margin-left: 102.12765957%;
  *margin-left: 102.0212766%;
}
.bootstrap .row-fluid .offset11 {
  margin-left: 95.74468085%;
  *margin-left: 95.63829787%;
}
.bootstrap .row-fluid .offset11:first-child {
  margin-left: 93.61702128%;
  *margin-left: 93.5106383%;
}
.bootstrap .row-fluid .offset10 {
  margin-left: 87.23404255%;
  *margin-left: 87.12765957%;
}
.bootstrap .row-fluid .offset10:first-child {
  margin-left: 85.10638298%;
  *margin-left: 85%;
}
.bootstrap .row-fluid .offset9 {
  margin-left: 78.72340426%;
  *margin-left: 78.61702128%;
}
.bootstrap .row-fluid .offset9:first-child {
  margin-left: 76.59574468%;
  *margin-left: 76.4893617%;
}
.bootstrap .row-fluid .offset8 {
  margin-left: 70.21276596%;
  *margin-left: 70.10638298%;
}
.bootstrap .row-fluid .offset8:first-child {
  margin-left: 68.08510638%;
  *margin-left: 67.9787234%;
}
.bootstrap .row-fluid .offset7 {
  margin-left: 61.70212766%;
  *margin-left: 61.59574468%;
}
.bootstrap .row-fluid .offset7:first-child {
  margin-left: 59.57446809%;
  *margin-left: 59.46808511%;
}
.bootstrap .row-fluid .offset6 {
  margin-left: 53.19148936%;
  *margin-left: 53.08510638%;
}
.bootstrap .row-fluid .offset6:first-child {
  margin-left: 51.06382979%;
  *margin-left: 50.95744681%;
}
.bootstrap .row-fluid .offset5 {
  margin-left: 44.68085106%;
  *margin-left: 44.57446809%;
}
.bootstrap .row-fluid .offset5:first-child {
  margin-left: 42.55319149%;
  *margin-left: 42.44680851%;
}
.bootstrap .row-fluid .offset4 {
  margin-left: 36.17021277%;
  *margin-left: 36.06382979%;
}
.bootstrap .row-fluid .offset4:first-child {
  margin-left: 34.04255319%;
  *margin-left: 33.93617021%;
}
.bootstrap .row-fluid .offset3 {
  margin-left: 27.65957447%;
  *margin-left: 27.55319149%;
}
.bootstrap .row-fluid .offset3:first-child {
  margin-left: 25.53191489%;
  *margin-left: 25.42553191%;
}
.bootstrap .row-fluid .offset2 {
  margin-left: 19.14893617%;
  *margin-left: 19.04255319%;
}
.bootstrap .row-fluid .offset2:first-child {
  margin-left: 17.0212766%;
  *margin-left: 16.91489362%;
}
.bootstrap .row-fluid .offset1 {
  margin-left: 10.63829787%;
  *margin-left: 10.53191489%;
}
.bootstrap .row-fluid .offset1:first-child {
  margin-left: 8.5106383%;
  *margin-left: 8.40425532%;
}
.bootstrap [class*="span"].hide,
.bootstrap .row-fluid [class*="span"].hide {
  display: none;
}
.bootstrap [class*="span"].pull-right,
.bootstrap .row-fluid [class*="span"].pull-right {
  float: right;
}
.bootstrap .container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}
.bootstrap .container:before,
.bootstrap .container:after {
  display: table;
  content: "";
  line-height: 0;
}
.bootstrap .container:after {
  clear: both;
}
.bootstrap .container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  *zoom: 1;
}
.bootstrap .container-fluid:before,
.bootstrap .container-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.bootstrap .container-fluid:after {
  clear: both;
}
.bootstrap .container-fluid--full {
  padding-left: 0;
  padding-right: 0;
}
.bootstrap p {
  margin: 0 0 10px;
}
.bootstrap .lead {
  margin-bottom: 20px;
  font-size: 19.5px;
  font-weight: 200;
  line-height: 30px;
}
.bootstrap small {
  font-size: 85%;
}
.bootstrap strong {
  font-weight: bold;
}
.bootstrap em {
  font-style: italic;
}
.bootstrap cite {
  font-style: normal;
}
.bootstrap .muted {
  color: #999;
}
.bootstrap a.muted:hover,
.bootstrap a.muted:focus {
  color: #808080;
}
.bootstrap .text-warning {
  color: #c09853;
}
.bootstrap a.text-warning:hover,
.bootstrap a.text-warning:focus {
  color: #a47e3c;
}
.bootstrap .text-error {
  color: #b94a48;
}
.bootstrap a.text-error:hover,
.bootstrap a.text-error:focus {
  color: #953b39;
}
.bootstrap .text-info {
  color: #3a87ad;
}
.bootstrap a.text-info:hover,
.bootstrap a.text-info:focus {
  color: #2d6987;
}
.bootstrap .text-success {
  color: #468847;
}
.bootstrap a.text-success:hover,
.bootstrap a.text-success:focus {
  color: #356635;
}
.bootstrap .text-left {
  text-align: left;
}
.bootstrap .text-right {
  text-align: right;
}
.bootstrap .text-center {
  text-align: center;
}
.bootstrap h1,
.bootstrap h2,
.bootstrap h3,
.bootstrap h4,
.bootstrap h5,
.bootstrap h6 {
  margin: 10px 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 20px;
  color: inherit;
  text-rendering: optimizelegibility;
}
.bootstrap h1 small,
.bootstrap h2 small,
.bootstrap h3 small,
.bootstrap h4 small,
.bootstrap h5 small,
.bootstrap h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999;
}
.bootstrap h1,
.bootstrap h2,
.bootstrap h3 {
  line-height: 40px;
}
.bootstrap h1 {
  font-size: 35.75px;
}
.bootstrap h2 {
  font-size: 29.25px;
}
.bootstrap h3 {
  font-size: 22.75px;
}
.bootstrap h4 {
  font-size: 16.25px;
}
.bootstrap h5 {
  font-size: 13px;
}
.bootstrap h6 {
  font-size: 11.05px;
}
.bootstrap h1 small {
  font-size: 22.75px;
}
.bootstrap h2 small {
  font-size: 16.25px;
}
.bootstrap h3 small {
  font-size: 13px;
}
.bootstrap h4 small {
  font-size: 13px;
}
.bootstrap .page-header {
  padding-bottom: 9px;
  margin: 20px 0 30px;
  border-bottom: 1px solid #eee;
}
.bootstrap ul,
.bootstrap ol {
  padding: 0;
  margin: 0 0 10px 25px;
}
.bootstrap ul ul,
.bootstrap ul ol,
.bootstrap ol ol,
.bootstrap ol ul {
  margin-bottom: 0;
}
.bootstrap li {
  line-height: 20px;
}
.bootstrap ul.unstyled,
.bootstrap ol.unstyled {
  margin-left: 0;
  list-style: none;
}
.bootstrap ul.inline,
.bootstrap ol.inline {
  margin-left: 0;
  list-style: none;
}
.bootstrap ul.inline > li,
.bootstrap ol.inline > li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding-left: 5px;
  padding-right: 5px;
}
.bootstrap dl {
  margin-bottom: 20px;
}
.bootstrap dt,
.bootstrap dd {
  line-height: 20px;
}
.bootstrap dt {
  font-weight: bold;
}
.bootstrap dd {
  margin-left: 10px;
}
.bootstrap .dl-horizontal {
  *zoom: 1;
}
.bootstrap .dl-horizontal:before,
.bootstrap .dl-horizontal:after {
  display: table;
  content: "";
  line-height: 0;
}
.bootstrap .dl-horizontal:after {
  clear: both;
}
.bootstrap .dl-horizontal dt {
  float: left;
  width: 160px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bootstrap .dl-horizontal dd {
  margin-left: 180px;
}
.bootstrap hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #fff;
}
.bootstrap abbr[title],
.bootstrap abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999;
}
.bootstrap abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.bootstrap blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid #eee;
}
.bootstrap blockquote p {
  margin-bottom: 0;
  font-size: 16.25px;
  font-weight: 300;
  line-height: 1.25;
}
.bootstrap blockquote small {
  display: block;
  line-height: 20px;
  color: #999;
}
.bootstrap blockquote small:before {
  content: "\2014 \00A0";
}
.bootstrap blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
}
.bootstrap blockquote.pull-right p,
.bootstrap blockquote.pull-right small {
  text-align: right;
}
.bootstrap blockquote.pull-right small:before {
  content: "";
}
.bootstrap blockquote.pull-right small:after {
  content: "\00A0 \2014";
}
.bootstrap q:before,
.bootstrap q:after,
.bootstrap blockquote:before,
.bootstrap blockquote:after {
  content: "";
}
.bootstrap address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
}
.bootstrap code,
.bootstrap pre {
  padding: 0 3px 2px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 11px;
  color: #333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.bootstrap code {
  padding: 2px 4px;
  color: #d14;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  white-space: nowrap;
}
.bootstrap pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 12px;
  line-height: 20px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.bootstrap pre.prettyprint {
  margin-bottom: 20px;
}
.bootstrap pre code {
  padding: 0;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}
.bootstrap .pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.bootstrap form {
  margin: 0 0 20px;
}
.bootstrap fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
.bootstrap legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 19.5px;
  line-height: 40px;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
.bootstrap legend small {
  font-size: 15px;
  color: #999;
}
.bootstrap label,
.bootstrap input,
.bootstrap button,
.bootstrap select,
.bootstrap textarea {
  font-size: 13px;
  font-weight: normal;
  line-height: 20px;
}
.bootstrap input,
.bootstrap button,
.bootstrap select,
.bootstrap textarea {
  font-family:
    "wf_segoe-ui", "Segoe UI", "Lucida Sans", "Helvetica Neue", Helvetica,
    Arial, sans-serif;
}
.bootstrap label {
  display: block;
  margin-bottom: 5px;
}
.bootstrap select,
.bootstrap textarea,
.bootstrap input[type="text"],
.bootstrap input[type="password"],
.bootstrap input[type="datetime"],
.bootstrap input[type="datetime-local"],
.bootstrap input[type="date"],
.bootstrap input[type="month"],
.bootstrap input[type="time"],
.bootstrap input[type="week"],
.bootstrap input[type="number"],
.bootstrap input[type="email"],
.bootstrap input[type="url"],
.bootstrap input[type="search"],
.bootstrap input[type="tel"],
.bootstrap input[type="color"],
.bootstrap .uneditable-input {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 20px;
  color: #555;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  vertical-align: middle;
}
.bootstrap input,
.bootstrap textarea,
.bootstrap .uneditable-input {
  width: 205px;
}
.bootstrap textarea {
  height: auto;
}
.bootstrap textarea,
.bootstrap input[type="text"],
.bootstrap input[type="password"],
.bootstrap input[type="datetime"],
.bootstrap input[type="datetime-local"],
.bootstrap input[type="date"],
.bootstrap input[type="month"],
.bootstrap input[type="time"],
.bootstrap input[type="week"],
.bootstrap input[type="number"],
.bootstrap input[type="email"],
.bootstrap input[type="url"],
.bootstrap input[type="search"],
.bootstrap input[type="tel"],
.bootstrap input[type="color"],
.bootstrap .uneditable-input {
  background-color: #fff;
  border: 1px solid #ccc;
  -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);
  -webkit-transition:
    border linear 0.2s,
    box-shadow linear 0.2s;
  -moz-transition:
    border linear 0.2s,
    box-shadow linear 0.2s;
  -o-transition:
    border linear 0.2s,
    box-shadow linear 0.2s;
  transition:
    border linear 0.2s,
    box-shadow linear 0.2s;
}
.bootstrap textarea:focus,
.bootstrap input[type="text"]:focus,
.bootstrap input[type="password"]:focus,
.bootstrap input[type="datetime"]:focus,
.bootstrap input[type="datetime-local"]:focus,
.bootstrap input[type="date"]:focus,
.bootstrap input[type="month"]:focus,
.bootstrap input[type="time"]:focus,
.bootstrap input[type="week"]:focus,
.bootstrap input[type="number"]:focus,
.bootstrap input[type="email"]:focus,
.bootstrap input[type="url"]:focus,
.bootstrap input[type="search"]:focus,
.bootstrap input[type="tel"]:focus,
.bootstrap input[type="color"]:focus,
.bootstrap .uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  -webkit-box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(82, 168, 236, 0.6);
}
.bootstrap input[type="radio"],
.bootstrap input[type="checkbox"] {
  margin: 4px 0 0;
  *margin-top: 0;
  /* IE7 */
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
.bootstrap input[type="file"],
.bootstrap input[type="image"],
.bootstrap input[type="submit"],
.bootstrap input[type="reset"],
.bootstrap input[type="button"],
.bootstrap input[type="radio"],
.bootstrap input[type="checkbox"] {
  width: auto;
}
.bootstrap select,
.bootstrap input[type="file"] {
  height: 30px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */
  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */
  line-height: 30px;
}
.bootstrap select {
  width: 220px;
  border: 1px solid #ccc;
  background-color: #fff;
}
.bootstrap select[multiple],
.bootstrap select[size] {
  height: auto;
}
.bootstrap select:focus,
.bootstrap input[type="file"]:focus,
.bootstrap input[type="radio"]:focus,
.bootstrap input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.bootstrap .uneditable-input,
.bootstrap .uneditable-textarea {
  color: #999;
  background-color: #fcfcfc;
  border-color: #ccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed;
}
.bootstrap .uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}
.bootstrap .uneditable-textarea {
  width: auto;
  height: auto;
}
.bootstrap input:-moz-placeholder,
.bootstrap textarea:-moz-placeholder {
  color: #999;
}
.bootstrap input:-ms-input-placeholder,
.bootstrap textarea:-ms-input-placeholder {
  color: #999;
}
.bootstrap input::-webkit-input-placeholder,
.bootstrap textarea::-webkit-input-placeholder {
  color: #999;
}
.bootstrap .radio,
.bootstrap .checkbox {
  min-height: 20px;
  padding-left: 20px;
}
.bootstrap .radio input[type="radio"],
.bootstrap .checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.bootstrap .controls > .radio:first-child,
.bootstrap .controls > .checkbox:first-child {
  padding-top: 5px;
}
.bootstrap .radio.inline,
.bootstrap .checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.bootstrap .radio.inline + .radio.inline,
.bootstrap .checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
.bootstrap .input-mini {
  width: 60px;
}
.bootstrap .input-small {
  width: 90px;
}
.bootstrap .input-medium {
  width: 150px;
}
.bootstrap .input-large {
  width: 210px;
}
.bootstrap .input-xlarge {
  width: 270px;
}
.bootstrap .input-xxlarge {
  width: 530px;
}
.bootstrap input[class*="span"],
.bootstrap select[class*="span"],
.bootstrap textarea[class*="span"],
.bootstrap .uneditable-input[class*="span"],
.bootstrap .row-fluid input[class*="span"],
.bootstrap .row-fluid select[class*="span"],
.bootstrap .row-fluid textarea[class*="span"],
.bootstrap .row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}
.bootstrap .input-append input[class*="span"],
.bootstrap .input-append .uneditable-input[class*="span"],
.bootstrap .input-prepend input[class*="span"],
.bootstrap .input-prepend .uneditable-input[class*="span"],
.bootstrap .row-fluid input[class*="span"],
.bootstrap .row-fluid select[class*="span"],
.bootstrap .row-fluid textarea[class*="span"],
.bootstrap .row-fluid .uneditable-input[class*="span"],
.bootstrap .row-fluid .input-prepend [class*="span"],
.bootstrap .row-fluid .input-append [class*="span"] {
  display: inline-block;
}
.bootstrap input,
.bootstrap textarea,
.bootstrap .uneditable-input {
  margin-left: 0;
}
.bootstrap .controls-row [class*="span"] + [class*="span"] {
  margin-left: 20px;
}
.bootstrap input.span12,
.bootstrap textarea.span12,
.bootstrap .uneditable-input.span12 {
  width: 926px;
}
.bootstrap input.span11,
.bootstrap textarea.span11,
.bootstrap .uneditable-input.span11 {
  width: 846px;
}
.bootstrap input.span10,
.bootstrap textarea.span10,
.bootstrap .uneditable-input.span10 {
  width: 766px;
}
.bootstrap input.span9,
.bootstrap textarea.span9,
.bootstrap .uneditable-input.span9 {
  width: 686px;
}
.bootstrap input.span8,
.bootstrap textarea.span8,
.bootstrap .uneditable-input.span8 {
  width: 606px;
}
.bootstrap input.span7,
.bootstrap textarea.span7,
.bootstrap .uneditable-input.span7 {
  width: 526px;
}
.bootstrap input.span6,
.bootstrap textarea.span6,
.bootstrap .uneditable-input.span6 {
  width: 446px;
}
.bootstrap input.span5,
.bootstrap textarea.span5,
.bootstrap .uneditable-input.span5 {
  width: 366px;
}
.bootstrap input.span4,
.bootstrap textarea.span4,
.bootstrap .uneditable-input.span4 {
  width: 286px;
}
.bootstrap input.span3,
.bootstrap textarea.span3,
.bootstrap .uneditable-input.span3 {
  width: 206px;
}
.bootstrap input.span2,
.bootstrap textarea.span2,
.bootstrap .uneditable-input.span2 {
  width: 126px;
}
.bootstrap input.span1,
.bootstrap textarea.span1,
.bootstrap .uneditable-input.span1 {
  width: 46px;
}
.bootstrap .controls-row {
  *zoom: 1;
}
.bootstrap .controls-row:before,
.bootstrap .controls-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.bootstrap .controls-row:after {
  clear: both;
}
.bootstrap .controls-row [class*="span"],
.bootstrap .row-fluid .controls-row [class*="span"] {
  float: left;
}
.bootstrap .controls-row .checkbox[class*="span"],
.bootstrap .controls-row .radio[class*="span"] {
  padding-top: 5px;
}
.bootstrap input[disabled],
.bootstrap select[disabled],
.bootstrap textarea[disabled],
.bootstrap input[readonly],
.bootstrap select[readonly],
.bootstrap textarea[readonly] {
  cursor: not-allowed;
  background-color: #eee;
}
.bootstrap input[type="radio"][disabled],
.bootstrap input[type="checkbox"][disabled],
.bootstrap input[type="radio"][readonly],
.bootstrap input[type="checkbox"][readonly] {
  background-color: transparent;
}
.bootstrap .control-group.warning .control-label,
.bootstrap .control-group.warning .help-block,
.bootstrap .control-group.warning .help-inline {
  color: #c09853;
}
.bootstrap .control-group.warning .checkbox,
.bootstrap .control-group.warning .radio,
.bootstrap .control-group.warning input,
.bootstrap .control-group.warning select,
.bootstrap .control-group.warning textarea {
  color: #c09853;
}
.bootstrap .control-group.warning input,
.bootstrap .control-group.warning select,
.bootstrap .control-group.warning textarea {
  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);
}
.bootstrap .control-group.warning input:focus,
.bootstrap .control-group.warning select:focus,
.bootstrap .control-group.warning textarea: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;
}
.bootstrap .control-group.warning .input-prepend .add-on,
.bootstrap .control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}
.bootstrap .control-group.error .control-label,
.bootstrap .control-group.error .help-block,
.bootstrap .control-group.error .help-inline {
  color: #b94a48;
}
.bootstrap .control-group.error .checkbox,
.bootstrap .control-group.error .radio,
.bootstrap .control-group.error input,
.bootstrap .control-group.error select,
.bootstrap .control-group.error textarea {
  color: #b94a48;
}
.bootstrap .control-group.error input,
.bootstrap .control-group.error select,
.bootstrap .control-group.error textarea {
  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);
}
.bootstrap .control-group.error input:focus,
.bootstrap .control-group.error select:focus,
.bootstrap .control-group.error textarea: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;
}
.bootstrap .control-group.error .input-prepend .add-on,
.bootstrap .control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}
.bootstrap .control-group.success .control-label,
.bootstrap .control-group.success .help-block,
.bootstrap .control-group.success .help-inline {
  color: #468847;
}
.bootstrap .control-group.success .checkbox,
.bootstrap .control-group.success .radio,
.bootstrap .control-group.success input,
.bootstrap .control-group.success select,
.bootstrap .control-group.success textarea {
  color: #468847;
}
.bootstrap .control-group.success input,
.bootstrap .control-group.success select,
.bootstrap .control-group.success textarea {
  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);
}
.bootstrap .control-group.success input:focus,
.bootstrap .control-group.success select:focus,
.bootstrap .control-group.success textarea: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;
}
.bootstrap .control-group.success .input-prepend .add-on,
.bootstrap .control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}
.bootstrap .control-group.info .control-label,
.bootstrap .control-group.info .help-block,
.bootstrap .control-group.info .help-inline {
  color: #3a87ad;
}
.bootstrap .control-group.info .checkbox,
.bootstrap .control-group.info .radio,
.bootstrap .control-group.info input,
.bootstrap .control-group.info select,
.bootstrap .control-group.info textarea {
  color: #3a87ad;
}
.bootstrap .control-group.info input,
.bootstrap .control-group.info select,
.bootstrap .control-group.info textarea {
  border-color: #3a87ad;
  -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);
}
.bootstrap .control-group.info input:focus,
.bootstrap .control-group.info select:focus,
.bootstrap .control-group.info textarea:focus {
  border-color: #2d6987;
  -webkit-box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 6px #7ab5d3;
  -moz-box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 6px #7ab5d3;
  box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 6px #7ab5d3;
}
.bootstrap .control-group.info .input-prepend .add-on,
.bootstrap .control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}
.bootstrap input:focus:invalid,
.bootstrap textarea:focus:invalid,
.bootstrap select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
.bootstrap input:focus:invalid:focus,
.bootstrap textarea:focus:invalid:focus,
.bootstrap select:focus:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}
.bootstrap .form-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}
.bootstrap .form-actions:before,
.bootstrap .form-actions:after {
  display: table;
  content: "";
  line-height: 0;
}
.bootstrap .form-actions:after {
  clear: both;
}
.bootstrap .help-block,
.bootstrap .help-inline {
  color: #595959;
}
.bootstrap .help-block {
  display: block;
  margin-bottom: 10px;
}
.bootstrap .help-inline {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px;
}
.bootstrap .input-append,
.bootstrap .input-prepend {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: middle;
  font-size: 0;
  white-space: nowrap;
}
.bootstrap .input-append input,
.bootstrap .input-prepend input,
.bootstrap .input-append select,
.bootstrap .input-prepend select,
.bootstrap .input-append .uneditable-input,
.bootstrap .input-prepend .uneditable-input,
.bootstrap .input-append .dropdown-menu,
.bootstrap .input-prepend .dropdown-menu,
.bootstrap .input-append .popover,
.bootstrap .input-prepend .popover {
  font-size: 13px;
}
.bootstrap .input-append input,
.bootstrap .input-prepend input,
.bootstrap .input-append select,
.bootstrap .input-prepend select,
.bootstrap .input-append .uneditable-input,
.bootstrap .input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: top;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.bootstrap .input-append input:focus,
.bootstrap .input-prepend input:focus,
.bootstrap .input-append select:focus,
.bootstrap .input-prepend select:focus,
.bootstrap .input-append .uneditable-input:focus,
.bootstrap .input-prepend .uneditable-input:focus {
  z-index: 2;
}
.bootstrap .input-append .add-on,
.bootstrap .input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 20px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 13px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  background-color: #eee;
  border: 1px solid #ccc;
}
.bootstrap .input-append .add-on,
.bootstrap .input-prepend .add-on,
.bootstrap .input-append .btn,
.bootstrap .input-prepend .btn,
.bootstrap .input-append .btn-group > .dropdown-toggle,
.bootstrap .input-prepend .btn-group > .dropdown-toggle {
  vertical-align: top;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.bootstrap .input-append .active,
.bootstrap .input-prepend .active {
  background-color: #e7f2d1;
  border-color: #aad159;
}
.bootstrap .input-prepend .add-on,
.bootstrap .input-prepend .btn {
  margin-right: -1px;
}
.bootstrap .input-prepend .add-on:first-child,
.bootstrap .input-prepend .btn:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.bootstrap .input-append input,
.bootstrap .input-append select,
.bootstrap .input-append .uneditable-input {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.bootstrap .input-append input + .btn-group .btn:last-child,
.bootstrap .input-append select + .btn-group .btn:last-child,
.bootstrap .input-append .uneditable-input + .btn-group .btn:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.bootstrap .input-append .add-on,
.bootstrap .input-append .btn,
.bootstrap .input-append .btn-group {
  margin-left: -1px;
}
.bootstrap .input-append .add-on:last-child,
.bootstrap .input-append .btn:last-child,
.bootstrap .input-append .btn-group:last-child > .dropdown-toggle {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.bootstrap .input-prepend.input-append input,
.bootstrap .input-prepend.input-append select,
.bootstrap .input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.bootstrap .input-prepend.input-append input + .btn-group .btn,
.bootstrap .input-prepend.input-append select + .btn-group .btn,
.bootstrap .input-prepend.input-append .uneditable-input + .btn-group .btn {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.bootstrap .input-prepend.input-append .add-on:first-child,
.bootstrap .input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.bootstrap .input-prepend.input-append .add-on:last-child,
.bootstrap .input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.bootstrap .input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}
.bootstrap input.search-query {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */
  margin-bottom: 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.bootstrap .form-search .input-append .search-query,
.bootstrap .form-search .input-prepend .search-query {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.bootstrap .form-search .input-append .search-query {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
.bootstrap .form-search .input-append .btn {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
.bootstrap .form-search .input-prepend .search-query {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
.bootstrap .form-search .input-prepend .btn {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
.bootstrap .form-search input,
.bootstrap .form-inline input,
.bootstrap .form-horizontal input,
.bootstrap .form-search textarea,
.bootstrap .form-inline textarea,
.bootstrap .form-horizontal textarea,
.bootstrap .form-search select,
.bootstrap .form-inline select,
.bootstrap .form-horizontal select,
.bootstrap .form-search .help-inline,
.bootstrap .form-inline .help-inline,
.bootstrap .form-horizontal .help-inline,
.bootstrap .form-search .uneditable-input,
.bootstrap .form-inline .uneditable-input,
.bootstrap .form-horizontal .uneditable-input,
.bootstrap .form-search .input-prepend,
.bootstrap .form-inline .input-prepend,
.bootstrap .form-horizontal .input-prepend,
.bootstrap .form-search .input-append,
.bootstrap .form-inline .input-append,
.bootstrap .form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-bottom: 0;
  vertical-align: middle;
}
.bootstrap .form-search .hide,
.bootstrap .form-inline .hide,
.bootstrap .form-horizontal .hide {
  display: none;
}
.bootstrap .form-search label,
.bootstrap .form-inline label,
.bootstrap .form-search .btn-group,
.bootstrap .form-inline .btn-group {
  display: inline-block;
}
.bootstrap .form-search .input-append,
.bootstrap .form-inline .input-append,
.bootstrap .form-search .input-prepend,
.bootstrap .form-inline .input-prepend {
  margin-bottom: 0;
}
.bootstrap .form-search .radio,
.bootstrap .form-search .checkbox,
.bootstrap .form-inline .radio,
.bootstrap .form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.bootstrap .form-search .radio input[type="radio"],
.bootstrap .form-search .checkbox input[type="checkbox"],
.bootstrap .form-inline .radio input[type="radio"],
.bootstrap .form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}
.bootstrap .control-group {
  margin-bottom: 10px;
}
.bootstrap legend + .control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate;
}
.bootstrap .form-horizontal .control-group {
  margin-bottom: 20px;
  *zoom: 1;
}
.bootstrap .form-horizontal .control-group:before,
.bootstrap .form-horizontal .control-group:after {
  display: table;
  content: "";
  line-height: 0;
}
.bootstrap .form-horizontal .control-group:after {
  clear: both;
}
.bootstrap .form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}
.bootstrap .form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
}
.bootstrap .form-horizontal .controls:first-child {
  *padding-left: 180px;
}
.bootstrap .form-horizontal .help-block {
  margin-bottom: 0;
}
.bootstrap .form-horizontal input + .help-block,
.bootstrap .form-horizontal select + .help-block,
.bootstrap .form-horizontal textarea + .help-block,
.bootstrap .form-horizontal .uneditable-input + .help-block,
.bootstrap .form-horizontal .input-prepend + .help-block,
.bootstrap .form-horizontal .input-append + .help-block {
  margin-top: 10px;
}
.bootstrap .form-horizontal .form-actions {
  padding-left: 180px;
}
.bootstrap table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
.bootstrap .table {
  width: 100%;
  margin-bottom: 20px;
}
.bootstrap .table th,
.bootstrap .table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.bootstrap .table th {
  font-weight: bold;
}
.bootstrap .table thead th {
  vertical-align: bottom;
}
.bootstrap .table caption + thead tr:first-child th,
.bootstrap .table caption + thead tr:first-child td,
.bootstrap .table colgroup + thead tr:first-child th,
.bootstrap .table colgroup + thead tr:first-child td,
.bootstrap .table thead:first-child tr:first-child th,
.bootstrap .table thead:first-child tr:first-child td {
  border-top: 0;
}
.bootstrap .table tbody + tbody {
  border-top: 2px solid #ddd;
}
.bootstrap .table .table {
  background-color: #fff;
}
.bootstrap .table-condensed th,
.bootstrap .table-condensed td {
  padding: 4px 5px;
}
.bootstrap .table-bordered {
  border: 1px solid #ddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.bootstrap .table-bordered th,
.bootstrap .table-bordered td {
  border-left: 1px solid #ddd;
}
.bootstrap .table-bordered caption + thead tr:first-child th,
.bootstrap .table-bordered caption + tbody tr:first-child th,
.bootstrap .table-bordered caption + tbody tr:first-child td,
.bootstrap .table-bordered colgroup + thead tr:first-child th,
.bootstrap .table-bordered colgroup + tbody tr:first-child th,
.bootstrap .table-bordered colgroup + tbody tr:first-child td,
.bootstrap .table-bordered thead:first-child tr:first-child th,
.bootstrap .table-bordered tbody:first-child tr:first-child th,
.bootstrap .table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.bootstrap .table-bordered thead:first-child tr:first-child > th:first-child,
.bootstrap .table-bordered tbody:first-child tr:first-child > td:first-child,
.bootstrap .table-bordered tbody:first-child tr:first-child > th:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.bootstrap .table-bordered thead:first-child tr:first-child > th:last-child,
.bootstrap .table-bordered tbody:first-child tr:first-child > td:last-child,
.bootstrap .table-bordered tbody:first-child tr:first-child > th:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}
.bootstrap .table-bordered thead:last-child tr:last-child > th:first-child,
.bootstrap .table-bordered tbody:last-child tr:last-child > td:first-child,
.bootstrap .table-bordered tbody:last-child tr:last-child > th:first-child,
.bootstrap .table-bordered tfoot:last-child tr:last-child > td:first-child,
.bootstrap .table-bordered tfoot:last-child tr:last-child > th:first-child {
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.bootstrap .table-bordered thead:last-child tr:last-child > th:last-child,
.bootstrap .table-bordered tbody:last-child tr:last-child > td:last-child,
.bootstrap .table-bordered tbody:last-child tr:last-child > th:last-child,
.bootstrap .table-bordered tfoot:last-child tr:last-child > td:last-child,
.bootstrap .table-bordered tfoot:last-child tr:last-child > th:last-child {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.bootstrap
  .table-bordered
  tfoot
  + tbody:last-child
  tr:last-child
  td:first-child {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
.bootstrap
  .table-bordered
  tfoot
  + tbody:last-child
  tr:last-child
  td:last-child {
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}
.bootstrap .table-bordered caption + thead tr:first-child th:first-child,
.bootstrap .table-bordered caption + tbody tr:first-child td:first-child,
.bootstrap .table-bordered colgroup + thead tr:first-child th:first-child,
.bootstrap .table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.bootstrap .table-bordered caption + thead tr:first-child th:last-child,
.bootstrap .table-bordered caption + tbody tr:first-child td:last-child,
.bootstrap .table-bordered colgroup + thead tr:first-child th:last-child,
.bootstrap .table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}
.bootstrap .table-striped tbody > tr:nth-child(odd) > td,
.bootstrap .table-striped tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.bootstrap .table-hover tbody tr:hover > td,
.bootstrap .table-hover tbody tr:hover > th {
  background-color: #f5f5f5;
}
.bootstrap table td[class*="span"],
.bootstrap table th[class*="span"],
.bootstrap .row-fluid table td[class*="span"],
.bootstrap .row-fluid table th[class*="span"] {
  display: table-cell;
  float: none;
  margin-left: 0;
}
.bootstrap .table td.span1,
.bootstrap .table th.span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}
.bootstrap .table td.span2,
.bootstrap .table th.span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}
.bootstrap .table td.span3,
.bootstrap .table th.span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}
.bootstrap .table td.span4,
.bootstrap .table th.span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}
.bootstrap .table td.span5,
.bootstrap .table th.span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}
.bootstrap .table td.span6,
.bootstrap .table th.span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}
.bootstrap .table td.span7,
.bootstrap .table th.span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}
.bootstrap .table td.span8,
.bootstrap .table th.span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}
.bootstrap .table td.span9,
.bootstrap .table th.span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}
.bootstrap .table td.span10,
.bootstrap .table th.span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}
.bootstrap .table td.span11,
.bootstrap .table th.span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}
.bootstrap .table td.span12,
.bootstrap .table th.span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}
.bootstrap .table tbody tr.success > td {
  background-color: #dff0d8;
}
.bootstrap .table tbody tr.error > td {
  background-color: #f2dede;
}
.bootstrap .table tbody tr.warning > td {
  background-color: #fcf8e3;
}
.bootstrap .table tbody tr.info > td {
  background-color: #d9edf7;
}
.bootstrap .table-hover tbody tr.success:hover > td {
  background-color: #d0e9c6;
}
.bootstrap .table-hover tbody tr.error:hover > td {
  background-color: #ebcccc;
}
.bootstrap .table-hover tbody tr.warning:hover > td {
  background-color: #faf2cc;
}
.bootstrap .table-hover tbody tr.info:hover > td {
  background-color: #c4e3f3;
}
@font-face {
  font-family: "FontAwesome";
  src: url(/scripts/build/desktop-legacy/3a02d698864c3140f35ad0f7f2e208ba.eot);
  src:
    url(/scripts/build/desktop-legacy/3a02d698864c3140f35ad0f7f2e208ba.eot?#iefix&v=3.1.0)
      format("embedded-opentype"),
    url(data:font/woff;base64,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)
      format("woff"),
    url(data:application/octet-stream;base64,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BgAAAAYAAAAHAAAABwAADwcAAAAGAAAABoAAAAaAABsHAABABgAAAAYAAAAGAAAABoAAAAeAAAAEAAAABAAAAAKAAEACgAAABoAAAAQAAAAEAAAABAAAAAcAAAAGAAAABgAAAAcAACgHAAAABwAAAAcAAAADgAABBwAAAAaAAAAHAAAABAAAAAcAAAAHgAAAB4AAAAWAAAAFgAAABwAAAAaAAAAHgAAABYAAAAUAAAAFgAAABYAAAAeAAEAHAAAAB4AAAAaAAEAGAAAABgAAAAQAAC0EAAANBIAATQSAAE0CgAAtAoAADQSAAE0EgABNB4AAAAeAAAAEgAAAAwAAAAYAAAAGgAAABoAAAAYgAAAGAAAABwAAAAaAAAAGgAAAB4AAAASAAAAEgAAABgAAAAYAAAAGAAAAB4AAAAeAAAAHAABABwAAQAaAAA0HgAAtBwAAAAaAAAIFgAACBoAAAAQAAAAGgAAABAAAYAKAAAACgABiBgAABQYAAAUHgAABBoAAAASAAAAFgAANBQAAAAaAAAAFgAADBoAAJAcAAAAGAAAABgAAAAYAAAAGAAAABYAAAAcAAAwHAAACBIAAAAYAAAAFgAAAAYAAAAYAAAAGAAAABwAANgYAAAAFgAAABAAAAwQAAAMGAAAABgAAAAYAAAAGAAAABwAAAAAAAAAAAAAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAHgBQAJIA1AFCAXABrgIAAjwDJAOCBEgEzgT6BTwFpgX8BlQGxAdmB/wIVAiMCNoJQgmiCfgKTAqKCtQLJguUDD4MjgzgDUwNcg26DloOvg8sD2IPvBBuEKAQ+BFAEcASWhLME44UThSqFQYVYBW6FmQW1hdIF3wXyBgMGDoYZhiuGSYZpBoOGnYaphrsGxwbOBtsG4obuhwAHDAcYhyMHLodBh06HZQd1h5AHpgfGB9+H9IgFCBMIIQgviD4ITwhjCHcIhIiLiKGItIjPCOuI/gkTiTWJSYleiY0JtAnECd0J6An0Cg+KJYouikAKTYpbCnAKiAqViq6KyIsgiz4LY4uKC5OLqYvBC9UL5wv+jBYMMAxkjH2MoAy9DMmM2Yz4DQuNFI00DUsNW410jY2Now24jdYN+g4hjkWObI6ADpMOpg65j6oPvg/Vj+AP8pAPEDCQVZBhEG+QpxDAkNiQ8xD6kQuRJhFREXYRoBHXEe+SC5InEkISZhKMEqMSqpKyErmSwRLNktqS4hLpkv+TEZMmE00TbJOFE6oTuJPUk/WUDBQslECUVRRqFIuUpxS2FMcU1RTslQWVbBW7Fd2V95YMFhcWKhY9FlAWYxZ2FokWk5aeFqiWsxbFFtiW6Bb6FwaXHZc0l06XVhdnF2cXd5eSF6mXu5fXF/KYChgimFsYepijmLOYzZjmGPmZBBkZGTSZaJl+mY8ZnBm2mdCZ3Jn/GhMaL5o9mlaachqGGpGaoZqxmsIa0hreGuebBZsamzMbRBtUm3AbfZuTG5+bsZu+G8ob2ZvvHAAcFJwUnBSAAEAAAFLApYAFAAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAAANAKIAAwABBAkAAAAyAAAAAwABBAkAAQAWADIAAwABBAkAAgAOAEgAAwABBAkAAwAiAFYAAwABBAkABAAmAHgAAwABBAkABQAkAJ4AAwABBAkABgAWAMIAAwABBAkABwCiANgAAwABBAkACAAYAXoAAwABBAkACQAUAZIAAwABBAkACwAqAaYAAwABBAkAyAAWAdAAAwABBAkAyQAwAeYAUwBJAEwAIABPAHAAZQBuACAARgBvAG4AdAAgAEwAaQBjAGUAbgBzAGUAIAAxAC4AMQBGAG8AbgB0AEEAdwBlAHMAbwBtAGUAUgBlAGcAdQBsAGEAcgBGAE8ATgBUAEwAQQBCADoATwBUAEYARQBYAFAATwBSAFQARgBvAG4AdABBAHcAZQBzAG8AbQBlACAAUgBlAGcAdQBsAGEAcgBWAGUAcgBzAGkAbwBuACAAMwAuADEALgAwACAAMgAwADEAMwBGAG8AbgB0AEEAdwBlAHMAbwBtAGUAUABsAGUAYQBzAGUAIAByAGUAZgBlAHIAIAB0AG8AIAB0AGgAZQAgAEMAbwBwAHkAcgBpAGcAaAB0ACAAcwBlAGMAdABpAG8AbgAgAGYAbwByACAAdABoAGUAIABmAG8AbgB0ACAAdAByAGEAZABlAG0AYQByAGsAIABhAHQAdAByAGkAYgB1AHQAaQBvAG4AIABuAG8AdABpAGMAZQBzAC4ARgBvAHIAdAAgAEEAdwBlAHMAbwBtAGUARABhAHYAZQAgAEcAYQBuAGQAeQBoAHQAdABwADoALwAvAGYAbwBuAHQAYQB3AGUAcwBvAG0AZQAuAGkAbwBXAGUAYgBmAG8AbgB0ACAAMQAuADAARgByAGkAIABNAGEAeQAgADEAMAAgADAANwA6ADUANwA6ADAANQAgADIAMAAxADMAAgAAAAAAAP96AFoAAAAAAAAAAAAAAAAAAAAAAAAAAAFLAAAAAQACAAMBAgCOAIsAigCNAJABAwEEAQUBBgEHAQgBCQEKAQsBDAENAQ4BDwCMAJIAjwEQAREBEgETARQBFQEWARcBGAEZARoBGwEcAR0BHgEfASABIQEiASMBJAElASYBJwEoASkBKgErASwBLQEuAS8BMAExATIBMwE0ATUBNgE3ATgBOQE6ATsBPAE9AT4BPwFAAUEBQgFDAUQBRQFGAUcBSAFJAUoBSwFMAU0BTgFPAVABUQFSAVMBVAFVAVYBVwFYAVkBWgFbAVwBXQFeAV8BYAFhAWIBYwFkAWUBZgFnAWgBaQFqAWsBbAFtAW4BbwFwAXEADgDvAA0BcgFzAXQBdQF2AXcBeAF5AXoBewF8AX0BfgF/AYABgQGCAYMBhAGFAYYBhwGIAYkBigGLAYwBjQGOAY8BkAGRAZIBkwGUAZUBlgGXAZgBmQGaAZsBnAGdAZ4BnwGgAaEBogGjAaQBpQGmAacBqAGpAaoBqwGsAa0BrgGvAbABsQGyAbMBtAG1AbYBtwG4AbkBugG7AbwBvQG+Ab8BwAHBAcIBwwHEAcUBxgHHAcgByQHKAcsBzAHNAc4BzwHQAdEB0gHTAdQB1QHWAdcB2AHZAdoB2wHcAd0B3gHfAeAB4QHiAeMB5AHlAeYB5wHoAekB6gHrAewB7QHuAe8B8AHxAfIB8wH0AfUB9gH3AfgB+QH6AfsB/AH9Af4B/wIAAgECAgIDAgQCBQIGAgcCCAIJAgoCCwIMAg0CDgIPAhACEQISAhMCFAIVAhYCFwAiAhgCGQIaAhsCHAIdAh4CHwIgAiECIgIjAiQCJQImAicCKAIpAioCKwIsAi0CLgIvAjACMQIyAjMCNAI1AjYCNwI4AjkCOgI7AJQHdW5pMDBBMAd1bmkyMDAwB3VuaTIwMDEHdW5pMjAwMgd1bmkyMDAzB3VuaTIwMDQHdW5pMjAwNQd1bmkyMDA2B3VuaTIwMDcHdW5pMjAwOAd1bmkyMDA5B3VuaTIwMEEHdW5pMjAyRgd1bmkyMDVGB3VuaUUwMDAFZ2xhc3MFbXVzaWMGc2VhcmNoCGVudmVsb3BlBWhlYXJ0BHN0YXIKc3Rhcl9lbXB0eQR1c2VyBGZpbG0IdGhfbGFyZ2UCdGgHdGhfbGlzdAJvawZyZW1vdmUHem9vbV9pbgh6b29tX291dANvZmYGc2lnbmFsA2NvZwV0cmFzaARob21lBGZpbGUEdGltZQRyb2FkDGRvd25sb2FkX2FsdAhkb3dubG9hZAZ1cGxvYWQFaW5ib3gLcGxheV9jaXJjbGUGcmVwZWF0B3JlZnJlc2gIbGlzdF9hbHQEbG9jawRmbGFnCmhlYWRwaG9uZXMKdm9sdW1lX29mZgt2b2x1bWVfZG93bgl2b2x1bWVfdXAGcXJjb2RlB2JhcmNvZGUDdGFnBHRhZ3MEYm9vawhib29rbWFyawVwcmludAZjYW1lcmEEZm9udARib2xkBml0YWxpYwt0ZXh0X2hlaWdodAp0ZXh0X3dpZHRoCmFsaWduX2xlZnQMYWxpZ25fY2VudGVyC2FsaWduX3JpZ2h0DWFsaWduX2p1c3RpZnkEbGlzdAtpbmRlbnRfbGVmdAxpbmRlbnRfcmlnaHQOZmFjZXRpbWVfdmlkZW8HcGljdHVyZQZwZW5jaWwKbWFwX21hcmtlcgZhZGp1c3QEdGludARlZGl0BXNoYXJlBWNoZWNrBG1vdmUNc3RlcF9iYWNrd2FyZA1mYXN0X2JhY2t3YXJkCGJhY2t3YXJkBHBsYXkFcGF1c2UEc3RvcAdmb3J3YXJkDGZhc3RfZm9yd2FyZAxzdGVwX2ZvcndhcmQFZWplY3QMY2hldnJvbl9sZWZ0DWNoZXZyb25fcmlnaHQJcGx1c19zaWduCm1pbnVzX3NpZ24LcmVtb3ZlX3NpZ24Hb2tfc2lnbg1xdWVzdGlvbl9zaWduCWluZm9fc2lnbgpzY3JlZW5zaG90DXJlbW92ZV9jaXJjbGUJb2tfY2lyY2xlCmJhbl9jaXJjbGUKYXJyb3dfbGVmdAthcnJvd19yaWdodAhhcnJvd191cAphcnJvd19kb3duCXNoYXJlX2FsdAtyZXNpemVfZnVsbAxyZXNpemVfc21hbGwQZXhjbGFtYXRpb25fc2lnbgRnaWZ0BGxlYWYEZmlyZQhleWVfb3BlbglleWVfY2xvc2UMd2FybmluZ19zaWduBXBsYW5lCGNhbGVuZGFyBnJhbmRvbQdjb21tZW50Bm1hZ25ldApjaGV2cm9uX3VwDGNoZXZyb25fZG93bgdyZXR3ZWV0DXNob3BwaW5nX2NhcnQMZm9sZGVyX2Nsb3NlC2ZvbGRlcl9vcGVuD3Jlc2l6ZV92ZXJ0aWNhbBFyZXNpemVfaG9yaXpvbnRhbAliYXJfY2hhcnQMdHdpdHRlcl9zaWduDWZhY2Vib29rX3NpZ24MY2FtZXJhX3JldHJvA2tleQRjb2dzCGNvbW1lbnRzCXRodW1ic191cAt0aHVtYnNfZG93bglzdGFyX2hhbGYLaGVhcnRfZW1wdHkHc2lnbm91dA1saW5rZWRpbl9zaWduB3B1c2hwaW4NZXh0ZXJuYWxfbGluawZzaWduaW4GdHJvcGh5C2dpdGh1Yl9zaWduCnVwbG9hZF9hbHQFbGVtb24FcGhvbmULY2hlY2tfZW1wdHkOYm9va21hcmtfZW1wdHkKcGhvbmVfc2lnbgd0d2l0dGVyCGZhY2Vib29rBmdpdGh1YgZ1bmxvY2sLY3JlZGl0X2NhcmQDcnNzA2hkZAhidWxsaG9ybgRiZWxsC2NlcnRpZmljYXRlCmhhbmRfcmlnaHQJaGFuZF9sZWZ0B2hhbmRfdXAJaGFuZF9kb3duEWNpcmNsZV9hcnJvd19sZWZ0EmNpcmNsZV9hcnJvd19yaWdodA9jaXJjbGVfYXJyb3dfdXARY2lyY2xlX2Fycm93X2Rvd24FZ2xvYmUGd3JlbmNoBXRhc2tzBmZpbHRlcglicmllZmNhc2UKZnVsbHNjcmVlbgVncm91cARsaW5rBWNsb3VkBmJlYWtlcgNjdXQEY29weQpwYXBlcl9jbGlwBHNhdmUKc2lnbl9ibGFuawdyZW9yZGVyAnVsAm9sDXN0cmlrZXRocm91Z2gJdW5kZXJsaW5lBXRhYmxlBW1hZ2ljBXRydWNrCXBpbnRlcmVzdA5waW50ZXJlc3Rfc2lnbhBnb29nbGVfcGx1c19zaWduC2dvb2dsZV9wbHVzBW1vbmV5CmNhcmV0X2Rvd24IY2FyZXRfdXAKY2FyZXRfbGVmdAtjYXJldF9yaWdodAdjb2x1bW5zBHNvcnQJc29ydF9kb3duB3NvcnRfdXAMZW52ZWxvcGVfYWx0CGxpbmtlZGluBHVuZG8FbGVnYWwJZGFzaGJvYXJkC2NvbW1lbnRfYWx0DGNvbW1lbnRzX2FsdARib2x0B3NpdGVtYXAIdW1icmVsbGEFcGFzdGUKbGlnaHRfYnVsYghleGNoYW5nZQ5jbG91ZF9kb3dubG9hZAxjbG91ZF91cGxvYWQHdXNlcl9tZAtzdGV0aG9zY29wZQhzdWl0Y2FzZQhiZWxsX2FsdAZjb2ZmZWUEZm9vZAhmaWxlX2FsdAhidWlsZGluZwhob3NwaXRhbAlhbWJ1bGFuY2UGbWVka2l0C2ZpZ2h0ZXJfamV0BGJlZXIGaF9zaWduBGYwZmURZG91YmxlX2FuZ2xlX2xlZnQSZG91YmxlX2FuZ2xlX3JpZ2h0D2RvdWJsZV9hbmdsZV91cBFkb3VibGVfYW5nbGVfZG93bgphbmdsZV9sZWZ0C2FuZ2xlX3JpZ2h0CGFuZ2xlX3VwCmFuZ2xlX2Rvd24HZGVza3RvcAZsYXB0b3AGdGFibGV0DG1vYmlsZV9waG9uZQxjaXJjbGVfYmxhbmsKcXVvdGVfbGVmdAtxdW90ZV9yaWdodAdzcGlubmVyBmNpcmNsZQVyZXBseQpnaXRodWJfYWx0EGZvbGRlcl9jbG9zZV9hbHQPZm9sZGVyX29wZW5fYWx0CmV4cGFuZF9hbHQMY29sbGFwc2VfYWx0BXNtaWxlBWZyb3duA21laAdnYW1lcGFkCGtleWJvYXJkCGZsYWdfYWx0DmZsYWdfY2hlY2tlcmVkCHRlcm1pbmFsBGNvZGUJcmVwbHlfYWxsD3N0YXJfaGFsZl9lbXB0eQ5sb2NhdGlvbl9hcnJvdwRjcm9wCWNvZGVfZm9yawZ1bmxpbmsEXzI3OQtleGNsYW1hdGlvbgtzdXBlcnNjcmlwdAlzdWJzY3JpcHQEXzI4MwxwdXp6bGVfcGllY2UKbWljcm9waG9uZQ5taWNyb3Bob25lX29mZgZzaGllbGQOY2FsZW5kYXJfZW1wdHkRZmlyZV9leHRpbmd1aXNoZXIGcm9ja2V0Bm1heGNkbhFjaGV2cm9uX3NpZ25fbGVmdBJjaGV2cm9uX3NpZ25fcmlnaHQPY2hldnJvbl9zaWduX3VwEWNoZXZyb25fc2lnbl9kb3duBWh0bWw1BGNzczMGYW5jaG9yCnVubG9ja19hbHQIYnVsbHNleWUTZWxsaXBzaXNfaG9yaXpvbnRhbBFlbGxpcHNpc192ZXJ0aWNhbARfMzAzCXBsYXlfc2lnbgZ0aWNrZXQObWludXNfc2lnbl9hbHQLY2hlY2tfbWludXMIbGV2ZWxfdXAKbGV2ZWxfZG93bgpjaGVja19zaWduCWVkaXRfc2lnbgRfMzEyCnNoYXJlX3NpZ24EXzMxNAAAAVGM4JEAAA==)
      format("truetype"),
    url(/scripts/build/desktop-legacy/321db7c9564ea52084ec89b612f2cc59.svg#fontawesomeregular?v=3.1.0)
      format("svg");
  font-weight: normal;
  font-style: normal;
}
.bootstrap [class^="icon-"],
.bootstrap [class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: 0.3em;
}
.bootstrap [class^="icon-"]:before,
.bootstrap [class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}
.bootstrap .icon-large:before {
  vertical-align: -10%;
  font-size: 1.33333333em;
}
.bootstrap a [class^="icon-"],
.bootstrap a [class*=" icon-"],
.bootstrap a [class^="icon-"]:before,
.bootstrap a [class*=" icon-"]:before {
  display: inline;
}
.bootstrap [class^="icon-"].icon-fixed-width,
.bootstrap [class*=" icon-"].icon-fixed-width {
  display: inline-block;
  width: 1.28571429em;
  text-align: center;
}
.bootstrap [class^="icon-"].icon-fixed-width.icon-large,
.bootstrap [class*=" icon-"].icon-fixed-width.icon-large {
  width: 1.57142857em;
}
.bootstrap ul.icons-ul {
  list-style-type: none;
  text-indent: -0.71428571em;
  margin-left: 2.14285714em;
}
.bootstrap ul.icons-ul > li .icon-li {
  width: 0.71428571em;
  display: inline-block;
  text-align: center;
}
.bootstrap [class^="icon-"].hide,
.bootstrap [class*=" icon-"].hide {
  display: none;
}
.bootstrap .icon-muted {
  color: #eee;
}
.bootstrap .icon-light {
  color: #fff;
}
.bootstrap .icon-dark {
  color: #333;
}
.bootstrap .icon-border {
  border: solid 1px #eee;
  padding: 0.2em 0.25em 0.15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.bootstrap .icon-2x {
  font-size: 2em;
}
.bootstrap .icon-2x.icon-border {
  border-width: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.bootstrap .icon-3x {
  font-size: 3em;
}
.bootstrap .icon-3x.icon-border {
  border-width: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.bootstrap .icon-4x {
  font-size: 4em;
}
.bootstrap .icon-4x.icon-border {
  border-width: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.bootstrap .icon-5x {
  font-size: 5em;
}
.bootstrap .icon-5x.icon-border {
  border-width: 5px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.bootstrap .pull-right {
  float: right;
}
.bootstrap .pull-left {
  float: left;
}
.bootstrap [class^="icon-"].pull-left,
.bootstrap [class*=" icon-"].pull-left {
  margin-right: 0.3em;
}
.bootstrap [class^="icon-"].pull-right,
.bootstrap [class*=" icon-"].pull-right {
  margin-left: 0.3em;
}
.bootstrap [class^="icon-"],
.bootstrap [class*=" icon-"] {
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}
.bootstrap .icon-white,
.bootstrap .nav-pills > .active > a > [class^="icon-"],
.bootstrap .nav-pills > .active > a > [class*=" icon-"],
.bootstrap .nav-list > .active > a > [class^="icon-"],
.bootstrap .nav-list > .active > a > [class*=" icon-"],
.bootstrap .navbar-inverse .nav > .active > a > [class^="icon-"],
.bootstrap .navbar-inverse .nav > .active > a > [class*=" icon-"],
.bootstrap .dropdown-menu > li > a:hover > [class^="icon-"],
.bootstrap .dropdown-menu > li > a:hover > [class*=" icon-"],
.bootstrap .dropdown-menu > .active > a > [class^="icon-"],
.bootstrap .dropdown-menu > .active > a > [class*=" icon-"],
.bootstrap .dropdown-submenu:hover > a > [class^="icon-"],
.bootstrap .dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: none;
}
.bootstrap .btn [class^="icon-"].icon-large,
.bootstrap .nav [class^="icon-"].icon-large,
.bootstrap .btn [class*=" icon-"].icon-large,
.bootstrap .nav [class*=" icon-"].icon-large {
  line-height: 0.9em;
}
.bootstrap .btn [class^="icon-"].icon-spin,
.bootstrap .nav [class^="icon-"].icon-spin,
.bootstrap .btn [class*=" icon-"].icon-spin,
.bootstrap .nav [class*=" icon-"].icon-spin {
  display: inline-block;
}
.bootstrap .nav-tabs [class^="icon-"],
.bootstrap .nav-pills [class^="icon-"],
.bootstrap .nav-tabs [class*=" icon-"],
.bootstrap .nav-pills [class*=" icon-"],
.bootstrap .nav-tabs [class^="icon-"].icon-large,
.bootstrap .nav-pills [class^="icon-"].icon-large,
.bootstrap .nav-tabs [class*=" icon-"].icon-large,
.bootstrap .nav-pills [class*=" icon-"].icon-large {
  line-height: 0.9em;
}
.bootstrap .btn [class^="icon-"].pull-left.icon-2x,
.bootstrap .btn [class*=" icon-"].pull-left.icon-2x,
.bootstrap .btn [class^="icon-"].pull-right.icon-2x,
.bootstrap .btn [class*=" icon-"].pull-right.icon-2x {
  margin-top: 0.18em;
}
.bootstrap .btn [class^="icon-"].icon-spin.icon-large,
.bootstrap .btn [class*=" icon-"].icon-spin.icon-large {
  line-height: 0.8em;
}
.bootstrap .btn.btn-small [class^="icon-"].pull-left.icon-2x,
.bootstrap .btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.bootstrap .btn.btn-small [class^="icon-"].pull-right.icon-2x,
.bootstrap .btn.btn-small [class*=" icon-"].pull-right.icon-2x {
  margin-top: 0.25em;
}
.bootstrap .btn.btn-large [class^="icon-"],
.bootstrap .btn.btn-large [class*=" icon-"] {
  margin-top: 0;
}
.bootstrap .btn.btn-large [class^="icon-"].pull-left.icon-2x,
.bootstrap .btn.btn-large [class*=" icon-"].pull-left.icon-2x,
.bootstrap .btn.btn-large [class^="icon-"].pull-right.icon-2x,
.bootstrap .btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-top: 0.05em;
}
.bootstrap .btn.btn-large [class^="icon-"].pull-left.icon-2x,
.bootstrap .btn.btn-large [class*=" icon-"].pull-left.icon-2x {
  margin-right: 0.2em;
}
.bootstrap .btn.btn-large [class^="icon-"].pull-right.icon-2x,
.bootstrap .btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-left: 0.2em;
}
.bootstrap .icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: -35%;
}
.bootstrap .icon-stack [class^="icon-"],
.bootstrap .icon-stack [class*=" icon-"] {
  display: block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 1em;
  line-height: inherit;
  *line-height: 2em;
}
.bootstrap .icon-stack .icon-stack-base {
  font-size: 2em;
  *line-height: 1em;
}
.bootstrap .icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.bootstrap .icon-rotate-90:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}
.bootstrap .icon-rotate-180:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.bootstrap .icon-rotate-270:before {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.bootstrap .icon-flip-horizontal:before {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.bootstrap .icon-flip-vertical:before {
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
.bootstrap .icon-glass:before {
  content: "\f000";
}
.bootstrap .icon-music:before {
  content: "\f001";
}
.bootstrap .icon-search:before {
  content: "\f002";
}
.bootstrap .icon-envelope:before {
  content: "\f003";
}
.bootstrap .icon-heart:before {
  content: "\f004";
}
.bootstrap .icon-star:before {
  content: "\f005";
}
.bootstrap .icon-star-empty:before {
  content: "\f006";
}
.bootstrap .icon-user:before {
  content: "\f007";
}
.bootstrap .icon-film:before {
  content: "\f008";
}
.bootstrap .icon-th-large:before {
  content: "\f009";
}
.bootstrap .icon-th:before {
  content: "\f00a";
}
.bootstrap .icon-th-list:before {
  content: "\f00b";
}
.bootstrap .icon-ok:before {
  content: "\f00c";
}
.bootstrap .icon-remove:before {
  content: "\f00d";
}
.bootstrap .icon-zoom-in:before {
  content: "\f00e";
}
.bootstrap .icon-zoom-out:before {
  content: "\f010";
}
.bootstrap .icon-off:before {
  content: "\f011";
}
.bootstrap .icon-signal:before {
  content: "\f012";
}
.bootstrap .icon-cog:before {
  content: "\f013";
}
.bootstrap .icon-trash:before {
  content: "\f014";
}
.bootstrap .icon-home:before {
  content: "\f015";
}
.bootstrap .icon-file:before {
  content: "\f016";
}
.bootstrap .icon-time:before {
  content: "\f017";
}
.bootstrap .icon-road:before {
  content: "\f018";
}
.bootstrap .icon-download-alt:before {
  content: "\f019";
}
.bootstrap .icon-download:before {
  content: "\f01a";
}
.bootstrap .icon-upload:before {
  content: "\f01b";
}
.bootstrap .icon-inbox:before {
  content: "\f01c";
}
.bootstrap .icon-play-circle:before {
  content: "\f01d";
}
.bootstrap .icon-repeat:before,
.bootstrap .icon-rotate-right:before {
  content: "\f01e";
}
.bootstrap .icon-refresh:before {
  content: "\f021";
}
.bootstrap .icon-list-alt:before {
  content: "\f022";
}
.bootstrap .icon-lock:before {
  content: "\f023";
}
.bootstrap .icon-flag:before {
  content: "\f024";
}
.bootstrap .icon-headphones:before {
  content: "\f025";
}
.bootstrap .icon-volume-off:before {
  content: "\f026";
}
.bootstrap .icon-volume-down:before {
  content: "\f027";
}
.bootstrap .icon-volume-up:before {
  content: "\f028";
}
.bootstrap .icon-qrcode:before {
  content: "\f029";
}
.bootstrap .icon-barcode:before {
  content: "\f02a";
}
.bootstrap .icon-tag:before {
  content: "\f02b";
}
.bootstrap .icon-tags:before {
  content: "\f02c";
}
.bootstrap .icon-book:before {
  content: "\f02d";
}
.bootstrap .icon-bookmark:before {
  content: "\f02e";
}
.bootstrap .icon-print:before {
  content: "\f02f";
}
.bootstrap .icon-camera:before {
  content: "\f030";
}
.bootstrap .icon-font:before {
  content: "\f031";
}
.bootstrap .icon-bold:before {
  content: "\f032";
}
.bootstrap .icon-italic:before {
  content: "\f033";
}
.bootstrap .icon-text-height:before {
  content: "\f034";
}
.bootstrap .icon-text-width:before {
  content: "\f035";
}
.bootstrap .icon-align-left:before {
  content: "\f036";
}
.bootstrap .icon-align-center:before {
  content: "\f037";
}
.bootstrap .icon-align-right:before {
  content: "\f038";
}
.bootstrap .icon-align-justify:before {
  content: "\f039";
}
.bootstrap .icon-list:before {
  content: "\f03a";
}
.bootstrap .icon-indent-left:before {
  content: "\f03b";
}
.bootstrap .icon-indent-right:before {
  content: "\f03c";
}
.bootstrap .icon-facetime-video:before {
  content: "\f03d";
}
.bootstrap .icon-picture:before {
  content: "\f03e";
}
.bootstrap .icon-pencil:before {
  content: "\f040";
}
.bootstrap .icon-map-marker:before {
  content: "\f041";
}
.bootstrap .icon-adjust:before {
  content: "\f042";
}
.bootstrap .icon-tint:before {
  content: "\f043";
}
.bootstrap .icon-edit:before {
  content: "\f044";
}
.bootstrap .icon-share:before {
  content: "\f045";
}
.bootstrap .icon-check:before {
  content: "\f046";
}
.bootstrap .icon-move:before {
  content: "\f047";
}
.bootstrap .icon-step-backward:before {
  content: "\f048";
}
.bootstrap .icon-fast-backward:before {
  content: "\f049";
}
.bootstrap .icon-backward:before {
  content: "\f04a";
}
.bootstrap .icon-play:before {
  content: "\f04b";
}
.bootstrap .icon-pause:before {
  content: "\f04c";
}
.bootstrap .icon-stop:before {
  content: "\f04d";
}
.bootstrap .icon-forward:before {
  content: "\f04e";
}
.bootstrap .icon-fast-forward:before {
  content: "\f050";
}
.bootstrap .icon-step-forward:before {
  content: "\f051";
}
.bootstrap .icon-eject:before {
  content: "\f052";
}
.bootstrap .icon-chevron-left:before {
  content: "\f053";
}
.bootstrap .icon-chevron-right:before {
  content: "\f054";
}
.bootstrap .icon-plus-sign:before {
  content: "\f055";
}
.bootstrap .icon-minus-sign:before {
  content: "\f056";
}
.bootstrap .icon-remove-sign:before {
  content: "\f057";
}
.bootstrap .icon-ok-sign:before {
  content: "\f058";
}
.bootstrap .icon-question-sign:before {
  content: "\f059";
}
.bootstrap .icon-info-sign:before {
  content: "\f05a";
}
.bootstrap .icon-screenshot:before {
  content: "\f05b";
}
.bootstrap .icon-remove-circle:before {
  content: "\f05c";
}
.bootstrap .icon-ok-circle:before {
  content: "\f05d";
}
.bootstrap .icon-ban-circle:before {
  content: "\f05e";
}
.bootstrap .icon-arrow-left:before {
  content: "\f060";
}
.bootstrap .icon-arrow-right:before {
  content: "\f061";
}
.bootstrap .icon-arrow-up:before {
  content: "\f062";
}
.bootstrap .icon-arrow-down:before {
  content: "\f063";
}
.bootstrap .icon-share-alt:before,
.bootstrap .icon-mail-forward:before {
  content: "\f064";
}
.bootstrap .icon-resize-full:before {
  content: "\f065";
}
.bootstrap .icon-resize-small:before {
  content: "\f066";
}
.bootstrap .icon-plus:before {
  content: "\f067";
}
.bootstrap .icon-minus:before {
  content: "\f068";
}
.bootstrap .icon-asterisk:before {
  content: "\f069";
}
.bootstrap .icon-exclamation-sign:before {
  content: "\f06a";
}
.bootstrap .icon-gift:before {
  content: "\f06b";
}
.bootstrap .icon-leaf:before {
  content: "\f06c";
}
.bootstrap .icon-fire:before {
  content: "\f06d";
}
.bootstrap .icon-eye-open:before {
  content: "\f06e";
}
.bootstrap .icon-eye-close:before {
  content: "\f070";
}
.bootstrap .icon-warning-sign:before {
  content: "\f071";
}
.bootstrap .icon-plane:before {
  content: "\f072";
}
.bootstrap .icon-calendar:before {
  content: "\f073";
}
.bootstrap .icon-random:before {
  content: "\f074";
}
.bootstrap .icon-comment:before {
  content: "\f075";
}
.bootstrap .icon-magnet:before {
  content: "\f076";
}
.bootstrap .icon-chevron-up:before {
  content: "\f077";
}
.bootstrap .icon-chevron-down:before {
  content: "\f078";
}
.bootstrap .icon-retweet:before {
  content: "\f079";
}
.bootstrap .icon-shopping-cart:before {
  content: "\f07a";
}
.bootstrap .icon-folder-close:before {
  content: "\f07b";
}
.bootstrap .icon-folder-open:before {
  content: "\f07c";
}
.bootstrap .icon-resize-vertical:before {
  content: "\f07d";
}
.bootstrap .icon-resize-horizontal:before {
  content: "\f07e";
}
.bootstrap .icon-bar-chart:before {
  content: "\f080";
}
.bootstrap .icon-twitter-sign:before {
  content: "\f081";
}
.bootstrap .icon-facebook-sign:before {
  content: "\f082";
}
.bootstrap .icon-camera-retro:before {
  content: "\f083";
}
.bootstrap .icon-key:before {
  content: "\f084";
}
.bootstrap .icon-cogs:before {
  content: "\f085";
}
.bootstrap .icon-comments:before {
  content: "\f086";
}
.bootstrap .icon-thumbs-up:before {
  content: "\f087";
}
.bootstrap .icon-thumbs-down:before {
  content: "\f088";
}
.bootstrap .icon-star-half:before {
  content: "\f089";
}
.bootstrap .icon-heart-empty:before {
  content: "\f08a";
}
.bootstrap .icon-signout:before {
  content: "\f08b";
}
.bootstrap .icon-linkedin-sign:before {
  content: "\f08c";
}
.bootstrap .icon-pushpin:before {
  content: "\f08d";
}
.bootstrap .icon-external-link:before {
  content: "\f08e";
}
.bootstrap .icon-signin:before {
  content: "\f090";
}
.bootstrap .icon-trophy:before {
  content: "\f091";
}
.bootstrap .icon-github-sign:before {
  content: "\f092";
}
.bootstrap .icon-upload-alt:before {
  content: "\f093";
}
.bootstrap .icon-lemon:before {
  content: "\f094";
}
.bootstrap .icon-phone:before {
  content: "\f095";
}
.bootstrap .icon-check-empty:before {
  content: "\f096";
}
.bootstrap .icon-bookmark-empty:before {
  content: "\f097";
}
.bootstrap .icon-phone-sign:before {
  content: "\f098";
}
.bootstrap .icon-twitter:before {
  content: "\f099";
}
.bootstrap .icon-facebook:before {
  content: "\f09a";
}
.bootstrap .icon-github:before {
  content: "\f09b";
}
.bootstrap .icon-unlock:before {
  content: "\f09c";
}
.bootstrap .icon-credit-card:before {
  content: "\f09d";
}
.bootstrap .icon-rss:before {
  content: "\f09e";
}
.bootstrap .icon-hdd:before {
  content: "\f0a0";
}
.bootstrap .icon-bullhorn:before {
  content: "\f0a1";
}
.bootstrap .icon-bell:before {
  content: "\f0a2";
}
.bootstrap .icon-certificate:before {
  content: "\f0a3";
}
.bootstrap .icon-hand-right:before {
  content: "\f0a4";
}
.bootstrap .icon-hand-left:before {
  content: "\f0a5";
}
.bootstrap .icon-hand-up:before {
  content: "\f0a6";
}
.bootstrap .icon-hand-down:before {
  content: "\f0a7";
}
.bootstrap .icon-circle-arrow-left:before {
  content: "\f0a8";
}
.bootstrap .icon-circle-arrow-right:before {
  content: "\f0a9";
}
.bootstrap .icon-circle-arrow-up:before {
  content: "\f0aa";
}
.bootstrap .icon-circle-arrow-down:before {
  content: "\f0ab";
}
.bootstrap .icon-globe:before {
  content: "\f0ac";
}
.bootstrap .icon-wrench:before {
  content: "\f0ad";
}
.bootstrap .icon-tasks:before {
  content: "\f0ae";
}
.bootstrap .icon-filter:before {
  content: "\f0b0";
}
.bootstrap .icon-briefcase:before {
  content: "\f0b1";
}
.bootstrap .icon-fullscreen:before {
  content: "\f0b2";
}
.bootstrap .icon-group:before {
  content: "\f0c0";
}
.bootstrap .icon-link:before {
  content: "\f0c1";
}
.bootstrap .icon-cloud:before {
  content: "\f0c2";
}
.bootstrap .icon-beaker:before {
  content: "\f0c3";
}
.bootstrap .icon-cut:before {
  content: "\f0c4";
}
.bootstrap .icon-copy:before {
  content: "\f0c5";
}
.bootstrap .icon-paper-clip:before {
  content: "\f0c6";
}
.bootstrap .icon-save:before {
  content: "\f0c7";
}
.bootstrap .icon-sign-blank:before {
  content: "\f0c8";
}
.bootstrap .icon-reorder:before {
  content: "\f0c9";
}
.bootstrap .icon-list-ul:before {
  content: "\f0ca";
}
.bootstrap .icon-list-ol:before {
  content: "\f0cb";
}
.bootstrap .icon-strikethrough:before {
  content: "\f0cc";
}
.bootstrap .icon-underline:before {
  content: "\f0cd";
}
.bootstrap .icon-table:before {
  content: "\f0ce";
}
.bootstrap .icon-magic:before {
  content: "\f0d0";
}
.bootstrap .icon-truck:before {
  content: "\f0d1";
}
.bootstrap .icon-pinterest:before {
  content: "\f0d2";
}
.bootstrap .icon-pinterest-sign:before {
  content: "\f0d3";
}
.bootstrap .icon-google-plus-sign:before {
  content: "\f0d4";
}
.bootstrap .icon-google-plus:before {
  content: "\f0d5";
}
.bootstrap .icon-money:before {
  content: "\f0d6";
}
.bootstrap .icon-caret-down:before {
  content: "\f0d7";
}
.bootstrap .icon-caret-up:before {
  content: "\f0d8";
}
.bootstrap .icon-caret-left:before {
  content: "\f0d9";
}
.bootstrap .icon-caret-right:before {
  content: "\f0da";
}
.bootstrap .icon-columns:before {
  content: "\f0db";
}
.bootstrap .icon-sort:before {
  content: "\f0dc";
}
.bootstrap .icon-sort-down:before {
  content: "\f0dd";
}
.bootstrap .icon-sort-up:before {
  content: "\f0de";
}
.bootstrap .icon-envelope-alt:before {
  content: "\f0e0";
}
.bootstrap .icon-linkedin:before {
  content: "\f0e1";
}
.bootstrap .icon-undo:before,
.bootstrap .icon-rotate-left:before {
  content: "\f0e2";
}
.bootstrap .icon-legal:before {
  content: "\f0e3";
}
.bootstrap .icon-dashboard:before {
  content: "\f0e4";
}
.bootstrap .icon-comment-alt:before {
  content: "\f0e5";
}
.bootstrap .icon-comments-alt:before {
  content: "\f0e6";
}
.bootstrap .icon-bolt:before {
  content: "\f0e7";
}
.bootstrap .icon-sitemap:before {
  content: "\f0e8";
}
.bootstrap .icon-umbrella:before {
  content: "\f0e9";
}
.bootstrap .icon-paste:before {
  content: "\f0ea";
}
.bootstrap .icon-lightbulb:before {
  content: "\f0eb";
}
.bootstrap .icon-exchange:before {
  content: "\f0ec";
}
.bootstrap .icon-cloud-download:before {
  content: "\f0ed";
}
.bootstrap .icon-cloud-upload:before {
  content: "\f0ee";
}
.bootstrap .icon-user-md:before {
  content: "\f0f0";
}
.bootstrap .icon-stethoscope:before {
  content: "\f0f1";
}
.bootstrap .icon-suitcase:before {
  content: "\f0f2";
}
.bootstrap .icon-bell-alt:before {
  content: "\f0f3";
}
.bootstrap .icon-coffee:before {
  content: "\f0f4";
}
.bootstrap .icon-food:before {
  content: "\f0f5";
}
.bootstrap .icon-file-alt:before {
  content: "\f0f6";
}
.bootstrap .icon-building:before {
  content: "\f0f7";
}
.bootstrap .icon-hospital:before {
  content: "\f0f8";
}
.bootstrap .icon-ambulance:before {
  content: "\f0f9";
}
.bootstrap .icon-medkit:before {
  content: "\f0fa";
}
.bootstrap .icon-fighter-jet:before {
  content: "\f0fb";
}
.bootstrap .icon-beer:before {
  content: "\f0fc";
}
.bootstrap .icon-h-sign:before {
  content: "\f0fd";
}
.bootstrap .icon-plus-sign-alt:before {
  content: "\f0fe";
}
.bootstrap .icon-double-angle-left:before {
  content: "\f100";
}
.bootstrap .icon-double-angle-right:before {
  content: "\f101";
}
.bootstrap .icon-double-angle-up:before {
  content: "\f102";
}
.bootstrap .icon-double-angle-down:before {
  content: "\f103";
}
.bootstrap .icon-angle-left:before {
  content: "\f104";
}
.bootstrap .icon-angle-right:before {
  content: "\f105";
}
.bootstrap .icon-angle-up:before {
  content: "\f106";
}
.bootstrap .icon-angle-down:before {
  content: "\f107";
}
.bootstrap .icon-desktop:before {
  content: "\f108";
}
.bootstrap .icon-laptop:before {
  content: "\f109";
}
.bootstrap .icon-tablet:before {
  content: "\f10a";
}
.bootstrap .icon-mobile-phone:before {
  content: "\f10b";
}
.bootstrap .icon-circle-blank:before {
  content: "\f10c";
}
.bootstrap .icon-quote-left:before {
  content: "\f10d";
}
.bootstrap .icon-quote-right:before {
  content: "\f10e";
}
.bootstrap .icon-spinner:before {
  content: "\f110";
}
.bootstrap .icon-circle:before {
  content: "\f111";
}
.bootstrap .icon-reply:before,
.bootstrap .icon-mail-reply:before {
  content: "\f112";
}
.bootstrap .icon-folder-close-alt:before {
  content: "\f114";
}
.bootstrap .icon-folder-open-alt:before {
  content: "\f115";
}
.bootstrap .icon-expand-alt:before {
  content: "\f116";
}
.bootstrap .icon-collapse-alt:before {
  content: "\f117";
}
.bootstrap .icon-smile:before {
  content: "\f118";
}
.bootstrap .icon-frown:before {
  content: "\f119";
}
.bootstrap .icon-meh:before {
  content: "\f11a";
}
.bootstrap .icon-gamepad:before {
  content: "\f11b";
}
.bootstrap .icon-keyboard:before {
  content: "\f11c";
}
.bootstrap .icon-flag-alt:before {
  content: "\f11d";
}
.bootstrap .icon-flag-checkered:before {
  content: "\f11e";
}
.bootstrap .icon-terminal:before {
  content: "\f120";
}
.bootstrap .icon-code:before {
  content: "\f121";
}
.bootstrap .icon-reply-all:before {
  content: "\f122";
}
.bootstrap .icon-mail-reply-all:before {
  content: "\f122";
}
.bootstrap .icon-star-half-full:before,
.bootstrap .icon-star-half-empty:before {
  content: "\f123";
}
.bootstrap .icon-location-arrow:before {
  content: "\f124";
}
.bootstrap .icon-crop:before {
  content: "\f125";
}
.bootstrap .icon-code-fork:before {
  content: "\f126";
}
.bootstrap .icon-unlink:before {
  content: "\f127";
}
.bootstrap .icon-question:before {
  content: "\f128";
}
.bootstrap .icon-info:before {
  content: "\f129";
}
.bootstrap .icon-exclamation:before {
  content: "\f12a";
}
.bootstrap .icon-superscript:before {
  content: "\f12b";
}
.bootstrap .icon-subscript:before {
  content: "\f12c";
}
.bootstrap .icon-eraser:before {
  content: "\f12d";
}
.bootstrap .icon-puzzle-piece:before {
  content: "\f12e";
}
.bootstrap .icon-microphone:before {
  content: "\f130";
}
.bootstrap .icon-microphone-off:before {
  content: "\f131";
}
.bootstrap .icon-shield:before {
  content: "\f132";
}
.bootstrap .icon-calendar-empty:before {
  content: "\f133";
}
.bootstrap .icon-fire-extinguisher:before {
  content: "\f134";
}
.bootstrap .icon-rocket:before {
  content: "\f135";
}
.bootstrap .icon-maxcdn:before {
  content: "\f136";
}
.bootstrap .icon-chevron-sign-left:before {
  content: "\f137";
}
.bootstrap .icon-chevron-sign-right:before {
  content: "\f138";
}
.bootstrap .icon-chevron-sign-up:before {
  content: "\f139";
}
.bootstrap .icon-chevron-sign-down:before {
  content: "\f13a";
}
.bootstrap .icon-html5:before {
  content: "\f13b";
}
.bootstrap .icon-css3:before {
  content: "\f13c";
}
.bootstrap .icon-anchor:before {
  content: "\f13d";
}
.bootstrap .icon-unlock-alt:before {
  content: "\f13e";
}
.bootstrap .icon-bullseye:before {
  content: "\f140";
}
.bootstrap .icon-ellipsis-horizontal:before {
  content: "\f141";
}
.bootstrap .icon-ellipsis-vertical:before {
  content: "\f142";
}
.bootstrap .icon-rss-sign:before {
  content: "\f143";
}
.bootstrap .icon-play-sign:before {
  content: "\f144";
}
.bootstrap .icon-ticket:before {
  content: "\f145";
}
.bootstrap .icon-minus-sign-alt:before {
  content: "\f146";
}
.bootstrap .icon-check-minus:before {
  content: "\f147";
}
.bootstrap .icon-level-up:before {
  content: "\f148";
}
.bootstrap .icon-level-down:before {
  content: "\f149";
}
.bootstrap .icon-check-sign:before {
  content: "\f14a";
}
.bootstrap .icon-edit-sign:before {
  content: "\f14b";
}
.bootstrap .icon-external-link-sign:before {
  content: "\f14c";
}
.bootstrap .icon-share-sign:before {
  content: "\f14d";
}
.bootstrap .dropup,
.bootstrap .dropdown {
  position: relative;
}
.bootstrap .dropdown-toggle {
  *margin-bottom: -3px;
}
.bootstrap .dropdown-toggle:active,
.bootstrap .open .dropdown-toggle {
  outline: 0;
}
.bootstrap .caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}
.bootstrap .dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}
.bootstrap .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;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  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);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.bootstrap .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.bootstrap .dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #fff;
}
.bootstrap .dropdown-menu li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333;
  white-space: nowrap;
}
.bootstrap .dropdown-menu li > a:hover,
.bootstrap .dropdown-menu li > a:focus,
.bootstrap .dropdown-submenu:hover > a,
.bootstrap .dropdown-submenu:focus > a {
  text-decoration: none;
  color: #fff;
  background-color: #00c2df;
  background-image: -moz-linear-gradient(top, #00cbe9, #00b5d0);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#00cbe9),
    to(#00b5d0)
  );
  background-image: -webkit-linear-gradient(top, #00cbe9, #00b5d0);
  background-image: -o-linear-gradient(top, #00cbe9, #00b5d0);
  background-image: linear-gradient(to bottom, #00cbe9, #00b5d0);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00cbe9', endColorstr='#ff00b5d0', GradientType=0);
}
.bootstrap .dropdown-menu .active > a,
.bootstrap .dropdown-menu .active > a:hover,
.bootstrap .dropdown-menu .active > a:focus {
  color: #333;
  text-decoration: none;
  outline: 0;
  background-color: #00c2df;
  background-image: -moz-linear-gradient(top, #00cbe9, #00b5d0);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#00cbe9),
    to(#00b5d0)
  );
  background-image: -webkit-linear-gradient(top, #00cbe9, #00b5d0);
  background-image: -o-linear-gradient(top, #00cbe9, #00b5d0);
  background-image: linear-gradient(to bottom, #00cbe9, #00b5d0);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00cbe9', endColorstr='#ff00b5d0', GradientType=0);
}
.bootstrap .dropdown-menu .disabled > a,
.bootstrap .dropdown-menu .disabled > a:hover,
.bootstrap .dropdown-menu .disabled > a:focus {
  color: #999;
}
.bootstrap .dropdown-menu .disabled > a:hover,
.bootstrap .dropdown-menu .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: default;
}
.bootstrap .open {
  *z-index: 1000;
}
.bootstrap .open > .dropdown-menu {
  display: block;
}
.bootstrap .dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.bootstrap .pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.bootstrap .dropup .caret,
.bootstrap .navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000;
  content: "";
}
.bootstrap .dropup .dropdown-menu,
.bootstrap .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
.bootstrap .dropdown-submenu {
  position: relative;
}
.bootstrap .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;
}
.bootstrap .dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.bootstrap .dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-border-radius: 5px 5px 5px 0;
  -moz-border-radius: 5px 5px 5px 0;
  border-radius: 5px 5px 5px 0;
}
.bootstrap .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;
}
.bootstrap .dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}
.bootstrap .dropdown-submenu.pull-left {
  float: none;
}
.bootstrap .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;
}
.bootstrap .dropdown .dropdown-menu .nav-header {
  padding-left: 20px;
  padding-right: 20px;
}
.bootstrap .typeahead {
  z-index: 1051;
  margin-top: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.bootstrap .well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  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);
}
.bootstrap .well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.bootstrap .well-large {
  padding: 24px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.bootstrap .well-small {
  padding: 9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.bootstrap .fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.bootstrap .fade.in {
  opacity: 1;
}
.bootstrap .collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.bootstrap .collapse.in {
  height: auto;
}
.bootstrap .close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.bootstrap .close:hover,
.bootstrap .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.bootstrap button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.bootstrap .btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#fff),
    to(#e6e6e6)
  );
  background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
  background-image: -o-linear-gradient(top, #fff, #e6e6e6);
  background-image: linear-gradient(to bottom, #fff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #bbb;
  *border: 0;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: 0.3em;
  -webkit-box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 1px 2px rgba(0, 0, 0, 0.05);
}
.bootstrap .btn:hover,
.bootstrap .btn:focus,
.bootstrap .btn:active,
.bootstrap .btn.active,
.bootstrap .btn.disabled,
.bootstrap .btn[disabled] {
  color: #333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.bootstrap .btn:active,
.bootstrap .btn.active {
  background-color: #cccccc \9;
}
.bootstrap .btn:first-child {
  *margin-left: 0;
}
.bootstrap .btn:hover,
.bootstrap .btn:focus {
  color: #333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.bootstrap .btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.bootstrap .btn.active,
.bootstrap .btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow:
    inset 0 2px 4px rgba(0, 0, 0, 0.15),
    0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow:
    inset 0 2px 4px rgba(0, 0, 0, 0.15),
    0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow:
    inset 0 2px 4px rgba(0, 0, 0, 0.15),
    0 1px 2px rgba(0, 0, 0, 0.05);
}
.bootstrap .btn.disabled,
.bootstrap .btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.bootstrap .btn-large {
  padding: 11px 19px;
  font-size: 16.25px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.bootstrap .btn-large [class^="icon-"],
.bootstrap .btn-large [class*=" icon-"] {
  margin-top: 4px;
}
.bootstrap .btn-small {
  padding: 2px 10px;
  font-size: 11.05px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.bootstrap .btn-small [class^="icon-"],
.bootstrap .btn-small [class*=" icon-"] {
  margin-top: 0;
}
.bootstrap .btn-mini [class^="icon-"],
.bootstrap .btn-mini [class*=" icon-"] {
  margin-top: -1px;
}
.bootstrap .btn-mini {
  padding: 0 6px;
  font-size: 9.75px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.bootstrap .btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap .btn-block + .btn-block {
  margin-top: 5px;
}
.bootstrap input[type="submit"].btn-block,
.bootstrap input[type="reset"].btn-block,
.bootstrap input[type="button"].btn-block {
  width: 100%;
}
.bootstrap .btn-primary.active,
.bootstrap .btn-warning.active,
.bootstrap .btn-danger.active,
.bootstrap .btn-success.active,
.bootstrap .btn-info.active,
.bootstrap .btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}
.bootstrap .btn-primary {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #00c3e9;
  background-image: -moz-linear-gradient(top, #00cbe9, #00b8e9);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#00cbe9),
    to(#00b8e9)
  );
  background-image: -webkit-linear-gradient(top, #00cbe9, #00b8e9);
  background-image: -o-linear-gradient(top, #00cbe9, #00b8e9);
  background-image: linear-gradient(to bottom, #00cbe9, #00b8e9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00cbe9', endColorstr='#ff00b8e9', GradientType=0);
  border-color: #00b8e9 #00b8e9 #007b9d;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #00b8e9;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.bootstrap .btn-primary:hover,
.bootstrap .btn-primary:focus,
.bootstrap .btn-primary:active,
.bootstrap .btn-primary.active,
.bootstrap .btn-primary.disabled,
.bootstrap .btn-primary[disabled] {
  color: #fff;
  background-color: #00b8e9;
  *background-color: #00a3d0;
}
.bootstrap .btn-primary:active,
.bootstrap .btn-primary.active {
  background-color: #008fb6 \9;
}
.bootstrap .btn-warning {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ffab30;
  background-image: -moz-linear-gradient(top, #ffb74f, #ff9802);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#ffb74f),
    to(#ff9802)
  );
  background-image: -webkit-linear-gradient(top, #ffb74f, #ff9802);
  background-image: -o-linear-gradient(top, #ffb74f, #ff9802);
  background-image: linear-gradient(to bottom, #ffb74f, #ff9802);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffb74f', endColorstr='#ffff9802', GradientType=0);
  border-color: #ff9802 #ff9802 #b46b00;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #ff9802;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.bootstrap .btn-warning:hover,
.bootstrap .btn-warning:focus,
.bootstrap .btn-warning:active,
.bootstrap .btn-warning.active,
.bootstrap .btn-warning.disabled,
.bootstrap .btn-warning[disabled] {
  color: #fff;
  background-color: #ff9802;
  *background-color: #e88900;
}
.bootstrap .btn-warning:active,
.bootstrap .btn-warning.active {
  background-color: #ce7a00 \9;
}
.bootstrap .btn-danger {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#ee5f5b),
    to(#bd362f)
  );
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #bd362f;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.bootstrap .btn-danger:hover,
.bootstrap .btn-danger:focus,
.bootstrap .btn-danger:active,
.bootstrap .btn-danger.active,
.bootstrap .btn-danger.disabled,
.bootstrap .btn-danger[disabled] {
  color: #fff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
.bootstrap .btn-danger:active,
.bootstrap .btn-danger.active {
  background-color: #942a25 \9;
}
.bootstrap .btn-success {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#62c462),
    to(#51a351)
  );
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #51a351;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.bootstrap .btn-success:hover,
.bootstrap .btn-success:focus,
.bootstrap .btn-success:active,
.bootstrap .btn-success.active,
.bootstrap .btn-success.disabled,
.bootstrap .btn-success[disabled] {
  color: #fff;
  background-color: #51a351;
  *background-color: #499249;
}
.bootstrap .btn-success:active,
.bootstrap .btn-success.active {
  background-color: #408140 \9;
}
.bootstrap .btn-info {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#5bc0de),
    to(#2f96b4)
  );
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #2f96b4;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.bootstrap .btn-info:hover,
.bootstrap .btn-info:focus,
.bootstrap .btn-info:active,
.bootstrap .btn-info.active,
.bootstrap .btn-info.disabled,
.bootstrap .btn-info[disabled] {
  color: #fff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.bootstrap .btn-info:active,
.bootstrap .btn-info.active {
  background-color: #24748c \9;
}
.bootstrap .btn-inverse {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: -moz-linear-gradient(top, #444, #222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444), to(#222));
  background-image: -webkit-linear-gradient(top, #444, #222);
  background-image: -o-linear-gradient(top, #444, #222);
  background-image: linear-gradient(to bottom, #444, #222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  border-color: #222 #222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #222;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.bootstrap .btn-inverse:hover,
.bootstrap .btn-inverse:focus,
.bootstrap .btn-inverse:active,
.bootstrap .btn-inverse.active,
.bootstrap .btn-inverse.disabled,
.bootstrap .btn-inverse[disabled] {
  color: #fff;
  background-color: #222;
  *background-color: #151515;
}
.bootstrap .btn-inverse:active,
.bootstrap .btn-inverse.active {
  background-color: #080808 \9;
}
.bootstrap button.btn,
.bootstrap input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
.bootstrap button.btn::-moz-focus-inner,
.bootstrap input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.bootstrap button.btn.btn-large,
.bootstrap input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
.bootstrap button.btn.btn-small,
.bootstrap input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
.bootstrap button.btn.btn-mini,
.bootstrap input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.bootstrap .btn-link,
.bootstrap .btn-link:active,
.bootstrap .btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.bootstrap .btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #00cbe9;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.bootstrap .btn-link:hover,
.bootstrap .btn-link:focus {
  color: #00889d;
  text-decoration: underline;
  background-color: transparent;
}
.bootstrap .btn-link[disabled]:hover,
.bootstrap .btn-link[disabled]:focus {
  color: #333;
  text-decoration: none;
}
.bootstrap .btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  font-size: 0;
  vertical-align: middle;
  white-space: nowrap;
  *margin-left: 0.3em;
}
.bootstrap .btn-group:first-child {
  *margin-left: 0;
}
.bootstrap .btn-group + .btn-group {
  margin-left: 5px;
}
.bootstrap .btn-toolbar {
  font-size: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}
.bootstrap .btn-toolbar > .btn + .btn,
.bootstrap .btn-toolbar > .btn-group + .btn,
.bootstrap .btn-toolbar > .btn + .btn-group {
  margin-left: 5px;
}
.bootstrap .btn-group > .btn {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.bootstrap .btn-group > .btn + .btn {
  margin-left: -1px;
}
.bootstrap .btn-group > .btn,
.bootstrap .btn-group > .dropdown-menu,
.bootstrap .btn-group > .popover {
  font-size: 13px;
}
.bootstrap .btn-group > .btn-mini {
  font-size: 9.75px;
}
.bootstrap .btn-group > .btn-small {
  font-size: 11.05px;
}
.bootstrap .btn-group > .btn-large {
  font-size: 16.25px;
}
.bootstrap .btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.bootstrap .btn-group > .btn:last-child,
.bootstrap .btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.bootstrap .btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
.bootstrap .btn-group > .btn.large:last-child,
.bootstrap .btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}
.bootstrap .btn-group > .btn:hover,
.bootstrap .btn-group > .btn:focus,
.bootstrap .btn-group > .btn:active,
.bootstrap .btn-group > .btn.active {
  z-index: 2;
}
.bootstrap .btn-group .dropdown-toggle:active,
.bootstrap .btn-group.open .dropdown-toggle {
  outline: 0;
}
.bootstrap .btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-shadow:
    inset 1px 0 0 rgba(255, 255, 255, 0.125),
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow:
    inset 1px 0 0 rgba(255, 255, 255, 0.125),
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow:
    inset 1px 0 0 rgba(255, 255, 255, 0.125),
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 1px 2px rgba(0, 0, 0, 0.05);
  *padding-top: 5px;
  *padding-bottom: 5px;
}
.bootstrap .btn-group > .btn-mini + .dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
  *padding-top: 2px;
  *padding-bottom: 2px;
}
.bootstrap .btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}
.bootstrap .btn-group > .btn-large + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
  *padding-top: 7px;
  *padding-bottom: 7px;
}
.bootstrap .btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow:
    inset 0 2px 4px rgba(0, 0, 0, 0.15),
    0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow:
    inset 0 2px 4px rgba(0, 0, 0, 0.15),
    0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow:
    inset 0 2px 4px rgba(0, 0, 0, 0.15),
    0 1px 2px rgba(0, 0, 0, 0.05);
}
.bootstrap .btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}
.bootstrap .btn-group.open .btn-primary.dropdown-toggle {
  background-color: #00b8e9;
}
.bootstrap .btn-group.open .btn-warning.dropdown-toggle {
  background-color: #ff9802;
}
.bootstrap .btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}
.bootstrap .btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}
.bootstrap .btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}
.bootstrap .btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222;
}
.bootstrap .btn .caret {
  margin-top: 8px;
  margin-left: 0;
}
.bootstrap .btn-large .caret {
  margin-top: 6px;
}
.bootstrap .btn-large .caret {
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-width: 5px;
}
.bootstrap .btn-mini .caret,
.bootstrap .btn-small .caret {
  margin-top: 8px;
}
.bootstrap .dropup .btn-large .caret {
  border-bottom-width: 5px;
}
.bootstrap .btn-primary .caret,
.bootstrap .btn-warning .caret,
.bootstrap .btn-danger .caret,
.bootstrap .btn-info .caret,
.bootstrap .btn-success .caret,
.bootstrap .btn-inverse .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.bootstrap .btn-group-vertical {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}
.bootstrap .btn-group-vertical > .btn {
  display: block;
  float: none;
  max-width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.bootstrap .btn-group-vertical > .btn + .btn {
  margin-left: 0;
  margin-top: -1px;
}
.bootstrap .btn-group-vertical > .btn:first-child {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.bootstrap .btn-group-vertical > .btn:last-child {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.bootstrap .btn-group-vertical > .btn-large:first-child {
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}
.bootstrap .btn-group-vertical > .btn-large:last-child {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.bootstrap .alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.bootstrap .alert,
.bootstrap .alert h4 {
  color: #c09853;
}
.bootstrap .alert h4 {
  margin: 0;
}
.bootstrap .alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}
.bootstrap .alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.bootstrap .alert-success h4 {
  color: #468847;
}
.bootstrap .alert-danger,
.bootstrap .alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.bootstrap .alert-danger h4,
.bootstrap .alert-error h4 {
  color: #b94a48;
}
.bootstrap .alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.bootstrap .alert-info h4 {
  color: #3a87ad;
}
.bootstrap .alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.bootstrap .alert-block > p,
.bootstrap .alert-block > ul {
  margin-bottom: 0;
}
.bootstrap .alert-block p + p {
  margin-top: 5px;
}
.bootstrap .nav {
  margin-left: 0;
  margin-bottom: 20px;
  list-style: none;
}
.bootstrap .nav > li > a {
  display: block;
}
.bootstrap .nav > li > a:hover,
.bootstrap .nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.bootstrap .nav > li > a > img {
  max-width: none;
}
.bootstrap .nav > .pull-right {
  float: right;
}
.bootstrap .nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  color: #999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}
.bootstrap .nav li + .nav-header {
  margin-top: 9px;
}
.bootstrap .nav-list {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}
.bootstrap .nav-list > li > a,
.bootstrap .nav-list .nav-header {
  margin-left: -15px;
  margin-right: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.bootstrap .nav-list > li > a {
  padding: 3px 15px;
}
.bootstrap .nav-list > .active > a,
.bootstrap .nav-list > .active > a:hover,
.bootstrap .nav-list > .active > a:focus {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #00cbe9;
}
.bootstrap .nav-list [class^="icon-"],
.bootstrap .nav-list [class*=" icon-"] {
  margin-right: 2px;
}
.bootstrap .nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #fff;
}
.bootstrap .nav-tabs,
.bootstrap .nav-pills {
  *zoom: 1;
}
.bootstrap .nav-tabs:before,
.bootstrap .nav-pills:before,
.bootstrap .nav-tabs:after,
.bootstrap .nav-pills:after {
  display: table;
  content: "";
  line-height: 0;
}
.bootstrap .nav-tabs:after,
.bootstrap .nav-pills:after {
  clear: both;
}
.bootstrap .nav-tabs > li,
.bootstrap .nav-pills > li {
  float: left;
}
.bootstrap .nav-tabs > li > a,
.bootstrap .nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}
.bootstrap .nav-tabs {
  border-bottom: 1px solid #ddd;
}
.bootstrap .nav-tabs > li {
  margin-bottom: -1px;
}
.bootstrap .nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 20px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.bootstrap .nav-tabs > li > a:hover,
.bootstrap .nav-tabs > li > a:focus {
  border-color: #eee #eee #ddd;
}
.bootstrap .nav-tabs > .active > a,
.bootstrap .nav-tabs > .active > a:hover,
.bootstrap .nav-tabs > .active > a:focus {
  color: #555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.bootstrap .nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.bootstrap .nav-pills > .active > a,
.bootstrap .nav-pills > .active > a:hover,
.bootstrap .nav-pills > .active > a:focus {
  color: #fff;
  background-color: #00cbe9;
}
.bootstrap .nav-stacked > li {
  float: none;
}
.bootstrap .nav-stacked > li > a {
  margin-right: 0;
}
.bootstrap .nav-tabs.nav-stacked {
  border-bottom: 0;
}
.bootstrap .nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.bootstrap .nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.bootstrap .nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.bootstrap .nav-tabs.nav-stacked > li > a:hover,
.bootstrap .nav-tabs.nav-stacked > li > a:focus {
  border-color: #ddd;
  z-index: 2;
}
.bootstrap .nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}
.bootstrap .nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}
.bootstrap .nav-tabs .dropdown-menu {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.bootstrap .nav-pills .dropdown-menu {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.bootstrap .nav .dropdown-toggle .caret {
  border-top-color: #00cbe9;
  border-bottom-color: #00cbe9;
  margin-top: 6px;
}
.bootstrap .nav .dropdown-toggle:hover .caret,
.bootstrap .nav .dropdown-toggle:focus .caret {
  border-top-color: #00889d;
  border-bottom-color: #00889d;
}
.bootstrap .nav-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}
.bootstrap .nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.bootstrap .nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #555;
  border-bottom-color: #555;
}
.bootstrap .nav > .dropdown.active > a:hover,
.bootstrap .nav > .dropdown.active > a:focus {
  cursor: pointer;
}
.bootstrap .nav-tabs .open .dropdown-toggle,
.bootstrap .nav-pills .open .dropdown-toggle,
.bootstrap .nav > li.dropdown.open.active > a:hover,
.bootstrap .nav > li.dropdown.open.active > a:focus {
  color: #fff;
  background-color: #999;
  border-color: #999;
}
.bootstrap .nav li.dropdown.open .caret,
.bootstrap .nav li.dropdown.open.active .caret,
.bootstrap .nav li.dropdown.open a:hover .caret,
.bootstrap .nav li.dropdown.open a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.bootstrap .tabs-stacked .open > a:hover,
.bootstrap .tabs-stacked .open > a:focus {
  border-color: #999;
}
.bootstrap .tabbable {
  *zoom: 1;
}
.bootstrap .tabbable:before,
.bootstrap .tabbable:after {
  display: table;
  content: "";
  line-height: 0;
}
.bootstrap .tabbable:after {
  clear: both;
}
.bootstrap .tab-content {
  overflow: auto;
}
.bootstrap .tabs-below > .nav-tabs,
.bootstrap .tabs-right > .nav-tabs,
.bootstrap .tabs-left > .nav-tabs {
  border-bottom: 0;
}
.bootstrap .tab-content > .tab-pane,
.bootstrap .pill-content > .pill-pane {
  display: none;
}
.bootstrap .tab-content > .active,
.bootstrap .pill-content > .active {
  display: block;
}
.bootstrap .tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}
.bootstrap .tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.bootstrap .tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.bootstrap .tabs-below > .nav-tabs > li > a:hover,
.bootstrap .tabs-below > .nav-tabs > li > a:focus {
  border-bottom-color: transparent;
  border-top-color: #ddd;
}
.bootstrap .tabs-below > .nav-tabs > .active > a,
.bootstrap .tabs-below > .nav-tabs > .active > a:hover,
.bootstrap .tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}
.bootstrap .tabs-left > .nav-tabs > li,
.bootstrap .tabs-right > .nav-tabs > li {
  float: none;
}
.bootstrap .tabs-left > .nav-tabs > li > a,
.bootstrap .tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}
.bootstrap .tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}
.bootstrap .tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.bootstrap .tabs-left > .nav-tabs > li > a:hover,
.bootstrap .tabs-left > .nav-tabs > li > a:focus {
  border-color: #eee #ddd #eee #eee;
}
.bootstrap .tabs-left > .nav-tabs .active > a,
.bootstrap .tabs-left > .nav-tabs .active > a:hover,
.bootstrap .tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #fff;
}
.bootstrap .tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}
.bootstrap .tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.bootstrap .tabs-right > .nav-tabs > li > a:hover,
.bootstrap .tabs-right > .nav-tabs > li > a:focus {
  border-color: #eee #eee #eee #ddd;
}
.bootstrap .tabs-right > .nav-tabs .active > a,
.bootstrap .tabs-right > .nav-tabs .active > a:hover,
.bootstrap .tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #fff;
}
.bootstrap .nav > .disabled > a {
  color: #999;
}
.bootstrap .nav > .disabled > a:hover,
.bootstrap .nav > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  cursor: default;
}
.bootstrap .navbar {
  overflow: visible;
  margin-bottom: 20px;
  *position: relative;
  *z-index: 2;
}
.bootstrap .navbar-inner {
  min-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #fafafa;
  background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#ffffff),
    to(#f2f2f2)
  );
  background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  *zoom: 1;
}
.bootstrap .navbar-inner:before,
.bootstrap .navbar-inner:after {
  display: table;
  content: "";
  line-height: 0;
}
.bootstrap .navbar-inner:after {
  clear: both;
}
.bootstrap .navbar .container {
  width: auto;
}
.bootstrap .nav-collapse.collapse {
  height: auto;
  overflow: visible;
}
.bootstrap .navbar .brand {
  float: left;
  display: block;
  padding: 10px 20px 10px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  color: #777;
  text-shadow: 0 1px 0 #ffffff;
}
.bootstrap .navbar .brand:hover,
.bootstrap .navbar .brand:focus {
  text-decoration: none;
}
.bootstrap .navbar-text {
  margin-bottom: 0;
  line-height: 40px;
  color: #777;
}
.bootstrap .navbar-link {
  color: #777;
}
.bootstrap .navbar-link:hover,
.bootstrap .navbar-link:focus {
  color: #333;
}
.bootstrap .navbar .divider-vertical {
  height: 40px;
  margin: 0 9px;
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #ffffff;
}
.bootstrap .navbar .btn,
.bootstrap .navbar .btn-group {
  margin-top: 5px;
}
.bootstrap .navbar .btn-group .btn,
.bootstrap .navbar .input-prepend .btn,
.bootstrap .navbar .input-append .btn,
.bootstrap .navbar .input-prepend .btn-group,
.bootstrap .navbar .input-append .btn-group {
  margin-top: 0;
}
.bootstrap .navbar-form {
  margin-bottom: 0;
  *zoom: 1;
}
.bootstrap .navbar-form:before,
.bootstrap .navbar-form:after {
  display: table;
  content: "";
  line-height: 0;
}
.bootstrap .navbar-form:after {
  clear: both;
}
.bootstrap .navbar-form input,
.bootstrap .navbar-form select,
.bootstrap .navbar-form .radio,
.bootstrap .navbar-form .checkbox {
  margin-top: 5px;
}
.bootstrap .navbar-form input,
.bootstrap .navbar-form select,
.bootstrap .navbar-form .btn {
  display: inline-block;
  margin-bottom: 0;
}
.bootstrap .navbar-form input[type="image"],
.bootstrap .navbar-form input[type="checkbox"],
.bootstrap .navbar-form input[type="radio"] {
  margin-top: 3px;
}
.bootstrap .navbar-form .input-append,
.bootstrap .navbar-form .input-prepend {
  margin-top: 5px;
  white-space: nowrap;
}
.bootstrap .navbar-form .input-append input,
.bootstrap .navbar-form .input-prepend input {
  margin-top: 0;
}
.bootstrap .navbar-search {
  position: relative;
  float: left;
  margin-top: 5px;
  margin-bottom: 0;
}
.bootstrap .navbar-search .search-query {
  margin-bottom: 0;
  padding: 4px 14px;
  font-family:
    "wf_segoe-ui", "Segoe UI", "Lucida Sans", "Helvetica Neue", Helvetica,
    Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.bootstrap .navbar-static-top {
  position: static;
  margin-bottom: 0;
}
.bootstrap .navbar-static-top .navbar-inner {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.bootstrap .navbar-fixed-top,
.bootstrap .navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 990;
  margin-bottom: 0;
}
.bootstrap .navbar-fixed-top .navbar-inner,
.bootstrap .navbar-static-top .navbar-inner {
  border-width: 0 0 1px;
}
.bootstrap .navbar-fixed-bottom .navbar-inner {
  border-width: 1px 0 0;
}
.bootstrap .navbar-fixed-top .navbar-inner,
.bootstrap .navbar-fixed-bottom .navbar-inner {
  padding-left: 0;
  padding-right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.bootstrap .navbar-fixed-top {
  top: 0;
}
.bootstrap .navbar-fixed-top .navbar-inner,
.bootstrap .navbar-static-top .navbar-inner {
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}
.bootstrap .navbar-fixed-bottom {
  bottom: 0;
}
.bootstrap .navbar-fixed-bottom .navbar-inner {
  -webkit-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
}
.bootstrap .navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}
.bootstrap .navbar .nav.pull-right {
  float: right;
  margin-right: 0;
}
.bootstrap .navbar .nav > li {
  float: left;
}
.bootstrap .navbar .nav > li > a {
  float: none;
  padding: 10px 15px 10px;
  color: #777;
  text-decoration: none;
  text-shadow: 0 1px 0 #ffffff;
}
.bootstrap .navbar .nav .dropdown-toggle .caret {
  margin-top: 8px;
}
.bootstrap .navbar .nav > li > a:focus,
.bootstrap .navbar .nav > li > a:hover {
  background-color: transparent;
  color: #333;
  text-decoration: none;
}
.bootstrap .navbar .nav > .active > a,
.bootstrap .navbar .nav > .active > a:hover,
.bootstrap .navbar .nav > .active > a:focus {
  color: #555;
  text-decoration: none;
  background-color: #e5e5e5;
  -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}
.bootstrap .navbar .btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-left: 5px;
  margin-right: 5px;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ededed;
  background-image: -moz-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#f2f2f2),
    to(#e5e5e5)
  );
  background-image: -webkit-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: -o-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: linear-gradient(to bottom, #f2f2f2, #e5e5e5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);
  border-color: #e5e5e5 #e5e5e5 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e5e5e5;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 1px 0 rgba(255, 255, 255, 0.075);
  -moz-box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 1px 0 rgba(255, 255, 255, 0.075);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 1px 0 rgba(255, 255, 255, 0.075);
}
.bootstrap .navbar .btn-navbar:hover,
.bootstrap .navbar .btn-navbar:focus,
.bootstrap .navbar .btn-navbar:active,
.bootstrap .navbar .btn-navbar.active,
.bootstrap .navbar .btn-navbar.disabled,
.bootstrap .navbar .btn-navbar[disabled] {
  color: #fff;
  background-color: #e5e5e5;
  *background-color: #d9d9d9;
}
.bootstrap .navbar .btn-navbar:active,
.bootstrap .navbar .btn-navbar.active {
  background-color: #cccccc \9;
}
.bootstrap .navbar .btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #f5f5f5;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap .btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}
.bootstrap .navbar .nav > li > .dropdown-menu:before {
  content: "";
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 9px;
}
.bootstrap .navbar .nav > li > .dropdown-menu:after {
  content: "";
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  top: -6px;
  left: 10px;
}
.bootstrap .navbar-fixed-bottom .nav > li > .dropdown-menu:before {
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-bottom: 0;
  bottom: -7px;
  top: auto;
}
.bootstrap .navbar-fixed-bottom .nav > li > .dropdown-menu:after {
  border-top: 6px solid #fff;
  border-bottom: 0;
  bottom: -6px;
  top: auto;
}
.bootstrap .navbar .nav li.dropdown > a:hover .caret,
.bootstrap .navbar .nav li.dropdown > a:focus .caret {
  border-top-color: #333;
  border-bottom-color: #333;
}
.bootstrap .navbar .nav li.dropdown.open > .dropdown-toggle,
.bootstrap .navbar .nav li.dropdown.active > .dropdown-toggle,
.bootstrap .navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #e5e5e5;
  color: #555;
}
.bootstrap .navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #777;
  border-bottom-color: #777;
}
.bootstrap .navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.bootstrap .navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.bootstrap .navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #555;
  border-bottom-color: #555;
}
.bootstrap .navbar .pull-right > li > .dropdown-menu,
.bootstrap .navbar .nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.bootstrap .navbar .pull-right > li > .dropdown-menu:before,
.bootstrap .navbar .nav > li > .dropdown-menu.pull-right:before {
  left: auto;
  right: 12px;
}
.bootstrap .navbar .pull-right > li > .dropdown-menu:after,
.bootstrap .navbar .nav > li > .dropdown-menu.pull-right:after {
  left: auto;
  right: 13px;
}
.bootstrap .navbar .pull-right > li > .dropdown-menu .dropdown-menu,
.bootstrap .navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
  left: auto;
  right: 100%;
  margin-left: 0;
  margin-right: -1px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.bootstrap .navbar-inverse .navbar-inner {
  background-color: #1b1b1b;
  background-image: -moz-linear-gradient(top, #222222, #111111);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#222222),
    to(#111111)
  );
  background-image: -webkit-linear-gradient(top, #222222, #111111);
  background-image: -o-linear-gradient(top, #222222, #111111);
  background-image: linear-gradient(to bottom, #222222, #111111);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
  border-color: #252525;
}
.bootstrap .navbar-inverse .brand,
.bootstrap .navbar-inverse .nav > li > a {
  color: #999;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap .navbar-inverse .brand:hover,
.bootstrap .navbar-inverse .nav > li > a:hover,
.bootstrap .navbar-inverse .brand:focus,
.bootstrap .navbar-inverse .nav > li > a:focus {
  color: #fff;
}
.bootstrap .navbar-inverse .brand {
  color: #999;
}
.bootstrap .navbar-inverse .navbar-text {
  color: #999;
}
.bootstrap .navbar-inverse .nav > li > a:focus,
.bootstrap .navbar-inverse .nav > li > a:hover {
  background-color: transparent;
  color: #fff;
}
.bootstrap .navbar-inverse .nav .active > a,
.bootstrap .navbar-inverse .nav .active > a:hover,
.bootstrap .navbar-inverse .nav .active > a:focus {
  color: #fff;
  background-color: #111111;
}
.bootstrap .navbar-inverse .navbar-link {
  color: #999;
}
.bootstrap .navbar-inverse .navbar-link:hover,
.bootstrap .navbar-inverse .navbar-link:focus {
  color: #fff;
}
.bootstrap .navbar-inverse .divider-vertical {
  border-left-color: #111111;
  border-right-color: #222222;
}
.bootstrap .navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.bootstrap .navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.bootstrap .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #111111;
  color: #fff;
}
.bootstrap .navbar-inverse .nav li.dropdown > a:hover .caret,
.bootstrap .navbar-inverse .nav li.dropdown > a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.bootstrap .navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #999;
  border-bottom-color: #999;
}
.bootstrap .navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
.bootstrap .navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
.bootstrap
  .navbar-inverse
  .nav
  li.dropdown.open.active
  > .dropdown-toggle
  .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.bootstrap .navbar-inverse .navbar-search .search-query {
  color: #fff;
  background-color: #515151;
  border-color: #111111;
  -webkit-box-shadow:
    inset 0 1px 2px rgba(0, 0, 0, 0.1),
    0 1px 0 rgba(255, 255, 255, 0.15);
  -moz-box-shadow:
    inset 0 1px 2px rgba(0, 0, 0, 0.1),
    0 1px 0 rgba(255, 255, 255, 0.15);
  box-shadow:
    inset 0 1px 2px rgba(0, 0, 0, 0.1),
    0 1px 0 rgba(255, 255, 255, 0.15);
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.bootstrap .navbar-inverse .navbar-search .search-query:-moz-placeholder {
  color: #ccc;
}
.bootstrap .navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
  color: #ccc;
}
.bootstrap
  .navbar-inverse
  .navbar-search
  .search-query::-webkit-input-placeholder {
  color: #ccc;
}
.bootstrap .navbar-inverse .navbar-search .search-query:focus,
.bootstrap .navbar-inverse .navbar-search .search-query.focused {
  padding: 5px 15px;
  color: #333;
  text-shadow: 0 1px 0 #fff;
  background-color: #fff;
  border: 0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  outline: 0;
}
.bootstrap .navbar-inverse .btn-navbar {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e0e0e;
  background-image: -moz-linear-gradient(top, #151515, #040404);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#151515),
    to(#040404)
  );
  background-image: -webkit-linear-gradient(top, #151515, #040404);
  background-image: -o-linear-gradient(top, #151515, #040404);
  background-image: linear-gradient(to bottom, #151515, #040404);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);
  border-color: #040404 #040404 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #040404;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.bootstrap .navbar-inverse .btn-navbar:hover,
.bootstrap .navbar-inverse .btn-navbar:focus,
.bootstrap .navbar-inverse .btn-navbar:active,
.bootstrap .navbar-inverse .btn-navbar.active,
.bootstrap .navbar-inverse .btn-navbar.disabled,
.bootstrap .navbar-inverse .btn-navbar[disabled] {
  color: #fff;
  background-color: #040404;
  *background-color: #000000;
}
.bootstrap .navbar-inverse .btn-navbar:active,
.bootstrap .navbar-inverse .btn-navbar.active {
  background-color: #000000 \9;
}
.bootstrap .breadcrumb {
  padding: 8px 15px;
  margin: 0 0 20px;
  list-style: none;
  background-color: #f5f5f5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.bootstrap .breadcrumb > li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  text-shadow: 0 1px 0 #fff;
}
.bootstrap .breadcrumb > li > .divider {
  padding: 0 5px;
  color: #ccc;
}
.bootstrap .breadcrumb > .active {
  color: #999;
}
.bootstrap .pagination {
  margin: 20px 0;
}
.bootstrap .pagination ul {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.bootstrap .pagination ul > li {
  display: inline;
}
.bootstrap .pagination ul > li > a,
.bootstrap .pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-left-width: 0;
}
.bootstrap .pagination ul > li > a:hover,
.bootstrap .pagination ul > li > a:focus,
.bootstrap .pagination ul > .active > a,
.bootstrap .pagination ul > .active > span {
  background-color: #f5f5f5;
}
.bootstrap .pagination ul > .active > a,
.bootstrap .pagination ul > .active > span {
  color: #999;
  cursor: default;
}
.bootstrap .pagination ul > .disabled > span,
.bootstrap .pagination ul > .disabled > a,
.bootstrap .pagination ul > .disabled > a:hover,
.bootstrap .pagination ul > .disabled > a:focus {
  color: #999;
  background-color: transparent;
  cursor: default;
}
.bootstrap .pagination ul > li:first-child > a,
.bootstrap .pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.bootstrap .pagination ul > li:last-child > a,
.bootstrap .pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.bootstrap .pagination-centered {
  text-align: center;
}
.bootstrap .pagination-right {
  text-align: right;
}
.bootstrap .pagination-large ul > li > a,
.bootstrap .pagination-large ul > li > span {
  padding: 11px 19px;
  font-size: 16.25px;
}
.bootstrap .pagination-large ul > li:first-child > a,
.bootstrap .pagination-large ul > li:first-child > span {
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
.bootstrap .pagination-large ul > li:last-child > a,
.bootstrap .pagination-large ul > li:last-child > span {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}
.bootstrap .pagination-mini ul > li:first-child > a,
.bootstrap .pagination-small ul > li:first-child > a,
.bootstrap .pagination-mini ul > li:first-child > span,
.bootstrap .pagination-small ul > li:first-child > span {
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
}
.bootstrap .pagination-mini ul > li:last-child > a,
.bootstrap .pagination-small ul > li:last-child > a,
.bootstrap .pagination-mini ul > li:last-child > span,
.bootstrap .pagination-small ul > li:last-child > span {
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
}
.bootstrap .pagination-small ul > li > a,
.bootstrap .pagination-small ul > li > span {
  padding: 2px 10px;
  font-size: 11.05px;
}
.bootstrap .pagination-mini ul > li > a,
.bootstrap .pagination-mini ul > li > span {
  padding: 0 6px;
  font-size: 9.75px;
}
.bootstrap .pager {
  margin: 20px 0;
  list-style: none;
  text-align: center;
  *zoom: 1;
}
.bootstrap .pager:before,
.bootstrap .pager:after {
  display: table;
  content: "";
  line-height: 0;
}
.bootstrap .pager:after {
  clear: both;
}
.bootstrap .pager li {
  display: inline;
}
.bootstrap .pager li > a,
.bootstrap .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.bootstrap .pager li > a:hover,
.bootstrap .pager li > a:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
.bootstrap .pager .next > a,
.bootstrap .pager .next > span {
  float: right;
}
.bootstrap .pager .previous > a,
.bootstrap .pager .previous > span {
  float: left;
}
.bootstrap .pager .disabled > a,
.bootstrap .pager .disabled > a:hover,
.bootstrap .pager .disabled > a:focus,
.bootstrap .pager .disabled > span {
  color: #999;
  background-color: #fff;
  cursor: default;
}
.bootstrap .modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.bootstrap .modal-backdrop.fade {
  opacity: 0;
}
.bootstrap .modal-backdrop,
.bootstrap .modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.bootstrap .modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin-left: -280px;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
}
.bootstrap .modal.fade {
  -webkit-transition:
    opacity 0.3s linear,
    top 0.3s ease-out;
  -moz-transition:
    opacity 0.3s linear,
    top 0.3s ease-out;
  -o-transition:
    opacity 0.3s linear,
    top 0.3s ease-out;
  transition:
    opacity 0.3s linear,
    top 0.3s ease-out;
  top: -25%;
}
.bootstrap .modal.fade.in {
  top: 10%;
}
.bootstrap .modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}
.bootstrap .modal-header .close {
  margin-top: 2px;
}
.bootstrap .modal-header h3 {
  margin: 0;
  line-height: 30px;
}
.bootstrap .modal-body {
  position: relative;
  overflow-y: auto;
  max-height: 400px;
  padding: 15px;
}
.bootstrap .modal-form {
  margin-bottom: 0;
}
.bootstrap .modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #fff;
  -moz-box-shadow: inset 0 1px 0 #fff;
  box-shadow: inset 0 1px 0 #fff;
  *zoom: 1;
}
.bootstrap .modal-footer:before,
.bootstrap .modal-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
.bootstrap .modal-footer:after {
  clear: both;
}
.bootstrap .modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.bootstrap .modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.bootstrap .modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.bootstrap .tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.bootstrap .tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.bootstrap .tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.bootstrap .tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.bootstrap .tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.bootstrap .tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.bootstrap .tooltip-inner {
  max-width: 200px;
  padding: 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.bootstrap .tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.bootstrap .tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.bootstrap .tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.bootstrap .tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.bootstrap .tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.bootstrap .popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1040;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  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;
}
.bootstrap .popover.top {
  margin-top: -10px;
}
.bootstrap .popover.right {
  margin-left: 10px;
}
.bootstrap .popover.bottom {
  margin-top: 10px;
}
.bootstrap .popover.left {
  margin-left: -10px;
}
.bootstrap .popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.bootstrap .popover-title:empty {
  display: none;
}
.bootstrap .popover-content {
  padding: 9px 14px;
}
.bootstrap .popover .arrow,
.bootstrap .popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.bootstrap .popover .arrow {
  border-width: 11px;
}
.bootstrap .popover .arrow:after {
  border-width: 10px;
  content: "";
}
.bootstrap .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;
}
.bootstrap .popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.bootstrap .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);
}
.bootstrap .popover.right .arrow:after {
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.bootstrap .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;
}
.bootstrap .popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.bootstrap .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);
}
.bootstrap .popover.left .arrow:after {
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.bootstrap .thumbnails {
  margin-left: -20px;
  list-style: none;
  *zoom: 1;
}
.bootstrap .thumbnails:before,
.bootstrap .thumbnails:after {
  display: table;
  content: "";
  line-height: 0;
}
.bootstrap .thumbnails:after {
  clear: both;
}
.bootstrap .row-fluid .thumbnails {
  margin-left: 0;
}
.bootstrap .thumbnails > li {
  float: left;
  margin-bottom: 20px;
  margin-left: 20px;
}
.bootstrap .thumbnail {
  display: block;
  padding: 4px;
  line-height: 20px;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.bootstrap a.thumbnail:hover,
.bootstrap a.thumbnail:focus {
  border-color: #00cbe9;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}
.bootstrap .thumbnail > img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.bootstrap .thumbnail .caption {
  padding: 9px;
  color: #555;
}
.bootstrap .media,
.bootstrap .media-body {
  overflow: hidden;
  *overflow: visible;
  zoom: 1;
}
.bootstrap .media,
.bootstrap .media .media {
  margin-top: 15px;
}
.bootstrap .media:first-child {
  margin-top: 0;
}
.bootstrap .media-object {
  display: block;
}
.bootstrap .media-heading {
  margin: 0 0 5px;
}
.bootstrap .media > .pull-left {
  margin-right: 10px;
}
.bootstrap .media > .pull-right {
  margin-left: 10px;
}
.bootstrap .media-list {
  margin-left: 0;
  list-style: none;
}
.bootstrap .label,
.bootstrap .badge {
  display: inline-block;
  padding: 2px 4px;
  font-size: 10.998px;
  font-weight: bold;
  line-height: 14px;
  color: #fff;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #999;
}
.bootstrap .label {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.bootstrap .badge {
  padding-left: 9px;
  padding-right: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
.bootstrap .label:empty,
.bootstrap .badge:empty {
  display: none;
}
.bootstrap a.label:hover,
.bootstrap a.label:focus,
.bootstrap a.badge:hover,
.bootstrap a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.bootstrap .label-important,
.bootstrap .badge-important {
  background-color: #b94a48;
}
.bootstrap .label-important[href],
.bootstrap .badge-important[href] {
  background-color: #953b39;
}
.bootstrap .label-warning,
.bootstrap .badge-warning {
  background-color: #ff9802;
}
.bootstrap .label-warning[href],
.bootstrap .badge-warning[href] {
  background-color: #ce7a00;
}
.bootstrap .label-success,
.bootstrap .badge-success {
  background-color: #468847;
}
.bootstrap .label-success[href],
.bootstrap .badge-success[href] {
  background-color: #356635;
}
.bootstrap .label-info,
.bootstrap .badge-info {
  background-color: #3a87ad;
}
.bootstrap .label-info[href],
.bootstrap .badge-info[href] {
  background-color: #2d6987;
}
.bootstrap .label-inverse,
.bootstrap .badge-inverse {
  background-color: #333;
}
.bootstrap .label-inverse[href],
.bootstrap .badge-inverse[href] {
  background-color: #1a1a1a;
}
.bootstrap .btn .label,
.bootstrap .btn .badge {
  position: relative;
  top: -1px;
}
.bootstrap .btn-mini .label,
.bootstrap .btn-mini .badge {
  top: 0;
}
@-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;
  }
}
@-ms-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;
  }
}
.bootstrap .progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#f5f5f5),
    to(#f9f9f9)
  );
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  -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);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.bootstrap .progress .bar {
  width: 0%;
  height: 100%;
  color: #fff;
  float: left;
  font-size: 12px;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e90d2;
  background-image: -moz-linear-gradient(top, #149bdf, #0480be);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#149bdf),
    to(#0480be)
  );
  background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
  background-image: -o-linear-gradient(top, #149bdf, #0480be);
  background-image: linear-gradient(to bottom, #149bdf, #0480be);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
  -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);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.bootstrap .progress .bar + .bar {
  -webkit-box-shadow:
    inset 1px 0 0 rgba(0, 0, 0, 0.15),
    inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow:
    inset 1px 0 0 rgba(0, 0, 0, 0.15),
    inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow:
    inset 1px 0 0 rgba(0, 0, 0, 0.15),
    inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}
.bootstrap .progress-striped .bar {
  background-color: #149bdf;
  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: -o-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  -webkit-background-size: 40px 40px;
  -moz-background-size: 40px 40px;
  -o-background-size: 40px 40px;
  background-size: 40px 40px;
}
.bootstrap .progress.active .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;
}
.bootstrap .progress-danger .bar,
.bootstrap .progress .bar-danger {
  background-color: #dd514c;
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#ee5f5b),
    to(#c43c35)
  );
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0);
}
.bootstrap .progress-danger.progress-striped .bar,
.bootstrap .progress-striped .bar-danger {
  background-color: #ee5f5b;
  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: -o-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}
.bootstrap .progress-success .bar,
.bootstrap .progress .bar-success {
  background-color: #5eb95e;
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#62c462),
    to(#57a957)
  );
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(to bottom, #62c462, #57a957);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0);
}
.bootstrap .progress-success.progress-striped .bar,
.bootstrap .progress-striped .bar-success {
  background-color: #62c462;
  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: -o-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}
.bootstrap .progress-info .bar,
.bootstrap .progress .bar-info {
  background-color: #4bb1cf;
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#5bc0de),
    to(#339bb9)
  );
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0);
}
.bootstrap .progress-info.progress-striped .bar,
.bootstrap .progress-striped .bar-info {
  background-color: #5bc0de;
  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: -o-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}
.bootstrap .progress-warning .bar,
.bootstrap .progress .bar-warning {
  background-color: #ffab30;
  background-image: -moz-linear-gradient(top, #ffb74f, #ff9802);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#ffb74f),
    to(#ff9802)
  );
  background-image: -webkit-linear-gradient(top, #ffb74f, #ff9802);
  background-image: -o-linear-gradient(top, #ffb74f, #ff9802);
  background-image: linear-gradient(to bottom, #ffb74f, #ff9802);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffb74f', endColorstr='#ffff9802', GradientType=0);
}
.bootstrap .progress-warning.progress-striped .bar,
.bootstrap .progress-striped .bar-warning {
  background-color: #ffb74f;
  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: -o-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}
.bootstrap .accordion {
  margin-bottom: 20px;
}
.bootstrap .accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.bootstrap .accordion-heading {
  border-bottom: 0;
}
.bootstrap .accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}
.bootstrap .accordion-toggle {
  cursor: pointer;
}
.bootstrap .accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}
.bootstrap .carousel {
  position: relative;
  margin-bottom: 20px;
  line-height: 1;
}
.bootstrap .carousel-inner {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.bootstrap .carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -moz-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.bootstrap .carousel-inner > .item > img,
.bootstrap .carousel-inner > .item > a > img {
  display: block;
  line-height: 1;
}
.bootstrap .carousel-inner > .active,
.bootstrap .carousel-inner > .next,
.bootstrap .carousel-inner > .prev {
  display: block;
}
.bootstrap .carousel-inner > .active {
  left: 0;
}
.bootstrap .carousel-inner > .next,
.bootstrap .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.bootstrap .carousel-inner > .next {
  left: 100%;
}
.bootstrap .carousel-inner > .prev {
  left: -100%;
}
.bootstrap .carousel-inner > .next.left,
.bootstrap .carousel-inner > .prev.right {
  left: 0;
}
.bootstrap .carousel-inner > .active.left {
  left: -100%;
}
.bootstrap .carousel-inner > .active.right {
  left: 100%;
}
.bootstrap .carousel-control {
  position: absolute;
  top: 40%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #fff;
  text-align: center;
  background: #222;
  border: 3px solid #fff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.bootstrap .carousel-control.right {
  left: auto;
  right: 15px;
}
.bootstrap .carousel-control:hover,
.bootstrap .carousel-control:focus {
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.bootstrap .carousel-indicators {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 5;
  margin: 0;
  list-style: none;
}
.bootstrap .carousel-indicators li {
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  text-indent: -999px;
  background-color: #ccc;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 5px;
}
.bootstrap .carousel-indicators .active {
  background-color: #fff;
}
.bootstrap .carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  background: #333;
  background: rgba(0, 0, 0, 0.75);
}
.bootstrap .carousel-caption h4,
.bootstrap .carousel-caption p {
  color: #fff;
  line-height: 20px;
}
.bootstrap .carousel-caption h4 {
  margin: 0 0 5px;
}
.bootstrap .carousel-caption p {
  margin-bottom: 0;
}
.bootstrap .hero-unit {
  padding: 60px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 200;
  line-height: 30px;
  color: inherit;
  background-color: #eee;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.bootstrap .hero-unit h1 {
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1;
  color: inherit;
  letter-spacing: -1px;
}
.bootstrap .hero-unit li {
  line-height: 30px;
}
.bootstrap .has-switch {
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  position: relative;
  text-align: left;
  overflow: hidden;
  line-height: 8px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  min-width: 100px;
}
.bootstrap .has-switch.switch-mini {
  min-width: 72px;
}
.bootstrap .has-switch.switch-small {
  min-width: 80px;
}
.bootstrap .has-switch.switch-large {
  min-width: 120px;
}
.bootstrap .has-switch.deactivate {
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: default !important;
}
.bootstrap .has-switch.deactivate label,
.bootstrap .has-switch.deactivate span {
  cursor: default !important;
}
.bootstrap .has-switch > div {
  display: inline-block;
  width: 150%;
  position: relative;
  top: 0;
}
.bootstrap .has-switch > div.switch-animate {
  -webkit-transition: left 0.5s;
  -moz-transition: left 0.5s;
  -o-transition: left 0.5s;
  transition: left 0.5s;
}
.bootstrap .has-switch > div.switch-off {
  left: -50%;
}
.bootstrap .has-switch > div.switch-on {
  left: 0%;
}
.bootstrap .has-switch input[type="checkbox"] {
  display: none;
}
.bootstrap .has-switch span,
.bootstrap .has-switch label {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  display: inline-block;
  height: 100%;
  padding-bottom: 4px;
  padding-top: 4px;
  font-size: 14px;
  line-height: 20px;
}
.bootstrap .has-switch span.switch-mini,
.bootstrap .has-switch label.switch-mini {
  padding-bottom: 4px;
  padding-top: 4px;
  font-size: 10px;
  line-height: 9px;
}
.bootstrap .has-switch span.switch-small,
.bootstrap .has-switch label.switch-small {
  padding-bottom: 3px;
  padding-top: 3px;
  font-size: 12px;
  line-height: 18px;
}
.bootstrap .has-switch span.switch-large,
.bootstrap .has-switch label.switch-large {
  padding-bottom: 9px;
  padding-top: 9px;
  font-size: 16px;
  line-height: normal;
}
.bootstrap .has-switch label {
  text-align: center;
  margin-top: -1px;
  margin-bottom: -1px;
  z-index: 100;
  width: 34%;
  border-left: 1px solid #bbb;
  border-right: 1px solid #bbb;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#fff),
    to(#e6e6e6)
  );
  background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
  background-image: -o-linear-gradient(top, #fff, #e6e6e6);
  background-image: linear-gradient(to bottom, #fff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.bootstrap .has-switch label:hover,
.bootstrap .has-switch label:focus,
.bootstrap .has-switch label:active,
.bootstrap .has-switch label.active,
.bootstrap .has-switch label.disabled,
.bootstrap .has-switch label[disabled] {
  color: #fff;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.bootstrap .has-switch label:active,
.bootstrap .has-switch label.active {
  background-color: #cccccc \9;
}
.bootstrap .has-switch label i {
  color: #000;
  text-shadow: 0 1px 0 #fff;
  line-height: 18px;
  pointer-events: none;
}
.bootstrap .has-switch span {
  text-align: center;
  z-index: 1;
  width: 33%;
}
.bootstrap .has-switch span.switch-left {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.bootstrap .has-switch span.switch-right {
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f0f0f0;
  background-image: -moz-linear-gradient(top, #e6e6e6, #fff);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#e6e6e6),
    to(#fff)
  );
  background-image: -webkit-linear-gradient(top, #e6e6e6, #fff);
  background-image: -o-linear-gradient(top, #e6e6e6, #fff);
  background-image: linear-gradient(to bottom, #e6e6e6, #fff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe6e6e6', endColorstr='#ffffffff', GradientType=0);
  border-color: #fff #fff #d9d9d9;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #fff;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.bootstrap .has-switch span.switch-right:hover,
.bootstrap .has-switch span.switch-right:focus,
.bootstrap .has-switch span.switch-right:active,
.bootstrap .has-switch span.switch-right.active,
.bootstrap .has-switch span.switch-right.disabled,
.bootstrap .has-switch span.switch-right[disabled] {
  color: #333;
  background-color: #fff;
  *background-color: #f2f2f2;
}
.bootstrap .has-switch span.switch-right:active,
.bootstrap .has-switch span.switch-right.active {
  background-color: #e6e6e6 \9;
}
.bootstrap .has-switch span.switch-primary,
.bootstrap .has-switch span.switch-left {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #00bfe9;
  background-image: -moz-linear-gradient(top, #00b8e9, #00cbe9);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#00b8e9),
    to(#00cbe9)
  );
  background-image: -webkit-linear-gradient(top, #00b8e9, #00cbe9);
  background-image: -o-linear-gradient(top, #00b8e9, #00cbe9);
  background-image: linear-gradient(to bottom, #00b8e9, #00cbe9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00b8e9', endColorstr='#ff00cbe9', GradientType=0);
  border-color: #00cbe9 #00cbe9 #00889d;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #00cbe9;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.bootstrap .has-switch span.switch-primary:hover,
.bootstrap .has-switch span.switch-left:hover,
.bootstrap .has-switch span.switch-primary:focus,
.bootstrap .has-switch span.switch-left:focus,
.bootstrap .has-switch span.switch-primary:active,
.bootstrap .has-switch span.switch-left:active,
.bootstrap .has-switch span.switch-primary.active,
.bootstrap .has-switch span.switch-left.active,
.bootstrap .has-switch span.switch-primary.disabled,
.bootstrap .has-switch span.switch-left.disabled,
.bootstrap .has-switch span.switch-primary[disabled],
.bootstrap .has-switch span.switch-left[disabled] {
  color: #fff;
  background-color: #00cbe9;
  *background-color: #00b5d0;
}
.bootstrap .has-switch span.switch-primary:active,
.bootstrap .has-switch span.switch-left:active,
.bootstrap .has-switch span.switch-primary.active,
.bootstrap .has-switch span.switch-left.active {
  background-color: #009fb6 \9;
}
.bootstrap .has-switch span.switch-info {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #41a7c5;
  background-image: -moz-linear-gradient(top, #2f96b4, #5bc0de);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#2f96b4),
    to(#5bc0de)
  );
  background-image: -webkit-linear-gradient(top, #2f96b4, #5bc0de);
  background-image: -o-linear-gradient(top, #2f96b4, #5bc0de);
  background-image: linear-gradient(to bottom, #2f96b4, #5bc0de);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2f96b4', endColorstr='#ff5bc0de', GradientType=0);
  border-color: #5bc0de #5bc0de #28a1c5;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #5bc0de;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.bootstrap .has-switch span.switch-info:hover,
.bootstrap .has-switch span.switch-info:focus,
.bootstrap .has-switch span.switch-info:active,
.bootstrap .has-switch span.switch-info.active,
.bootstrap .has-switch span.switch-info.disabled,
.bootstrap .has-switch span.switch-info[disabled] {
  color: #fff;
  background-color: #5bc0de;
  *background-color: #46b8da;
}
.bootstrap .has-switch span.switch-info:active,
.bootstrap .has-switch span.switch-info.active {
  background-color: #31b0d5 \9;
}
.bootstrap .has-switch span.switch-success {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #58b058;
  background-image: -moz-linear-gradient(top, #51a351, #62c462);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#51a351),
    to(#62c462)
  );
  background-image: -webkit-linear-gradient(top, #51a351, #62c462);
  background-image: -o-linear-gradient(top, #51a351, #62c462);
  background-image: linear-gradient(to bottom, #51a351, #62c462);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff51a351', endColorstr='#ff62c462', GradientType=0);
  border-color: #62c462 #62c462 #3b9e3b;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #62c462;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.bootstrap .has-switch span.switch-success:hover,
.bootstrap .has-switch span.switch-success:focus,
.bootstrap .has-switch span.switch-success:active,
.bootstrap .has-switch span.switch-success.active,
.bootstrap .has-switch span.switch-success.disabled,
.bootstrap .has-switch span.switch-success[disabled] {
  color: #fff;
  background-color: #62c462;
  *background-color: #4fbd4f;
}
.bootstrap .has-switch span.switch-success:active,
.bootstrap .has-switch span.switch-success.active {
  background-color: #42b142 \9;
}
.bootstrap .has-switch span.switch-warning {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ffa421;
  background-image: -moz-linear-gradient(top, #ff9802, #ffb74f);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#ff9802),
    to(#ffb74f)
  );
  background-image: -webkit-linear-gradient(top, #ff9802, #ffb74f);
  background-image: -o-linear-gradient(top, #ff9802, #ffb74f);
  background-image: linear-gradient(to bottom, #ff9802, #ffb74f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff9802', endColorstr='#ffffb74f', GradientType=0);
  border-color: #ffb74f #ffb74f #ff9802;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #ffb74f;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.bootstrap .has-switch span.switch-warning:hover,
.bootstrap .has-switch span.switch-warning:focus,
.bootstrap .has-switch span.switch-warning:active,
.bootstrap .has-switch span.switch-warning.active,
.bootstrap .has-switch span.switch-warning.disabled,
.bootstrap .has-switch span.switch-warning[disabled] {
  color: #fff;
  background-color: #ffb74f;
  *background-color: #ffad35;
}
.bootstrap .has-switch span.switch-warning:active,
.bootstrap .has-switch span.switch-warning.active {
  background-color: #ffa21c \9;
}
.bootstrap .has-switch span.switch-danger {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #d14641;
  background-image: -moz-linear-gradient(top, #bd362f, #ee5f5b);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#bd362f),
    to(#ee5f5b)
  );
  background-image: -webkit-linear-gradient(top, #bd362f, #ee5f5b);
  background-image: -o-linear-gradient(top, #bd362f, #ee5f5b);
  background-image: linear-gradient(to bottom, #bd362f, #ee5f5b);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbd362f', endColorstr='#ffee5f5b', GradientType=0);
  border-color: #ee5f5b #ee5f5b #e51d18;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #ee5f5b;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.bootstrap .has-switch span.switch-danger:hover,
.bootstrap .has-switch span.switch-danger:focus,
.bootstrap .has-switch span.switch-danger:active,
.bootstrap .has-switch span.switch-danger.active,
.bootstrap .has-switch span.switch-danger.disabled,
.bootstrap .has-switch span.switch-danger[disabled] {
  color: #fff;
  background-color: #ee5f5b;
  *background-color: #ec4844;
}
.bootstrap .has-switch span.switch-danger:active,
.bootstrap .has-switch span.switch-danger.active {
  background-color: #e9322d \9;
}
.bootstrap .pull-right {
  float: right;
}
.bootstrap .pull-left {
  float: left;
}
.bootstrap .hide {
  display: none;
}
.bootstrap .show {
  display: block;
}
.bootstrap .invisible {
  visibility: hidden;
}
.bootstrap .affix {
  position: fixed;
}
@media print {
  .bootstrap a[href]:after {
    content: "";
  }
}
.bootstrap .dropdown-menu {
  white-space: normal;
  border: 1px solid #b9b9b9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  padding: 9px;
}
.bootstrap ul.dropdown-menu,
.bootstrap .dropdown-menu ul.menu {
  margin-bottom: 0;
}
.bootstrap ul.dropdown-menu li a,
.bootstrap .dropdown-menu ul.menu li a {
  font-weight: bold;
  color: #444;
  padding: 5px 9px;
  margin: 0 -9px;
}
.bootstrap ul.dropdown-menu li a:hover,
.bootstrap .dropdown-menu ul.menu li a:hover {
  color: #fff;
}
.bootstrap ul.dropdown-menu li a.disabled,
.bootstrap .dropdown-menu ul.menu li a.disabled {
  color: #999;
  cursor: not-allowed;
}
.bootstrap ul.dropdown-menu li a.disabled:hover,
.bootstrap .dropdown-menu ul.menu li a.disabled:hover {
  background: transparent;
}
.bootstrap .dropdown.dropdown-continuous [data-toggle="dropdown"] {
  border: 1px solid #e6e6e6;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.bootstrap .dropdown.dropdown-continuous .dropdown-menu {
  margin-top: -1px;
  border-top-width: 0;
  border-color: #e6e6e6;
}
.bootstrap .dropdown.dropdown-continuous.open [data-toggle="dropdown"] {
  background: #fff;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.bootstrap .dropdown.dropdown-continuous.open .dropdown-menu {
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.bootstrap .dropdown.dropdown-continuous.open [data-toggle="dropdown"],
.bootstrap .dropdown.dropdown-continuous.open .dropdown-menu {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.bootstrap .dropdown-menu .header {
  position: relative;
  text-align: center;
  color: #939393;
  border-bottom: 1px solid gainsboro;
  padding-bottom: 6px;
  margin-bottom: 9px;
}
.bootstrap .dropdown-menu .header .title {
  font-weight: bold;
}
.bootstrap .dropdown-menu .header a.close-button,
.bootstrap .dropdown-menu .header a.back-button {
  position: absolute;
  top: -6px;
  padding: 8px;
  color: #a5a5a5;
  font-size: 12px;
}
.bootstrap .dropdown-menu .header a.close-button {
  right: -6px;
}
.bootstrap .dropdown-menu .header a.back-button {
  left: -5px;
  display: none;
}
.bootstrap .dropdown-menu .view .view {
  display: none;
}
.bootstrap .form-inline select {
  width: auto;
}
.bootstrap .form-inline legend + .control-group {
  margin-top: 0;
}
.bootstrap .form-inline .control-group {
  float: left;
}
.bootstrap .form-inline .control-group:nth-of-type(n + 1) {
  margin-right: 10px;
}
.bootstrap .form-inline .lowered {
  float: left;
  margin-top: 22px;
}
.bootstrap legend {
  line-height: 1;
  margin-bottom: 10px;
  font-size: 13px;
  color: #999;
}
.bootstrap .form-actions {
  background: none;
  border: none;
  padding: 0;
  margin: 10px 0 0 0;
}
.bootstrap .validation-message {
  position: absolute;
  padding: 5px 10px;
  color: #fff;
  background: #d99590;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-left: 10px;
  z-index: 999;
}
.bootstrap .validation-message:after {
  right: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(213, 44, 32, 0);
  border-right-color: #d99590;
  border-width: 6px;
  top: 50%;
  margin-top: -6px;
}
.bootstrap .help-block {
  font-size: 12px;
  color: #999;
}
.bootstrap a {
  cursor: pointer;
}
.bootstrap a:hover {
  text-decoration: none !important;
}
.bootstrap a.btn-link.muted {
  color: #999;
}
.bootstrap a.muted:hover {
  color: #333;
}
.bootstrap a.text-color {
  color: #333;
}
.bootstrap a.text-color:hover {
  color: #999;
}
.bootstrap table th,
.bootstrap table td {
  padding: 5px 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
}
.bootstrap table thead th {
  vertical-align: bottom;
  font-weight: normal;
  color: #999;
}
.bootstrap table caption {
  text-align: left;
  padding-left: 5px;
}
.bootstrap table caption h3 {
  margin: 0;
}
.bootstrap tr.inactive td {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.bootstrap .tooltip-inner {
  max-width: 300px;
  text-align: left;
}
.bootstrap h1 {
  font-size: 24px;
  margin: 0 0 15px 0;
}
.bootstrap h2 {
  font-size: 16px;
}
.bootstrap h3 {
  font-size: 15px;
}
.bootstrap h4 {
  font-size: 13px;
  margin-bottom: 3px;
  color: #999;
}
.bootstrap h5 {
  font-size: 13px;
}
.bootstrap h6 {
  font-size: 13px;
}
.bootstrap h1,
.bootstrap h2,
.bootstrap h3,
.bootstrap h4,
.bootstrap h5,
.bootstrap h6 {
  line-height: 1;
}
.bootstrap address {
  margin: 0;
}
.bootstrap address a {
  color: #333;
  border-bottom: 1px dashed #999;
}
.bootstrap a[href^="mailto:"] {
  display: inline-block;
  line-height: 20px;
  color: #333;
  border-bottom: 1px dashed #999;
}
.bootstrap .well {
  min-height: 20px;
  padding: 10px;
  margin-bottom: 10px;
  background-color: #fff;
  border: 1px solid #eee;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  *zoom: 1;
}
.bootstrap .well:before,
.bootstrap .well:after {
  display: table;
  content: "";
  line-height: 0;
}
.bootstrap .well:after {
  clear: both;
}
.bootstrap .well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.bootstrap .input-icon[class*=" icon-"]:before {
  position: absolute;
  margin: 7px 0 0 8px;
  opacity: 0.4;
  filter: alpha(opacity=40);
  text-align: center;
  width: 16px;
  font-size: 16px;
  z-index: 9;
}
.bootstrap .input-icon[class*=" icon-"] input,
.bootstrap .input-icon[class*=" icon-"] textarea {
  padding-left: 30px;
}
.bootstrap .input-icon[class*=" icon-"] select {
  padding-left: 26px;
}
.bootstrap .input-icon[class*=" icon-"] .chzn-container {
  margin-bottom: 9px;
}
.bootstrap .input-icon[class*=" icon-"] .chzn-single {
  height: 26px;
  padding-top: 2px;
  padding-left: 28px;
}
.bootstrap .input-icon[class*=" icon-"] .chzn-choices {
  padding-top: 1px;
  padding-left: 24px;
}
.bootstrap .input-icon[class*=" icon-"] .select2-container {
  font-family:
    "wf_segoe-ui", "Segoe UI", "Lucida Sans", "Helvetica Neue", Helvetica,
    Arial, sans-serif;
  margin-bottom: 9px;
}
.bootstrap .input-icon[class*=" icon-"] .select2-choice {
  padding-left: 28px;
  height: 28px;
}
.bootstrap .input-icon[class*=" icon-"] .select2-choices {
  padding-left: 23px;
  height: 28px !important;
}
.bootstrap .progress-step .step-full,
.bootstrap .progress-step .step-empty {
  height: 30px;
  width: 30px;
  background-color: #00cbe9;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  position: absolute;
  left: 0%;
  margin-top: -6px;
  margin-left: -14px;
  font-size: 12pt;
  color: white;
  text-shadow: 0px 0px 3px #222;
  text-align: center;
  line-height: 28px;
  font-weight: bold;
}
.bootstrap .progress-step-square .step-full,
.bootstrap .progress-step-square .step-empty {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.bootstrap .progress-step .step-empty {
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#f5f5f5),
    to(#f9f9f9)
  );
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  -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);
}
.bootstrap .progress.progress-step {
  margin: 14px 17px 18px 14px;
  position: relative;
  overflow: visible;
}
.bootstrap .progress-step .bar {
  width: 0%;
  height: 18px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  -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);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.bootstrap .progress-step .bar,
.bootstrap .progress-step .step-full {
  background-color: #00b9d5;
  background-image: -moz-linear-gradient(top, #00cbe9, #009fb6);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#00cbe9),
    to(#009fb6)
  );
  background-image: -webkit-linear-gradient(top, #00cbe9, #009fb6);
  background-image: -o-linear-gradient(top, #00cbe9, #009fb6);
  background-image: linear-gradient(to bottom, #00cbe9, #009fb6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00cbe9', endColorstr='#ff009fb6', GradientType=0);
}
.bootstrap .avatar {
  width: 32px;
  height: 32px;
  border: 2px solid #eee;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.bootstrap ul.attributes {
  margin: 0;
}
.bootstrap ul.attributes > li {
  display: inline-block;
  margin: 0 20px 20px 0;
  line-height: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}
.bootstrap ul.attributes > li i {
  width: 13px;
  line-height: 13px;
  text-align: left;
}
.bootstrap ul.attributes > li .value {
  display: inline;
}
.bootstrap ul.attributes > li label {
  font-size: 12px;
  line-height: 12px;
  margin: 3px 0 0 16px;
  color: #999;
  cursor: default;
}
.bootstrap ul.attributes > li a {
  color: #333;
}
.bootstrap ul.attributes > li a:hover {
  color: #999;
}
.bootstrap ul.attributes > li:last-child {
  margin-right: 0;
}
.bootstrap .paging-controls a i {
  font-size: 14px;
  line-height: 1;
  padding: 2px;
}
.bootstrap [class^="icon-"],
.bootstrap [class*=" icon-"] {
  line-height: 20px;
}
.bootstrap .wrapped-nav-list {
  padding: 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}
.bootstrap .wrapped-nav-list li {
  background: white;
}
.bootstrap .wrapped-nav-list li:first-child > a {
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}
.bootstrap .wrapped-nav-list li:last-child > a {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.bootstrap .wrapped-nav-list li a {
  color: #999;
  display: block;
  margin: 0 0 -1px;
  padding: 8px 14px;
  border: 1px solid #eee;
}
.bootstrap .wrapped-nav-list li a i {
  float: right;
  margin-right: -6px;
}
.bootstrap .wrapped-nav-list li a strong {
  color: #666666;
}
.bootstrap .wrapped-nav-list li a .label {
  font-size: 12px;
}
.bootstrap .wrapped-nav-list li a .shortcut {
  text-decoration: underline;
  color: #333;
}
.bootstrap .wrapped-nav-list li.active a {
  position: relative;
  z-index: 2;
  padding: 9px 15px;
  border: 0;
  text-shadow: none;
  -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.1);
}

:not(.aXNw) span.multiselect-native-select {
  position: relative;
}
:not(.aXNw) span.multiselect-native-select select {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px -1px -1px -3px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  left: 50%;
  top: 30px;
}
:not(.aXNw) .multiselect-container {
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
:not(.aXNw) .multiselect-container .input-group {
  margin: 5px;
}
:not(.aXNw) .multiselect-container > li {
  padding: 0;
}
:not(.aXNw) .multiselect-container > li > a.multiselect-all label {
  font-weight: 700;
}
:not(.aXNw) .multiselect-container > li.multiselect-group label {
  margin: 0;
  padding: 3px 20px 3px 20px;
  height: 100%;
  font-weight: 700;
}
:not(.aXNw) .multiselect-container > li.multiselect-group-clickable label {
  cursor: pointer;
}
:not(.aXNw) .multiselect-container > li > a {
  padding: 0;
}
:not(.aXNw) .multiselect-container > li > a > label {
  margin: 0;
  height: 100%;
  cursor: pointer;
  font-weight: 400;
  padding: 3px 20px 3px 40px;
}
:not(.aXNw) .multiselect-container > li > a > label.radio,
:not(.aXNw) .multiselect-container > li > a > label.checkbox {
  margin: 0;
}
:not(.aXNw) .multiselect-container > li > a > label > input[type="checkbox"] {
  margin-bottom: 5px;
}
:not(.aXNw) .btn-group > .btn-group:nth-child(2) > .multiselect.btn {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
:not(.aXNw) .form-inline .multiselect-container label.checkbox,
:not(.aXNw) .form-inline .multiselect-container label.radio {
  padding: 3px 20px 3px 40px;
}
:not(.aXNw)
  .form-inline
  .multiselect-container
  li
  a
  label.checkbox
  input[type="checkbox"],
:not(.aXNw)
  .form-inline
  .multiselect-container
  li
  a
  label.radio
  input[type="radio"] {
  margin-left: -20px;
  margin-right: 0;
}

/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url(/scripts/build/desktop-legacy/25a32416abee198dd821b0b17a198a8f.eot);
  src:
    url(/scripts/build/desktop-legacy/25a32416abee198dd821b0b17a198a8f.eot?#iefix&v=4.6.3)
      format("embedded-opentype"),
    url(/scripts/build/desktop-legacy/e6cf7c6ec7c2d6f670ae9d762604cb0b.woff2)
      format("woff2"),
    url(/scripts/build/desktop-legacy/c8ddf1e5e5bf3682bc7bebf30f394148.woff)
      format("woff"),
    url(/scripts/build/desktop-legacy/1dc35d25e61d819a9c357074014867ab.ttf)
      format("truetype"),
    url(/scripts/build/desktop-legacy/d7c639084f684d66a1bc66855d193ed8.svg#fontawesomeregular)
      format("svg");
  font-weight: normal;
  font-style: normal;
}
:not(.aXNw) .fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
:not(.aXNw) .fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
:not(.aXNw) .fa-2x {
  font-size: 2em;
}
:not(.aXNw) .fa-3x {
  font-size: 3em;
}
:not(.aXNw) .fa-4x {
  font-size: 4em;
}
:not(.aXNw) .fa-5x {
  font-size: 5em;
}
:not(.aXNw) .fa-fw {
  width: 1.28571429em;
  text-align: center;
}
:not(.aXNw) .fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
:not(.aXNw) .fa-ul > li {
  position: relative;
}
:not(.aXNw) .fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
:not(.aXNw) .fa-li.fa-lg {
  left: -1.85714286em;
}
:not(.aXNw) .fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
:not(.aXNw) .fa-pull-left {
  float: left;
}
:not(.aXNw) .fa-pull-right {
  float: right;
}
:not(.aXNw) .fa.fa-pull-left {
  margin-right: 0.3em;
}
:not(.aXNw) .fa.fa-pull-right {
  margin-left: 0.3em;
}
/* Deprecated as of 4.4.0 */
:not(.aXNw) .pull-right {
  float: right;
}
:not(.aXNw) .pull-left {
  float: left;
}
:not(.aXNw) .fa.pull-left {
  margin-right: 0.3em;
}
:not(.aXNw) .fa.pull-right {
  margin-left: 0.3em;
}
:not(.aXNw) .fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
:not(.aXNw) .fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  :not(.aXNw) 0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  :not(.aXNw) 100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
:not(.aXNw) .fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
:not(.aXNw) .fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
:not(.aXNw) .fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
:not(.aXNw) .fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
:not(.aXNw) .fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:not(.aXNw) :root .fa-rotate-90,
:not(.aXNw) :root .fa-rotate-180,
:not(.aXNw) :root .fa-rotate-270,
:not(.aXNw) :root .fa-flip-horizontal,
:not(.aXNw) :root .fa-flip-vertical {
  filter: none;
}
:not(.aXNw) .fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
:not(.aXNw) .fa-stack-1x,
:not(.aXNw) .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
:not(.aXNw) .fa-stack-1x {
  line-height: inherit;
}
:not(.aXNw) .fa-stack-2x {
  font-size: 2em;
}
:not(.aXNw) .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 */
:not(.aXNw) .fa-glass:before {
  content: "\f000";
}
:not(.aXNw) .fa-music:before {
  content: "\f001";
}
:not(.aXNw) .fa-search:before {
  content: "\f002";
}
:not(.aXNw) .fa-envelope-o:before {
  content: "\f003";
}
:not(.aXNw) .fa-heart:before {
  content: "\f004";
}
:not(.aXNw) .fa-star:before {
  content: "\f005";
}
:not(.aXNw) .fa-star-o:before {
  content: "\f006";
}
:not(.aXNw) .fa-user:before {
  content: "\f007";
}
:not(.aXNw) .fa-film:before {
  content: "\f008";
}
:not(.aXNw) .fa-th-large:before {
  content: "\f009";
}
:not(.aXNw) .fa-th:before {
  content: "\f00a";
}
:not(.aXNw) .fa-th-list:before {
  content: "\f00b";
}
:not(.aXNw) .fa-check:before {
  content: "\f00c";
}
:not(.aXNw) .fa-remove:before,
:not(.aXNw) .fa-close:before,
:not(.aXNw) .fa-times:before {
  content: "\f00d";
}
:not(.aXNw) .fa-search-plus:before {
  content: "\f00e";
}
:not(.aXNw) .fa-search-minus:before {
  content: "\f010";
}
:not(.aXNw) .fa-power-off:before {
  content: "\f011";
}
:not(.aXNw) .fa-signal:before {
  content: "\f012";
}
:not(.aXNw) .fa-gear:before,
:not(.aXNw) .fa-cog:before {
  content: "\f013";
}
:not(.aXNw) .fa-trash-o:before {
  content: "\f014";
}
:not(.aXNw) .fa-home:before {
  content: "\f015";
}
:not(.aXNw) .fa-file-o:before {
  content: "\f016";
}
:not(.aXNw) .fa-clock-o:before {
  content: "\f017";
}
:not(.aXNw) .fa-road:before {
  content: "\f018";
}
:not(.aXNw) .fa-download:before {
  content: "\f019";
}
:not(.aXNw) .fa-arrow-circle-o-down:before {
  content: "\f01a";
}
:not(.aXNw) .fa-arrow-circle-o-up:before {
  content: "\f01b";
}
:not(.aXNw) .fa-inbox:before {
  content: "\f01c";
}
:not(.aXNw) .fa-play-circle-o:before {
  content: "\f01d";
}
:not(.aXNw) .fa-rotate-right:before,
:not(.aXNw) .fa-repeat:before {
  content: "\f01e";
}
:not(.aXNw) .fa-refresh:before {
  content: "\f021";
}
:not(.aXNw) .fa-list-alt:before {
  content: "\f022";
}
:not(.aXNw) .fa-lock:before {
  content: "\f023";
}
:not(.aXNw) .fa-flag:before {
  content: "\f024";
}
:not(.aXNw) .fa-headphones:before {
  content: "\f025";
}
:not(.aXNw) .fa-volume-off:before {
  content: "\f026";
}
:not(.aXNw) .fa-volume-down:before {
  content: "\f027";
}
:not(.aXNw) .fa-volume-up:before {
  content: "\f028";
}
:not(.aXNw) .fa-qrcode:before {
  content: "\f029";
}
:not(.aXNw) .fa-barcode:before {
  content: "\f02a";
}
:not(.aXNw) .fa-tag:before {
  content: "\f02b";
}
:not(.aXNw) .fa-tags:before {
  content: "\f02c";
}
:not(.aXNw) .fa-book:before {
  content: "\f02d";
}
:not(.aXNw) .fa-bookmark:before {
  content: "\f02e";
}
:not(.aXNw) .fa-print:before {
  content: "\f02f";
}
:not(.aXNw) .fa-camera:before {
  content: "\f030";
}
:not(.aXNw) .fa-font:before {
  content: "\f031";
}
:not(.aXNw) .fa-bold:before {
  content: "\f032";
}
:not(.aXNw) .fa-italic:before {
  content: "\f033";
}
:not(.aXNw) .fa-text-height:before {
  content: "\f034";
}
:not(.aXNw) .fa-text-width:before {
  content: "\f035";
}
:not(.aXNw) .fa-align-left:before {
  content: "\f036";
}
:not(.aXNw) .fa-align-center:before {
  content: "\f037";
}
:not(.aXNw) .fa-align-right:before {
  content: "\f038";
}
:not(.aXNw) .fa-align-justify:before {
  content: "\f039";
}
:not(.aXNw) .fa-list:before {
  content: "\f03a";
}
:not(.aXNw) .fa-dedent:before,
:not(.aXNw) .fa-outdent:before {
  content: "\f03b";
}
:not(.aXNw) .fa-indent:before {
  content: "\f03c";
}
:not(.aXNw) .fa-video-camera:before {
  content: "\f03d";
}
:not(.aXNw) .fa-photo:before,
:not(.aXNw) .fa-image:before,
:not(.aXNw) .fa-picture-o:before {
  content: "\f03e";
}
:not(.aXNw) .fa-pencil:before {
  content: "\f040";
}
:not(.aXNw) .fa-map-marker:before {
  content: "\f041";
}
:not(.aXNw) .fa-adjust:before {
  content: "\f042";
}
:not(.aXNw) .fa-tint:before {
  content: "\f043";
}
:not(.aXNw) .fa-edit:before,
:not(.aXNw) .fa-pencil-square-o:before {
  content: "\f044";
}
:not(.aXNw) .fa-share-square-o:before {
  content: "\f045";
}
:not(.aXNw) .fa-check-square-o:before {
  content: "\f046";
}
:not(.aXNw) .fa-arrows:before {
  content: "\f047";
}
:not(.aXNw) .fa-step-backward:before {
  content: "\f048";
}
:not(.aXNw) .fa-fast-backward:before {
  content: "\f049";
}
:not(.aXNw) .fa-backward:before {
  content: "\f04a";
}
:not(.aXNw) .fa-play:before {
  content: "\f04b";
}
:not(.aXNw) .fa-pause:before {
  content: "\f04c";
}
:not(.aXNw) .fa-stop:before {
  content: "\f04d";
}
:not(.aXNw) .fa-forward:before {
  content: "\f04e";
}
:not(.aXNw) .fa-fast-forward:before {
  content: "\f050";
}
:not(.aXNw) .fa-step-forward:before {
  content: "\f051";
}
:not(.aXNw) .fa-eject:before {
  content: "\f052";
}
:not(.aXNw) .fa-chevron-left:before {
  content: "\f053";
}
:not(.aXNw) .fa-chevron-right:before {
  content: "\f054";
}
:not(.aXNw) .fa-plus-circle:before {
  content: "\f055";
}
:not(.aXNw) .fa-minus-circle:before {
  content: "\f056";
}
:not(.aXNw) .fa-times-circle:before {
  content: "\f057";
}
:not(.aXNw) .fa-check-circle:before {
  content: "\f058";
}
:not(.aXNw) .fa-question-circle:before {
  content: "\f059";
}
:not(.aXNw) .fa-info-circle:before {
  content: "\f05a";
}
:not(.aXNw) .fa-crosshairs:before {
  content: "\f05b";
}
:not(.aXNw) .fa-times-circle-o:before {
  content: "\f05c";
}
:not(.aXNw) .fa-check-circle-o:before {
  content: "\f05d";
}
:not(.aXNw) .fa-ban:before {
  content: "\f05e";
}
:not(.aXNw) .fa-arrow-left:before {
  content: "\f060";
}
:not(.aXNw) .fa-arrow-right:before {
  content: "\f061";
}
:not(.aXNw) .fa-arrow-up:before {
  content: "\f062";
}
:not(.aXNw) .fa-arrow-down:before {
  content: "\f063";
}
:not(.aXNw) .fa-mail-forward:before,
:not(.aXNw) .fa-share:before {
  content: "\f064";
}
:not(.aXNw) .fa-expand:before {
  content: "\f065";
}
:not(.aXNw) .fa-compress:before {
  content: "\f066";
}
:not(.aXNw) .fa-plus:before {
  content: "\f067";
}
:not(.aXNw) .fa-minus:before {
  content: "\f068";
}
:not(.aXNw) .fa-asterisk:before {
  content: "\f069";
}
:not(.aXNw) .fa-exclamation-circle:before {
  content: "\f06a";
}
:not(.aXNw) .fa-gift:before {
  content: "\f06b";
}
:not(.aXNw) .fa-leaf:before {
  content: "\f06c";
}
:not(.aXNw) .fa-fire:before {
  content: "\f06d";
}
:not(.aXNw) .fa-eye:before {
  content: "\f06e";
}
:not(.aXNw) .fa-eye-slash:before {
  content: "\f070";
}
:not(.aXNw) .fa-warning:before,
:not(.aXNw) .fa-exclamation-triangle:before {
  content: "\f071";
}
:not(.aXNw) .fa-plane:before {
  content: "\f072";
}
:not(.aXNw) .fa-calendar:before {
  content: "\f073";
}
:not(.aXNw) .fa-random:before {
  content: "\f074";
}
:not(.aXNw) .fa-comment:before {
  content: "\f075";
}
:not(.aXNw) .fa-magnet:before {
  content: "\f076";
}
:not(.aXNw) .fa-chevron-up:before {
  content: "\f077";
}
:not(.aXNw) .fa-chevron-down:before {
  content: "\f078";
}
:not(.aXNw) .fa-retweet:before {
  content: "\f079";
}
:not(.aXNw) .fa-shopping-cart:before {
  content: "\f07a";
}
:not(.aXNw) .fa-folder:before {
  content: "\f07b";
}
:not(.aXNw) .fa-folder-open:before {
  content: "\f07c";
}
:not(.aXNw) .fa-arrows-v:before {
  content: "\f07d";
}
:not(.aXNw) .fa-arrows-h:before {
  content: "\f07e";
}
:not(.aXNw) .fa-bar-chart-o:before,
:not(.aXNw) .fa-bar-chart:before {
  content: "\f080";
}
:not(.aXNw) .fa-twitter-square:before {
  content: "\f081";
}
:not(.aXNw) .fa-facebook-square:before {
  content: "\f082";
}
:not(.aXNw) .fa-camera-retro:before {
  content: "\f083";
}
:not(.aXNw) .fa-key:before {
  content: "\f084";
}
:not(.aXNw) .fa-gears:before,
:not(.aXNw) .fa-cogs:before {
  content: "\f085";
}
:not(.aXNw) .fa-comments:before {
  content: "\f086";
}
:not(.aXNw) .fa-thumbs-o-up:before {
  content: "\f087";
}
:not(.aXNw) .fa-thumbs-o-down:before {
  content: "\f088";
}
:not(.aXNw) .fa-star-half:before {
  content: "\f089";
}
:not(.aXNw) .fa-heart-o:before {
  content: "\f08a";
}
:not(.aXNw) .fa-sign-out:before {
  content: "\f08b";
}
:not(.aXNw) .fa-linkedin-square:before {
  content: "\f08c";
}
:not(.aXNw) .fa-thumb-tack:before {
  content: "\f08d";
}
:not(.aXNw) .fa-external-link:before {
  content: "\f08e";
}
:not(.aXNw) .fa-sign-in:before {
  content: "\f090";
}
:not(.aXNw) .fa-trophy:before {
  content: "\f091";
}
:not(.aXNw) .fa-github-square:before {
  content: "\f092";
}
:not(.aXNw) .fa-upload:before {
  content: "\f093";
}
:not(.aXNw) .fa-lemon-o:before {
  content: "\f094";
}
:not(.aXNw) .fa-phone:before {
  content: "\f095";
}
:not(.aXNw) .fa-square-o:before {
  content: "\f096";
}
:not(.aXNw) .fa-bookmark-o:before {
  content: "\f097";
}
:not(.aXNw) .fa-phone-square:before {
  content: "\f098";
}
:not(.aXNw) .fa-twitter:before {
  content: "\f099";
}
:not(.aXNw) .fa-facebook-f:before,
:not(.aXNw) .fa-facebook:before {
  content: "\f09a";
}
:not(.aXNw) .fa-github:before {
  content: "\f09b";
}
:not(.aXNw) .fa-unlock:before {
  content: "\f09c";
}
:not(.aXNw) .fa-credit-card:before {
  content: "\f09d";
}
:not(.aXNw) .fa-feed:before,
:not(.aXNw) .fa-rss:before {
  content: "\f09e";
}
:not(.aXNw) .fa-hdd-o:before {
  content: "\f0a0";
}
:not(.aXNw) .fa-bullhorn:before {
  content: "\f0a1";
}
:not(.aXNw) .fa-bell:before {
  content: "\f0f3";
}
:not(.aXNw) .fa-certificate:before {
  content: "\f0a3";
}
:not(.aXNw) .fa-hand-o-right:before {
  content: "\f0a4";
}
:not(.aXNw) .fa-hand-o-left:before {
  content: "\f0a5";
}
:not(.aXNw) .fa-hand-o-up:before {
  content: "\f0a6";
}
:not(.aXNw) .fa-hand-o-down:before {
  content: "\f0a7";
}
:not(.aXNw) .fa-arrow-circle-left:before {
  content: "\f0a8";
}
:not(.aXNw) .fa-arrow-circle-right:before {
  content: "\f0a9";
}
:not(.aXNw) .fa-arrow-circle-up:before {
  content: "\f0aa";
}
:not(.aXNw) .fa-arrow-circle-down:before {
  content: "\f0ab";
}
:not(.aXNw) .fa-globe:before {
  content: "\f0ac";
}
:not(.aXNw) .fa-wrench:before {
  content: "\f0ad";
}
:not(.aXNw) .fa-tasks:before {
  content: "\f0ae";
}
:not(.aXNw) .fa-filter:before {
  content: "\f0b0";
}
:not(.aXNw) .fa-briefcase:before {
  content: "\f0b1";
}
:not(.aXNw) .fa-arrows-alt:before {
  content: "\f0b2";
}
:not(.aXNw) .fa-group:before,
:not(.aXNw) .fa-users:before {
  content: "\f0c0";
}
:not(.aXNw) .fa-chain:before,
:not(.aXNw) .fa-link:before {
  content: "\f0c1";
}
:not(.aXNw) .fa-cloud:before {
  content: "\f0c2";
}
:not(.aXNw) .fa-flask:before {
  content: "\f0c3";
}
:not(.aXNw) .fa-cut:before,
:not(.aXNw) .fa-scissors:before {
  content: "\f0c4";
}
:not(.aXNw) .fa-copy:before,
:not(.aXNw) .fa-files-o:before {
  content: "\f0c5";
}
:not(.aXNw) .fa-paperclip:before {
  content: "\f0c6";
}
:not(.aXNw) .fa-save:before,
:not(.aXNw) .fa-floppy-o:before {
  content: "\f0c7";
}
:not(.aXNw) .fa-square:before {
  content: "\f0c8";
}
:not(.aXNw) .fa-navicon:before,
:not(.aXNw) .fa-reorder:before,
:not(.aXNw) .fa-bars:before {
  content: "\f0c9";
}
:not(.aXNw) .fa-list-ul:before {
  content: "\f0ca";
}
:not(.aXNw) .fa-list-ol:before {
  content: "\f0cb";
}
:not(.aXNw) .fa-strikethrough:before {
  content: "\f0cc";
}
:not(.aXNw) .fa-underline:before {
  content: "\f0cd";
}
:not(.aXNw) .fa-table:before {
  content: "\f0ce";
}
:not(.aXNw) .fa-magic:before {
  content: "\f0d0";
}
:not(.aXNw) .fa-truck:before {
  content: "\f0d1";
}
:not(.aXNw) .fa-pinterest:before {
  content: "\f0d2";
}
:not(.aXNw) .fa-pinterest-square:before {
  content: "\f0d3";
}
:not(.aXNw) .fa-google-plus-square:before {
  content: "\f0d4";
}
:not(.aXNw) .fa-google-plus:before {
  content: "\f0d5";
}
:not(.aXNw) .fa-money:before {
  content: "\f0d6";
}
:not(.aXNw) .fa-caret-down:before {
  content: "\f0d7";
}
:not(.aXNw) .fa-caret-up:before {
  content: "\f0d8";
}
:not(.aXNw) .fa-caret-left:before {
  content: "\f0d9";
}
:not(.aXNw) .fa-caret-right:before {
  content: "\f0da";
}
:not(.aXNw) .fa-columns:before {
  content: "\f0db";
}
:not(.aXNw) .fa-unsorted:before,
:not(.aXNw) .fa-sort:before {
  content: "\f0dc";
}
:not(.aXNw) .fa-sort-down:before,
:not(.aXNw) .fa-sort-desc:before {
  content: "\f0dd";
}
:not(.aXNw) .fa-sort-up:before,
:not(.aXNw) .fa-sort-asc:before {
  content: "\f0de";
}
:not(.aXNw) .fa-envelope:before {
  content: "\f0e0";
}
:not(.aXNw) .fa-linkedin:before {
  content: "\f0e1";
}
:not(.aXNw) .fa-rotate-left:before,
:not(.aXNw) .fa-undo:before {
  content: "\f0e2";
}
:not(.aXNw) .fa-legal:before,
:not(.aXNw) .fa-gavel:before {
  content: "\f0e3";
}
:not(.aXNw) .fa-dashboard:before,
:not(.aXNw) .fa-tachometer:before {
  content: "\f0e4";
}
:not(.aXNw) .fa-comment-o:before {
  content: "\f0e5";
}
:not(.aXNw) .fa-comments-o:before {
  content: "\f0e6";
}
:not(.aXNw) .fa-flash:before,
:not(.aXNw) .fa-bolt:before {
  content: "\f0e7";
}
:not(.aXNw) .fa-sitemap:before {
  content: "\f0e8";
}
:not(.aXNw) .fa-umbrella:before {
  content: "\f0e9";
}
:not(.aXNw) .fa-paste:before,
:not(.aXNw) .fa-clipboard:before {
  content: "\f0ea";
}
:not(.aXNw) .fa-lightbulb-o:before {
  content: "\f0eb";
}
:not(.aXNw) .fa-exchange:before {
  content: "\f0ec";
}
:not(.aXNw) .fa-cloud-download:before {
  content: "\f0ed";
}
:not(.aXNw) .fa-cloud-upload:before {
  content: "\f0ee";
}
:not(.aXNw) .fa-user-md:before {
  content: "\f0f0";
}
:not(.aXNw) .fa-stethoscope:before {
  content: "\f0f1";
}
:not(.aXNw) .fa-suitcase:before {
  content: "\f0f2";
}
:not(.aXNw) .fa-bell-o:before {
  content: "\f0a2";
}
:not(.aXNw) .fa-coffee:before {
  content: "\f0f4";
}
:not(.aXNw) .fa-cutlery:before {
  content: "\f0f5";
}
:not(.aXNw) .fa-file-text-o:before {
  content: "\f0f6";
}
:not(.aXNw) .fa-building-o:before {
  content: "\f0f7";
}
:not(.aXNw) .fa-hospital-o:before {
  content: "\f0f8";
}
:not(.aXNw) .fa-ambulance:before {
  content: "\f0f9";
}
:not(.aXNw) .fa-medkit:before {
  content: "\f0fa";
}
:not(.aXNw) .fa-fighter-jet:before {
  content: "\f0fb";
}
:not(.aXNw) .fa-beer:before {
  content: "\f0fc";
}
:not(.aXNw) .fa-h-square:before {
  content: "\f0fd";
}
:not(.aXNw) .fa-plus-square:before {
  content: "\f0fe";
}
:not(.aXNw) .fa-angle-double-left:before {
  content: "\f100";
}
:not(.aXNw) .fa-angle-double-right:before {
  content: "\f101";
}
:not(.aXNw) .fa-angle-double-up:before {
  content: "\f102";
}
:not(.aXNw) .fa-angle-double-down:before {
  content: "\f103";
}
:not(.aXNw) .fa-angle-left:before {
  content: "\f104";
}
:not(.aXNw) .fa-angle-right:before {
  content: "\f105";
}
:not(.aXNw) .fa-angle-up:before {
  content: "\f106";
}
:not(.aXNw) .fa-angle-down:before {
  content: "\f107";
}
:not(.aXNw) .fa-desktop:before {
  content: "\f108";
}
:not(.aXNw) .fa-laptop:before {
  content: "\f109";
}
:not(.aXNw) .fa-tablet:before {
  content: "\f10a";
}
:not(.aXNw) .fa-mobile-phone:before,
:not(.aXNw) .fa-mobile:before {
  content: "\f10b";
}
:not(.aXNw) .fa-circle-o:before {
  content: "\f10c";
}
:not(.aXNw) .fa-quote-left:before {
  content: "\f10d";
}
:not(.aXNw) .fa-quote-right:before {
  content: "\f10e";
}
:not(.aXNw) .fa-spinner:before {
  content: "\f110";
}
:not(.aXNw) .fa-circle:before {
  content: "\f111";
}
:not(.aXNw) .fa-mail-reply:before,
:not(.aXNw) .fa-reply:before {
  content: "\f112";
}
:not(.aXNw) .fa-github-alt:before {
  content: "\f113";
}
:not(.aXNw) .fa-folder-o:before {
  content: "\f114";
}
:not(.aXNw) .fa-folder-open-o:before {
  content: "\f115";
}
:not(.aXNw) .fa-smile-o:before {
  content: "\f118";
}
:not(.aXNw) .fa-frown-o:before {
  content: "\f119";
}
:not(.aXNw) .fa-meh-o:before {
  content: "\f11a";
}
:not(.aXNw) .fa-gamepad:before {
  content: "\f11b";
}
:not(.aXNw) .fa-keyboard-o:before {
  content: "\f11c";
}
:not(.aXNw) .fa-flag-o:before {
  content: "\f11d";
}
:not(.aXNw) .fa-flag-checkered:before {
  content: "\f11e";
}
:not(.aXNw) .fa-terminal:before {
  content: "\f120";
}
:not(.aXNw) .fa-code:before {
  content: "\f121";
}
:not(.aXNw) .fa-mail-reply-all:before,
:not(.aXNw) .fa-reply-all:before {
  content: "\f122";
}
:not(.aXNw) .fa-star-half-empty:before,
:not(.aXNw) .fa-star-half-full:before,
:not(.aXNw) .fa-star-half-o:before {
  content: "\f123";
}
:not(.aXNw) .fa-location-arrow:before {
  content: "\f124";
}
:not(.aXNw) .fa-crop:before {
  content: "\f125";
}
:not(.aXNw) .fa-code-fork:before {
  content: "\f126";
}
:not(.aXNw) .fa-unlink:before,
:not(.aXNw) .fa-chain-broken:before {
  content: "\f127";
}
:not(.aXNw) .fa-question:before {
  content: "\f128";
}
:not(.aXNw) .fa-info:before {
  content: "\f129";
}
:not(.aXNw) .fa-exclamation:before {
  content: "\f12a";
}
:not(.aXNw) .fa-superscript:before {
  content: "\f12b";
}
:not(.aXNw) .fa-subscript:before {
  content: "\f12c";
}
:not(.aXNw) .fa-eraser:before {
  content: "\f12d";
}
:not(.aXNw) .fa-puzzle-piece:before {
  content: "\f12e";
}
:not(.aXNw) .fa-microphone:before {
  content: "\f130";
}
:not(.aXNw) .fa-microphone-slash:before {
  content: "\f131";
}
:not(.aXNw) .fa-shield:before {
  content: "\f132";
}
:not(.aXNw) .fa-calendar-o:before {
  content: "\f133";
}
:not(.aXNw) .fa-fire-extinguisher:before {
  content: "\f134";
}
:not(.aXNw) .fa-rocket:before {
  content: "\f135";
}
:not(.aXNw) .fa-maxcdn:before {
  content: "\f136";
}
:not(.aXNw) .fa-chevron-circle-left:before {
  content: "\f137";
}
:not(.aXNw) .fa-chevron-circle-right:before {
  content: "\f138";
}
:not(.aXNw) .fa-chevron-circle-up:before {
  content: "\f139";
}
:not(.aXNw) .fa-chevron-circle-down:before {
  content: "\f13a";
}
:not(.aXNw) .fa-html5:before {
  content: "\f13b";
}
:not(.aXNw) .fa-css3:before {
  content: "\f13c";
}
:not(.aXNw) .fa-anchor:before {
  content: "\f13d";
}
:not(.aXNw) .fa-unlock-alt:before {
  content: "\f13e";
}
:not(.aXNw) .fa-bullseye:before {
  content: "\f140";
}
:not(.aXNw) .fa-ellipsis-h:before {
  content: "\f141";
}
:not(.aXNw) .fa-ellipsis-v:before {
  content: "\f142";
}
:not(.aXNw) .fa-rss-square:before {
  content: "\f143";
}
:not(.aXNw) .fa-play-circle:before {
  content: "\f144";
}
:not(.aXNw) .fa-ticket:before {
  content: "\f145";
}
:not(.aXNw) .fa-minus-square:before {
  content: "\f146";
}
:not(.aXNw) .fa-minus-square-o:before {
  content: "\f147";
}
:not(.aXNw) .fa-level-up:before {
  content: "\f148";
}
:not(.aXNw) .fa-level-down:before {
  content: "\f149";
}
:not(.aXNw) .fa-check-square:before {
  content: "\f14a";
}
:not(.aXNw) .fa-pencil-square:before {
  content: "\f14b";
}
:not(.aXNw) .fa-external-link-square:before {
  content: "\f14c";
}
:not(.aXNw) .fa-share-square:before {
  content: "\f14d";
}
:not(.aXNw) .fa-compass:before {
  content: "\f14e";
}
:not(.aXNw) .fa-toggle-down:before,
:not(.aXNw) .fa-caret-square-o-down:before {
  content: "\f150";
}
:not(.aXNw) .fa-toggle-up:before,
:not(.aXNw) .fa-caret-square-o-up:before {
  content: "\f151";
}
:not(.aXNw) .fa-toggle-right:before,
:not(.aXNw) .fa-caret-square-o-right:before {
  content: "\f152";
}
:not(.aXNw) .fa-euro:before,
:not(.aXNw) .fa-eur:before {
  content: "\f153";
}
:not(.aXNw) .fa-gbp:before {
  content: "\f154";
}
:not(.aXNw) .fa-dollar:before,
:not(.aXNw) .fa-usd:before {
  content: "\f155";
}
:not(.aXNw) .fa-rupee:before,
:not(.aXNw) .fa-inr:before {
  content: "\f156";
}
:not(.aXNw) .fa-cny:before,
:not(.aXNw) .fa-rmb:before,
:not(.aXNw) .fa-yen:before,
:not(.aXNw) .fa-jpy:before {
  content: "\f157";
}
:not(.aXNw) .fa-ruble:before,
:not(.aXNw) .fa-rouble:before,
:not(.aXNw) .fa-rub:before {
  content: "\f158";
}
:not(.aXNw) .fa-won:before,
:not(.aXNw) .fa-krw:before {
  content: "\f159";
}
:not(.aXNw) .fa-bitcoin:before,
:not(.aXNw) .fa-btc:before {
  content: "\f15a";
}
:not(.aXNw) .fa-file:before {
  content: "\f15b";
}
:not(.aXNw) .fa-file-text:before {
  content: "\f15c";
}
:not(.aXNw) .fa-sort-alpha-asc:before {
  content: "\f15d";
}
:not(.aXNw) .fa-sort-alpha-desc:before {
  content: "\f15e";
}
:not(.aXNw) .fa-sort-amount-asc:before {
  content: "\f160";
}
:not(.aXNw) .fa-sort-amount-desc:before {
  content: "\f161";
}
:not(.aXNw) .fa-sort-numeric-asc:before {
  content: "\f162";
}
:not(.aXNw) .fa-sort-numeric-desc:before {
  content: "\f163";
}
:not(.aXNw) .fa-thumbs-up:before {
  content: "\f164";
}
:not(.aXNw) .fa-thumbs-down:before {
  content: "\f165";
}
:not(.aXNw) .fa-youtube-square:before {
  content: "\f166";
}
:not(.aXNw) .fa-youtube:before {
  content: "\f167";
}
:not(.aXNw) .fa-xing:before {
  content: "\f168";
}
:not(.aXNw) .fa-xing-square:before {
  content: "\f169";
}
:not(.aXNw) .fa-youtube-play:before {
  content: "\f16a";
}
:not(.aXNw) .fa-dropbox:before {
  content: "\f16b";
}
:not(.aXNw) .fa-stack-overflow:before {
  content: "\f16c";
}
:not(.aXNw) .fa-instagram:before {
  content: "\f16d";
}
:not(.aXNw) .fa-flickr:before {
  content: "\f16e";
}
:not(.aXNw) .fa-adn:before {
  content: "\f170";
}
:not(.aXNw) .fa-bitbucket:before {
  content: "\f171";
}
:not(.aXNw) .fa-bitbucket-square:before {
  content: "\f172";
}
:not(.aXNw) .fa-tumblr:before {
  content: "\f173";
}
:not(.aXNw) .fa-tumblr-square:before {
  content: "\f174";
}
:not(.aXNw) .fa-long-arrow-down:before {
  content: "\f175";
}
:not(.aXNw) .fa-long-arrow-up:before {
  content: "\f176";
}
:not(.aXNw) .fa-long-arrow-left:before {
  content: "\f177";
}
:not(.aXNw) .fa-long-arrow-right:before {
  content: "\f178";
}
:not(.aXNw) .fa-apple:before {
  content: "\f179";
}
:not(.aXNw) .fa-windows:before {
  content: "\f17a";
}
:not(.aXNw) .fa-android:before {
  content: "\f17b";
}
:not(.aXNw) .fa-linux:before {
  content: "\f17c";
}
:not(.aXNw) .fa-dribbble:before {
  content: "\f17d";
}
:not(.aXNw) .fa-skype:before {
  content: "\f17e";
}
:not(.aXNw) .fa-foursquare:before {
  content: "\f180";
}
:not(.aXNw) .fa-trello:before {
  content: "\f181";
}
:not(.aXNw) .fa-female:before {
  content: "\f182";
}
:not(.aXNw) .fa-male:before {
  content: "\f183";
}
:not(.aXNw) .fa-gittip:before,
:not(.aXNw) .fa-gratipay:before {
  content: "\f184";
}
:not(.aXNw) .fa-sun-o:before {
  content: "\f185";
}
:not(.aXNw) .fa-moon-o:before {
  content: "\f186";
}
:not(.aXNw) .fa-archive:before {
  content: "\f187";
}
:not(.aXNw) .fa-bug:before {
  content: "\f188";
}
:not(.aXNw) .fa-vk:before {
  content: "\f189";
}
:not(.aXNw) .fa-weibo:before {
  content: "\f18a";
}
:not(.aXNw) .fa-renren:before {
  content: "\f18b";
}
:not(.aXNw) .fa-pagelines:before {
  content: "\f18c";
}
:not(.aXNw) .fa-stack-exchange:before {
  content: "\f18d";
}
:not(.aXNw) .fa-arrow-circle-o-right:before {
  content: "\f18e";
}
:not(.aXNw) .fa-arrow-circle-o-left:before {
  content: "\f190";
}
:not(.aXNw) .fa-toggle-left:before,
:not(.aXNw) .fa-caret-square-o-left:before {
  content: "\f191";
}
:not(.aXNw) .fa-dot-circle-o:before {
  content: "\f192";
}
:not(.aXNw) .fa-wheelchair:before {
  content: "\f193";
}
:not(.aXNw) .fa-vimeo-square:before {
  content: "\f194";
}
:not(.aXNw) .fa-turkish-lira:before,
:not(.aXNw) .fa-try:before {
  content: "\f195";
}
:not(.aXNw) .fa-plus-square-o:before {
  content: "\f196";
}
:not(.aXNw) .fa-space-shuttle:before {
  content: "\f197";
}
:not(.aXNw) .fa-slack:before {
  content: "\f198";
}
:not(.aXNw) .fa-envelope-square:before {
  content: "\f199";
}
:not(.aXNw) .fa-wordpress:before {
  content: "\f19a";
}
:not(.aXNw) .fa-openid:before {
  content: "\f19b";
}
:not(.aXNw) .fa-institution:before,
:not(.aXNw) .fa-bank:before,
:not(.aXNw) .fa-university:before {
  content: "\f19c";
}
:not(.aXNw) .fa-mortar-board:before,
:not(.aXNw) .fa-graduation-cap:before {
  content: "\f19d";
}
:not(.aXNw) .fa-yahoo:before {
  content: "\f19e";
}
:not(.aXNw) .fa-google:before {
  content: "\f1a0";
}
:not(.aXNw) .fa-reddit:before {
  content: "\f1a1";
}
:not(.aXNw) .fa-reddit-square:before {
  content: "\f1a2";
}
:not(.aXNw) .fa-stumbleupon-circle:before {
  content: "\f1a3";
}
:not(.aXNw) .fa-stumbleupon:before {
  content: "\f1a4";
}
:not(.aXNw) .fa-delicious:before {
  content: "\f1a5";
}
:not(.aXNw) .fa-digg:before {
  content: "\f1a6";
}
:not(.aXNw) .fa-pied-piper-pp:before {
  content: "\f1a7";
}
:not(.aXNw) .fa-pied-piper-alt:before {
  content: "\f1a8";
}
:not(.aXNw) .fa-drupal:before {
  content: "\f1a9";
}
:not(.aXNw) .fa-joomla:before {
  content: "\f1aa";
}
:not(.aXNw) .fa-language:before {
  content: "\f1ab";
}
:not(.aXNw) .fa-fax:before {
  content: "\f1ac";
}
:not(.aXNw) .fa-building:before {
  content: "\f1ad";
}
:not(.aXNw) .fa-child:before {
  content: "\f1ae";
}
:not(.aXNw) .fa-paw:before {
  content: "\f1b0";
}
:not(.aXNw) .fa-spoon:before {
  content: "\f1b1";
}
:not(.aXNw) .fa-cube:before {
  content: "\f1b2";
}
:not(.aXNw) .fa-cubes:before {
  content: "\f1b3";
}
:not(.aXNw) .fa-behance:before {
  content: "\f1b4";
}
:not(.aXNw) .fa-behance-square:before {
  content: "\f1b5";
}
:not(.aXNw) .fa-steam:before {
  content: "\f1b6";
}
:not(.aXNw) .fa-steam-square:before {
  content: "\f1b7";
}
:not(.aXNw) .fa-recycle:before {
  content: "\f1b8";
}
:not(.aXNw) .fa-automobile:before,
:not(.aXNw) .fa-car:before {
  content: "\f1b9";
}
:not(.aXNw) .fa-cab:before,
:not(.aXNw) .fa-taxi:before {
  content: "\f1ba";
}
:not(.aXNw) .fa-tree:before {
  content: "\f1bb";
}
:not(.aXNw) .fa-spotify:before {
  content: "\f1bc";
}
:not(.aXNw) .fa-deviantart:before {
  content: "\f1bd";
}
:not(.aXNw) .fa-soundcloud:before {
  content: "\f1be";
}
:not(.aXNw) .fa-database:before {
  content: "\f1c0";
}
:not(.aXNw) .fa-file-pdf-o:before {
  content: "\f1c1";
}
:not(.aXNw) .fa-file-word-o:before {
  content: "\f1c2";
}
:not(.aXNw) .fa-file-excel-o:before {
  content: "\f1c3";
}
:not(.aXNw) .fa-file-powerpoint-o:before {
  content: "\f1c4";
}
:not(.aXNw) .fa-file-photo-o:before,
:not(.aXNw) .fa-file-picture-o:before,
:not(.aXNw) .fa-file-image-o:before {
  content: "\f1c5";
}
:not(.aXNw) .fa-file-zip-o:before,
:not(.aXNw) .fa-file-archive-o:before {
  content: "\f1c6";
}
:not(.aXNw) .fa-file-sound-o:before,
:not(.aXNw) .fa-file-audio-o:before {
  content: "\f1c7";
}
:not(.aXNw) .fa-file-movie-o:before,
:not(.aXNw) .fa-file-video-o:before {
  content: "\f1c8";
}
:not(.aXNw) .fa-file-code-o:before {
  content: "\f1c9";
}
:not(.aXNw) .fa-vine:before {
  content: "\f1ca";
}
:not(.aXNw) .fa-codepen:before {
  content: "\f1cb";
}
:not(.aXNw) .fa-jsfiddle:before {
  content: "\f1cc";
}
:not(.aXNw) .fa-life-bouy:before,
:not(.aXNw) .fa-life-buoy:before,
:not(.aXNw) .fa-life-saver:before,
:not(.aXNw) .fa-support:before,
:not(.aXNw) .fa-life-ring:before {
  content: "\f1cd";
}
:not(.aXNw) .fa-circle-o-notch:before {
  content: "\f1ce";
}
:not(.aXNw) .fa-ra:before,
:not(.aXNw) .fa-resistance:before,
:not(.aXNw) .fa-rebel:before {
  content: "\f1d0";
}
:not(.aXNw) .fa-ge:before,
:not(.aXNw) .fa-empire:before {
  content: "\f1d1";
}
:not(.aXNw) .fa-git-square:before {
  content: "\f1d2";
}
:not(.aXNw) .fa-git:before {
  content: "\f1d3";
}
:not(.aXNw) .fa-y-combinator-square:before,
:not(.aXNw) .fa-yc-square:before,
:not(.aXNw) .fa-hacker-news:before {
  content: "\f1d4";
}
:not(.aXNw) .fa-tencent-weibo:before {
  content: "\f1d5";
}
:not(.aXNw) .fa-qq:before {
  content: "\f1d6";
}
:not(.aXNw) .fa-wechat:before,
:not(.aXNw) .fa-weixin:before {
  content: "\f1d7";
}
:not(.aXNw) .fa-send:before,
:not(.aXNw) .fa-paper-plane:before {
  content: "\f1d8";
}
:not(.aXNw) .fa-send-o:before,
:not(.aXNw) .fa-paper-plane-o:before {
  content: "\f1d9";
}
:not(.aXNw) .fa-history:before {
  content: "\f1da";
}
:not(.aXNw) .fa-circle-thin:before {
  content: "\f1db";
}
:not(.aXNw) .fa-header:before {
  content: "\f1dc";
}
:not(.aXNw) .fa-paragraph:before {
  content: "\f1dd";
}
:not(.aXNw) .fa-sliders:before {
  content: "\f1de";
}
:not(.aXNw) .fa-share-alt:before {
  content: "\f1e0";
}
:not(.aXNw) .fa-share-alt-square:before {
  content: "\f1e1";
}
:not(.aXNw) .fa-bomb:before {
  content: "\f1e2";
}
:not(.aXNw) .fa-soccer-ball-o:before,
:not(.aXNw) .fa-futbol-o:before {
  content: "\f1e3";
}
:not(.aXNw) .fa-tty:before {
  content: "\f1e4";
}
:not(.aXNw) .fa-binoculars:before {
  content: "\f1e5";
}
:not(.aXNw) .fa-plug:before {
  content: "\f1e6";
}
:not(.aXNw) .fa-slideshare:before {
  content: "\f1e7";
}
:not(.aXNw) .fa-twitch:before {
  content: "\f1e8";
}
:not(.aXNw) .fa-yelp:before {
  content: "\f1e9";
}
:not(.aXNw) .fa-newspaper-o:before {
  content: "\f1ea";
}
:not(.aXNw) .fa-wifi:before {
  content: "\f1eb";
}
:not(.aXNw) .fa-calculator:before {
  content: "\f1ec";
}
:not(.aXNw) .fa-paypal:before {
  content: "\f1ed";
}
:not(.aXNw) .fa-google-wallet:before {
  content: "\f1ee";
}
:not(.aXNw) .fa-cc-visa:before {
  content: "\f1f0";
}
:not(.aXNw) .fa-cc-mastercard:before {
  content: "\f1f1";
}
:not(.aXNw) .fa-cc-discover:before {
  content: "\f1f2";
}
:not(.aXNw) .fa-cc-amex:before {
  content: "\f1f3";
}
:not(.aXNw) .fa-cc-paypal:before {
  content: "\f1f4";
}
:not(.aXNw) .fa-cc-stripe:before {
  content: "\f1f5";
}
:not(.aXNw) .fa-bell-slash:before {
  content: "\f1f6";
}
:not(.aXNw) .fa-bell-slash-o:before {
  content: "\f1f7";
}
:not(.aXNw) .fa-trash:before {
  content: "\f1f8";
}
:not(.aXNw) .fa-copyright:before {
  content: "\f1f9";
}
:not(.aXNw) .fa-at:before {
  content: "\f1fa";
}
:not(.aXNw) .fa-eyedropper:before {
  content: "\f1fb";
}
:not(.aXNw) .fa-paint-brush:before {
  content: "\f1fc";
}
:not(.aXNw) .fa-birthday-cake:before {
  content: "\f1fd";
}
:not(.aXNw) .fa-area-chart:before {
  content: "\f1fe";
}
:not(.aXNw) .fa-pie-chart:before {
  content: "\f200";
}
:not(.aXNw) .fa-line-chart:before {
  content: "\f201";
}
:not(.aXNw) .fa-lastfm:before {
  content: "\f202";
}
:not(.aXNw) .fa-lastfm-square:before {
  content: "\f203";
}
:not(.aXNw) .fa-toggle-off:before {
  content: "\f204";
}
:not(.aXNw) .fa-toggle-on:before {
  content: "\f205";
}
:not(.aXNw) .fa-bicycle:before {
  content: "\f206";
}
:not(.aXNw) .fa-bus:before {
  content: "\f207";
}
:not(.aXNw) .fa-ioxhost:before {
  content: "\f208";
}
:not(.aXNw) .fa-angellist:before {
  content: "\f209";
}
:not(.aXNw) .fa-cc:before {
  content: "\f20a";
}
:not(.aXNw) .fa-shekel:before,
:not(.aXNw) .fa-sheqel:before,
:not(.aXNw) .fa-ils:before {
  content: "\f20b";
}
:not(.aXNw) .fa-meanpath:before {
  content: "\f20c";
}
:not(.aXNw) .fa-buysellads:before {
  content: "\f20d";
}
:not(.aXNw) .fa-connectdevelop:before {
  content: "\f20e";
}
:not(.aXNw) .fa-dashcube:before {
  content: "\f210";
}
:not(.aXNw) .fa-forumbee:before {
  content: "\f211";
}
:not(.aXNw) .fa-leanpub:before {
  content: "\f212";
}
:not(.aXNw) .fa-sellsy:before {
  content: "\f213";
}
:not(.aXNw) .fa-shirtsinbulk:before {
  content: "\f214";
}
:not(.aXNw) .fa-simplybuilt:before {
  content: "\f215";
}
:not(.aXNw) .fa-skyatlas:before {
  content: "\f216";
}
:not(.aXNw) .fa-cart-plus:before {
  content: "\f217";
}
:not(.aXNw) .fa-cart-arrow-down:before {
  content: "\f218";
}
:not(.aXNw) .fa-diamond:before {
  content: "\f219";
}
:not(.aXNw) .fa-ship:before {
  content: "\f21a";
}
:not(.aXNw) .fa-user-secret:before {
  content: "\f21b";
}
:not(.aXNw) .fa-motorcycle:before {
  content: "\f21c";
}
:not(.aXNw) .fa-street-view:before {
  content: "\f21d";
}
:not(.aXNw) .fa-heartbeat:before {
  content: "\f21e";
}
:not(.aXNw) .fa-venus:before {
  content: "\f221";
}
:not(.aXNw) .fa-mars:before {
  content: "\f222";
}
:not(.aXNw) .fa-mercury:before {
  content: "\f223";
}
:not(.aXNw) .fa-intersex:before,
:not(.aXNw) .fa-transgender:before {
  content: "\f224";
}
:not(.aXNw) .fa-transgender-alt:before {
  content: "\f225";
}
:not(.aXNw) .fa-venus-double:before {
  content: "\f226";
}
:not(.aXNw) .fa-mars-double:before {
  content: "\f227";
}
:not(.aXNw) .fa-venus-mars:before {
  content: "\f228";
}
:not(.aXNw) .fa-mars-stroke:before {
  content: "\f229";
}
:not(.aXNw) .fa-mars-stroke-v:before {
  content: "\f22a";
}
:not(.aXNw) .fa-mars-stroke-h:before {
  content: "\f22b";
}
:not(.aXNw) .fa-neuter:before {
  content: "\f22c";
}
:not(.aXNw) .fa-genderless:before {
  content: "\f22d";
}
:not(.aXNw) .fa-facebook-official:before {
  content: "\f230";
}
:not(.aXNw) .fa-pinterest-p:before {
  content: "\f231";
}
:not(.aXNw) .fa-whatsapp:before {
  content: "\f232";
}
:not(.aXNw) .fa-server:before {
  content: "\f233";
}
:not(.aXNw) .fa-user-plus:before {
  content: "\f234";
}
:not(.aXNw) .fa-user-times:before {
  content: "\f235";
}
:not(.aXNw) .fa-hotel:before,
:not(.aXNw) .fa-bed:before {
  content: "\f236";
}
:not(.aXNw) .fa-viacoin:before {
  content: "\f237";
}
:not(.aXNw) .fa-train:before {
  content: "\f238";
}
:not(.aXNw) .fa-subway:before {
  content: "\f239";
}
:not(.aXNw) .fa-medium:before {
  content: "\f23a";
}
:not(.aXNw) .fa-yc:before,
:not(.aXNw) .fa-y-combinator:before {
  content: "\f23b";
}
:not(.aXNw) .fa-optin-monster:before {
  content: "\f23c";
}
:not(.aXNw) .fa-opencart:before {
  content: "\f23d";
}
:not(.aXNw) .fa-expeditedssl:before {
  content: "\f23e";
}
:not(.aXNw) .fa-battery-4:before,
:not(.aXNw) .fa-battery-full:before {
  content: "\f240";
}
:not(.aXNw) .fa-battery-3:before,
:not(.aXNw) .fa-battery-three-quarters:before {
  content: "\f241";
}
:not(.aXNw) .fa-battery-2:before,
:not(.aXNw) .fa-battery-half:before {
  content: "\f242";
}
:not(.aXNw) .fa-battery-1:before,
:not(.aXNw) .fa-battery-quarter:before {
  content: "\f243";
}
:not(.aXNw) .fa-battery-0:before,
:not(.aXNw) .fa-battery-empty:before {
  content: "\f244";
}
:not(.aXNw) .fa-mouse-pointer:before {
  content: "\f245";
}
:not(.aXNw) .fa-i-cursor:before {
  content: "\f246";
}
:not(.aXNw) .fa-object-group:before {
  content: "\f247";
}
:not(.aXNw) .fa-object-ungroup:before {
  content: "\f248";
}
:not(.aXNw) .fa-sticky-note:before {
  content: "\f249";
}
:not(.aXNw) .fa-sticky-note-o:before {
  content: "\f24a";
}
:not(.aXNw) .fa-cc-jcb:before {
  content: "\f24b";
}
:not(.aXNw) .fa-cc-diners-club:before {
  content: "\f24c";
}
:not(.aXNw) .fa-clone:before {
  content: "\f24d";
}
:not(.aXNw) .fa-balance-scale:before {
  content: "\f24e";
}
:not(.aXNw) .fa-hourglass-o:before {
  content: "\f250";
}
:not(.aXNw) .fa-hourglass-1:before,
:not(.aXNw) .fa-hourglass-start:before {
  content: "\f251";
}
:not(.aXNw) .fa-hourglass-2:before,
:not(.aXNw) .fa-hourglass-half:before {
  content: "\f252";
}
:not(.aXNw) .fa-hourglass-3:before,
:not(.aXNw) .fa-hourglass-end:before {
  content: "\f253";
}
:not(.aXNw) .fa-hourglass:before {
  content: "\f254";
}
:not(.aXNw) .fa-hand-grab-o:before,
:not(.aXNw) .fa-hand-rock-o:before {
  content: "\f255";
}
:not(.aXNw) .fa-hand-stop-o:before,
:not(.aXNw) .fa-hand-paper-o:before {
  content: "\f256";
}
:not(.aXNw) .fa-hand-scissors-o:before {
  content: "\f257";
}
:not(.aXNw) .fa-hand-lizard-o:before {
  content: "\f258";
}
:not(.aXNw) .fa-hand-spock-o:before {
  content: "\f259";
}
:not(.aXNw) .fa-hand-pointer-o:before {
  content: "\f25a";
}
:not(.aXNw) .fa-hand-peace-o:before {
  content: "\f25b";
}
:not(.aXNw) .fa-trademark:before {
  content: "\f25c";
}
:not(.aXNw) .fa-registered:before {
  content: "\f25d";
}
:not(.aXNw) .fa-creative-commons:before {
  content: "\f25e";
}
:not(.aXNw) .fa-gg:before {
  content: "\f260";
}
:not(.aXNw) .fa-gg-circle:before {
  content: "\f261";
}
:not(.aXNw) .fa-tripadvisor:before {
  content: "\f262";
}
:not(.aXNw) .fa-odnoklassniki:before {
  content: "\f263";
}
:not(.aXNw) .fa-odnoklassniki-square:before {
  content: "\f264";
}
:not(.aXNw) .fa-get-pocket:before {
  content: "\f265";
}
:not(.aXNw) .fa-wikipedia-w:before {
  content: "\f266";
}
:not(.aXNw) .fa-safari:before {
  content: "\f267";
}
:not(.aXNw) .fa-chrome:before {
  content: "\f268";
}
:not(.aXNw) .fa-firefox:before {
  content: "\f269";
}
:not(.aXNw) .fa-opera:before {
  content: "\f26a";
}
:not(.aXNw) .fa-internet-explorer:before {
  content: "\f26b";
}
:not(.aXNw) .fa-tv:before,
:not(.aXNw) .fa-television:before {
  content: "\f26c";
}
:not(.aXNw) .fa-contao:before {
  content: "\f26d";
}
:not(.aXNw) .fa-500px:before {
  content: "\f26e";
}
:not(.aXNw) .fa-amazon:before {
  content: "\f270";
}
:not(.aXNw) .fa-calendar-plus-o:before {
  content: "\f271";
}
:not(.aXNw) .fa-calendar-minus-o:before {
  content: "\f272";
}
:not(.aXNw) .fa-calendar-times-o:before {
  content: "\f273";
}
:not(.aXNw) .fa-calendar-check-o:before {
  content: "\f274";
}
:not(.aXNw) .fa-industry:before {
  content: "\f275";
}
:not(.aXNw) .fa-map-pin:before {
  content: "\f276";
}
:not(.aXNw) .fa-map-signs:before {
  content: "\f277";
}
:not(.aXNw) .fa-map-o:before {
  content: "\f278";
}
:not(.aXNw) .fa-map:before {
  content: "\f279";
}
:not(.aXNw) .fa-commenting:before {
  content: "\f27a";
}
:not(.aXNw) .fa-commenting-o:before {
  content: "\f27b";
}
:not(.aXNw) .fa-houzz:before {
  content: "\f27c";
}
:not(.aXNw) .fa-vimeo:before {
  content: "\f27d";
}
:not(.aXNw) .fa-black-tie:before {
  content: "\f27e";
}
:not(.aXNw) .fa-fonticons:before {
  content: "\f280";
}
:not(.aXNw) .fa-reddit-alien:before {
  content: "\f281";
}
:not(.aXNw) .fa-edge:before {
  content: "\f282";
}
:not(.aXNw) .fa-credit-card-alt:before {
  content: "\f283";
}
:not(.aXNw) .fa-codiepie:before {
  content: "\f284";
}
:not(.aXNw) .fa-modx:before {
  content: "\f285";
}
:not(.aXNw) .fa-fort-awesome:before {
  content: "\f286";
}
:not(.aXNw) .fa-usb:before {
  content: "\f287";
}
:not(.aXNw) .fa-product-hunt:before {
  content: "\f288";
}
:not(.aXNw) .fa-mixcloud:before {
  content: "\f289";
}
:not(.aXNw) .fa-scribd:before {
  content: "\f28a";
}
:not(.aXNw) .fa-pause-circle:before {
  content: "\f28b";
}
:not(.aXNw) .fa-pause-circle-o:before {
  content: "\f28c";
}
:not(.aXNw) .fa-stop-circle:before {
  content: "\f28d";
}
:not(.aXNw) .fa-stop-circle-o:before {
  content: "\f28e";
}
:not(.aXNw) .fa-shopping-bag:before {
  content: "\f290";
}
:not(.aXNw) .fa-shopping-basket:before {
  content: "\f291";
}
:not(.aXNw) .fa-hashtag:before {
  content: "\f292";
}
:not(.aXNw) .fa-bluetooth:before {
  content: "\f293";
}
:not(.aXNw) .fa-bluetooth-b:before {
  content: "\f294";
}
:not(.aXNw) .fa-percent:before {
  content: "\f295";
}
:not(.aXNw) .fa-gitlab:before {
  content: "\f296";
}
:not(.aXNw) .fa-wpbeginner:before {
  content: "\f297";
}
:not(.aXNw) .fa-wpforms:before {
  content: "\f298";
}
:not(.aXNw) .fa-envira:before {
  content: "\f299";
}
:not(.aXNw) .fa-universal-access:before {
  content: "\f29a";
}
:not(.aXNw) .fa-wheelchair-alt:before {
  content: "\f29b";
}
:not(.aXNw) .fa-question-circle-o:before {
  content: "\f29c";
}
:not(.aXNw) .fa-blind:before {
  content: "\f29d";
}
:not(.aXNw) .fa-audio-description:before {
  content: "\f29e";
}
:not(.aXNw) .fa-volume-control-phone:before {
  content: "\f2a0";
}
:not(.aXNw) .fa-braille:before {
  content: "\f2a1";
}
:not(.aXNw) .fa-assistive-listening-systems:before {
  content: "\f2a2";
}
:not(.aXNw) .fa-asl-interpreting:before,
:not(.aXNw) .fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
:not(.aXNw) .fa-deafness:before,
:not(.aXNw) .fa-hard-of-hearing:before,
:not(.aXNw) .fa-deaf:before {
  content: "\f2a4";
}
:not(.aXNw) .fa-glide:before {
  content: "\f2a5";
}
:not(.aXNw) .fa-glide-g:before {
  content: "\f2a6";
}
:not(.aXNw) .fa-signing:before,
:not(.aXNw) .fa-sign-language:before {
  content: "\f2a7";
}
:not(.aXNw) .fa-low-vision:before {
  content: "\f2a8";
}
:not(.aXNw) .fa-viadeo:before {
  content: "\f2a9";
}
:not(.aXNw) .fa-viadeo-square:before {
  content: "\f2aa";
}
:not(.aXNw) .fa-snapchat:before {
  content: "\f2ab";
}
:not(.aXNw) .fa-snapchat-ghost:before {
  content: "\f2ac";
}
:not(.aXNw) .fa-snapchat-square:before {
  content: "\f2ad";
}
:not(.aXNw) .fa-pied-piper:before {
  content: "\f2ae";
}
:not(.aXNw) .fa-first-order:before {
  content: "\f2b0";
}
:not(.aXNw) .fa-yoast:before {
  content: "\f2b1";
}
:not(.aXNw) .fa-themeisle:before {
  content: "\f2b2";
}
:not(.aXNw) .fa-google-plus-circle:before,
:not(.aXNw) .fa-google-plus-official:before {
  content: "\f2b3";
}
:not(.aXNw) .fa-fa:before,
:not(.aXNw) .fa-font-awesome:before {
  content: "\f2b4";
}
:not(.aXNw) .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
:not(.aXNw) .sr-only-focusable:active,
:not(.aXNw) .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/*
 * jQuery UI CSS Framework 1.8.18
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */

/* Layout helpers
----------------------------------*/
:not(.aXNw) .ui-helper-hidden {
  display: none;
}
:not(.aXNw) .ui-helper-hidden-accessible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}
:not(.aXNw) .ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
:not(.aXNw) .ui-helper-clearfix:before,
:not(.aXNw) .ui-helper-clearfix:after {
  content: "";
  display: table;
}
:not(.aXNw) .ui-helper-clearfix:after {
  clear: both;
}
:not(.aXNw) .ui-helper-clearfix {
  zoom: 1;
}
:not(.aXNw) .ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

/* Interaction Cues
----------------------------------*/
:not(.aXNw) .ui-state-disabled {
  cursor: default !important;
}

/* Icons
----------------------------------*/

/* states and images */
:not(.aXNw) .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
:not(.aXNw) .ui-widget-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*
 * jQuery UI CSS Framework 1.8.18
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS,%20Tahoma,%20Verdana,%20Arial,%20sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=12_gloss_wave.png&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=03_highlight_soft.png&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=02_glass.png&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=03_highlight_soft.png&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=08_diagonals_thick.png&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=08_diagonals_thick.png&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=01_flat.png&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
 */

/* Component containers
----------------------------------*/
:not(.aXNw) .ui-widget {
}
:not(.aXNw) .ui-widget .ui-widget {
}
:not(.aXNw) .ui-widget input,
:not(.aXNw) .ui-widget select,
:not(.aXNw) .ui-widget textarea,
:not(.aXNw) .ui-widget button {
}
:not(.aXNw) .ui-widget-content {
  border: 1px solid #dddddd;
  background: #eeeeee
    url(/scripts/build/desktop-legacy/384c3f17709ba0f809b023b6e7b10b84.png) 50%
    top repeat-x;
  color: #333333;
}
:not(.aXNw) .ui-widget-header {
  border: 1px solid #e78f08;
  background: #f6a828
    url(/scripts/build/desktop-legacy/58d2cd501e01573cf537089c694ba899.png) 50%
    50% repeat-x;
  color: #ffffff;
  font-weight: bold;
}
:not(.aXNw) .ui-widget-header a {
  color: #ffffff;
}

/* Interaction states
----------------------------------*/
:not(.aXNw) .ui-state-default,
:not(.aXNw) .ui-widget-content .ui-state-default,
:not(.aXNw) .ui-widget-header .ui-state-default {
  border: 1px solid #cccccc;
  background: #f6f6f6
    url(/scripts/build/desktop-legacy/5f1847175ba18c41322cb9cb0581e0fb.png) 50%
    50% repeat-x;
  font-weight: bold;
  color: #1c94c4;
}
:not(.aXNw) .ui-state-default a,
:not(.aXNw) .ui-state-default a:link,
:not(.aXNw) .ui-state-default a:visited {
  color: #1c94c4;
  text-decoration: none;
}
:not(.aXNw) .ui-state-hover,
:not(.aXNw) .ui-widget-content .ui-state-hover,
:not(.aXNw) .ui-widget-header .ui-state-hover,
:not(.aXNw) .ui-state-focus,
:not(.aXNw) .ui-widget-content .ui-state-focus,
:not(.aXNw) .ui-widget-header .ui-state-focus {
  border: 1px solid #fbcb09;
  background: #fdf5ce
    url(/scripts/build/desktop-legacy/d26e8f463195a7b86f86b7d550cfc114.png) 50%
    50% repeat-x;
  font-weight: bold;
  color: #c77405;
}
:not(.aXNw) .ui-state-hover a,
:not(.aXNw) .ui-state-hover a:hover {
  color: #c77405;
  text-decoration: none;
}
:not(.aXNw) .ui-state-active,
:not(.aXNw) .ui-widget-content .ui-state-active,
:not(.aXNw) .ui-widget-header .ui-state-active {
  border: 1px solid #fbd850;
  background: #ffffff
    url(/scripts/build/desktop-legacy/e5a8f32e28fd5c27bf0fed33c8a8b9b5.png) 50%
    50% repeat-x;
  font-weight: bold;
  color: #eb8f00;
}
:not(.aXNw) .ui-state-active a,
:not(.aXNw) .ui-state-active a:link,
:not(.aXNw) .ui-state-active a:visited {
  color: #eb8f00;
  text-decoration: none;
}
:not(.aXNw) .ui-widget :active {
  outline: none;
}

/* Interaction Cues
----------------------------------*/
:not(.aXNw) .ui-state-highlight,
:not(.aXNw) .ui-widget-content .ui-state-highlight,
:not(.aXNw) .ui-widget-header .ui-state-highlight {
  border: 1px solid #fed22f;
  background: #ffe45c
    url(/scripts/build/desktop-legacy/b806658954cb4d16ade8977af737f486.png) 50%
    top repeat-x;
  color: #363636;
}
:not(.aXNw) .ui-state-highlight a,
:not(.aXNw) .ui-widget-content .ui-state-highlight a,
:not(.aXNw) .ui-widget-header .ui-state-highlight a {
  color: #363636;
}
:not(.aXNw) .ui-state-error,
:not(.aXNw) .ui-widget-content .ui-state-error,
:not(.aXNw) .ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #b81900
    url(/scripts/build/desktop-legacy/95f9cceeb9d742dd3e917ec16ed754f8.png) 50%
    50% repeat;
  color: #ffffff;
}
:not(.aXNw) .ui-state-error a,
:not(.aXNw) .ui-widget-content .ui-state-error a,
:not(.aXNw) .ui-widget-header .ui-state-error a {
  color: #ffffff;
}
:not(.aXNw) .ui-state-error-text,
:not(.aXNw) .ui-widget-content .ui-state-error-text,
:not(.aXNw) .ui-widget-header .ui-state-error-text {
  color: #ffffff;
}
:not(.aXNw) .ui-priority-primary,
:not(.aXNw) .ui-widget-content .ui-priority-primary,
:not(.aXNw) .ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
:not(.aXNw) .ui-priority-secondary,
:not(.aXNw) .ui-widget-content .ui-priority-secondary,
:not(.aXNw) .ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}
:not(.aXNw) .ui-state-disabled,
:not(.aXNw) .ui-widget-content .ui-state-disabled,
:not(.aXNw) .ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

/* Icons
----------------------------------*/

/* states and images */
:not(.aXNw) .ui-icon {
  width: 16px;
  height: 16px;
  background-image: url(/scripts/build/desktop-legacy/ebe6b6902a408fbf9cac6379a1477525.png);
}
:not(.aXNw) .ui-widget-content .ui-icon {
  background-image: url(/scripts/build/desktop-legacy/ebe6b6902a408fbf9cac6379a1477525.png);
}
:not(.aXNw) .ui-widget-header .ui-icon {
  background-image: url(/scripts/build/desktop-legacy/342bc03f6264c75d3f1d7f99e34295b9.png);
}
:not(.aXNw) .ui-state-default .ui-icon {
  background-image: url(/scripts/build/desktop-legacy/ef9a6ccfe3b14041928ddc708665b226.png);
}
:not(.aXNw) .ui-state-hover .ui-icon,
:not(.aXNw) .ui-state-focus .ui-icon {
  background-image: url(/scripts/build/desktop-legacy/ef9a6ccfe3b14041928ddc708665b226.png);
}
:not(.aXNw) .ui-state-active .ui-icon {
  background-image: url(/scripts/build/desktop-legacy/ef9a6ccfe3b14041928ddc708665b226.png);
}
:not(.aXNw) .ui-state-highlight .ui-icon {
  background-image: url(/scripts/build/desktop-legacy/79f41c0765e9ec18562b20b0801d748b.png);
}
:not(.aXNw) .ui-state-error .ui-icon,
:not(.aXNw) .ui-state-error-text .ui-icon {
  background-image: url(/scripts/build/desktop-legacy/ab8c30acc0e3608fb79e01fccf832c70.png);
}

/* positioning */
:not(.aXNw) .ui-icon-carat-1-n {
  background-position: 0 0;
}
:not(.aXNw) .ui-icon-carat-1-ne {
  background-position: -16px 0;
}
:not(.aXNw) .ui-icon-carat-1-e {
  background-position: -32px 0;
}
:not(.aXNw) .ui-icon-carat-1-se {
  background-position: -48px 0;
}
:not(.aXNw) .ui-icon-carat-1-s {
  background-position: -64px 0;
}
:not(.aXNw) .ui-icon-carat-1-sw {
  background-position: -80px 0;
}
:not(.aXNw) .ui-icon-carat-1-w {
  background-position: -96px 0;
}
:not(.aXNw) .ui-icon-carat-1-nw {
  background-position: -112px 0;
}
:not(.aXNw) .ui-icon-carat-2-n-s {
  background-position: -128px 0;
}
:not(.aXNw) .ui-icon-carat-2-e-w {
  background-position: -144px 0;
}
:not(.aXNw) .ui-icon-triangle-1-n {
  background-position: 0 -16px;
}
:not(.aXNw) .ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}
:not(.aXNw) .ui-icon-triangle-1-e {
  background-position: -32px -16px;
}
:not(.aXNw) .ui-icon-triangle-1-se {
  background-position: -48px -16px;
}
:not(.aXNw) .ui-icon-triangle-1-s {
  background-position: -64px -16px;
}
:not(.aXNw) .ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}
:not(.aXNw) .ui-icon-triangle-1-w {
  background-position: -96px -16px;
}
:not(.aXNw) .ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}
:not(.aXNw) .ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}
:not(.aXNw) .ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}
:not(.aXNw) .ui-icon-arrow-1-n {
  background-position: 0 -32px;
}
:not(.aXNw) .ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}
:not(.aXNw) .ui-icon-arrow-1-e {
  background-position: -32px -32px;
}
:not(.aXNw) .ui-icon-arrow-1-se {
  background-position: -48px -32px;
}
:not(.aXNw) .ui-icon-arrow-1-s {
  background-position: -64px -32px;
}
:not(.aXNw) .ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}
:not(.aXNw) .ui-icon-arrow-1-w {
  background-position: -96px -32px;
}
:not(.aXNw) .ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}
:not(.aXNw) .ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}
:not(.aXNw) .ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}
:not(.aXNw) .ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}
:not(.aXNw) .ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}
:not(.aXNw) .ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}
:not(.aXNw) .ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}
:not(.aXNw) .ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}
:not(.aXNw) .ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}
:not(.aXNw) .ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}
:not(.aXNw) .ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}
:not(.aXNw) .ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}
:not(.aXNw) .ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}
:not(.aXNw) .ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}
:not(.aXNw) .ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}
:not(.aXNw) .ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}
:not(.aXNw) .ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}
:not(.aXNw) .ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}
:not(.aXNw) .ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}
:not(.aXNw) .ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}
:not(.aXNw) .ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}
:not(.aXNw) .ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}
:not(.aXNw) .ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}
:not(.aXNw) .ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}
:not(.aXNw) .ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}
:not(.aXNw) .ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}
:not(.aXNw) .ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}
:not(.aXNw) .ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}
:not(.aXNw) .ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}
:not(.aXNw) .ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}
:not(.aXNw) .ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}
:not(.aXNw) .ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}
:not(.aXNw) .ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}
:not(.aXNw) .ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}
:not(.aXNw) .ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}
:not(.aXNw) .ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}
:not(.aXNw) .ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}
:not(.aXNw) .ui-icon-arrow-4 {
  background-position: 0 -80px;
}
:not(.aXNw) .ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}
:not(.aXNw) .ui-icon-extlink {
  background-position: -32px -80px;
}
:not(.aXNw) .ui-icon-newwin {
  background-position: -48px -80px;
}
:not(.aXNw) .ui-icon-refresh {
  background-position: -64px -80px;
}
:not(.aXNw) .ui-icon-shuffle {
  background-position: -80px -80px;
}
:not(.aXNw) .ui-icon-transfer-e-w {
  background-position: -96px -80px;
}
:not(.aXNw) .ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}
:not(.aXNw) .ui-icon-folder-collapsed {
  background-position: 0 -96px;
}
:not(.aXNw) .ui-icon-folder-open {
  background-position: -16px -96px;
}
:not(.aXNw) .ui-icon-document {
  background-position: -32px -96px;
}
:not(.aXNw) .ui-icon-document-b {
  background-position: -48px -96px;
}
:not(.aXNw) .ui-icon-note {
  background-position: -64px -96px;
}
:not(.aXNw) .ui-icon-mail-closed {
  background-position: -80px -96px;
}
:not(.aXNw) .ui-icon-mail-open {
  background-position: -96px -96px;
}
:not(.aXNw) .ui-icon-suitcase {
  background-position: -112px -96px;
}
:not(.aXNw) .ui-icon-comment {
  background-position: -128px -96px;
}
:not(.aXNw) .ui-icon-person {
  background-position: -144px -96px;
}
:not(.aXNw) .ui-icon-print {
  background-position: -160px -96px;
}
:not(.aXNw) .ui-icon-trash {
  background-position: -176px -96px;
}
:not(.aXNw) .ui-icon-locked {
  background-position: -192px -96px;
}
:not(.aXNw) .ui-icon-unlocked {
  background-position: -208px -96px;
}
:not(.aXNw) .ui-icon-bookmark {
  background-position: -224px -96px;
}
:not(.aXNw) .ui-icon-tag {
  background-position: -240px -96px;
}
:not(.aXNw) .ui-icon-home {
  background-position: 0 -112px;
}
:not(.aXNw) .ui-icon-flag {
  background-position: -16px -112px;
}
:not(.aXNw) .ui-icon-calendar {
  background-position: -32px -112px;
}
:not(.aXNw) .ui-icon-cart {
  background-position: -48px -112px;
}
:not(.aXNw) .ui-icon-pencil {
  background-position: -64px -112px;
}
:not(.aXNw) .ui-icon-clock {
  background-position: -80px -112px;
}
:not(.aXNw) .ui-icon-disk {
  background-position: -96px -112px;
}
:not(.aXNw) .ui-icon-calculator {
  background-position: -112px -112px;
}
:not(.aXNw) .ui-icon-zoomin {
  background-position: -128px -112px;
}
:not(.aXNw) .ui-icon-zoomout {
  background-position: -144px -112px;
}
:not(.aXNw) .ui-icon-search {
  background-position: -160px -112px;
}
:not(.aXNw) .ui-icon-wrench {
  background-position: -176px -112px;
}
:not(.aXNw) .ui-icon-gear {
  background-position: -192px -112px;
}
:not(.aXNw) .ui-icon-heart {
  background-position: -208px -112px;
}
:not(.aXNw) .ui-icon-star {
  background-position: -224px -112px;
}
:not(.aXNw) .ui-icon-link {
  background-position: -240px -112px;
}
:not(.aXNw) .ui-icon-cancel {
  background-position: 0 -128px;
}
:not(.aXNw) .ui-icon-plus {
  background-position: -16px -128px;
}
:not(.aXNw) .ui-icon-plusthick {
  background-position: -32px -128px;
}
:not(.aXNw) .ui-icon-minus {
  background-position: -48px -128px;
}
:not(.aXNw) .ui-icon-minusthick {
  background-position: -64px -128px;
}
:not(.aXNw) .ui-icon-close {
  background-position: -80px -128px;
}
:not(.aXNw) .ui-icon-closethick {
  background-position: -96px -128px;
}
:not(.aXNw) .ui-icon-key {
  background-position: -112px -128px;
}
:not(.aXNw) .ui-icon-lightbulb {
  background-position: -128px -128px;
}
:not(.aXNw) .ui-icon-scissors {
  background-position: -144px -128px;
}
:not(.aXNw) .ui-icon-clipboard {
  background-position: -160px -128px;
}
:not(.aXNw) .ui-icon-copy {
  background-position: -176px -128px;
}
:not(.aXNw) .ui-icon-contact {
  background-position: -192px -128px;
}
:not(.aXNw) .ui-icon-image {
  background-position: -208px -128px;
}
:not(.aXNw) .ui-icon-video {
  background-position: -224px -128px;
}
:not(.aXNw) .ui-icon-script {
  background-position: -240px -128px;
}
:not(.aXNw) .ui-icon-alert {
  background-position: 0 -144px;
}
:not(.aXNw) .ui-icon-info {
  background-position: -16px -144px;
}
:not(.aXNw) .ui-icon-notice {
  background-position: -32px -144px;
}
:not(.aXNw) .ui-icon-help {
  background-position: -48px -144px;
}
:not(.aXNw) .ui-icon-check {
  background-position: -64px -144px;
}
:not(.aXNw) .ui-icon-bullet {
  background-position: -80px -144px;
}
:not(.aXNw) .ui-icon-radio-off {
  background-position: -96px -144px;
}
:not(.aXNw) .ui-icon-radio-on {
  background-position: -112px -144px;
}
:not(.aXNw) .ui-icon-pin-w {
  background-position: -128px -144px;
}
:not(.aXNw) .ui-icon-pin-s {
  background-position: -144px -144px;
}
:not(.aXNw) .ui-icon-play {
  background-position: 0 -160px;
}
:not(.aXNw) .ui-icon-pause {
  background-position: -16px -160px;
}
:not(.aXNw) .ui-icon-seek-next {
  background-position: -32px -160px;
}
:not(.aXNw) .ui-icon-seek-prev {
  background-position: -48px -160px;
}
:not(.aXNw) .ui-icon-seek-end {
  background-position: -64px -160px;
}
:not(.aXNw) .ui-icon-seek-start {
  background-position: -80px -160px;
}
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
:not(.aXNw) .ui-icon-seek-first {
  background-position: -80px -160px;
}
:not(.aXNw) .ui-icon-stop {
  background-position: -96px -160px;
}
:not(.aXNw) .ui-icon-eject {
  background-position: -112px -160px;
}
:not(.aXNw) .ui-icon-volume-off {
  background-position: -128px -160px;
}
:not(.aXNw) .ui-icon-volume-on {
  background-position: -144px -160px;
}
:not(.aXNw) .ui-icon-power {
  background-position: 0 -176px;
}
:not(.aXNw) .ui-icon-signal-diag {
  background-position: -16px -176px;
}
:not(.aXNw) .ui-icon-signal {
  background-position: -32px -176px;
}
:not(.aXNw) .ui-icon-battery-0 {
  background-position: -48px -176px;
}
:not(.aXNw) .ui-icon-battery-1 {
  background-position: -64px -176px;
}
:not(.aXNw) .ui-icon-battery-2 {
  background-position: -80px -176px;
}
:not(.aXNw) .ui-icon-battery-3 {
  background-position: -96px -176px;
}
:not(.aXNw) .ui-icon-circle-plus {
  background-position: 0 -192px;
}
:not(.aXNw) .ui-icon-circle-minus {
  background-position: -16px -192px;
}
:not(.aXNw) .ui-icon-circle-close {
  background-position: -32px -192px;
}
:not(.aXNw) .ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
:not(.aXNw) .ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
:not(.aXNw) .ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
:not(.aXNw) .ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
:not(.aXNw) .ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}
:not(.aXNw) .ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
:not(.aXNw) .ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}
:not(.aXNw) .ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
:not(.aXNw) .ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
:not(.aXNw) .ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
:not(.aXNw) .ui-icon-circle-check {
  background-position: -208px -192px;
}
:not(.aXNw) .ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}
:not(.aXNw) .ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
:not(.aXNw) .ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
:not(.aXNw) .ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
:not(.aXNw) .ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
:not(.aXNw) .ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
:not(.aXNw) .ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}
:not(.aXNw) .ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
:not(.aXNw) .ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
:not(.aXNw) .ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
:not(.aXNw) .ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
:not(.aXNw) .ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/

/* Corner radius */
:not(.aXNw) .ui-corner-all,
:not(.aXNw) .ui-corner-top,
:not(.aXNw) .ui-corner-left,
:not(.aXNw) .ui-corner-tl {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  -khtml-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
}
:not(.aXNw) .ui-corner-all,
:not(.aXNw) .ui-corner-top,
:not(.aXNw) .ui-corner-right,
:not(.aXNw) .ui-corner-tr {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  -khtml-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
}
:not(.aXNw) .ui-corner-all,
:not(.aXNw) .ui-corner-bottom,
:not(.aXNw) .ui-corner-left,
:not(.aXNw) .ui-corner-bl {
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -khtml-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
:not(.aXNw) .ui-corner-all,
:not(.aXNw) .ui-corner-bottom,
:not(.aXNw) .ui-corner-right,
:not(.aXNw) .ui-corner-br {
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -khtml-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* Overlays */
/* .ui-widget-overlay { background: #666666 url(images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat; opacity: .50;filter:Alpha(Opacity=50); } */
:not(.aXNw) .ui-widget-shadow {
  margin: -5px 0 0 -5px;
  padding: 5px;
  background: #000000
    url(/scripts/build/desktop-legacy/c18cd01623c7fed23c80d53e2f5e7c78.png) 50%
    50% repeat-x;
  opacity: 0.2;
  filter: Alpha(Opacity=20);
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
} /*
 * jQuery UI Resizable 1.8.18
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Resizable#theming
 */
:not(.aXNw) .ui-resizable {
  position: relative;
}
:not(.aXNw) .ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  z-index: 99999;
  display: block;
}
:not(.aXNw) .ui-resizable-disabled .ui-resizable-handle,
:not(.aXNw) .ui-resizable-autohide .ui-resizable-handle {
  display: none;
}
:not(.aXNw) .ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}
:not(.aXNw) .ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}
:not(.aXNw) .ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}
:not(.aXNw) .ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}
:not(.aXNw) .ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}
:not(.aXNw) .ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}
:not(.aXNw) .ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}
:not(.aXNw) .ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
} /*
 * jQuery UI Selectable 1.8.18
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Selectable#theming
 */
:not(.aXNw) .ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}
/*
 * jQuery UI Accordion 1.8.18
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Accordion#theming
 */
/* IE/Win - Fix animation bug - #4615 */
:not(.aXNw) .ui-accordion {
  width: 100%;
}
:not(.aXNw) .ui-accordion .ui-accordion-header {
  cursor: pointer;
  position: relative;
  margin-top: 1px;
  zoom: 1;
}
:not(.aXNw) .ui-accordion .ui-accordion-li-fix {
  display: inline;
}
:not(.aXNw) .ui-accordion .ui-accordion-header-active {
  border-bottom: 0 !important;
}
:not(.aXNw) .ui-accordion .ui-accordion-header a {
  display: block;
  padding: 0.5em 0.5em 0.5em 0.7em;
}
:not(.aXNw) .ui-accordion-icons .ui-accordion-header a {
  padding-left: 2.2em;
}
:not(.aXNw) .ui-accordion .ui-accordion-header .ui-icon {
  position: absolute;
  left: 0.5em;
  top: 50%;
  margin-top: -8px;
}
:not(.aXNw) .ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  margin-top: -2px;
  position: relative;
  top: 1px;
  margin-bottom: 2px;
  overflow: auto;
  display: none;
  zoom: 1;
}
:not(.aXNw) .ui-accordion .ui-accordion-content-active {
  display: block;
}
/*
 * jQuery UI Autocomplete 1.8.18
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Autocomplete#theming
 */
:not(.aXNw) .ui-autocomplete {
  position: absolute;
  cursor: default;
}

/* workarounds */
:not(.aXNw) * html .ui-autocomplete {
  width: 1px;
} /* without this, the menu expands to 100% in IE6 */

/*
 * jQuery UI Menu 1.8.18
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
:not(.aXNw) .ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  float: left;
}
:not(.aXNw) .ui-menu .ui-menu {
  margin-top: -3px;
}
:not(.aXNw) .ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  zoom: 1;
  float: left;
  clear: left;
  width: 100%;
}
:not(.aXNw) .ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: 0.2em 0.4em;
  line-height: 1.5;
  zoom: 1;
}
:not(.aXNw) .ui-menu .ui-menu-item a.ui-state-hover,
:not(.aXNw) .ui-menu .ui-menu-item a.ui-state-active {
  font-weight: normal;
  margin: -1px;
}
/*
 * jQuery UI Button 1.8.18
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Button#theming
 */
:not(.aXNw) .ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  margin-right: 0.1em;
  text-decoration: none !important;
  cursor: pointer;
  text-align: center;
  zoom: 1;
  overflow: hidden;
  *overflow: visible;
} /* the overflow property removes extra width in IE */
:not(.aXNw) .ui-button-icon-only {
  width: 2.2em;
} /* to make room for the icon, a width needs to be set here */
:not(.aXNw) button.ui-button-icon-only {
  width: 2.4em;
} /* button elements seem to need a little more width */
:not(.aXNw) .ui-button-icons-only {
  width: 3.4em;
}
:not(.aXNw) button.ui-button-icons-only {
  width: 3.7em;
}

/*button text element */
:not(.aXNw) .ui-button .ui-button-text {
  display: block;
  line-height: 1.4;
}
:not(.aXNw) .ui-button-text-only .ui-button-text {
  padding: 0.4em 1em;
}
:not(.aXNw) .ui-button-icon-only .ui-button-text,
:not(.aXNw) .ui-button-icons-only .ui-button-text {
  padding: 0.4em;
  text-indent: -9999999px;
}
:not(.aXNw) .ui-button-text-icon-primary .ui-button-text,
:not(.aXNw) .ui-button-text-icons .ui-button-text {
  padding: 0.4em 1em 0.4em 2.1em;
}
:not(.aXNw) .ui-button-text-icon-secondary .ui-button-text,
:not(.aXNw) .ui-button-text-icons .ui-button-text {
  padding: 0.4em 2.1em 0.4em 1em;
}
:not(.aXNw) .ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
:not(.aXNw) input.ui-button {
  padding: 0.4em 1em;
}

/*button icon element(s) */
:not(.aXNw) .ui-button-icon-only .ui-icon,
:not(.aXNw) .ui-button-text-icon-primary .ui-icon,
:not(.aXNw) .ui-button-text-icon-secondary .ui-icon,
:not(.aXNw) .ui-button-text-icons .ui-icon,
:not(.aXNw) .ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}
:not(.aXNw) .ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}
:not(.aXNw) .ui-button-text-icon-primary .ui-button-icon-primary,
:not(.aXNw) .ui-button-text-icons .ui-button-icon-primary,
:not(.aXNw) .ui-button-icons-only .ui-button-icon-primary {
  left: 0.5em;
}
:not(.aXNw) .ui-button-text-icon-secondary .ui-button-icon-secondary,
:not(.aXNw) .ui-button-text-icons .ui-button-icon-secondary,
:not(.aXNw) .ui-button-icons-only .ui-button-icon-secondary {
  right: 0.5em;
}
:not(.aXNw) .ui-button-text-icons .ui-button-icon-secondary,
:not(.aXNw) .ui-button-icons-only .ui-button-icon-secondary {
  right: 0.5em;
}

/*button sets*/
:not(.aXNw) .ui-buttonset {
  margin-right: 7px;
}
:not(.aXNw) .ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -0.3em;
}

/* workarounds */
:not(.aXNw) button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
} /* reset extra padding in Firefox */
/*
 * jQuery UI Dialog 1.8.18
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Dialog#theming
 */
:not(.aXNw) .ui-dialog {
  position: absolute;
  padding: 0.2em;
  width: 300px;
  overflow: hidden;
}
:not(.aXNw) .ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative;
}
:not(.aXNw) .ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 16px 0.1em 0;
}
:not(.aXNw) .ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
}
:not(.aXNw) .ui-dialog .ui-dialog-titlebar-close span {
  display: block;
}
:not(.aXNw) .ui-dialog .ui-dialog-titlebar-close:hover,
:not(.aXNw) .ui-dialog .ui-dialog-titlebar-close:focus {
  padding: 0;
}
:not(.aXNw) .ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: none;
  overflow: auto;
  zoom: 1;
}
:not(.aXNw) .ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin: 0.5em 0 0 0;
  padding: 0.3em 1em 0.5em 0.4em;
}
:not(.aXNw) .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}
:not(.aXNw) .ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
}
:not(.aXNw) .ui-dialog .ui-resizable-se {
  width: 14px;
  height: 14px;
  right: 3px;
  bottom: 3px;
}
:not(.aXNw) .ui-draggable .ui-dialog-titlebar {
  cursor: move;
}
/*
 * jQuery UI Slider 1.8.18
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */
:not(.aXNw) .ui-slider {
  position: relative;
  text-align: left;
}
:not(.aXNw) .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
}
:not(.aXNw) .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

:not(.aXNw) .ui-slider-horizontal {
  height: 0.8em;
}
:not(.aXNw) .ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}
:not(.aXNw) .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
:not(.aXNw) .ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
:not(.aXNw) .ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

:not(.aXNw) .ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}
:not(.aXNw) .ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}
:not(.aXNw) .ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
:not(.aXNw) .ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
:not(.aXNw) .ui-slider-vertical .ui-slider-range-max {
  top: 0;
} /*
 * jQuery UI Tabs 1.8.18
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Tabs#theming
 */
:not(.aXNw) .ui-tabs {
  position: relative;
  padding: 0.2em;
  zoom: 1;
} /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
:not(.aXNw) .ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}
:not(.aXNw) .ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 1px;
  margin: 0 0.2em 1px 0;
  border-bottom: 0 !important;
  padding: 0;
  white-space: nowrap;
}
:not(.aXNw) .ui-tabs .ui-tabs-nav li a {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
}
:not(.aXNw) .ui-tabs .ui-tabs-nav li.ui-tabs-selected {
  margin-bottom: 0;
  padding-bottom: 1px;
}
:not(.aXNw) .ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
:not(.aXNw) .ui-tabs .ui-tabs-nav li.ui-state-disabled a,
:not(.aXNw) .ui-tabs .ui-tabs-nav li.ui-state-processing a {
  cursor: text;
}
:not(.aXNw) .ui-tabs .ui-tabs-nav li a,
:not(.aXNw) .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
  cursor: pointer;
} /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
:not(.aXNw) .ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}
:not(.aXNw) .ui-tabs .ui-tabs-hide {
  display: none !important;
}
/*
 * jQuery UI Datepicker 1.8.18
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
:not(.aXNw) .ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}
:not(.aXNw) .ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}
:not(.aXNw) .ui-datepicker .ui-datepicker-prev,
:not(.aXNw) .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
:not(.aXNw) .ui-datepicker .ui-datepicker-prev-hover,
:not(.aXNw) .ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}
:not(.aXNw) .ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
:not(.aXNw) .ui-datepicker .ui-datepicker-next {
  right: 2px;
}
:not(.aXNw) .ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
:not(.aXNw) .ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
:not(.aXNw) .ui-datepicker .ui-datepicker-prev span,
:not(.aXNw) .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
:not(.aXNw) .ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
:not(.aXNw) .ui-datepicker .ui-datepicker-title select {
  margin: 1px 0;
}
:not(.aXNw) .ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}
:not(.aXNw) .ui-datepicker select.ui-datepicker-month,
:not(.aXNw) .ui-datepicker select.ui-datepicker-year {
  width: 49%;
}
:not(.aXNw) .ui-datepicker table {
  width: 100%;
  font-size: 8pt;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}
:not(.aXNw) .ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
:not(.aXNw) .ui-datepicker td {
  border: 0;
  padding: 1px;
}
:not(.aXNw) .ui-datepicker td span,
:not(.aXNw) .ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}
:not(.aXNw) .ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
:not(.aXNw) .ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}
:not(.aXNw)
  .ui-datepicker
  .ui-datepicker-buttonpane
  button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
:not(.aXNw) .ui-datepicker.ui-datepicker-multi {
  width: auto;
}
:not(.aXNw) .ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
:not(.aXNw) .ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}
:not(.aXNw) .ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
:not(.aXNw) .ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
:not(.aXNw) .ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
:not(.aXNw)
  .ui-datepicker-multi
  .ui-datepicker-group-last
  .ui-datepicker-header {
  border-left-width: 0;
}
:not(.aXNw)
  .ui-datepicker-multi
  .ui-datepicker-group-middle
  .ui-datepicker-header {
  border-left-width: 0;
}
:not(.aXNw) .ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
:not(.aXNw) .ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0em;
}

/* RTL support */
:not(.aXNw) .ui-datepicker-rtl {
  direction: rtl;
}
:not(.aXNw) .ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
:not(.aXNw) .ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
:not(.aXNw) .ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
:not(.aXNw) .ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
:not(.aXNw) .ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
:not(.aXNw) .ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
:not(.aXNw)
  .ui-datepicker-rtl
  .ui-datepicker-buttonpane
  button.ui-datepicker-current {
  float: right;
}
:not(.aXNw) .ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
:not(.aXNw) .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
:not(.aXNw)
  .ui-datepicker-rtl
  .ui-datepicker-group-middle
  .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
:not(.aXNw) .ui-datepicker-cover {
  display: none; /*sorry for IE5*/
  display/**/: block; /*sorry for IE5*/
  position: absolute; /*must have*/
  z-index: -1; /*must have*/
  filter: mask(); /*must have*/
  top: -4px; /*must have*/
  left: -4px; /*must have*/
  width: 200px; /*must have*/
  height: 200px; /*must have*/
} /*
 * jQuery UI Progressbar 1.8.18
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Progressbar#theming
 */
:not(.aXNw) .ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}
:not(.aXNw) .ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}
/*
 * Table styles
 */
:not(.aXNw) table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
  /*
   * Header and footer styles
   */
  /*
   * Body styles
   */
}
:not(.aXNw) table.dataTable thead th,
:not(.aXNw) table.dataTable tfoot th {
  font-weight: bold;
}
:not(.aXNw) table.dataTable thead th,
:not(.aXNw) table.dataTable thead td {
  padding: 10px 18px;
  border-bottom: 1px solid #dddddd;
}
:not(.aXNw) table.dataTable thead th:active,
:not(.aXNw) table.dataTable thead td:active {
  outline: none;
}
:not(.aXNw) table.dataTable tfoot th,
:not(.aXNw) table.dataTable tfoot td {
  padding: 10px 18px 6px 18px;
  border-top: 1px solid #dddddd;
}
:not(.aXNw) table.dataTable thead .sorting,
:not(.aXNw) table.dataTable thead .sorting_asc,
:not(.aXNw) table.dataTable thead .sorting_desc {
  cursor: pointer;
  *cursor: hand;
}
:not(.aXNw) table.dataTable thead .sorting,
:not(.aXNw) table.dataTable thead .sorting_asc,
:not(.aXNw) table.dataTable thead .sorting_desc,
:not(.aXNw) table.dataTable thead .sorting_asc_disabled,
:not(.aXNw) table.dataTable thead .sorting_desc_disabled {
  background-repeat: no-repeat;
  background-position: center right;
}
:not(.aXNw) table.dataTable thead .sorting {
  background-image: url(/scripts/build/desktop-legacy/9a6486086d09bb38cf66a57cc559ade3.png);
}
:not(.aXNw) table.dataTable thead .sorting_asc {
  background-image: url(/scripts/build/desktop-legacy/9326ad44ae4bebdedd141e7a53c2a730.png);
}
:not(.aXNw) table.dataTable thead .sorting_desc {
  background-image: url(/scripts/build/desktop-legacy/1fc418e33fd5a687290258b23fac4e98.png);
}
:not(.aXNw) table.dataTable thead .sorting_asc_disabled {
  background-image: url(/scripts/build/desktop-legacy/d7dc10c78f23615d328581aebcd805eb.png);
}
:not(.aXNw) table.dataTable thead .sorting_desc_disabled {
  background-image: url(/scripts/build/desktop-legacy/bda51e15154a18257b4f955a222fd66f.png);
}
:not(.aXNw) table.dataTable tbody tr {
  background-color: white;
}
:not(.aXNw) table.dataTable tbody tr.selected {
  background-color: #b0bed9;
}
:not(.aXNw) table.dataTable tbody th,
:not(.aXNw) table.dataTable tbody td {
  padding: 8px 10px;
}
:not(.aXNw) table.dataTable.row-border tbody th,
:not(.aXNw) table.dataTable.row-border tbody td,
:not(.aXNw) table.dataTable.display tbody th,
:not(.aXNw) table.dataTable.display tbody td {
  border-top: 1px solid #dddddd;
}
:not(.aXNw) table.dataTable.row-border tbody tr:first-child th,
:not(.aXNw) table.dataTable.row-border tbody tr:first-child td,
:not(.aXNw) table.dataTable.display tbody tr:first-child th,
:not(.aXNw) table.dataTable.display tbody tr:first-child td {
  border-top: none;
}
:not(.aXNw) table.dataTable.cell-border tbody th,
:not(.aXNw) table.dataTable.cell-border tbody td {
  border-top: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}
:not(.aXNw) table.dataTable.cell-border tbody tr th:first-child,
:not(.aXNw) table.dataTable.cell-border tbody tr td:first-child {
  border-left: 1px solid #dddddd;
}
:not(.aXNw) table.dataTable.cell-border tbody tr:first-child th,
:not(.aXNw) table.dataTable.cell-border tbody tr:first-child td {
  border-top: none;
}
:not(.aXNw) table.dataTable.stripe tbody tr.odd,
:not(.aXNw) table.dataTable.display tbody tr.odd {
  background-color: #f9f9f9;
}
:not(.aXNw) table.dataTable.stripe tbody tr.odd.selected,
:not(.aXNw) table.dataTable.display tbody tr.odd.selected {
  background-color: #abb9d3;
}
:not(.aXNw) table.dataTable.hover tbody tr:hover,
:not(.aXNw) table.dataTable.display tbody tr:hover {
  background-color: whitesmoke;
}
:not(.aXNw) table.dataTable.hover tbody tr:hover.selected,
:not(.aXNw) table.dataTable.display tbody tr:hover.selected {
  background-color: #a9b7d1;
}
:not(.aXNw) table.dataTable.order-column tbody tr > .sorting_1,
:not(.aXNw) table.dataTable.order-column tbody tr > .sorting_2,
:not(.aXNw) table.dataTable.order-column tbody tr > .sorting_3,
:not(.aXNw) table.dataTable.display tbody tr > .sorting_1,
:not(.aXNw) table.dataTable.display tbody tr > .sorting_2,
:not(.aXNw) table.dataTable.display tbody tr > .sorting_3 {
  background-color: #f9f9f9;
}
:not(.aXNw) table.dataTable.order-column tbody tr.selected > .sorting_1,
:not(.aXNw) table.dataTable.order-column tbody tr.selected > .sorting_2,
:not(.aXNw) table.dataTable.order-column tbody tr.selected > .sorting_3,
:not(.aXNw) table.dataTable.display tbody tr.selected > .sorting_1,
:not(.aXNw) table.dataTable.display tbody tr.selected > .sorting_2,
:not(.aXNw) table.dataTable.display tbody tr.selected > .sorting_3 {
  background-color: #acbad4;
}
:not(.aXNw) table.dataTable.display tbody tr.odd > .sorting_1,
:not(.aXNw) table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #f1f1f1;
}
:not(.aXNw) table.dataTable.display tbody tr.odd > .sorting_2,
:not(.aXNw) table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
  background-color: #f3f3f3;
}
:not(.aXNw) table.dataTable.display tbody tr.odd > .sorting_3,
:not(.aXNw) table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
  background-color: whitesmoke;
}
:not(.aXNw) table.dataTable.display tbody tr.odd.selected > .sorting_1,
:not(.aXNw)
  table.dataTable.order-column.stripe
  tbody
  tr.odd.selected
  > .sorting_1 {
  background-color: #a6b3cd;
}
:not(.aXNw) table.dataTable.display tbody tr.odd.selected > .sorting_2,
:not(.aXNw)
  table.dataTable.order-column.stripe
  tbody
  tr.odd.selected
  > .sorting_2 {
  background-color: #a7b5ce;
}
:not(.aXNw) table.dataTable.display tbody tr.odd.selected > .sorting_3,
:not(.aXNw)
  table.dataTable.order-column.stripe
  tbody
  tr.odd.selected
  > .sorting_3 {
  background-color: #a9b6d0;
}
:not(.aXNw) table.dataTable.display tbody tr.even > .sorting_1,
:not(.aXNw) table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #f9f9f9;
}
:not(.aXNw) table.dataTable.display tbody tr.even > .sorting_2,
:not(.aXNw) table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
  background-color: #fbfbfb;
}
:not(.aXNw) table.dataTable.display tbody tr.even > .sorting_3,
:not(.aXNw) table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
  background-color: #fdfdfd;
}
:not(.aXNw) table.dataTable.display tbody tr.even.selected > .sorting_1,
:not(.aXNw)
  table.dataTable.order-column.stripe
  tbody
  tr.even.selected
  > .sorting_1 {
  background-color: #acbad4;
}
:not(.aXNw) table.dataTable.display tbody tr.even.selected > .sorting_2,
:not(.aXNw)
  table.dataTable.order-column.stripe
  tbody
  tr.even.selected
  > .sorting_2 {
  background-color: #adbbd6;
}
:not(.aXNw) table.dataTable.display tbody tr.even.selected > .sorting_3,
:not(.aXNw)
  table.dataTable.order-column.stripe
  tbody
  tr.even.selected
  > .sorting_3 {
  background-color: #afbdd8;
}
:not(.aXNw) table.dataTable.display tbody tr:hover > .sorting_1,
:not(.aXNw) table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  background-color: #eaeaea;
}
:not(.aXNw) table.dataTable.display tbody tr:hover > .sorting_2,
:not(.aXNw) table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  background-color: #ebebeb;
}
:not(.aXNw) table.dataTable.display tbody tr:hover > .sorting_3,
:not(.aXNw) table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  background-color: #eeeeee;
}
:not(.aXNw) table.dataTable.display tbody tr:hover.selected > .sorting_1,
:not(.aXNw)
  table.dataTable.order-column.hover
  tbody
  tr:hover.selected
  > .sorting_1 {
  background-color: #a1aec7;
}
:not(.aXNw) table.dataTable.display tbody tr:hover.selected > .sorting_2,
:not(.aXNw)
  table.dataTable.order-column.hover
  tbody
  tr:hover.selected
  > .sorting_2 {
  background-color: #a2afc8;
}
:not(.aXNw) table.dataTable.display tbody tr:hover.selected > .sorting_3,
:not(.aXNw)
  table.dataTable.order-column.hover
  tbody
  tr:hover.selected
  > .sorting_3 {
  background-color: #a4b2cb;
}
:not(.aXNw) table.dataTable.no-footer {
  border-bottom: 1px solid #dddddd;
}
:not(.aXNw) table.dataTable.nowrap th,
:not(.aXNw) table.dataTable.nowrap td {
  white-space: nowrap;
}
:not(.aXNw) table.dataTable.compact thead th,
:not(.aXNw) table.dataTable.compact thead td {
  padding: 4px 17px 4px 4px;
}
:not(.aXNw) table.dataTable.compact tfoot th,
:not(.aXNw) table.dataTable.compact tfoot td {
  padding: 4px;
}
:not(.aXNw) table.dataTable.compact tbody th,
:not(.aXNw) table.dataTable.compact tbody td {
  padding: 4px;
}
:not(.aXNw) table.dataTable th.dt-left,
:not(.aXNw) table.dataTable td.dt-left {
  text-align: left;
}
:not(.aXNw) table.dataTable th.dt-center,
:not(.aXNw) table.dataTable td.dt-center,
:not(.aXNw) table.dataTable td.dataTables_empty {
  text-align: center;
}
:not(.aXNw) table.dataTable th.dt-right,
:not(.aXNw) table.dataTable td.dt-right {
  text-align: right;
}
:not(.aXNw) table.dataTable th.dt-justify,
:not(.aXNw) table.dataTable td.dt-justify {
  text-align: justify;
}
:not(.aXNw) table.dataTable th.dt-nowrap,
:not(.aXNw) table.dataTable td.dt-nowrap {
  white-space: nowrap;
}
:not(.aXNw) table.dataTable thead th.dt-head-left,
:not(.aXNw) table.dataTable thead td.dt-head-left,
:not(.aXNw) table.dataTable tfoot th.dt-head-left,
:not(.aXNw) table.dataTable tfoot td.dt-head-left {
  text-align: left;
}
:not(.aXNw) table.dataTable thead th.dt-head-center,
:not(.aXNw) table.dataTable thead td.dt-head-center,
:not(.aXNw) table.dataTable tfoot th.dt-head-center,
:not(.aXNw) table.dataTable tfoot td.dt-head-center {
  text-align: center;
}
:not(.aXNw) table.dataTable thead th.dt-head-right,
:not(.aXNw) table.dataTable thead td.dt-head-right,
:not(.aXNw) table.dataTable tfoot th.dt-head-right,
:not(.aXNw) table.dataTable tfoot td.dt-head-right {
  text-align: right;
}
:not(.aXNw) table.dataTable thead th.dt-head-justify,
:not(.aXNw) table.dataTable thead td.dt-head-justify,
:not(.aXNw) table.dataTable tfoot th.dt-head-justify,
:not(.aXNw) table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}
:not(.aXNw) table.dataTable thead th.dt-head-nowrap,
:not(.aXNw) table.dataTable thead td.dt-head-nowrap,
:not(.aXNw) table.dataTable tfoot th.dt-head-nowrap,
:not(.aXNw) table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}
:not(.aXNw) table.dataTable tbody th.dt-body-left,
:not(.aXNw) table.dataTable tbody td.dt-body-left {
  text-align: left;
}
:not(.aXNw) table.dataTable tbody th.dt-body-center,
:not(.aXNw) table.dataTable tbody td.dt-body-center {
  text-align: center;
}
:not(.aXNw) table.dataTable tbody th.dt-body-right,
:not(.aXNw) table.dataTable tbody td.dt-body-right {
  text-align: right;
}
:not(.aXNw) table.dataTable tbody th.dt-body-justify,
:not(.aXNw) table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}
:not(.aXNw) table.dataTable tbody th.dt-body-nowrap,
:not(.aXNw) table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}

:not(.aXNw) table.dataTable,
:not(.aXNw) table.dataTable th,
:not(.aXNw) table.dataTable td {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/*
 * Control feature layout
 */
:not(.aXNw) .dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1;
}
:not(.aXNw) .dataTables_wrapper .dataTables_length {
  float: left;
}
:not(.aXNw) .dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
}
:not(.aXNw) .dataTables_wrapper .dataTables_filter input {
  margin-left: 0.5em;
}
:not(.aXNw) .dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em;
}
:not(.aXNw) .dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
}
:not(.aXNw) .dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  *cursor: hand;
  color: #333333 !important;
  border: 1px solid transparent;
  border-radius: 2px;
}
:not(.aXNw) .dataTables_wrapper .dataTables_paginate .paginate_button.current,
:not(.aXNw)
  .dataTables_wrapper
  .dataTables_paginate
  .paginate_button.current:hover {
  color: #333333 !important;
  border: 1px solid #979797;
  background-color: white;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, white),
    color-stop(100%, gainsboro)
  );
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, white 0%, gainsboro 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, white 0%, gainsboro 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, white 0%, gainsboro 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, white 0%, gainsboro 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, white 0%, gainsboro 100%);
  /* W3C */
}
:not(.aXNw) .dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
:not(.aXNw)
  .dataTables_wrapper
  .dataTables_paginate
  .paginate_button.disabled:hover,
:not(.aXNw)
  .dataTables_wrapper
  .dataTables_paginate
  .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}
:not(.aXNw) .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid #111111;
  background-color: #585858;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #585858),
    color-stop(100%, #111111)
  );
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #585858 0%, #111111 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #585858 0%, #111111 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #585858 0%, #111111 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #585858 0%, #111111 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #585858 0%, #111111 100%);
  /* W3C */
}
:not(.aXNw) .dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #2b2b2b;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #2b2b2b),
    color-stop(100%, #0c0c0c)
  );
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
  /* W3C */
  box-shadow: inset 0 0 3px #111;
}
:not(.aXNw) .dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em;
}
:not(.aXNw) .dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0%, rgba(255, 255, 255, 0)),
    color-stop(25%, rgba(255, 255, 255, 0.9)),
    color-stop(75%, rgba(255, 255, 255, 0.9)),
    color-stop(100%, rgba(255, 255, 255, 0))
  );
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.9) 25%,
    rgba(255, 255, 255, 0.9) 75%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -moz-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.9) 25%,
    rgba(255, 255, 255, 0.9) 75%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -ms-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.9) 25%,
    rgba(255, 255, 255, 0.9) 75%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.9) 25%,
    rgba(255, 255, 255, 0.9) 75%,
    rgba(255, 255, 255, 0) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.9) 25%,
    rgba(255, 255, 255, 0.9) 75%,
    rgba(255, 255, 255, 0) 100%
  );
}
:not(.aXNw) .dataTables_wrapper .dataTables_length,
:not(.aXNw) .dataTables_wrapper .dataTables_filter,
:not(.aXNw) .dataTables_wrapper .dataTables_info,
:not(.aXNw) .dataTables_wrapper .dataTables_processing,
:not(.aXNw) .dataTables_wrapper .dataTables_paginate {
  color: #333333;
}
:not(.aXNw) .dataTables_wrapper .dataTables_scroll {
  clear: both;
}
:not(.aXNw) .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch;
}
:not(.aXNw) .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th,
:not(.aXNw)
  .dataTables_wrapper
  .dataTables_scroll
  div.dataTables_scrollBody
  td {
  vertical-align: middle;
}
:not(.aXNw)
  .dataTables_wrapper
  .dataTables_scroll
  div.dataTables_scrollBody
  th
  > div.dataTables_sizing,
:not(.aXNw)
  .dataTables_wrapper
  .dataTables_scroll
  div.dataTables_scrollBody
  td
  > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}
:not(.aXNw) .dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #dddddd;
}
:not(.aXNw) .dataTables_wrapper.no-footer div.dataTables_scrollHead table,
:not(.aXNw) .dataTables_wrapper.no-footer div.dataTables_scrollBody table {
  border-bottom: none;
}
:not(.aXNw) .dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

@media screen and (max-width: 767px) {
  :not(.aXNw) .dataTables_wrapper .dataTables_info,
  :not(.aXNw) .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
  }
  :not(.aXNw) .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 640px) {
  :not(.aXNw) .dataTables_wrapper .dataTables_length,
  :not(.aXNw) .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center;
  }
  :not(.aXNw) .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em;
  }
}
/*!
 * FullCalendar v3.10.0
 * Docs & License: https://fullcalendar.io/
 * (c) 2018 Adam Shaw
 */
:not(.aXNw) .fc {
  direction: ltr;
  text-align: left;
}

:not(.aXNw) .fc-rtl {
  text-align: right;
}

:not(.aXNw) body .fc {
  /* extra precedence to overcome jqui */
  font-size: 1em;
}

/* Colors
--------------------------------------------------------------------------------------------------*/
:not(.aXNw) .fc-highlight {
  /* when user is selecting cells */
  background: #bce8f1;
  opacity: 0.3;
}

:not(.aXNw) .fc-bgevent {
  /* default look for background events */
  background: #8fdf82;
  opacity: 0.3;
}

:not(.aXNw) .fc-nonbusiness {
  /* default look for non-business-hours areas */
  /* will inherit .fc-bgevent's styles */
  background: #d7d7d7;
}

/* Buttons (styled <button> tags, normalized to work cross-browser)
--------------------------------------------------------------------------------------------------*/
:not(.aXNw) .fc button {
  /* force height to include the border and padding */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* dimensions */
  margin: 0;
  height: 2.1em;
  padding: 0 0.6em;
  /* text & cursor */
  font-size: 1em;
  /* normalize */
  white-space: nowrap;
  cursor: pointer;
}

/* Firefox has an annoying inner border */
:not(.aXNw) .fc button::-moz-focus-inner {
  margin: 0;
  padding: 0;
}

:not(.aXNw) .fc-state-default {
  /* non-theme */
  border: 1px solid;
}

:not(.aXNw) .fc-state-default.fc-corner-left {
  /* non-theme */
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

:not(.aXNw) .fc-state-default.fc-corner-right {
  /* non-theme */
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* icons in buttons */
:not(.aXNw) .fc button .fc-icon {
  /* non-theme */
  position: relative;
  top: -0.05em;
  /* seems to be a good adjustment across browsers */
  margin: 0 0.2em;
  vertical-align: middle;
}

/*
  button states
  borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
*/
:not(.aXNw) .fc-state-default {
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#ffffff),
    to(#e6e6e6)
  );
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 1px 2px rgba(0, 0, 0, 0.05);
}

:not(.aXNw) .fc-state-hover,
:not(.aXNw) .fc-state-down,
:not(.aXNw) .fc-state-active,
:not(.aXNw) .fc-state-disabled {
  color: #333333;
  background-color: #e6e6e6;
}

:not(.aXNw) .fc-state-hover {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}

:not(.aXNw) .fc-state-down,
:not(.aXNw) .fc-state-active {
  background-color: #cccccc;
  background-image: none;
  box-shadow:
    inset 0 2px 4px rgba(0, 0, 0, 0.15),
    0 1px 2px rgba(0, 0, 0, 0.05);
}

:not(.aXNw) .fc-state-disabled {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  box-shadow: none;
}

/* Buttons Groups
--------------------------------------------------------------------------------------------------*/
:not(.aXNw) .fc-button-group {
  display: inline-block;
}

/*
every button that is not first in a button group should scootch over one pixel and cover the
previous button's border...
*/
:not(.aXNw) .fc .fc-button-group > * {
  /* extra precedence b/c buttons have margin set to zero */
  float: left;
  margin: 0 0 0 -1px;
}

:not(.aXNw) .fc .fc-button-group > :first-child {
  /* same */
  margin-left: 0;
}

/* Popover
--------------------------------------------------------------------------------------------------*/
:not(.aXNw) .fc-popover {
  position: absolute;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

:not(.aXNw) .fc-popover .fc-header {
  /* TODO: be more consistent with fc-head/fc-body */
  padding: 2px 4px;
}

:not(.aXNw) .fc-popover .fc-header .fc-title {
  margin: 0 2px;
}

:not(.aXNw) .fc-popover .fc-header .fc-close {
  cursor: pointer;
}

:not(.aXNw) .fc-ltr .fc-popover .fc-header .fc-title,
:not(.aXNw) .fc-rtl .fc-popover .fc-header .fc-close {
  float: left;
}

:not(.aXNw) .fc-rtl .fc-popover .fc-header .fc-title,
:not(.aXNw) .fc-ltr .fc-popover .fc-header .fc-close {
  float: right;
}

/* Misc Reusable Components
--------------------------------------------------------------------------------------------------*/
:not(.aXNw) .fc-divider {
  border-style: solid;
  border-width: 1px;
}

:not(.aXNw) hr.fc-divider {
  height: 0;
  margin: 0;
  padding: 0 0 2px;
  /* height is unreliable across browsers, so use padding */
  border-width: 1px 0;
}

:not(.aXNw) .fc-clear {
  clear: both;
}

:not(.aXNw) .fc-bg,
:not(.aXNw) .fc-bgevent-skeleton,
:not(.aXNw) .fc-highlight-skeleton,
:not(.aXNw) .fc-helper-skeleton {
  /* these element should always cling to top-left/right corners */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

:not(.aXNw) .fc-bg {
  bottom: 0;
  /* strech bg to bottom edge */
}

:not(.aXNw) .fc-bg table {
  height: 100%;
  /* strech bg to bottom edge */
}

/* Tables
--------------------------------------------------------------------------------------------------*/
:not(.aXNw) .fc table {
  width: 100%;
  box-sizing: border-box;
  /* fix scrollbar issue in firefox */
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em;
  /* normalize cross-browser */
}

:not(.aXNw) .fc th {
  text-align: center;
}

:not(.aXNw) .fc th,
:not(.aXNw) .fc td {
  border-style: solid;
  border-width: 1px;
  padding: 0;
  vertical-align: top;
}

:not(.aXNw) .fc td.fc-today {
  border-style: double;
  /* overcome neighboring borders */
}

/* Internal Nav Links
--------------------------------------------------------------------------------------------------*/
:not(.aXNw) a[data-goto] {
  cursor: pointer;
}

:not(.aXNw) a[data-goto]:hover {
  text-decoration: underline;
}

/* Fake Table Rows
--------------------------------------------------------------------------------------------------*/
:not(.aXNw) .fc .fc-row {
  /* extra precedence to overcome themes w/ .ui-widget-content forcing a 1px border */
  /* no visible border by default. but make available if need be (scrollbar width compensation) */
  border-style: solid;
  border-width: 0;
}

:not(.aXNw) .fc-row table {
  /* don't put left/right border on anything within a fake row.
     the outer tbody will worry about this */
  border-left: 0 hidden transparent;
  border-right: 0 hidden transparent;
  /* no bottom borders on rows */
  border-bottom: 0 hidden transparent;
}

:not(.aXNw) .fc-row:first-child table {
  border-top: 0 hidden transparent;
  /* no top border on first row */
}

/* Day Row (used within the header and the DayGrid)
--------------------------------------------------------------------------------------------------*/
:not(.aXNw) .fc-row {
  position: relative;
}

:not(.aXNw) .fc-row .fc-bg {
  z-index: 1;
}

/* highlighting cells & background event skeleton */
:not(.aXNw) .fc-row .fc-bgevent-skeleton,
:not(.aXNw) .fc-row .fc-highlight-skeleton {
  bottom: 0;
  /* stretch skeleton to bottom of row */
}

:not(.aXNw) .fc-row .fc-bgevent-skeleton table,
:not(.aXNw) .fc-row .fc-highlight-skeleton table {
  height: 100%;
  /* stretch skeleton to bottom of row */
}

:not(.aXNw) .fc-row .fc-highlight-skeleton td,
:not(.aXNw) .fc-row .fc-bgevent-skeleton td {
  border-color: transparent;
}

:not(.aXNw) .fc-row .fc-bgevent-skeleton {
  z-index: 2;
}

:not(.aXNw) .fc-row .fc-highlight-skeleton {
  z-index: 3;
}

/*
row content (which contains day/week numbers and events) as well as "helper" (which contains
temporary rendered events).
*/
:not(.aXNw) .fc-row .fc-content-skeleton {
  position: relative;
  z-index: 4;
  padding-bottom: 2px;
  /* matches the space above the events */
}

:not(.aXNw) .fc-row .fc-helper-skeleton {
  z-index: 5;
}

:not(.aXNw) .fc .fc-row .fc-content-skeleton table,
:not(.aXNw) .fc .fc-row .fc-content-skeleton td,
:not(.aXNw) .fc .fc-row .fc-helper-skeleton td {
  /* see-through to the background below */
  /* extra precedence to prevent theme-provided backgrounds */
  background: none;
  /* in case <td>s are globally styled */
  border-color: transparent;
}

:not(.aXNw) .fc-row .fc-content-skeleton td,
:not(.aXNw) .fc-row .fc-helper-skeleton td {
  /* don't put a border between events and/or the day number */
  border-bottom: 0;
}

:not(.aXNw) .fc-row .fc-content-skeleton tbody td,
:not(.aXNw) .fc-row .fc-helper-skeleton tbody td {
  /* don't put a border between event cells */
  border-top: 0;
}

/* Scrolling Container
--------------------------------------------------------------------------------------------------*/
:not(.aXNw) .fc-scroller {
  -webkit-overflow-scrolling: touch;
}

/* TODO: move to agenda/basic */
:not(.aXNw) .fc-scroller > .fc-day-grid,
:not(.aXNw) .fc-scroller > .fc-time-grid {
  position: relative;
  /* re-scope all positions */
  width: 100%;
  /* hack to force re-sizing this inner element when scrollbars appear/disappear */
}

/* Global Event Styles
--------------------------------------------------------------------------------------------------*/
:not(.aXNw) .fc-event {
  position: relative;
  /* for resize handle and other inner positioning */
  display: block;
  /* make the <a> tag block */
  font-size: 0.85em;
  line-height: 1.3;
  border-radius: 3px;
  border: 1px solid #3a87ad;
  /* default BORDER color */
}

:not(.aXNw) .fc-event,
:not(.aXNw) .fc-event-dot {
  background-color: #3a87ad;
  /* default BACKGROUND color */
}

:not(.aXNw) .fc-event,
:not(.aXNw) .fc-event:hover {
  color: #fff;
  /* default TEXT color */
  text-decoration: none;
  /* if <a> has an href */
}

:not(.aXNw) .fc-event[href],
:not(.aXNw) .fc-event.fc-draggable {
  cursor: pointer;
  /* give events with links and draggable events a hand mouse pointer */
}

:not(.aXNw) .fc-not-allowed,
:not(.aXNw) .fc-not-allowed .fc-event {
  /* to override an event's custom cursor */
  cursor: not-allowed;
}

:not(.aXNw) .fc-event .fc-bg {
  /* the generic .fc-bg already does position */
  z-index: 1;
  background: #fff;
  opacity: 0.25;
}

:not(.aXNw) .fc-event .fc-content {
  position: relative;
  z-index: 2;
}

/* resizer (cursor AND touch devices) */
:not(.aXNw) .fc-event .fc-resizer {
  position: absolute;
  z-index: 4;
}

/* resizer (touch devices) */
:not(.aXNw) .fc-event .fc-resizer {
  display: none;
}

:not(.aXNw) .fc-event.fc-allow-mouse-resize .fc-resizer,
:not(.aXNw) .fc-event.fc-selected .fc-resizer {
  /* only show when hovering or selected (with touch) */
  display: block;
}

/* hit area */
:not(.aXNw) .fc-event.fc-selected .fc-resizer:before {
  /* 40x40 touch area */
  content: "";
  position: absolute;
  z-index: 9999;
  /* user of this util can scope within a lower z-index */
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px;
}

/* Event Selection (only for touch devices)
--------------------------------------------------------------------------------------------------*/
:not(.aXNw) .fc-event.fc-selected {
  z-index: 9999 !important;
  /* overcomes inline z-index */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

:not(.aXNw) .fc-event.fc-selected.fc-dragging {
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
}

/* Horizontal Events
--------------------------------------------------------------------------------------------------*/
/* bigger touch area when selected */
:not(.aXNw) .fc-h-event.fc-selected:before {
  content: "";
  position: absolute;
  z-index: 3;
  /* below resizers */
  top: -10px;
  bottom: -10px;
  left: 0;
  right: 0;
}

/* events that are continuing to/from another week. kill rounded corners and butt up against edge */
:not(.aXNw) .fc-ltr .fc-h-event.fc-not-start,
:not(.aXNw) .fc-rtl .fc-h-event.fc-not-end {
  margin-left: 0;
  border-left-width: 0;
  padding-left: 1px;
  /* replace the border with padding */
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

:not(.aXNw) .fc-ltr .fc-h-event.fc-not-end,
:not(.aXNw) .fc-rtl .fc-h-event.fc-not-start {
  margin-right: 0;
  border-right-width: 0;
  padding-right: 1px;
  /* replace the border with padding */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* resizer (cursor AND touch devices) */
/* left resizer  */
:not(.aXNw) .fc-ltr .fc-h-event .fc-start-resizer,
:not(.aXNw) .fc-rtl .fc-h-event .fc-end-resizer {
  cursor: w-resize;
  left: -1px;
  /* overcome border */
}

/* right resizer */
:not(.aXNw) .fc-ltr .fc-h-event .fc-end-resizer,
:not(.aXNw) .fc-rtl .fc-h-event .fc-start-resizer {
  cursor: e-resize;
  right: -1px;
  /* overcome border */
}

/* resizer (mouse devices) */
:not(.aXNw) .fc-h-event.fc-allow-mouse-resize .fc-resizer {
  width: 7px;
  top: -1px;
  /* overcome top border */
  bottom: -1px;
  /* overcome bottom border */
}

/* resizer (touch devices) */
:not(.aXNw) .fc-h-event.fc-selected .fc-resizer {
  /* 8x8 little dot */
  border-radius: 4px;
  border-width: 1px;
  width: 6px;
  height: 6px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  /* vertically center */
  top: 50%;
  margin-top: -4px;
}

/* left resizer  */
:not(.aXNw) .fc-ltr .fc-h-event.fc-selected .fc-start-resizer,
:not(.aXNw) .fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
  margin-left: -4px;
  /* centers the 8x8 dot on the left edge */
}

/* right resizer */
:not(.aXNw) .fc-ltr .fc-h-event.fc-selected .fc-end-resizer,
:not(.aXNw) .fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
  margin-right: -4px;
  /* centers the 8x8 dot on the right edge */
}

/* DayGrid events
----------------------------------------------------------------------------------------------------
We use the full "fc-day-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
:not(.aXNw) .fc-day-grid-event {
  margin: 1px 2px 0;
  /* spacing between events and edges */
  padding: 0 1px;
}

:not(.aXNw) tr:first-child > td > .fc-day-grid-event {
  margin-top: 2px;
  /* a little bit more space before the first event */
}

:not(.aXNw) .fc-day-grid-event.fc-selected:after {
  content: "";
  position: absolute;
  z-index: 1;
  /* same z-index as fc-bg, behind text */
  /* overcome the borders */
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  /* darkening effect */
  background: #000;
  opacity: 0.25;
}

:not(.aXNw) .fc-day-grid-event .fc-content {
  /* force events to be one-line tall */
  white-space: nowrap;
  overflow: hidden;
}

:not(.aXNw) .fc-day-grid-event .fc-time {
  font-weight: bold;
}

/* resizer (cursor devices) */
/* left resizer  */
:not(.aXNw) .fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,
:not(.aXNw) .fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
  margin-left: -2px;
  /* to the day cell's edge */
}

/* right resizer */
:not(.aXNw) .fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,
:not(.aXNw) .fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
  margin-right: -2px;
  /* to the day cell's edge */
}

/* Event Limiting
--------------------------------------------------------------------------------------------------*/
/* "more" link that represents hidden events */
:not(.aXNw) a.fc-more {
  margin: 1px 3px;
  font-size: 0.85em;
  cursor: pointer;
  text-decoration: none;
}

:not(.aXNw) a.fc-more:hover {
  text-decoration: underline;
}

:not(.aXNw) .fc-limited {
  /* rows and cells that are hidden because of a "more" link */
  display: none;
}

/* popover that appears when "more" link is clicked */
:not(.aXNw) .fc-day-grid .fc-row {
  z-index: 1;
  /* make the "more" popover one higher than this */
}

:not(.aXNw) .fc-more-popover {
  z-index: 2;
  width: 220px;
}

:not(.aXNw) .fc-more-popover .fc-event-container {
  padding: 10px;
}

/* Now Indicator
--------------------------------------------------------------------------------------------------*/
:not(.aXNw) .fc-now-indicator {
  position: absolute;
  border: 0 solid red;
}

/* Utilities
--------------------------------------------------------------------------------------------------*/
:not(.aXNw) .fc-unselectable {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*
TODO: more distinction between this file and common.css
*/
/* Colors
--------------------------------------------------------------------------------------------------*/
:not(.aXNw) .fc-unthemed th,
:not(.aXNw) .fc-unthemed td,
:not(.aXNw) .fc-unthemed thead,
:not(.aXNw) .fc-unthemed tbody,
:not(.aXNw) .fc-unthemed .fc-divider,
:not(.aXNw) .fc-unthemed .fc-row,
:not(.aXNw) .fc-unthemed .fc-content,
:not(.aXNw) .fc-unthemed .fc-popover,
:not(.aXNw) .fc-unthemed .fc-list-view,
:not(.aXNw) .fc-unthemed .fc-list-heading td {
  border-color: #ddd;
}

:not(.aXNw) .fc-unthemed .fc-popover {
  background-color: #fff;
}

:not(.aXNw) .fc-unthemed .fc-divider,
:not(.aXNw) .fc-unthemed .fc-popover .fc-header,
:not(.aXNw) .fc-unthemed .fc-list-heading td {
  background: #eee;
}

:not(.aXNw) .fc-unthemed .fc-popover .fc-header .fc-close {
  color: #666;
}

:not(.aXNw) .fc-unthemed td.fc-today {
  background: #fcf8e3;
}

:not(.aXNw) .fc-unthemed .fc-disabled-day {
  background: #d7d7d7;
  opacity: 0.3;
}

/* Icons (inline elements with styled text that mock arrow icons)
--------------------------------------------------------------------------------------------------*/
:not(.aXNw) .fc-icon {
  display: inline-block;
  height: 1em;
  line-height: 1em;
  font-size: 1em;
  text-align: center;
  overflow: hidden;
  font-family: "Courier New", Courier, monospace;
  /* don't allow browser text-selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/*
Acceptable font-family overrides for individual icons:
  "Arial", sans-serif
  "Times New Roman", serif

NOTE: use percentage font sizes or else old IE chokes
*/
:not(.aXNw) .fc-icon:after {
  position: relative;
}

:not(.aXNw) .fc-icon-left-single-arrow:after {
  content: "\2039";
  font-weight: bold;
  font-size: 200%;
  top: -7%;
}

:not(.aXNw) .fc-icon-right-single-arrow:after {
  content: "\203A";
  font-weight: bold;
  font-size: 200%;
  top: -7%;
}

:not(.aXNw) .fc-icon-left-double-arrow:after {
  content: "\AB";
  font-size: 160%;
  top: -7%;
}

:not(.aXNw) .fc-icon-right-double-arrow:after {
  content: "\BB";
  font-size: 160%;
  top: -7%;
}

:not(.aXNw) .fc-icon-left-triangle:after {
  content: "\25C4";
  font-size: 125%;
  top: 3%;
}

:not(.aXNw) .fc-icon-right-triangle:after {
  content: "\25BA";
  font-size: 125%;
  top: 3%;
}

:not(.aXNw) .fc-icon-down-triangle:after {
  content: "\25BC";
  font-size: 125%;
  top: 2%;
}

:not(.aXNw) .fc-icon-x:after {
  content: "\D7";
  font-size: 200%;
  top: 6%;
}

/* Popover
--------------------------------------------------------------------------------------------------*/
:not(.aXNw) .fc-unthemed .fc-popover {
  border-width: 1px;
  border-style: solid;
}

:not(.aXNw) .fc-unthemed .fc-popover .fc-header .fc-close {
  font-size: 0.9em;
  margin-top: 2px;
}

/* List View
--------------------------------------------------------------------------------------------------*/
:not(.aXNw) .fc-unthemed .fc-list-item:hover td {
  background-color: #f5f5f5;
}

/* Colors
--------------------------------------------------------------------------------------------------*/
:not(.aXNw) .ui-widget .fc-disabled-day {
  background-image: none;
}

/* Popover
--------------------------------------------------------------------------------------------------*/
:not(.aXNw) .fc-popover > .ui-widget-header + .ui-widget-content {
  border-top: 0;
  /* where they meet, let the header have the border */
}

/* Global Event Styles
--------------------------------------------------------------------------------------------------*/
:not(.aXNw) .ui-widget .fc-event {
  /* overpower jqui's styles on <a> tags. TODO: more DRY */
  color: #fff;
  /* default TEXT color */
  text-decoration: none;
  /* if <a> has an href */
  /* undo ui-widget-header bold */
  font-weight: normal;
}

/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/
:not(.aXNw) .ui-widget td.fc-axis {
  font-weight: normal;
  /* overcome bold */
}

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
:not(.aXNw) .fc-time-grid .fc-slats .ui-widget-content {
  background: none;
  /* see through to fc-bg */
}

:not(.aXNw) .fc.fc-bootstrap3 a {
  text-decoration: none;
}

:not(.aXNw) .fc.fc-bootstrap3 a[data-goto]:hover {
  text-decoration: underline;
}

:not(.aXNw) .fc-bootstrap3 hr.fc-divider {
  border-color: inherit;
}

:not(.aXNw) .fc-bootstrap3 .fc-today.alert {
  border-radius: 0;
}

/* Popover
--------------------------------------------------------------------------------------------------*/
:not(.aXNw) .fc-bootstrap3 .fc-popover .panel-body {
  padding: 0;
}

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
:not(.aXNw) .fc-bootstrap3 .fc-time-grid .fc-slats table {
  /* some themes have background color. see through to slats */
  background: none;
}

:not(.aXNw) .fc.fc-bootstrap4 a {
  text-decoration: none;
}

:not(.aXNw) .fc.fc-bootstrap4 a[data-goto]:hover {
  text-decoration: underline;
}

:not(.aXNw) .fc-bootstrap4 hr.fc-divider {
  border-color: inherit;
}

:not(.aXNw) .fc-bootstrap4 .fc-today.alert {
  border-radius: 0;
}

:not(.aXNw) .fc-bootstrap4 a.fc-event:not([href]):not([tabindex]) {
  color: #fff;
}

:not(.aXNw) .fc-bootstrap4 .fc-popover.card {
  position: absolute;
}

/* Popover
--------------------------------------------------------------------------------------------------*/
:not(.aXNw) .fc-bootstrap4 .fc-popover .card-body {
  padding: 0;
}

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
:not(.aXNw) .fc-bootstrap4 .fc-time-grid .fc-slats table {
  /* some themes have background color. see through to slats */
  background: none;
}

/* Toolbar
--------------------------------------------------------------------------------------------------*/
:not(.aXNw) .fc-toolbar {
  text-align: center;
}

:not(.aXNw) .fc-toolbar.fc-header-toolbar {
  margin-bottom: 1em;
}

:not(.aXNw) .fc-toolbar.fc-footer-toolbar {
  margin-top: 1em;
}

:not(.aXNw) .fc-toolbar .fc-left {
  float: left;
}

:not(.aXNw) .fc-toolbar .fc-right {
  float: right;
}

:not(.aXNw) .fc-toolbar .fc-center {
  display: inline-block;
}

/* the things within each left/right/center section */
:not(.aXNw) .fc .fc-toolbar > * > * {
  /* extra precedence to override button border margins */
  float: left;
  margin-left: 0.75em;
}

/* the first thing within each left/center/right section */
:not(.aXNw) .fc .fc-toolbar > * > :first-child {
  /* extra precedence to override button border margins */
  margin-left: 0;
}

/* title text */
:not(.aXNw) .fc-toolbar h2 {
  margin: 0;
}

/* button layering (for border precedence) */
:not(.aXNw) .fc-toolbar button {
  position: relative;
}

:not(.aXNw) .fc-toolbar .fc-state-hover,
:not(.aXNw) .fc-toolbar .ui-state-hover {
  z-index: 2;
}

:not(.aXNw) .fc-toolbar .fc-state-down {
  z-index: 3;
}

:not(.aXNw) .fc-toolbar .fc-state-active,
:not(.aXNw) .fc-toolbar .ui-state-active {
  z-index: 4;
}

:not(.aXNw) .fc-toolbar button:focus {
  z-index: 5;
}

/* View Structure
--------------------------------------------------------------------------------------------------*/
/* undo twitter bootstrap's box-sizing rules. normalizes positioning techniques */
/* don't do this for the toolbar because we'll want bootstrap to style those buttons as some pt */
:not(.aXNw) .fc-view-container *,
:not(.aXNw) .fc-view-container *:before,
:not(.aXNw) .fc-view-container *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

:not(.aXNw) .fc-view,
:not(.aXNw) .fc-view > table {
  /* so dragged elements can be above the view's main element */
  position: relative;
  z-index: 1;
}

/* BasicView
--------------------------------------------------------------------------------------------------*/
/* day row structure */
:not(.aXNw) .fc-basicWeek-view .fc-content-skeleton,
:not(.aXNw) .fc-basicDay-view .fc-content-skeleton {
  /* there may be week numbers in these views, so no padding-top */
  padding-bottom: 1em;
  /* ensure a space at bottom of cell for user selecting/clicking */
}

:not(.aXNw) .fc-basic-view .fc-body .fc-row {
  min-height: 4em;
  /* ensure that all rows are at least this tall */
}

/* a "rigid" row will take up a constant amount of height because content-skeleton is absolute */
:not(.aXNw) .fc-row.fc-rigid {
  overflow: hidden;
}

:not(.aXNw) .fc-row.fc-rigid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

/* week and day number styling */
:not(.aXNw) .fc-day-top.fc-other-month {
  opacity: 0.3;
}

:not(.aXNw) .fc-basic-view .fc-week-number,
:not(.aXNw) .fc-basic-view .fc-day-number {
  padding: 2px;
}

:not(.aXNw) .fc-basic-view th.fc-week-number,
:not(.aXNw) .fc-basic-view th.fc-day-number {
  padding: 0 2px;
  /* column headers can't have as much v space */
}

:not(.aXNw) .fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
  float: right;
}

:not(.aXNw) .fc-rtl .fc-basic-view .fc-day-top .fc-day-number {
  float: left;
}

:not(.aXNw) .fc-ltr .fc-basic-view .fc-day-top .fc-week-number {
  float: left;
  border-radius: 0 0 3px 0;
}

:not(.aXNw) .fc-rtl .fc-basic-view .fc-day-top .fc-week-number {
  float: right;
  border-radius: 0 0 0 3px;
}

:not(.aXNw) .fc-basic-view .fc-day-top .fc-week-number {
  min-width: 1.5em;
  text-align: center;
  background-color: #f2f2f2;
  color: #808080;
}

/* when week/day number have own column */
:not(.aXNw) .fc-basic-view td.fc-week-number {
  text-align: center;
}

:not(.aXNw) .fc-basic-view td.fc-week-number > * {
  /* work around the way we do column resizing and ensure a minimum width */
  display: inline-block;
  min-width: 1.25em;
}

/* AgendaView all-day area
--------------------------------------------------------------------------------------------------*/
:not(.aXNw) .fc-agenda-view .fc-day-grid {
  position: relative;
  z-index: 2;
  /* so the "more.." popover will be over the time grid */
}

:not(.aXNw) .fc-agenda-view .fc-day-grid .fc-row {
  min-height: 3em;
  /* all-day section will never get shorter than this */
}

:not(.aXNw) .fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
  padding-bottom: 1em;
  /* give space underneath events for clicking/selecting days */
}

/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/
:not(.aXNw) .fc .fc-axis {
  /* .fc to overcome default cell styles */
  vertical-align: middle;
  padding: 0 4px;
  white-space: nowrap;
}

:not(.aXNw) .fc-ltr .fc-axis {
  text-align: right;
}

:not(.aXNw) .fc-rtl .fc-axis {
  text-align: left;
}

/* TimeGrid Structure
--------------------------------------------------------------------------------------------------*/
:not(.aXNw) .fc-time-grid-container,
:not(.aXNw) .fc-time-grid {
  /* so slats/bg/content/etc positions get scoped within here */
  position: relative;
  z-index: 1;
}

:not(.aXNw) .fc-time-grid {
  min-height: 100%;
  /* so if height setting is 'auto', .fc-bg stretches to fill height */
}

:not(.aXNw) .fc-time-grid table {
  /* don't put outer borders on slats/bg/content/etc */
  border: 0 hidden transparent;
}

:not(.aXNw) .fc-time-grid > .fc-bg {
  z-index: 1;
}

:not(.aXNw) .fc-time-grid .fc-slats,
:not(.aXNw) .fc-time-grid > hr {
  /* the <hr> AgendaView injects when grid is shorter than scroller */
  position: relative;
  z-index: 2;
}

:not(.aXNw) .fc-time-grid .fc-content-col {
  position: relative;
  /* because now-indicator lives directly inside */
}

:not(.aXNw) .fc-time-grid .fc-content-skeleton {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
}

/* divs within a cell within the fc-content-skeleton */
:not(.aXNw) .fc-time-grid .fc-business-container {
  position: relative;
  z-index: 1;
}

:not(.aXNw) .fc-time-grid .fc-bgevent-container {
  position: relative;
  z-index: 2;
}

:not(.aXNw) .fc-time-grid .fc-highlight-container {
  position: relative;
  z-index: 3;
}

:not(.aXNw) .fc-time-grid .fc-event-container {
  position: relative;
  z-index: 4;
}

:not(.aXNw) .fc-time-grid .fc-now-indicator-line {
  z-index: 5;
}

:not(.aXNw) .fc-time-grid .fc-helper-container {
  /* also is fc-event-container */
  position: relative;
  z-index: 6;
}

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
:not(.aXNw) .fc-time-grid .fc-slats td {
  height: 1.5em;
  border-bottom: 0;
  /* each cell is responsible for its top border */
}

:not(.aXNw) .fc-time-grid .fc-slats .fc-minor td {
  border-top-style: dotted;
}

/* TimeGrid Highlighting Slots
--------------------------------------------------------------------------------------------------*/
:not(.aXNw) .fc-time-grid .fc-highlight-container {
  /* a div within a cell within the fc-highlight-skeleton */
  position: relative;
  /* scopes the left/right of the fc-highlight to be in the column */
}

:not(.aXNw) .fc-time-grid .fc-highlight {
  position: absolute;
  left: 0;
  right: 0;
  /* top and bottom will be in by JS */
}

/* TimeGrid Event Containment
--------------------------------------------------------------------------------------------------*/
:not(.aXNw) .fc-ltr .fc-time-grid .fc-event-container {
  /* space on the sides of events for LTR (default) */
  margin: 0 2.5% 0 2px;
}

:not(.aXNw) .fc-rtl .fc-time-grid .fc-event-container {
  /* space on the sides of events for RTL */
  margin: 0 2px 0 2.5%;
}

:not(.aXNw) .fc-time-grid .fc-event,
:not(.aXNw) .fc-time-grid .fc-bgevent {
  position: absolute;
  z-index: 1;
  /* scope inner z-index's */
}

:not(.aXNw) .fc-time-grid .fc-bgevent {
  /* background events always span full width */
  left: 0;
  right: 0;
}

/* Generic Vertical Event
--------------------------------------------------------------------------------------------------*/
:not(.aXNw) .fc-v-event.fc-not-start {
  /* events that are continuing from another day */
  /* replace space made by the top border with padding */
  border-top-width: 0;
  padding-top: 1px;
  /* remove top rounded corners */
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

:not(.aXNw) .fc-v-event.fc-not-end {
  /* replace space made by the top border with padding */
  border-bottom-width: 0;
  padding-bottom: 1px;
  /* remove bottom rounded corners */
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* TimeGrid Event Styling
----------------------------------------------------------------------------------------------------
We use the full "fc-time-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
:not(.aXNw) .fc-time-grid-event {
  overflow: hidden;
  /* don't let the bg flow over rounded corners */
}

:not(.aXNw) .fc-time-grid-event.fc-selected {
  /* need to allow touch resizers to extend outside event's bounding box */
  /* common fc-selected styles hide the fc-bg, so don't need this anyway */
  overflow: visible;
}

:not(.aXNw) .fc-time-grid-event.fc-selected .fc-bg {
  display: none;
  /* hide semi-white background, to appear darker */
}

:not(.aXNw) .fc-time-grid-event .fc-content {
  overflow: hidden;
  /* for when .fc-selected */
}

:not(.aXNw) .fc-time-grid-event .fc-time,
:not(.aXNw) .fc-time-grid-event .fc-title {
  padding: 0 1px;
}

:not(.aXNw) .fc-time-grid-event .fc-time {
  font-size: 0.85em;
  white-space: nowrap;
}

/* short mode, where time and title are on the same line */
:not(.aXNw) .fc-time-grid-event.fc-short .fc-content {
  /* don't wrap to second line (now that contents will be inline) */
  white-space: nowrap;
}

:not(.aXNw) .fc-time-grid-event.fc-short .fc-time,
:not(.aXNw) .fc-time-grid-event.fc-short .fc-title {
  /* put the time and title on the same line */
  display: inline-block;
  vertical-align: top;
}

:not(.aXNw) .fc-time-grid-event.fc-short .fc-time span {
  display: none;
  /* don't display the full time text... */
}

:not(.aXNw) .fc-time-grid-event.fc-short .fc-time:before {
  content: attr(data-start);
  /* ...instead, display only the start time */
}

:not(.aXNw) .fc-time-grid-event.fc-short .fc-time:after {
  content: "\A0-\A0";
  /* seperate with a dash, wrapped in nbsp's */
}

:not(.aXNw) .fc-time-grid-event.fc-short .fc-title {
  font-size: 0.85em;
  /* make the title text the same size as the time */
  padding: 0;
  /* undo padding from above */
}

/* resizer (cursor device) */
:not(.aXNw) .fc-time-grid-event.fc-allow-mouse-resize .fc-resizer {
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  overflow: hidden;
  line-height: 8px;
  font-size: 11px;
  font-family: monospace;
  text-align: center;
  cursor: s-resize;
}

:not(.aXNw) .fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after {
  content: "=";
}

/* resizer (touch device) */
:not(.aXNw) .fc-time-grid-event.fc-selected .fc-resizer {
  /* 10x10 dot */
  border-radius: 5px;
  border-width: 1px;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  /* horizontally center */
  left: 50%;
  margin-left: -5px;
  /* center on the bottom edge */
  bottom: -5px;
}

/* Now Indicator
--------------------------------------------------------------------------------------------------*/
:not(.aXNw) .fc-time-grid .fc-now-indicator-line {
  border-top-width: 1px;
  left: 0;
  right: 0;
}

/* arrow on axis */
:not(.aXNw) .fc-time-grid .fc-now-indicator-arrow {
  margin-top: -5px;
  /* vertically center on top coordinate */
}

:not(.aXNw) .fc-ltr .fc-time-grid .fc-now-indicator-arrow {
  left: 0;
  /* triangle pointing right... */
  border-width: 5px 0 5px 6px;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

:not(.aXNw) .fc-rtl .fc-time-grid .fc-now-indicator-arrow {
  right: 0;
  /* triangle pointing left... */
  border-width: 5px 6px 5px 0;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

/* List View
--------------------------------------------------------------------------------------------------*/
/* possibly reusable */
:not(.aXNw) .fc-event-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
}

/* view wrapper */
:not(.aXNw) .fc-rtl .fc-list-view {
  direction: rtl;
  /* unlike core views, leverage browser RTL */
}

:not(.aXNw) .fc-list-view {
  border-width: 1px;
  border-style: solid;
}

/* table resets */
:not(.aXNw) .fc .fc-list-table {
  table-layout: auto;
  /* for shrinkwrapping cell content */
}

:not(.aXNw) .fc-list-table td {
  border-width: 1px 0 0;
  padding: 8px 14px;
}

:not(.aXNw) .fc-list-table tr:first-child td {
  border-top-width: 0;
}

/* day headings with the list */
:not(.aXNw) .fc-list-heading {
  border-bottom-width: 1px;
}

:not(.aXNw) .fc-list-heading td {
  font-weight: bold;
}

:not(.aXNw) .fc-ltr .fc-list-heading-main {
  float: left;
}

:not(.aXNw) .fc-ltr .fc-list-heading-alt {
  float: right;
}

:not(.aXNw) .fc-rtl .fc-list-heading-main {
  float: right;
}

:not(.aXNw) .fc-rtl .fc-list-heading-alt {
  float: left;
}

/* event list items */
:not(.aXNw) .fc-list-item.fc-has-url {
  cursor: pointer;
  /* whole row will be clickable */
}

:not(.aXNw) .fc-list-item-marker,
:not(.aXNw) .fc-list-item-time {
  white-space: nowrap;
  width: 1px;
}

/* make the dot closer to the event title */
:not(.aXNw) .fc-ltr .fc-list-item-marker {
  padding-right: 0;
}

:not(.aXNw) .fc-rtl .fc-list-item-marker {
  padding-left: 0;
}

:not(.aXNw) .fc-list-item-title a {
  /* every event title cell has an <a> tag */
  text-decoration: none;
  color: inherit;
}

:not(.aXNw) .fc-list-item-title a[href]:hover {
  /* hover effect only on titles with hrefs */
  text-decoration: underline;
}

/* message when no events */
:not(.aXNw) .fc-list-empty-wrap2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

:not(.aXNw) .fc-list-empty-wrap1 {
  width: 100%;
  height: 100%;
  display: table;
}

:not(.aXNw) .fc-list-empty {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

:not(.aXNw) .fc-unthemed .fc-list-empty {
  /* theme will provide own background */
  background-color: #eee;
}

/*!
 * Bootstrap Colorpicker
 * http://mjaalnir.github.io/bootstrap-colorpicker/
 *
 * Originally written by (c) 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0.txt
 *
 */
:not(.aXNw) .colorpicker-saturation {
  width: 100px;
  height: 100px;
  background-image: url(/scripts/build/desktop-legacy/512a83ac26d1574e25d742fe81cf531b.png);
  cursor: crosshair;
  float: left;
}
:not(.aXNw) .colorpicker-saturation i {
  display: block;
  height: 5px;
  width: 5px;
  border: 1px solid #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  margin: -4px 0 0 -4px;
}
:not(.aXNw) .colorpicker-saturation i b {
  display: block;
  height: 5px;
  width: 5px;
  border: 1px solid #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
:not(.aXNw) .colorpicker-hue,
:not(.aXNw) .colorpicker-alpha {
  width: 15px;
  height: 100px;
  float: left;
  cursor: row-resize;
  margin-left: 4px;
  margin-bottom: 4px;
}
:not(.aXNw) .colorpicker-hue i,
:not(.aXNw) .colorpicker-alpha i {
  display: block;
  height: 1px;
  background: #000;
  border-top: 1px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: -1px;
}
:not(.aXNw) .colorpicker-hue {
  background-image: url(/scripts/build/desktop-legacy/de10f7b98e37a57ee81149a71d2c6106.png);
}
:not(.aXNw) .colorpicker-alpha {
  background-image: url(/scripts/build/desktop-legacy/10f4b956ec4d7e11c2b0c1cc11e18db1.png);
  display: none;
}
:not(.aXNw) .colorpicker {
  *zoom: 1;
  top: 0;
  left: 0;
  padding: 4px;
  min-width: 120px;
  margin-top: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  z-index: 2500;
}
:not(.aXNw) .colorpicker:before,
:not(.aXNw) .colorpicker:after {
  display: table;
  content: "";
  line-height: 0;
}
:not(.aXNw) .colorpicker:after {
  clear: both;
}
:not(.aXNw) .colorpicker:before {
  content: "";
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px;
}
:not(.aXNw) .colorpicker:after {
  content: "";
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 7px;
}
:not(.aXNw) .colorpicker div {
  position: relative;
}
:not(.aXNw) .colorpicker.alpha {
  min-width: 140px;
}
:not(.aXNw) .colorpicker.alpha .colorpicker-alpha {
  display: block;
}
:not(.aXNw) .colorpicker-color {
  height: 10px;
  margin-top: 5px;
  clear: both;
  background-image: url(/scripts/build/desktop-legacy/10f4b956ec4d7e11c2b0c1cc11e18db1.png);
  background-position: 0 100%;
}
:not(.aXNw) .colorpicker-color div {
  height: 10px;
}
:not(.aXNw) .colorpicker-element .input-group-addon i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}
:not(.aXNw) .colorpicker.colorpicker-inline {
  position: static;
  display: inline-block;
  float: none;
}
:not(.aXNw) .colorpicker.colorpicker-horizontal {
  width: 110px;
  min-width: 110px;
  height: auto;
}
:not(.aXNw) .colorpicker.colorpicker-horizontal .colorpicker-saturation {
  margin-bottom: 4px;
}
:not(.aXNw) .colorpicker.colorpicker-horizontal .colorpicker-color {
  width: 100px;
}
:not(.aXNw) .colorpicker.colorpicker-horizontal .colorpicker-hue,
:not(.aXNw) .colorpicker.colorpicker-horizontal .colorpicker-alpha {
  width: 100px;
  height: 15px;
  float: left;
  cursor: col-resize;
  margin-left: 0px;
  margin-bottom: 4px;
}
:not(.aXNw) .colorpicker.colorpicker-horizontal .colorpicker-hue i,
:not(.aXNw) .colorpicker.colorpicker-horizontal .colorpicker-alpha i {
  display: block;
  height: 15px;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  border: none;
  margin-top: 0px;
}
:not(.aXNw) .colorpicker.colorpicker-horizontal .colorpicker-hue {
  background-image: url(/scripts/build/desktop-legacy/df1e75c9de8c1b5b68f7144463afdb87.png);
}
:not(.aXNw) .colorpicker.colorpicker-horizontal .colorpicker-alpha {
  background-image: url(/scripts/build/desktop-legacy/58fc83686953e32bce2b1e8d87438abc.png);
}

/*
   Plupload
------------------------------------------------------------------- */

:not(.aXNw) .plupload_button {
  cursor: pointer;
}

:not(.aXNw) .plupload_wrapper {
  font:
    normal 11px Verdana,
    sans-serif;
  width: 100%;
}

:not(.aXNw) .plupload .plupload_container input {
  width: 98%;
}
:not(.aXNw) .plupload .plupload_filelist_footer {
  border-width: 1px 0 0 0;
}
:not(.aXNw) .plupload .plupload_filelist_header {
  border-width: 0 0 1px 0;
}
:not(.aXNw) div.plupload .plupload_file {
  border-width: 0 0 1px 0;
}
:not(.aXNw) div.plupload div.plupload_header {
  border-width: 0 0 1px 0;
  position: relative;
}

:not(.aXNw) .plupload_file .ui-icon {
  cursor: pointer;
}

:not(.aXNw) .plupload_header_content {
  background-image: url(/scripts/build/desktop-legacy/11345993ff9cc138743fd63a0574db8b.png);
  background-repeat: no-repeat;
  background-position: 8px center;
  min-height: 56px;
  padding-left: 60px;
  position: relative;
}
:not(.aXNw) .plupload_header_content_bw {
  background-image: url(/scripts/build/desktop-legacy/d957e4478b24ced04f13b0b660229d94.png);
}
:not(.aXNw) .plupload_header_title {
  font: normal 18px sans-serif;
  padding: 6px 0 3px;
}
:not(.aXNw) .plupload_header_text {
  font: normal 12px sans-serif;
}

:not(.aXNw) .plupload_filelist,
:not(.aXNw) .plupload_filelist_content {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

:not(.aXNw) .plupload_cell {
  padding: 8px 6px;
}

:not(.aXNw) .plupload_file {
  border-left: none;
  border-right: none;
}

:not(.aXNw) .plupload .ui-sortable-helper,
:not(.aXNw) .plupload .ui-sortable .plupload_file {
  cursor: move;
}

:not(.aXNw) .plupload_scroll {
  max-height: 180px;
  min-height: 168px;
  _height: 168px;
  overflow-y: auto;
}

:not(.aXNw) .plupload_file_size,
:not(.aXNw) .plupload_file_status {
  text-align: right;
}
:not(.aXNw) .plupload_file_size,
:not(.aXNw) .plupload_file_status {
  width: 52px;
}
:not(.aXNw) .plupload_file_action {
  width: 16px;
}
:not(.aXNw) .plupload_file_name {
  overflow: hidden;
  padding-left: 10px;
}

:not(.aXNw) .plupload_file_rename {
  width: 95%;
}

:not(.aXNw) .plupload_progress {
  width: 60px;
}
:not(.aXNw) .plupload_progress_container {
  padding: 1px;
}

/* Floats */

:not(.aXNw) .plupload_right {
  float: right;
}
:not(.aXNw) .plupload_left {
  float: left;
}
:not(.aXNw) .plupload_clear,
:not(.aXNw) .plupload_clearer {
  clear: both;
}
:not(.aXNw) .plupload_clearer,
:not(.aXNw) .plupload_progress_bar {
  display: block;
  font-size: 0;
  line-height: 0;
}
:not(.aXNw) .plupload_clearer {
  height: 0;
}

/* Misc */
:not(.aXNw) .plupload_hidden {
  display: none;
}
:not(.aXNw) .plupload_droptext {
  background: transparent;
  text-align: center;
  vertical-align: middle;
  border: 0;
  line-height: 165px;
}

:not(.aXNw) .plupload_buttons,
:not(.aXNw) .plupload_upload_status {
  float: left;
}

:not(.aXNw) .plupload_message {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}

:not(.aXNw) .plupload_message p {
  padding: 0.7em;
  margin: 0;
}

:not(.aXNw) .plupload_message strong {
  font-weight: bold;
}

:not(.aXNw) plupload_message i {
  font-style: italic;
}

:not(.aXNw) .plupload_message p span.ui-icon {
  float: left;
  margin-right: 0.3em;
}

:not(.aXNw) .plupload_header_content .ui-state-error,
:not(.aXNw) .plupload_header_content .ui-state-highlight {
  border: none;
}

:not(.aXNw) .plupload_message_close {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
}

:not(.aXNw) .plupload .ui-sortable-placeholder {
  height: 35px;
}

/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
:not(.aXNw) .clearfix {
  *zoom: 1;
}
:not(.aXNw) .clearfix:before,
:not(.aXNw) .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
:not(.aXNw) .clearfix:after {
  clear: both;
}
:not(.aXNw) .hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
:not(.aXNw) .input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
:not(.aXNw) .datepicker {
  padding: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr;
  /*.dow {
		border-top: 1px solid #ddd !important;
	}*/
}
:not(.aXNw) .datepicker-inline {
  width: 220px;
}
:not(.aXNw) .datepicker.datepicker-rtl {
  direction: rtl;
}
:not(.aXNw) .datepicker.datepicker-rtl table tr td span {
  float: right;
}
:not(.aXNw) .datepicker-dropdown {
  top: 0;
  left: 0;
}
:not(.aXNw) .datepicker-dropdown:before {
  content: "";
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
:not(.aXNw) .datepicker-dropdown:after {
  content: "";
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}
:not(.aXNw) .datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
:not(.aXNw) .datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
:not(.aXNw) .datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
:not(.aXNw) .datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
:not(.aXNw) .datepicker-dropdown.datepicker-orient-top:before {
  top: -7px;
}
:not(.aXNw) .datepicker-dropdown.datepicker-orient-top:after {
  top: -6px;
}
:not(.aXNw) .datepicker-dropdown.datepicker-orient-bottom:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}
:not(.aXNw) .datepicker-dropdown.datepicker-orient-bottom:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}
:not(.aXNw) .datepicker > div {
  display: none;
}
:not(.aXNw) .datepicker.days div.datepicker-days {
  display: block;
}
:not(.aXNw) .datepicker.months div.datepicker-months {
  display: block;
}
:not(.aXNw) .datepicker.years div.datepicker-years {
  display: block;
}
:not(.aXNw) .datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
:not(.aXNw) .datepicker td,
:not(.aXNw) .datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
}
:not(.aXNw) .table-striped .datepicker table tr td,
:not(.aXNw) .table-striped .datepicker table tr th {
  background-color: transparent;
}
:not(.aXNw) .datepicker table tr td.day:hover {
  background: #eee;
  cursor: pointer;
}
:not(.aXNw) .datepicker table tr td.old,
:not(.aXNw) .datepicker table tr td.new {
  color: #999;
}
:not(.aXNw) .datepicker table tr td.disabled,
:not(.aXNw) .datepicker table tr td.disabled:hover {
  background: none;
  color: #999;
  cursor: default;
}
:not(.aXNw) .datepicker table tr td.today,
:not(.aXNw) .datepicker table tr td.today:hover,
:not(.aXNw) .datepicker table tr td.today.disabled,
:not(.aXNw) .datepicker table tr td.today.disabled:hover {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ffe49b;
  background-image: -moz-linear-gradient(top, #ffd69b, #fff89b);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#ffd69b),
    to(#fff89b)
  );
  background-image: -webkit-linear-gradient(top, #ffd69b, #fff89b);
  background-image: -o-linear-gradient(top, #ffd69b, #fff89b);
  background-image: linear-gradient(to bottom, #ffd69b, #fff89b);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffd69b', endColorstr='#fffff89b', GradientType=0);
  border-color: #fff89b #fff89b #fff24f;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #fff89b;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #000;
}
:not(.aXNw) .datepicker table tr td.today:hover,
:not(.aXNw) .datepicker table tr td.today:hover:hover,
:not(.aXNw) .datepicker table tr td.today.disabled:hover,
:not(.aXNw) .datepicker table tr td.today.disabled:hover:hover,
:not(.aXNw) .datepicker table tr td.today:focus,
:not(.aXNw) .datepicker table tr td.today:hover:focus,
:not(.aXNw) .datepicker table tr td.today.disabled:focus,
:not(.aXNw) .datepicker table tr td.today.disabled:hover:focus,
:not(.aXNw) .datepicker table tr td.today:active,
:not(.aXNw) .datepicker table tr td.today:hover:active,
:not(.aXNw) .datepicker table tr td.today.disabled:active,
:not(.aXNw) .datepicker table tr td.today.disabled:hover:active,
:not(.aXNw) .datepicker table tr td.today.active,
:not(.aXNw) .datepicker table tr td.today:hover.active,
:not(.aXNw) .datepicker table tr td.today.disabled.active,
:not(.aXNw) .datepicker table tr td.today.disabled:hover.active,
:not(.aXNw) .datepicker table tr td.today.disabled,
:not(.aXNw) .datepicker table tr td.today:hover.disabled,
:not(.aXNw) .datepicker table tr td.today.disabled.disabled,
:not(.aXNw) .datepicker table tr td.today.disabled:hover.disabled,
:not(.aXNw) .datepicker table tr td.today[disabled],
:not(.aXNw) .datepicker table tr td.today:hover[disabled],
:not(.aXNw) .datepicker table tr td.today.disabled[disabled],
:not(.aXNw) .datepicker table tr td.today.disabled:hover[disabled] {
  color: #fff;
  background-color: #fff89b;
  *background-color: #fff682;
}
:not(.aXNw) .datepicker table tr td.today:active,
:not(.aXNw) .datepicker table tr td.today:hover:active,
:not(.aXNw) .datepicker table tr td.today.disabled:active,
:not(.aXNw) .datepicker table tr td.today.disabled:hover:active,
:not(.aXNw) .datepicker table tr td.today.active,
:not(.aXNw) .datepicker table tr td.today:hover.active,
:not(.aXNw) .datepicker table tr td.today.disabled.active,
:not(.aXNw) .datepicker table tr td.today.disabled:hover.active {
  background-color: #fff468 \9;
}
:not(.aXNw) .datepicker table tr td.today:hover:hover {
  color: #000;
}
:not(.aXNw) .datepicker table tr td.today.active:hover {
  color: #fff;
}
:not(.aXNw) .datepicker table tr td.range,
:not(.aXNw) .datepicker table tr td.range:hover,
:not(.aXNw) .datepicker table tr td.range.disabled,
:not(.aXNw) .datepicker table tr td.range.disabled:hover {
  background: #eee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
:not(.aXNw) .datepicker table tr td.range.today,
:not(.aXNw) .datepicker table tr td.range.today:hover,
:not(.aXNw) .datepicker table tr td.range.today.disabled,
:not(.aXNw) .datepicker table tr td.range.today.disabled:hover {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #f7d478;
  background-image: -moz-linear-gradient(top, #f7c378, #f7ed78);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#f7c378),
    to(#f7ed78)
  );
  background-image: -webkit-linear-gradient(top, #f7c378, #f7ed78);
  background-image: -o-linear-gradient(top, #f7c378, #f7ed78);
  background-image: linear-gradient(to bottom, #f7c378, #f7ed78);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff7c378', endColorstr='#fff7ed78', GradientType=0);
  border-color: #f7ed78 #f7ed78 #f2e430;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #f7ed78;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
:not(.aXNw) .datepicker table tr td.range.today:hover,
:not(.aXNw) .datepicker table tr td.range.today:hover:hover,
:not(.aXNw) .datepicker table tr td.range.today.disabled:hover,
:not(.aXNw) .datepicker table tr td.range.today.disabled:hover:hover,
:not(.aXNw) .datepicker table tr td.range.today:focus,
:not(.aXNw) .datepicker table tr td.range.today:hover:focus,
:not(.aXNw) .datepicker table tr td.range.today.disabled:focus,
:not(.aXNw) .datepicker table tr td.range.today.disabled:hover:focus,
:not(.aXNw) .datepicker table tr td.range.today:active,
:not(.aXNw) .datepicker table tr td.range.today:hover:active,
:not(.aXNw) .datepicker table tr td.range.today.disabled:active,
:not(.aXNw) .datepicker table tr td.range.today.disabled:hover:active,
:not(.aXNw) .datepicker table tr td.range.today.active,
:not(.aXNw) .datepicker table tr td.range.today:hover.active,
:not(.aXNw) .datepicker table tr td.range.today.disabled.active,
:not(.aXNw) .datepicker table tr td.range.today.disabled:hover.active,
:not(.aXNw) .datepicker table tr td.range.today.disabled,
:not(.aXNw) .datepicker table tr td.range.today:hover.disabled,
:not(.aXNw) .datepicker table tr td.range.today.disabled.disabled,
:not(.aXNw) .datepicker table tr td.range.today.disabled:hover.disabled,
:not(.aXNw) .datepicker table tr td.range.today[disabled],
:not(.aXNw) .datepicker table tr td.range.today:hover[disabled],
:not(.aXNw) .datepicker table tr td.range.today.disabled[disabled],
:not(.aXNw) .datepicker table tr td.range.today.disabled:hover[disabled] {
  color: #fff;
  background-color: #f7ed78;
  *background-color: #f5ea60;
}
:not(.aXNw) .datepicker table tr td.range.today:active,
:not(.aXNw) .datepicker table tr td.range.today:hover:active,
:not(.aXNw) .datepicker table tr td.range.today.disabled:active,
:not(.aXNw) .datepicker table tr td.range.today.disabled:hover:active,
:not(.aXNw) .datepicker table tr td.range.today.active,
:not(.aXNw) .datepicker table tr td.range.today:hover.active,
:not(.aXNw) .datepicker table tr td.range.today.disabled.active,
:not(.aXNw) .datepicker table tr td.range.today.disabled:hover.active {
  background-color: #f3e748 \9;
}
:not(.aXNw) .datepicker table tr td.selected,
:not(.aXNw) .datepicker table tr td.selected:hover,
:not(.aXNw) .datepicker table tr td.selected.disabled,
:not(.aXNw) .datepicker table tr td.selected.disabled:hover {
  background-color: #9e9e9e;
  background-image: -moz-linear-gradient(top, #b3b3b3, #808080);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#b3b3b3),
    to(#808080)
  );
  background-image: -webkit-linear-gradient(top, #b3b3b3, #808080);
  background-image: -o-linear-gradient(top, #b3b3b3, #808080);
  background-image: linear-gradient(to bottom, #b3b3b3, #808080);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb3b3b3', endColorstr='#ff808080', GradientType=0);
  border-color: #808080 #808080 #595959;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #808080;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
:not(.aXNw) .datepicker table tr td.selected:hover,
:not(.aXNw) .datepicker table tr td.selected:hover:hover,
:not(.aXNw) .datepicker table tr td.selected.disabled:hover,
:not(.aXNw) .datepicker table tr td.selected.disabled:hover:hover,
:not(.aXNw) .datepicker table tr td.selected:focus,
:not(.aXNw) .datepicker table tr td.selected:hover:focus,
:not(.aXNw) .datepicker table tr td.selected.disabled:focus,
:not(.aXNw) .datepicker table tr td.selected.disabled:hover:focus,
:not(.aXNw) .datepicker table tr td.selected:active,
:not(.aXNw) .datepicker table tr td.selected:hover:active,
:not(.aXNw) .datepicker table tr td.selected.disabled:active,
:not(.aXNw) .datepicker table tr td.selected.disabled:hover:active,
:not(.aXNw) .datepicker table tr td.selected.active,
:not(.aXNw) .datepicker table tr td.selected:hover.active,
:not(.aXNw) .datepicker table tr td.selected.disabled.active,
:not(.aXNw) .datepicker table tr td.selected.disabled:hover.active,
:not(.aXNw) .datepicker table tr td.selected.disabled,
:not(.aXNw) .datepicker table tr td.selected:hover.disabled,
:not(.aXNw) .datepicker table tr td.selected.disabled.disabled,
:not(.aXNw) .datepicker table tr td.selected.disabled:hover.disabled,
:not(.aXNw) .datepicker table tr td.selected[disabled],
:not(.aXNw) .datepicker table tr td.selected:hover[disabled],
:not(.aXNw) .datepicker table tr td.selected.disabled[disabled],
:not(.aXNw) .datepicker table tr td.selected.disabled:hover[disabled] {
  color: #fff;
  background-color: #808080;
  *background-color: #737373;
}
:not(.aXNw) .datepicker table tr td.selected:active,
:not(.aXNw) .datepicker table tr td.selected:hover:active,
:not(.aXNw) .datepicker table tr td.selected.disabled:active,
:not(.aXNw) .datepicker table tr td.selected.disabled:hover:active,
:not(.aXNw) .datepicker table tr td.selected.active,
:not(.aXNw) .datepicker table tr td.selected:hover.active,
:not(.aXNw) .datepicker table tr td.selected.disabled.active,
:not(.aXNw) .datepicker table tr td.selected.disabled:hover.active {
  background-color: #666666 \9;
}
:not(.aXNw) .datepicker table tr td.active,
:not(.aXNw) .datepicker table tr td.active:hover,
:not(.aXNw) .datepicker table tr td.active.disabled,
:not(.aXNw) .datepicker table tr td.active.disabled:hover {
  background-color: #00ace9;
  background-image: -moz-linear-gradient(top, #00cbe9, #007de9);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#00cbe9),
    to(#007de9)
  );
  background-image: -webkit-linear-gradient(top, #00cbe9, #007de9);
  background-image: -o-linear-gradient(top, #00cbe9, #007de9);
  background-image: linear-gradient(to bottom, #00cbe9, #007de9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00cbe9', endColorstr='#ff007de9', GradientType=0);
  border-color: #007de9 #007de9 #00549d;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #007de9;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
:not(.aXNw) .datepicker table tr td.active:hover,
:not(.aXNw) .datepicker table tr td.active:hover:hover,
:not(.aXNw) .datepicker table tr td.active.disabled:hover,
:not(.aXNw) .datepicker table tr td.active.disabled:hover:hover,
:not(.aXNw) .datepicker table tr td.active:focus,
:not(.aXNw) .datepicker table tr td.active:hover:focus,
:not(.aXNw) .datepicker table tr td.active.disabled:focus,
:not(.aXNw) .datepicker table tr td.active.disabled:hover:focus,
:not(.aXNw) .datepicker table tr td.active:active,
:not(.aXNw) .datepicker table tr td.active:hover:active,
:not(.aXNw) .datepicker table tr td.active.disabled:active,
:not(.aXNw) .datepicker table tr td.active.disabled:hover:active,
:not(.aXNw) .datepicker table tr td.active.active,
:not(.aXNw) .datepicker table tr td.active:hover.active,
:not(.aXNw) .datepicker table tr td.active.disabled.active,
:not(.aXNw) .datepicker table tr td.active.disabled:hover.active,
:not(.aXNw) .datepicker table tr td.active.disabled,
:not(.aXNw) .datepicker table tr td.active:hover.disabled,
:not(.aXNw) .datepicker table tr td.active.disabled.disabled,
:not(.aXNw) .datepicker table tr td.active.disabled:hover.disabled,
:not(.aXNw) .datepicker table tr td.active[disabled],
:not(.aXNw) .datepicker table tr td.active:hover[disabled],
:not(.aXNw) .datepicker table tr td.active.disabled[disabled],
:not(.aXNw) .datepicker table tr td.active.disabled:hover[disabled] {
  color: #fff;
  background-color: #007de9;
  *background-color: #0070d0;
}
:not(.aXNw) .datepicker table tr td.active:active,
:not(.aXNw) .datepicker table tr td.active:hover:active,
:not(.aXNw) .datepicker table tr td.active.disabled:active,
:not(.aXNw) .datepicker table tr td.active.disabled:hover:active,
:not(.aXNw) .datepicker table tr td.active.active,
:not(.aXNw) .datepicker table tr td.active:hover.active,
:not(.aXNw) .datepicker table tr td.active.disabled.active,
:not(.aXNw) .datepicker table tr td.active.disabled:hover.active {
  background-color: #0062b6 \9;
}
:not(.aXNw) .datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
:not(.aXNw) .datepicker table tr td span:hover {
  background: #eee;
}
:not(.aXNw) .datepicker table tr td span.disabled,
:not(.aXNw) .datepicker table tr td span.disabled:hover {
  background: none;
  color: #999;
  cursor: default;
}
:not(.aXNw) .datepicker table tr td span.active,
:not(.aXNw) .datepicker table tr td span.active:hover,
:not(.aXNw) .datepicker table tr td span.active.disabled,
:not(.aXNw) .datepicker table tr td span.active.disabled:hover {
  background-color: #00ace9;
  background-image: -moz-linear-gradient(top, #00cbe9, #007de9);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#00cbe9),
    to(#007de9)
  );
  background-image: -webkit-linear-gradient(top, #00cbe9, #007de9);
  background-image: -o-linear-gradient(top, #00cbe9, #007de9);
  background-image: linear-gradient(to bottom, #00cbe9, #007de9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00cbe9', endColorstr='#ff007de9', GradientType=0);
  border-color: #007de9 #007de9 #00549d;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #007de9;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
:not(.aXNw) .datepicker table tr td span.active:hover,
:not(.aXNw) .datepicker table tr td span.active:hover:hover,
:not(.aXNw) .datepicker table tr td span.active.disabled:hover,
:not(.aXNw) .datepicker table tr td span.active.disabled:hover:hover,
:not(.aXNw) .datepicker table tr td span.active:focus,
:not(.aXNw) .datepicker table tr td span.active:hover:focus,
:not(.aXNw) .datepicker table tr td span.active.disabled:focus,
:not(.aXNw) .datepicker table tr td span.active.disabled:hover:focus,
:not(.aXNw) .datepicker table tr td span.active:active,
:not(.aXNw) .datepicker table tr td span.active:hover:active,
:not(.aXNw) .datepicker table tr td span.active.disabled:active,
:not(.aXNw) .datepicker table tr td span.active.disabled:hover:active,
:not(.aXNw) .datepicker table tr td span.active.active,
:not(.aXNw) .datepicker table tr td span.active:hover.active,
:not(.aXNw) .datepicker table tr td span.active.disabled.active,
:not(.aXNw) .datepicker table tr td span.active.disabled:hover.active,
:not(.aXNw) .datepicker table tr td span.active.disabled,
:not(.aXNw) .datepicker table tr td span.active:hover.disabled,
:not(.aXNw) .datepicker table tr td span.active.disabled.disabled,
:not(.aXNw) .datepicker table tr td span.active.disabled:hover.disabled,
:not(.aXNw) .datepicker table tr td span.active[disabled],
:not(.aXNw) .datepicker table tr td span.active:hover[disabled],
:not(.aXNw) .datepicker table tr td span.active.disabled[disabled],
:not(.aXNw) .datepicker table tr td span.active.disabled:hover[disabled] {
  color: #fff;
  background-color: #007de9;
  *background-color: #0070d0;
}
:not(.aXNw) .datepicker table tr td span.active:active,
:not(.aXNw) .datepicker table tr td span.active:hover:active,
:not(.aXNw) .datepicker table tr td span.active.disabled:active,
:not(.aXNw) .datepicker table tr td span.active.disabled:hover:active,
:not(.aXNw) .datepicker table tr td span.active.active,
:not(.aXNw) .datepicker table tr td span.active:hover.active,
:not(.aXNw) .datepicker table tr td span.active.disabled.active,
:not(.aXNw) .datepicker table tr td span.active.disabled:hover.active {
  background-color: #0062b6 \9;
}
:not(.aXNw) .datepicker table tr td span.old,
:not(.aXNw) .datepicker table tr td span.new {
  color: #999;
}
:not(.aXNw) .datepicker th.datepicker-switch {
  width: 145px;
}
:not(.aXNw) .datepicker thead tr:first-child th,
:not(.aXNw) .datepicker tfoot tr th {
  cursor: pointer;
}
:not(.aXNw) .datepicker thead tr:first-child th:hover,
:not(.aXNw) .datepicker tfoot tr th:hover {
  background: #eee;
}
:not(.aXNw) .datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
:not(.aXNw) .datepicker thead tr:first-child th.cw {
  cursor: default;
  background-color: transparent;
}
:not(.aXNw) .input-append.date .add-on i,
:not(.aXNw) .input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}
:not(.aXNw) .input-daterange input {
  text-align: center;
}
:not(.aXNw) .input-daterange input:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
:not(.aXNw) .input-daterange input:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
:not(.aXNw) .input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 20px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #eee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px;
}

/*!
 * Timepicker Component for Twitter Bootstrap
 *
 * Copyright 2013 Joris de Wit
 *
 * Contributors https://github.com/jdewit/bootstrap-timepicker/graphs/contributors
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
:not(.aXNw) .bootstrap-timepicker {
  position: relative;
}
:not(.aXNw)
  .bootstrap-timepicker.pull-right
  .bootstrap-timepicker-widget.dropdown-menu {
  left: auto;
  right: 0;
}
:not(.aXNw)
  .bootstrap-timepicker.pull-right
  .bootstrap-timepicker-widget.dropdown-menu:before {
  left: auto;
  right: 12px;
}
:not(.aXNw)
  .bootstrap-timepicker.pull-right
  .bootstrap-timepicker-widget.dropdown-menu:after {
  left: auto;
  right: 13px;
}
:not(.aXNw) .bootstrap-timepicker .add-on {
  cursor: pointer;
}
:not(.aXNw) .bootstrap-timepicker .add-on i {
  display: inline-block;
  width: 16px;
  height: 16px;
}
:not(.aXNw) .bootstrap-timepicker-widget.dropdown-menu {
  padding: 4px;
}
:not(.aXNw) .bootstrap-timepicker-widget.dropdown-menu.open {
  display: inline-block;
}
:not(.aXNw) .bootstrap-timepicker-widget.dropdown-menu:before {
  border-bottom: 7px solid rgba(0, 0, 0, 0.2);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  content: "";
  display: inline-block;
  position: absolute;
}
:not(.aXNw) .bootstrap-timepicker-widget.dropdown-menu:after {
  border-bottom: 6px solid #ffffff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: "";
  display: inline-block;
  position: absolute;
}
:not(.aXNw) .bootstrap-timepicker-widget.timepicker-orient-left:before {
  left: 6px;
}
:not(.aXNw) .bootstrap-timepicker-widget.timepicker-orient-left:after {
  left: 7px;
}
:not(.aXNw) .bootstrap-timepicker-widget.timepicker-orient-right:before {
  right: 6px;
}
:not(.aXNw) .bootstrap-timepicker-widget.timepicker-orient-right:after {
  right: 7px;
}
:not(.aXNw) .bootstrap-timepicker-widget.timepicker-orient-top:before {
  top: -7px;
}
:not(.aXNw) .bootstrap-timepicker-widget.timepicker-orient-top:after {
  top: -6px;
}
:not(.aXNw) .bootstrap-timepicker-widget.timepicker-orient-bottom:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}
:not(.aXNw) .bootstrap-timepicker-widget.timepicker-orient-bottom:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #ffffff;
}
:not(.aXNw) .bootstrap-timepicker-widget a.btn,
:not(.aXNw) .bootstrap-timepicker-widget input {
  border-radius: 4px;
}
:not(.aXNw) .bootstrap-timepicker-widget table {
  width: 100%;
  margin: 0;
}
:not(.aXNw) .bootstrap-timepicker-widget table td {
  text-align: center;
  height: 30px;
  margin: 0;
  padding: 2px;
}
:not(.aXNw) .bootstrap-timepicker-widget table td:not(.separator) {
  min-width: 30px;
}
:not(.aXNw) .bootstrap-timepicker-widget table td span {
  width: 100%;
}
:not(.aXNw) .bootstrap-timepicker-widget table td a {
  border: 1px transparent solid;
  width: 100%;
  display: inline-block;
  margin: 0;
  padding: 8px 0;
  outline: 0;
  color: #333;
}
:not(.aXNw) .bootstrap-timepicker-widget table td a:hover {
  text-decoration: none;
  background-color: #eee;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-color: #ddd;
}
:not(.aXNw) .bootstrap-timepicker-widget table td a i {
  margin-top: 2px;
  font-size: 18px;
}
:not(.aXNw) .bootstrap-timepicker-widget table td input {
  width: 25px;
  margin: 0;
  text-align: center;
}
:not(.aXNw) .bootstrap-timepicker-widget .modal-content {
  padding: 4px;
}
@media (min-width: 767px) {
  :not(.aXNw) .bootstrap-timepicker-widget.modal {
    width: 200px;
    margin-left: -100px;
  }
}
@media (max-width: 767px) {
  :not(.aXNw) .bootstrap-timepicker {
    width: 100%;
  }
  :not(.aXNw) .bootstrap-timepicker .dropdown-menu {
    width: 100%;
  }
}

/*
Version: 3.4.4 Timestamp: Thu Oct 24 13:23:11 PDT 2013
*/
:not(.aXNw) .select2-container {
  margin: 0;
  position: relative;
  display: inline-block;
  /* inline-block for ie7 */
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}

:not(.aXNw) .select2-container,
:not(.aXNw) .select2-drop,
:not(.aXNw) .select2-search,
:not(.aXNw) .select2-search input {
  /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.

    More Info : http://www.quirksmode.org/css/box.html
  */
  -webkit-box-sizing: border-box; /* webkit */
  -moz-box-sizing: border-box; /* firefox */
  box-sizing: border-box; /* css3 */
}

:not(.aXNw) .select2-container .select2-choice {
  display: block;
  height: 26px;
  padding: 0 0 0 8px;
  overflow: hidden;
  position: relative;

  border: 1px solid #aaa;
  white-space: nowrap;
  line-height: 26px;
  color: #444;
  text-decoration: none;

  border-radius: 4px;

  background-clip: padding-box;

  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  background-color: #fff;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, #eee),
    color-stop(0.5, #fff)
  );
  background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);
  background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);
  background-image: linear-gradient(top, #fff 0%, #eee 50%);
}

:not(.aXNw) .select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #aaa;

  border-radius: 0 0 4px 4px;

  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, #eee),
    color-stop(0.9, #fff)
  );
  background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 90%);
  background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
  background-image: linear-gradient(top, #eee 0%, #fff 90%);
}

:not(.aXNw)
  .select2-container.select2-allowclear
  .select2-choice
  .select2-chosen {
  margin-right: 42px;
}

:not(.aXNw) .select2-container .select2-choice > .select2-chosen {
  margin-right: 26px;
  display: block;
  overflow: hidden;

  white-space: nowrap;

  text-overflow: ellipsis;
}

:not(.aXNw) .select2-container .select2-choice abbr {
  display: none;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 24px;
  top: 8px;

  font-size: 1px;
  text-decoration: none;

  border: 0;
  background: url(/scripts/build/desktop-legacy/2ca61b76e22053571dd8611e5aac4900.png)
    right top no-repeat;
  cursor: pointer;
  outline: 0;
}

:not(.aXNw) .select2-container.select2-allowclear .select2-choice abbr {
  display: inline-block;
}

:not(.aXNw) .select2-container .select2-choice abbr:hover {
  background-position: right -11px;
  cursor: pointer;
}

:not(.aXNw) .select2-drop-mask {
  border: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 9998;
  /* styles required for IE to work */
  background-color: #fff;
  filter: alpha(opacity=0);
}

:not(.aXNw) .select2-drop {
  width: 100%;
  margin-top: -1px;
  position: absolute;
  z-index: 9999;
  top: 100%;

  background: #fff;
  color: #000;
  border: 1px solid #aaa;
  border-top: 0;

  border-radius: 0 0 4px 4px;

  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}

:not(.aXNw) .select2-drop-auto-width {
  border-top: 1px solid #aaa;
  width: auto;
}

:not(.aXNw) .select2-drop-auto-width .select2-search {
  padding-top: 4px;
}

:not(.aXNw) .select2-drop.select2-drop-above {
  margin-top: 1px;
  border-top: 1px solid #aaa;
  border-bottom: 0;

  border-radius: 4px 4px 0 0;

  -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
}

:not(.aXNw) .select2-drop-active {
  border: 1px solid #5897fb;
  border-top: none;
}

:not(.aXNw) .select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid #5897fb;
}

:not(.aXNw) .select2-container .select2-choice .select2-arrow {
  display: inline-block;
  width: 18px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;

  border-left: 1px solid #aaa;
  border-radius: 0 4px 4px 0;

  background-clip: padding-box;

  background: #ccc;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, #ccc),
    color-stop(0.6, #eee)
  );
  background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);
  background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#cccccc', GradientType = 0);
  background-image: linear-gradient(top, #ccc 0%, #eee 60%);
}

:not(.aXNw) .select2-container .select2-choice .select2-arrow b {
  display: block;
  width: 100%;
  height: 100%;
  background: url(/scripts/build/desktop-legacy/2ca61b76e22053571dd8611e5aac4900.png)
    no-repeat 0 1px;
}

:not(.aXNw) .select2-search {
  display: inline-block;
  width: 100%;
  min-height: 26px;
  margin: 0;
  padding-left: 4px;
  padding-right: 4px;

  position: relative;
  z-index: 10000;

  white-space: nowrap;
}

:not(.aXNw) .select2-search input {
  width: 100%;
  height: auto !important;
  min-height: 26px;
  padding: 4px 20px 4px 5px;
  margin: 0;

  outline: 0;
  font-family: sans-serif;
  font-size: 1em;

  border: 1px solid #aaa;
  border-radius: 0;

  -webkit-box-shadow: none;
  box-shadow: none;

  background: #fff
    url(/scripts/build/desktop-legacy/2ca61b76e22053571dd8611e5aac4900.png)
    no-repeat 100% -22px;
  background:
    url(/scripts/build/desktop-legacy/2ca61b76e22053571dd8611e5aac4900.png)
      no-repeat 100% -22px,
    -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.85, #fff),
        color-stop(0.99, #eee)
      );
  background:
    url(/scripts/build/desktop-legacy/2ca61b76e22053571dd8611e5aac4900.png)
      no-repeat 100% -22px,
    -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background:
    url(/scripts/build/desktop-legacy/2ca61b76e22053571dd8611e5aac4900.png)
      no-repeat 100% -22px,
    -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background:
    url(/scripts/build/desktop-legacy/2ca61b76e22053571dd8611e5aac4900.png)
      no-repeat 100% -22px,
    linear-gradient(top, #fff 85%, #eee 99%);
}

:not(.aXNw) .select2-drop.select2-drop-above .select2-search input {
  margin-top: 4px;
}

:not(.aXNw) .select2-search input.select2-active {
  background: #fff
    url(/scripts/build/desktop-legacy/7b9776076d5fceef4993b55c9383dedd.gif)
    no-repeat 100%;
  background:
    url(/scripts/build/desktop-legacy/7b9776076d5fceef4993b55c9383dedd.gif)
      no-repeat 100%,
    -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.85, #fff),
        color-stop(0.99, #eee)
      );
  background:
    url(/scripts/build/desktop-legacy/7b9776076d5fceef4993b55c9383dedd.gif)
      no-repeat 100%,
    -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background:
    url(/scripts/build/desktop-legacy/7b9776076d5fceef4993b55c9383dedd.gif)
      no-repeat 100%,
    -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background:
    url(/scripts/build/desktop-legacy/7b9776076d5fceef4993b55c9383dedd.gif)
      no-repeat 100%,
    linear-gradient(top, #fff 85%, #eee 99%);
}

:not(.aXNw) .select2-container-active .select2-choice,
:not(.aXNw) .select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;

  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

:not(.aXNw) .select2-dropdown-open .select2-choice {
  border-bottom-color: transparent;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;

  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;

  background-color: #eee;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, #fff),
    color-stop(0.5, #eee)
  );
  background-image: -webkit-linear-gradient(center bottom, #fff 0%, #eee 50%);
  background-image: -moz-linear-gradient(center bottom, #fff 0%, #eee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: linear-gradient(top, #fff 0%, #eee 50%);
}

:not(.aXNw) .select2-dropdown-open.select2-drop-above .select2-choice,
:not(.aXNw) .select2-dropdown-open.select2-drop-above .select2-choices {
  border: 1px solid #5897fb;
  border-top-color: transparent;

  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #fff),
    color-stop(0.5, #eee)
  );
  background-image: -webkit-linear-gradient(center top, #fff 0%, #eee 50%);
  background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: linear-gradient(bottom, #fff 0%, #eee 50%);
}

:not(.aXNw) .select2-dropdown-open .select2-choice .select2-arrow {
  background: transparent;
  border-left: none;
  filter: none;
}
:not(.aXNw) .select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -18px 1px;
}

/* results */
:not(.aXNw) .select2-results {
  max-height: 200px;
  padding: 0 0 0 4px;
  margin: 4px 4px 4px 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

:not(.aXNw) .select2-results ul.select2-result-sub {
  margin: 0;
  padding-left: 0;
}

:not(.aXNw) .select2-results ul.select2-result-sub > li .select2-result-label {
  padding-left: 20px;
}
:not(.aXNw)
  .select2-results
  ul.select2-result-sub
  ul.select2-result-sub
  > li
  .select2-result-label {
  padding-left: 40px;
}
:not(.aXNw)
  .select2-results
  ul.select2-result-sub
  ul.select2-result-sub
  ul.select2-result-sub
  > li
  .select2-result-label {
  padding-left: 60px;
}
:not(.aXNw)
  .select2-results
  ul.select2-result-sub
  ul.select2-result-sub
  ul.select2-result-sub
  ul.select2-result-sub
  > li
  .select2-result-label {
  padding-left: 80px;
}
:not(.aXNw)
  .select2-results
  ul.select2-result-sub
  ul.select2-result-sub
  ul.select2-result-sub
  ul.select2-result-sub
  ul.select2-result-sub
  > li
  .select2-result-label {
  padding-left: 100px;
}
:not(.aXNw)
  .select2-results
  ul.select2-result-sub
  ul.select2-result-sub
  ul.select2-result-sub
  ul.select2-result-sub
  ul.select2-result-sub
  ul.select2-result-sub
  > li
  .select2-result-label {
  padding-left: 110px;
}
:not(.aXNw)
  .select2-results
  ul.select2-result-sub
  ul.select2-result-sub
  ul.select2-result-sub
  ul.select2-result-sub
  ul.select2-result-sub
  ul.select2-result-sub
  ul.select2-result-sub
  > li
  .select2-result-label {
  padding-left: 120px;
}

:not(.aXNw) .select2-results li {
  list-style: none;
  display: list-item;
  background-image: none;
}

:not(.aXNw)
  .select2-results
  li.select2-result-with-children
  > .select2-result-label {
  font-weight: bold;
}

:not(.aXNw) .select2-results .select2-result-label {
  padding: 3px 7px 4px;
  margin: 0;
  cursor: pointer;

  min-height: 1em;

  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

:not(.aXNw) .select2-results .select2-highlighted {
  background: #3875d7;
  color: #fff;
}

:not(.aXNw) .select2-results li em {
  background: #feffde;
  font-style: normal;
}

:not(.aXNw) .select2-results .select2-highlighted em {
  background: transparent;
}

:not(.aXNw) .select2-results .select2-highlighted ul {
  background: #fff;
  color: #000;
}

:not(.aXNw) .select2-results .select2-no-results,
:not(.aXNw) .select2-results .select2-searching,
:not(.aXNw) .select2-results .select2-selection-limit {
  background: #f4f4f4;
  display: list-item;
}

/*
disabled look for disabled choices in the results dropdown
*/
:not(.aXNw) .select2-results .select2-disabled.select2-highlighted {
  color: #666;
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}
:not(.aXNw) .select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

:not(.aXNw) .select2-results .select2-selected {
  display: none;
}

:not(.aXNw) .select2-more-results.select2-active {
  background: #f4f4f4
    url(/scripts/build/desktop-legacy/7b9776076d5fceef4993b55c9383dedd.gif)
    no-repeat 100%;
}

:not(.aXNw) .select2-more-results {
  background: #f4f4f4;
  display: list-item;
}

/* disabled styles */

:not(.aXNw) .select2-container.select2-container-disabled .select2-choice {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}

:not(.aXNw)
  .select2-container.select2-container-disabled
  .select2-choice
  .select2-arrow {
  background-color: #f4f4f4;
  background-image: none;
  border-left: 0;
}

:not(.aXNw) .select2-container.select2-container-disabled .select2-choice abbr {
  display: none;
}

/* multiselect */

:not(.aXNw) .select2-container-multi .select2-choices {
  height: auto !important;
  height: 1%;
  margin: 0;
  padding: 0;
  position: relative;

  border: 1px solid #aaa;
  cursor: text;
  overflow: hidden;

  background-color: #fff;
  background-image: -webkit-gradient(
    linear,
    0% 0%,
    0% 100%,
    color-stop(1%, #eee),
    color-stop(15%, #fff)
  );
  background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);
  background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);
  background-image: linear-gradient(top, #eee 1%, #fff 15%);
}

:not(.aXNw) .select2-locked {
  padding: 3px 5px 3px 5px !important;
}

:not(.aXNw) .select2-container-multi .select2-choices {
  min-height: 26px;
}

:not(.aXNw) .select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;

  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
:not(.aXNw) .select2-container-multi .select2-choices li {
  float: left;
  list-style: none;
}
:not(.aXNw) .select2-container-multi .select2-choices .select2-search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

:not(.aXNw)
  .select2-container-multi
  .select2-choices
  .select2-search-field
  input {
  padding: 5px;
  margin: 1px 0;

  font-family: sans-serif;
  font-size: 100%;
  color: #666;
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent !important;
}

:not(.aXNw)
  .select2-container-multi
  .select2-choices
  .select2-search-field
  input.select2-active {
  background: #fff
    url(/scripts/build/desktop-legacy/7b9776076d5fceef4993b55c9383dedd.gif)
    no-repeat 100% !important;
}

:not(.aXNw) .select2-default {
  color: #999 !important;
}

:not(.aXNw) .select2-container-multi .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 18px;
  margin: 3px 0 3px 5px;
  position: relative;

  line-height: 13px;
  color: #333;
  cursor: default;
  border: 1px solid #aaaaaa;

  border-radius: 3px;

  -webkit-box-shadow:
    0 0 2px #fff inset,
    0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow:
    0 0 2px #fff inset,
    0 1px 0 rgba(0, 0, 0, 0.05);

  background-clip: padding-box;

  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
  background-image: -webkit-gradient(
    linear,
    0% 0%,
    0% 100%,
    color-stop(20%, #f4f4f4),
    color-stop(50%, #f0f0f0),
    color-stop(52%, #e8e8e8),
    color-stop(100%, #eee)
  );
  background-image: -webkit-linear-gradient(
    top,
    #f4f4f4 20%,
    #f0f0f0 50%,
    #e8e8e8 52%,
    #eee 100%
  );
  background-image: -moz-linear-gradient(
    top,
    #f4f4f4 20%,
    #f0f0f0 50%,
    #e8e8e8 52%,
    #eee 100%
  );
  background-image: linear-gradient(
    top,
    #f4f4f4 20%,
    #f0f0f0 50%,
    #e8e8e8 52%,
    #eee 100%
  );
}
:not(.aXNw)
  .select2-container-multi
  .select2-choices
  .select2-search-choice
  .select2-chosen {
  cursor: default;
}
:not(.aXNw)
  .select2-container-multi
  .select2-choices
  .select2-search-choice-focus {
  background: #d4d4d4;
}

:not(.aXNw) .select2-search-choice-close {
  display: block;
  width: 12px;
  height: 13px;
  position: absolute;
  right: 3px;
  top: 4px;

  font-size: 1px;
  outline: none;
  background: url(/scripts/build/desktop-legacy/2ca61b76e22053571dd8611e5aac4900.png)
    right top no-repeat;
}

:not(.aXNw) .select2-container-multi .select2-search-choice-close {
  left: 3px;
}

:not(.aXNw)
  .select2-container-multi
  .select2-choices
  .select2-search-choice
  .select2-search-choice-close:hover {
  background-position: right -11px;
}
:not(.aXNw)
  .select2-container-multi
  .select2-choices
  .select2-search-choice-focus
  .select2-search-choice-close {
  background-position: right -11px;
}

/* disabled styles */
:not(.aXNw)
  .select2-container-multi.select2-container-disabled
  .select2-choices {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}

:not(.aXNw)
  .select2-container-multi.select2-container-disabled
  .select2-choices
  .select2-search-choice {
  padding: 3px 5px 3px 5px;
  border: 1px solid #ddd;
  background-image: none;
  background-color: #f4f4f4;
}

:not(.aXNw)
  .select2-container-multi.select2-container-disabled
  .select2-choices
  .select2-search-choice
  .select2-search-choice-close {
  display: none;
  background: none;
}
/* end multiselect */

:not(.aXNw) .select2-result-selectable .select2-match,
:not(.aXNw) .select2-result-unselectable .select2-match {
  text-decoration: underline;
}

:not(.aXNw) .select2-offscreen,
:not(.aXNw) .select2-offscreen:focus {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important;
}

:not(.aXNw) .select2-display-none {
  display: none;
}

:not(.aXNw) .select2-measure-scrollbar {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll;
}
/* Retina-ize icons */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 144dpi) {
  :not(.aXNw) .select2-search input,
  :not(.aXNw) .select2-search-choice-close,
  :not(.aXNw) .select2-container .select2-choice abbr,
  :not(.aXNw) .select2-container .select2-choice .select2-arrow b {
    background-image: url(/scripts/build/desktop-legacy/49e3f006018662f60f1db2aec0b2cca9.png) !important;
    background-repeat: no-repeat !important;
    background-size: 60px 40px !important;
  }
  :not(.aXNw) .select2-search input {
    background-position: 100% -21px !important;
  }
}

/**
 * Select2 Bootstrap CSS v1.2.5
 * Tested with Bootstrap v2.3.1, v2.3.2 and Select2 v3.3.2, v3.4.1
 * MIT License
 */
:not(.aXNw) .select2-container {
  vertical-align: middle;
}
:not(.aXNw) .select2-container.input-mini {
  width: 60px;
}
:not(.aXNw) .select2-container.input-small {
  width: 90px;
}
:not(.aXNw) .select2-container.input-medium {
  width: 150px;
}
:not(.aXNw) .select2-container.input-large {
  width: 210px;
}
:not(.aXNw) .select2-container.input-xlarge {
  width: 270px;
}
:not(.aXNw) .select2-container.input-xxlarge {
  width: 530px;
}
:not(.aXNw) .select2-container.input-default {
  width: 220px;
}
:not(.aXNw) .select2-container[class*="span"] {
  float: none;
  margin-left: 0;
}

:not(.aXNw) .select2-container .select2-choice,
:not(.aXNw) .select2-container-multi .select2-choices {
  height: 28px;
  line-height: 29px;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: none;
  background-color: #fff;
  filter: none;
  -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);
}

:not(.aXNw) .select2-container .select2-choice div,
:not(.aXNw) .select2-container .select2-choice .select2-arrow,
:not(.aXNw) .select2-container.select2-container-disabled .select2-choice div,
:not(.aXNw)
  .select2-container.select2-container-disabled
  .select2-choice
  .select2-arrow {
  border-left: none;
  background: none;
  filter: none;
}

:not(.aXNw) .control-group.error [class^="select2-choice"] {
  border-color: #b94a48;
}

:not(.aXNw) .select2-container-multi .select2-choices .select2-search-field {
  height: 28px;
  line-height: 27px;
}

:not(.aXNw) .select2-drop.select2-drop-active,
:not(.aXNw) .select2-container-active .select2-choice,
:not(.aXNw) .select2-container-multi.select2-container-active .select2-choices {
  border-color: rgba(82, 168, 236, 0.8);
  border-color: #ccc;
  outline: none;
}

:not(.aXNw) .select2-container-active .select2-choice,
:not(.aXNw) .select2-container-multi.select2-container-active .select2-choices {
  -webkit-box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(82, 168, 236, 0.6);
}

:not(.aXNw) [class^="input-"] .select2-container {
  font-size: 14px;
}

:not(.aXNw) .input-prepend [class^="select2-choice"] {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

:not(.aXNw) .input-append [class^="select2-choice"] {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

:not(.aXNw) .select2-dropdown-open [class^="select2-choice"] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

:not(.aXNw)
  .select2-dropdown-open.select2-drop-above
  [class^="select2-choice"] {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

:not(.aXNw) [class^="input-"] .select2-offscreen {
  position: absolute;
}

/**
 * This stops the quick flash when a native selectbox is shown and
 * then replaced by a select2 input when javascript kicks in. This can be
 * removed if javascript is not present
 */
:not(.aXNw) select.select2 {
  height: 28px;
  visibility: hidden;
}
:not(.aXNw) .select2-all-selection-bar {
  margin: 3px;
}
:not(.aXNw) .select2-all-selection-bar .select2-select-all,
:not(.aXNw) .select2-all-selection-bar .select2-unselect-all {
  margin: 0 5px 0 5px;
}

/*
 * jReject (jQuery Browser Rejection Plugin)
 * Version 1.0.0
 * URL: http://jreject.turnwheel.com/
 * Description: jReject is a easy method of rejecting specific browsers on your site
 * Author: Steven Bower (TurnWheel Designs) http://turnwheel.com/
 * Copyright: Copyright (c) 2009-2011 Steven Bower under dual MIT/GPL license.
 */

:not(.aXNw) #jr_overlay {
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  z-index: 2147483646;
  position: absolute;
}

:not(.aXNw) #jr_wrap {
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 2147483647;
  padding: 0;
  margin: 0;
}

:not(.aXNw) #jr_inner {
  font-family:
    "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  font-size: 12px;
  background: #fff;
  border: 1px solid #ccc;
  color: #4f4f4f;
  margin: 0 auto;
  height: auto;
  padding: 20px;
  position: relative;
}

:not(.aXNw) #jr_header {
  display: block;
  color: #333;
  padding: 5px;
  padding-bottom: 0;
  margin: 0;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-align: left;
  font-size: 1.3em;
  margin-bottom: 0.5em;
}

:not(.aXNw) #jr_inner p {
  text-align: left;
  padding: 5px;
  margin: 0;
}

:not(.aXNw) #jr_inner ul {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

:not(.aXNw) #jr_inner ul li {
  cursor: pointer;
  float: left;
  width: 120px;
  height: 122px;
  margin: 0 10px 10px 10px;
  padding: 0;
  text-align: center;
}

:not(.aXNw) #jr_inner li a {
  color: #333;
  font-size: 0.8em;
  text-decoration: none;
  padding: 0;
  margin: 0;
}

:not(.aXNw) #jr_inner li a:hover {
  text-decoration: underline;
}

:not(.aXNw) #jr_inner .jr_icon {
  width: 100px;
  height: 100px;
  margin: 1px auto;
  padding: 0;
  background: transparent no-repeat scroll left top;
  cursor: pointer;
}

:not(.aXNw) #jr_close {
  margin: 0 0 0 50px;
  clear: both;
  text-align: left;
  padding: 0;
  margin: 0;
}

:not(.aXNw) #jr_close a {
  color: #000;
  display: block;
  width: auto;
  margin: 0;
  padding: 0;
  text-decoration: underline;
}

:not(.aXNw) #jr_close p {
  padding: 10px 0 0 0;
  margin: 0;
}

/* http://tobiasahlin.com/spinkit/ */
:not(.aXNw) .spinner-bounce.white > span {
  background-color: #fff;
}
:not(.aXNw) .spinner-bounce > span {
  background-color: #666;
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  border-radius: 100%;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
:not(.aXNw) .spinner-bounce > span:nth-child(1) {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
  margin-right: 0.2em;
}
:not(.aXNw) .spinner-bounce > span:nth-child(2) {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
  margin-right: 0.2em;
}
@-webkit-keyframes bouncedelay {
  :not(.aXNw) 0%,
  :not(.aXNw) 80%,
  :not(.aXNw) 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  :not(.aXNw) 40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/**
 * @author zhixin wen <wenzhixin2010@gmail.com>
 */

:not(.aXNw) .ms-parent {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

:not(.aXNw) .ms-choice {
  display: block;
  width: 100%;
  height: 26px;
  padding: 0;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #aaa;
  text-align: left;
  white-space: nowrap;
  line-height: 26px;
  color: #444;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
}

:not(.aXNw) .ms-choice.disabled {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}

:not(.aXNw) .ms-choice > span {
  position: absolute;
  top: 0;
  left: 0;
  right: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  padding-left: 8px;
}

:not(.aXNw) .ms-choice > span.placeholder {
  color: #999;
}

:not(.aXNw) .ms-choice > div {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 25px;
  background: url(/scripts/build/desktop-legacy/0374d3512faa18ddac2c4439c8c06c7c.png)
    left top no-repeat;
}

:not(.aXNw) .ms-choice > div.open {
  background: url(/scripts/build/desktop-legacy/0374d3512faa18ddac2c4439c8c06c7c.png)
    right top no-repeat;
}

:not(.aXNw) .ms-drop {
  min-width: 100%;
  max-width: 140%;
  overflow: hidden;
  display: none;
  margin-top: -1px;
  padding: 0;
  position: absolute;
  z-index: 1000;
  background: #fff;
  color: #000;
  border: 1px solid #aaa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

:not(.aXNw) .ms-drop.bottom {
  top: 100%;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}

:not(.aXNw) .ms-drop.top {
  bottom: 100%;
  -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
}

:not(.aXNw) .ms-search {
  display: inline-block;
  margin: 0;
  min-height: 26px;
  padding: 4px;
  position: relative;
  white-space: nowrap;
  width: 100%;
  z-index: 10000;
}

:not(.aXNw) .ms-search input {
  width: 100%;
  height: auto !important;
  min-height: 24px;
  padding: 0 20px 0 5px;
  margin: 0;
  outline: 0;
  font-family: sans-serif;
  font-size: 1em;
  border: 1px solid #aaa;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #fff
    url(/scripts/build/desktop-legacy/0374d3512faa18ddac2c4439c8c06c7c.png)
    no-repeat 100% -22px;
  background:
    url(/scripts/build/desktop-legacy/0374d3512faa18ddac2c4439c8c06c7c.png)
      no-repeat 100% -22px,
    -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.85, white),
        color-stop(0.99, #eeeeee)
      );
  background:
    url(/scripts/build/desktop-legacy/0374d3512faa18ddac2c4439c8c06c7c.png)
      no-repeat 100% -22px,
    -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%);
  background:
    url(/scripts/build/desktop-legacy/0374d3512faa18ddac2c4439c8c06c7c.png)
      no-repeat 100% -22px,
    -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%);
  background:
    url(/scripts/build/desktop-legacy/0374d3512faa18ddac2c4439c8c06c7c.png)
      no-repeat 100% -22px,
    -o-linear-gradient(bottom, white 85%, #eeeeee 99%);
  background:
    url(/scripts/build/desktop-legacy/0374d3512faa18ddac2c4439c8c06c7c.png)
      no-repeat 100% -22px,
    -ms-linear-gradient(top, #ffffff 85%, #eeeeee 99%);
  background:
    url(/scripts/build/desktop-legacy/0374d3512faa18ddac2c4439c8c06c7c.png)
      no-repeat 100% -22px,
    linear-gradient(top, #ffffff 85%, #eeeeee 99%);
}

:not(.aXNw) .ms-search,
:not(.aXNw) .ms-search input {
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

:not(.aXNw) .ms-drop ul {
  overflow: auto;
  margin: 0;
  padding: 5px 8px;
}

:not(.aXNw) .ms-drop ul > li {
  list-style: none;
  display: list-item;
  background-image: none;
  position: static;
}

:not(.aXNw) .ms-drop ul > li .disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
}

:not(.aXNw) .ms-drop ul > li.multiple {
  display: block;
  float: left;
}

:not(.aXNw) .ms-drop ul > li.group {
  clear: both;
}

:not(.aXNw) .ms-drop ul > li.multiple label {
  width: 100%;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

:not(.aXNw) .ms-drop ul > li label {
  font-weight: normal;
  display: block;
  white-space: nowrap;
}

:not(.aXNw) .ms-drop ul > li label.optgroup {
  font-weight: bold;
}

:not(.aXNw) .ms-drop input[type="checkbox"] {
  vertical-align: middle;
  margin-bottom: auto;
  margin-top: auto;
}

:not(.aXNw) .ms-drop .ms-no-results {
  display: none;
}

:not(.aXNw) .pricebook-setup-view .checkbox,
:not(.aXNw) .categories .checkbox,
:not(.aXNw) .awesome-bootstrap-checkboxes .checkbox {
  padding-left: 20px;
}
:not(.aXNw) .pricebook-setup-view .checkbox label,
:not(.aXNw) .categories .checkbox label,
:not(.aXNw) .awesome-bootstrap-checkboxes .checkbox label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}
:not(.aXNw) .pricebook-setup-view .checkbox label::before,
:not(.aXNw) .categories .checkbox label::before,
:not(.aXNw) .awesome-bootstrap-checkboxes .checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition:
    border 0.15s ease-in-out,
    color 0.15s ease-in-out;
  -o-transition:
    border 0.15s ease-in-out,
    color 0.15s ease-in-out;
  transition:
    border 0.15s ease-in-out,
    color 0.15s ease-in-out;
}
:not(.aXNw) .pricebook-setup-view .checkbox label::after,
:not(.aXNw) .categories .checkbox label::after,
:not(.aXNw) .awesome-bootstrap-checkboxes .checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #555555;
}
:not(.aXNw) .pricebook-setup-view .checkbox input[type="checkbox"],
:not(.aXNw) .categories .checkbox input[type="checkbox"],
:not(.aXNw) .awesome-bootstrap-checkboxes .checkbox input[type="checkbox"],
:not(.aXNw) .pricebook-setup-view .checkbox input[type="radio"],
:not(.aXNw) .categories .checkbox input[type="radio"],
:not(.aXNw) .awesome-bootstrap-checkboxes .checkbox input[type="radio"] {
  opacity: 0;
  z-index: 1;
}
:not(.aXNw)
  .pricebook-setup-view
  .checkbox
  input[type="checkbox"]:focus
  + label::before,
:not(.aXNw) .categories .checkbox input[type="checkbox"]:focus + label::before,
:not(.aXNw)
  .awesome-bootstrap-checkboxes
  .checkbox
  input[type="checkbox"]:focus
  + label::before,
:not(.aXNw)
  .pricebook-setup-view
  .checkbox
  input[type="radio"]:focus
  + label::before,
:not(.aXNw) .categories .checkbox input[type="radio"]:focus + label::before,
:not(.aXNw)
  .awesome-bootstrap-checkboxes
  .checkbox
  input[type="radio"]:focus
  + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
:not(.aXNw)
  .pricebook-setup-view
  .checkbox
  input[type="checkbox"]:checked
  + label::after,
:not(.aXNw) .categories .checkbox input[type="checkbox"]:checked + label::after,
:not(.aXNw)
  .awesome-bootstrap-checkboxes
  .checkbox
  input[type="checkbox"]:checked
  + label::after,
:not(.aXNw)
  .pricebook-setup-view
  .checkbox
  input[type="radio"]:checked
  + label::after,
:not(.aXNw) .categories .checkbox input[type="radio"]:checked + label::after,
:not(.aXNw)
  .awesome-bootstrap-checkboxes
  .checkbox
  input[type="radio"]:checked
  + label::after {
  font-family: "FontAwesome";
  content: "\f00c";
}
:not(.aXNw)
  .pricebook-setup-view
  .checkbox
  input[type="checkbox"]:indeterminate
  + label::after,
:not(.aXNw)
  .categories
  .checkbox
  input[type="checkbox"]:indeterminate
  + label::after,
:not(.aXNw)
  .awesome-bootstrap-checkboxes
  .checkbox
  input[type="checkbox"]:indeterminate
  + label::after,
:not(.aXNw)
  .pricebook-setup-view
  .checkbox
  input[type="radio"]:indeterminate
  + label::after,
:not(.aXNw)
  .categories
  .checkbox
  input[type="radio"]:indeterminate
  + label::after,
:not(.aXNw)
  .awesome-bootstrap-checkboxes
  .checkbox
  input[type="radio"]:indeterminate
  + label::after {
  display: block;
  content: "";
  width: 10px;
  height: 3px;
  background-color: #555555;
  border-radius: 2px;
  margin-left: -16.5px;
  margin-top: 7px;
}
:not(.aXNw)
  .pricebook-setup-view
  .checkbox
  input[type="checkbox"]:disabled
  + label,
:not(.aXNw) .categories .checkbox input[type="checkbox"]:disabled + label,
:not(.aXNw)
  .awesome-bootstrap-checkboxes
  .checkbox
  input[type="checkbox"]:disabled
  + label,
:not(.aXNw)
  .pricebook-setup-view
  .checkbox
  input[type="radio"]:disabled
  + label,
:not(.aXNw) .categories .checkbox input[type="radio"]:disabled + label,
:not(.aXNw)
  .awesome-bootstrap-checkboxes
  .checkbox
  input[type="radio"]:disabled
  + label {
  opacity: 0.65;
}
:not(.aXNw)
  .pricebook-setup-view
  .checkbox
  input[type="checkbox"]:disabled
  + label::before,
:not(.aXNw)
  .categories
  .checkbox
  input[type="checkbox"]:disabled
  + label::before,
:not(.aXNw)
  .awesome-bootstrap-checkboxes
  .checkbox
  input[type="checkbox"]:disabled
  + label::before,
:not(.aXNw)
  .pricebook-setup-view
  .checkbox
  input[type="radio"]:disabled
  + label::before,
:not(.aXNw) .categories .checkbox input[type="radio"]:disabled + label::before,
:not(.aXNw)
  .awesome-bootstrap-checkboxes
  .checkbox
  input[type="radio"]:disabled
  + label::before {
  background-color: #eeeeee;
  cursor: not-allowed;
}
:not(.aXNw) .pricebook-setup-view .checkbox.checkbox-circle label::before,
:not(.aXNw) .categories .checkbox.checkbox-circle label::before,
:not(.aXNw)
  .awesome-bootstrap-checkboxes
  .checkbox.checkbox-circle
  label::before {
  border-radius: 50%;
}
:not(.aXNw) .pricebook-setup-view .checkbox.checkbox-inline,
:not(.aXNw) .categories .checkbox.checkbox-inline,
:not(.aXNw) .awesome-bootstrap-checkboxes .checkbox.checkbox-inline {
  margin-top: 0;
}
:not(.aXNw)
  .pricebook-setup-view
  .checkbox-primary
  input[type="checkbox"]:checked
  + label::before,
:not(.aXNw)
  .categories
  .checkbox-primary
  input[type="checkbox"]:checked
  + label::before,
:not(.aXNw)
  .awesome-bootstrap-checkboxes
  .checkbox-primary
  input[type="checkbox"]:checked
  + label::before,
:not(.aXNw)
  .pricebook-setup-view
  .checkbox-primary
  input[type="radio"]:checked
  + label::before,
:not(.aXNw)
  .categories
  .checkbox-primary
  input[type="radio"]:checked
  + label::before,
:not(.aXNw)
  .awesome-bootstrap-checkboxes
  .checkbox-primary
  input[type="radio"]:checked
  + label::before {
  background-color: #337ab7;
  border-color: #337ab7;
}
:not(.aXNw)
  .pricebook-setup-view
  .checkbox-primary
  input[type="checkbox"]:checked
  + label::after,
:not(.aXNw)
  .categories
  .checkbox-primary
  input[type="checkbox"]:checked
  + label::after,
:not(.aXNw)
  .awesome-bootstrap-checkboxes
  .checkbox-primary
  input[type="checkbox"]:checked
  + label::after,
:not(.aXNw)
  .pricebook-setup-view
  .checkbox-primary
  input[type="radio"]:checked
  + label::after,
:not(.aXNw)
  .categories
  .checkbox-primary
  input[type="radio"]:checked
  + label::after,
:not(.aXNw)
  .awesome-bootstrap-checkboxes
  .checkbox-primary
  input[type="radio"]:checked
  + label::after {
  color: #fff;
}
:not(.aXNw)
  .pricebook-setup-view
  .checkbox-danger
  input[type="checkbox"]:checked
  + label::before,
:not(.aXNw)
  .categories
  .checkbox-danger
  input[type="checkbox"]:checked
  + label::before,
:not(.aXNw)
  .awesome-bootstrap-checkboxes
  .checkbox-danger
  input[type="checkbox"]:checked
  + label::before,
:not(.aXNw)
  .pricebook-setup-view
  .checkbox-danger
  input[type="radio"]:checked
  + label::before,
:not(.aXNw)
  .categories
  .checkbox-danger
  input[type="radio"]:checked
  + label::before,
:not(.aXNw)
  .awesome-bootstrap-checkboxes
  .checkbox-danger
  input[type="radio"]:checked
  + label::before {
  background-color: #d9534f;
  border-color: #d9534f;
}
:not(.aXNw)
  .pricebook-setup-view
  .checkbox-danger
  input[type="checkbox"]:checked
  + label::after,
:not(.aXNw)
  .categories
  .checkbox-danger
  input[type="checkbox"]:checked
  + label::after,
:not(.aXNw)
  .awesome-bootstrap-checkboxes
  .checkbox-danger
  input[type="checkbox"]:checked
  + label::after,
:not(.aXNw)
  .pricebook-setup-view
  .checkbox-danger
  input[type="radio"]:checked
  + label::after,
:not(.aXNw)
  .categories
  .checkbox-danger
  input[type="radio"]:checked
  + label::after,
:not(.aXNw)
  .awesome-bootstrap-checkboxes
  .checkbox-danger
  input[type="radio"]:checked
  + label::after {
  color: #fff;
}
:not(.aXNw)
  .pricebook-setup-view
  .checkbox-info
  input[type="checkbox"]:checked
  + label::before,
:not(.aXNw)
  .categories
  .checkbox-info
  input[type="checkbox"]:checked
  + label::before,
:not(.aXNw)
  .awesome-bootstrap-checkboxes
  .checkbox-info
  input[type="checkbox"]:checked
  + label::before,
:not(.aXNw)
  .pricebook-setup-view
  .checkbox-info
  input[type="radio"]:checked
  + label::before,
:not(.aXNw)
  .categories
  .checkbox-info
  input[type="radio"]:checked
  + label::before,
:not(.aXNw)
  .awesome-bootstrap-checkboxes
  .checkbox-info
  input[type="radio"]:checked
  + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de;
}
:not(.aXNw)
  .pricebook-setup-view
  .checkbox-info
  input[type="checkbox"]:checked
  + label::after,
:not(.aXNw)
  .categories
  .checkbox-info
  input[type="checkbox"]:checked
  + label::after,
:not(.aXNw)
  .awesome-bootstrap-checkboxes
  .checkbox-info
  input[type="checkbox"]:checked
  + label::after,
:not(.aXNw)
  .pricebook-setup-view
  .checkbox-info
  input[type="radio"]:checked
  + label::after,
:not(.aXNw)
  .categories
  .checkbox-info
  input[type="radio"]:checked
  + label::after,
:not(.aXNw)
  .awesome-bootstrap-checkboxes
  .checkbox-info
  input[type="radio"]:checked
  + label::after {
  color: #fff;
}
:not(.aXNw)
  .pricebook-setup-view
  .checkbox-warning
  input[type="checkbox"]:checked
  + label::before,
:not(.aXNw)
  .categories
  .checkbox-warning
  input[type="checkbox"]:checked
  + label::before,
:not(.aXNw)
  .awesome-bootstrap-checkboxes
  .checkbox-warning
  input[type="checkbox"]:checked
  + label::before,
:not(.aXNw)
  .pricebook-setup-view
  .checkbox-warning
  input[type="radio"]:checked
  + label::before,
:not(.aXNw)
  .categories
  .checkbox-warning
  input[type="radio"]:checked
  + label::before,
:not(.aXNw)
  .awesome-bootstrap-checkboxes
  .checkbox-warning
  input[type="radio"]:checked
  + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
:not(.aXNw)
  .pricebook-setup-view
  .checkbox-warning
  input[type="checkbox"]:checked
  + label::after,
:not(.aXNw)
  .categories
  .checkbox-warning
  input[type="checkbox"]:checked
  + label::after,
:not(.aXNw)
  .awesome-bootstrap-checkboxes
  .checkbox-warning
  input[type="checkbox"]:checked
  + label::after,
:not(.aXNw)
  .pricebook-setup-view
  .checkbox-warning
  input[type="radio"]:checked
  + label::after,
:not(.aXNw)
  .categories
  .checkbox-warning
  input[type="radio"]:checked
  + label::after,
:not(.aXNw)
  .awesome-bootstrap-checkboxes
  .checkbox-warning
  input[type="radio"]:checked
  + label::after {
  color: #fff;
}
:not(.aXNw)
  .pricebook-setup-view
  .checkbox-success
  input[type="checkbox"]:checked
  + label::before,
:not(.aXNw)
  .categories
  .checkbox-success
  input[type="checkbox"]:checked
  + label::before,
:not(.aXNw)
  .awesome-bootstrap-checkboxes
  .checkbox-success
  input[type="checkbox"]:checked
  + label::before,
:not(.aXNw)
  .pricebook-setup-view
  .checkbox-success
  input[type="radio"]:checked
  + label::before,
:not(.aXNw)
  .categories
  .checkbox-success
  input[type="radio"]:checked
  + label::before,
:not(.aXNw)
  .awesome-bootstrap-checkboxes
  .checkbox-success
  input[type="radio"]:checked
  + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c;
}
:not(.aXNw)
  .pricebook-setup-view
  .checkbox-success
  input[type="checkbox"]:checked
  + label::after,
:not(.aXNw)
  .categories
  .checkbox-success
  input[type="checkbox"]:checked
  + label::after,
:not(.aXNw)
  .awesome-bootstrap-checkboxes
  .checkbox-success
  input[type="checkbox"]:checked
  + label::after,
:not(.aXNw)
  .pricebook-setup-view
  .checkbox-success
  input[type="radio"]:checked
  + label::after,
:not(.aXNw)
  .categories
  .checkbox-success
  input[type="radio"]:checked
  + label::after,
:not(.aXNw)
  .awesome-bootstrap-checkboxes
  .checkbox-success
  input[type="radio"]:checked
  + label::after {
  color: #fff;
}
:not(.aXNw)
  .pricebook-setup-view
  .checkbox-primary
  input[type="checkbox"]:indeterminate
  + label::before,
:not(.aXNw)
  .categories
  .checkbox-primary
  input[type="checkbox"]:indeterminate
  + label::before,
:not(.aXNw)
  .awesome-bootstrap-checkboxes
  .checkbox-primary
  input[type="checkbox"]:indeterminate
  + label::before,
:not(.aXNw)
  .pricebook-setup-view
  .checkbox-primary
  input[type="radio"]:indeterminate
  + label::before,
:not(.aXNw)
  .categories
  .checkbox-primary
  input[type="radio"]:indeterminate
  + label::before,
:not(.aXNw)
  .awesome-bootstrap-checkboxes
  .checkbox-primary
  input[type="radio"]:indeterminate
  + label::before {
  background-color: #337ab7;
  border-color: #337ab7;
}
:not(.aXNw)
  .pricebook-setup-view
  .checkbox-primary
  input[type="checkbox"]:indeterminate
  + label::after,
:not(.aXNw)
  .categories
  .checkbox-primary
  input[type="checkbox"]:indeterminate
  + label::after,
:not(.aXNw)
  .awesome-bootstrap-checkboxes
  .checkbox-primary
  input[type="checkbox"]:indeterminate
  + label::after,
:not(.aXNw)
  .pricebook-setup-view
  .checkbox-primary
  input[type="radio"]:indeterminate
  + label::after,
:not(.aXNw)
  .categories
  .checkbox-primary
  input[type="radio"]:indeterminate
  + label::after,
:not(.aXNw)
  .awesome-bootstrap-checkboxes
  .checkbox-primary
  input[type="radio"]:indeterminate
  + label::after {
  background-color: #fff;
}
:not(.aXNw)
  .pricebook-setup-view
  .checkbox-danger
  input[type="checkbox"]:indeterminate
  + label::before,
:not(.aXNw)
  .categories
  .checkbox-danger
  input[type="checkbox"]:indeterminate
  + label::before,
:not(.aXNw)
  .awesome-bootstrap-checkboxes
  .checkbox-danger
  input[type="checkbox"]:indeterminate
  + label::before,
:not(.aXNw)
  .pricebook-setup-view
  .checkbox-danger
  input[type="radio"]:indeterminate
  + label::before,
:not(.aXNw)
  .categories
  .checkbox-danger
  input[type="radio"]:indeterminate
  + label::before,
:not(.aXNw)
  .awesome-bootstrap-checkboxes
  .checkbox-danger
  input[type="radio"]:indeterminate
  + label::before {
  background-color: #d9534f;
  border-color: #d9534f;
}
:not(.aXNw)
  .pricebook-setup-view
  .checkbox-danger
  input[type="checkbox"]:indeterminate
  + label::after,
:not(.aXNw)
  .categories
  .checkbox-danger
  input[type="checkbox"]:indeterminate
  + label::after,
:not(.aXNw)
  .awesome-bootstrap-checkboxes
  .checkbox-danger
  input[type="checkbox"]:indeterminate
  + label::after,
:not(.aXNw)
  .pricebook-setup-view
  .checkbox-danger
  input[type="radio"]:indeterminate
  + label::after,
:not(.aXNw)
  .categories
  .checkbox-danger
  input[type="radio"]:indeterminate
  + label::after,
:not(.aXNw)
  .awesome-bootstrap-checkboxes
  .checkbox-danger
  input[type="radio"]:indeterminate
  + label::after {
  background-color: #fff;
}
:not(.aXNw)
  .pricebook-setup-view
  .checkbox-info
  input[type="checkbox"]:indeterminate
  + label::before,
:not(.aXNw)
  .categories
  .checkbox-info
  input[type="checkbox"]:indeterminate
  + label::before,
:not(.aXNw)
  .awesome-bootstrap-checkboxes
  .checkbox-info
  input[type="checkbox"]:indeterminate
  + label::before,
:not(.aXNw)
  .pricebook-setup-view
  .checkbox-info
  input[type="radio"]:indeterminate
  + label::before,
:not(.aXNw)
  .categories
  .checkbox-info
  input[type="radio"]:indeterminate
  + label::before,
:not(.aXNw)
  .awesome-bootstrap-checkboxes
  .checkbox-info
  input[type="radio"]:indeterminate
  + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de;
}
:not(.aXNw)
  .pricebook-setup-view
  .checkbox-info
  input[type="checkbox"]:indeterminate
  + label::after,
:not(.aXNw)
  .categories
  .checkbox-info
  input[type="checkbox"]:indeterminate
  + label::after,
:not(.aXNw)
  .awesome-bootstrap-checkboxes
  .checkbox-info
  input[type="checkbox"]:indeterminate
  + label::after,
:not(.aXNw)
  .pricebook-setup-view
  .checkbox-info
  input[type="radio"]:indeterminate
  + label::after,
:not(.aXNw)
  .categories
  .checkbox-info
  input[type="radio"]:indeterminate
  + label::after,
:not(.aXNw)
  .awesome-bootstrap-checkboxes
  .checkbox-info
  input[type="radio"]:indeterminate
  + label::after {
  background-color: #fff;
}
:not(.aXNw)
  .pricebook-setup-view
  .checkbox-warning
  input[type="checkbox"]:indeterminate
  + label::before,
:not(.aXNw)
  .categories
  .checkbox-warning
  input[type="checkbox"]:indeterminate
  + label::before,
:not(.aXNw)
  .awesome-bootstrap-checkboxes
  .checkbox-warning
  input[type="checkbox"]:indeterminate
  + label::before,
:not(.aXNw)
  .pricebook-setup-view
  .checkbox-warning
  input[type="radio"]:indeterminate
  + label::before,
:not(.aXNw)
  .categories
  .checkbox-warning
  input[type="radio"]:indeterminate
  + label::before,
:not(.aXNw)
  .awesome-bootstrap-checkboxes
  .checkbox-warning
  input[type="radio"]:indeterminate
  + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
:not(.aXNw)
  .pricebook-setup-view
  .checkbox-warning
  input[type="checkbox"]:indeterminate
  + label::after,
:not(.aXNw)
  .categories
  .checkbox-warning
  input[type="checkbox"]:indeterminate
  + label::after,
:not(.aXNw)
  .awesome-bootstrap-checkboxes
  .checkbox-warning
  input[type="checkbox"]:indeterminate
  + label::after,
:not(.aXNw)
  .pricebook-setup-view
  .checkbox-warning
  input[type="radio"]:indeterminate
  + label::after,
:not(.aXNw)
  .categories
  .checkbox-warning
  input[type="radio"]:indeterminate
  + label::after,
:not(.aXNw)
  .awesome-bootstrap-checkboxes
  .checkbox-warning
  input[type="radio"]:indeterminate
  + label::after {
  background-color: #fff;
}
:not(.aXNw)
  .pricebook-setup-view
  .checkbox-success
  input[type="checkbox"]:indeterminate
  + label::before,
:not(.aXNw)
  .categories
  .checkbox-success
  input[type="checkbox"]:indeterminate
  + label::before,
:not(.aXNw)
  .awesome-bootstrap-checkboxes
  .checkbox-success
  input[type="checkbox"]:indeterminate
  + label::before,
:not(.aXNw)
  .pricebook-setup-view
  .checkbox-success
  input[type="radio"]:indeterminate
  + label::before,
:not(.aXNw)
  .categories
  .checkbox-success
  input[type="radio"]:indeterminate
  + label::before,
:not(.aXNw)
  .awesome-bootstrap-checkboxes
  .checkbox-success
  input[type="radio"]:indeterminate
  + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c;
}
:not(.aXNw)
  .pricebook-setup-view
  .checkbox-success
  input[type="checkbox"]:indeterminate
  + label::after,
:not(.aXNw)
  .categories
  .checkbox-success
  input[type="checkbox"]:indeterminate
  + label::after,
:not(.aXNw)
  .awesome-bootstrap-checkboxes
  .checkbox-success
  input[type="checkbox"]:indeterminate
  + label::after,
:not(.aXNw)
  .pricebook-setup-view
  .checkbox-success
  input[type="radio"]:indeterminate
  + label::after,
:not(.aXNw)
  .categories
  .checkbox-success
  input[type="radio"]:indeterminate
  + label::after,
:not(.aXNw)
  .awesome-bootstrap-checkboxes
  .checkbox-success
  input[type="radio"]:indeterminate
  + label::after {
  background-color: #fff;
}
:not(.aXNw) .pricebook-setup-view .radio,
:not(.aXNw) .categories .radio,
:not(.aXNw) .awesome-bootstrap-checkboxes .radio {
  padding-left: 20px;
}
:not(.aXNw) .pricebook-setup-view .radio label,
:not(.aXNw) .categories .radio label,
:not(.aXNw) .awesome-bootstrap-checkboxes .radio label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}
:not(.aXNw) .pricebook-setup-view .radio label::before,
:not(.aXNw) .categories .radio label::before,
:not(.aXNw) .awesome-bootstrap-checkboxes .radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
}
:not(.aXNw) .pricebook-setup-view .radio label::after,
:not(.aXNw) .categories .radio label::after,
:not(.aXNw) .awesome-bootstrap-checkboxes .radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 11px;
  height: 11px;
  left: 3px;
  top: 3px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #555555;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
:not(.aXNw) .pricebook-setup-view .radio input[type="radio"],
:not(.aXNw) .categories .radio input[type="radio"],
:not(.aXNw) .awesome-bootstrap-checkboxes .radio input[type="radio"] {
  opacity: 0;
  z-index: 1;
}
:not(.aXNw)
  .pricebook-setup-view
  .radio
  input[type="radio"]:focus
  + label::before,
:not(.aXNw) .categories .radio input[type="radio"]:focus + label::before,
:not(.aXNw)
  .awesome-bootstrap-checkboxes
  .radio
  input[type="radio"]:focus
  + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
:not(.aXNw)
  .pricebook-setup-view
  .radio
  input[type="radio"]:checked
  + label::after,
:not(.aXNw) .categories .radio input[type="radio"]:checked + label::after,
:not(.aXNw)
  .awesome-bootstrap-checkboxes
  .radio
  input[type="radio"]:checked
  + label::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
:not(.aXNw) .pricebook-setup-view .radio input[type="radio"]:disabled + label,
:not(.aXNw) .categories .radio input[type="radio"]:disabled + label,
:not(.aXNw)
  .awesome-bootstrap-checkboxes
  .radio
  input[type="radio"]:disabled
  + label {
  opacity: 0.65;
}
:not(.aXNw)
  .pricebook-setup-view
  .radio
  input[type="radio"]:disabled
  + label::before,
:not(.aXNw) .categories .radio input[type="radio"]:disabled + label::before,
:not(.aXNw)
  .awesome-bootstrap-checkboxes
  .radio
  input[type="radio"]:disabled
  + label::before {
  cursor: not-allowed;
}
:not(.aXNw) .pricebook-setup-view .radio.radio-inline,
:not(.aXNw) .categories .radio.radio-inline,
:not(.aXNw) .awesome-bootstrap-checkboxes .radio.radio-inline {
  margin-top: 0;
}
:not(.aXNw)
  .pricebook-setup-view
  .radio-primary
  input[type="radio"]
  + label::after,
:not(.aXNw) .categories .radio-primary input[type="radio"] + label::after,
:not(.aXNw)
  .awesome-bootstrap-checkboxes
  .radio-primary
  input[type="radio"]
  + label::after {
  background-color: #337ab7;
}
:not(.aXNw)
  .pricebook-setup-view
  .radio-primary
  input[type="radio"]:checked
  + label::before,
:not(.aXNw)
  .categories
  .radio-primary
  input[type="radio"]:checked
  + label::before,
:not(.aXNw)
  .awesome-bootstrap-checkboxes
  .radio-primary
  input[type="radio"]:checked
  + label::before {
  border-color: #337ab7;
}
:not(.aXNw)
  .pricebook-setup-view
  .radio-primary
  input[type="radio"]:checked
  + label::after,
:not(.aXNw)
  .categories
  .radio-primary
  input[type="radio"]:checked
  + label::after,
:not(.aXNw)
  .awesome-bootstrap-checkboxes
  .radio-primary
  input[type="radio"]:checked
  + label::after {
  background-color: #337ab7;
}
:not(.aXNw)
  .pricebook-setup-view
  .radio-danger
  input[type="radio"]
  + label::after,
:not(.aXNw) .categories .radio-danger input[type="radio"] + label::after,
:not(.aXNw)
  .awesome-bootstrap-checkboxes
  .radio-danger
  input[type="radio"]
  + label::after {
  background-color: #d9534f;
}
:not(.aXNw)
  .pricebook-setup-view
  .radio-danger
  input[type="radio"]:checked
  + label::before,
:not(.aXNw)
  .categories
  .radio-danger
  input[type="radio"]:checked
  + label::before,
:not(.aXNw)
  .awesome-bootstrap-checkboxes
  .radio-danger
  input[type="radio"]:checked
  + label::before {
  border-color: #d9534f;
}
:not(.aXNw)
  .pricebook-setup-view
  .radio-danger
  input[type="radio"]:checked
  + label::after,
:not(.aXNw)
  .categories
  .radio-danger
  input[type="radio"]:checked
  + label::after,
:not(.aXNw)
  .awesome-bootstrap-checkboxes
  .radio-danger
  input[type="radio"]:checked
  + label::after {
  background-color: #d9534f;
}
:not(.aXNw)
  .pricebook-setup-view
  .radio-info
  input[type="radio"]
  + label::after,
:not(.aXNw) .categories .radio-info input[type="radio"] + label::after,
:not(.aXNw)
  .awesome-bootstrap-checkboxes
  .radio-info
  input[type="radio"]
  + label::after {
  background-color: #5bc0de;
}
:not(.aXNw)
  .pricebook-setup-view
  .radio-info
  input[type="radio"]:checked
  + label::before,
:not(.aXNw) .categories .radio-info input[type="radio"]:checked + label::before,
:not(.aXNw)
  .awesome-bootstrap-checkboxes
  .radio-info
  input[type="radio"]:checked
  + label::before {
  border-color: #5bc0de;
}
:not(.aXNw)
  .pricebook-setup-view
  .radio-info
  input[type="radio"]:checked
  + label::after,
:not(.aXNw) .categories .radio-info input[type="radio"]:checked + label::after,
:not(.aXNw)
  .awesome-bootstrap-checkboxes
  .radio-info
  input[type="radio"]:checked
  + label::after {
  background-color: #5bc0de;
}
:not(.aXNw)
  .pricebook-setup-view
  .radio-warning
  input[type="radio"]
  + label::after,
:not(.aXNw) .categories .radio-warning input[type="radio"] + label::after,
:not(.aXNw)
  .awesome-bootstrap-checkboxes
  .radio-warning
  input[type="radio"]
  + label::after {
  background-color: #f0ad4e;
}
:not(.aXNw)
  .pricebook-setup-view
  .radio-warning
  input[type="radio"]:checked
  + label::before,
:not(.aXNw)
  .categories
  .radio-warning
  input[type="radio"]:checked
  + label::before,
:not(.aXNw)
  .awesome-bootstrap-checkboxes
  .radio-warning
  input[type="radio"]:checked
  + label::before {
  border-color: #f0ad4e;
}
:not(.aXNw)
  .pricebook-setup-view
  .radio-warning
  input[type="radio"]:checked
  + label::after,
:not(.aXNw)
  .categories
  .radio-warning
  input[type="radio"]:checked
  + label::after,
:not(.aXNw)
  .awesome-bootstrap-checkboxes
  .radio-warning
  input[type="radio"]:checked
  + label::after {
  background-color: #f0ad4e;
}
:not(.aXNw)
  .pricebook-setup-view
  .radio-success
  input[type="radio"]
  + label::after,
:not(.aXNw) .categories .radio-success input[type="radio"] + label::after,
:not(.aXNw)
  .awesome-bootstrap-checkboxes
  .radio-success
  input[type="radio"]
  + label::after {
  background-color: #5cb85c;
}
:not(.aXNw)
  .pricebook-setup-view
  .radio-success
  input[type="radio"]:checked
  + label::before,
:not(.aXNw)
  .categories
  .radio-success
  input[type="radio"]:checked
  + label::before,
:not(.aXNw)
  .awesome-bootstrap-checkboxes
  .radio-success
  input[type="radio"]:checked
  + label::before {
  border-color: #5cb85c;
}
:not(.aXNw)
  .pricebook-setup-view
  .radio-success
  input[type="radio"]:checked
  + label::after,
:not(.aXNw)
  .categories
  .radio-success
  input[type="radio"]:checked
  + label::after,
:not(.aXNw)
  .awesome-bootstrap-checkboxes
  .radio-success
  input[type="radio"]:checked
  + label::after {
  background-color: #5cb85c;
}
:not(.aXNw)
  .pricebook-setup-view
  input[type="checkbox"].styled:checked
  + label:after,
:not(.aXNw) .categories input[type="checkbox"].styled:checked + label:after,
:not(.aXNw)
  .awesome-bootstrap-checkboxes
  input[type="checkbox"].styled:checked
  + label:after,
:not(.aXNw)
  .pricebook-setup-view
  input[type="radio"].styled:checked
  + label:after,
:not(.aXNw) .categories input[type="radio"].styled:checked + label:after,
:not(.aXNw)
  .awesome-bootstrap-checkboxes
  input[type="radio"].styled:checked
  + label:after {
  font-family: "FontAwesome";
  content: "\f00c";
}
:not(.aXNw)
  .pricebook-setup-view
  input[type="checkbox"]
  .styled:checked
  + label::before,
:not(.aXNw) .categories input[type="checkbox"] .styled:checked + label::before,
:not(.aXNw)
  .awesome-bootstrap-checkboxes
  input[type="checkbox"]
  .styled:checked
  + label::before,
:not(.aXNw)
  .pricebook-setup-view
  input[type="radio"]
  .styled:checked
  + label::before,
:not(.aXNw) .categories input[type="radio"] .styled:checked + label::before,
:not(.aXNw)
  .awesome-bootstrap-checkboxes
  input[type="radio"]
  .styled:checked
  + label::before {
  color: #fff;
}
:not(.aXNw)
  .pricebook-setup-view
  input[type="checkbox"]
  .styled:checked
  + label::after,
:not(.aXNw) .categories input[type="checkbox"] .styled:checked + label::after,
:not(.aXNw)
  .awesome-bootstrap-checkboxes
  input[type="checkbox"]
  .styled:checked
  + label::after,
:not(.aXNw)
  .pricebook-setup-view
  input[type="radio"]
  .styled:checked
  + label::after,
:not(.aXNw) .categories input[type="radio"] .styled:checked + label::after,
:not(.aXNw)
  .awesome-bootstrap-checkboxes
  input[type="radio"]
  .styled:checked
  + label::after {
  color: #fff;
}

/*! ========================================================================
 * Bootstrap Toggle: bootstrap2-toggle.css v2.2.0
 * http://www.bootstraptoggle.com
 * ========================================================================
 * Copyright 2014 Min Hur, The New York Times Company
 * Licensed under MIT
 * ======================================================================== */

:not(.aXNw) label.checkbox .toggle,
:not(.aXNw) label.checkbox.inline .toggle {
  margin-left: -20px;
  margin-right: 5px;
}
:not(.aXNw) .toggle {
  min-width: 40px;
  height: 20px;
  position: relative;
  overflow: hidden;
}
:not(.aXNw) .toggle input[type="checkbox"] {
  display: none;
}
:not(.aXNw) .toggle-group {
  position: absolute;
  width: 200%;
  top: 0;
  bottom: 0;
  left: 0;
  transition: left 0.35s;
  -webkit-transition: left 0.35s;
  -moz-user-select: none;
  -webkit-user-select: none;
}
:not(.aXNw) .toggle.off .toggle-group {
  left: -100%;
}
:not(.aXNw) .toggle-on {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 50%;
  margin: 0;
  border: 0;
  border-radius: 0;
}
:not(.aXNw) .toggle-off {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
}
:not(.aXNw) .toggle-handle {
  position: relative;
  margin: 0 auto;
  padding-top: 0px;
  padding-bottom: 0px;
  height: 100%;
  width: 0px;
  border-width: 0 1px;
}
:not(.aXNw) .toggle-handle.btn-mini {
  top: -1px;
}
:not(.aXNw) .toggle.btn {
  min-width: 30px;
}
:not(.aXNw) .toggle-on.btn {
  padding-right: 24px;
}
:not(.aXNw) .toggle-off.btn {
  padding-left: 24px;
}

:not(.aXNw) .toggle.btn-large {
  min-width: 40px;
}
:not(.aXNw) .toggle-on.btn-large {
  padding-right: 35px;
}
:not(.aXNw) .toggle-off.btn-large {
  padding-left: 35px;
}

:not(.aXNw) .toggle.btn-small {
  min-width: 25px;
}
:not(.aXNw) .toggle-on.btn-small {
  padding-right: 20px;
}
:not(.aXNw) .toggle-off.btn-small {
  padding-left: 20px;
}

:not(.aXNw) .toggle.btn-mini {
  min-width: 20px;
}
:not(.aXNw) .toggle-on.btn-mini {
  padding-right: 12px;
}
:not(.aXNw) .toggle-off.btn-mini {
  padding-left: 12px;
}

:not(.aXNw) label.input-toggle {
  line-height: 0;
  font-size: 0;
  display: inline-block;
  margin: 0;
}

:not(.aXNw) label.input-toggle > span {
  display: inline-block;
  position: relative;
  background-image: -webkit-linear-gradient(
    left,
    #848484 0%,
    #848484 50%,
    #8ee0f3 50%,
    #8ee0f3 100%
  );
  background-image: linear-gradient(
    to right,
    #848484 0%,
    #848484 50%,
    #8ee0f3 50%,
    #8ee0f3 100%
  );
  background-size: 64px 14px;
  background-position: 0%;
  border-radius: 32px;
  width: 32px;
  height: 14px;
  cursor: pointer;
  -webkit-transition: background-position 0.2s ease-in;
  transition: background-position 0.2s ease-in;
}

:not(.aXNw) label.input-toggle > input:checked + span {
  background-position: -100%;
}

:not(.aXNw) label.input-toggle > span:after {
  content: "";
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  background: #f1f1f1;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -webkit-transition:
    left 0.2s ease-in,
    background-color 0.2s ease-in,
    -webkit-transform 0.3s ease;
  transition:
    left 0.2s ease-in,
    background-color 0.2s ease-in,
    -webkit-transform 0.3s ease;
  transition:
    left 0.2s ease-in,
    background-color 0.2s ease-in,
    transform 0.3s ease;
  transition:
    left 0.2s ease-in,
    background-color 0.2s ease-in,
    transform 0.3s ease,
    -webkit-transform 0.3s ease;
}

:not(.aXNw) label.input-toggle > input:checked + span:after {
  left: calc(100% - 18px);
  background-color: #21c5eb;
}

:not(.aXNw) label.input-toggle > span:active:after {
  -webkit-transform: translateY(-50%) scale3d(1.15, 0.85, 1);
  transform: translateY(-50%) scale3d(1.15, 0.85, 1);
}

:not(.aXNw) label.input-toggle > input:disabled + span:active:after {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

:not(.aXNw) label.input-toggle > input:disabled + span {
  cursor: default;
}

:not(.aXNw) label.input-toggle > input:disabled + span {
  background: #d5d5d5;
}

:not(.aXNw) label.input-toggle > input:disabled + span:after {
  background: #bdbdbd;
}

:not(.aXNw) label.input-toggle > input {
  display: block;
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

:not(.aXNw) .toggle-2 {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}
:not(.aXNw) .toggle-2 + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  user-select: none;
}

:not(.aXNw) input.toggle-round-flat + label {
  padding: 2px;
  width: 45px;
  height: 20px;
  background-color: #dddddd;
  border-radius: 60px;
  transition: background 0.4s;
}
:not(.aXNw) input.toggle-round-flat + label:before,
:not(.aXNw) input.toggle-round-flat + label:after {
  display: block;
  position: absolute;
  content: "";
}
:not(.aXNw) input.toggle-round-flat + label:before {
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 2px;
  border-radius: 60px;
  transition: background 0.4s;
}
:not(.aXNw) input.toggle-round-flat + label:after {
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 52px;
  transition:
    margin 0.4s,
    background 0.4s;
}
:not(.aXNw) input.toggle-round-flat:checked + label {
  background-color: #36af47;
}
:not(.aXNw) input.toggle-round-flat:checked + label:after {
  margin-left: 24px;
  background-color: #fff;
}
/*! X-editable - v1.5.1 
* In-place editing with Twitter Bootstrap, jQuery UI or pure jQuery
* http://github.com/vitalets/x-editable
* Copyright (c) 2013 Vitaliy Potapov; Licensed MIT */
:not(.aXNw) .editableform {
  margin-bottom: 0; /* overwrites bootstrap margin */
}

:not(.aXNw) .editableform .control-group {
  margin-bottom: 0; /* overwrites bootstrap margin */
  white-space: nowrap; /* prevent wrapping buttons on new line */
  line-height: 20px; /* overwriting bootstrap line-height. See #133 */
}

/* 
  BS3 width:1005 for inputs breaks editable form in popup 
  See: https://github.com/vitalets/x-editable/issues/393
*/
:not(.aXNw) .editableform .form-control {
  width: auto;
}

:not(.aXNw) .editable-buttons {
  display: inline-block; /* should be inline to take effect of parent's white-space: nowrap */
  vertical-align: top;
  margin-left: 7px;
  /* inline-block emulation for IE7*/
  zoom: 1;
  *display: inline;
}

:not(.aXNw) .editable-buttons.editable-buttons-bottom {
  display: block;
  margin-top: 7px;
  margin-left: 0;
}

:not(.aXNw) .editable-input {
  vertical-align: top;
  display: inline-block; /* should be inline to take effect of parent's white-space: nowrap */
  width: auto; /* bootstrap-responsive has width: 100% that breakes layout */
  white-space: normal; /* reset white-space decalred in parent*/
  /* display-inline emulation for IE7*/
  zoom: 1;
  *display: inline;
}

:not(.aXNw) .editable-buttons .editable-cancel {
  margin-left: 7px;
}

/*for jquery-ui buttons need set height to look more pretty*/
:not(.aXNw) .editable-buttons button.ui-button-icon-only {
  height: 24px;
  width: 30px;
}

:not(.aXNw) .editableform-loading {
  /*background: url('../img/loading.gif') center center no-repeat;*/
  height: 25px;
  width: auto;
  min-width: 25px;
}

:not(.aXNw) .editable-inline .editableform-loading {
  background-position: left 5px;
}

:not(.aXNw) .editable-error-block {
  max-width: 300px;
  margin: 5px 0 0 0;
  width: auto;
  white-space: normal;
}

/*add padding for jquery ui*/
:not(.aXNw) .editable-error-block.ui-state-error {
  padding: 3px;
}

:not(.aXNw) .editable-error {
  color: red;
}

/* ---- For specific types ---- */

:not(.aXNw) .editableform .editable-date {
  padding: 0;
  margin: 0;
  float: left;
}

/* move datepicker icon to center of add-on button. See https://github.com/vitalets/x-editable/issues/183 */
:not(.aXNw) .editable-inline .add-on .icon-th {
  margin-top: 3px;
  margin-left: 1px;
}

/* checklist vertical alignment */
:not(.aXNw) .editable-checklist label input[type="checkbox"],
:not(.aXNw) .editable-checklist label span {
  vertical-align: middle;
  margin: 0;
}

:not(.aXNw) .editable-checklist label {
  white-space: nowrap;
}

/* set exact width of textarea to fit buttons toolbar */
:not(.aXNw) .editable-wysihtml5 {
  width: 566px;
  height: 250px;
}

/* clear button shown as link in date inputs */
:not(.aXNw) .editable-clear {
  clear: both;
  font-size: 0.9em;
  text-decoration: none;
  text-align: right;
}

/* IOS-style clear button for text inputs */
:not(.aXNw) .editable-clear-x {
  /*background: url('../img/clear.png') center center no-repeat;*/
  display: block;
  width: 13px;
  height: 13px;
  position: absolute;
  opacity: 0.6;
  z-index: 100;

  top: 50%;
  right: 6px;
  margin-top: -6px;
}

:not(.aXNw) .editable-clear-x:hover {
  opacity: 1;
}

:not(.aXNw) .editable-pre-wrapped {
  white-space: pre-wrap;
}
:not(.aXNw) .editable-container.editable-popup {
  max-width: none !important; /* without this rule poshytip/tooltip does not stretch */
}

:not(.aXNw) .editable-container.popover {
  width: auto; /* without this rule popover does not stretch */
}

:not(.aXNw) .editable-container.editable-inline {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  /* inline-block emulation for IE7*/
  zoom: 1;
  *display: inline;
}

:not(.aXNw) .editable-container.ui-widget {
  font-size: inherit; /* jqueryui widget font 1.1em too big, overwrite it */
  z-index: 9990; /* should be less than select2 dropdown z-index to close dropdown first when click */
}
:not(.aXNw) .editable-click,
:not(.aXNw) a.editable-click,
:not(.aXNw) a.editable-click:hover {
  text-decoration: none;
  border-bottom: dashed 1px #0088cc;
}

:not(.aXNw) .editable-click.editable-disabled,
:not(.aXNw) a.editable-click.editable-disabled,
:not(.aXNw) a.editable-click.editable-disabled:hover {
  color: #585858;
  cursor: default;
  border-bottom: none;
}

:not(.aXNw) .editable-empty,
:not(.aXNw) .editable-empty:hover,
:not(.aXNw) .editable-empty:focus {
  font-style: italic;
  color: #dd1144;
  /* border-bottom: none; */
  text-decoration: none;
}

:not(.aXNw) .editable-unsaved {
  font-weight: bold;
}

:not(.aXNw) .editable-unsaved:after {
  /*    content: '*'*/
}

:not(.aXNw) .editable-bg-transition {
  -webkit-transition: background-color 1400ms ease-out;
  -moz-transition: background-color 1400ms ease-out;
  -o-transition: background-color 1400ms ease-out;
  -ms-transition: background-color 1400ms ease-out;
  transition: background-color 1400ms ease-out;
}

/*see https://github.com/vitalets/x-editable/issues/139 */
:not(.aXNw) .form-horizontal .editable {
  padding-top: 5px;
  display: inline-block;
}

/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
:not(.aXNw) .datepicker {
  padding: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr;
  /*.dow {
		border-top: 1px solid #ddd !important;
	}*/
}
:not(.aXNw) .datepicker-inline {
  width: 220px;
}
:not(.aXNw) .datepicker.datepicker-rtl {
  direction: rtl;
}
:not(.aXNw) .datepicker.datepicker-rtl table tr td span {
  float: right;
}
:not(.aXNw) .datepicker-dropdown {
  top: 0;
  left: 0;
}
:not(.aXNw) .datepicker-dropdown:before {
  content: "";
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 6px;
}
:not(.aXNw) .datepicker-dropdown:after {
  content: "";
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  left: 7px;
}
:not(.aXNw) .datepicker > div {
  display: none;
}
:not(.aXNw) .datepicker.days div.datepicker-days {
  display: block;
}
:not(.aXNw) .datepicker.months div.datepicker-months {
  display: block;
}
:not(.aXNw) .datepicker.years div.datepicker-years {
  display: block;
}
:not(.aXNw) .datepicker table {
  margin: 0;
}
:not(.aXNw) .datepicker td,
:not(.aXNw) .datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
  padding: 0 2px 0 2px;
}
:not(.aXNw) .table-striped .datepicker table tr td,
:not(.aXNw) .table-striped .datepicker table tr th {
  background-color: transparent;
}
:not(.aXNw) .datepicker table tr td.day:hover {
  background: #eeeeee;
  cursor: pointer;
}
:not(.aXNw) .datepicker table tr:first-child td {
  border-radius: 4px 4px 0px 0px;
}
:not(.aXNw) .datepicker table tr td {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
:not(.aXNw) .datepicker table tr:last-child td {
  border-radius: 0px 0px 4px 4px;
}
:not(.aXNw) .datepicker table tr td.day-highlighted {
  background: #ddedff;
  background-clip: content-box;
  cursor: pointer;
}
:not(.aXNw) .datepicker table tr td.day-highlighted:hover {
  background: #b3d6ff;
}
:not(.aXNw) .datepicker table tr td.old,
:not(.aXNw) .datepicker table tr td.new {
  color: #999999;
}
:not(.aXNw) .datepicker table tr td.disabled,
:not(.aXNw) .datepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
:not(.aXNw) .datepicker table tr td.today,
:not(.aXNw) .datepicker table tr td.today:hover,
:not(.aXNw) .datepicker table tr td.today.disabled,
:not(.aXNw) .datepicker table tr td.today.disabled:hover {
  background-color: #fde19a;
  background-image: -moz-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -ms-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#fdd49a),
    to(#fdf59a)
  );
  background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -o-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: linear-gradient(top, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #000;
}
:not(.aXNw) .datepicker table tr td.today:hover,
:not(.aXNw) .datepicker table tr td.today:hover:hover,
:not(.aXNw) .datepicker table tr td.today.disabled:hover,
:not(.aXNw) .datepicker table tr td.today.disabled:hover:hover,
:not(.aXNw) .datepicker table tr td.today:active,
:not(.aXNw) .datepicker table tr td.today:hover:active,
:not(.aXNw) .datepicker table tr td.today.disabled:active,
:not(.aXNw) .datepicker table tr td.today.disabled:hover:active,
:not(.aXNw) .datepicker table tr td.today.active,
:not(.aXNw) .datepicker table tr td.today:hover.active,
:not(.aXNw) .datepicker table tr td.today.disabled.active,
:not(.aXNw) .datepicker table tr td.today.disabled:hover.active,
:not(.aXNw) .datepicker table tr td.today.disabled,
:not(.aXNw) .datepicker table tr td.today:hover.disabled,
:not(.aXNw) .datepicker table tr td.today.disabled.disabled,
:not(.aXNw) .datepicker table tr td.today.disabled:hover.disabled,
:not(.aXNw) .datepicker table tr td.today[disabled],
:not(.aXNw) .datepicker table tr td.today:hover[disabled],
:not(.aXNw) .datepicker table tr td.today.disabled[disabled],
:not(.aXNw) .datepicker table tr td.today.disabled:hover[disabled] {
  background-color: #fdf59a;
}
:not(.aXNw) .datepicker table tr td.today:active,
:not(.aXNw) .datepicker table tr td.today:hover:active,
:not(.aXNw) .datepicker table tr td.today.disabled:active,
:not(.aXNw) .datepicker table tr td.today.disabled:hover:active,
:not(.aXNw) .datepicker table tr td.today.active,
:not(.aXNw) .datepicker table tr td.today:hover.active,
:not(.aXNw) .datepicker table tr td.today.disabled.active,
:not(.aXNw) .datepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069 \9;
}
:not(.aXNw) .datepicker table tr td.today:hover:hover {
  color: #000;
}
:not(.aXNw) .datepicker table tr td.today.active:hover {
  color: #fff;
}
:not(.aXNw) .datepicker table tr td.range,
:not(.aXNw) .datepicker table tr td.range:hover,
:not(.aXNw) .datepicker table tr td.range.disabled,
:not(.aXNw) .datepicker table tr td.range.disabled:hover {
  background: #eeeeee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
:not(.aXNw) .datepicker table tr td.range.today,
:not(.aXNw) .datepicker table tr td.range.today:hover,
:not(.aXNw) .datepicker table tr td.range.today.disabled,
:not(.aXNw) .datepicker table tr td.range.today.disabled:hover {
  background-color: #f3d17a;
  background-image: -moz-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: -ms-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#f3c17a),
    to(#f3e97a)
  );
  background-image: -webkit-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: -o-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: linear-gradient(top, #f3c17a, #f3e97a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
  border-color: #f3e97a #f3e97a #edde34;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
:not(.aXNw) .datepicker table tr td.range.today:hover,
:not(.aXNw) .datepicker table tr td.range.today:hover:hover,
:not(.aXNw) .datepicker table tr td.range.today.disabled:hover,
:not(.aXNw) .datepicker table tr td.range.today.disabled:hover:hover,
:not(.aXNw) .datepicker table tr td.range.today:active,
:not(.aXNw) .datepicker table tr td.range.today:hover:active,
:not(.aXNw) .datepicker table tr td.range.today.disabled:active,
:not(.aXNw) .datepicker table tr td.range.today.disabled:hover:active,
:not(.aXNw) .datepicker table tr td.range.today.active,
:not(.aXNw) .datepicker table tr td.range.today:hover.active,
:not(.aXNw) .datepicker table tr td.range.today.disabled.active,
:not(.aXNw) .datepicker table tr td.range.today.disabled:hover.active,
:not(.aXNw) .datepicker table tr td.range.today.disabled,
:not(.aXNw) .datepicker table tr td.range.today:hover.disabled,
:not(.aXNw) .datepicker table tr td.range.today.disabled.disabled,
:not(.aXNw) .datepicker table tr td.range.today.disabled:hover.disabled,
:not(.aXNw) .datepicker table tr td.range.today[disabled],
:not(.aXNw) .datepicker table tr td.range.today:hover[disabled],
:not(.aXNw) .datepicker table tr td.range.today.disabled[disabled],
:not(.aXNw) .datepicker table tr td.range.today.disabled:hover[disabled] {
  background-color: #f3e97a;
}
:not(.aXNw) .datepicker table tr td.range.today:active,
:not(.aXNw) .datepicker table tr td.range.today:hover:active,
:not(.aXNw) .datepicker table tr td.range.today.disabled:active,
:not(.aXNw) .datepicker table tr td.range.today.disabled:hover:active,
:not(.aXNw) .datepicker table tr td.range.today.active,
:not(.aXNw) .datepicker table tr td.range.today:hover.active,
:not(.aXNw) .datepicker table tr td.range.today.disabled.active,
:not(.aXNw) .datepicker table tr td.range.today.disabled:hover.active {
  background-color: #efe24b \9;
}
:not(.aXNw) .datepicker table tr td.selected,
:not(.aXNw) .datepicker table tr td.selected:hover,
:not(.aXNw) .datepicker table tr td.selected.disabled,
:not(.aXNw) .datepicker table tr td.selected.disabled:hover {
  background-color: #9e9e9e;
  background-image: -moz-linear-gradient(top, #b3b3b3, #808080);
  background-image: -ms-linear-gradient(top, #b3b3b3, #808080);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#b3b3b3),
    to(#808080)
  );
  background-image: -webkit-linear-gradient(top, #b3b3b3, #808080);
  background-image: -o-linear-gradient(top, #b3b3b3, #808080);
  background-image: linear-gradient(top, #b3b3b3, #808080);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
  border-color: #808080 #808080 #595959;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
:not(.aXNw) .datepicker table tr td.selected:hover,
:not(.aXNw) .datepicker table tr td.selected:hover:hover,
:not(.aXNw) .datepicker table tr td.selected.disabled:hover,
:not(.aXNw) .datepicker table tr td.selected.disabled:hover:hover,
:not(.aXNw) .datepicker table tr td.selected:active,
:not(.aXNw) .datepicker table tr td.selected:hover:active,
:not(.aXNw) .datepicker table tr td.selected.disabled:active,
:not(.aXNw) .datepicker table tr td.selected.disabled:hover:active,
:not(.aXNw) .datepicker table tr td.selected.active,
:not(.aXNw) .datepicker table tr td.selected:hover.active,
:not(.aXNw) .datepicker table tr td.selected.disabled.active,
:not(.aXNw) .datepicker table tr td.selected.disabled:hover.active,
:not(.aXNw) .datepicker table tr td.selected.disabled,
:not(.aXNw) .datepicker table tr td.selected:hover.disabled,
:not(.aXNw) .datepicker table tr td.selected.disabled.disabled,
:not(.aXNw) .datepicker table tr td.selected.disabled:hover.disabled,
:not(.aXNw) .datepicker table tr td.selected[disabled],
:not(.aXNw) .datepicker table tr td.selected:hover[disabled],
:not(.aXNw) .datepicker table tr td.selected.disabled[disabled],
:not(.aXNw) .datepicker table tr td.selected.disabled:hover[disabled] {
  background-color: #808080;
}
:not(.aXNw) .datepicker table tr td.selected:active,
:not(.aXNw) .datepicker table tr td.selected:hover:active,
:not(.aXNw) .datepicker table tr td.selected.disabled:active,
:not(.aXNw) .datepicker table tr td.selected.disabled:hover:active,
:not(.aXNw) .datepicker table tr td.selected.active,
:not(.aXNw) .datepicker table tr td.selected:hover.active,
:not(.aXNw) .datepicker table tr td.selected.disabled.active,
:not(.aXNw) .datepicker table tr td.selected.disabled:hover.active {
  background-color: #666666 \9;
}
:not(.aXNw) .datepicker table tr td.active,
:not(.aXNw) .datepicker table tr td.active:hover,
:not(.aXNw) .datepicker table tr td.active.disabled,
:not(.aXNw)
  .datepicker
  table
  tr
  td.active.disabled:hover
  .datepicker
  table
  tr
  td.active.day-highlighted,
:not(.aXNw) .datepicker table tr td.active.day-highlighted:hover,
:not(.aXNw) .datepicker table tr td.active.day-highlighted.disabled,
:not(.aXNw) .datepicker table tr td.active.disabled.day-highlighted:hover {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#0088cc),
    to(#0044cc)
  );
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(top, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
:not(.aXNw) .datepicker table tr td.active:hover,
:not(.aXNw) .datepicker table tr td.active:hover:hover,
:not(.aXNw) .datepicker table tr td.active.disabled:hover,
:not(.aXNw) .datepicker table tr td.active.disabled:hover:hover,
:not(.aXNw) .datepicker table tr td.active:active,
:not(.aXNw) .datepicker table tr td.active:hover:active,
:not(.aXNw) .datepicker table tr td.active.disabled:active,
:not(.aXNw) .datepicker table tr td.active.disabled:hover:active,
:not(.aXNw) .datepicker table tr td.active.active,
:not(.aXNw) .datepicker table tr td.active:hover.active,
:not(.aXNw) .datepicker table tr td.active.disabled.active,
:not(.aXNw) .datepicker table tr td.active.disabled:hover.active,
:not(.aXNw) .datepicker table tr td.active.disabled,
:not(.aXNw) .datepicker table tr td.active:hover.disabled,
:not(.aXNw) .datepicker table tr td.active.disabled.disabled,
:not(.aXNw) .datepicker table tr td.active.disabled:hover.disabled,
:not(.aXNw) .datepicker table tr td.active[disabled],
:not(.aXNw) .datepicker table tr td.active:hover[disabled],
:not(.aXNw) .datepicker table tr td.active.disabled[disabled],
:not(.aXNw) .datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
:not(.aXNw) .datepicker table tr td.active:active,
:not(.aXNw) .datepicker table tr td.active:hover:active,
:not(.aXNw) .datepicker table tr td.active.disabled:active,
:not(.aXNw) .datepicker table tr td.active.disabled:hover:active,
:not(.aXNw) .datepicker table tr td.active.active,
:not(.aXNw) .datepicker table tr td.active:hover.active,
:not(.aXNw) .datepicker table tr td.active.disabled.active,
:not(.aXNw) .datepicker table tr td.active.disabled:hover.active {
  background-color: #003399 \9;
}
:not(.aXNw) .datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
:not(.aXNw) .datepicker table tr td span:hover {
  background: #eeeeee;
}
:not(.aXNw) .datepicker table tr td span.disabled,
:not(.aXNw) .datepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
:not(.aXNw) .datepicker table tr td span.active,
:not(.aXNw) .datepicker table tr td span.active:hover,
:not(.aXNw) .datepicker table tr td span.active.disabled,
:not(.aXNw) .datepicker table tr td span.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#0088cc),
    to(#0044cc)
  );
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(top, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
:not(.aXNw) .datepicker table tr td span.active:hover,
:not(.aXNw) .datepicker table tr td span.active:hover:hover,
:not(.aXNw) .datepicker table tr td span.active.disabled:hover,
:not(.aXNw) .datepicker table tr td span.active.disabled:hover:hover,
:not(.aXNw) .datepicker table tr td span.active:active,
:not(.aXNw) .datepicker table tr td span.active:hover:active,
:not(.aXNw) .datepicker table tr td span.active.disabled:active,
:not(.aXNw) .datepicker table tr td span.active.disabled:hover:active,
:not(.aXNw) .datepicker table tr td span.active.active,
:not(.aXNw) .datepicker table tr td span.active:hover.active,
:not(.aXNw) .datepicker table tr td span.active.disabled.active,
:not(.aXNw) .datepicker table tr td span.active.disabled:hover.active,
:not(.aXNw) .datepicker table tr td span.active.disabled,
:not(.aXNw) .datepicker table tr td span.active:hover.disabled,
:not(.aXNw) .datepicker table tr td span.active.disabled.disabled,
:not(.aXNw) .datepicker table tr td span.active.disabled:hover.disabled,
:not(.aXNw) .datepicker table tr td span.active[disabled],
:not(.aXNw) .datepicker table tr td span.active:hover[disabled],
:not(.aXNw) .datepicker table tr td span.active.disabled[disabled],
:not(.aXNw) .datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
:not(.aXNw) .datepicker table tr td span.active:active,
:not(.aXNw) .datepicker table tr td span.active:hover:active,
:not(.aXNw) .datepicker table tr td span.active.disabled:active,
:not(.aXNw) .datepicker table tr td span.active.disabled:hover:active,
:not(.aXNw) .datepicker table tr td span.active.active,
:not(.aXNw) .datepicker table tr td span.active:hover.active,
:not(.aXNw) .datepicker table tr td span.active.disabled.active,
:not(.aXNw) .datepicker table tr td span.active.disabled:hover.active {
  background-color: #003399 \9;
}
:not(.aXNw) .datepicker table tr td span.old,
:not(.aXNw) .datepicker table tr td span.new {
  color: #999999;
}
:not(.aXNw) .datepicker th.datepicker-switch {
  width: 145px;
}
:not(.aXNw) .datepicker thead tr:first-child th,
:not(.aXNw) .datepicker tfoot tr th {
  cursor: pointer;
}
:not(.aXNw) .datepicker thead tr:first-child th:hover,
:not(.aXNw) .datepicker tfoot tr th:hover {
  background: #eeeeee;
}
:not(.aXNw) .datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
:not(.aXNw) .datepicker thead tr:first-child th.cw {
  cursor: default;
  background-color: transparent;
}
:not(.aXNw) .input-append.date .add-on i,
:not(.aXNw) .input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}
:not(.aXNw) .input-daterange input {
  text-align: center;
}
:not(.aXNw) .input-daterange input:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
:not(.aXNw) .input-daterange input:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
:not(.aXNw) .input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 18px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px;
}

/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
:not(.aXNw) .owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* display none until init */
:not(.aXNw) .owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
:not(.aXNw) .owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
:not(.aXNw) .owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
:not(.aXNw) .owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

:not(.aXNw) .owl-carousel .owl-item {
  float: left;
}
:not(.aXNw) .owl-controls .owl-page,
:not(.aXNw) .owl-controls .owl-buttons div {
  cursor: pointer;
}
:not(.aXNw) .owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
:not(.aXNw) .grabbing {
  cursor:
    url(/scripts/build/desktop-legacy/d817e1dba5bd5d891d0504bf1715807b.png) 8 8,
    move;
}

/* fix */
:not(.aXNw) .owl-carousel .owl-wrapper,
:not(.aXNw) .owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

:not(.aXNw) .owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}

/* Styling Next and Prev buttons */

:not(.aXNw) .owl-theme .owl-controls .owl-buttons div {
  color: #fff;
  display: inline-block;
  zoom: 1;
  *display: inline; /*IE7 life-saver */
  margin: 5px 0;
  padding: 6px 12px;
  font-size: 11.5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #354052;
  filter: Alpha(Opacity=85); /*IE7 fix*/
  opacity: 0.85;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
:not(.aXNw) .owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100); /*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}

/* Styling Pagination*/

:not(.aXNw) .owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline; /*IE7 life-saver */
}
:not(.aXNw) .owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50); /*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791;
}

:not(.aXNw) .owl-theme .owl-controls .owl-page.active span,
:not(.aXNw) .owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100); /*IE7 fix*/
  opacity: 1;
}

/* If PaginationNumbers is true */

:not(.aXNw) .owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #fff;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

/* preloading images */
:not(.aXNw) .owl-item.loading {
  min-height: 150px;
  background: url(/scripts/build/desktop-legacy/5b8b06c052cac80413d62e5c45f9f37b.gif)
    no-repeat center center;
}

/* ST overrides */
:not(.aXNw) .owl-buttons {
  position: relative;
  top: -38px;
}
:not(.aXNw) .owl-theme .owl-controls .owl-buttons div {
  position: absolute;
}
:not(.aXNw) .owl-prev {
  padding-left: 10px !important;
  left: 0;
}
:not(.aXNw) .owl-next {
  padding-right: 10px !important;
  right: 0;
}

:not(.aXNw) .disabled.owl-prev,
:not(.aXNw) .disabled.owl-next,
:not(.aXNw) .disabled.owl-prev:hover,
:not(.aXNw) .disabled.owl-next:after {
  opacity: 0.1 !important;
}

:not(.aXNw) .owl-pagination {
  margin-top: 24px;
}
:not(.aXNw) .owl-theme .owl-controls .owl-page span {
  filter: Alpha(Opacity=25);
  opacity: 0.25;
}
:not(.aXNw) .owl-theme .owl-controls .active.owl-page span {
  background-color: #6aa9f3;
}

:not(.aXNw) .custom-popup {
  position: absolute;
  z-index: 2000;
  display: block;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.75);
}
:not(.aXNw) .custom-popup .popup-header {
  color: white;
  background-color: #4a4a4a;
  padding: 15px;
  position: relative;
}
:not(.aXNw) .custom-popup .popup-body {
  background-color: white;
  padding: 15px;
  position: relative;
}
:not(.aXNw) .custom-popup .popup-footer {
  background-color: white;
  padding: 15px;
  position: relative;
  overflow: hidden;
}
:not(.aXNw) .custom-popup .popup-arrow {
  width: 30px;
  height: 30px;
  position: absolute;
  overflow: hidden;
  transform: rotate(45deg);
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.75);
}
:not(.aXNw) .custom-popup .popup-arrow:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
}
:not(.aXNw) .custom-popup .left {
  left: -15px;
}
:not(.aXNw) .custom-popup .left:after {
  background: white;
}
:not(.aXNw) .custom-popup .right {
  right: -15px;
}
:not(.aXNw) .custom-popup .right:after {
  background: white;
}
:not(.aXNw) .custom-popup .top {
  top: -15px;
}
:not(.aXNw) .custom-popup .top:after {
  background: #4a4a4a;
}
:not(.aXNw) .custom-popup .bottom {
  bottom: -15px;
}
:not(.aXNw) .custom-popup .bottom:after {
  background: white;
}
:not(.aXNw) .custom-popup .validation-message {
  white-space: nowrap;
}

:not(.aXNw) .clearfix {
  *zoom: 1;
}
:not(.aXNw) .clearfix:before,
:not(.aXNw) .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
:not(.aXNw) .clearfix:after {
  clear: both;
}
:not(.aXNw) .hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
:not(.aXNw) .input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* Bootstrap bug fixes */
:not(.aXNw) .input-prepend,
:not(.aXNw) .input-append {
  white-space: nowrap;
}
:not(.aXNw) .input-append .validation-message {
  font-size: 14px;
}
/* Forms */
:not(.aXNw) .form-horizontal .help-block {
  margin-top: 0;
}
:not(.aXNw) .form-horizontal.narrow .control-group {
  margin-bottom: 9px;
}
:not(.aXNw) .validation-summary-errors {
  padding: 0 0 0 2px;
  font-weight: bold;
  color: red;
}
:not(.aXNw) .validation-summary-errors ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
:not(.aXNw) .field-validation-error {
  position: absolute;
  width: 250px;
  padding: 5px 10px;
  color: #fff;
  background: #ffa3a3;
  cursor: pointer;
  z-index: 9999;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
:not(.aXNw) .field-validation-error:empty {
  display: none;
}
:not(.aXNw) .inline-validation-messages .field-validation-error {
  position: inherit !important;
  width: auto !important;
}
:not(.aXNw) .inline-validation-messages .field-validation-error:empty {
  display: none;
}
:not(.aXNw) .field {
  margin: 0 10px 5px 0;
  position: relative;
}
:not(.aXNw) .field .caption {
  margin: 0 0 2px 0;
  white-space: nowrap;
}
:not(.aXNw) .field.edit label {
  margin-left: 4px;
  color: #666;
}
:not(.aXNw) .field.checkbox .editor {
  display: inline;
  margin-left: 4px;
}
:not(.aXNw) .field.checkbox .caption {
  display: inline;
}
:not(.aXNw) .field span.description {
  display: none;
  position: absolute;
  width: 200px;
  font-size: 8pt;
  z-index: 1;
  color: #fff;
  background: #ff9900;
  padding: 5px;
  box-shadow: 0 0 5px #e8cb9e;
}
:not(.aXNw) .uploader.file .file-name {
  vertical-align: middle;
  color: #999;
}
:not(.aXNw) .uploader.image img {
  vertical-align: middle;
}
:not(.aXNw) .uploader.image .uibutton {
  vertical-align: middle;
}
:not(.aXNw) .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ccc;
  opacity: 0.5;
  z-index: 999;
}
:not(.aXNw) form > .error-box,
:not(.aXNw) body > .error-box {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 300px;
  height: 80px;
  margin: -40px 0 0 -150px;
  padding: 10px;
  z-index: 10000;
  cursor: pointer;
  background: #fad7e5;
  border: 1px solid red;
  border-radius: 2px;
  color: red;
}
:not(.aXNw) input.input-validation-error {
  color: #b94a48;
  border-color: #b94a48;
}
:not(.aXNw) .input-validation-error {
  color: #b94a48;
  border-color: #b94a48;
}
:not(.aXNw) .input-validation-error:focus {
  border-color: #953b39;
  -webkit-box-shadow: 0 0 6px #d59392;
  -moz-box-shadow: 0 0 6px #d59392;
  box-shadow: 0 0 6px #d59392;
}
:not(.aXNw) .dayTime {
  width: 8em;
}
:not(.aXNw) textarea.memo {
  width: 100%;
  display: block;
}
:not(.aXNw) .welcome-recording input[type="text"] {
  margin-top: 5px;
}
:not(.aXNw) tr .autohide,
:not(.aXNw) li .autohide,
:not(.aXNw) .autohide-trigger .autohide {
  visibility: hidden;
}
:not(.aXNw) tr:hover .autohide,
:not(.aXNw) li:hover .autohide,
:not(.aXNw) .autohide-trigger:hover .autohide {
  visibility: visible;
}
:not(.aXNw) table.table-hover tbody tr:hover td,
:not(.aXNw) table.table-hover tbody tr:hover th {
  background-color: #f5f5f5;
}
:not(.aXNw) .k-old-item-actions-custom {
  width: 100% !important;
}

:not(.aXNw) .clearfix {
  *zoom: 1;
}
:not(.aXNw) .clearfix:before,
:not(.aXNw) .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
:not(.aXNw) .clearfix:after {
  clear: both;
}
:not(.aXNw) .hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
:not(.aXNw) .input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
:not(.aXNw) .toast-title {
  font-weight: bold;
}
:not(.aXNw) .toast-message {
  word-wrap: break-word;
}
:not(.aXNw) .toast-top-left {
  top: 12px;
  left: 12px;
}
:not(.aXNw) .toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
:not(.aXNw) .toast-bottom-left {
  left: 12px;
  bottom: 12px;
}
:not(.aXNw) #toast-container {
  position: fixed;
  z-index: 20000;
}
:not(.aXNw) #toast-container > div {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
  margin: 0 0 6px;
  padding: 15px;
  width: 300px;
}
:not(.aXNw) .toast {
  color: #3a87ad;
  background-color: #d9edf7;
}
:not(.aXNw) .toast-success {
  color: #468847;
  background-color: #dff0d8;
}
:not(.aXNw) .toast-error {
  color: #b94a48;
  background-color: #f2dede;
}
:not(.aXNw) .toast-info {
  color: #3a87ad;
  background-color: #d9edf7;
}
:not(.aXNw) .toast-warning {
  color: #c09853;
  background-color: #fcf8e3;
}
:not(.aXNw) .toast-top-right {
  top: 12px;
  right: 12px;
}
:not(.aXNw) #toast-container > :hover {
  cursor: pointer;
}
:not(.aXNw) .toast-message {
  position: relative;
}
:not(.aXNw) .toast-message .ui.button {
  position: absolute;
  right: 30px;
  top: -2em;
}
:not(.aXNw) .toast-message .ui.button.close {
  border-color: transparent !important;
  box-shadow: none;
  font-size: 24px;
  padding: 3px 8px 9px;
  right: -12px;
  top: -28px;
}
:not(.aXNw) .toast-message .ui.button.close:hover,
:not(.aXNw) .toast-message .ui.button.close:active,
:not(.aXNw) .toast-message .ui.button.close:focus {
  background-color: transparent !important;
  border-color: transparent;
  box-shadow: none;
}

:not(.aXNw) .clearfix {
  *zoom: 1;
}
:not(.aXNw) .clearfix:before,
:not(.aXNw) .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
:not(.aXNw) .clearfix:after {
  clear: both;
}
:not(.aXNw) .hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
:not(.aXNw) .input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
:not(.aXNw) span.loading,
:not(.aXNw) span.form-loading,
:not(.aXNw) span.global-loading,
:not(.aXNw) div.loading,
:not(.aXNw) div.form-loading,
:not(.aXNw) div.global-loading {
  display: none;
}
:not(.aXNw) .loading.btn.loading-visible,
:not(.aXNw) .form-loading.btn.loading-visible,
:not(.aXNw) .global-loading.btn.loading-visible {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
:not(.aXNw) .loading.dots span.s1,
:not(.aXNw) .form-loading.dots span.s1,
:not(.aXNw) .global-loading.dots span.s1,
:not(.aXNw) .loading.dots span.s2,
:not(.aXNw) .form-loading.dots span.s2,
:not(.aXNw) .global-loading.dots span.s2,
:not(.aXNw) .loading.dots span.s3,
:not(.aXNw) .form-loading.dots span.s3,
:not(.aXNw) .global-loading.dots span.s3 {
  opacity: 0.1;
  filter: alpha(opacity=10);
  animation: fadeIn 0.5s linear 0s infinite alternate;
  -moz-animation: fadeIn 0.5s linear 0s infinite alternate;
  -webkit-animation: fadeIn 0.5s linear 0s infinite alternate;
  -o-animation: fadeIn 0.5s linear 0s infinite alternate;
}
:not(.aXNw) .loading.dots span.s2,
:not(.aXNw) .form-loading.dots span.s2,
:not(.aXNw) .global-loading.dots span.s2 {
  animation-delay: 0.25s;
  -moz-animation-delay: 0.25s;
  -webkit-animation-delay: 0.25s;
  -o-animation-delay: 0.25s;
}
:not(.aXNw) .loading.dots span.s3,
:not(.aXNw) .form-loading.dots span.s3,
:not(.aXNw) .global-loading.dots span.s3 {
  animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
}
:not(.aXNw) .loading.boxes span.s1,
:not(.aXNw) .form-loading.boxes span.s1,
:not(.aXNw) .global-loading.boxes span.s1,
:not(.aXNw) .loading.boxes span.s2,
:not(.aXNw) .form-loading.boxes span.s2,
:not(.aXNw) .global-loading.boxes span.s2,
:not(.aXNw) .loading.boxes span.s3,
:not(.aXNw) .form-loading.boxes span.s3,
:not(.aXNw) .global-loading.boxes span.s3,
:not(.aXNw) .loading.boxes span.h,
:not(.aXNw) .form-loading.boxes span.h,
:not(.aXNw) .global-loading.boxes span.h {
  display: inline-block;
  vertical-align: text-top;
  height: 1em;
}
:not(.aXNw) .loading.boxes span.h,
:not(.aXNw) .form-loading.boxes span.h,
:not(.aXNw) .global-loading.boxes span.h {
  width: 1px;
}
:not(.aXNw) .loading.boxes span.s1,
:not(.aXNw) .form-loading.boxes span.s1,
:not(.aXNw) .global-loading.boxes span.s1,
:not(.aXNw) .loading.boxes span.s2,
:not(.aXNw) .form-loading.boxes span.s2,
:not(.aXNw) .global-loading.boxes span.s2,
:not(.aXNw) .loading.boxes span.s3,
:not(.aXNw) .form-loading.boxes span.s3,
:not(.aXNw) .global-loading.boxes span.s3 {
  background: #999;
  border: 1px solid #999;
  width: 0.3em;
  margin-left: 1px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  animation: boxHeight 0.5s linear 0s infinite alternate;
  -moz-animation: boxHeight 0.5s linear 0s infinite alternate;
  -webkit-animation: boxHeight 0.5s linear 0s infinite alternate;
  -o-animation: boxHeight 0.5s linear 0s infinite alternate;
}
:not(.aXNw) .loading.boxes span.s2,
:not(.aXNw) .form-loading.boxes span.s2,
:not(.aXNw) .global-loading.boxes span.s2 {
  animation-delay: -0.667s;
  -moz-animation-delay: -0.667s;
  -webkit-animation-delay: -0.667s;
  -o-animation-delay: -0.667s;
}
:not(.aXNw) .loading.boxes span.s3,
:not(.aXNw) .form-loading.boxes span.s3,
:not(.aXNw) .global-loading.boxes span.s3 {
  animation-delay: -0.333;
  -moz-animation-delay: -0.333;
  -webkit-animation-delay: -0.333;
  -o-animation-delay: -0.333;
}
:not(.aXNw) .loading.circle .rotating-circle,
:not(.aXNw) .form-loading.circle .rotating-circle,
:not(.aXNw) .global-loading.circle .rotating-circle {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  overflow: visible;
}
:not(.aXNw) .loading.circle .rotating-circle i,
:not(.aXNw) .form-loading.circle .rotating-circle i,
:not(.aXNw) .global-loading.circle .rotating-circle i {
  display: block;
  height: 24px;
  width: 24px;
  position: absolute;
  top: 0;
  right: 0;
  animation: rotation 0.65s infinite linear;
  border: 3px solid rgba(20, 170, 209, 0.15);
  border-top: 3px solid rgba(20, 170, 209, 0.8);
  border-radius: 100%;
}
:not(.aXNw) .global-loading {
  position: fixed;
  top: 72px;
  right: 12px;
  font-size: 20px;
  z-index: 1200;
  /* Above the anvil takeover */
}
:not(.aXNw) .global-loading span.s1,
:not(.aXNw) .global-loading span.s2,
:not(.aXNw) .global-loading span.s3,
:not(.aXNw) .global-loading span.h {
  vertical-align: top;
}
:not(.aXNw) .global-loading span.s1,
:not(.aXNw) .global-loading span.s2,
:not(.aXNw) .global-loading span.s3 {
  margin-left: 2px;
}
:not(.aXNw) .with-navigation-stacked .global-loading {
  top: 98px;
}
@keyframes fadeIn {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  80% {
    opacity: 0.1;
    filter: alpha(opacity=10);
  }
  100% {
    opacity: 0.1;
    filter: alpha(opacity=10);
  }
}
@-moz-keyframes fadeIn {
  :not(.aXNw) 0% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  :not(.aXNw) 80% {
    opacity: 0.1;
    filter: alpha(opacity=10);
  }
  :not(.aXNw) 100% {
    opacity: 0.1;
    filter: alpha(opacity=10);
  }
}
@-webkit-keyframes fadeIn {
  :not(.aXNw) 0% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  :not(.aXNw) 80% {
    opacity: 0.1;
    filter: alpha(opacity=10);
  }
  :not(.aXNw) 100% {
    opacity: 0.1;
    filter: alpha(opacity=10);
  }
}
@-o-keyframes fadeIn {
  :not(.aXNw) 0% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  :not(.aXNw) 80% {
    opacity: 0.1;
    filter: alpha(opacity=10);
  }
  :not(.aXNw) 100% {
    opacity: 0.1;
    filter: alpha(opacity=10);
  }
}
@keyframes boxHeight {
  0% {
    height: 1em;
  }
  100% {
    height: 0.5em;
  }
}
@-moz-keyframes boxHeight {
  :not(.aXNw) 0% {
    height: 1em;
  }
  :not(.aXNw) 100% {
    height: 0.5em;
  }
}
@-webkit-keyframes boxHeight {
  :not(.aXNw) 0% {
    height: 1em;
  }
  :not(.aXNw) 100% {
    height: 0.5em;
  }
}
@-o-keyframes boxHeight {
  :not(.aXNw) 0% {
    height: 1em;
  }
  :not(.aXNw) 100% {
    height: 0.5em;
  }
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

/* Marker classes */
:not(.aXNw) .no-auto {
} /* Marker of a form that should not be automatically processed by jQuery */
:not(.aXNw) .output {
} /* Marker of a hidden input for jQuery.signaturepad */
:not(.aXNw) .hasDatePicker {
} /* Marker of an input that does not require automatic datepicker initialization by knockout */
:not(.aXNw) .open-in-dialog {
} /* Indicates that referenced url should be opened in a separate dialog window */
:not(.aXNw) .follow-in-dialog {
}
:not(.aXNw) .cached {
}
:not(.aXNw) .slide {
}
:not(.aXNw) .clearfix {
  *zoom: 1;
}
:not(.aXNw) .clearfix:before,
:not(.aXNw) .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
:not(.aXNw) .clearfix:after {
  clear: both;
}
:not(.aXNw) .hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
:not(.aXNw) .input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@font-face {
  font-family: Gotham;
  font-weight: 400;
  src: url(/scripts/build/desktop-legacy/27a90e8757eda1edc9872eebec18ba64.otf)
    format("opentype");
}
@font-face {
  font-family: Gotham;
  font-weight: 700;
  src: url(/scripts/build/desktop-legacy/491690995b618360dff6122a7bf19332.otf)
    format("opentype");
}
@font-face {
  font-family: "Gotham";
  font-weight: 900;
  src: url(/scripts/build/desktop-legacy/13c840dc081e6ab6565e27a467856fbb.otf)
    format("opentype");
}
@font-face {
  font-family: "Gotham";
  font-weight: 100;
  src: url(/scripts/build/desktop-legacy/9019ab71e2d2d6cc3c9f4140cb27a618.otf)
    format("opentype");
}
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src:
    local("Material Icons"),
    local("MaterialIcons-Regular"),
    url(data:font/woff2;base64,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)
      format("woff2"),
    url(data:font/woff;base64,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)
      format("woff");
}
@font-face {
  font-family: gotham-light;
  src: url(/scripts/build/desktop-legacy/bceda3fae660177ae570735feec62811.otf)
    format("opentype");
}
@font-face {
  font-family: "st-icons";
  src:
    url(/scripts/build/desktop-legacy/9cffad4d2f3f53e56b734f9d0bd94253.eot)
      format("embedded-opentype"),
    url(data:application/octet-stream;base64,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)
      format("truetype"),
    url(data:font/woff;base64,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)
      format("woff"),
    url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiID4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8bWV0YWRhdGE+R2VuZXJhdGVkIGJ5IEljb01vb248L21ldGFkYXRhPgo8ZGVmcz4KPGZvbnQgaWQ9InN0LWljb25zIiBob3Jpei1hZHYteD0iMTAyNCI+Cjxmb250LWZhY2UgdW5pdHMtcGVyLWVtPSIxMDI0IiBhc2NlbnQ9Ijk2MCIgZGVzY2VudD0iLTY0IiAvPgo8bWlzc2luZy1nbHlwaCBob3Jpei1hZHYteD0iMTAyNCIgLz4KPGdseXBoIHVuaWNvZGU9IiYjeDIwOyIgaG9yaXotYWR2LXg9IjUxMiIgZD0iIiAvPgo8Z2x5cGggdW5pY29kZT0iJiN4ZTkwMDsiIGdseXBoLW5hbWU9InZvaWNlbWFpbCIgaG9yaXotYWR2LXg9IjEyODAiIGQ9Ik05ODYuNjg4IDYwMi42ODhjLTAuMDc2IDAtMC4xNjYgMC0wLjI1NiAwLTE2MS44ODYgMC0yOTMuMTItMTMxLjIzNC0yOTMuMTItMjkzLjEyIDAtMC4wNjcgMC0wLjEzNSAwLTAuMjAydjAuMDEwYzAtNzAuOTc2IDI1LjA4OC0xMzYgNjcuMi0xODYuNjg4aC0yNDEuMDI0YzQxLjgxMiA1MC4wMDQgNjcuMjAxIDExNC45OTEgNjcuMjAxIDE4NS45MDggMCAwLjI3NCAwIDAuNTQ5LTAuMDAxIDAuODIzdi0wLjA0M2MwIDAuMDU3IDAgMC4xMjQgMCAwLjE5MiAwIDE2MS44ODYtMTMxLjIzNCAyOTMuMTItMjkzLjEyIDI5My4xMi0wLjA5MCAwLTAuMTggMC0wLjI3IDBoMC4wMTRjLTAuMDU3IDAtMC4xMjUgMC0wLjE5MiAwLTE2MS44ODYgMC0yOTMuMTItMTMxLjIzNC0yOTMuMTItMjkzLjEyIDAtMC4wNjggMC0wLjEzNSAwLTAuMjAzdjAuMDExYzAtMC4wNzYgMC0wLjE2NiAwLTAuMjU2IDAtMTYxLjg4NiAxMzEuMjM0LTI5My4xMiAyOTMuMTItMjkzLjEyIDAuMDY3IDAgMC4xMzUgMCAwLjIwMiAwaDY5My4zNjZjMC4wNTcgMCAwLjEyNCAwIDAuMTkyIDAgMTYxLjg4NiAwIDI5My4xMiAxMzEuMjM0IDI5My4xMiAyOTMuMTIgMCAwLjA5MCAwIDAuMTggMCAwLjI3di0wLjAxNGMwIDAuMDU3IDAgMC4xMjUgMCAwLjE5MiAwIDE2MS44ODYtMTMxLjIzNCAyOTMuMTItMjkzLjEyIDI5My4xMi0wLjA2OCAwLTAuMTM1IDAtMC4yMDMgMGgwLjAxMXpNMjkzLjMxMiAxMjIuNjg4Yy0xMDMuMDM0IDAuMTQ2LTE4Ni41MTUgODMuNjUtMTg2LjYyNCAxODYuNjc4djAuMDEwYzAuMTQ1IDEwMy4wMTEgODMuNjEzIDE4Ni40NzggMTg2LjYxIDE4Ni42MjRoMC4wMTRjMTAzLjAzOC0wLjEwOSAxODYuNTQyLTgzLjU5IDE4Ni42ODgtMTg2LjYxdi0wLjAxNGMtMC4xMDktMTAzLjA2MS04My42MjctMTg2LjU3OS0xODYuNjc3LTE4Ni42ODhoLTAuMDExek05ODYuNjg4IDEyMi42ODhjLTEwMy4wNjEgMC4xMDktMTg2LjU3OSA4My42MjctMTg2LjY4OCAxODYuNjc3djAuMDExYzAuMTQ2IDEwMy4wMzQgODMuNjUgMTg2LjUxNSAxODYuNjc4IDE4Ni42MjRoMC4wMTBjMTAzLjAxMS0wLjE0NSAxODYuNDc4LTgzLjYxMyAxODYuNjI0LTE4Ni42MXYtMC4wMTRjLTAuMTA5LTEwMy4wMzgtODMuNTktMTg2LjU0Mi0xODYuNjEtMTg2LjY4OGgtMC4wMTR6IiAvPgo8Z2x5cGggdW5pY29kZT0iJiN4ZTkwMTsiIGdseXBoLW5hbWU9InR3aWxpbyIgZD0iTTUxMS40NCA3MC43ODRjLTIwOC4wMjAgMC0zNzYuNjU2IDE2OC42MzYtMzc2LjY1NiAzNzYuNjUyIDAgMjA4LjAyMCAxNjguNjM2IDM3Ni42NTIgMzc2LjY1NiAzNzYuNjUyIDIwOC4wMTYgMCAzNzYuNjQ4LTE2OC42MzIgMzc2LjY0OC0zNzYuNjUyIDAtMjA4LjAxNi0xNjguNjMyLTM3Ni42NTItMzc2LjY0OC0zNzYuNjUyek01MTEuNDQgOTU4Ljg3NmMtMjgyLjQ2IDAtNTExLjQ0LTIyOC45ODQtNTExLjQ0LTUxMS40NCAwLTI4Mi40NiAyMjguOTgtNTExLjQzNiA1MTEuNDQtNTExLjQzNiAyODIuNDU2IDAgNTExLjQzNiAyMjguOTc2IDUxMS40MzYgNTExLjQzNiAwIDI4Mi40NTYtMjI4Ljk4IDUxMS40NC01MTEuNDQgNTExLjQ0ek01MzIuNDY0IDU3NC44MTJjMCA1OC43MjggNDcuNjEyIDEwNi4zNCAxMDYuMzQ0IDEwNi4zNHMxMDYuMzQtNDcuNjEyIDEwNi4zNC0xMDYuMzRjMC01OC43MzYtNDcuNjA4LTEwNi4zNDQtMTA2LjM0LTEwNi4zNDRzLTEwNi4zNDQgNDcuNjA4LTEwNi4zNDQgMTA2LjM0NHpNNTMyLjQ2NCAzMjAuMDY4YzAgNTguNzI4IDQ3LjYxMiAxMDYuMzQ0IDEwNi4zNDQgMTA2LjM0NHMxMDYuMzQtNDcuNjE2IDEwNi4zNC0xMDYuMzQ0YzAtNTguNzMyLTQ3LjYwOC0xMDYuMzQ0LTEwNi4zNC0xMDYuMzQ0cy0xMDYuMzQ0IDQ3LjYxMi0xMDYuMzQ0IDEwNi4zNDR6TTI3Ny43MjQgMzIwLjA2OGMwIDU4LjcyOCA0Ny42MTYgMTA2LjM0NCAxMDYuMzQ0IDEwNi4zNDQgNTguNzMyIDAgMTA2LjM0NC00Ny42MTYgMTA2LjM0NC0xMDYuMzQ0IDAtNTguNzMyLTQ3LjYxMi0xMDYuMzQ0LTEwNi4zNDQtMTA2LjM0NC01OC43MjggMC0xMDYuMzQ0IDQ3LjYxMi0xMDYuMzQ0IDEwNi4zNDR6TTI3Ny43MjQgNTc0LjgwOGMwIDU4LjczMiA0Ny42MTYgMTA2LjM0IDEwNi4zNDQgMTA2LjM0IDU4LjczMiAwIDEwNi4zNDQtNDcuNjA4IDEwNi4zNDQtMTA2LjM0IDAtNTguNzM2LTQ3LjYxMi0xMDYuMzQ0LTEwNi4zNDQtMTA2LjM0NC01OC43MjggMC0xMDYuMzQ0IDQ3LjYwOC0xMDYuMzQ0IDEwNi4zNDR6IiAvPgo8Z2x5cGggdW5pY29kZT0iJiN4ZTkwMjsiIGdseXBoLW5hbWU9ImJhbmR3aWR0aCIgZD0iTTQ2My44MTIgOTQwLjY2NGg2MC4yMzVjNTQuOTM1IDEuMDI0IDEyMy45NjQtMTIuOTUxIDE3NC42ODItMzQuMDMzIDMwNS43NTQtMTI3LjAzNiA0MDUuMjAzLTUwNi4zMzggMjAwLjc2NC03NjUuODMyLTM1LjUzOS00NS4xMTYtNzkuNDUtODMuNDI2LTEyOC40ODItMTEzLjI0Mi01NC44MTQtMzMuMjUtMTE2LjkxNy01Ny4xMDMtMTgwLjcwNi02NS43MTdsLTg0LjMyOS03LjUyOWMtMTIzLjcyMyAzLjk3Ni0yNTUuMzM3IDU2LjgwMi0zNDMuMSAxNDQuNTY1LTIxMS43MjcgMjExLjY2Ny0xODQuMDE5IDU3NC44ODYgNTkuOTk0IDc1MC4xMSA3OS4yNyA1Ni45MjIgMTQ2LjM3MiA3Ni4xMzcgMjQwLjk0MSA5MS42Nzh6TTcyOS44NzcgMjg1LjAyMWM4NS42NTUgMjguNzkyIDExMi4xNTggMTA5LjM4NyAxMDguMTgzIDE5Mi4xNTEtMy4zNzMgNzAuMTE0LTY0LjE1MSAxNjYuNTUxLTE0NC4zMjQgMTQ0LjU2NWwyNy4zNDctOTAuMzUzYzEzLjU1My03NS4yMzQtNi4wMjQtMTU4LjI5OC02OS41MTItMjA0LjgtMC4zNjEgNDMuMjQ5LTYuMjA0IDk4LjI0NC00OC4xODggMTIwLjQ3MXYtOTAuMzUzYy02OS44MTMgMjIuNjQ4LTc2LjA3NyAyLjIyOS0xMjYuNDk0LTQ4LjE4OCAwIDUyLjgyNi0yLjIyOSA5My44NDcgMTguNjEzIDE0NC41NjUgNi42MjYgMTYuMDgzIDE4LjU1MiAzOS4wOTMgMzYuMTQxIDQ0Ljg3NSAxMi41ODkgNC4xNTYgNDQuMTUyLTYuMzI1IDU5LjY5My04LjczNC0xNi45MjYgNDQuNDU0LTg0LjUxIDQ3LjUyNi0xMTkuMzg2IDIwLjE3OS02Mi4zNDQtNDguOTExLTk5Ljg3LTI1OC41MyA0MS4wODAtMjQ4Ljc3MiAzNC45OTcgMi40NyA0My45MTIgMjEuMTQzIDcyLjI4MiAzNS44NC05Ljc1OC00Ny44MjctNTAuODM5LTkyLjI4LTkwLjM1My0xMTkuMTQ1LTEyLjcxLTguNjE0LTM0LjY5Ni0yMi44ODktNTAuNjU4LTE2Ljc0NS00OS4zMzMgMTkuMDM0LTcyLjA0MSAxMzYuOTE1LTY4LjcyOCAxODQuMDc5IDUuNjYyIDc5LjIwOSAyMC40OCAxNTkuMzIyIDQ1LjExNiAyMzQuOTE4IDEzLjA3MSA0MC4xMTcgNTIuMTY0IDE0MS4wMTEgNTUuMTE1IDE3NC42ODIgNi40NDUgNzIuMjIyLTc1LjA1MyA3MC41MzYtMTI3Ljc1OSAwLTUwLjk1OS02OC4xODYtMTA1LjA1MC0yNDUuMTU4LTEwNi4wNzQtMzMxLjI5NC0xLjA4NC05Ni4xMzYtNS4yNC0yMDcuNDUgNzguMzY2LTI3NC43MzMgMzUuOS0yOC45MTMgODYuOTItNDMuOTcyIDEzMi40NTctNDQuNTE0IDI0LjUxNi0wLjI0MSA0OC40MjktMC45MDQgNzIuMjgyIDUuNjAyIDc3LjQwMiAyMC45NjIgMTIwLjEwOSA5My4wMDMgMTI2LjQ5NCAxNjkuMDgwIDI2LjYyNCAwIDUyLjcwNi0xLjkyOCA3OC4zMDYgNi42MjZ6IiAvPgo8L2ZvbnQ+PC9kZWZzPjwvc3ZnPg==)
      format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
:not(.aXNw) [class^="icon-st-"],
:not(.aXNw) [class*=" icon-st-"] {
  font-family: "st-icons" !important;
  font-style: normal !important;
}
:not(.aXNw) .icon-st-voicemail:before {
  content: "\e900";
}
:not(.aXNw) .icon-st-twilio:before {
  content: "\e901";
  color: #cf272d;
}
:not(.aXNw) .icon-st-bandwidth:before {
  content: "\e902";
  color: #00bef0;
}
@font-face {
  font-family: "wf_segoe-ui";
  src: url("//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.eot");
  src:
    local("Segoe UI"),
    url("//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.eot?#iefix")
      format("embedded-opentype"),
    url("//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff")
      format("woff"),
    url("//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.ttf")
      format("truetype"),
    url("//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.svg#web")
      format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "wf_segoe-ui";
  src: url("//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.eot");
  src:
    local("Segoe UI Semibold"),
    url("//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.eot?#iefix")
      format("embedded-opentype"),
    url("//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff")
      format("woff"),
    url("//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.ttf")
      format("truetype"),
    url("//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.svg#web")
      format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "wf_segoe-ui";
  src: url("//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.eot");
  src:
    local("Segoe UI Light"),
    url("//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.eot?#iefix")
      format("embedded-opentype"),
    url("//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff")
      format("woff"),
    url("//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.ttf")
      format("truetype"),
    url("//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.svg#web")
      format("svg");
  font-weight: 100;
  font-style: normal;
}
@media print {
  :not(.aXNw) .no-print {
    display: none !important;
  }
  :not(.aXNw) .container {
    margin-top: 0px;
  }
  :not(.aXNw) .print-absolute-date:after {
    content: " (" attr(title) ")";
  }
}
:not(.aXNw) label.checkbox {
  display: inline-block;
  margin-right: 1em;
}
:not(.aXNw) .inline-icon[class*=" icon-"] {
  display: inline-block;
  padding-left: 19px;
  line-height: 20px;
}
:not(.aXNw) .inline-icon[class*=" icon-"]:before {
  position: absolute;
  margin-left: -20px;
  text-align: center;
  width: 16px;
  font-size: 16px;
}
:not(.aXNw) .icon-number:before {
  content: "#";
  font-weight: bold;
  margin-left: 5px !important;
}
:not(.aXNw) .icon-percent:before {
  content: "%";
  font-weight: bold;
  margin-left: 5px !important;
}
:not(.aXNw) .icon-exclamation:before {
  content: "!";
  font-weight: bold;
  margin-left: 2px !important;
}
:not(.aXNw) body {
  background: #fcfcfc;
  overflow-y: scroll;
}
:not(.aXNw) h1 {
  margin-bottom: 18px;
}
:not(.aXNw) body.modal-open {
  overflow: hidden;
}
:not(.aXNw) #container {
  margin-top: 15px;
}
:not(.aXNw) .top {
  margin-top: 0 !important;
}
:not(.aXNw) .bottom {
  margin-bottom: 0 !important;
}
:not(.aXNw) .avatar {
  border-radius: 3px;
  border-width: 1px;
  object-fit: cover;
}
:not(.aXNw) .fieldset {
  position: relative;
  display: block;
  border: 2px solid #eee;
  border: 2px solid rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 10px;
  padding-top: 40px;
  margin: 10px 0;
  background: #f8f8f8;
}
:not(.aXNw) .fieldset .legend {
  position: absolute;
  display: inline;
  width: auto;
  top: 0px;
  left: 0px;
  -webkit-border-radius: 2px 0px 4px 0px;
  -moz-border-radius: 2px 0px 4px 0px;
  border-radius: 2px 0px 4px 0px;
  padding: 6px 8px;
  background: #eee;
  background: rgba(0, 0, 0, 0.1);
}
/* Others */
:not(.aXNw) .clickable {
  cursor: pointer;
}
:not(.aXNw) tr.align-middle td {
  vertical-align: middle;
}
/* Twitter Bootstrap overrides */
:not(.aXNw) .dropdown {
  display: inline-block;
}
:not(.aXNw) .dropdown .dropdown-menu {
  margin-top: 4px;
}
:not(.aXNw) .dropdown .dropdown-menu > form {
  margin: 10px;
}
:not(.aXNw) .dropdown .dropdown-menu h1 {
  color: #bfbfbf;
  font-weight: bold;
  font-size: 10pt;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
:not(.aXNw) .well h2 {
  margin-bottom: 10px;
}
:not(.aXNw) .well table.property-grid {
  width: 100%;
}
:not(.aXNw) .well table.property-grid tr:first-child td {
  padding-top: 0;
}
:not(.aXNw) .well table.property-grid tr:last-child td {
  padding-bottom: 0;
}
:not(.aXNw) .estimate-follow-up-report,
:not(.aXNw) inventory-audit-report {
  width: 933px;
  padding: 10px 11px;
  border: solid 0.5px #c0c0c0;
  border-radius: 3px;
  font-size: 12px;
  background: #ffffff;
}
:not(.aXNw) .estimate-follow-up-report label,
:not(.aXNw) inventory-audit-report label {
  font-size: 12px;
  color: #9b9b9b;
}
:not(.aXNw) .estimate-follow-up-report select,
:not(.aXNw) inventory-audit-report select {
  width: 150px;
  height: 22px;
  line-height: 22px;
  border-radius: 2px;
  color: #4a4a4a;
  margin-top: -2px;
  padding-top: 0;
  padding-bottom: 0;
}
:not(.aXNw) .estimate-follow-up-report .gray-back,
:not(.aXNw) inventory-audit-report .gray-back {
  width: 650px;
  border-radius: 2px;
  background: #f6f6f6;
  padding-bottom: 14px;
  padding-top: 11px;
}
:not(.aXNw) .estimate-follow-up-report .criterias-row,
:not(.aXNw) inventory-audit-report .criterias-row {
  margin-left: 9px;
  padding-left: 12px;
}
:not(.aXNw) .estimate-follow-up-report .criterias-row:nth-of-type(2),
:not(.aXNw) inventory-audit-report .criterias-row:nth-of-type(2) {
  margin-top: 13px;
}
:not(.aXNw) .estimate-follow-up-report .dates,
:not(.aXNw) inventory-audit-report .dates {
  margin-top: 5px;
  width: 216px;
  height: 146px;
  background: #f6f6f6;
  padding-top: 21px;
  padding-left: 22px;
}
:not(.aXNw) .estimate-follow-up-report .dates p,
:not(.aXNw) inventory-audit-report .dates p {
  border-bottom: 1px solid #979797;
  padding: 6px;
}
:not(.aXNw) .estimate-follow-up-report .dates input,
:not(.aXNw) inventory-audit-report .dates input {
  width: 66px;
  height: 22px;
  line-height: 22px;
  border-radius: 2px;
  font-size: 12px;
  color: #4a4a4a;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
}
:not(.aXNw) .estimate-follow-up-report .dates .radio label,
:not(.aXNw) inventory-audit-report .dates .radio label {
  color: #4a4a4a;
  font-size: 12px;
}
:not(.aXNw) .estimate-follow-up-report .dates .radio input[type="radio"],
:not(.aXNw) inventory-audit-report .dates .radio input[type="radio"] {
  width: 18px;
  height: 18px;
  margin-right: 13px;
}
:not(.aXNw) .estimate-follow-up-report .dates .span6,
:not(.aXNw) inventory-audit-report .dates .span6 {
  margin: 0;
  margin-top: 12px;
  padding-right: 9px;
  padding-top: 1px;
}
:not(.aXNw) .estimate-follow-up-report .button-wrapper,
:not(.aXNw) inventory-audit-report .button-wrapper {
  margin-top: 17px;
  padding-left: 5px;
}
:not(.aXNw) .estimate-follow-up-report .run-report-btn,
:not(.aXNw) inventory-audit-report .run-report-btn {
  width: 216px;
  height: 27px;
  background-color: #3adaf5;
  font-size: 14px;
  color: #ffffff;
  border: none;
  text-transform: uppercase;
  cursor: pointer;
  margin-right: 14px;
}
:not(.aXNw) .estimate-follow-up-report .export-btn,
:not(.aXNw) inventory-audit-report .export-btn {
  width: 137px;
  height: 19px;
  background-color: #9b9b9b;
  color: white;
  font-size: 14px;
  padding-top: 4px;
  padding-bottom: 4px;
  margin-left: 4px;
}
:not(.aXNw) .estimate-follow-up-report .export-btn .export-btn-text,
:not(.aXNw) inventory-audit-report .export-btn .export-btn-text {
  cursor: pointer;
  padding-left: 10px;
  text-transform: uppercase;
}
:not(.aXNw) .estimate-follow-up-report .export-btn .export-btn-text i,
:not(.aXNw) inventory-audit-report .export-btn .export-btn-text i {
  margin-left: 44px;
}
:not(.aXNw) .estimate-follow-up-report button.ms-choice,
:not(.aXNw) inventory-audit-report button.ms-choice {
  width: 150px;
  height: 22px;
  line-height: 20px;
  border-radius: 2px;
  border-color: #cccccc;
  margin-top: -1px;
}
:not(.aXNw) .estimate-follow-up-report-grid {
  width: 956px;
  overflow-x: scroll;
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  /* IE 9 */
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
  /* Safari and Chrome */
}
@media print {
  :not(.aXNw) .estimate-follow-up-report-grid {
    width: 100%;
    overflow-x: visible;
  }
}
:not(.aXNw) .estimate-follow-up-report-grid::-webkit-scrollbar {
  width: 16px;
  height: 16px;
  margin: 5px;
}
:not(.aXNw) .estimate-follow-up-report-grid::-webkit-scrollbar-track {
  background: #f4f4f4;
}
:not(.aXNw) .estimate-follow-up-report-grid::-webkit-scrollbar-thumb {
  width: 6px;
  height: 6px;
  border: 5px solid #f4f4f4;
  background: #9b9b9b;
  border-radius: 15px;
}
:not(.aXNw) .estimate-follow-up-report-grid::-webkit-scrollbar-button {
  display: none;
}
:not(.aXNw) .estimate-follow-up-report-grid .grid {
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  /* IE 9 */
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
  /* Safari and Chrome */
}
:not(.aXNw) .estimate-follow-up-report-grid .grid td,
:not(.aXNw) .estimate-follow-up-report-grid .grid th {
  height: 29px;
}
:not(.aXNw) .estimate-follow-up-report-grid .grid td {
  background-color: #ffffff;
  border: solid 1px #d0d0d0;
  -ms-word-wrap: normal;
  word-wrap: normal;
}
:not(.aXNw) .estimate-follow-up-report-grid .grid th {
  cursor: pointer;
  color: #4a4a4a;
}
:not(.aXNw) .estimate-follow-up-report-grid .grid thead {
  background-color: #f4f4f4;
}
:not(.aXNw) .estimate-follow-up-report-grid .grid tbody > tr:first-of-type td {
  position: relative;
  z-index: 1000;
  -webkit-box-shadow: inset 0 4px 4px -4px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: inset 0 4px 4px -4px rgba(0, 0, 0, 0.8);
  box-shadow: inset 0 4px 4px -4px rgba(0, 0, 0, 0.8);
}
:not(.aXNw)
  .estimate-follow-up-report-grid
  .grid
  tbody
  > tr
  > td:nth-of-type(10) {
  min-width: 99px;
}
:not(.aXNw) .job-costing-report-grid {
  overflow-x: scroll;
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  /* IE 9 */
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
  /* Safari and Chrome */
}
@media print {
  :not(.aXNw) .job-costing-report-grid {
    width: 100%;
    overflow-x: visible;
  }
}
:not(.aXNw) .job-costing-report-grid::-webkit-scrollbar {
  width: 16px;
  height: 16px;
  margin: 5px;
}
:not(.aXNw) .job-costing-report-grid::-webkit-scrollbar-track {
  background: #f4f4f4;
}
:not(.aXNw) .job-costing-report-grid::-webkit-scrollbar-thumb {
  width: 6px;
  height: 6px;
  border: 5px solid #f4f4f4;
  background: #9b9b9b;
  border-radius: 15px;
}
:not(.aXNw) .job-costing-report-grid::-webkit-scrollbar-button {
  display: none;
}
:not(.aXNw) .job-costing-report-grid .grid {
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  /* IE 9 */
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
  /* Safari and Chrome */
}
/* Datepickers */
:not(.aXNw) .ui-datepicker {
  background: #fff;
}
:not(.aXNw) .ui-datepicker td a {
  background: #fff !important;
  border: none !important;
  color: #333 !important;
  text-align: center;
  width: 22px;
  height: 22px;
  line-height: 22px;
  vertical-align: middle;
}
:not(.aXNw) .ui-datepicker td a.ui-state-highlight {
  background: #c8eeff !important;
  border-radius: 11px;
}
:not(.aXNw) .ui-datepicker td a.ui-state-active {
  background: #95deff !important;
  border-radius: 11px;
}
/* Modal */
:not(.aXNw) .modal:not(.ui) {
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 520px;
  width: auto;
}
:not(.aXNw) .modal:not(.ui).fade {
  top: -50%;
  max-height: 50vh;
}
:not(.aXNw) .modal:not(.ui).fade.in {
  max-height: initial;
}
:not(.aXNw) .modal:not(.ui) h1 {
  margin-left: 5px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
}
:not(.aXNw) .modal:not(.ui).modal-scrollable {
  max-height: 85%;
  overflow-y: auto;
}
:not(.aXNw) .modal:not(.ui).fade.in {
  top: 10%;
}
/* Tooltips */
:not(.aXNw) .tooltip {
  z-index: 2000;
}
:not(.aXNw) .tooltip .tooltip-inner {
  font-family:
    "wf_segoe-ui", "Segoe UI", "Lucida Sans", "Helvetica Neue", Helvetica,
    Arial, sans-serif;
  font-size: 12px;
  max-width: 400px;
}
:not(.aXNw) .esri-ui {
  z-index: 1;
}
:not(.aXNw) .map-tooltips {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  overflow: visible;
}
:not(.aXNw) .map-tooltips .map-tooltip {
  font-size: 11px;
  position: absolute;
  max-width: 400px;
  z-index: 0;
  background-color: white;
  white-space: pre;
  padding: 0 3px;
  border: solid 1px black;
}
:not(.aXNw) .map-tooltips .map-tooltip.map-tooltip-popover {
  border: none;
  background-color: initial;
}
:not(.aXNw) .map-tooltips .map-tooltip.hide {
  display: none;
}
:not(.aXNw) .map-tooltips .map-tooltip .popover {
  display: block;
  width: max-content;
}
/* Formats */
:not(.aXNw) .format-number,
:not(.aXNw) .format-currency,
:not(.aXNw) .format-percent,
:not(.aXNw) .format-duration {
  text-align: right;
}
:not(.aXNw) .clear {
  clear: both;
}
:not(.aXNw) a.address {
  color: #333;
  border-bottom: 1px dashed #eee;
}
:not(.aXNw) a.play-audio {
  cursor: pointer;
  display: inline-block;
  width: 16px;
  height: 16px;
}
:not(.aXNw) ul.address-validation-suggestions {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
:not(.aXNw) ul.address-validation-suggestions:before {
  content: "Did you mean?";
}
/* Grid Action DropDown */
:not(.aXNw) .grid-action-menu-button > .grid-action-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 1000;
}
:not(.aXNw) .grid-action-menu-button > .grid-action-menu > div {
  min-width: 160px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  margin-top: 35px;
  background-color: #fff;
  border-radius: 3px;
  overflow: hidden;
}
:not(.aXNw) .grid-action-menu-button .k-icon {
  font-size: 0.9em;
}
:not(.aXNw) .grid-action-menu-button > .grid-action-menu a {
  background-color: transparent !important;
  display: block !important;
  margin: 0 !important;
  text-align: left;
}
:not(.aXNw) .grid-action-menu-button > .grid-action-menu a:hover {
  background-color: #dadada !important;
  border-radius: 0 !important;
}
:not(.aXNw) .grid-action-menu-button {
  position: relative;
}
:not(.aXNw) .grid-action-menu-button:hover > .grid-action-menu {
  display: block;
}
/* Property Grid */
:not(.aXNw) .property-grid label {
  display: inline-block;
}
:not(.aXNw) .property-grid.edit i {
  margin-top: 2px;
}
:not(.aXNw) .property-grid.edit label {
  margin-top: 4px;
}
:not(.aXNw) .property-grid .help-block {
  margin-bottom: 0;
}
:not(.aXNw) .property-grid .control-group {
  margin: 0;
}
:not(.aXNw) .properties-json textarea {
  height: 170px;
  width: 60%;
}
:not(.aXNw) .form-inline .field {
  float: left;
}
:not(.aXNw) .tax-zone-detail-report {
  font-size: 10px;
}
:not(.aXNw) .eight-em-column-min-width {
  min-width: 8em;
}
:not(.aXNw) .text-align-center {
  text-align: center;
}
:not(.aXNw) .property-grid .field {
  float: none;
}
:not(.aXNw) .modal-body > form {
  margin: 0;
}
:not(.aXNw) .btn-toolbar:last-child {
  margin: 0;
}
:not(.aXNw) .view.print-invoice body {
  background-color: blue;
}
:not(.aXNw) .view.print-invoice body,
:not(.aXNw) .view.print-invoice p,
:not(.aXNw) .view.print-invoice td {
  font: normal 10pt Tahoma;
}
:not(.aXNw) .view.print-invoice td {
  vertical-align: text-top;
}
:not(.aXNw) .view.print-invoice th {
  text-align: left;
}
:not(.aXNw) .view.print-invoice .TopFieldLabel {
  font-weight: bold;
  color: #666666;
}
:not(.aXNw) .view.print-invoice .TopFieldValue {
  color: #000000;
}
:not(.aXNw) .view.print-invoice table.ItemList {
  border: solid 1pt #333333;
  width: 100%;
}
:not(.aXNw) .view.print-invoice .style1 {
  font-size: 12pt;
  font-weight: bold;
  font-family: Arial;
}
:not(.aXNw) .view.print-invoice .Header1 {
  font: bold 11pt Arial;
}
:not(.aXNw) .view.print-invoice .pagebreak {
  page-break-before: always;
}
:not(.aXNw) .view.print-invoice .InvoiceNumber {
  font-size: 24px;
}
:not(.aXNw) .view.print-invoice .smallText {
  font-size: 11px;
}
:not(.aXNw) .widget {
  background-color: #f5f5f5;
  padding: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
}
:not(.aXNw) .stat {
  display: inline-block;
  padding: 6px 10px;
  text-align: center;
  color: #888;
  background: #efefef;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.5);
}
:not(.aXNw) .stat .value {
  font-size: 15px;
  font-weight: bold;
  color: #4a515b;
}
:not(.aXNw) .stat .description {
  display: block;
}
:not(.aXNw) body .has-attached {
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
:not(.aXNw) body .has-prepend {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
:not(.aXNw) body .has-attached + input,
:not(.aXNw) .has-attached + select,
:not(.aXNw) .has-attached + textarea {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
:not(.aXNw) .add-on .dropdown-toggle {
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
:not(.aXNw) .add-on .dropdown-toggle .caret {
  position: absolute;
  left: 4px;
  bottom: -2px;
}
:not(.aXNw) .add-on .dropdown-toggle i {
  margin-top: -2px;
}
:not(.aXNw) .add-on ul.dropdown-menu {
  left: -6px;
  margin-top: 6px;
}
:not(.aXNw) .add-on ul.dropdown-menu li {
  text-align: left;
}
:not(.aXNw) .add-on ul.dropdown-menu li a i {
  margin-right: 5px;
}
:not(.aXNw) ul.contacts {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
:not(.aXNw) ul.contacts input.value {
  width: 110px;
}
:not(.aXNw) ul.contacts input.memo {
  width: 92px;
}
:not(.aXNw) ul.contacts a.remove-contact {
  display: inline-block;
  margin: 6px 0 0 6px;
  float: right;
  font-size: 14px;
}
:not(.aXNw) ul.contacts a.add-contact {
  display: inline-block;
  margin: 0 0 0 262px;
  font-size: 14px;
}
:not(.aXNw) ul.contacts .validation-message {
  font-size: 14px;
}
:not(.aXNw) ul.contacts li {
  border-top: 1px solid #cccccc;
  padding-top: 16px;
  padding-bottom: 8px;
}
:not(.aXNw) ul.contacts li .input-prepend {
  vertical-align: top;
}
:not(.aXNw) ul.contacts li .input-prepend + div {
  display: inline-block;
}
:not(.aXNw) ul.contacts li .input-prepend + div .job-notification-trigger {
  margin-left: 15px;
}
:not(.aXNw)
  ul.contacts
  li
  .input-prepend
  + div
  .job-notification-trigger:nth-of-type(1) {
  margin-top: -6px;
  margin-bottom: 12px;
}
:not(.aXNw)
  ul.contacts
  li
  .input-prepend
  + div
  .job-notification-trigger
  .input-toggle {
  margin-top: 10px;
}
:not(.aXNw)
  ul.contacts
  li
  .input-prepend
  + div
  .job-notification-trigger
  .text {
  margin-top: 10px;
}
:not(.aXNw) .edit-customer-form ul.contacts li,
:not(.aXNw) .edit-location-form ul.contacts li {
  margin-bottom: 5px;
}
:not(.aXNw) .edit-customer-form ul.contacts li .phone-wrapper,
:not(.aXNw) .edit-location-form ul.contacts li .phone-wrapper {
  display: inline;
}
:not(.aXNw) .mapcanvas {
  width: 600px;
  height: 400px;
}
:not(.aXNw) .tags-editor {
  width: 244px;
}
:not(.aXNw) .tags-editor li.select2-search-choice {
  background-image: none !important;
}
:not(.aXNw) .tags-display.select2-container {
  max-width: 244px;
}
:not(.aXNw) .tags-display.select2-container > .select2-choices {
  background: none;
  border: none;
  box-shadow: none;
}
:not(.aXNw) .ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
:not(.aXNw) a.btn-link {
  display: inline-block;
  line-height: 28px;
  vertical-align: middle;
  margin-left: 5px;
}
:not(.aXNw) .no-wrap {
  white-space: nowrap;
}
:not(.aXNw) .video-help {
  float: right;
  margin-top: -7px;
}
:not(.aXNw) .edit-link {
  display: inline-block;
  margin-left: 10px;
}
:not(.aXNw) .edit-link i {
  font-size: 20px;
  line-height: 30px;
  vertical-align: middle;
}
:not(.aXNw) ul.bar-chart {
  margin: 0;
  padding: 0 11px 0 9px;
  list-style-type: none;
  width: 230px;
  height: 100px;
}
:not(.aXNw) ul.bar-chart li {
  display: inline-block;
  width: 6px;
  margin-right: 1px;
  background: #aad159;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
:not(.aXNw) .indication-panels {
  display: block;
  text-align: center;
}
:not(.aXNw) .indication-panels.hidden {
  display: none;
  z-index: 1100;
  width: 100%;
  /*
        .data-account-indicator { background: linear-gradient(to right, rgba(252,  3, 15,.0) 0%, rgba(252,  3, 15,.99) 15%, rgba(252,  3, 15,.99) 85%, rgba(252,  3, 15,.0) 100%); } // #fc030f =
        .demo-mode-indicator    { background: linear-gradient(to right, rgba(217,237,247,.0) 0%, rgba(217,237,247,.99) 15%, rgba(217,237,247,.99) 85%, rgba(217,237,247,.0) 100%); } // #d9edf7 =
        .warning-indicator      { background: linear-gradient(to right, rgba(252,238,212,.0) 0%, rgba(252,238,212,.99) 15%, rgba(252,238,212,.99) 85%, rgba(252,238,212,.0) 100%); } // #fbeed5 =
        .sandbox-indicator      { background: linear-gradient(to right, rgba(250,128,114,.0) 0%, rgba(250,128,114,.99) 15%, rgba(250,128,114,.99) 85%, rgba(250,128,114,.0) 100%); } // salmon = # =
        */
}
:not(.aXNw) .indication-panels.hidden.is-next-instance {
  display: block !important;
  position: relative;
  top: 0;
  z-index: 100;
}
@media screen and (min-width: 1400px) {
  :not(.aXNw) .indication-panels.hidden.is-next-instance {
    margin-right: 183px;
    width: auto;
  }
}
:not(.aXNw) .indication-panels [class*="-indicator"] {
  min-height: 24px;
  display: none;
  text-align: center;
}
:not(.aXNw) .indication-panels [class*="-indicator"].visible {
  display: block;
}
:not(.aXNw) .indication-panels [class*="-indicator"] .indicator-text {
  display: inline-block;
  margin: 6px 0 8px;
  max-width: 60em;
}
:not(.aXNw) .indication-panels [class*="-indicator"] .btn {
  margin-top: -3px;
  font-size: 13px;
}
:not(.aXNw) .indication-panels .practice-indicator .indicator-text,
:not(.aXNw) .indication-panels .next-indicator .indicator-text {
  margin: 0;
  font-weight: 600;
}
:not(.aXNw) .data-account-indicator {
  background-color: #fc030f;
  display: none;
}
:not(.aXNw) .data-account-indicator.visible {
  display: block;
}
:not(.aXNw) .data-account-indicator .indicator-text {
  color: white;
}
:not(.aXNw) .data-account-indicator .indicator-text .bold {
  font-weight: 900;
  font-size: 13.5px;
}
:not(.aXNw) .demo-mode-indicator {
  background-color: #d9edf7;
  border-color: #bce8f1;
}
:not(.aXNw) .demo-mode-indicator .indicator-text {
  color: #3a87ad;
}
:not(.aXNw) .warning-indicator {
  background-color: #fcf8e3;
  border-color: #fbeed5;
}
:not(.aXNw) .warning-indicator div.container {
  text-align: center;
}
:not(.aXNw) .warning-indicator .indicator-text {
  color: #c09853;
}
:not(.aXNw) .danger-indicator {
  background-color: salmon;
  border-color: #fbeed5;
}
:not(.aXNw) .danger-indicator div.container {
  text-align: center;
}
:not(.aXNw) .danger-indicator .indicator-text {
  color: white;
}
:not(.aXNw) .sandbox-indicator {
  background-color: salmon;
  border-color: #fbeed5;
}
:not(.aXNw) .sandbox-indicator div.container {
  text-align: center;
}
:not(.aXNw) .sandbox-indicator .indicator-text {
  color: white;
}
:not(.aXNw) .arimport-indicator {
  background-color: salmon;
  border-color: #fbeed5;
}
:not(.aXNw) .arimport-indicator div.container {
  text-align: center;
}
:not(.aXNw) .arimport-indicator .indicator-text {
  color: white;
}
:not(.aXNw) .suspension-indicator-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0.4;
  filter: alpha(opacity=40);
  display: none;
}
:not(.aXNw) .suspension-indicator-backdrop.visible {
  display: block;
}
:not(.aXNw) .suspension-indicator,
:not(.aXNw) .low-balance-suspension-indicator {
  position: fixed;
  top: 45%;
  width: 100%;
  z-index: 1050;
  outline: none;
  display: none;
}
:not(.aXNw) .suspension-indicator.visible,
:not(.aXNw) .low-balance-suspension-indicator.visible {
  display: block;
}
:not(.aXNw) .suspension-indicator > div,
:not(.aXNw) .low-balance-suspension-indicator > div {
  max-width: 650px;
  margin: 0 auto;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
:not(.aXNw) .low-balance-suspension-indicator {
  top: 30%;
  line-height: normal;
}
:not(.aXNw) .low-balance-suspension-indicator i {
  font-size: 80px;
  display: inline-block;
}
:not(.aXNw) .low-balance-suspension-indicator p {
  text-align: center;
  font-size: 16px;
}
:not(.aXNw) .suspension-indicator > div {
  display: table;
  padding: 20px 15px;
}
:not(.aXNw) .suspension-indicator > div ul {
  display: table-row;
}
:not(.aXNw) .suspension-indicator > div ul li {
  display: table-cell;
  vertical-align: middle;
}
:not(.aXNw) .suspension-indicator > div ul li:first-child {
  padding-right: 12px;
}
:not(.aXNw) .call-indicators {
  z-index: 989;
  position: sticky;
  top: var(--nav-offset-top);
}
:not(.aXNw) .pointer-events__none {
  pointer-events: none;
}
:not(.aXNw) .pointer-events__root-none {
  pointer-events: none;
}
:not(.aXNw) .pointer-events__root-none > * {
  pointer-events: all;
}
:not(.aXNw) .margin-top {
  margin-top: 20px;
}
:not(.aXNw) .margin-top-half {
  margin-top: 10px;
}
:not(.aXNw) .margin-bottom {
  margin-bottom: 20px;
}
:not(.aXNw) .margin-bottom-half {
  margin-bottom: 10px;
}
:not(.aXNw) .margin-none {
  margin: 0 !important;
}
:not(.aXNw) .align-right {
  text-align: right;
}
:not(.aXNw) .align-center {
  text-align: center;
}
:not(.aXNw) .margin-top {
  margin-top: 20px;
}
:not(.aXNw) .align-right {
  text-align: right;
}
:not(.aXNw) .align-center {
  text-align: center;
}
:not(.aXNw) .table-hover .action {
  visibility: hidden;
}
:not(.aXNw) .table-hover tr:hover .action {
  visibility: visible;
}
:not(.aXNw) .widget-view {
  padding: 20px;
  border: 1px solid #d6d6d6;
  background-color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px rgba(0, 0, 0, 0.2);
}
:not(.aXNw) .widget-view > header {
  position: relative;
  margin: -20px -20px 20px -20px;
  padding: 15px 20px;
  border-bottom: 1px solid #d6d6d6;
  background-color: #f9f9f9;
  background-image: -moz-linear-gradient(top, #fbfbfb, #f5f5f5);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#fbfbfb),
    to(#f5f5f5)
  );
  background-image: -webkit-linear-gradient(top, #fbfbfb, #f5f5f5);
  background-image: -o-linear-gradient(top, #fbfbfb, #f5f5f5);
  background-image: linear-gradient(to bottom, #fbfbfb, #f5f5f5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbfbfb', endColorstr='#fff5f5f5', GradientType=0);
}
:not(.aXNw) .widget-view > header h1 {
  margin: 0;
  font-size: 16px;
  line-height: 10px;
}
:not(.aXNw) .widget-view > header .nav {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
:not(.aXNw) .widget-view > header .nav li {
  float: left;
  padding: 10px;
  border-left: 1px solid #d6d6d6;
}
:not(.aXNw) .widget-view > header .nav li > a {
  margin: -10px;
  padding: 10px;
}
:not(.aXNw) .widget-view > header .nav li > a:hover {
  background-color: #eee;
}
:not(.aXNw) .widget-view > header .nav li > a:active {
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f5f5f5, #fbfbfb);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#f5f5f5),
    to(#fbfbfb)
  );
  background-image: -webkit-linear-gradient(top, #f5f5f5, #fbfbfb);
  background-image: -o-linear-gradient(top, #f5f5f5, #fbfbfb);
  background-image: linear-gradient(to bottom, #f5f5f5, #fbfbfb);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fffbfbfb', GradientType=0);
}
:not(.aXNw) .widget-view footer {
  margin: 20px -20px -20px -20px;
  padding: 15px 20px;
  background-color: #f9f9f9;
  border-top: 1px solid #d6d6d6;
}
:not(.aXNw) .widget-view > .toolbar {
  margin: -20px -20px 20px -20px;
  padding: 10px 20px;
  background-color: #efefef;
  border-bottom: 1px solid #dadada;
  -webkit-box-shadow: 0px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px rgba(0, 0, 0, 0.1);
}
:not(.aXNw) .widget-view > .toolbar label {
  color: #999;
}
:not(.aXNw) .edit-customer-membership-form h4 {
  font-weight: bold;
  margin-bottom: 15px;
}
:not(.aXNw) .edit-customer-membership-form .control-static {
  padding-top: 5px;
}
:not(.aXNw) .edit-customer-membership-form label.radio {
  display: table;
}
:not(.aXNw)
  .edit-customer-membership-form
  .membership-recurring-services
  div.recurring-service {
  padding: 0 0 30px 0;
}
:not(.aXNw)
  .edit-customer-membership-form
  .membership-recurring-services
  div.recurring-service
  .tab-content {
  overflow: visible;
}
:not(.aXNw)
  .edit-customer-membership-form
  .membership-recurring-services
  div.recurring-service
  .nav {
  margin-bottom: 10px;
}
:not(.aXNw)
  .edit-customer-membership-form
  .membership-recurring-services
  div.recurring-service
  .nav-tabs
  > li {
  float: right;
}
:not(.aXNw)
  .edit-customer-membership-form
  .membership-recurring-services
  div.recurring-service
  .nav-tabs
  > li.title {
  float: left;
  font-weight: bold;
}
:not(.aXNw)
  .edit-customer-membership-form
  .membership-recurring-services
  div.recurring-service
  .nav-tabs
  > li.title
  div {
  position: relative;
  top: 6px;
}
:not(.aXNw)
  .edit-customer-membership-form
  .membership-recurring-services
  div.recurring-service
  .nav-tabs
  > li.title
  span {
  line-height: 20px;
}
:not(.aXNw)
  .edit-customer-membership-form
  .membership-recurring-services
  div.recurring-service
  div.recurring-service-general
  td {
  vertical-align: middle;
}
:not(.aXNw)
  .edit-customer-membership-form
  .membership-recurring-services
  .validation-message {
  margin: 10px 0;
}
:not(.aXNw)
  .edit-customer-membership-form
  .membership-recurring-services
  .validation-message:after {
  display: none;
}
:not(.aXNw) .control-static {
  padding-top: 5px;
}
:not(.aXNw) .membership-info .control-group {
  margin-bottom: 5px !important;
}
:not(.aXNw) .membership-info .control-label {
  font-weight: bold;
  color: #999;
}
:not(.aXNw) label.checkbox + i.icon-info-sign,
:not(.aXNw) label.checkbox + i.icon-bar-chart,
:not(.aXNw) label.checkbox + .Tooltip i.icon-info-sign,
:not(.aXNw) label.checkbox + .Tooltip i.icon-bar-chart {
  margin-left: -1em;
}
:not(.aXNw) [data-resource-tooltip].icon-info-sign,
:not(.aXNw) [data-resource-tooltip] .icon-info-sign,
:not(.aXNw) .Tooltip .icon-info-sign {
  color: #555;
  cursor: pointer;
  padding-left: 2px;
  margin-left: 0.5em;
}
:not(.aXNw) [data-resource-tooltip].icon-info-sign.muted,
:not(.aXNw) [data-resource-tooltip] .icon-info-sign.muted,
:not(.aXNw) .Tooltip .icon-info-sign.muted {
  color: #999;
}
:not(.aXNw) [data-resource-tooltip].icon-bar-chart,
:not(.aXNw) [data-resource-tooltip] .icon-bar-chart,
:not(.aXNw) .Tooltip .icon-bar-chart {
  color: white;
  background-color: #555;
  cursor: pointer;
  font-size: 10px;
  width: 3px;
  height: 15px;
  padding-left: 3px;
  padding-right: 9px;
  margin-left: 4px;
  display: inline-block;
  border-radius: 50%;
}
:not(.aXNw) [data-resource-tooltip].icon-bar-chart.muted,
:not(.aXNw) [data-resource-tooltip] .icon-bar-chart.muted,
:not(.aXNw) .Tooltip .icon-bar-chart.muted {
  color: #999;
}
:not(.aXNw) [data-resource-tooltip] .tooltip-icon-i,
:not(.aXNw) .Tooltip .tooltip-icon-i,
:not(.aXNw) [data-resource-tooltip].tooltip-icon-i,
:not(.aXNw) .Tooltip.tooltip-icon-i,
:not(.aXNw) [data-resource-tooltip] .tooltip-icon-chart,
:not(.aXNw) .Tooltip .tooltip-icon-chart,
:not(.aXNw) [data-resource-tooltip].tooltip-icon-chart,
:not(.aXNw) .Tooltip.tooltip-icon-chart {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-size: cover;
  margin-left: 0.5em;
  margin-bottom: -2px;
}
:not(.aXNw) [data-resource-tooltip] .tooltip-icon-i,
:not(.aXNw) .Tooltip .tooltip-icon-i,
:not(.aXNw) [data-resource-tooltip].tooltip-icon-i,
:not(.aXNw) .Tooltip.tooltip-icon-i {
  background-image: url(/scripts/build/desktop-legacy/2bd1011cdc6ba8cf56cf14125070f56c.png);
}
:not(.aXNw) [data-resource-tooltip] .tooltip-icon-chart,
:not(.aXNw) .Tooltip .tooltip-icon-chart,
:not(.aXNw) [data-resource-tooltip].tooltip-icon-chart,
:not(.aXNw) .Tooltip.tooltip-icon-chart {
  background-image: url(/scripts/build/desktop-legacy/dd01f2049129eb9434bcac391ad9f921.png);
}
:not(.aXNw) .Tooltip.control-label {
  margin-bottom: 5px;
}
:not(.aXNw) .Tooltip.control-label label {
  margin-bottom: 0;
}
:not(.aXNw) .Tooltip label.checkbox {
  margin: 0;
}
:not(.aXNw) .datepicker-days tr:hover .highlight-week {
  background: #eeeeee;
  border-radius: 0;
}
:not(.aXNw) .datepicker-days tr:hover .highlight-week:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #007de9;
  color: white;
}
:not(.aXNw) .datepicker-days tr:hover .highlight-week:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
:not(.aXNw) .tablesorter .header {
  cursor: pointer;
  background-position: right;
  background-repeat: no-repeat;
  padding-right: 20px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAQAAADYWf5HAAAAkElEQVQoz7X QMQ5AQBCF4dWQSJxC5wwax1Cq1e7BAdxD5SL+Tq/QCM1oNiJidwox0355mXnG/DrEtIQ6azioNZQxI0ykPhTQIwhCR+BmBYtlK7kLJYwWCcJA9M4qdrZrd8pPjZWPtOqdRQy320YSV17OatFC4euts6z39GYMKRPCTKY9UnPQ6P+GtMRfGtPnBCiqhAeJPmkqAAAAAElFTkSuQmCC");
}
:not(.aXNw) .tablesorter .header.headerSortDown {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAZ0lEQVQ4y2NgGLKgquEuFxBPAGI2ahhWCsS/gDibUoO0gPgxEP8H4ttArEyuQYxAPBdqEAxPBImTY5gjEL9DM+wTENuQahAvEO9DMwiGdwAxOymGJQLxTyD+jgWDxCMZRsEoGAVoAADeemwtPcZI2wAAAABJRU5ErkJggg==");
}
:not(.aXNw) .tablesorter .header.headerSortUp {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAZUlEQVQ4y2NgGAWjYBSggaqGu5FA/BOIv2PBIPFEUgxjB+IdQPwfC94HxLykus4GiD+hGfQOiB3J8SojEE9EM2wuSJzcsFMG4ttQgx4DsRalkZENxL+AuJQaMcsGxBOAmGvopk8AVz1sLZgg0bsAAAAASUVORK5CYII= ");
}
:not(.aXNw) .modern-checkbox {
  padding: 0;
}
:not(.aXNw) .modern-checkbox input {
  display: none;
}
:not(.aXNw) .modern-checkbox .indicator {
  border: 1px solid #979797;
  width: 16px;
  height: 16px;
  border-radius: 2px;
}
:not(.aXNw) .modern-checkbox label {
  width: 18px;
  height: 18px;
  margin: auto;
  padding: 0;
}
:not(.aXNw) .modern-checkbox input:checked + label .indicator {
  width: 18px;
  height: 18px;
  border-width: 0;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAIAAADZrBkAAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAADlSURBVHjaYky4/3nBmx8MpIAEEQ5GjrNvfvz7T5I2DiZGJlL1MDAw/Pj3n4l41bxMjHA2sdpU2Zmu6wikiLBDuCxE6jmgzs/CyHj8yx9ibYPrcbr58eqPv0Rpw6oHRZsOBzORehDaDDiZz2kJdMlwEaMHoe3C978zX/8oleCC6MSvByUkcx9/ZWBgKJXgEmBm8uZnxaMHPQIgOnPEOV/9/odHD5Z4y3389ePf/8vf/cSjh4GBgZHh9GsG0gETCyMjqXpYGBmZnPlYSdXmzMfK+PHvv2mvfjz59Y9IPTJsTFliHIABAItIZQNcNzZgAAAAAElFTkSuQmCC");
}
:not(.aXNw) .modal-body {
  max-height: 550px;
}
:not(.aXNw) .modal-body textarea {
  height: 56px !important;
  width: 206px;
  resize: none;
}
:not(.aXNw) .memberships .add-membership-btn {
  border-radius: 20px;
  background: #ffffff;
  color: #6e6d6e;
}
:not(.aXNw) .invoice-template-preview table.legacy {
  min-height: 60px;
}
:not(.aXNw) .invoice-template-preview table.legacy thead th {
  color: #333333;
  font-size: 13px;
  font-weight: normal;
}
:not(.aXNw) .invoice-template-preview table.legacy th {
  border-bottom: 1px solid #999;
}
:not(.aXNw) .invoice-template-preview table.legacy td {
  border-top: 0px;
  font-size: 12px;
}
:not(.aXNw) .invoice-template-preview table.legacy td span {
  font-size: 12px;
}
:not(.aXNw) .invoice-template-preview table.legacy tfoot td {
  padding-top: 2px;
  font-size: 13px;
  border-top: 1px solid #999;
}
:not(.aXNw) .invoice-template-preview table.legacy .label-addon {
  margin-left: 5px;
  font-weight: normal;
  background-color: inherit;
  color: #da625b;
  border: 1px solid #da625b;
  text-shadow: none;
  padding: 1px 3px 2px 3px;
  font-size: 10px;
  line-height: 10px;
  vertical-align: super;
}
:not(.aXNw) .invoice-template-preview table.legacy .label-symbol {
  width: 10px;
  text-align: center;
  font-weight: normal;
  background-color: inherit;
  color: #333;
  border: 1px solid #666;
  text-shadow: none;
  padding: 1px 2px 2px 2px;
  font-size: 10px;
  line-height: 10px;
  vertical-align: text-bottom;
}
:not(.aXNw) .invoice-template-preview table.legacy .label-shared {
  margin-left: 5px;
  font-weight: normal;
  background-color: inherit;
  color: #ff7a00;
  border: 1px solid #ff7a00;
  text-shadow: none;
  padding: 1px 3px 2px 3px;
  font-size: 12px;
  line-height: 12px;
  vertical-align: super;
}
:not(.aXNw) .invoice-template-preview table.legacy .label-inline {
  margin-left: 5px;
  font-weight: normal;
  background-color: inherit;
  color: #00cbe9;
  border: 1px solid #00cbe9;
  text-shadow: none;
  padding: 1px 3px 2px 3px;
  font-size: 12px;
  line-height: 12px;
  vertical-align: super;
}
:not(.aXNw) .invoice-template-preview table.legacy .action {
  color: #00cbe9;
  font-size: 12px;
}
:not(.aXNw) .invoice-template-preview table.legacy .action.action-danger {
  color: #b94a48;
}
:not(.aXNw) .action.action-danger {
  color: #b94a48;
}
:not(.aXNw) .bulk-edit-memberships form {
  margin: 0;
}
:not(.aXNw) .bulk-edit-memberships form .modal-header {
  padding: 9px 15px 0 15px;
}
:not(.aXNw) .bulk-edit-memberships form .modal-body {
  padding: 25px 30px;
}
:not(.aXNw) .bulk-edit-memberships form .modal-footer {
  padding: 5px 15px 15px;
}
:not(.aXNw) .bulk-edit-memberships form select {
  margin: 10px 20px;
  width: auto;
  max-width: 420px;
}
:not(.aXNw) .follow-up-opportunity-status-editor {
  border: 1px solid #ddd;
  padding: 7px 0px 3px 15px;
  margin-bottom: 15px;
  border-radius: 3px;
}
:not(.aXNw) .follow-up-opportunity-status-editor .readonly-status-item {
  margin-bottom: 5px;
  padding-left: 3px;
}
:not(.aXNw) .wysiwyg-editor-container {
  display: inline-block;
}
:not(.aXNw) .wysiwyg-editor {
  font-family:
    "wf_segoe-ui", "Segoe UI", "Lucida Sans", "Helvetica Neue", Helvetica,
    Arial, sans-serif;
  width: 400px;
  height: 150px;
  display: block;
  background-color: white;
  border: 1px solid #cccccc;
  padding: 4px 6px 4px 30px;
  box-sizing: content-box;
  -webkit-box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
  box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  overflow-y: scroll;
  outline: none;
  resize: both;
}
:not(.aXNw) .reports .nav.nav-pills.tab-nav,
:not(.aXNw) .settingsContainer .nav.nav-pills.tab-nav,
:not(.aXNw) .content-portal-container .nav.nav-pills.tab-nav,
:not(.aXNw) .modal .nav.nav-pills.tab-nav {
  margin-bottom: 30px;
  font-size: 14px;
}
:not(.aXNw) .reports .nav.nav-pills.tab-nav li.active a,
:not(.aXNw) .settingsContainer .nav.nav-pills.tab-nav li.active a,
:not(.aXNw) .content-portal-container .nav.nav-pills.tab-nav li.active a,
:not(.aXNw) .modal .nav.nav-pills.tab-nav li.active a {
  border-bottom: 2px #00cbe9 solid;
  border-radius: 0;
  padding-right: 0;
  padding-left: 0;
  font-weight: bold;
  background-color: transparent;
  color: #333;
  margin-left: 8px;
  margin-right: 8px;
}
:not(.aXNw) .reports .nav.nav-pills.tab-nav li.active a:focus,
:not(.aXNw) .settingsContainer .nav.nav-pills.tab-nav li.active a:focus,
:not(.aXNw) .content-portal-container .nav.nav-pills.tab-nav li.active a:focus,
:not(.aXNw) .modal .nav.nav-pills.tab-nav li.active a:focus,
:not(.aXNw) .reports .nav.nav-pills.tab-nav li.active a:hover,
:not(.aXNw) .settingsContainer .nav.nav-pills.tab-nav li.active a:hover,
:not(.aXNw) .content-portal-container .nav.nav-pills.tab-nav li.active a:hover,
:not(.aXNw) .modal .nav.nav-pills.tab-nav li.active a:hover {
  border-bottom: 2px #00cbe9 solid;
}
:not(.aXNw) .reports .nav.nav-pills.tab-nav li a,
:not(.aXNw) .settingsContainer .nav.nav-pills.tab-nav li a,
:not(.aXNw) .content-portal-container .nav.nav-pills.tab-nav li a,
:not(.aXNw) .modal .nav.nav-pills.tab-nav li a {
  color: #333;
  padding-right: 0;
  padding-left: 0;
  margin-left: 8px;
  margin-right: 8px;
}
:not(.aXNw) .reports .nav.nav-pills.tab-nav li a:hover,
:not(.aXNw) .settingsContainer .nav.nav-pills.tab-nav li a:hover,
:not(.aXNw) .content-portal-container .nav.nav-pills.tab-nav li a:hover,
:not(.aXNw) .modal .nav.nav-pills.tab-nav li a:hover,
:not(.aXNw) .reports .nav.nav-pills.tab-nav li a:focus,
:not(.aXNw) .settingsContainer .nav.nav-pills.tab-nav li a:focus,
:not(.aXNw) .content-portal-container .nav.nav-pills.tab-nav li a:focus,
:not(.aXNw) .modal .nav.nav-pills.tab-nav li a:focus {
  text-decoration: none;
  background-color: #eeeeee;
  border-bottom: 2px #ccc solid;
  border-radius: 0;
  padding-right: 0;
  padding-left: 0;
  background-color: transparent;
  color: #333;
  margin-left: 8px;
  margin-right: 8px;
}
:not(.aXNw) .text-danger {
  color: #b94a48;
}
:not(.aXNw) .textarea-readonly {
  background: #f1f2f3;
}
:not(.aXNw) .label-editor {
  position: relative;
  float: left;
}
:not(.aXNw) .label-editor input {
  width: 140px;
  padding-right: 20px;
}
:not(.aXNw) .label-editor .label-editor-button {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 18px;
  cursor: pointer;
}
:not(.aXNw) .validation-bubble {
  display: none;
  border-radius: 2px;
  color: white;
  padding: 4px 10px;
}
:not(.aXNw) .validation-bubble.not-valid {
  display: block !important;
  background-color: #ff7474;
}
:not(.aXNw) .validation-bubble.not-valid:after {
  border-right-color: #ff7474;
}
:not(.aXNw) .validation-bubble.valid {
  display: block !important;
  background-color: #00b308;
  margin-right: 100px !important;
}
:not(.aXNw) .validation-bubble.valid:after {
  border-right-color: #00b308;
}
:not(.aXNw) .manual-address .not-valid {
  margin-left: 326px;
  margin-top: -40px;
}
:not(.aXNw) .fix-address-validation > span.validation-message {
  margin-left: 20px;
}
:not(.aXNw) #createRefundTransactionModal .modal-body,
:not(.aXNw) #refundTransactionResultModal .modal-body {
  padding: 50px 30px;
}
:not(.aXNw) #createRefundTransactionModal .modal-header,
:not(.aXNw) #refundTransactionResultModal .modal-header,
:not(.aXNw) #createRefundTransactionModal .modal-footer,
:not(.aXNw) #refundTransactionResultModal .modal-footer {
  color: #000;
  background-color: #f0f3f8;
  padding: 15px;
  position: relative;
  border-radius: 4px;
}
:not(.aXNw) #createRefundTransactionModal .modal-header,
:not(.aXNw) #refundTransactionResultModal .modal-header,
:not(.aXNw) #createRefundTransactionModal .close,
:not(.aXNw) #refundTransactionResultModal .close {
  font-size: 18px;
  font-weight: 600;
  color: #354052;
  margin-top: 0px;
  opacity: 1;
}
:not(.aXNw) #createRefundTransactionModal hr,
:not(.aXNw) #refundTransactionResultModal hr {
  opacity: 0.2;
  height: 2px;
  margin: 20px 0px 10px;
  border: none;
  color: #000;
  background-color: #000;
}
:not(.aXNw) #createRefundTransactionModal p,
:not(.aXNw) #refundTransactionResultModal p,
:not(.aXNw) #createRefundTransactionModal label,
:not(.aXNw) #refundTransactionResultModal label {
  color: #000;
  font-size: 12px;
  font-weight: 600;
}
:not(.aXNw) #createRefundTransactionModal p.modal-label,
:not(.aXNw) #refundTransactionResultModal p.modal-label,
:not(.aXNw) #createRefundTransactionModal label.modal-label,
:not(.aXNw) #refundTransactionResultModal label.modal-label {
  opacity: 0.7;
  color: #7f8fa4;
}
:not(.aXNw) #createRefundTransactionModal .large,
:not(.aXNw) #refundTransactionResultModal .large {
  font-size: 36px;
  font-weight: normal;
  height: 30px;
}
:not(.aXNw) #createRefundTransactionModal i.large,
:not(.aXNw) #refundTransactionResultModal i.large {
  font-size: 80px;
  border-radius: 50%;
  padding: 27px;
  position: relative;
  top: 60px;
}
:not(.aXNw) #createRefundTransactionModal i.icon-ok,
:not(.aXNw) #refundTransactionResultModal i.icon-ok {
  border: #46aa06 solid;
  color: #46aa06;
}
:not(.aXNw) #createRefundTransactionModal i.icon-remove,
:not(.aXNw) #refundTransactionResultModal i.icon-remove {
  border: #d9534f solid;
  color: #d9534f;
  padding: 27px 35px;
}
:not(.aXNw) #createRefundTransactionModal .form-group > .row-fluid,
:not(.aXNw) #refundTransactionResultModal .form-group > .row-fluid {
  padding-top: 10px;
}
:not(.aXNw) .link-disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.4;
  color: gray;
}
:not(.aXNw) .create-report-container {
  margin-bottom: 30px;
}
:not(.aXNw) .create-report-container .datasource {
  cursor: pointer;
  float: left;
  width: 30%;
  height: 90px;
  font-size: 14px;
  font-weight: bold;
  border: 1px solid #d3d3d3;
  border-radius: 5px;
  background-color: #ffffff;
  align-items: center;
  display: flex;
}
:not(.aXNw) .create-report-container .datasource > * {
  display: inline-block;
  vertical-align: middle;
}
:not(.aXNw) .create-report-container .datasource::before {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
:not(.aXNw) .create-report-container .datasource.offsetTop {
  margin-top: 30px;
}
:not(.aXNw) .create-report-container .datasource.offsetLeft {
  margin-left: 3%;
}
:not(.aXNw) .create-report-container .datasource span {
  padding-left: 10%;
  line-height: normal;
  flex: 1;
}
:not(.aXNw) .create-report-container .datasource i {
  color: #d3d3d3;
  padding: 0 5%;
  flex: none;
}
:not(.aXNw) .create-report-container .datasource.selected {
  color: #00bfff;
  -webkit-box-shadow: 0px 0px 3px 1px #d3d3d3;
  -moz-box-shadow: 0px 0px 3px 1px #d3d3d3;
  box-shadow: 0px 0px 3px 1px #d3d3d3;
}
:not(.aXNw) .create-report-container .datasource.selected i {
  color: #00bfff;
  font-weight: bold;
}
:not(.aXNw) .create-report-container .datasource:hover:not(.notAvailable) {
  -webkit-box-shadow: 0px 0px 3px 1px #d3d3d3;
  -moz-box-shadow: 0px 0px 3px 1px #d3d3d3;
  box-shadow: 0px 0px 3px 1px #d3d3d3;
}
:not(.aXNw) .create-report-container .datasource.notAvailable {
  color: #d3d3d3;
}
:not(.aXNw) .create-report-container h4 {
  margin-top: 30px;
  margin-bottom: 20px;
}
:not(.aXNw) .create-report-controls .st-btn {
  margin-right: 30px;
}
:not(.aXNw) .modal.custom-report {
  background-color: #f7f9fa;
  max-width: 400px;
}
:not(.aXNw) .modal.custom-report input {
  width: 80%;
  margin-left: 8%;
}
:not(.aXNw) .modal.custom-report select {
  width: 84%;
  margin-left: 8%;
}
:not(.aXNw) .modal.custom-report .validation-message {
  display: none;
}
:not(.aXNw) .modal.custom-report textarea {
  width: 80%;
  margin-left: 8%;
  height: 120px !important;
}
:not(.aXNw) .modal.custom-report label {
  width: 70%;
  margin-left: 8%;
  font-size: 12px;
  font-weight: 600;
}
:not(.aXNw) .modal.custom-report .modal-header {
  border: none;
}
:not(.aXNw) .modal.custom-report .modal-footer {
  border-top: none;
  background-color: #f7f9fa;
  box-shadow: none;
  -webkit-box-shadow: none;
  height: 70px;
}
:not(.aXNw) .modal.custom-report .modal-footer .st-btn {
  margin-right: 30px;
  width: 90px;
}
:not(.aXNw) .modal.custom-report h2 {
  width: 80%;
  margin-left: 8%;
  margin-top: 25px;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 0;
}
:not(.aXNw) .modal.custom-report .modal-header i {
  float: right;
  cursor: pointer;
  font-size: 18px;
}
:not(.aXNw) .modal.custom-report .modal-body {
  padding-bottom: 0;
}
:not(.aXNw) i[data-resource-tooltip] + .tooltip.left {
  margin-left: -10px;
}
:not(.aXNw) .image-uploader {
  position: relative;
}
:not(.aXNw) .image-uploader ins {
  border: 1px dashed #ccc;
  display: inline-block;
  overflow: hidden;
  width: 100px;
  height: 100px;
  padding: 2px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}
:not(.aXNw) .image-uploader ins i {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
:not(.aXNw) .image-uploader .uploaded-image {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
:not(.aXNw) .image-uploader .change-image-button,
:not(.aXNw) .image-uploader .add-image-button {
  background: none;
  border: none;
  color: transparent;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  vertical-align: middle;
  width: 104px;
  height: 104px;
  z-index: 100;
}
:not(.aXNw) .image-uploader .change-image-button:focus,
:not(.aXNw) .image-uploader .add-image-button:focus,
:not(.aXNw) .image-uploader .change-image-button:active,
:not(.aXNw) .image-uploader .add-image-button:active {
  outline: 0;
}
:not(.aXNw) .image-uploader .add-image-button {
  color: #aaa;
}
:not(.aXNw) .image-uploader .add-image-button::before,
:not(.aXNw) .image-uploader .add-image-button::after {
  display: none;
}
:not(.aXNw) .intacct-setup .validation-message,
:not(.aXNw) .qbd-setup .validation-message {
  z-index: auto;
}
:not(.aXNw) .pg-iframe {
  width: 100%;
}
:not(.aXNw) .ui.form .field.error div {
  border-color: #9f3a38;
}
:not(.aXNw) .pricebook-preview-modal {
  width: 520px;
  height: 270px;
  border-radius: 3px;
  background-color: #fff;
  display: table;
  margin: 0 auto;
}
:not(.aXNw) .pricebook-preview-modal .pricebook-preview-modal-header {
  background-color: #fff;
  border: none;
  display: table-row;
}
:not(.aXNw) .pricebook-preview-modal .pricebook-preview-modal-header p {
  font-family: "Nunito Sans";
  font-size: 20px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #141414;
  margin-top: 24px;
  margin-left: 24px;
}
:not(.aXNw) .pricebook-preview-modal .pricebook-preview-modal-body {
  background-color: #fff;
  border: none;
  display: table-row;
}
:not(.aXNw) .pricebook-preview-modal .pricebook-preview-modal-body p {
  font-family: "Nunito Sans";
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #444445;
  margin-top: 14px;
  margin-left: 24px;
  margin-right: 24px;
}
:not(.aXNw) .pricebook-preview-modal .pricebook-preview-modal-footer {
  background-color: #fff;
  border: none;
  padding-top: 50px;
  padding-bottom: 0px;
}
:not(.aXNw)
  .pricebook-preview-modal
  .pricebook-preview-modal-footer
  .cancel-button {
  border-radius: 3px;
  border: solid 1px #bcbcbd;
  background-color: #fff;
  margin-right: 8px;
}
:not(.aXNw) .control-label.nowrap {
  white-space: nowrap;
}
:not(.aXNw) .text.nowrap {
  white-space: nowrap;
}
:not(.aXNw) .upload-info-button {
  visibility: visible;
  display: inline-block;
  vertical-align: top;
  margin-left: 16px;
  margin-top: 10px;
}
:not(.aXNw) .uploading + .upload-info-button {
  visibility: hidden;
}

:not(.aXNw) body.flyout-shown {
  overflow: hidden;
}
:not(.aXNw) .flyout-pane {
  display: none;
  opacity: 0;
  padding-left: 100%;
  -webkit-transition:
    opacity 250ms,
    padding-left 250ms;
  transition:
    opacity 250ms,
    padding-left 250ms;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: rgba(19, 24, 32, 0.8);
  cursor: pointer;
}
:not(.aXNw) .flyout-pane > * {
  cursor: initial;
  margin-left: auto;
  max-width: 1150px;
  width: 1150px;
  position: initial;
  z-index: 1001;
  background-color: #fff;
}
:not(.aXNw) .flyout-pane.flyout-pane_show {
  opacity: 1;
  padding-left: 0;
}
:not(.aXNw) .flyout-pane .flyout-pane__content {
  height: 100%;
  font-size: 16px;
  overflow: hidden;
}
:not(.aXNw) .flyout-pane .flyout-pane__header {
  display: block;
  font-size: 16px;
  background-color: #333333;
  color: #fff;
  padding: 17px 0 17px 25px;
}
:not(.aXNw) .flyout-pane .flyout-pane__header .flyout-pane__header-text {
  width: 200px;
  margin: auto;
  font-size: 18px;
}
:not(.aXNw) .flyout-pane .flyout-pane__header .flyout-pane__back-button:hover {
  cursor: pointer;
}
:not(.aXNw) .flyout-pane .flyout-pane__header .flyout-pane__back-button:after {
  content: "chevron_right";
  display: inline-block;
  font-family: "Material Icons";
  font-size: 24px;
  vertical-align: bottom;
}
:not(.aXNw) .flyout-pane .flyout-pane__main {
  padding: 36px 20px 36px 36px;
  overflow: auto;
  position: absolute;
  top: 129px;
  bottom: 0px;
  width: 1094px;
}
:not(.aXNw) .flyout-pane .flyout-pane__main .flyout-pane__title {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  margin-bottom: 1em;
}
:not(.aXNw) .flyout-pane .flyout-pane__navbar {
  height: 75px;
  line-height: 75px;
  background: #f9f9f9;
  padding-left: 30px;
  padding-right: 20px;
  font-size: 18px;
  font-weight: bold;
  color: #222222;
}
:not(.aXNw) .flyout-pane .flyout-pane__navbar div {
  display: inline-block;
}
:not(.aXNw) .flyout-pane .flyout-pane__navbar .center {
  text-align: center;
  margin-left: 260px;
}
:not(.aXNw) .flyout-pane .flyout-pane__navbar .center .po-number {
  padding: 0 100px;
  font-size: 20px;
}
:not(.aXNw) .flyout-pane .flyout-pane__navbar .flyout-pane__text {
  font-weight: normal;
}
:not(.aXNw) .flyout-pane .flyout-pane__navbar .flyout-pane__title {
  font-weight: bold;
}
:not(.aXNw)
  .flyout-pane
  .flyout-pane__navbar
  .flyout-pane__navigation-left_absent {
  visibility: hidden;
}
:not(.aXNw)
  .flyout-pane
  .flyout-pane__navbar
  .flyout-pane__navigation-left:after {
  content: "chevron_left";
  font-family: "Material Icons";
  font-size: 40px;
  color: #00c0e9;
}
:not(.aXNw)
  .flyout-pane
  .flyout-pane__navbar
  .flyout-pane__navigation-left:hover {
  cursor: pointer;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
:not(.aXNw)
  .flyout-pane
  .flyout-pane__navbar
  .flyout-pane__navigation-right_absent {
  visibility: hidden;
}
:not(.aXNw)
  .flyout-pane
  .flyout-pane__navbar
  .flyout-pane__navigation-right:after {
  content: "chevron_right";
  font-family: "Material Icons";
  font-size: 40px;
  color: #00c0e9;
}
:not(.aXNw)
  .flyout-pane
  .flyout-pane__navbar
  .flyout-pane__navigation-right:hover {
  cursor: pointer;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
:not(.aXNw) .flyout-pane .flyout-pane__navbar .flyout-pane__left {
  float: left;
  height: 75px;
}
:not(.aXNw) .flyout-pane .flyout-pane__navbar .flyout-pane__right {
  float: right;
  height: 75px;
}
:not(.aXNw) .flyout-pane .flyout-pane__navbar .flyout-pane__btn {
  display: inline-block;
  background-image: linear-gradient(to top, #f2f4f7, #ffffff);
  border: solid 1px #ced0da;
  height: 36px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 36px;
  color: #354052;
  text-align: left;
  vertical-align: top;
}
:not(.aXNw) .flyout-pane .flyout-pane__navbar .flyout-pane__btn .icon {
  font-size: 24px;
  color: #a1a7af;
  padding: 5px 13px;
  line-height: 36px;
}
:not(.aXNw) .flyout-pane .flyout-pane__navbar .flyout-pane__btn:disabled {
  background-color: white;
  opacity: 0.5;
}
:not(.aXNw) .flyout-pane .flyout-pane__navbar .flyout-pane__btn:hover,
:not(.aXNw) .flyout-pane .flyout-pane__navbar .flyout-pane__btn:focus {
  cursor: pointer;
  opacity: 0.8;
}
:not(.aXNw) .flyout-pane .flyout-pane__navbar .flyout-pane__btn:active {
  background-image: linear-gradient(to top, #ffffff, #f2f4f7);
}
:not(.aXNw) .flyout-pane .flyout-pane__navbar .flyout-pane__btn.active {
  background-image: linear-gradient(to top, #ffffff, #f2f4f7);
  border-bottom: 4px solid #1991eb;
}
:not(.aXNw) .flyout-pane .flyout-pane__navbar .flyout-pane__btn-group {
  display: inline-block;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  line-height: 36px;
  height: 36px;
}
:not(.aXNw)
  .flyout-pane
  .flyout-pane__navbar
  .flyout-pane__btn-group
  .flyout-pane__btn {
  border-left: none;
}
:not(.aXNw)
  .flyout-pane
  .flyout-pane__navbar
  .flyout-pane__btn-group
  .flyout-pane__btn:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-left: solid 1px #ced0da;
}
:not(.aXNw)
  .flyout-pane
  .flyout-pane__navbar
  .flyout-pane__btn-group
  .flyout-pane__btn:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
:not(.aXNw)
  .flyout-pane
  .flyout-pane__navbar
  .open
  > .flyout-pane__btn-dropdown {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
:not(.aXNw) .flyout-pane .flyout-pane__navbar .flyout-pane__btn-dropdown {
  display: inline-block;
  font-size: 14px;
  height: 36px;
  min-width: 200px;
  text-decoration: none;
  background-image: linear-gradient(to top, #1991eb, #2da1f8);
  color: #fff;
  font-style: normal;
  font-stretch: normal;
  line-height: 36px;
  border-radius: 4px;
  border: 1px solid #1585d8;
  vertical-align: top;
}
:not(.aXNw) .flyout-pane .flyout-pane__navbar .flyout-pane__btn-dropdown .icon {
  font-size: 14px;
  color: #fff;
  padding: 5px 13px;
  line-height: 36px;
}
:not(.aXNw)
  .flyout-pane
  .flyout-pane__navbar
  .flyout-pane__btn-dropdown
  .chevron {
  font-size: 7px;
  line-height: 36px;
  float: right;
  margin-right: 10px;
  color: #fff;
}
:not(.aXNw)
  .flyout-pane
  .flyout-pane__navbar
  .flyout-pane__btn-dropdown:active {
  background-image: linear-gradient(to top, #2da1f8, #1991eb);
}
:not(.aXNw) .flyout-pane .flyout-pane__navbar .flyout-pane__dropdown-options {
  background-color: #fff;
  border: solid 1px #ced0da;
  min-width: 200px;
  padding: 0px;
  font-size: 14px;
  border-top: none;
  border-radius: 0px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  margin: 0px;
}
:not(.aXNw)
  .flyout-pane
  .flyout-pane__navbar
  .flyout-pane__dropdown-options
  .flyout-pane__option {
  padding: 5px;
}
:not(.aXNw)
  .flyout-pane
  .flyout-pane__navbar
  .flyout-pane__dropdown-options
  .flyout-pane__option:hover {
  background-color: #f2f4f7;
  cursor: pointer;
}
:not(.aXNw)
  .flyout-pane
  .flyout-pane__navbar
  .flyout-pane__dropdown-options
  .flyout-pane__option
  a,
:not(.aXNw)
  .flyout-pane
  .flyout-pane__navbar
  .flyout-pane__dropdown-options
  .flyout-pane__option
  a:hover {
  background: none;
  color: #000;
}
:not(.aXNw) .grid-simple {
  border: none;
  border-collapse: collapse;
  background-color: #fff;
}
:not(.aXNw) .grid-simple tr {
  border-bottom: 1px solid #dddddd;
}
:not(.aXNw) .grid-simple tr.footer {
  border-bottom: none;
}
:not(.aXNw) .grid-simple tr.footer td,
:not(.aXNw) .grid-simple tr.footer th {
  color: #000;
}
:not(.aXNw) .grid-simple tr.no-border {
  border: none;
}
:not(.aXNw) .grid-simple tr.no-border td {
  border: none;
}
:not(.aXNw) .grid-simple td {
  padding: 10px 5px;
}
:not(.aXNw) .grid-simple th {
  font-weight: normal;
  color: #999999;
  font-weight: bold;
}
:not(.aXNw) .grid-simple.wide {
  width: 100%;
}
:not(.aXNw) .item-table th {
  font-weight: bold;
  color: #354052;
  white-space: nowrap;
}
:not(.aXNw) .item-table th,
:not(.aXNw) .item-table td {
  font-size: 13px;
  padding-top: 15px;
  padding-bottom: 15px;
}
:not(.aXNw) .item-table th:first-child,
:not(.aXNw) .item-table td:first-child {
  padding-left: 5px;
}
:not(.aXNw) .item-table th:last-child,
:not(.aXNw) .item-table td:last-child {
  padding-right: 5px;
}
:not(.aXNw) .item-table th.item-table__item_wide,
:not(.aXNw) .item-table td.item-table__item_wide {
  width: 100%;
}
:not(.aXNw) .item-table th.item-table__item_right-align,
:not(.aXNw) .item-table td.item-table__item_right-align {
  text-align: right;
}
:not(.aXNw) .item-table th.item-table__item_left-align,
:not(.aXNw) .item-table td.item-table__item_left-align {
  text-align: left;
}
:not(.aXNw) .item-table th.item-table__item_nowrap,
:not(.aXNw) .item-table td.item-table__item_nowrap {
  white-space: nowrap;
}
:not(.aXNw) .item-table_wide th,
:not(.aXNw) .item-table_wide td {
  padding: 20px 0 20px 120px;
}
:not(.aXNw) .item-table_wide th:first-child,
:not(.aXNw) .item-table_wide td:first-child {
  padding-left: 5px;
}
:not(.aXNw) .item-table_wide th:last-child,
:not(.aXNw) .item-table_wide td:last-child {
  padding-right: 5px;
}
:not(.aXNw) .item-table_no-outer-padding th:first-child,
:not(.aXNw) .item-table_no-outer-padding td:first-child {
  padding-left: 0;
}
:not(.aXNw) .item-table_no-outer-padding th:last-child,
:not(.aXNw) .item-table_no-outer-padding td:last-child {
  padding-right: 0;
}

:not(.aXNw) .clearfix {
  *zoom: 1;
}
:not(.aXNw) .clearfix:before,
:not(.aXNw) .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
:not(.aXNw) .clearfix:after {
  clear: both;
}
:not(.aXNw) .hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
:not(.aXNw) .input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
:not(.aXNw) .app-store-view .small-caps {
  font-size: 90%;
  letter-spacing: 1px;
}
:not(.aXNw) .app-store-view h1.app-store {
  font-weight: normal;
}
:not(.aXNw) .app-store-view .app-rating-stars {
  max-width: 6em;
  color: #aaa;
  cursor: pointer;
  letter-spacing: 1px;
}
:not(.aXNw) .app-store-view .app-rating-stars.active,
:not(.aXNw) .app-store-view .app-rating-stars:hover {
  color: #e69d00;
  text-shadow: 0 0 2px #ccc;
}
:not(.aXNw) .app-store-view .carousel-inner .app-img {
  width: 960px;
  height: 300px;
}
:not(.aXNw) .app-store-view .carousel-inner h3 {
  cursor: pointer;
}
:not(.aXNw) .app-store-view .carousel-inner h3:hover {
  text-decoration: underline;
}
:not(.aXNw) .app-store-view .carousel-control {
  line-height: 24px;
  top: 48%;
}
:not(.aXNw) .app-store-view .carousel-indicators li {
  cursor: pointer;
}
:not(.aXNw) .app-store-view .carousel-indicators li:hover {
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}
:not(.aXNw) .app-store-view .carousel-caption {
  background-color: hsla(0, 0%, 100%, 0.75);
  margin-left: 24%;
  margin-right: 24%;
  color: #000;
  text-align: center;
}
:not(.aXNw) .app-store-view .carousel-caption h4,
:not(.aXNw) .app-store-view .carousel-caption p {
  color: #000;
}
:not(.aXNw) .app-store-view .carousel-caption .app-rating-stars {
  display: inline-block;
  margin: 10px 0;
}
:not(.aXNw) .app-store-view .carousel-caption .app-installed {
  display: none;
  margin: 10px 5px 10px 0;
}
:not(.aXNw) .app-store-view .carousel-caption .app-installed.visible {
  display: inline-block;
}
:not(.aXNw) .app-store-view .thumbnails .thumbnail {
  position: relative;
  border: none;
  border-radius: 0;
  box-shadow: none;
  min-height: 120px;
  padding: 0;
}
:not(.aXNw) .app-store-view .thumbnails .thumbnail .app-img {
  position: absolute;
  left: 0;
  top: 0;
  margin: 8px 10px;
  max-width: 100px;
  cursor: pointer;
}
:not(.aXNw) .app-store-view .thumbnails .thumbnail .app-rating-stars {
  position: absolute;
  right: 10px;
  top: 0;
  margin: 10px 0;
}
:not(.aXNw) .app-store-view .thumbnails .thumbnail .app-installed {
  display: none;
  position: absolute;
  right: 85px;
  top: 0;
  margin: 10px 0;
}
:not(.aXNw) .app-store-view .thumbnails .thumbnail .app-installed.visible {
  display: inline-block;
}
:not(.aXNw) .app-store-view .thumbnails h3 {
  margin-left: 120px;
  margin-right: 6em;
  cursor: pointer;
}
:not(.aXNw) .app-store-view .thumbnails h3:hover {
  text-decoration: underline;
}
:not(.aXNw) .app-store-view .thumbnails p {
  margin-left: 120px;
}
:not(.aXNw) .app-store-view .app-info h1 {
  font-weight: normal;
}
:not(.aXNw) .app-store-view .app-info .btn {
  font-size: 120%;
  line-height: 150%;
  display: none;
}
:not(.aXNw) .app-store-view .app-info .btn.visible {
  display: inline-block;
}
:not(.aXNw) .app-store-view .app-rating,
:not(.aXNw) .app-store-view .app-reviews,
:not(.aXNw) .app-store-view .app-screenshots {
  margin: 15px 0;
}
:not(.aXNw) .app-store-view .app-screenshots {
  white-space: nowrap;
  overflow-y: hidden;
}
:not(.aXNw) .app-store-view .app-screenshots iframe {
  border: 0;
  vertical-align: top;
}
:not(.aXNw) .app-store-view .app-screenshots img {
  width: 300px;
  height: 200px;
  vertical-align: top;
}
:not(.aXNw) .app-store-view .app-reviews .review {
  margin-top: 15px;
}
:not(.aXNw) .app-store-view .app-reviews .timestamp {
  color: #999;
}

:not(.aXNw) .animated {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
}
@-webkit-keyframes pulse {
  :not(.aXNw) 0% {
    -webkit-transform: scale(1);
  }
  :not(.aXNw) 50% {
    -webkit-transform: scale(1.1);
  }
  :not(.aXNw) 100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes pulse {
  :not(.aXNw) 0% {
    -moz-transform: scale(1);
  }
  :not(.aXNw) 50% {
    -moz-transform: scale(1.1);
  }
  :not(.aXNw) 100% {
    -moz-transform: scale(1);
  }
}
@-o-keyframes pulse {
  :not(.aXNw) 0% {
    -o-transform: scale(1);
  }
  :not(.aXNw) 50% {
    -o-transform: scale(1.1);
  }
  :not(.aXNw) 100% {
    -o-transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
:not(.aXNw) .pulse {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -o-animation-name: pulse;
  animation-name: pulse;
}

:not(.aXNw) .clearfix {
  *zoom: 1;
}
:not(.aXNw) .clearfix:before,
:not(.aXNw) .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
:not(.aXNw) .clearfix:after {
  clear: both;
}
:not(.aXNw) .hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
:not(.aXNw) .input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* Variables */
/* Mixins */
:not(.aXNw) .navbar-hint {
  border-radius: 3px;
  display: none;
  margin-left: 0 !important;
  opacity: 0;
  padding: 12px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate3d(-50%, 100%, 0);
  transition: all 0.1s ease-out;
}
:not(.aXNw) .navbar-hint-visible {
  display: inline-block;
  opacity: 1 !important;
  bottom: -6px;
}
:not(.aXNw) .navbar-hint-visible:hover {
  display: none;
}
/* Variables */
/* Mixins */
:not(.aXNw) .navbar-font {
  font-size: 14px !important;
  font-family: "Lato", sans-serif;
  line-height: 100%;
}
:not(.aXNw) .item-small-padding {
  padding-left: 10px;
  padding-right: 10px;
}
:not(.aXNw) .custom-progressbar {
  border-radius: 0;
  box-shadow: none;
  height: 4px;
}
:not(.aXNw) #navbar .ui.progress {
  border-radius: 0;
  box-shadow: none;
  height: 4px;
  background-color: #a2d5fb;
  transition: opacity 0.35s ease;
  opacity: 0;
  visibility: hidden;
}
:not(.aXNw) #navbar .ui.progress.visible {
  opacity: 1;
  visibility: visible;
}
:not(.aXNw) #navbar .logo {
  display: inline-block;
  height: 56px;
  padding-top: 6px;
  margin-left: 12px;
  position: absolute;
  top: 0;
  left: 0;
}
:not(.aXNw) #navbar .logo.no-text {
  width: 42px;
  overflow: hidden;
  padding-top: 8px;
}
:not(.aXNw) #navbar .logo svg {
  fill: #000;
}
:not(.aXNw) #navbar .logo-text {
  display: inline-flex;
  height: 56px;
  position: absolute;
  top: 0;
  left: 0;
  align-items: center;
}
:not(.aXNw) #navbar .logo-text .logo-text-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 56px;
  width: 56px;
  background-color: #fff;
}
:not(.aXNw) #navbar .logo-text .logo-text-wrapper svg {
  fill: #000;
}
:not(.aXNw) #navbar .logo-text .logo-text-info {
  padding-left: 8px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
:not(.aXNw) #navbar .logo-text .logo-text-info .logo-text-title {
  font-weight: 600;
  font-size: 19px;
}
:not(.aXNw) #navbar .logo-text .logo-text-info .logo-text-description {
  font-weight: 600;
  font-size: 12px;
  max-width: 140px;
}
:not(.aXNw) #navbar.inverted .logo svg {
  fill: #fff;
}
:not(.aXNw) #navbar.ui {
  border: none;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.25);
  padding: 0;
  margin: 0;
  min-width: 800px;
  min-height: 56px;
  padding-left: 196px;
  padding-right: 64px;
  overflow: visible !important;
  z-index: 990;
  /* Above parts of dispatch board */
  background-color: #f8f8f8;
}
:not(.aXNw) #navbar.ui.inverted {
  background-color: #2d2e31;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
}
:not(.aXNw) #navbar.ui > .ui.menu {
  background-color: transparent;
  border: none;
  box-shadow: none;
  margin: 0;
}
:not(.aXNw) #navbar.ui > .ui.menu > .item {
  border-radius: 0;
  padding: 18px 12px;
  max-height: 56px;
}
:not(.aXNw) #navbar.ui > .ui.menu > .item.hidden {
  display: none;
}
:not(.aXNw) #navbar.ui > .ui.menu > .item.active,
:not(.aXNw) #navbar.ui > .ui.menu > .item.active > .icon {
  background: transparent;
  color: #00b1ff;
}
:not(.aXNw) #navbar.ui > .ui.menu > .item.active svg,
:not(.aXNw) #navbar.ui > .ui.menu > .item.active > .icon svg {
  fill: #00b1ff;
}
:not(.aXNw) #navbar.ui > .ui.menu > .item.active:hover > ins,
:not(.aXNw) #navbar.ui > .ui.menu > .item.active > .icon:hover > ins,
:not(.aXNw) #navbar.ui > .ui.menu > .item.active:hover > .icon,
:not(.aXNw) #navbar.ui > .ui.menu > .item.active > .icon:hover > .icon {
  opacity: 1;
}
:not(.aXNw) #navbar.ui > .ui.menu > .item:hover {
  background: transparent;
}
:not(.aXNw) #navbar.ui > .ui.menu > .item:hover > ins,
:not(.aXNw) #navbar.ui > .ui.menu > .item:hover > .icon {
  opacity: 0.7;
}
:not(.aXNw) #navbar.ui > .ui.menu > .item .label {
  border-radius: 50% !important;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  font-style: normal;
  font-weight: 600;
  padding: 0.335em !important;
}
:not(.aXNw) #navbar.ui > .ui.menu > .item > .label {
  margin: 0;
  margin-right: -4px;
  min-height: 1.5em;
  min-width: 1.65em;
  top: auto;
  transform: translate(-0.5em, -0.85em);
}
:not(.aXNw) #navbar.ui > .ui.menu > .item > .label.red {
  background-color: #e90101 !important;
}
:not(.aXNw) #navbar.ui > .ui.menu > .item > .label:empty {
  display: none;
}
:not(.aXNw) #navbar.ui > .ui.menu > .item > .icon {
  margin-right: 0;
  color: black;
}
:not(.aXNw) #navbar.ui > .ui.menu > .item > .icon svg {
  fill: black;
}
:not(.aXNw) #navbar.ui > .ui.menu.inverted > .item > ins,
:not(.aXNw) #navbar.ui > .ui.menu.inverted > .item > .icon {
  color: white;
}
:not(.aXNw) #navbar.ui > .ui.menu.inverted > .item > ins svg,
:not(.aXNw) #navbar.ui > .ui.menu.inverted > .item > .icon svg {
  fill: white;
}
:not(.aXNw) #navbar.ui > .ui.menu.inverted > .item.tada,
:not(.aXNw) #navbar.ui > .ui.menu.inverted > .item.tada > .icon,
:not(.aXNw) #navbar.ui > .ui.menu.inverted > .item.active > ins,
:not(.aXNw) #navbar.ui > .ui.menu.inverted > .item.active > .icon {
  color: #80d8ff;
}
:not(.aXNw) #navbar.ui > .ui.menu.inverted > .item.tada svg,
:not(.aXNw) #navbar.ui > .ui.menu.inverted > .item.tada > .icon svg,
:not(.aXNw) #navbar.ui > .ui.menu.inverted > .item.active > ins svg,
:not(.aXNw) #navbar.ui > .ui.menu.inverted > .item.active > .icon svg {
  fill: #80d8ff;
}
:not(.aXNw) #navbar.ui > .ui.menu.inverted > .item > .label.red {
  background-color: #fe5d5d !important;
}
:not(.aXNw) #navbar.ui > .ui.menu > .item > ins {
  font-size: 14px !important;
  font-family: "Lato", sans-serif;
  line-height: 100%;
  font-weight: 400;
  margin: 0 0.1em;
  text-decoration: none;
  white-space: nowrap;
}
:not(.aXNw) #navbar.ui > .ui.menu > .item:before {
  display: none;
}
:not(.aXNw) #navbar.ui .menu .mdi,
:not(.aXNw) #navbar.ui .mdi:before {
  font-size: 20px;
}
:not(.aXNw) #navbar.ui .vertical-dots-menu.dropdown,
:not(.aXNw) #navbar.ui .user-menu.dropdown {
  position: absolute;
  top: 0;
  right: 0;
}
:not(.aXNw) #navbar.ui .user-menu.dropdown .menu > .divider + .divider {
  display: none;
}
:not(.aXNw) #navbar.ui .extra-navigation.menu {
  position: absolute;
  top: 0;
  right: 64px;
}
:not(.aXNw) #navbar.ui .extra-navigation.menu.in-partner-portal {
  right: 164px;
}
:not(.aXNw) #navbar.ui .extra-navigation.menu > .item > ins {
  border-radius: 3px;
  display: none;
  margin-left: 0 !important;
  opacity: 0;
  padding: 12px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate3d(-50%, 100%, 0);
  transition: all 0.1s ease-out;
}
:not(.aXNw) #navbar.ui .extra-navigation.menu > .item > ins {
  background-color: #f8f8f8;
}
:not(.aXNw) #navbar.ui .extra-navigation.menu.inverted > .item > ins {
  background-color: #2d2e31;
}
:not(.aXNw)
  #navbar.ui
  .extra-navigation.menu
  > .titan-score.item
  > .icon:before {
  color: #00b17e;
}
:not(.aXNw)
  #navbar.ui
  .extra-navigation.menu.inverted
  > .titan-score.item
  > .icon:before {
  color: #00eeaa;
}
:not(.aXNw)
  #navbar.ui
  .extra-navigation.menu
  > .titan-score.item
  > .icon.yellow:before {
  color: #d8af00;
}
:not(.aXNw)
  #navbar.ui
  .extra-navigation.menu.inverted
  > .titan-score.item
  > .icon.yellow:before {
  color: #ffcf02;
}
:not(.aXNw)
  #navbar.ui
  .extra-navigation.menu
  > .titan-score.item
  > .icon.red:before {
  color: #e90101;
}
:not(.aXNw)
  #navbar.ui
  .extra-navigation.menu.inverted
  > .titan-score.item
  > .icon.red:before {
  color: #fe5d5d;
}
:not(.aXNw) #navbar.ui .extra-navigation.menu > .item {
  padding-left: 10px;
  padding-right: 10px;
}
:not(.aXNw) #navbar.ui .extra-navigation.menu > .item .icon.mdi-magnify:before {
  font-size: 24px !important;
  line-height: 20px;
}
:not(.aXNw) #navbar.ui .extra-navigation.menu .dialpad-dialer.item {
  cursor: pointer;
}
:not(.aXNw) #navbar.ui .extra-navigation.menu .dialpad-dialer.item > i::before {
  font-size: 24px;
  line-height: 20px;
}
:not(.aXNw) #navbar.ui .extra-navigation.menu .dialpad-dialer.item.visible > i {
  color: #80d8ff;
}
:not(.aXNw) #navbar.ui .extra-navigation.menu .time-zone-offset.item {
  font-family: Lato;
  font-size: 13px;
  font-weight: bold;
}
:not(.aXNw) #navbar.ui .extra-navigation.menu .titan-score.item {
  padding-left: 10px;
  padding-right: 10px;
}
:not(.aXNw) #navbar.ui .extra-navigation.menu .titan-score.item > .icon {
  margin-left: -10px !important;
  margin-right: -6px !important;
  margin-top: -5px;
}
:not(.aXNw) #navbar.ui .extra-navigation.menu .titan-score.item > .icon:before {
  font-size: 12px;
}
:not(.aXNw) #navbar.ui .extra-navigation.menu .titan-score.item > u {
  margin-top: -2px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}
:not(.aXNw) #navbar.ui .extra-navigation.menu .titan-score.item.active > u {
  color: #80d8ff;
}
:not(.aXNw) #navbar.ui.inverted .dropdown > .icon {
  color: white;
}
:not(.aXNw) #navbar.ui.inverted .dropdown.active > .icon {
  color: #80d8ff;
  opacity: 1 !important;
}
:not(.aXNw) #navbar.ui .vertical-dots-menu.dropdown,
:not(.aXNw) #navbar.ui .user-menu.dropdown {
  padding: 14px 10px;
  height: 56px;
}
:not(.aXNw) #navbar.ui .vertical-dots-menu.dropdown > .avatar,
:not(.aXNw) #navbar.ui .user-menu.dropdown > .avatar {
  position: relative;
  display: inline-block;
  /* Invert the icon if no avatar was uploaded */
}
:not(.aXNw)
  #navbar.ui
  .vertical-dots-menu.dropdown
  > .avatar
  > img[src*="/null"].avatar-img,
:not(.aXNw)
  #navbar.ui
  .user-menu.dropdown
  > .avatar
  > img[src*="/null"].avatar-img {
  filter: invert(100%);
}
:not(.aXNw)
  #navbar.ui
  .vertical-dots-menu.dropdown
  > .avatar
  > img:not([src*="/null"]).avatar-img,
:not(.aXNw)
  #navbar.ui
  .user-menu.dropdown
  > .avatar
  > img:not([src*="/null"]).avatar-img {
  border: 1px solid rgba(255, 255, 255, 0.5);
}
:not(.aXNw) #navbar.ui .vertical-dots-menu.dropdown > .avatar > .avatar-img,
:not(.aXNw) #navbar.ui .user-menu.dropdown > .avatar > .avatar-img {
  border-radius: 50%;
  margin-top: -8px;
  margin-bottom: -8px;
  width: 32px;
  height: 32px;
}
:not(.aXNw) #navbar.ui .vertical-dots-menu.dropdown > ins,
:not(.aXNw) #navbar.ui .user-menu.dropdown > ins {
  display: none !important;
}
:not(.aXNw) #navbar.ui .vertical-dots-menu.dropdown > .profile-data,
:not(.aXNw) #navbar.ui .user-menu.dropdown > .profile-data {
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px;
  max-width: 84px;
  user-select: none;
}
:not(.aXNw) #navbar.ui .vertical-dots-menu.dropdown > .profile-data > .username,
:not(.aXNw) #navbar.ui .user-menu.dropdown > .profile-data > .username,
:not(.aXNw)
  #navbar.ui
  .vertical-dots-menu.dropdown
  > .profile-data
  > .company-name,
:not(.aXNw) #navbar.ui .user-menu.dropdown > .profile-data > .company-name {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-weight: 700;
  font-family: "Nunito Sans", sans-serif;
  font-size: 12px;
}
:not(.aXNw) #navbar.ui .vertical-dots-menu.dropdown > .profile-data > .username,
:not(.aXNw) #navbar.ui .user-menu.dropdown > .profile-data > .username {
  line-height: 14px;
  color: #fff;
  margin-bottom: 0;
}
:not(.aXNw)
  #navbar.ui
  .vertical-dots-menu.dropdown
  > .profile-data
  > .company-name,
:not(.aXNw) #navbar.ui .user-menu.dropdown > .profile-data > .company-name {
  text-transform: uppercase;
  color: #bcbcbd;
}
:not(.aXNw) #navbar.ui .vertical-dots-menu.dropdown > .menu,
:not(.aXNw) #navbar.ui .user-menu.dropdown > .menu {
  padding: 0.5em 0;
  z-index: 1001;
}
:not(.aXNw) #navbar.ui .vertical-dots-menu.dropdown > .menu > .header,
:not(.aXNw) #navbar.ui .user-menu.dropdown > .menu > .header,
:not(.aXNw) #navbar.ui .vertical-dots-menu.dropdown > .menu > .item,
:not(.aXNw) #navbar.ui .user-menu.dropdown > .menu > .item {
  font-size: 14px !important;
  font-family: "Lato", sans-serif;
  line-height: 100%;
  min-width: 14em;
  margin: 0;
  padding: 0.85em 1.5em !important;
}
:not(.aXNw) #navbar.ui .vertical-dots-menu.dropdown > .menu > .header.active,
:not(.aXNw) #navbar.ui .user-menu.dropdown > .menu > .header.active,
:not(.aXNw) #navbar.ui .vertical-dots-menu.dropdown > .menu > .item.active,
:not(.aXNw) #navbar.ui .user-menu.dropdown > .menu > .item.active {
  font-weight: normal !important;
}
:not(.aXNw) #navbar.ui .vertical-dots-menu.dropdown > .menu > .ui.divider,
:not(.aXNw) #navbar.ui .user-menu.dropdown > .menu > .ui.divider {
  margin-left: 0.85em;
  margin-right: 0.85em;
}
:not(.aXNw) #navbar.ui .vertical-dots-menu.dropdown > .label,
:not(.aXNw) #navbar.ui .user-menu.dropdown > .label {
  top: auto;
  transform: translate(-2.5em, -1.25em);
}
:not(.aXNw) #navbar.ui .vertical-dots-menu.dropdown > .icon,
:not(.aXNw) #navbar.ui .user-menu.dropdown > .icon {
  margin-left: 0;
  width: 0.65em;
}
:not(.aXNw) #navbar.ui .vertical-dots-menu.dropdown > .icon:before,
:not(.aXNw) #navbar.ui .user-menu.dropdown > .icon:before {
  font-size: 80%;
  opacity: 0.7;
}
:not(.aXNw) #navbar.ui .vertical-dots-menu.dropdown:hover > .icon:before,
:not(.aXNw) #navbar.ui .user-menu.dropdown:hover > .icon:before {
  opacity: 1;
}
:not(.aXNw) #navbar.ui .vertical-dots-menu.dropdown > .menu > .item > .label,
:not(.aXNw) #navbar.ui .user-menu.dropdown > .menu > .item > .label {
  margin-left: 1.25em;
  margin-right: 0;
  min-height: 0.85em;
  min-width: 0.85em;
}
:not(.aXNw) #navbar.ui .vertical-dots-menu.dropdown > .menu > .item > .subtitle,
:not(.aXNw) #navbar.ui .user-menu.dropdown > .menu > .item > .subtitle {
  font-weight: 600;
  color: #737475;
  font-size: 12px;
  line-height: 150%;
  font-family: "Nunito Sans", sans-serif;
}
:not(.aXNw)
  #navbar.ui
  .vertical-dots-menu.dropdown
  > .menu
  > .item.settings-hint,
:not(.aXNw) #navbar.ui .user-menu.dropdown > .menu > .item.settings-hint,
:not(.aXNw)
  #navbar.ui
  .vertical-dots-menu.dropdown
  > .menu
  > .item.settings-hint:hover,
:not(.aXNw) #navbar.ui .user-menu.dropdown > .menu > .item.settings-hint:hover {
  background-color: transparent !important;
  color: #00b1ff !important;
}
:not(.aXNw) #navbar.ui .vertical-dots-menu.dropdown > .menu > .item.logout,
:not(.aXNw) #navbar.ui .user-menu.dropdown > .menu > .item.logout {
  max-width: 15em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 1.4;
}
:not(.aXNw) #navbar.ui .vertical-dots-menu.dropdown > .menu > .item.logout em,
:not(.aXNw) #navbar.ui .user-menu.dropdown > .menu > .item.logout em {
  font-weight: normal;
  font-style: normal;
  margin-left: 0.35em;
  opacity: 0.5;
}
:not(.aXNw) #navbar.ui .vertical-dots-menu.dropdown {
  padding-left: 16px;
  padding-right: 16px;
}
:not(.aXNw) #navbar.ui .vertical-dots-menu.dropdown > .icon {
  width: auto;
}
:not(.aXNw) #navbar.ui .vertical-dots-menu.dropdown.item > .mdi:before {
  font-size: 28px;
  transform: translate(0, 0.1em);
}
@media only screen and (min-width: 1699px) {
  /* Large screens ----------- */
  /* Centered menu */
  :not(.aXNw) #navbar.ui {
    text-align: center;
  }
  :not(.aXNw) #navbar.ui .main-navigation {
    display: inline-flex;
  }
  :not(.aXNw) #navbar.ui .main-navigation > .item {
    padding: 20px 14px;
  }
}
@media only screen and (min-width: 1280px) {
  /* Desktops and laptops ----------- */
  /* Left-aligned menu */
}
@media only screen and (max-width: 1280px) {
  /* Desktops and laptops ----------- */
  /* Icons-only centered menu */
  :not(.aXNw) #navbar.ui {
    text-align: center;
  }
  :not(.aXNw) #navbar.ui .main-navigation {
    display: inline-flex;
  }
  :not(.aXNw) #navbar.ui > .menu > .item > ins {
    border-radius: 3px;
    display: none;
    margin-left: 0 !important;
    opacity: 0;
    padding: 12px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate3d(-50%, 100%, 0);
    transition: all 0.1s ease-out;
  }
  :not(.aXNw) #navbar.ui > .menu.main-navigation > .item:hover > ins {
    display: inline-block;
    opacity: 1 !important;
    bottom: -6px;
  }
  :not(.aXNw) #navbar.ui > .menu.main-navigation > .item:hover > ins:hover {
    display: none;
  }
  :not(.aXNw) #navbar.ui > .menu.extra-navigation > .item:hover > ins {
    display: none;
  }
  :not(.aXNw) #navbar.ui > .menu > .item.active:hover > ins {
    display: none;
  }
  :not(.aXNw) #navbar.ui > .menu > .item > ins {
    background-color: #f8f8f8;
  }
  :not(.aXNw) #navbar.ui > .menu.inverted > .item > ins {
    background-color: #2d2e31;
  }
  :not(.aXNw) #navbar.ui > .menu > .item[data-section="Calls"] > .label {
    transform: translate(-1.25em, -0.85em) !important;
  }
}
/* Icons-only centered menu */
:not(.aXNw) .minimized#navbar.ui {
  text-align: center;
}
:not(.aXNw) .minimized#navbar.ui .main-navigation {
  display: inline-flex;
}
:not(.aXNw) .minimized#navbar.ui > .menu > .item > ins {
  border-radius: 3px;
  display: none;
  margin-left: 0 !important;
  opacity: 0;
  padding: 12px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate3d(-50%, 100%, 0);
  transition: all 0.1s ease-out;
}
:not(.aXNw) .minimized#navbar.ui > .menu.main-navigation > .item:hover > ins {
  display: inline-block;
  opacity: 1 !important;
  bottom: -6px;
}
:not(.aXNw)
  .minimized#navbar.ui
  > .menu.main-navigation
  > .item:hover
  > ins:hover {
  display: none;
}
:not(.aXNw) .minimized#navbar.ui > .menu.extra-navigation > .item:hover > ins {
  display: none;
}
:not(.aXNw) .minimized#navbar.ui > .menu > .item.active:hover > ins {
  display: none;
}
:not(.aXNw) .minimized#navbar.ui > .menu > .item > ins {
  background-color: #f8f8f8;
}
:not(.aXNw) .minimized#navbar.ui > .menu.inverted > .item > ins {
  background-color: #2d2e31;
}
:not(.aXNw)
  .minimized#navbar.ui
  > .menu
  > .item[data-section="Calls"]
  > .label {
  transform: translate(-1.25em, -0.85em) !important;
}
:not(.aXNw) #navbar .ui.progress .bar {
  border-radius: 0;
  box-shadow: none;
  height: 4px;
}
:not(.aXNw) #navbar .ui.progress .bar:after {
  animation: progress-st 3s ease infinite;
  background: transparent
    linear-gradient(
      to right,
      rgba(255, 255, 255, 0) 0%,
      #ffffff 10%,
      #ffffff 90%,
      rgba(255, 255, 255, 0) 100%
    );
  border-radius: 0;
  opacity: 0.35;
}
@keyframes progress-st {
  0% {
    left: -30%;
    width: 30%;
  }
  50% {
    left: 100%;
    width: 50%;
  }
  100% {
    left: 100%;
    width: 50%;
  }
}

:not(.aXNw) .clearfix {
  *zoom: 1;
}
:not(.aXNw) .clearfix:before,
:not(.aXNw) .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
:not(.aXNw) .clearfix:after {
  clear: both;
}
:not(.aXNw) .hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
:not(.aXNw) .input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
:not(.aXNw) .play-call-view {
  padding: 20px 20px 0 20px;
  background-color: #ffffff;
  background-image: -moz-linear-gradient(top, #fff, #fff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#fff));
  background-image: -webkit-linear-gradient(top, #fff, #fff);
  background-image: -o-linear-gradient(top, #fff, #fff);
  background-image: linear-gradient(to bottom, #fff, #fff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffffffff', GradientType=0);
  border: 1px solid #dedede;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  z-index: 9999;
}
:not(.aXNw) .play-call-view:after,
:not(.aXNw) .play-call-view:before {
  content: " ";
  position: absolute;
  right: 100%;
  width: 0;
  height: 0;
  border: solid transparent;
  pointer-events: none;
}
:not(.aXNw) .play-call-view:after {
  top: 29px;
  margin-top: -7px;
  border-color: rgba(136, 183, 213, 0);
  border-right-color: #fff;
  border-width: 7px;
}
:not(.aXNw) .play-call-view:before {
  top: 29px;
  margin-top: -9px;
  border-color: rgba(194, 225, 245, 0);
  border-right-color: #dedede;
  border-width: 9px;
}
:not(.aXNw) .play-call-view h1 {
  font-size: 20px;
  margin-bottom: 15px;
  margin-top: 0px;
}
:not(.aXNw) .play-call-view small {
  font-size: 85%;
}
:not(.aXNw) .play-call-view div > .tags-editor {
  width: 100%;
}
:not(.aXNw) .play-call-view .summary-button,
:not(.aXNw) .play-call-view .close-button {
  float: right;
}
:not(.aXNw) .play-call-view .alert-booked {
  margin-bottom: 5px;
}
:not(.aXNw) .play-call-view .btn-booked {
  margin-bottom: 20px;
}
:not(.aXNw) .play-call-view table {
  margin-bottom: 20px;
  width: 100%;
}
:not(.aXNw) .play-call-view table th {
  padding-bottom: 0;
}
:not(.aXNw) .play-call-view table th:first-child,
:not(.aXNw) .play-call-view table td:first-child {
  padding-left: 0;
}
:not(.aXNw) .play-call-view .jp-gui {
  position: relative;
  margin-bottom: 20px;
}
:not(.aXNw) .play-call-view .jp-gui a.jp-play,
:not(.aXNw) .play-call-view .jp-gui a.jp-pause {
  position: absolute;
  font-size: 38px;
  top: 4px;
}
:not(.aXNw) .play-call-view .jp-gui .jp-progress {
  height: 15px;
  padding-left: 36px;
}
:not(.aXNw) .play-call-view .jp-gui .jp-progress .jp-seek-bar {
  height: 100%;
  background-color: #ddd;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
:not(.aXNw) .play-call-view .jp-gui .jp-progress .jp-play-bar {
  height: 100%;
  background-color: #00cbe9;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
:not(.aXNw) .play-call-view .jp-gui .jp-time-holder {
  font-size: 11px;
  padding-left: 36px;
}
:not(.aXNw) .play-call-view .jp-gui .jp-time-holder .jp-current-time {
  float: left;
}
:not(.aXNw) .play-call-view .jp-gui .jp-time-holder .jp-duration {
  float: right;
  text-align: right;
}
:not(.aXNw) .play-call-view .alert {
  display: block;
}
:not(.aXNw) .play-call-view .alert.alert-success {
  text-align: center;
}
:not(.aXNw) .play-call-view .alert.alert-info select {
  display: block;
  margin-top: 5px;
}
:not(.aXNw) .play-call-view .jobs {
  list-style-type: none;
  margin-left: 0px;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
:not(.aXNw) .play-call-view .jobs li {
  padding: 5px;
  cursor: pointer;
  color: #000;
}
:not(.aXNw) .play-call-view .jobs li:hover {
  background-color: #eee;
}
:not(.aXNw) .play-call-view .jobs li.active {
  background-color: #00cbe9;
  color: #fff;
}
:not(.aXNw) .play-call-view .jobs li.active i {
  color: #fff;
}
:not(.aXNw) .play-call-view .jobs li.active a {
  display: inline-block;
}
:not(.aXNw) .play-call-view .play-call-search-form form {
  margin-bottom: 4px;
}
:not(.aXNw) .play-call-view .actions {
  margin: 10px 0 6px;
}
:not(.aXNw) .play-call-view .summary {
  background: #f8f8f8;
  border: #ccc solid 1px;
  border-radius: 5px;
  padding: 10px 0 5px;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  width: 500px;
}
:not(.aXNw) .play-call-view .summary_item {
  width: 250px;
  display: inline-flex;
  font-family: monospace;
  font-size: 12px;
}
:not(.aXNw) .play-call-view .summary_item_wide {
  width: 500px;
}
:not(.aXNw) .play-call-view .summary_item_label {
  text-align: right;
  text-transform: uppercase;
  font-size: 12px;
  padding-right: 10px;
  color: #999;
  width: 56%;
}
:not(.aXNw) .play-call-view .summary_item_label_wide {
  width: 28%;
}
:not(.aXNw) .play-call-view .play-call-forms table tbody {
  display: block;
  max-height: 375px;
  overflow-y: auto;
}

/*
shared styles and variables
*/
:not(.aXNw) .text-button {
  font-family: "Nunito Sans";
  border-radius: 3px;
  background-color: #f5f5f5;
  border: none;
  margin: auto 10px;
  color: #444445;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: normal;
  padding: 8px 16px;
}
:not(.aXNw) .planning-nav {
  padding: 20px 0 20px calc(32px - 20px);
  height: 40px;
  line-height: 40px;
  margin: -65px -10px 0 0px;
  font-family: "Nunito Sans";
}
:not(.aXNw) .planning-nav .tab {
  display: inline-block;
  padding: 0 20px;
}
:not(.aXNw) .planning-nav .tab a {
  padding: auto 5px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}
:not(.aXNw) .planning-nav .tab a span {
  color: #000;
}
:not(.aXNw) .planning-nav .tab.active a {
  padding-bottom: 30px;
  border-bottom: solid 2px #2270ee;
}
:not(.aXNw) .planning-nav .tab.active a span {
  color: #2270ee;
}
/*
v1 capacity board related style
*/
:not(.aXNw) #open-capacity {
  font-family: "Nunito Sans";
}
:not(.aXNw) #open-capacity .header-border {
  box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.3);
  position: absolute;
  width: 950px;
  height: 80px;
}
:not(.aXNw) #open-capacity .open-capacity-table {
  border-bottom: solid 1px #eaeaea;
  width: 100%;
  font-size: 13pt;
  font-weight: bold;
  margin-bottom: 10px;
}
:not(.aXNw) #open-capacity .open-capacity-table td.time {
  width: 80px;
  height: 80px;
  background-color: #447881;
  color: #fff;
}
:not(.aXNw) #open-capacity .open-capacity-table td {
  background-color: white;
  padding: 0;
  text-align: center;
  vertical-align: middle;
}
:not(.aXNw) #open-capacity .open-capacity-table tr > td.head {
  font-size: 20px;
  line-height: 1.2;
  color: #447881;
  background-color: #e9fbfe;
}
:not(.aXNw) #open-capacity .open-capacity-table tr > td.head.second {
  background-color: #daeff3;
}
:not(.aXNw) #open-capacity .open-capacity-table tr > td.border,
:not(.aXNw) #open-capacity .open-capacity-table tr > td.day {
  border-bottom: solid 1px #eaeaea;
}
:not(.aXNw) #open-capacity .open-capacity-table tr > td.day {
  width: 80px;
  background-color: #f9f9f9;
}
:not(.aXNw) #open-capacity .open-capacity-table .cell {
  color: #777;
}
:not(.aXNw) #open-capacity .open-capacity-table .cell.second {
  background-color: #f9f9f9;
}
:not(.aXNw) #open-capacity .open-capacity-table .range {
  width: 90px;
}
:not(.aXNw) #open-capacity .open-capacity-table .first {
  border-top: solid 1px #eaeaea;
}
:not(.aXNw) #open-capacity .open-capacity-table .business-unit-head {
  height: 80px;
  text-align: left;
  padding-left: 15px;
}
:not(.aXNw) #open-capacity .open-capacity-table .business-unit-cell {
  height: 35px;
  text-align: left;
  padding-left: 15px;
  font-weight: normal;
}
:not(.aXNw) #open-capacity > .fullscreen {
  float: right;
}
/*
Other styles
*/
:not(.aXNw) .calendar-capacity-header {
  margin-bottom: 10px;
}
:not(.aXNw) .calendar-capacity-header .time {
  float: left;
  width: auto;
  font-weight: bold;
  font-size: 13pt;
}
:not(.aXNw) .calendar-capacity-header .calendar-link,
:not(.aXNw) .calendar-capacity-header .capacity-link,
:not(.aXNw) .calendar-capacity-header .job-counter-link {
  float: left;
  font-size: 10pt;
  text-align: center;
}
:not(.aXNw) .calendar-capacity-header .calendar-link > a,
:not(.aXNw) .calendar-capacity-header .capacity-link > a,
:not(.aXNw) .calendar-capacity-header .job-counter-link > a {
  color: #333333;
}
:not(.aXNw) .calendar-capacity-header .calendar-link {
  width: 70px;
  margin-right: 42px;
}
:not(.aXNw) .calendar-capacity-header .capacity-link {
  width: 106px;
  margin-right: 42px;
}
:not(.aXNw) .calendar-capacity-header .selected {
  font-weight: bold;
  border-bottom: 1px solid black;
}
:not(.aXNw) .calendar-capacity-header .filters {
  clear: both;
  padding-top: 20px;
}
:not(.aXNw) .calendar-capacity-header .filters .business-unit-selector {
  float: left;
  width: 312px;
}
:not(.aXNw) .calendar-capacity-header .filters .business-unit-selector > span {
  margin-right: 10px;
}
:not(.aXNw) .calendar-capacity-header .filters .business-unit-selector button {
  width: 200px;
  background: white none;
  text-align: right;
  border-radius: 6px;
}
:not(.aXNw) .calendar-capacity-header .filters .business-unit-selector ul {
  width: 198px;
  margin-top: 0;
  padding: 0;
}
:not(.aXNw) .calendar-capacity-header .filters .business-unit-selector ul li {
  z-index: 999999 !important;
}
:not(.aXNw) .calendar-capacity-header .filters .business-unit-selector ul li a {
  padding: 10px;
  margin: 0;
  color: #272727;
}
:not(.aXNw)
  .calendar-capacity-header
  .filters
  .business-unit-selector
  ul
  li
  a:hover {
  background-color: #d9eff3 !important;
  background-image: none;
}
:not(.aXNw)
  .calendar-capacity-header
  .filters
  .business-unit-selector
  ul
  li
  label {
  white-space: normal;
}
:not(.aXNw)
  .calendar-capacity-header
  .filters
  .business-unit-selector
  ul
  li
  label
  input[type="checkbox"] {
  margin: 0;
}
:not(.aXNw) .calendar-capacity-header .filters .period-dates {
  float: right;
  height: 35px;
}
:not(.aXNw) .calendar-capacity-header .filters .period-dates span {
  float: left;
  line-height: 2.36;
  margin-right: 10px;
}
:not(.aXNw) .calendar-capacity-header .filters .period-dates .buttons {
  float: right;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15) !important;
}
:not(.aXNw)
  .calendar-capacity-header
  .filters
  .period-dates
  .buttons
  button:disabled {
  box-shadow: none !important;
}
:not(.aXNw) .calendar-capacity-header .filters span {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.36;
  color: #354052;
}
:not(.aXNw) #forecast-demand .btn-edit,
:not(.aXNw) #technician-availability .btn-edit {
  float: right;
}
:not(.aXNw) #forecast-demand .btn-edit.disabled,
:not(.aXNw) #technician-availability .btn-edit.disabled {
  color: #333333;
}
:not(.aXNw) #forecast-demand .availability-panel,
:not(.aXNw) #technician-availability .availability-panel,
:not(.aXNw) #forecast-demand .forecast-demand-panel,
:not(.aXNw) #technician-availability .forecast-demand-panel {
  float: right;
}
:not(.aXNw) #forecast-demand .availability-panel .availability-table,
:not(.aXNw) #technician-availability .availability-panel .availability-table,
:not(.aXNw) #forecast-demand .forecast-demand-panel .availability-table,
:not(.aXNw) #technician-availability .forecast-demand-panel .availability-table,
:not(.aXNw) #forecast-demand .availability-panel .forecast-demand-table,
:not(.aXNw) #technician-availability .availability-panel .forecast-demand-table,
:not(.aXNw) #forecast-demand .forecast-demand-panel .forecast-demand-table,
:not(.aXNw)
  #technician-availability
  .forecast-demand-panel
  .forecast-demand-table {
  margin-bottom: 15px;
}
:not(.aXNw) #forecast-demand .availability-panel .availability-table td,
:not(.aXNw) #technician-availability .availability-panel .availability-table td,
:not(.aXNw) #forecast-demand .forecast-demand-panel .availability-table td,
:not(.aXNw)
  #technician-availability
  .forecast-demand-panel
  .availability-table
  td,
:not(.aXNw) #forecast-demand .availability-panel .forecast-demand-table td,
:not(.aXNw)
  #technician-availability
  .availability-panel
  .forecast-demand-table
  td,
:not(.aXNw) #forecast-demand .forecast-demand-panel .forecast-demand-table td,
:not(.aXNw)
  #technician-availability
  .forecast-demand-panel
  .forecast-demand-table
  td {
  border: solid 0.6px #cfcfcf;
  background-color: #fcfcfc;
  padding: 0;
  width: 66px;
  height: 66px;
  text-align: center;
  vertical-align: middle;
}
:not(.aXNw) #forecast-demand .availability-panel .availability-table .empty,
:not(.aXNw)
  #technician-availability
  .availability-panel
  .availability-table
  .empty,
:not(.aXNw) #forecast-demand .forecast-demand-panel .availability-table .empty,
:not(.aXNw)
  #technician-availability
  .forecast-demand-panel
  .availability-table
  .empty,
:not(.aXNw) #forecast-demand .availability-panel .forecast-demand-table .empty,
:not(.aXNw)
  #technician-availability
  .availability-panel
  .forecast-demand-table
  .empty,
:not(.aXNw)
  #forecast-demand
  .forecast-demand-panel
  .forecast-demand-table
  .empty,
:not(.aXNw)
  #technician-availability
  .forecast-demand-panel
  .forecast-demand-table
  .empty {
  border: 0;
}
:not(.aXNw) #forecast-demand .availability-panel .availability-table .week,
:not(.aXNw)
  #technician-availability
  .availability-panel
  .availability-table
  .week,
:not(.aXNw) #forecast-demand .forecast-demand-panel .availability-table .week,
:not(.aXNw)
  #technician-availability
  .forecast-demand-panel
  .availability-table
  .week,
:not(.aXNw) #forecast-demand .availability-panel .forecast-demand-table .week,
:not(.aXNw)
  #technician-availability
  .availability-panel
  .forecast-demand-table
  .week,
:not(.aXNw)
  #forecast-demand
  .forecast-demand-panel
  .forecast-demand-table
  .week,
:not(.aXNw)
  #technician-availability
  .forecast-demand-panel
  .forecast-demand-table
  .week {
  background-color: #d8f6fb !important;
}
:not(.aXNw) #forecast-demand .availability-panel .availability-table .head,
:not(.aXNw)
  #technician-availability
  .availability-panel
  .availability-table
  .head,
:not(.aXNw) #forecast-demand .forecast-demand-panel .availability-table .head,
:not(.aXNw)
  #technician-availability
  .forecast-demand-panel
  .availability-table
  .head,
:not(.aXNw) #forecast-demand .availability-panel .forecast-demand-table .head,
:not(.aXNw)
  #technician-availability
  .availability-panel
  .forecast-demand-table
  .head,
:not(.aXNw)
  #forecast-demand
  .forecast-demand-panel
  .forecast-demand-table
  .head,
:not(.aXNw)
  #technician-availability
  .forecast-demand-panel
  .forecast-demand-table
  .head,
:not(.aXNw) #forecast-demand .availability-panel .availability-table .header,
:not(.aXNw)
  #technician-availability
  .availability-panel
  .availability-table
  .header,
:not(.aXNw) #forecast-demand .forecast-demand-panel .availability-table .header,
:not(.aXNw)
  #technician-availability
  .forecast-demand-panel
  .availability-table
  .header,
:not(.aXNw) #forecast-demand .availability-panel .forecast-demand-table .header,
:not(.aXNw)
  #technician-availability
  .availability-panel
  .forecast-demand-table
  .header,
:not(.aXNw)
  #forecast-demand
  .forecast-demand-panel
  .forecast-demand-table
  .header,
:not(.aXNw)
  #technician-availability
  .forecast-demand-panel
  .forecast-demand-table
  .header {
  background-color: #a7eaf6;
  border: solid 0.6px #cfcfcf;
  font-weight: bold;
  font-size: 13pt;
}
:not(.aXNw) #forecast-demand .availability-panel #cell-editor,
:not(.aXNw) #technician-availability .availability-panel #cell-editor,
:not(.aXNw) #forecast-demand .forecast-demand-panel #cell-editor,
:not(.aXNw) #technician-availability .forecast-demand-panel #cell-editor {
  position: absolute;
  z-index: 10;
}
:not(.aXNw) #forecast-demand .availability-panel #cell-editor .triangle-left,
:not(.aXNw)
  #technician-availability
  .availability-panel
  #cell-editor
  .triangle-left,
:not(.aXNw) #forecast-demand .forecast-demand-panel #cell-editor .triangle-left,
:not(.aXNw)
  #technician-availability
  .forecast-demand-panel
  #cell-editor
  .triangle-left {
  float: left;
  width: 40px;
  height: 95px;
  position: relative;
  overflow: hidden;
}
:not(.aXNw)
  #forecast-demand
  .availability-panel
  #cell-editor
  .triangle-left:after,
:not(.aXNw)
  #technician-availability
  .availability-panel
  #cell-editor
  .triangle-left:after,
:not(.aXNw)
  #forecast-demand
  .forecast-demand-panel
  #cell-editor
  .triangle-left:after,
:not(.aXNw)
  #technician-availability
  .forecast-demand-panel
  #cell-editor
  .triangle-left:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  background: white;
  transform: rotate(45deg);
  top: 35px;
  left: 15px;
  box-shadow: rgba(0, 0, 0, 0.8) 0 0 10px;
}
:not(.aXNw) #forecast-demand .availability-panel #cell-editor .cell-editor-body,
:not(.aXNw)
  #technician-availability
  .availability-panel
  #cell-editor
  .cell-editor-body,
:not(.aXNw)
  #forecast-demand
  .forecast-demand-panel
  #cell-editor
  .cell-editor-body,
:not(.aXNw)
  #technician-availability
  .forecast-demand-panel
  #cell-editor
  .cell-editor-body {
  box-shadow: rgba(0, 0, 0, 0.8) 0 0 10px;
  float: left;
  background-color: white;
  padding: 15px;
  min-height: 100px;
}
:not(.aXNw) #forecast-demand .availability-panel,
:not(.aXNw) #forecast-demand .forecast-demand-panel {
  float: left;
}
:not(.aXNw) #forecast-demand .form-inline {
  padding-left: 10px;
}
:not(.aXNw)
  #forecast-demand
  .forecast-demand-panel
  .forecast-demand-table
  .footer {
  background-color: #28d1d1;
  color: white;
  font-weight: bold;
  font-size: 13pt;
}
:not(.aXNw)
  #forecast-demand
  .forecast-demand-panel
  .forecast-demand-table
  .data {
  cursor: pointer;
}
:not(.aXNw)
  #forecast-demand
  .forecast-demand-panel
  .forecast-demand-table
  .data.disabled {
  cursor: auto;
  background-color: #999999;
}
:not(.aXNw)
  #forecast-demand
  .forecast-demand-panel
  .forecast-demand-table
  .weather {
  position: relative;
}
:not(.aXNw)
  #forecast-demand
  .forecast-demand-panel
  .forecast-demand-table
  .weather
  .weather-icon {
  margin-top: 10px;
}
:not(.aXNw)
  #forecast-demand
  .forecast-demand-panel
  .forecast-demand-table
  .weather
  .temp-bar-container {
  margin: 20px 0 20px 0;
}
:not(.aXNw)
  #forecast-demand
  .forecast-demand-panel
  .forecast-demand-table
  .weather
  .temp-bar {
  position: relative;
  background-color: #333333;
  width: 15px;
  left: 50%;
  margin-left: -7.5px;
  border-radius: 200px;
}
:not(.aXNw)
  #forecast-demand
  .forecast-demand-panel
  .forecast-demand-table
  .weather
  .temp-bar
  .temp-max,
:not(.aXNw)
  #forecast-demand
  .forecast-demand-panel
  .forecast-demand-table
  .weather
  .temp-bar
  .temp-min {
  font-size: 14px;
  width: 100%;
  position: absolute;
  left: 0;
}
:not(.aXNw)
  #forecast-demand
  .forecast-demand-panel
  .forecast-demand-table
  .weather
  .temp-bar
  .temp-max {
  top: -20px;
}
:not(.aXNw)
  #forecast-demand
  .forecast-demand-panel
  .forecast-demand-table
  .weather
  .temp-bar
  .temp-min {
  bottom: -20px;
}
:not(.aXNw)
  #forecast-demand
  .forecast-demand-panel
  .forecast-demand-table
  .weather
  .date {
  width: 100%;
  height: 80px;
  display: table;
}
:not(.aXNw)
  #forecast-demand
  .forecast-demand-panel
  .forecast-demand-table
  .weather
  .date
  span {
  display: table-cell;
  vertical-align: middle;
}
:not(.aXNw)
  #forecast-demand
  .forecast-demand-panel
  #cell-editor
  .cell-editor-body
  form {
  margin: 0;
}
:not(.aXNw)
  #forecast-demand
  .forecast-demand-panel
  #cell-editor
  .cell-editor-body
  form
  input[name="ProjectedDemand"] {
  width: 50px;
}
:not(.aXNw)
  #forecast-demand
  .forecast-demand-panel
  #cell-editor
  .cell-editor-body
  form
  .control-label {
  width: 110px;
}
:not(.aXNw)
  #forecast-demand
  .forecast-demand-panel
  #cell-editor
  .cell-editor-body
  form
  .control-group.ref-note {
  margin: 0 0 5px 0;
}
:not(.aXNw) #forecast-demand .business-unit {
  width: 200px;
}
:not(.aXNw) #open-capacity .header-border,
:not(.aXNw) #capacity-report .header-border {
  box-shadow: 1px 2px 4px 0 rgba(56, 40, 40, 0.3);
  position: absolute;
  width: 950px;
  height: 80px;
}
:not(.aXNw) #open-capacity .open-capacity-table,
:not(.aXNw) #capacity-report .open-capacity-table {
  border-bottom: solid 1px #eaeaea;
  width: 100%;
  font-size: 13pt;
  font-weight: bold;
  margin-bottom: 10px;
}
:not(.aXNw) #open-capacity .open-capacity-table td.time,
:not(.aXNw) #capacity-report .open-capacity-table td.time {
  width: 80px;
  height: 80px;
  background-color: #447881;
  color: #fff;
}
:not(.aXNw) #open-capacity .open-capacity-table td,
:not(.aXNw) #capacity-report .open-capacity-table td {
  background-color: white;
  padding: 0;
  text-align: center;
  vertical-align: middle;
}
:not(.aXNw) #open-capacity .open-capacity-table tr > td.head,
:not(.aXNw) #capacity-report .open-capacity-table tr > td.head {
  font-size: 20px;
  line-height: 1.2;
  color: #447881;
  background-color: #e9fbfe;
}
:not(.aXNw) #open-capacity .open-capacity-table tr > td.head.second,
:not(.aXNw) #capacity-report .open-capacity-table tr > td.head.second {
  background-color: #daeff3;
}
:not(.aXNw) #open-capacity .open-capacity-table tr > td.border,
:not(.aXNw) #capacity-report .open-capacity-table tr > td.border,
:not(.aXNw) #open-capacity .open-capacity-table tr > td.day,
:not(.aXNw) #capacity-report .open-capacity-table tr > td.day {
  border-bottom: solid 1px #eaeaea;
}
:not(.aXNw) #open-capacity .open-capacity-table tr > td.day,
:not(.aXNw) #capacity-report .open-capacity-table tr > td.day {
  width: 80px;
  background-color: #f9f9f9;
}
:not(.aXNw) #open-capacity .open-capacity-table .cell,
:not(.aXNw) #capacity-report .open-capacity-table .cell {
  color: #777;
}
:not(.aXNw) #open-capacity .open-capacity-table .cell.second,
:not(.aXNw) #capacity-report .open-capacity-table .cell.second {
  background-color: #f9f9f9;
}
:not(.aXNw) #open-capacity .open-capacity-table .range,
:not(.aXNw) #capacity-report .open-capacity-table .range {
  width: 90px;
}
:not(.aXNw) #open-capacity .open-capacity-table .first,
:not(.aXNw) #capacity-report .open-capacity-table .first {
  border-top: solid 1px #eaeaea;
}
:not(.aXNw) #open-capacity .open-capacity-table .business-unit-head,
:not(.aXNw) #capacity-report .open-capacity-table .business-unit-head {
  height: 80px;
  text-align: left;
  padding-left: 15px;
}
:not(.aXNw) #open-capacity .open-capacity-table .business-unit-cell,
:not(.aXNw) #capacity-report .open-capacity-table .business-unit-cell {
  height: 35px;
  text-align: left;
  padding-left: 15px;
  font-weight: normal;
}
:not(.aXNw) #open-capacity > .fullscreen,
:not(.aXNw) #capacity-report > .fullscreen {
  float: right;
}
:not(.aXNw) #open-capacity #refresh-page,
:not(.aXNw) #capacity-report #refresh-page {
  display: none;
  border: 1px solid #00cbe9;
  border-radius: 4px;
  text-align: center;
  width: 500px;
  margin-left: 240px;
}
:not(.aXNw) .job-counter {
  box-sizing: border-box;
  margin: -15px -20px;
  padding: 40px 40px 0 40px;
  background-color: #f5f7fa;
  min-width: 1350px;
}
:not(.aXNw) .job-counter .datepicker {
  margin-top: 56px;
}
:not(.aXNw) .job-counter .main-content {
  margin-top: 40px;
}
:not(.aXNw) .job-counter .main-content .left {
  float: left;
}
:not(.aXNw) .job-counter .main-content .show-filters {
  text-transform: uppercase;
  color: #ffffff !important;
}
:not(.aXNw) .job-counter .main-content .show-filters.grey {
  background-color: #97b3ce !important;
}
:not(.aXNw) .job-counter .main-content .ui.small.white.flat.icon.buttons {
  margin-right: 10px;
}
:not(.aXNw) .job-counter .ui.table {
  border: none !important;
}
:not(.aXNw) .job-counter .ui.table thead th {
  background-color: #fff !important;
  border: 0px;
  color: #7f8fa4;
}
:not(.aXNw) .job-counter .ui.table th,
:not(.aXNw) .job-counter .ui.table td {
  font-weight: normal;
}
:not(.aXNw) .job-counter .ui.table td {
  font-size: 24px;
  padding-left: 12px;
  padding-right: 12px;
  border-top: none;
}
:not(.aXNw) .job-counter .ui.table .hours-cell {
  color: #7f8fa4;
}
:not(.aXNw) .job-counter h4 {
  color: #354052;
  font-weight: 300;
  font-size: 24px !important;
}
:not(.aXNw) .job-counter .fa-circle {
  font-size: 9px;
  color: #ff2d55;
}
:not(.aXNw) .job-counter .st-card {
  height: 501px;
  margin: 0px;
  border: 0px;
}
:not(.aXNw) .job-counter .st-card .header {
  border-radius: 3px;
  box-shadow: 0 4px 8px 0 rgba(223, 227, 233, 0.4);
  margin: 0px;
}
:not(.aXNw) .job-counter .st-card .header .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 35px;
  font-weight: normal;
  margin: 0px !important;
}
:not(.aXNw) .job-counter .st-card .header .content h4 {
  color: #354052;
  margin-bottom: 0px;
  font-size: 24px;
}
:not(.aXNw) .job-counter .st-card .header .content span {
  color: #7f8fa4;
  font-size: 16px;
  align-self: flex-end;
}
:not(.aXNw) .job-counter .st-card .description {
  margin-top: 10px;
  padding: 20px;
}
:not(.aXNw) .job-counter .job-counter-filter-menu {
  border-bottom: 0;
  height: 80px !important;
  padding-left: 10px;
  background-color: #fcfcfc;
  margin-bottom: 20px;
}
:not(.aXNw) .job-counter .job-counter-filter-panel {
  width: 100%;
  z-index: 900;
  background-color: #fcfcfc;
  height: 250px;
  padding-top: 20px;
  box-shadow:
    0 10px 20px 0 rgba(209, 193, 75, 0),
    0 10px 20px 0 rgba(53, 64, 82, 0.2);
}
:not(.aXNw) .job-counter .job-counter-filter-panel .ui.form {
  padding: 0px 40px;
}
:not(.aXNw) .job-counter .job-counter-filter-panel .ui.message {
  margin: 6px 16px;
}
:not(.aXNw) .zone-heading {
  margin: 0px 0px 0px 20px;
  width: 92px;
  height: 42px;
  font-size: 20px;
  line-height: 2.1;
  color: #141414;
}
:not(.aXNw) .group-heading {
  margin: 0px 0px 0px 20px;
  display: block;
}
:not(.aXNw) .week-navigation-area {
  display: inline-block;
}
:not(.aXNw) .week-navigation-area .month-year-text {
  font-size: 16px;
  font-weight: 600;
  color: #737475;
}
:not(.aXNw) .week-navigation-area button.default.outline {
  border-radius: 3px;
  box-shadow: inset 0 0 0 1px #444445;
  background-color: rgba(0, 0, 0, 0);
}
:not(.aXNw) .week-navigation-area .week-navigators {
  margin: auto 8px;
  display: inline-block;
}
:not(.aXNw) .week-navigation-area .week-navigators > a {
  color: #000;
  margin: auto 3px;
}
:not(.aXNw) .zone-column {
  width: 92px;
  height: 42px;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.1;
  letter-spacing: normal;
  color: #141414;
}

:not(.aXNw) .clearfix {
  *zoom: 1;
}
:not(.aXNw) .clearfix:before,
:not(.aXNw) .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
:not(.aXNw) .clearfix:after {
  clear: both;
}
:not(.aXNw) .hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
:not(.aXNw) .input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
:not(.aXNw) .scorecard-view {
  margin-top: 20px;
}
:not(.aXNw) .scorecard-view .header {
  margin-bottom: 20px;
}
:not(.aXNw) .scorecard-view .header h1 {
  font-size: 26px;
  line-height: 1;
  margin: 8px 0 2px 0;
}
:not(.aXNw) .scorecard-view ul {
  margin: 0 0 15px 0;
}
:not(.aXNw) .scorecard-view ul li a {
  text-align: center;
  color: #333;
}
:not(.aXNw) .scorecard-view ul li a .stat-value {
  display: block;
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 8px 0;
}
:not(.aXNw) .scorecard-view select[name="DateType"] {
  width: auto;
}
:not(.aXNw) .scorecard-view .avatar {
  width: 120px;
  height: auto;
}
:not(.aXNw) .scorecard-view .booking-rate {
  text-align: right;
  line-height: 15px;
}
:not(.aXNw) .scorecard-view .booking-rate .stat-value {
  display: block;
  font-size: 28px;
  font-weight: bold;
  margin: 13px 0 8px 0;
  color: #666666;
}
:not(.aXNw) .scorecard-view .booking-rate-trend {
  width: 300px;
  height: 50px;
}
:not(.aXNw) .scorecard-view .revenue-trend {
  width: 300px;
  height: 50px;
}
:not(.aXNw) .scorecard-view .scorecard-values {
  display: table;
}
:not(.aXNw) .scorecard-view .scorecard-value {
  display: table-cell;
  text-align: right;
  line-height: 15px;
}
:not(.aXNw) .scorecard-view .scorecard-value .stat-value {
  display: block;
  font-size: 20px;
  font-weight: bold;
  margin: 13px 0 8px 0;
  color: #666666;
}
:not(.aXNw) .scorecard-view table td.call-type {
  text-align: center;
}
:not(.aXNw) .scorecard-view table td.call-type i {
  font-size: 24px;
}
:not(.aXNw) .scorecard-view table td.call-type i[class="icon-phone-sign"] {
  color: #e6b9b6;
}
:not(.aXNw) .scorecard-view table td.call-type i[class="icon-phone"] {
  color: #e6b9b6;
}
:not(.aXNw) .scorecard-view table td.call-type i[class="icon-ok"] {
  color: #d3e7a9;
}
:not(.aXNw) .scorecard-view table td.call-type i[class="icon-remove"] {
  color: #b3b3b3;
}
:not(.aXNw) .scorecard-view ul.tabs-overflowed li {
  min-width: 155px;
}
:not(.aXNw) .scorecard-view li .drilldown-tab-note {
  font-size: 11px;
  font-family: Helvetica;
  color: #999999;
}
:not(.aXNw) .scorecard-view li.active .drilldown-tab-note {
  color: #fff;
}

:not(.aXNw) .clearfix {
  *zoom: 1;
}
:not(.aXNw) .clearfix:before,
:not(.aXNw) .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
:not(.aXNw) .clearfix:after {
  clear: both;
}
:not(.aXNw) .hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
:not(.aXNw) .input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*========= Call Banner Section =========*/
:not(.aXNw) .call-indicator {
  color: #fff;
  font-family: "Nunito Sans", sans-serif;
}
:not(.aXNw) .call-indicator .back-to-call {
  margin-right: 16px;
  display: inline-flex;
  color: #fff;
  align-items: center;
}
:not(.aXNw) .call-indicator .back-to-call i {
  margin-left: 5px;
}
:not(.aXNw) .call-indicator .Button.Announcement__action {
  font-size: 14px;
  margin: 0 16px 0 0;
}
:not(.aXNw) .call-indicator-container {
  height: 32px;
  min-width: 920px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 16px;
  background-color: #2171ee;
  transition: background-color 0.2s;
}
:not(.aXNw) .call-indicator-container.call-indicator--warn {
  background-color: #be2900;
}
:not(.aXNw) .call-indicator-container .caller-info {
  font-size: 14px;
  white-space: nowrap;
}
:not(.aXNw) .call-indicator-section {
  display: flex;
  align-items: center;
}
:not(.aXNw) .call-indicator-content {
  display: flex;
  flex: 1;
  font-weight: 600;
  letter-spacing: 1px;
  justify-content: center;
}
@media (min-width: 1100px) {
  :not(.aXNw) .call-indicator-skills {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 1100px) {
  :not(.aXNw) .call-indicator-content-item {
    max-width: 600px;
  }
}
:not(.aXNw) .call-indicator-campaign {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 12px;
  border: 1px solid #fff;
  padding: 0 4px;
}
:not(.aXNw) .call-indicator-campaign--text {
  max-width: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
:not(.aXNw) .call-indicator-actions {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
:not(.aXNw) .call-indicator-actions .Button:last-child {
  margin-right: 0;
}
:not(.aXNw) .call-indicator-actions + .caller-info {
  margin-left: 15px;
}
:not(.aXNw) #outbound-caller-id-selector .selector-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}
:not(.aXNw) #outbound-caller-id-selector .selector-content-label {
  white-space: nowrap;
}
:not(.aXNw) #outbound-caller-id-selector .select2-container {
  margin: 0 15px;
}
:not(.aXNw) #outbound-caller-id-selector .select2-choice {
  height: 30px;
  line-height: 32px;
}
:not(.aXNw) #outbound-caller-id-selector .select2-choice .select2-arrow {
  top: 3px;
}
:not(.aXNw)
  #outbound-caller-id-selector
  .select2-choice
  .select2-search-choice-close {
  top: 10px;
}
:not(.aXNw) #outbound-caller-id-selector .close-button {
  line-height: 0;
  justify-self: flex-end;
  border: none;
  background: none;
  padding: 0;
  color: #fff;
  margin-left: 16px;
}
:not(.aXNw) #outbound-caller-id-selector .close-button:hover {
  color: #4c5c65;
}
:not(.aXNw) #outbound-caller-id-selector .call-indicator-container {
  justify-content: flex-end;
}
:not(.aXNw) .selector-content .Button.Announcement__action {
  margin: 0;
}
/*========= Call Banner Section =========*/
:not(.aXNw) .call-board {
  padding: 0 0 20px 0;
}
:not(.aXNw) .call-board .right-container {
  background: #fcfcfc;
}
:not(.aXNw) .call-board .call-board-container {
  font-family: "Nunito Sans";
  height: 100%;
  width: 100%;
  min-width: 1000px;
}
:not(.aXNw) .call-board .call-board-container .material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
}
:not(.aXNw) .call-board .call-board-container .call-board-view {
  display: flex;
  font-family: "Nunito Sans";
}
:not(.aXNw) .call-board .call-board-container .grid.form {
  max-width: 960px;
  font-family: "Nunito Sans";
}
:not(.aXNw) .call-board .call-board-container .grid.form .ui.search.dropdown {
  min-width: 0;
}
:not(.aXNw) .call-board .call-board-container .grid.form div.column label {
  font-family: "Nunito Sans";
}
:not(.aXNw) .call-board .call-board-container .grid.form div.column input {
  font-family: "Nunito Sans";
}
:not(.aXNw)
  .call-board
  .call-board-container
  .grid.form
  div.column
  div.dropdown {
  font-family: "Nunito Sans";
}
:not(.aXNw)
  .call-board
  .call-board-container
  .grid.form
  div.column
  div.dropdown
  option {
  font-family: "Nunito Sans";
}
:not(.aXNw)
  .call-board
  .call-board-container
  .grid.form
  div.column
  div.dropdown
  div.item {
  font-family: "Nunito Sans";
}
:not(.aXNw)
  .call-board
  .call-board-container
  .grid.form
  div.column
  div.dropdown
  textarea {
  font-family: "Nunito Sans";
}
:not(.aXNw)
  .call-board
  .call-board-container
  .grid.form
  div.column
  div.dropdown.technician {
  width: 100%;
}
:not(.aXNw)
  .call-board
  .call-board-container
  .grid.form
  div.column
  div.dropdown.tag-select {
  width: 100%;
}
:not(.aXNw) .call-board.full {
  position: absolute;
  left: 0;
  padding-left: 138px;
  width: 1284px;
}
:not(.aXNw) .call-board .queues {
  height: 100%;
  float: left;
  flex: 0 0 200px;
  margin: 0 20px 0 0;
  padding: 0;
  list-style-type: none;
  display: inline-block;
}
:not(.aXNw) .call-board .call-queue {
  vertical-align: middle;
  height: 100%;
}
:not(.aXNw) .call-board .call-queue li {
  display: block;
  margin-bottom: 12px;
}
:not(.aXNw) .call-board .call-queue li a {
  position: relative;
  width: 218px;
  height: 71px;
  margin: 0;
  padding: 10px;
  color: #999;
  border: 1px solid transparent;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
}
:not(.aXNw) .call-board .call-queue li a img.logo {
  width: 50px;
  float: right;
}
:not(.aXNw) .call-board .call-queue li a i[class="icon-phone"],
:not(.aXNw) .call-board .call-queue li a i[class="icon-check"],
:not(.aXNw) .call-board .call-queue li a i[class="icon-empty"] {
  position: absolute;
  left: 8px;
  top: 10px;
  font-size: 16px;
}
:not(.aXNw) .call-board .call-queue li a i[class="icon-remove"] {
  position: absolute;
  top: 6px;
  right: 5px;
  padding: 4px;
  font-size: 12px;
  display: none;
}
:not(.aXNw) .call-board .call-queue li a .row1 {
  position: absolute;
  width: 155px;
  left: 34px;
  top: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
:not(.aXNw) .call-board .call-queue li a .row2 {
  position: absolute;
  width: 155px;
  left: 34px;
  top: 27px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
:not(.aXNw) .call-board .call-queue li a .row3 {
  position: absolute;
  width: 155px;
  left: 34px;
  top: 46px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
:not(.aXNw) .call-board .call-queue li a .time-elapsed {
  position: absolute;
  width: 40px;
  left: 34px;
  bottom: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
:not(.aXNw) .call-board .call-queue li a .agent-username {
  position: absolute;
  width: 90px;
  right: 12px;
  bottom: 8px;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
:not(.aXNw) .call-board .call-queue li a .icon-phone-blink {
  animation-name: icon-phone-blink;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}
@keyframes icon-phone-blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
:not(.aXNw) .call-board .call-queue li a:hover {
  background-color: transparent;
}
:not(.aXNw) .call-board .call-queue li a:hover i[class="icon-remove"] {
  display: inline-block;
}
:not(.aXNw) .call-board .call-queue li a:hover i[class="icon-remove"]:hover {
  color: #999;
}
:not(.aXNw) .call-board .call-queue li a.ringing {
  border: solid 2px #1fbc70;
  background-color: #1fbc70;
  color: #fff;
}
:not(.aXNw) .call-board .call-queue li a.answered {
  border: solid 2px #10864b;
  background-color: #10864b;
  color: #fff;
}
:not(.aXNw) .call-board .call-queue li a.completed {
  border: solid 2px #eeeeee;
  background-color: #eeeeee;
  color: #737475;
}
:not(.aXNw) .call-board .call-queue li.active a {
  border-color: #1360d9;
  -webkit-box-shadow: 0 0 4px 3px #1360d9;
  -moz-box-shadow: 0 0 4px 3px #1360d9;
  box-shadow: 0 0 4px 3px #1360d9;
}
:not(.aXNw) .call-board .bookings-queue {
  height: 100%;
  width: 292px;
}
:not(.aXNw) .call-board .bookings-queue .scroll-pane {
  padding-right: 1px;
}
:not(.aXNw) .call-board .bookings-queue .scroll-pane::-webkit-scrollbar {
  height: 6px;
  width: 6px;
}
:not(.aXNw) .call-board .bookings-queue .scroll-pane::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: transparent;
}
:not(.aXNw)
  .call-board
  .bookings-queue
  .scroll-pane:hover::-webkit-scrollbar-thumb {
  background: #bfbfbf;
}
:not(.aXNw) .call-board .bookings-queue .caption {
  font-size: 20px;
  font-weight: normal;
  color: #141414;
}
:not(.aXNw) .call-board .bookings-queue .caption .label {
  min-width: 1em;
  min-height: 1em;
  line-height: 0.5em;
}
:not(.aXNw) .call-board .bookings-queue ul {
  margin: 0;
}
:not(.aXNw) .call-board .bookings-queue ul li {
  margin-top: 12px;
}
:not(.aXNw) .call-board .bookings-queue ul li a {
  position: relative;
  margin: 0;
  padding: 16px;
  color: #141414;
  border: solid 1px #dadada;
  border-radius: 3px;
  background-color: #f5f5f5;
}
:not(.aXNw) .call-board .bookings-queue ul li a:hover {
  background-color: transparent;
}
:not(.aXNw) .call-board .bookings-queue ul li a .line {
  margin-top: 6px;
  display: block;
  position: relative;
  padding-left: 25px;
}
:not(.aXNw) .call-board .bookings-queue ul li a .line.line-no-top-margin {
  margin-top: 0;
}
:not(.aXNw) .call-board .bookings-queue ul li a .line .icon {
  position: absolute;
  left: 0;
  color: #9e9ea0;
}
:not(.aXNw) .call-board .bookings-queue ul li a .line-customer {
  font-weight: bold;
}
:not(.aXNw) .call-board .bookings-queue ul li a .line-status-additional {
  margin-top: 0;
}
:not(.aXNw) .call-board .bookings-queue ul li a .line-additional {
  overflow: hidden;
  margin-top: 5px;
  display: inline-table;
}
:not(.aXNw) .call-board .bookings-queue ul li a .line-additional .line-agent {
  word-break: break-all;
  font-weight: bold;
  display: table-cell;
  padding-left: 5px;
}
:not(.aXNw)
  .call-board
  .bookings-queue
  ul
  li
  a
  .line-additional
  .line-agent-tag {
  word-break: break-all;
  display: table-cell;
}
:not(.aXNw) .call-board .bookings-queue ul li.active a {
  box-shadow:
    0 1px 8px 0 rgba(20, 20, 20, 0.25),
    0 2px 12px 0 rgba(0, 0, 0, 0.2);
  border: solid 1px #1360d9;
  border-left: solid 4px #1360d9;
  background-color: #ffffff;
}
:not(.aXNw) .call-board .bookings-queue a.load-more {
  margin: 10px;
  display: block;
}
:not(.aXNw) .call-board .bookings-queue span.loading-more {
  margin: 10px;
  display: block;
}
:not(.aXNw) .call-board a.new-call {
  position: relative;
  margin-bottom: 12px;
  padding: 10px;
  color: #141414;
  border-radius: 6px;
  background-color: #eeeeee;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  display: block;
  vertical-align: middle;
  line-height: 24px;
  height: 24px;
}
:not(.aXNw) .call-board a.new-call .icon {
  position: absolute;
  left: 35px;
}
:not(.aXNw) .call-board .no-active-items-container {
  font-family: "Nunito Sans";
}
:not(.aXNw) .call-board .no-active-items-container div {
  width: 420px;
  margin-left: auto;
  margin-right: auto;
}
:not(.aXNw) .call-board .no-active-items-container img {
  padding-top: 108px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
:not(.aXNw) .call-board .no-active-items-container h3 {
  font-size: 20px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #141414;
  margin-top: 6px;
}
:not(.aXNw) .call-board .no-active-items-container p {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #737373;
  margin-top: 13px;
  width: 420px;
  margin-left: auto;
  margin-right: auto;
}
:not(.aXNw) .call-board .no-active-items-container .button-container {
  text-align: center;
}
:not(.aXNw) .call-board.home-advisor-integration .bookings-queue,
:not(.aXNw) .call-board.yelp-integration .bookings-queue,
:not(.aXNw) .call-board.google-local-services-integration .bookings-queue,
:not(.aXNw) .call-board.carrier-bryant-integration .bookings-queue {
  font-size: 14px;
}
:not(.aXNw)
  .call-board.home-advisor-integration
  .bookings-queue.expandable
  .scroll-pane
  a.load-more,
:not(.aXNw)
  .call-board.yelp-integration
  .bookings-queue.expandable
  .scroll-pane
  a.load-more,
:not(.aXNw)
  .call-board.google-local-services-integration
  .bookings-queue.expandable
  .scroll-pane
  a.load-more,
:not(.aXNw)
  .call-board.carrier-bryant-integration
  .bookings-queue.expandable
  .scroll-pane
  a.load-more {
  margin: 10px 10px 0;
}
:not(.aXNw)
  .call-board.home-advisor-integration
  .bookings-queue.expandable
  .scroll-pane
  span.loading-more,
:not(.aXNw)
  .call-board.yelp-integration
  .bookings-queue.expandable
  .scroll-pane
  span.loading-more,
:not(.aXNw)
  .call-board.google-local-services-integration
  .bookings-queue.expandable
  .scroll-pane
  span.loading-more,
:not(.aXNw)
  .call-board.carrier-bryant-integration
  .bookings-queue.expandable
  .scroll-pane
  span.loading-more {
  margin: 10px 10px 0;
}
:not(.aXNw)
  .call-board.home-advisor-integration
  .bookings-queue.expandable
  .scroll-pane
  ul.nav
  li.home-advisor-lead
  a,
:not(.aXNw)
  .call-board.yelp-integration
  .bookings-queue.expandable
  .scroll-pane
  ul.nav
  li.home-advisor-lead
  a,
:not(.aXNw)
  .call-board.google-local-services-integration
  .bookings-queue.expandable
  .scroll-pane
  ul.nav
  li.home-advisor-lead
  a,
:not(.aXNw)
  .call-board.carrier-bryant-integration
  .bookings-queue.expandable
  .scroll-pane
  ul.nav
  li.home-advisor-lead
  a {
  padding-bottom: 39px;
  background-image: url(/scripts/build/desktop-legacy/88ddd207c4b6ef1c5e454a90e36ed37d.png);
  background-repeat: no-repeat;
  background-size: 110px 17px;
  background-position: left 41px bottom 16px;
}
:not(.aXNw)
  .call-board.home-advisor-integration
  .bookings-queue.expandable
  .scroll-pane
  ul.nav
  li.yelp-lead
  a,
:not(.aXNw)
  .call-board.yelp-integration
  .bookings-queue.expandable
  .scroll-pane
  ul.nav
  li.yelp-lead
  a,
:not(.aXNw)
  .call-board.google-local-services-integration
  .bookings-queue.expandable
  .scroll-pane
  ul.nav
  li.yelp-lead
  a,
:not(.aXNw)
  .call-board.carrier-bryant-integration
  .bookings-queue.expandable
  .scroll-pane
  ul.nav
  li.yelp-lead
  a {
  padding-bottom: 54px;
  background-image: url(/scripts/build/desktop-legacy/47b8ac1074452fa20a4d91789fec64d0.png);
  background-repeat: no-repeat;
  background-size: 60px 38px;
  background-position: left 41px bottom 16px;
}
:not(.aXNw)
  .call-board.home-advisor-integration
  .bookings-queue.expandable
  .scroll-pane
  ul.nav
  li.google-local-services-lead
  a,
:not(.aXNw)
  .call-board.yelp-integration
  .bookings-queue.expandable
  .scroll-pane
  ul.nav
  li.google-local-services-lead
  a,
:not(.aXNw)
  .call-board.google-local-services-integration
  .bookings-queue.expandable
  .scroll-pane
  ul.nav
  li.google-local-services-lead
  a,
:not(.aXNw)
  .call-board.carrier-bryant-integration
  .bookings-queue.expandable
  .scroll-pane
  ul.nav
  li.google-local-services-lead
  a {
  padding-bottom: 41px;
  background-image: url(/scripts/build/desktop-legacy/f4508a2d06ee2ab6bf28909709e7dc96.png);
  background-repeat: no-repeat;
  background-size: 60px 19px;
  background-position: left 41px bottom 16px;
}
:not(.aXNw)
  .call-board.home-advisor-integration
  .bookings-queue.expandable
  .scroll-pane
  ul.nav
  li.web-scheduler
  a,
:not(.aXNw)
  .call-board.yelp-integration
  .bookings-queue.expandable
  .scroll-pane
  ul.nav
  li.web-scheduler
  a,
:not(.aXNw)
  .call-board.google-local-services-integration
  .bookings-queue.expandable
  .scroll-pane
  ul.nav
  li.web-scheduler
  a,
:not(.aXNw)
  .call-board.carrier-bryant-integration
  .bookings-queue.expandable
  .scroll-pane
  ul.nav
  li.web-scheduler
  a {
  padding-bottom: 52px;
  background: url(/scripts/build/desktop-legacy/f22a795fd8ffc95eb49e1bb25c93cd5c.png)
    no-repeat;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  background-position: left 41px bottom 16px;
}
:not(.aXNw)
  .call-board.home-advisor-integration
  .bookings-queue.expandable
  .scroll-pane
  ul.nav
  li.carrier-bryant-lead
  a,
:not(.aXNw)
  .call-board.yelp-integration
  .bookings-queue.expandable
  .scroll-pane
  ul.nav
  li.carrier-bryant-lead
  a,
:not(.aXNw)
  .call-board.google-local-services-integration
  .bookings-queue.expandable
  .scroll-pane
  ul.nav
  li.carrier-bryant-lead
  a,
:not(.aXNw)
  .call-board.carrier-bryant-integration
  .bookings-queue.expandable
  .scroll-pane
  ul.nav
  li.carrier-bryant-lead
  a {
  padding-bottom: 51px;
  background-image: url(/scripts/build/desktop-legacy/43dd9871b5286e390e08d94581756bdf.svg);
  background-repeat: no-repeat;
  background-size: 100px 29px;
  background-position: left 41px bottom 16px;
}
:not(.aXNw)
  .call-board.home-advisor-integration
  .bookings-queue.expandable
  .scroll-pane
  ul.nav
  li.leads-logo
  img,
:not(.aXNw)
  .call-board.yelp-integration
  .bookings-queue.expandable
  .scroll-pane
  ul.nav
  li.leads-logo
  img,
:not(.aXNw)
  .call-board.google-local-services-integration
  .bookings-queue.expandable
  .scroll-pane
  ul.nav
  li.leads-logo
  img,
:not(.aXNw)
  .call-board.carrier-bryant-integration
  .bookings-queue.expandable
  .scroll-pane
  ul.nav
  li.leads-logo
  img {
  height: 30px;
  width: auto;
  max-width: 60px;
}
:not(.aXNw) .call-board.home-advisor-integration .booking-details h2 .label,
:not(.aXNw) .call-board.yelp-integration .booking-details h2 .label,
:not(.aXNw)
  .call-board.google-local-services-integration
  .booking-details
  h2
  .label,
:not(.aXNw) .call-board.carrier-bryant-integration .booking-details h2 .label {
  font-size: 12px;
  vertical-align: middle;
  background-color: #f6901e;
}
:not(.aXNw)
  .call-board.home-advisor-integration
  .booking-details
  h2
  .label.yelp,
:not(.aXNw) .call-board.yelp-integration .booking-details h2 .label.yelp,
:not(.aXNw)
  .call-board.google-local-services-integration
  .booking-details
  h2
  .label.yelp,
:not(.aXNw)
  .call-board.carrier-bryant-integration
  .booking-details
  h2
  .label.yelp {
  background-color: #d32323;
}
:not(.aXNw) .call-board .booking-cancellation-screen,
:not(.aXNw) .call-board .booking-reschedule-screen {
  margin-top: -39px;
}
:not(.aXNw) .call-board .booking-cancellation-screen > h2,
:not(.aXNw) .call-board .booking-reschedule-screen > h2 {
  font-size: 24px;
  color: #999;
  line-height: 1;
  margin: 0 0 20px;
}
:not(.aXNw) .call-board .booking-cancellation-screen .select-input,
:not(.aXNw) .call-board .booking-reschedule-screen .select-input {
  width: 244px;
}
:not(.aXNw) .call-board .booking-cancellation-screen h2 a,
:not(.aXNw) .call-board .booking-reschedule-screen h2 a {
  color: #333;
}
:not(.aXNw) .call-board .booking-cancellation-screen h2 a:hover,
:not(.aXNw) .call-board .booking-reschedule-screen h2 a:hover {
  color: #999;
}
:not(.aXNw) .call-board .booking-cancellation-screen .job-status,
:not(.aXNw) .call-board .booking-reschedule-screen .job-status {
  padding-top: 20px;
}
:not(.aXNw) .call-board .booking-cancellation-screen .btn,
:not(.aXNw) .call-board .booking-reschedule-screen .btn {
  height: 32px;
}
/* Call Screen */
:not(.aXNw) .call-screen-view-container {
  flex-grow: 1;
}
:not(.aXNw) .call-screen-container {
  background: #ffffff;
  padding: 40px;
  border: 1px solid #dfe0e1;
  margin-left: 8px;
}
:not(.aXNw) .call-screen-view {
  padding-bottom: 50px;
  /* Search Results */
  /* New Location */
  /* Job Details */
}
:not(.aXNw) .call-screen-view h1 {
  margin: 0 0 20px 0;
}
:not(.aXNw) .call-screen-view h2,
:not(.aXNw) .call-screen-view h3,
:not(.aXNw) .call-screen-view h4 {
  margin-top: 0;
}
:not(.aXNw) .call-screen-view .ui.divider.search-separator {
  margin-top: 8px;
  padding-bottom: 1.5rem;
}
:not(.aXNw)
  .call-screen-view
  .search-service-area
  div.search-service-area-header {
  margin-bottom: 12px;
}
:not(.aXNw)
  .call-screen-view
  .search-service-area
  div.search-service-area-header
  span.search-header-text {
  font-family: "Sofia Pro", SofiaPro, sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: #141414;
}
:not(.aXNw) .call-screen-view .search-service-area div.form {
  margin-bottom: 24px !important;
}
:not(.aXNw)
  .call-screen-view
  .search-service-area
  div.form
  .material-icons.icon {
  font-family: "Material Icons";
  position: absolute !important;
  text-align: center !important;
  top: 50% !important;
  margin-top: -0.5em !important;
}
:not(.aXNw) .call-screen-view .search-service-area div.form div.row {
  margin-left: 0px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
:not(.aXNw) .call-screen-view .search-service-area div.form label {
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.36;
  letter-spacing: normal;
  color: #141414;
}
:not(.aXNw) .call-screen-view .search-service-area div.form .Banner {
  padding: 0 12px;
}
:not(.aXNw) .call-screen-view .search-service-area div.form .Banner i {
  margin-top: 8px;
}
:not(.aXNw)
  .call-screen-view
  .search-service-area
  div.form
  .Banner
  .Banner__text {
  padding: 7px 0;
}
:not(.aXNw) .call-screen-view form.search {
  margin-bottom: 24px;
  font-family: "Nunito Sans";
}
:not(.aXNw) .call-screen-view form.search .material-icons.icon {
  font-family: "Material Icons";
}
:not(.aXNw) .call-screen-view form.search div.search-header {
  margin-bottom: 27px;
  display: flex;
  align-items: center;
}
:not(.aXNw)
  .call-screen-view
  form.search
  div.search-header
  span.search-header-text {
  font-family: "Sofia Pro", SofiaPro, sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: #141414;
}
:not(.aXNw) .call-screen-view form.search div.search-header a.new-action {
  display: flex;
  align-items: flex-start;
}
:not(.aXNw) .call-screen-view form.search div.search-header a.new-action span {
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #2270ee;
}
:not(.aXNw)
  .call-screen-view
  form.search
  div.search-header
  a.new-action
  i.icon {
  width: 17px;
  height: 17px;
  color: #2270ee;
  margin-left: 16px;
  font-size: 17px;
}
:not(.aXNw) .call-screen-view form.search div.search-header .map-button {
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #2270ee;
  float: right;
  margin-top: 3px;
}
:not(.aXNw)
  .call-screen-view
  form.search
  div.search-header
  .map-button--disabled {
  cursor: default;
  opacity: 0.5;
}
:not(.aXNw)
  .call-screen-view
  form.search
  div.search-header
  .property-button-wrapper {
  float: right;
  margin-top: 3px;
  margin-right: 10px;
}
:not(.aXNw) .call-screen-view form.search div.form .material-icons.icon {
  font-family: "Material Icons";
  position: absolute !important;
  text-align: center !important;
  top: 50% !important;
  margin-top: -0.5em !important;
}
:not(.aXNw) .call-screen-view form.search div.form div.row {
  margin-left: 0px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
:not(.aXNw) .call-screen-view form.search div.form div.row .pull-bottom {
  position: absolute;
  bottom: 0;
}
:not(.aXNw) .call-screen-view form.search div.form div.row .map-button {
  margin-top: 30px;
  display: block;
}
:not(.aXNw)
  .call-screen-view
  form.search
  div.form
  div.row
  .map-button--disabled {
  cursor: default;
  opacity: 0.5;
}
:not(.aXNw)
  .call-screen-view
  form.search
  div.form
  div.row
  .property-button-wrapper {
  margin-top: 30px;
  float: right;
}
:not(.aXNw) .call-screen-view form.search div.form div.row input {
  height: 32px;
}
:not(.aXNw) .call-screen-view form.search div.form div.row input:focus {
  border-color: #0265dc;
}
:not(.aXNw) .call-screen-view form.search div.form div.row span.Button {
  height: 32px;
}
:not(.aXNw) .call-screen-view form.search div.form label {
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.36;
  letter-spacing: normal;
  color: #141414;
}
:not(.aXNw) .call-screen-view p.results-status {
  margin-top: 8px;
  font-family: "Nunito Sans";
}
:not(.aXNw) .call-screen-view ul.results {
  max-height: 192px;
  list-style-type: none;
  overflow: auto;
  margin-left: 0;
  font-family: "Nunito Sans";
  margin-top: 8px;
}
:not(.aXNw) .call-screen-view ul.results li {
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
  margin: 0 !important;
  background: no-repeat 3px 3px;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 3px;
}
:not(.aXNw) .call-screen-view ul.results li i:not(.icon-eye-open) {
  color: #999;
}
:not(.aXNw) .call-screen-view ul.results li i.icon-eye-open {
  font-size: 22px;
  display: inline-flex;
  justify-content: center;
  align-self: flex-start;
  width: 40px;
}
:not(.aXNw) .call-screen-view ul.results li:not(.active) i.icon-eye-open {
  visibility: hidden;
}
:not(.aXNw)
  .call-screen-view
  ul.results
  li
  .icon-eye-open
  + .tooltip
  > .tooltip-inner {
  font-size: 14px;
}
:not(.aXNw) .call-screen-view ul.results li a {
  float: right;
  display: none;
  padding: 3px;
}
:not(.aXNw) .call-screen-view ul.results li .not-valid {
  position: relative;
  float: right;
  margin-top: -5px;
  padding: 5px 10px;
}
:not(.aXNw) .call-screen-view ul.results li.location {
  padding-left: 35px;
}
:not(.aXNw)
  .call-screen-view
  ul.results
  li.location
  .recall-warranty-lead-guard-rail {
  margin: -5px;
  margin-top: 0px;
  margin-left: -35px;
  padding-left: 35px;
  margin-bottom: -3px;
}
:not(.aXNw) .call-screen-view ul.results li.customer {
  padding-left: 1.1rem;
}
:not(.aXNw) .call-screen-view ul.results li.show-more {
  background: transparent !important;
  cursor: auto;
  padding-left: 30px;
}
:not(.aXNw) .call-screen-view ul.results li.show-more button {
  padding-top: 1px;
  padding-bottom: 1px;
  font-family: Nunito Sans;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
  color: #0265dc;
  border: none;
  background: none;
}
:not(.aXNw) .call-screen-view ul.results li.query {
  color: #00cbe9;
}
:not(.aXNw) .call-screen-view ul.results li.query:hover {
  color: #00889d;
}
:not(.aXNw) .call-screen-view ul.results li:hover {
  background-color: #eee;
}
:not(.aXNw) .call-screen-view ul.results li:hover:not(.active) i.icon-eye-open {
  visibility: visible;
}
:not(.aXNw) .call-screen-view ul.results li.active {
  background-color: #00cbe9;
  color: #fff;
}
:not(.aXNw) .call-screen-view ul.results li.active i {
  color: #fff;
}
:not(.aXNw) .call-screen-view ul.results li.active a {
  display: inline-block;
}
:not(.aXNw) .call-screen-view ul.results li .label {
  font-size: 12px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.17;
  letter-spacing: normal;
}
:not(.aXNw) .call-screen-view .location-details,
:not(.aXNw) .call-screen-view .customer-details {
  position: relative;
  *zoom: 1;
  float: left;
  width: 330px;
}
:not(.aXNw) .call-screen-view .location-details:before,
:not(.aXNw) .call-screen-view .customer-details:before,
:not(.aXNw) .call-screen-view .location-details:after,
:not(.aXNw) .call-screen-view .customer-details:after {
  display: table;
  content: "";
  line-height: 0;
}
:not(.aXNw) .call-screen-view .location-details:after,
:not(.aXNw) .call-screen-view .customer-details:after {
  clear: both;
}
:not(.aXNw) .call-screen-view .location-details a.search-again,
:not(.aXNw) .call-screen-view .customer-details a.search-again {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
}
:not(.aXNw) .call-screen-view .location-details input[name="Name"],
:not(.aXNw) .call-screen-view .customer-details input[name="Name"] {
  width: 242px;
}
:not(.aXNw) .call-screen-view .location-details .customer-type-toggle,
:not(.aXNw) .call-screen-view .customer-details .customer-type-toggle {
  margin-bottom: 10px;
}
:not(.aXNw) .call-screen-view .location-details .intelligent-address,
:not(.aXNw) .call-screen-view .customer-details .intelligent-address {
  display: inline-block;
}
:not(.aXNw)
  .call-screen-view
  .location-details
  .intelligent-address
  textarea[name="Address"],
:not(.aXNw)
  .call-screen-view
  .customer-details
  .intelligent-address
  textarea[name="Address"] {
  height: 55px;
  width: 178px;
  -webkit-border-radius: 3px 0 3px 3px;
  -moz-border-radius: 3px 0 3px 3px;
  border-radius: 3px 0 3px 3px;
}
:not(.aXNw)
  .call-screen-view
  .location-details
  .intelligent-address
  input[name="Unit"],
:not(.aXNw)
  .call-screen-view
  .customer-details
  .intelligent-address
  input[name="Unit"] {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  margin: 0 0 0 -4px;
  width: 50px;
}
:not(.aXNw)
  .call-screen-view
  .location-details
  .intelligent-address
  .validation-message,
:not(.aXNw)
  .call-screen-view
  .customer-details
  .intelligent-address
  .validation-message {
  left: -74%;
  margin: 0;
}
:not(.aXNw)
  .call-screen-view
  .location-details
  .intelligent-address
  .validation-message:after,
:not(.aXNw)
  .call-screen-view
  .customer-details
  .intelligent-address
  .validation-message:after {
  left: 100%;
  border-left-color: #d99590;
  border-right-color: transparent;
}
:not(.aXNw) .call-screen-view .location-details .manual-address,
:not(.aXNw) .call-screen-view .customer-details .manual-address {
  display: inline-block;
}
:not(.aXNw)
  .call-screen-view
  .location-details
  .manual-address
  input[name="Street"],
:not(.aXNw)
  .call-screen-view
  .customer-details
  .manual-address
  input[name="Street"] {
  width: 203px;
}
:not(.aXNw)
  .call-screen-view
  .location-details
  .manual-address
  input[name="Unit"],
:not(.aXNw)
  .call-screen-view
  .customer-details
  .manual-address
  input[name="Unit"] {
  width: 50px;
}
:not(.aXNw)
  .call-screen-view
  .location-details
  .manual-address
  input[name="City"],
:not(.aXNw)
  .call-screen-view
  .customer-details
  .manual-address
  input[name="City"] {
  width: 203px;
}
:not(.aXNw)
  .call-screen-view
  .location-details
  .manual-address
  select[name="State"],
:not(.aXNw)
  .call-screen-view
  .customer-details
  .manual-address
  select[name="State"] {
  width: 64px;
}
:not(.aXNw)
  .call-screen-view
  .location-details
  .manual-address
  input[name="Zip"],
:not(.aXNw)
  .call-screen-view
  .customer-details
  .manual-address
  input[name="Zip"] {
  width: 160px;
}
:not(.aXNw)
  .call-screen-view
  .location-details
  .manual-address
  select[name="Country"],
:not(.aXNw)
  .call-screen-view
  .customer-details
  .manual-address
  select[name="Country"] {
  width: 107px;
}
:not(.aXNw)
  .call-screen-view
  .location-details
  .manual-address
  input[name="Street"],
:not(.aXNw)
  .call-screen-view
  .customer-details
  .manual-address
  input[name="Street"],
:not(.aXNw)
  .call-screen-view
  .location-details
  .manual-address
  input[name="City"],
:not(.aXNw)
  .call-screen-view
  .customer-details
  .manual-address
  input[name="City"],
:not(.aXNw)
  .call-screen-view
  .location-details
  .manual-address
  input[name="Zip"],
:not(.aXNw)
  .call-screen-view
  .customer-details
  .manual-address
  input[name="Zip"] {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
:not(.aXNw)
  .call-screen-view
  .location-details
  .manual-address
  input[name="Unit"],
:not(.aXNw)
  .call-screen-view
  .customer-details
  .manual-address
  input[name="Unit"],
:not(.aXNw)
  .call-screen-view
  .location-details
  .manual-address
  select[name="State"],
:not(.aXNw)
  .call-screen-view
  .customer-details
  .manual-address
  select[name="State"],
:not(.aXNw)
  .call-screen-view
  .location-details
  .manual-address
  select[Name="Country"],
:not(.aXNw)
  .call-screen-view
  .customer-details
  .manual-address
  select[Name="Country"] {
  margin-left: -4px;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
:not(.aXNw) .call-screen-view .location-details .military-address,
:not(.aXNw) .call-screen-view .customer-details .military-address {
  display: inline-block;
}
:not(.aXNw)
  .call-screen-view
  .location-details
  .military-address
  input[name="Street"],
:not(.aXNw)
  .call-screen-view
  .customer-details
  .military-address
  input[name="Street"] {
  width: 269px;
}
:not(.aXNw)
  .call-screen-view
  .location-details
  .military-address
  .post-office-type
  .select2-choice,
:not(.aXNw)
  .call-screen-view
  .customer-details
  .military-address
  .post-office-type
  .select2-choice {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
:not(.aXNw)
  .call-screen-view
  .location-details
  .military-address
  select[name="PostOfficeType"],
:not(.aXNw)
  .call-screen-view
  .customer-details
  .military-address
  select[name="PostOfficeType"] {
  width: 140px;
}
:not(.aXNw)
  .call-screen-view
  .location-details
  .military-address
  .military-address-main-fields,
:not(.aXNw)
  .call-screen-view
  .customer-details
  .military-address
  .military-address-main-fields {
  margin-bottom: 10px;
}
:not(.aXNw)
  .call-screen-view
  .location-details
  .military-address
  .military-state
  .select2-choice,
:not(.aXNw)
  .call-screen-view
  .customer-details
  .military-address
  .military-state
  .select2-choice {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  margin-left: -4px;
}
:not(.aXNw)
  .call-screen-view
  .location-details
  .military-address
  select[name="MilitaryState"],
:not(.aXNw)
  .call-screen-view
  .customer-details
  .military-address
  select[name="MilitaryState"] {
  width: 140px;
}
:not(.aXNw)
  .call-screen-view
  .location-details
  .military-address
  input[name="Zip"],
:not(.aXNw)
  .call-screen-view
  .customer-details
  .military-address
  input[name="Zip"] {
  width: 269px;
}
:not(.aXNw) .call-screen-view .location-details .address-toggle,
:not(.aXNw) .call-screen-view .customer-details .address-toggle {
  display: inline-block;
  vertical-align: top;
  margin: 5px 0 0 5px;
}
:not(.aXNw)
  .call-screen-view
  .location-details
  .address-toggle
  [data-toggle="dropdown"]
  i,
:not(.aXNw)
  .call-screen-view
  .customer-details
  .address-toggle
  [data-toggle="dropdown"]
  i {
  font-size: 16px;
}
:not(.aXNw)
  .call-screen-view
  .location-details
  .address-toggle
  [data-toggle="dropdown"]
  .caret,
:not(.aXNw)
  .call-screen-view
  .customer-details
  .address-toggle
  [data-toggle="dropdown"]
  .caret {
  margin: 8px 0 0 0;
}
:not(.aXNw)
  .call-screen-view
  .location-details
  .contacts-editor
  ul.contacts-list,
:not(.aXNw)
  .call-screen-view
  .customer-details
  .contacts-editor
  ul.contacts-list {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
:not(.aXNw)
  .call-screen-view
  .location-details
  .contacts-editor
  ul.contacts-list
  li
  span,
:not(.aXNw)
  .call-screen-view
  .customer-details
  .contacts-editor
  ul.contacts-list
  li
  span {
  display: inline;
}
:not(.aXNw)
  .call-screen-view
  .location-details
  .contacts-editor
  ul.contacts-list
  li
  span.validation-message,
:not(.aXNw)
  .call-screen-view
  .customer-details
  .contacts-editor
  ul.contacts-list
  li
  span.validation-message {
  display: inline-table;
}
:not(.aXNw)
  .call-screen-view
  .location-details
  .contacts-editor
  ul.contacts-list
  li
  input.value,
:not(.aXNw)
  .call-screen-view
  .customer-details
  .contacts-editor
  ul.contacts-list
  li
  input.value {
  width: 124px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
:not(.aXNw)
  .call-screen-view
  .location-details
  .contacts-editor
  ul.contacts-list
  li
  input.memo,
:not(.aXNw)
  .call-screen-view
  .customer-details
  .contacts-editor
  ul.contacts-list
  li
  input.memo {
  width: 106px;
  margin-left: -4px;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
:not(.aXNw)
  .call-screen-view
  .location-details
  .contacts-editor
  ul.contacts-list
  li
  i,
:not(.aXNw)
  .call-screen-view
  .customer-details
  .contacts-editor
  ul.contacts-list
  li
  i {
  font-size: 12px;
  margin-top: -10px;
  color: #999;
}
:not(.aXNw)
  .call-screen-view
  .location-details
  .contacts-editor
  .contacts-editor-toggle,
:not(.aXNw)
  .call-screen-view
  .customer-details
  .contacts-editor
  .contacts-editor-toggle {
  display: inline-block;
  margin-bottom: -18px;
}
:not(.aXNw) .call-screen-view .location-details .manualCoordinates div.span8,
:not(.aXNw) .call-screen-view .customer-details .manualCoordinates div.span8 {
  margin-left: 0;
}
:not(.aXNw)
  .call-screen-view
  .location-details
  .manualCoordinates
  div.span8
  input,
:not(.aXNw)
  .call-screen-view
  .customer-details
  .manualCoordinates
  div.span8
  input {
  width: 103px;
}
:not(.aXNw) .call-screen-view .job-details {
  font-family: "Nunito Sans";
}
:not(.aXNw) .call-screen-view .job-details .map-button {
  float: right;
  font-weight: 600;
  font-size: 14px;
  color: #2270ee;
}
:not(.aXNw) .call-screen-view .job-details .map-button--disabled {
  cursor: default;
  opacity: 0.5;
}
:not(.aXNw) .call-screen-view .job-details .ui.dropdown div.text {
  width: 90%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
:not(.aXNw) .call-screen-view .job-details .ui.dropdown .remove.icon {
  font-size: 12px;
  float: right;
  margin: 0;
  padding: 0;
  right: -0.4em;
  top: 0;
  position: relative;
  opacity: 0.5;
  z-index: 100;
  display: none;
  width: 10px;
}
:not(.aXNw)
  .call-screen-view
  .job-details
  .ui.dropdown.selection:not(.multiple) {
  height: 32px;
}
:not(.aXNw) .call-screen-view .job-details .ui.dropdown.selection.active {
  border-color: #0265dc;
}
:not(.aXNw) .call-screen-view .job-details .ui.dropdown .menu {
  padding: 8px;
  border-color: #0265dc !important;
}
:not(.aXNw) .call-screen-view .job-details .ui.dropdown .menu .item {
  font-size: 14px;
  border-style: none;
  border-radius: 3px;
}
:not(.aXNw)
  .call-screen-view
  .job-details
  .ui.dropdown
  .menu
  .item.active.selected {
  font-weight: normal;
  color: #0265dc;
  background-color: #e0f2ff;
}
:not(.aXNw) .call-screen-view .job-details .ui fieldset {
  padding: 0px;
}
:not(.aXNw) .call-screen-view .job-details div.job-details-header-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
}
:not(.aXNw) .call-screen-view .job-details div.job-details-header {
  font-family: "Sofia Pro", SofiaPro, sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: #141414;
}
:not(.aXNw) .call-screen-view .job-details div.form .tag-select {
  width: 100%;
}
:not(.aXNw) .call-screen-view .job-details div.form .tag-select a.label {
  font-family: "Nunito Sans";
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.14;
  letter-spacing: normal;
  color: white;
  padding-top: 0.375em;
}
:not(.aXNw) .call-screen-view .job-details div.form label {
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.36;
  letter-spacing: normal;
  color: #141414;
}
:not(.aXNw) .call-screen-view .job-details div.form label.Checkbox__html-label {
  display: flex;
}
:not(.aXNw) .call-screen-view .job-details div.form div.row {
  margin-left: 0;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
:not(.aXNw)
  .call-screen-view
  .job-details
  div.form
  div.row
  div.dropdown.technician {
  width: 100%;
}
:not(.aXNw)
  .call-screen-view
  .job-details
  div.form
  div.row
  div.technician
  div.grouped,
:not(.aXNw)
  .call-screen-view
  .job-details
  div.form
  div.row
  div.business-unit
  div.grouped {
  width: 100%;
}
:not(.aXNw)
  .call-screen-view
  .job-details
  div.form
  div.row
  div.technician
  div.grouped
  div.ui.selection.dropdown,
:not(.aXNw)
  .call-screen-view
  .job-details
  div.form
  div.row
  div.business-unit
  div.grouped
  div.ui.selection.dropdown {
  width: 100%;
}
:not(.aXNw)
  .call-screen-view
  .job-details
  div.form
  div.row
  div.column.field.tags {
  padding-right: 0.5em !important;
}
:not(.aXNw)
  .call-screen-view
  .job-details
  div.form
  div.row
  div.arrival-window
  div.ui.dropdown {
  width: 100%;
}
:not(.aXNw)
  .call-screen-view
  .job-details
  div.form
  div.row
  div.grid.date-time
  div.row {
  padding: 17px 0 0 0;
}
:not(.aXNw) .call-screen-view .job-details div.form div.row button {
  height: 32px;
  /* colors copied from output of design system */
}
:not(.aXNw)
  .call-screen-view
  .job-details
  div.form
  div.row
  button.Button--blue:focus {
  margin: -3px;
  border: 3px solid #004cc3;
}
:not(.aXNw)
  .call-screen-view
  .job-details
  div.form
  div.row
  button.Button--outline:focus {
  background-color: #eeeeee;
  box-shadow: none;
  color: #444445;
}
:not(.aXNw)
  .call-screen-view
  .job-details
  div.form
  div.row
  button.Button--outline.Button--blue:focus {
  background-color: #3684f5;
  color: white;
  border: none;
}
:not(.aXNw)
  .call-screen-view
  .job-details
  div.form
  div.row.selected-generating-job {
  padding-top: 0;
  padding-bottom: 0;
}
:not(.aXNw) .call-screen-view .job-details div.form div.row input.ui.input,
:not(.aXNw)
  .call-screen-view
  .job-details
  div.form
  div.row
  input.custom-field-input {
  height: 32px;
}
:not(.aXNw)
  .call-screen-view
  .job-details
  div.form
  div.row
  input.ui.input:focus,
:not(.aXNw)
  .call-screen-view
  .job-details
  div.form
  div.row
  input.custom-field-input:focus {
  border-color: #0265dc;
}
:not(.aXNw) .call-screen-view .job-details div.form div.row textarea:focus {
  border-color: #0265dc;
}
:not(.aXNw)
  .call-screen-view
  .job-details
  div.form
  div.arrival-window
  .ungrouped-divider {
  border-top: 1px solid rgba(34, 36, 38, 0.15);
  margin: 8px 0;
}
:not(.aXNw)
  .call-screen-view
  .job-details
  div.form
  div.day-out-of-preferred-alert {
  padding-left: 16px;
  width: 100%;
}
:not(.aXNw)
  .call-screen-view
  .job-details
  div.form
  div.day-out-of-preferred-alert
  .Banner {
  width: 100%;
}
:not(.aXNw) .call-screen-view .job-details div.form .show-calendar {
  color: #2270ee;
}
:not(.aXNw) .call-screen-view .job-details div.form .show-calendar > span {
  display: none;
}
@media (min-width: 1400px) {
  :not(.aXNw) .call-screen-view .job-details div.form .show-calendar > span {
    display: inline-block;
  }
}
:not(.aXNw)
  .call-screen-view
  .job-details
  div.form
  .show-calendar
  .material-icons.icon {
  position: static !important;
  margin-top: 0 !important;
  display: inline-block;
}
@media (min-width: 1400px) {
  :not(.aXNw)
    .call-screen-view
    .job-details
    div.form
    .show-calendar
    .material-icons.icon {
    display: none;
  }
}
:not(.aXNw)
  .call-screen-view
  .job-details
  div.form
  .show-calendar.availability {
  font-size: 13px;
}
:not(.aXNw) .call-screen-view .job-details div.form .material-icons.icon {
  font-family: "Material Icons";
}
:not(.aXNw)
  .call-screen-view
  .job-details
  div.form
  .input
  .material-icons.icon {
  position: absolute !important;
  text-align: center !important;
  top: 50% !important;
  margin-top: -0.5em !important;
}
:not(.aXNw) .call-screen-view .job-details div.form div.checkbox input {
  width: 17px;
  height: 16px;
}
:not(.aXNw)
  .call-screen-view
  .job-details
  div.form
  div.checkbox
  input:checked
  ~ label:before {
  background: #2270ee;
  border-color: #2270ee;
}
:not(.aXNw) .call-screen-view .job-details div.form div.checkbox label:before {
  width: 17px;
  height: 16px;
}
:not(.aXNw) .call-screen-view .job-details div.form div.checkbox label:after {
  font-size: 12px;
  width: 17px;
  height: 16px;
  color: white;
}
:not(.aXNw) .call-screen-view .job-details div.form div.checkbox label span {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.06;
  letter-spacing: normal;
  color: #141414;
}
:not(.aXNw)
  .call-screen-view
  .job-details
  div.form
  div.dropdown
  .menu
  > .divider,
:not(.aXNw)
  .call-screen-view
  .job-details
  div.form
  div.dropdown
  .menu
  > .divider
  + .item {
  border-top-width: 0px;
  border-top-style: none;
}
:not(.aXNw) .call-screen-view .job-details .validation-message {
  position: relative;
  padding: 0;
  color: red;
  background: unset;
  border-radius: 0;
  margin-left: 0;
  font-size: 13px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.36;
  letter-spacing: normal;
  z-index: unset;
}
:not(.aXNw) .call-screen-view .job-details .validation-message:after {
  display: none;
}
:not(.aXNw) .call-screen-view .booking-details {
  margin: 0 0 20px;
  line-height: 2;
}
:not(.aXNw) .call-screen-view .booking-details > h2 {
  font-size: 24px;
  color: #999;
}
:not(.aXNw) .call-screen-view .booking-details .name {
  font-weight: bold;
  font-size: 18px;
}
:not(.aXNw) .call-screen-view .booking-details .summary {
  margin-top: 20px;
}
:not(.aXNw) .call-screen-view .booking-details .summary h3 {
  color: #999;
  margin: 0;
}
:not(.aXNw) .call-screen-view .booking-details .summary p {
  margin: 5px 0 0;
}
:not(.aXNw) .call-screen-view .booking-details .retain-whitespace {
  white-space: pre-line;
}
:not(.aXNw) .call-screen-view .booking-actions {
  margin-bottom: 20px;
}
:not(.aXNw)
  .st-compact-mode
  .call-screen-view
  .job-details
  .ui.grid
  .ui.search.dropdown.tag-select.multiple {
  padding: 0 !important;
}
:not(.aXNw) .st-compact-mode .column.last-child-override {
  padding-right: 0em !important;
}
:not(.aXNw) .st-compact-mode .column.last-center-child-override {
  padding-right: 0.5em !important;
}
:not(.aXNw)
  .st-compact-mode
  .ui.grid
  > .row.last-child-override
  .column:last-child {
  padding-right: 0em !important;
}
:not(.aXNw)
  .st-compact-mode
  .ui.grid
  > .row.last-center-child-override
  .column:last-child {
  padding-right: 0.5em !important;
}
:not(.aXNw) fieldset.disabled {
  pointer-events: none;
  opacity: 0.5;
  nav-index: -1;
}
:not(.aXNw) fieldset.disabled input {
  nav-index: -1;
}
:not(.aXNw) .open-capacity-board {
  position: absolute;
  right: 6px;
  top: 50px;
  padding: 10px 0;
  width: 332px;
  height: 336px;
  border-radius: 2px;
  background-color: #ffffff;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.15);
  text-align: center;
}
:not(.aXNw) .open-capacity-board table {
  width: 100%;
}
:not(.aXNw) .open-capacity-board h4 {
  text-align: center;
  height: 19px;
  font-size: 16px;
  line-height: 1.19;
  color: #354052;
  margin-top: 20px;
}
:not(.aXNw) .open-capacity-board .days td:first-child {
  width: 52%;
  float: right;
  line-height: 20px;
  height: 20px;
}
:not(.aXNw) .open-capacity-board .days a {
  color: #2f83fc;
}
:not(.aXNw) .open-capacity-board .days .material-icons {
  font-family: "Material Icons";
  font-size: 20px;
  vertical-align: bottom;
}
:not(.aXNw) .open-capacity-board .week {
  border-top: solid 1px #dfe3e9;
  border-bottom: solid 1px #dfe3e9;
  margin-top: 15px;
  border-spacing: 4px 10px;
  border-collapse: separate;
}
:not(.aXNw) .open-capacity-board .week tr th {
  color: rgba(0, 0, 0, 0.38);
  font-size: 12px;
  height: 18px;
}
:not(.aXNw) .open-capacity-board .week tr td {
  font-size: 18px;
  color: #354052;
  cursor: pointer;
  padding: 0;
  text-align: center;
  vertical-align: middle;
}
:not(.aXNw) .open-capacity-board .week tr td .active {
  background-color: #1fbad6;
  border-radius: 50%;
  color: white;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
}
:not(.aXNw) .open-capacity-board ul {
  list-style: none;
  height: 166px;
  overflow: auto;
}
:not(.aXNw) .open-capacity-board ul li {
  padding: 6px;
}
:not(.aXNw) .open-capacity-board ul span:last-of-type {
  font-weight: bold;
}
:not(.aXNw) .get-availability-link {
  color: #2270ee !important;
}
:not(.aXNw) .arrival-window-label {
  display: flex !important;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
}
/* Call Script */
:not(.aXNw) .call-script-stage {
  background-color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: solid 1px #e6eaee;
  min-height: 500px;
  max-width: 960px;
  padding-bottom: 86px;
  position: relative;
}
:not(.aXNw) .call-script-stage .call-script-customer-search-stage {
  padding: 20px;
}
:not(.aXNw) .call-script-stage .ui.segment.call-script-stage-actions {
  height: 80px;
  margin: -1px;
  border-bottom: none;
  font-family: "Nunito Sans";
}
:not(.aXNw)
  .call-script-stage
  .ui.segment.call-script-stage-actions
  .ui.header {
  line-height: 80px;
  margin-top: -16px;
  margin-bottom: 0;
  font-size: 20px;
  color: #141414;
}
:not(.aXNw)
  .call-script-stage
  .ui.segment.call-script-stage-actions
  .call-script-stage-main-action {
  float: right;
  margin-left: 0.5em;
}
:not(.aXNw)
  .call-script-stage
  .ui.segment.call-script-stage-actions
  .call-script-stage-main-action[data-tooltip]:after {
  width: 270px;
  font-size: 14px;
  white-space: normal;
}
:not(.aXNw) .call-script-stage .call-script-stage-footer {
  height: 86px;
  position: absolute !important;
  bottom: 0;
  width: 100%;
  display: flex;
  align-items: center;
}
:not(.aXNw) .call-script-stage .ui.inline.loader {
  margin-top: 5em;
  margin-bottom: 5em;
}
:not(.aXNw) .call-script-stage .call-script-question {
  margin: 3em 7em;
}
:not(.aXNw) .call-script-stage .call-script-question .ui.search.dropdown {
  font-size: 16px;
}
:not(.aXNw) .call-script-stage .call-script-question .recurring-event .header {
  margin-bottom: 0px;
}
:not(.aXNw)
  .call-script-stage
  .call-script-question
  .recurring-event
  .header
  .info-icon {
  font-size: 15px;
}
:not(.aXNw) .call-script-stage .call-script-question .recurring-event .grid {
  padding-top: 25px;
  position: relative;
}
:not(.aXNw)
  .call-script-stage
  .call-script-question
  .recurring-event
  .grid
  .selected-item {
  position: absolute;
  top: -20px;
  right: 0;
  color: #00a2eb;
}
:not(.aXNw)
  .call-script-stage
  .call-script-question
  .recurring-event
  .grid
  .clear-selected-item {
  position: absolute;
  top: 0;
  right: 0;
  color: #00a2eb;
}
:not(.aXNw) .call-script-stage .call-script-question .recurring-event h6 {
  font-style: italic;
}
:not(.aXNw) .call-script-stage .call-script-question .ui.field + .ui.field {
  margin-top: 1.85em;
}
:not(.aXNw) .call-script-stage .call-script-question .validation-message {
  position: relative;
  padding: 0;
  color: red;
  background: unset;
  border-radius: 0;
  margin: 0;
  font-size: 13px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.36;
  letter-spacing: normal;
  z-index: unset;
}
:not(.aXNw) .call-script-stage .call-script-question .validation-message:after {
  display: none;
}
:not(.aXNw) .call-script-stage .ui.avatar {
  position: absolute;
  top: -12px;
  left: -4.8em;
  background-color: #d8e7ed;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo2OGVhMjgzMS0xYzZlLTAxNDctYThmMS1lNTVlZmNkNzQ3ZWMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDA4NTU4QTM3Q0FFMTFFNzgzMjRBMjM4RjRGOThDRTkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDA4NTU4QTI3Q0FFMTFFNzgzMjRBMjM4RjRGOThDRTkiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NDcyOTgyMGYtMTBiZS02NzQxLThiZTEtOTEyNjI5YjRkNWNiIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY4ZWEyODMxLTFjNmUtMDE0Ny1hOGYxLWU1NWVmY2Q3NDdlYyIv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);
  background-size: contain;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  border: none;
  display: block;
  width: 50px;
  height: 50px;
}
:not(.aXNw) .call-script-stage .ui.header {
  font-size: 20px;
  font-weight: 400;
  position: relative;
}
:not(.aXNw) .call-script-stage .ui.header.describe {
  font-style: italic;
}
:not(.aXNw) .call-script-stage .ui.date.calendar {
  max-width: 320px;
}
:not(.aXNw) .call-script-stage .ui.todo.segment {
  background-color: #f4f6f8;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 1.5em 4em 1.65em;
  position: relative;
}
:not(.aXNw) .call-script-stage .ui.todo.segment i.flag {
  background-color: #dfe4e8;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkQ1QjdDRUFBN0M5MzExRTc4QTYyRjVDNUUxQzgwMkE4IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkQ1QjdDRUFCN0M5MzExRTc4QTYyRjVDNUUxQzgwMkE4Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RDVBNDdFOUM3QzkzMTFFNzhBNjJGNUM1RTFDODAyQTgiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RDVBNDdFOUQ3QzkzMTFFNzhBNjJGNUM1RTFDODAyQTgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5OO0MUAAAB5UlEQVR42mL8//8/Ay0BEwONAQuMkVTYeJCB+T9TXUGmLTUMVpARR/UBEzOjOhMDk01qXrkMNX3ACIuDpKLGdUxMjIGkaP737++huqIse6J88Pff3+MkRyATsx3RcfDt+/cj/Ly8DPLSkgy1hakEDU8paSItFa2Z1XOSgeH/n8fPXzL8/PWb+qno/uMX/5r7Z1z89++f8YPHzxjUleWJMqBlwkyMjASM1wNze+sdMfLBPwYGcDzcffiYQnf/F8XwAQj8/vPnCDMra869h0+JNmpOTx00Rf1jqOmaxvDqzTuGnz//tGLNyS/fvDkK8cETkt184twVsOHAVH+rqSx7OVYfzO5seNIycdbrz1++ihKbSmBg+74jYPrnz18NTExMuMuif3//HCHWUFVFWeJTESLD/T8OdEAgkJ5SX5SRi5xSYOGNDXg52TDMXbGBgZ2drQEYH8tx+gCU4aASlqQEkbmRDoO4iBADIyODWl3X1EicPgBluOTihj+MTIyGirISTKD8QWruBfoC5NXlWH0AMhCYEi6C5ELSSsxhhRqJ+eAFTh/AMhwzA4MxFyenDZB7HFeJSXaNBspwIJqZidGS0rIIqwUvH0MyHLA4tqKJBbMnNTwBFlh7/jH8u021Gm3ItioAAgwADJ/INhWmRKIAAAAASUVORK5CYII=");
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  border-radius: 32px;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50%;
  left: 16px;
  margin-top: -16px;
}
:not(.aXNw) .call-script-stage .tab-content {
  overflow: visible;
}
:not(.aXNw) .classify-and-log-follow-up .ui.segment .name {
  color: #2270ee;
}
:not(.aXNw) .classify-and-log-follow-up a {
  color: #2270ee;
  font-size: 16px;
  font-weight: 600;
}
:not(.aXNw) .classify-and-log-follow-up .reason-details .field {
  margin-bottom: 20px !important;
}
:not(.aXNw) .classify-and-log-follow-up .reason-details h4 {
  font-size: 20px;
  font-weight: 600;
  color: #141414;
}
:not(.aXNw) .classify-and-log-follow-up .reason-details .full-width {
  width: 100%;
  margin-bottom: 30px !important;
}
:not(.aXNw) .classify-and-log-follow-up .reason-details .card {
  width: 100% !important;
  margin-bottom: 20px !important;
}
:not(.aXNw) .classify-and-log-follow-up .reason-details .card .container {
  padding-left: 1.85714em;
}
:not(.aXNw) .classify-and-log-follow-up .reason-details label {
  font-weight: 300;
  color: #354052;
}
:not(.aXNw) .classify-and-log-follow-up .reason-details textarea {
  min-height: auto !important;
}
:not(.aXNw) .classify-and-log-follow-up .reason-details .semi-heading {
  color: #141414 !important;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
}
:not(.aXNw) .classify-and-log-follow-up .reason-details .log-follow-up {
  cursor: pointer;
}
:not(.aXNw) .classify-and-log-follow-up .reason-details .validation-message {
  position: relative;
  padding: 0;
  color: red;
  background: unset;
  border-radius: 0;
  margin-left: 0;
  font-size: 13px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.36;
  letter-spacing: normal;
  z-index: unset;
}
:not(.aXNw)
  .classify-and-log-follow-up
  .reason-details
  .validation-message:after {
  display: none;
}
:not(.aXNw) .results-locations-dialog {
  margin-bottom: 50px;
}
:not(.aXNw) .results-locations-dialog .toolbar {
  margin-top: 4px;
  display: flex;
  justify-content: space-between;
}
:not(.aXNw) .results-locations-dialog .selected-item {
  color: #00a2eb;
}
:not(.aXNw) .results-locations-dialog .clear-selected-item {
  display: block;
  text-align: right;
  color: #00a2eb;
}
:not(.aXNw) .results-locations-dialog .location-attributes .ui.label {
  background-color: #999;
  color: #fff;
}
:not(.aXNw) #timeSlotTracingModal,
:not(.aXNw) #timeSlotSomethingWrongModal {
  font-family: "Nunito Sans";
  font-size: 16px;
  max-width: 640px !important;
  margin-top: 132px;
}
:not(.aXNw)
  #timeSlotTracingModal
  .modal-dialog
  > .modal-content
  > .modal-header,
:not(.aXNw)
  #timeSlotSomethingWrongModal
  .modal-dialog
  > .modal-content
  > .modal-header {
  padding: 28px 32px;
}
:not(.aXNw)
  #timeSlotTracingModal
  .modal-dialog
  > .modal-content
  > .modal-header
  > .modal-title,
:not(.aXNw)
  #timeSlotSomethingWrongModal
  .modal-dialog
  > .modal-content
  > .modal-header
  > .modal-title {
  height: 21px;
  font-family: "Nunito Sans";
  font-size: 18px;
  font-weight: 600;
  line-height: 1.17;
  color: #141414;
}
:not(.aXNw)
  #timeSlotTracingModal
  .modal-dialog
  > .modal-content
  > .modal-header
  > .icon-remove,
:not(.aXNw)
  #timeSlotSomethingWrongModal
  .modal-dialog
  > .modal-content
  > .modal-header
  > .icon-remove {
  color: #bcbcbd;
}
:not(.aXNw)
  #timeSlotTracingModal
  .modal-dialog
  > .modal-content
  > .modal-header
  > .icon-remove:hover,
:not(.aXNw)
  #timeSlotSomethingWrongModal
  .modal-dialog
  > .modal-content
  > .modal-header
  > .icon-remove:hover {
  cursor: pointer;
}
:not(.aXNw) #timeSlotTracingModal .modal-dialog > .modal-content > .modal-body,
:not(.aXNw)
  #timeSlotSomethingWrongModal
  .modal-dialog
  > .modal-content
  > .modal-body {
  padding: 32px;
}
:not(.aXNw)
  #timeSlotTracingModal
  .modal-dialog
  > .modal-content
  > .modal-body
  .detail,
:not(.aXNw)
  #timeSlotSomethingWrongModal
  .modal-dialog
  > .modal-content
  > .modal-body
  .detail {
  margin-bottom: 10px;
}
:not(.aXNw)
  #timeSlotTracingModal
  .modal-dialog
  > .modal-content
  > .modal-body
  .detail
  p,
:not(.aXNw)
  #timeSlotSomethingWrongModal
  .modal-dialog
  > .modal-content
  > .modal-body
  .detail
  p,
:not(.aXNw)
  #timeSlotTracingModal
  .modal-dialog
  > .modal-content
  > .modal-body
  .detail
  br,
:not(.aXNw)
  #timeSlotSomethingWrongModal
  .modal-dialog
  > .modal-content
  > .modal-body
  .detail
  br {
  line-height: 1.5;
  color: #141414;
}
:not(.aXNw)
  #timeSlotTracingModal
  .modal-dialog
  > .modal-content
  > .modal-body
  .form-group
  .control-label,
:not(.aXNw)
  #timeSlotSomethingWrongModal
  .modal-dialog
  > .modal-content
  > .modal-body
  .form-group
  .control-label {
  display: block;
  margin-top: 8px;
  margin-bottom: 10px;
  font-weight: 600;
  line-height: 1.31;
  color: #737475;
}
:not(.aXNw)
  #timeSlotTracingModal
  .modal-dialog
  > .modal-content
  > .modal-body
  .form-group
  textarea,
:not(.aXNw)
  #timeSlotSomethingWrongModal
  .modal-dialog
  > .modal-content
  > .modal-body
  .form-group
  textarea,
:not(.aXNw)
  #timeSlotTracingModal
  .modal-dialog
  > .modal-content
  > .modal-body
  .form-group
  input[type="text"],
:not(.aXNw)
  #timeSlotSomethingWrongModal
  .modal-dialog
  > .modal-content
  > .modal-body
  .form-group
  input[type="text"] {
  font-size: 16px;
  width: 550px;
}
:not(.aXNw)
  #timeSlotTracingModal
  .modal-dialog
  > .modal-content
  > .modal-body
  .form-group
  .inline,
:not(.aXNw)
  #timeSlotSomethingWrongModal
  .modal-dialog
  > .modal-content
  > .modal-body
  .form-group
  .inline {
  display: inline;
}
:not(.aXNw)
  #timeSlotTracingModal
  .modal-dialog
  > .modal-content
  > .modal-body
  .form-group
  .error,
:not(.aXNw)
  #timeSlotSomethingWrongModal
  .modal-dialog
  > .modal-content
  > .modal-body
  .form-group
  .error {
  border-color: #e63717;
}
:not(.aXNw)
  #timeSlotTracingModal
  .modal-dialog
  > .modal-content
  > .modal-body
  .form-group
  .timeslot-validation-text,
:not(.aXNw)
  #timeSlotSomethingWrongModal
  .modal-dialog
  > .modal-content
  > .modal-body
  .form-group
  .timeslot-validation-text {
  color: #f94d32;
  font-size: 14px;
}
:not(.aXNw)
  #timeSlotTracingModal
  .modal-dialog
  > .modal-content
  > .modal-footer,
:not(.aXNw)
  #timeSlotSomethingWrongModal
  .modal-dialog
  > .modal-content
  > .modal-footer {
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  height: 50px;
}
:not(.aXNw)
  #timeSlotTracingModal
  .modal-dialog
  > .modal-content
  > .modal-footer
  button,
:not(.aXNw)
  #timeSlotSomethingWrongModal
  .modal-dialog
  > .modal-content
  > .modal-footer
  button {
  color: #fff;
  background-color: #2270ee;
}
:not(.aXNw)
  #timeSlotTracingModal
  .modal-dialog
  > .modal-content
  > .modal-footer
  button:hover,
:not(.aXNw)
  #timeSlotSomethingWrongModal
  .modal-dialog
  > .modal-content
  > .modal-footer
  button:hover {
  cursor: pointer;
}
:not(.aXNw) #timeSlotTracingModal {
  height: 700px;
}
:not(.aXNw)
  #timeSlotTracingModal
  .modal-dialog
  > .modal-content
  > .modal-footer {
  position: absolute;
}
:not(.aXNw) .no-address-match-text {
  font-family:
    "wf_segoe-ui", "Segoe UI", "Lucida Sans", "Helvetica Neue", Helvetica,
    Arial, sans-serif;
  font-size: 13px;
  line-height: 20px;
  color: #333;
}
:not(.aXNw) #timeslot-error-link {
  color: #f94d32;
}
:not(.aXNw) #crm-grid-base.k-old-grid .k-old-grid-content {
  min-height: 200px;
  max-height: 315px;
  border-bottom: 1px solid #e6e6e6;
}
:not(.aXNw) #crm-grid-base.k-old-grid .k-old-grid-content tr:hover {
  cursor: pointer;
}
:not(.aXNw) .dispatchButtonDiv {
  display: inline;
  float: right;
  position: absolute;
  right: 30px;
}
:not(.aXNw) .equipment-row {
  margin: 0 16px !important;
  padding: 4px 0 !important;
}
:not(.aXNw) .equipment-row > div {
  background-color: #fafafa;
  padding: 8px 16px;
  display: flex !important;
  justify-content: space-between;
}
:not(.aXNw) .equipment-row > div > span {
  color: #737475;
}
:not(.aXNw) .equipment-row > div > a {
  color: #2270ee;
}
:not(.aXNw) .equipment-row > div > i {
  cursor: pointer;
}
:not(.aXNw) .callscreen-optional {
  font-weight: 400;
  color: #606162;
}
:not(.aXNw) .job-booking-summary button {
  width: 32px;
  margin-right: 4px !important;
}
:not(.aXNw) .job-booking-summary button i {
  margin-top: -1px;
}
:not(.aXNw) .st-compact-mode .technician-selector-semantic {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
}
:not(.aXNw) .st-compact-mode .technician-selector-semantic .Button {
  padding: 0px !important;
  height: auto !important;
  color: #2270ee;
}
:not(.aXNw) .st-compact-mode .technician-selector-semantic .pull-right {
  float: none !important;
}

/* Appointment Timeslots */
:not(.aXNw) .appointment-timeslots > .TabGroup {
  clear: left;
}
:not(.aXNw) .appointment-timeslots .timeslots-form-content .yellow.message i,
:not(.aXNw)
  .appointment-timeslots
  .timeslots-form-content
  .yellow.message
  span {
  color: black;
}
:not(.aXNw) .appointment-timeslots #recommended-appointments .ui.checkbox {
  display: block;
}
:not(.aXNw)
  .appointment-timeslots
  #recommended-appointments
  .ui.checkbox
  label
  .time {
  float: right;
}
:not(.aXNw)
  .appointment-timeslots
  #recommended-appointments
  .ui.checkbox
  .recommended-label
  > span {
  line-height: 60px;
}
:not(.aXNw)
  .appointment-timeslots
  #recommended-appointments
  .ui.checkbox
  label:before,
:not(.aXNw)
  .appointment-timeslots
  #recommended-appointments
  .ui.checkbox
  label:after {
  top: 22px;
  left: 22px;
}
:not(.aXNw) .appointment-timeslots #all-appointments {
  overflow: hidden;
  position: relative;
  width: 100%;
  font-family: "Nunito Sans";
}
:not(.aXNw) .appointment-timeslots #all-appointments .week-navigation-area {
  width: 100%;
  display: flex;
}
:not(.aXNw)
  .appointment-timeslots
  #all-appointments
  .week-navigation-area
  .week-navigators {
  margin: 0 5px;
  display: flex;
  border-radius: 3px;
  box-shadow: inset 0 0 0 1px currentColor;
}
:not(.aXNw)
  .appointment-timeslots
  #all-appointments
  .week-navigation-area
  .week-navigators
  .previous {
  box-shadow: none;
}
:not(.aXNw)
  .appointment-timeslots
  #all-appointments
  .week-navigation-area
  .week-navigators
  .previous
  > i.Icon {
  margin-left: -14px;
  color: #9e9ea0;
}
:not(.aXNw)
  .appointment-timeslots
  #all-appointments
  .week-navigation-area
  .week-navigators
  .Button.Button--outline {
  box-shadow: none;
}
:not(.aXNw)
  .appointment-timeslots
  #all-appointments
  .week-navigation-area
  .week-navigators
  .Button.Button--outline:hover {
  padding-top: 12px;
}
:not(.aXNw)
  .appointment-timeslots
  #all-appointments
  .week-navigation-area
  .week-navigators
  .month-year-text {
  font-size: 16px;
  font-weight: normal;
  color: #141414;
}
:not(.aXNw)
  .appointment-timeslots
  #all-appointments
  .week-navigation-area
  .datepicker-date-container {
  height: 1px;
  width: 1px;
  text-align: center;
}
:not(.aXNw)
  .appointment-timeslots
  #all-appointments
  .week-navigation-area
  .datepicker-date-container
  .datepicker-date {
  visibility: hidden;
  height: 3px;
  width: 30px;
  padding: 0px;
}
:not(.aXNw) .appointment-timeslots #all-appointments .time-selector {
  display: flex;
  position: relative;
}
:not(.aXNw)
  .appointment-timeslots
  #all-appointments
  .time-selector[data-show-week="1"]
  .week {
  transform: translate(0px, 0);
}
:not(.aXNw)
  .appointment-timeslots
  #all-appointments
  .time-selector[data-show-week="2"]
  .week {
  transform: translate(-762px, 0);
}
:not(.aXNw)
  .appointment-timeslots
  #all-appointments
  .time-selector[data-show-week="3"]
  .week {
  transform: translate(-1524px, 0);
}
:not(.aXNw)
  .appointment-timeslots
  #all-appointments
  .time-selector[data-show-week="4"]
  .week {
  transform: translate(-2286px, 0);
}
:not(.aXNw)
  .appointment-timeslots
  #all-appointments
  .time-selector[data-show-week="5"]
  .week {
  transform: translate(-3048px, 0);
}
:not(.aXNw)
  .appointment-timeslots
  #all-appointments
  .time-selector[data-show-week="6"]
  .week {
  transform: translate(-3810px, 0);
}
:not(.aXNw)
  .appointment-timeslots
  #all-appointments
  .time-selector[data-show-week="7"]
  .week {
  transform: translate(-4572px, 0);
}
:not(.aXNw)
  .appointment-timeslots
  #all-appointments
  .time-selector[data-show-week="8"]
  .week {
  transform: translate(-5334px, 0);
}
:not(.aXNw)
  .appointment-timeslots
  #all-appointments
  .time-selector[data-show-week="9"]
  .week {
  transform: translate(-6096px, 0);
}
:not(.aXNw)
  .appointment-timeslots
  #all-appointments
  .time-selector[data-show-week="10"]
  .week {
  transform: translate(-6858px, 0);
}
:not(.aXNw) .appointment-timeslots #all-appointments .time-selector .week {
  background-color: white;
  display: flex;
  flex: 1;
  position: relative;
  transition: transform 0.5s ease-in-out;
}
:not(.aXNw)
  .appointment-timeslots
  #all-appointments
  .time-selector
  .week
  .header {
  font-weight: 600;
  letter-spacing: -0.2px;
  position: absolute;
  text-align: center;
  top: -40px;
  width: 100%;
  white-space: nowrap;
}
:not(.aXNw)
  .appointment-timeslots
  #all-appointments
  .time-selector
  .week
  .header {
  display: none;
}
:not(.aXNw)
  .appointment-timeslots
  #all-appointments
  .time-selector
  .week
  .header:first-of-type {
  display: block;
}
:not(.aXNw) .appointment-timeslots #all-appointments .time-selector .week .day {
  flex: 1;
  width: 96px;
  min-height: 360px;
}
:not(.aXNw)
  .appointment-timeslots
  #all-appointments
  .time-selector
  .week
  .day
  em,
:not(.aXNw)
  .appointment-timeslots
  #all-appointments
  .time-selector
  .week
  .day
  button {
  display: inline-block;
  padding: 6px 8px;
  margin-bottom: 4px;
}
:not(.aXNw)
  .appointment-timeslots
  #all-appointments
  .time-selector
  .week
  .day
  em {
  text-align: center;
  width: 100%;
  font-weight: bold;
  font-style: normal;
}
:not(.aXNw)
  .appointment-timeslots
  #all-appointments
  .time-selector
  .week
  .day
  em
  i {
  font-weight: lighter;
}
:not(.aXNw)
  .appointment-timeslots
  #all-appointments
  .time-selector
  .week
  .day
  .timeslot-button {
  background-color: #fff;
  width: 108px;
  height: 66px;
  margin-bottom: 8px;
  padding: 8px 3px;
  display: inline-block;
  border-radius: 3px;
  border: solid 1px;
  border-left: solid 4px;
  text-align: left;
  white-space: nowrap;
  word-spacing: -2px;
  position: relative;
}
:not(.aXNw)
  .appointment-timeslots
  #all-appointments
  .time-selector
  .week
  .day
  .timeslot-button
  .time-slot-texts-container {
  display: flex;
  height: 66px;
  flex-direction: column;
  position: absolute;
}
:not(.aXNw)
  .appointment-timeslots
  #all-appointments
  .time-selector
  .week
  .day
  .timeslot-button
  .time-slot-texts-container
  > .time-window,
:not(.aXNw)
  .appointment-timeslots
  #all-appointments
  .time-selector
  .week
  .day
  .timeslot-button
  .time-slot-texts-container
  > .capacity-info,
:not(.aXNw)
  .appointment-timeslots
  #all-appointments
  .time-selector
  .week
  .day
  .timeslot-button
  .time-slot-texts-container.value {
  max-height: 16px;
  word-spacing: 0;
}
:not(.aXNw)
  .appointment-timeslots
  #all-appointments
  .time-selector
  .week
  .day
  .timeslot-button
  .time-slot-texts-container
  span {
  font-size: 13px;
  line-height: 16px;
}
:not(.aXNw)
  .appointment-timeslots
  #all-appointments
  .time-selector
  .week
  .day
  .timeslot-button
  .time-slot-texts-container
  span.time-window {
  font-weight: 600;
  color: #000000;
}
:not(.aXNw)
  .appointment-timeslots
  #all-appointments
  .time-selector
  .week
  .day
  .timeslot-button
  .time-slot-texts-container
  span.capacity-info {
  color: #9e9ea0;
}
:not(.aXNw)
  .appointment-timeslots
  #all-appointments
  .time-selector
  .week
  .day
  .timeslot-button
  .time-slot-texts-container
  .value {
  display: inline-block;
}
:not(.aXNw)
  .appointment-timeslots
  #all-appointments
  .time-selector
  .week
  .day
  .timeslot-button
  .time-slot-texts-container
  .value
  span {
  display: inline-block;
  font-size: 9px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  border-radius: 8px;
  line-height: calc(8px * 2 - 1px);
  width: calc(8px * 2);
  padding-top: 1px;
  margin-right: 1px;
  vertical-align: top;
}
:not(.aXNw)
  .appointment-timeslots
  #all-appointments
  .time-selector
  .week
  .day
  .timeslot-button
  .info {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  width: 108px;
  height: 66px;
  border-radius: 3px;
  border: solid 1px rgba(34, 112, 238, 0.8);
  border-left: solid 4px rgba(34, 112, 238, 0.8);
  background: rgba(34, 112, 238, 0.8);
  position: absolute;
  top: -1px;
  left: -4px;
}
:not(.aXNw)
  .appointment-timeslots
  #all-appointments
  .time-selector
  .week
  .day
  .timeslot-button
  .info
  .link {
  line-height: 66px;
  cursor: pointer;
  color: white;
}
:not(.aXNw)
  .appointment-timeslots
  #all-appointments
  .time-selector
  .week
  .day
  .timeslot-button.unavailable {
  border: dashed 1px #cdcdcd;
}
:not(.aXNw)
  .appointment-timeslots
  #all-appointments
  .time-selector
  .week
  .day
  .timeslot-button.unavailable
  .info {
  left: -1px;
}
:not(.aXNw)
  .appointment-timeslots
  #all-appointments
  .time-selector
  .week
  .day
  .timeslot-button.hidden {
  visibility: hidden;
}
:not(.aXNw)
  .appointment-timeslots
  #all-appointments
  .time-selector
  .week
  .day
  .timeslot-button.low {
  border-color: #1fbc70;
}
:not(.aXNw)
  .appointment-timeslots
  #all-appointments
  .time-selector
  .week
  .day
  .timeslot-button.low
  .value
  > span {
  background-color: #1fbc70;
}
:not(.aXNw)
  .appointment-timeslots
  #all-appointments
  .time-selector
  .week
  .day
  .timeslot-button.regular {
  border-color: #18a761;
}
:not(.aXNw)
  .appointment-timeslots
  #all-appointments
  .time-selector
  .week
  .day
  .timeslot-button.regular
  .value
  > span {
  background-color: #18a761;
}
:not(.aXNw)
  .appointment-timeslots
  #all-appointments
  .time-selector
  .week
  .day
  .timeslot-button.super {
  border-color: #10864b;
}
:not(.aXNw)
  .appointment-timeslots
  #all-appointments
  .time-selector
  .week
  .day
  .timeslot-button.super
  .value
  > span {
  background: #10864b;
}
:not(.aXNw)
  .appointment-timeslots
  #all-appointments
  .time-selector
  .week
  .day
  .timeslot-button.minor {
  border: none;
  border-left: 4px solid #ffc902;
  background-color: #fafafa;
}
:not(.aXNw)
  .appointment-timeslots
  #all-appointments
  .time-selector
  .week
  .day
  .timeslot-button.minor
  .fa-exclamation-triangle {
  margin-top: 4px;
  color: #ffc902;
  font-family: FontAwesome;
}
:not(.aXNw)
  .appointment-timeslots
  #all-appointments
  .time-selector
  .week
  .day
  .timeslot-button.selected {
  background-color: #a9d1ff;
  border-color: #2270ee;
  border-left-color: #2270ee;
  cursor: pointer;
}
:not(.aXNw)
  .appointment-timeslots
  #all-appointments
  .time-selector
  .week
  .day
  .timeslot-button.selected
  > .time-slot-texts-container {
  opacity: 0.7;
}
:not(.aXNw)
  .appointment-timeslots
  #all-appointments
  .time-selector
  .week
  .day
  .timeslot-button.selected
  .value
  > span {
  background: #2270ee;
}
:not(.aXNw)
  .appointment-timeslots
  #all-appointments
  .time-selector
  .week
  .day
  .timeslot-button.green:hover,
:not(.aXNw)
  .appointment-timeslots
  #all-appointments
  .time-selector
  .week
  .day
  .timeslot-button.green:active {
  background-color: rgba(44, 180, 20, 0.3);
  outline: 0;
}
:not(.aXNw)
  .appointment-timeslots
  #all-appointments
  .time-selector
  .week
  .day
  .timeslot-button.red:hover,
:not(.aXNw)
  .appointment-timeslots
  #all-appointments
  .time-selector
  .week
  .day
  .timeslot-button.red:active {
  background-color: rgba(209, 48, 21, 0.3);
  outline: 0;
}
:not(.aXNw)
  .appointment-timeslots
  #all-appointments
  .time-selector
  .week
  .day
  .timeslot-button.yellow:hover,
:not(.aXNw)
  .appointment-timeslots
  #all-appointments
  .time-selector
  .week
  .day
  .timeslot-button.yellow:active {
  background-color: rgba(252, 192, 25, 0.5);
  outline: 0;
}
:not(.aXNw)
  .appointment-timeslots
  #all-appointments
  .time-selector
  .week
  .day
  .timeslot-button
  .capacity-info {
  color: #9e9ea0;
}
:not(.aXNw) .appointment-timeslots .material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 1em;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
}
:not(.aXNw) .modal .timeslots-custom-arrival-window {
  min-height: 250px;
  /* default value (16px) makes the horizontal scroll around content */
}
:not(.aXNw) .modal .timeslots-custom-arrival-window .ui.form .fields {
  margin-right: -15px;
  margin-left: -15px;
}
:not(.aXNw) .timeslot-details-additional-header {
  flex: none;
  overflow: auto;
  background-color: #f5f5f5;
  margin: 0;
  padding: 20px 15px;
}
:not(.aXNw) .timeslot-details-additional-header p {
  font-weight: bold;
}
:not(.aXNw) .timeslot-details-additional-header p.small {
  margin-bottom: 0;
}
:not(.aXNw) .timeslot-details-additional-header p.large {
  margin-top: 0;
}
:not(.aXNw) .timeslot-details-additional-header div {
  float: left;
}
:not(.aXNw) .timeslot-details-additional-header .status {
  width: 45%;
}
:not(.aXNw) .timeslot-details-additional-header .time {
  border-left: solid 1px #e2e2e2;
  padding-left: 5%;
  width: 35%;
}
:not(.aXNw) .timeslot-details-block {
  border: solid 1px #e2e2e2;
  padding: 10px;
  margin-bottom: 20px;
  min-height: 30px;
}
:not(.aXNw) .timeslot-details-block:first-child {
  margin-top: 20px;
}
:not(.aXNw) .timeslot-details-block .block-head {
  overflow: hidden;
}
:not(.aXNw) .timeslot-details-block .block-head a {
  color: black;
}
:not(.aXNw) .timeslot-details-block .block-head .title {
  font-size: 15px;
  float: left;
}
:not(.aXNw) .timeslot-details-block .block-body {
  margin-top: 10px;
  clear: both;
}
:not(.aXNw) .timeslot-details-block .small {
  font-style: italic;
  margin-bottom: 0;
}
:not(.aXNw) .timeslot-details-block thead a {
  font-weight: bold;
}
:not(.aXNw) .timeslot-details-block .bold {
  font-weight: bold;
}
:not(.aXNw) #timeslot-reason-details .small {
  font-size: 12px;
}
:not(.aXNw) #timeslot-reason-details .medium {
  font-size: 14px;
}
:not(.aXNw) #timeslot-reason-details .large {
  font-size: 16px;
}
:not(.aXNw) #timeslot-reason-details .body {
  clear: both;
}
:not(.aXNw) #appointment-times-datepicker {
  width: 280px;
  height: 360px;
  font-family: "Nunito Sans";
  font-size: 14px;
  padding: 0;
}
:not(.aXNw) #appointment-times-datepicker:before,
:not(.aXNw) #appointment-times-datepicker:after {
  display: none;
}
:not(.aXNw) #appointment-times-datepicker .datepicker-days,
:not(.aXNw) #appointment-times-datepicker .datepicker-months,
:not(.aXNw) #appointment-times-datepicker .datepicker-years {
  margin: 5px 15px;
  height: calc(100% - 5px * 2);
}
:not(.aXNw) #appointment-times-datepicker .datepicker-days table,
:not(.aXNw) #appointment-times-datepicker .datepicker-months table,
:not(.aXNw) #appointment-times-datepicker .datepicker-years table {
  width: 100%;
  height: calc(100% - 5px * 2);
  border-collapse: separate;
  border-spacing: 8px;
}
:not(.aXNw) #appointment-times-datepicker .datepicker-days table td,
:not(.aXNw) #appointment-times-datepicker .datepicker-months table td,
:not(.aXNw) #appointment-times-datepicker .datepicker-years table td {
  vertical-align: middle;
}
:not(.aXNw)
  #appointment-times-datepicker
  .datepicker-days
  table
  thead
  tr:first-of-type
  th,
:not(.aXNw)
  #appointment-times-datepicker
  .datepicker-months
  table
  thead
  tr:first-of-type
  th,
:not(.aXNw)
  #appointment-times-datepicker
  .datepicker-years
  table
  thead
  tr:first-of-type
  th {
  height: 40px;
  line-height: 40px;
  color: #444445;
  font-size: 25px;
}
:not(.aXNw)
  #appointment-times-datepicker
  .datepicker-days
  table
  thead
  tr:first-of-type
  .datepicker-switch,
:not(.aXNw)
  #appointment-times-datepicker
  .datepicker-months
  table
  thead
  tr:first-of-type
  .datepicker-switch,
:not(.aXNw)
  #appointment-times-datepicker
  .datepicker-years
  table
  thead
  tr:first-of-type
  .datepicker-switch {
  font-size: 16px;
}
:not(.aXNw)
  #appointment-times-datepicker
  .datepicker-days
  table
  thead
  tr:nth-of-type(2),
:not(.aXNw)
  #appointment-times-datepicker
  .datepicker-months
  table
  thead
  tr:nth-of-type(2),
:not(.aXNw)
  #appointment-times-datepicker
  .datepicker-years
  table
  thead
  tr:nth-of-type(2) {
  height: 30px;
}
:not(.aXNw)
  #appointment-times-datepicker
  .datepicker-days
  table
  thead
  tr:nth-of-type(2)
  th,
:not(.aXNw)
  #appointment-times-datepicker
  .datepicker-months
  table
  thead
  tr:nth-of-type(2)
  th,
:not(.aXNw)
  #appointment-times-datepicker
  .datepicker-years
  table
  thead
  tr:nth-of-type(2)
  th {
  padding-bottom: 10px;
}
:not(.aXNw)
  #appointment-times-datepicker
  .datepicker-days
  table
  tbody
  tr
  td:not(.old):not(.new),
:not(.aXNw)
  #appointment-times-datepicker
  .datepicker-months
  table
  tbody
  tr
  td:not(.old):not(.new),
:not(.aXNw)
  #appointment-times-datepicker
  .datepicker-years
  table
  tbody
  tr
  td:not(.old):not(.new) {
  color: #444445;
}
:not(.aXNw)
  #appointment-times-datepicker
  .datepicker-days
  table
  tbody
  tr
  td.timeslot-day,
:not(.aXNw)
  #appointment-times-datepicker
  .datepicker-months
  table
  tbody
  tr
  td.timeslot-day,
:not(.aXNw)
  #appointment-times-datepicker
  .datepicker-years
  table
  tbody
  tr
  td.timeslot-day {
  background: #cceeff;
  border-radius: 4px;
}
:not(.aXNw)
  #appointment-times-datepicker
  .datepicker-days
  table
  tbody
  tr
  td.active,
:not(.aXNw)
  #appointment-times-datepicker
  .datepicker-months
  table
  tbody
  tr
  td.active,
:not(.aXNw)
  #appointment-times-datepicker
  .datepicker-years
  table
  tbody
  tr
  td.active {
  color: #fff !important;
}
:not(.aXNw) .job-edit-arrival-window-availability-popup {
  display: flex;
  flex-flow: column;
  top: 4% !important;
  max-height: 92% !important;
  max-width: 1000px !important;
}
:not(.aXNw)
  .job-edit-arrival-window-availability-popup
  .appointment-timeslots
  #all-appointments
  .time-selector
  .week {
  padding-bottom: 16px;
}
:not(.aXNw)
  .job-edit-arrival-window-availability-popup
  .appointment-timeslots
  #all-appointments
  .time-selector
  .week
  .day {
  min-height: auto;
}

:not(.aXNw) .select-input {
  position: relative;
  display: inline-block;
}
:not(.aXNw) .select-input select {
  height: 32px;
  -webkit-appearance: none;
  width: 100%;
  padding: 5px 20px 7px 25px;
  margin: 0 0 10px;
  line-height: normal;
}
:not(.aXNw) .select-input:after {
  content: "";
  position: absolute;
  right: 13px;
  top: 50%;
  margin-top: -7px;
  height: 0;
  width: 0;
  border-top: 4px solid #444;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  pointer-events: none;
}
:not(.aXNw) .clearfix {
  *zoom: 1;
}
:not(.aXNw) .clearfix:before,
:not(.aXNw) .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
:not(.aXNw) .clearfix:after {
  clear: both;
}
:not(.aXNw) .hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
:not(.aXNw) .input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
:not(.aXNw) .edit-customer-membership-form .select-input {
  width: 244px;
  margin-left: 20px;
}
:not(.aXNw) .edit-customer-membership-form .select-input select {
  margin-bottom: 0px;
}
:not(.aXNw) .edit-customer-membership-form .select-input:after {
  margin-top: -2px;
}
:not(.aXNw) .edit-customer-membership-form .select2-container {
  width: 220px;
}
:not(.aXNw) .job-notification-trigger.invoice-statement-notification-trigger {
  margin-bottom: 15px;
}

:not(.aXNw) .clearfix {
  *zoom: 1;
}
:not(.aXNw) .clearfix:before,
:not(.aXNw) .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
:not(.aXNw) .clearfix:after {
  clear: both;
}
:not(.aXNw) .hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
:not(.aXNw) .input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
:not(.aXNw) .container-fluid-dispatch-messaging {
  margin-top: 0px !important;
}
:not(.aXNw) .container-fluid-dispatch-messaging.sidebar-hidden {
  margin-right: 0 !important;
}
:not(.aXNw) .side-panel {
  margin-right: 480px;
}
:not(.aXNw) .dispatch-board {
  /* Styles of legacy header components */
  /* Timeslots */
  /* Technicians */
  /* Timeline */
  /*map filters*/
  /* Map */
}
:not(.aXNw) .dispatch-board .overlay {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  z-index: 1000 !important;
}
:not(.aXNw) .dispatch-board .dispatch-board-fixed-top {
  /* Toolbar */
}
:not(.aXNw) .dispatch-board .dispatch-board-fixed-top .toolbar {
  text-align: center;
}
:not(.aXNw)
  .dispatch-board
  .dispatch-board-fixed-top
  .toolbar
  .navigator
  > div {
  width: 260px;
  height: 20px;
  position: absolute;
  top: 30px;
}
:not(.aXNw)
  .dispatch-board
  .dispatch-board-fixed-top
  .toolbar
  a.toolbar-button {
  padding: 4px;
  line-height: 30px;
  vertical-align: middle;
}
:not(.aXNw)
  .dispatch-board
  .dispatch-board-fixed-top
  .toolbar
  a.toolbar-button
  i {
  font-size: 14px;
}
:not(.aXNw)
  .dispatch-board
  .dispatch-board-fixed-top
  .toolbar
  .toolbar-prediction {
  display: inline-block;
}
:not(.aXNw)
  .dispatch-board
  .dispatch-board-fixed-top
  .toolbar
  .toolbar-prediction
  .prediction-block {
  display: inline-block;
  text-align: left;
  margin-left: 20px;
  margin-right: 20px;
}
:not(.aXNw)
  .dispatch-board
  .dispatch-board-fixed-top
  .toolbar
  .toolbar-prediction
  .description {
  color: #999;
}
:not(.aXNw)
  .dispatch-board
  .dispatch-board-fixed-top
  .toolbar
  .toolbar-prediction
  .header {
  margin-bottom: 3px;
  font-weight: bold;
}
:not(.aXNw)
  .dispatch-board
  .dispatch-board-fixed-top
  .toolbar
  .toolbar-prediction
  .large-text {
  font-size: 16px;
}
:not(.aXNw)
  .dispatch-board
  .dispatch-board-fixed-top
  .toolbar
  .toolbar-prediction
  .middle-text {
  font-size: 14px;
}
:not(.aXNw)
  .dispatch-board
  .dispatch-board-fixed-top
  .toolbar
  .toolbar-prediction
  .small-text {
  font-size: 10px;
}
:not(.aXNw) .dispatch-board .team-technicians {
  width: 160px;
  display: flex;
  align-items: center;
}
:not(.aXNw) .dispatch-board .team-timeline {
  width: 3055px;
  margin-left: -175px;
}
:not(.aXNw) .dispatch-board .team-timeline-toggle {
  max-width: 100%;
  position: sticky;
  left: -175px;
  display: inline-block;
  background: #bcbcbd !important;
  min-width: 167px;
  padding-right: 8px;
}
:not(.aXNw) .dispatch-board .team-timeline-toggle .team-technicians {
  border: none !important;
  width: auto;
}
:not(.aXNw) .dispatch-board .team-timeline-toggle .collapse-icon {
  margin-right: 16px;
}
:not(.aXNw) .dispatch-board .team {
  height: 24px;
  cursor: pointer;
  background: transparent !important;
  border-top: 1px solid #949596;
  padding-left: 16px !important;
}
:not(.aXNw) .dispatch-board .team .collapse-icon {
  width: 16px;
  margin-right: 8px;
}
:not(.aXNw) .dispatch-board .team .team-name {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  text-align: left;
}
:not(.aXNw) .dispatch-board .team.team-timeline {
  position: relative;
  z-index: 7;
  background: #bcbcbd !important;
  padding: 4px 0;
  display: flex;
  align-items: center;
}
:not(.aXNw) .dispatch-board .team.team-technicians {
  padding: 4px 0 4px 16px;
}
:not(.aXNw) .dispatch-board .team-expanded {
  border-bottom: 1px solid #949596;
}
:not(.aXNw) .dispatch-board .timeslots {
  margin: 5px 0 0 175px;
  height: 18px;
  overflow: hidden;
  color: #999;
}
:not(.aXNw) .dispatch-board .timeslots .timeslot {
  display: table-cell;
  width: 60px;
  min-width: 60px;
  height: 21px;
  padding: 0;
  vertical-align: bottom;
}
:not(.aXNw) .dispatch-board .timeslots .timeslot:nth-child(even) {
  visibility: hidden;
}
:not(.aXNw) .dispatch-board .technicians {
  float: left;
  width: 175px;
  max-width: 175px;
  position: absolute;
  z-index: 14;
}
:not(.aXNw) .dispatch-board .technicians .technician {
  position: relative;
  display: block;
  width: 175px;
  height: 36px;
  border-bottom: 1px solid #dfe0e1 !important;
  box-sizing: border-box;
  cursor: pointer;
  /* Borders around avatar that indicate technician's status */
}
:not(.aXNw) .dispatch-board .technicians .technician.idle .avatar {
  border-color: #d9d9d9;
}
:not(.aXNw) .dispatch-board .technicians .technician.dispatched .avatar {
  border-color: #aa66cc;
}
:not(.aXNw) .dispatch-board .technicians .technician.working .avatar {
  border-color: #99cc00;
}
:not(.aXNw) .dispatch-board .technicians .technician.meal .avatar {
  border-color: #cc9900;
}
:not(.aXNw) .dispatch-board .technicians .technician .technician-cell {
  display: grid;
  grid-template-columns: 32px 1fr;
  padding: 0px 16px;
  height: 100%;
  user-select: none;
}
:not(.aXNw)
  .dispatch-board
  .technicians
  .technician
  .technician-cell
  .technician-cell-avatar-container {
  display: flex;
  align-items: center;
  height: 100%;
}
:not(.aXNw)
  .dispatch-board
  .technicians
  .technician
  .technician-cell
  .technician-cell-avatar-container
  .avatar-wrapper {
  position: relative;
}
:not(.aXNw)
  .dispatch-board
  .technicians
  .technician
  .technician-cell
  .technician-cell-avatar-container
  .avatar-wrapper
  .avatar {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 2px;
  border-width: 2px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
:not(.aXNw)
  .dispatch-board
  .technicians
  .technician
  .technician-cell
  .technician-cell-avatar-container
  .avatar-wrapper
  .avatar.stub {
  background-image: url(/scripts/build/desktop-legacy/b73084b2ac83da186ec9eb540efab63e.png);
  background-size: contain;
}
:not(.aXNw)
  .dispatch-board
  .technicians
  .technician
  .technician-cell
  .technician-cell-avatar-container
  .avatar-wrapper
  .avatar-alert {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 0;
  right: -4px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #ffece9;
  color: #e13212;
  font-size: 12px;
}
:not(.aXNw)
  .dispatch-board
  .technicians
  .technician
  .technician-cell
  .technician-cell-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  max-width: 108px;
  padding-left: 12px;
}
:not(.aXNw)
  .dispatch-board
  .technicians
  .technician
  .technician-cell
  .technician-cell-details
  .technician-info {
  display: flex;
  white-space: nowrap;
  width: 100%;
  max-width: 100%;
  align-items: center;
}
:not(.aXNw)
  .dispatch-board
  .technicians
  .technician
  .technician-cell
  .technician-cell-details
  .technician-info
  .name {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  padding-right: 4px;
}
:not(.aXNw)
  .dispatch-board
  .technicians
  .technician
  .technician-cell
  .technician-cell-details
  .duration {
  width: 100%;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #999;
  font-size: 11px;
}
:not(.aXNw) .dispatch-board .timeline {
  position: relative;
  overflow: auto;
  padding-left: 175px;
  scrollbar-width: none;
  -ms-overflow-style: none;
  /* Custom scrollbar */
  /* Slots */
  /* Marks the current time */
}
:not(.aXNw) .dispatch-board .timeline::-webkit-scrollbar {
  display: none;
}
:not(.aXNw) .dispatch-board .timeline.resize-mode {
  cursor: ew-resize !important;
}
:not(.aXNw) .dispatch-board .timeline .slot-row {
  position: relative;
  min-height: 36px;
  box-sizing: border-box;
  width: 2880px;
  /* Marks the start and end of a technician's shift */
  /* Bars that indicate technician status changes */
  /* Job appointments and custom appointments */
}
:not(.aXNw) .dispatch-board .timeline .slot-row .technician-driving-time-bar {
  position: absolute;
  top: 15px;
  display: inline-block;
  height: 6px;
  background: #bb9ddb;
  z-index: 4;
}
:not(.aXNw) .dispatch-board .timeline .slot-row .slot-cell {
  display: table-cell;
  width: 60px;
  min-height: 36px;
  padding: 0;
  box-sizing: border-box;
  position: relative;
}
:not(.aXNw) .dispatch-board .timeline .slot-row .slot-cell.time-off {
  z-index: 3;
}
:not(.aXNw) .dispatch-board .timeline .slot-row .slot-cell.hover {
  background: #b6f6ff;
  z-index: 100;
}
:not(.aXNw) .dispatch-board .timeline .slot-row .shift-start-marker,
:not(.aXNw) .dispatch-board .timeline .slot-row .shift-end-marker {
  position: absolute;
  top: 8px;
  margin: 0 0 0 -3px;
  z-index: 6;
  color: #bfbfbf;
}
:not(.aXNw)
  .dispatch-board
  .timeline
  .slot-row
  .technician-bar-and-marker
  .technician-status-change-bar,
:not(.aXNw)
  .dispatch-board
  .timeline
  .slot-row
  .technician-bar-and-marker
  .technician-status-change-bar-shadow {
  position: absolute;
  top: 30px;
  display: inline-block;
  height: 2px;
  z-index: 6;
}
:not(.aXNw)
  .dispatch-board
  .timeline
  .slot-row
  .technician-bar-and-marker
  .technician-status-change-bar.technician-status-change-marker,
:not(.aXNw)
  .dispatch-board
  .timeline
  .slot-row
  .technician-bar-and-marker
  .technician-status-change-bar-shadow.technician-status-change-marker {
  width: 8px;
  height: 8px;
  border-top: none;
}
:not(.aXNw)
  .dispatch-board
  .timeline
  .slot-row
  .technician-bar-and-marker
  .technician-status-change-bar.dispatched,
:not(.aXNw)
  .dispatch-board
  .timeline
  .slot-row
  .technician-bar-and-marker
  .technician-status-change-bar-shadow.dispatched {
  color: #c1c1c1;
}
:not(.aXNw)
  .dispatch-board
  .timeline
  .slot-row
  .technician-bar-and-marker
  .technician-status-change-bar.dispatched.technician-status-change-marker,
:not(.aXNw)
  .dispatch-board
  .timeline
  .slot-row
  .technician-bar-and-marker
  .technician-status-change-bar-shadow.dispatched.technician-status-change-marker {
  background-color: #c1c1c1;
}
:not(.aXNw)
  .dispatch-board
  .timeline
  .slot-row
  .technician-bar-and-marker
  .technician-status-change-bar.dispatched.technician-status-change-marker.technician-status-change-marker,
:not(.aXNw)
  .dispatch-board
  .timeline
  .slot-row
  .technician-bar-and-marker
  .technician-status-change-bar-shadow.dispatched.technician-status-change-marker.technician-status-change-marker {
  width: 8px;
  height: 8px;
  border-top: none;
}
:not(.aXNw)
  .dispatch-board
  .timeline
  .slot-row
  .technician-bar-and-marker
  .technician-status-change-bar.dispatched.bar-line,
:not(.aXNw)
  .dispatch-board
  .timeline
  .slot-row
  .technician-bar-and-marker
  .technician-status-change-bar-shadow.dispatched.bar-line {
  border-top: dotted;
}
:not(.aXNw)
  .dispatch-board
  .timeline
  .slot-row
  .technician-bar-and-marker
  .technician-status-change-bar.working,
:not(.aXNw)
  .dispatch-board
  .timeline
  .slot-row
  .technician-bar-and-marker
  .technician-status-change-bar-shadow.working,
:not(.aXNw)
  .dispatch-board
  .timeline
  .slot-row
  .technician-bar-and-marker
  .technician-status-change-bar.done,
:not(.aXNw)
  .dispatch-board
  .timeline
  .slot-row
  .technician-bar-and-marker
  .technician-status-change-bar-shadow.done {
  background: #4a90e2;
  top: 25px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-clip: content-box !important;
}
:not(.aXNw)
  .dispatch-board
  .timeline
  .slot-row
  .technician-bar-and-marker
  .technician-status-change-bar.working.technician-status-change-marker,
:not(.aXNw)
  .dispatch-board
  .timeline
  .slot-row
  .technician-bar-and-marker
  .technician-status-change-bar-shadow.working.technician-status-change-marker,
:not(.aXNw)
  .dispatch-board
  .timeline
  .slot-row
  .technician-bar-and-marker
  .technician-status-change-bar.done.technician-status-change-marker,
:not(.aXNw)
  .dispatch-board
  .timeline
  .slot-row
  .technician-bar-and-marker
  .technician-status-change-bar-shadow.done.technician-status-change-marker {
  border-radius: 50%;
}
:not(.aXNw)
  .dispatch-board
  .timeline
  .slot-row
  .technician-bar-and-marker
  .technician-status-change-bar.idle,
:not(.aXNw)
  .dispatch-board
  .timeline
  .slot-row
  .technician-bar-and-marker
  .technician-status-change-bar-shadow.idle {
  display: none !important;
}
:not(.aXNw)
  .dispatch-board
  .timeline
  .slot-row
  .technician-bar-and-marker:hover
  .technician-status-change-bar.working.fat-bar,
:not(.aXNw)
  .dispatch-board
  .timeline
  .slot-row
  .technician-bar-and-marker:hover
  .technician-status-change-bar-shadow.working.fat-bar,
:not(.aXNw)
  .dispatch-board
  .timeline
  .slot-row
  .technician-bar-and-marker:hover
  .technician-status-change-bar.done.fat-bar,
:not(.aXNw)
  .dispatch-board
  .timeline
  .slot-row
  .technician-bar-and-marker:hover
  .technician-status-change-bar-shadow.done.fat-bar {
  padding-top: 0px;
  background-clip: content-box !important;
  height: 10px;
}
:not(.aXNw)
  .dispatch-board
  .timeline
  .slot-row
  .technician-bar-and-marker:hover
  .technician-status-change-bar.working.technician-status-change-marker.fat-bar,
:not(.aXNw)
  .dispatch-board
  .timeline
  .slot-row
  .technician-bar-and-marker:hover
  .technician-status-change-bar-shadow.working.technician-status-change-marker.fat-bar,
:not(.aXNw)
  .dispatch-board
  .timeline
  .slot-row
  .technician-bar-and-marker:hover
  .technician-status-change-bar.done.technician-status-change-marker.fat-bar,
:not(.aXNw)
  .dispatch-board
  .timeline
  .slot-row
  .technician-bar-and-marker:hover
  .technician-status-change-bar-shadow.done.technician-status-change-marker.fat-bar {
  width: 10px;
  height: 10px;
  padding-top: 3px;
  background-color: #1360d9;
}
:not(.aXNw)
  .dispatch-board
  .timeline
  .slot-row
  .technician-bar-and-marker:hover
  .technician-status-change-bar.working.technician-status-change-marker.fat-bar.right-marker,
:not(.aXNw)
  .dispatch-board
  .timeline
  .slot-row
  .technician-bar-and-marker:hover
  .technician-status-change-bar-shadow.working.technician-status-change-marker.fat-bar.right-marker,
:not(.aXNw)
  .dispatch-board
  .timeline
  .slot-row
  .technician-bar-and-marker:hover
  .technician-status-change-bar.done.technician-status-change-marker.fat-bar.right-marker,
:not(.aXNw)
  .dispatch-board
  .timeline
  .slot-row
  .technician-bar-and-marker:hover
  .technician-status-change-bar-shadow.done.technician-status-change-marker.fat-bar.right-marker {
  margin-left: -3px;
}
:not(.aXNw)
  .dispatch-board
  .timeline
  .slot-row
  .technician-bar-and-marker:hover
  .technician-status-change-bar.working.technician-status-change-marker.fat-bar.fat-bar.left-marker,
:not(.aXNw)
  .dispatch-board
  .timeline
  .slot-row
  .technician-bar-and-marker:hover
  .technician-status-change-bar-shadow.working.technician-status-change-marker.fat-bar.fat-bar.left-marker,
:not(.aXNw)
  .dispatch-board
  .timeline
  .slot-row
  .technician-bar-and-marker:hover
  .technician-status-change-bar.done.technician-status-change-marker.fat-bar.fat-bar.left-marker,
:not(.aXNw)
  .dispatch-board
  .timeline
  .slot-row
  .technician-bar-and-marker:hover
  .technician-status-change-bar-shadow.done.technician-status-change-marker.fat-bar.fat-bar.left-marker {
  margin-left: 1px;
}
:not(.aXNw) .dispatch-board .timeline .slot-row .appointment,
:not(.aXNw) .dispatch-board .timeline .slot-row .custom-appointment,
:not(.aXNw) .dispatch-board .timeline .slot-row .appointment-shadow {
  position: absolute;
  top: 0;
  cursor: pointer;
  text-decoration: none;
  z-index: 5;
}
:not(.aXNw) .dispatch-board .timeline .slot-row .custom-appointment {
  overflow-x: hidden;
}
:not(.aXNw) .dispatch-board .timeline .slot-row .job-resizable-handle {
  cursor: ew-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
  position: absolute;
  z-index: 90;
  font-size: 0.1px;
  display: block;
}
:not(.aXNw) .dispatch-board .timeline .slot-row .appointment-inner,
:not(.aXNw) .dispatch-board .timeline .slot-row .custom-appointment-inner {
  height: 34px;
  padding: 2px;
  line-height: 22px;
  vertical-align: middle;
  padding-left: 4px;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
:not(.aXNw) .dispatch-board .timeline .slot-row .appointment-inner .label,
:not(.aXNw)
  .dispatch-board
  .timeline
  .slot-row
  .custom-appointment-inner
  .label {
  margin-right: 2px;
}
:not(.aXNw)
  .dispatch-board
  .timeline
  .slot-row
  .appointment-inner.scheduled-confirmed,
:not(.aXNw)
  .dispatch-board
  .timeline
  .slot-row
  .custom-appointment-inner.scheduled-confirmed {
  background-color: #a9d1ff;
  border-radius: 4px;
  z-index: 10;
  opacity: 1;
  filter: alpha(opacity=100);
  box-shadow: inset 0 0 0 2px #2270ee;
}
:not(.aXNw) .dispatch-board .timeline .slot-row .appointment-inner.scheduled,
:not(.aXNw)
  .dispatch-board
  .timeline
  .slot-row
  .custom-appointment-inner.scheduled {
  background-color: #c4eaf8;
  border-radius: 4px;
  z-index: 10;
  opacity: 1;
  filter: alpha(opacity=100);
  box-shadow: inset 0 0 0 2px #77c1de;
}
:not(.aXNw) .dispatch-board .timeline .slot-row .appointment-inner.dispatched,
:not(.aXNw)
  .dispatch-board
  .timeline
  .slot-row
  .custom-appointment-inner.dispatched {
  background-color: #e1c0f5;
  border-radius: 4px;
  z-index: 9;
  opacity: 1;
  filter: alpha(opacity=100);
  box-shadow: inset 0 0 0 2px #cd9ae6;
}
:not(.aXNw) .dispatch-board .timeline .slot-row .appointment-inner.working,
:not(.aXNw)
  .dispatch-board
  .timeline
  .slot-row
  .custom-appointment-inner.working {
  background-color: #b3ec91;
  border-radius: 4px;
  z-index: 8;
  opacity: 1;
  filter: alpha(opacity=100);
  box-shadow: inset 0 0 0 2px #84ca79;
}
:not(.aXNw) .dispatch-board .timeline .slot-row .appointment-inner.done,
:not(.aXNw) .dispatch-board .timeline .slot-row .custom-appointment-inner.done {
  background-color: #f0f0f0;
  border-radius: 4px;
  z-index: 8;
  opacity: 1;
  filter: alpha(opacity=100);
  box-shadow: inset 0 0 0 2px #cccccc;
}
:not(.aXNw)
  .dispatch-board
  .timeline
  .slot-row
  .appointment-inner.done.partially-done,
:not(.aXNw)
  .dispatch-board
  .timeline
  .slot-row
  .custom-appointment-inner.done.partially-done {
  opacity: 0.5;
}
:not(.aXNw) .dispatch-board .timeline .slot-row .appointment-inner.pending,
:not(.aXNw)
  .dispatch-board
  .timeline
  .slot-row
  .custom-appointment-inner.pending {
  background-color: #fdf2cf;
  border-radius: 4px;
  z-index: 8;
  opacity: 1;
  filter: alpha(opacity=100);
  box-shadow: inset 0 0 0 2px #ffcd38;
}
:not(.aXNw)
  .dispatch-board
  .timeline
  .slot-row
  .appointment-inner.pending
  .icon,
:not(.aXNw)
  .dispatch-board
  .timeline
  .slot-row
  .custom-appointment-inner.pending
  .icon {
  margin: 0;
}
:not(.aXNw) .dispatch-board .timeline .slot-row .appointment-inner.pending p,
:not(.aXNw)
  .dispatch-board
  .timeline
  .slot-row
  .custom-appointment-inner.pending
  p {
  color: #3a93d7;
  margin: -8px 0 0 16px;
}
:not(.aXNw) .dispatch-board .timeline .slot-row .appointment-inner.rescheduled,
:not(.aXNw)
  .dispatch-board
  .timeline
  .slot-row
  .custom-appointment-inner.rescheduled {
  background-color: #f0f0f0;
  border-radius: 4px;
  z-index: 8;
  opacity: 1;
  filter: alpha(opacity=100);
  box-shadow: inset 0 0 0 2px #cccccc;
  opacity: 0.5;
}
:not(.aXNw) .dispatch-board .timeline .slot-row .appointment-inner.has-alert,
:not(.aXNw)
  .dispatch-board
  .timeline
  .slot-row
  .custom-appointment-inner.has-alert {
  box-shadow: inset 0 0 0 2px #fc6464;
}
:not(.aXNw)
  .dispatch-board
  .timeline
  .slot-row
  .appointment-inner
  .appointment-count,
:not(.aXNw)
  .dispatch-board
  .timeline
  .slot-row
  .custom-appointment-inner
  .appointment-count {
  color: #5c6c74;
}
:not(.aXNw) .dispatch-board .timeline .slot-row .custom-appointment-inner {
  background-color: #c2bfbf;
  border-radius: 4px;
  z-index: 5;
  opacity: 1;
  filter: alpha(opacity=100);
  box-shadow: inset 0 0 0 2px #525050;
}
:not(.aXNw)
  .dispatch-board
  .timeline
  .slot-row
  .custom-appointment-inner
  .custom-appointment-inner-progress {
  position: absolute;
  left: 0px;
  padding: 2px;
  height: 32px;
  display: contents;
}
:not(.aXNw)
  .dispatch-board
  .timeline
  .slot-row
  .custom-appointment-inner
  .custom-appointment-inner-progress.hide {
  display: none;
}
:not(.aXNw)
  .dispatch-board
  .timeline
  .slot-row
  .custom-appointment-inner
  .custom-appointment-inner-progress
  .progress-item {
  float: left;
  height: 100%;
}
:not(.aXNw)
  .dispatch-board
  .timeline
  .slot-row
  .custom-appointment-inner
  .custom-appointment-inner-progress
  .progress-item.done {
  background: #c2bfbf;
}
:not(.aXNw)
  .dispatch-board
  .timeline
  .slot-row
  .custom-appointment-inner
  .custom-appointment-inner-progress
  .progress-item.left {
  background: #f5f5f5;
}
:not(.aXNw)
  .dispatch-board
  .timeline
  .slot-row
  .custom-appointment-inner
  .custom-appointment-inner-progress
  .progress-item.overflow {
  background: #908b8b;
}
:not(.aXNw)
  .dispatch-board
  .timeline
  .slot-row
  .custom-appointment-inner
  .custom-appointment-name {
  position: absolute;
  left: 6px;
}
:not(.aXNw) .dispatch-board .timeline .slot-row .technician-shift {
  z-index: 2;
  position: absolute;
  height: 100%;
  font-size: 16px;
  overflow: hidden;
  text-align: center;
}
:not(.aXNw) .dispatch-board .timeline .slot-row .technician-shift.OnCall {
  background: peachpuff !important;
}
:not(.aXNw) .dispatch-board .timeline .slot-row .technician-shift.Normal {
  background: #dff0d8 !important;
}
:not(.aXNw) .dispatch-board .timeline .current-time-marker {
  position: absolute;
  top: 0;
  width: 0;
  height: 100%;
  margin-top: -5px;
  border-right: 2px dotted #b3b3b3;
  z-index: 6;
}
:not(.aXNw) .dispatch-board .dispatch-map-filters {
  width: 160px;
  height: 470px;
  border-radius: 0 16px 16px 0;
  background-color: #fcfcfc;
  float: left;
  display: inline-block;
  position: absolute;
  z-index: 200;
  margin-top: 160px;
  padding: 10px;
}
:not(.aXNw) .dispatch-board .dispatch-map-filters > span {
  float: right;
  width: 160px;
  text-align: right;
  margin: 10px;
}
:not(.aXNw) .dispatch-board .dispatch-map-filters ul {
  margin: 0;
}
:not(.aXNw) .dispatch-board .dispatch-map-filters ul li {
  list-style: none;
}
:not(.aXNw) .dispatch-board .dispatch-map-filters ul li label {
  color: #999999;
  text-align: right;
}
:not(.aXNw) .dispatch-board .dispatch-map-filters ul li label span {
  margin-right: 6px;
}
:not(.aXNw) .dispatch-board .dispatch-map-filters ul li label input {
  float: right;
  margin-right: 12px;
}
:not(.aXNw) .dispatch-board .map {
  width: 100%;
  height: 600px;
}
:not(.aXNw) .dispatch-board .map *:focus {
  outline: none;
}
:not(.aXNw) .dispatch-board .zone-badge {
  display: inline-block;
  min-width: 8px;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
:not(.aXNw) .dispatch-board .zone-name {
  display: inline-block;
  width: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
:not(.aXNw) .dispatch-board .scroll-wrapper-outline {
  border-bottom: 1px solid #dfe0e1;
  padding-bottom: 1px;
}
:not(.aXNw) .dispatch-board .scroll-wrapper-outline.bottom {
  padding-top: 1px;
  border-bottom: none;
  padding-bottom: 5px;
}
:not(.aXNw) .dispatch-board .scroll-wrapper-outline.bottom .scroll-wrapper {
  padding-top: 0px;
}
:not(.aXNw) .dispatch-board .scroll-wrapper {
  width: calc(100% - 350px);
  height: 12px;
  overflow-x: scroll;
  overflow-y: hidden;
  position: relative;
  left: 175px;
  padding-bottom: 0px;
  padding-left: 175px;
  padding-top: 6px;
  scrollbar-width: auto;
  -ms-overflow-style: auto;
  /* Custom scrollbar */
}
:not(.aXNw) .dispatch-board .scroll-wrapper div {
  width: 2710px;
  height: 16px;
}
:not(.aXNw) .dispatch-board .scroll-wrapper::-webkit-scrollbar {
  all: unset;
  height: 12px;
  background: #ffffff;
}
:not(.aXNw) .dispatch-board .scroll-wrapper::-webkit-scrollbar-track {
  background: #ffffff;
}
:not(.aXNw) .dispatch-board .scroll-wrapper::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #bfbfbf;
  height: 10px;
}
:not(.aXNw) .dispatch-board .map-toggle {
  float: right;
  margin: 35px 0 15px 0;
}
:not(.aXNw) .dispatch-board .map-toggle a:hover {
  background: #eef1f3;
}
:not(.aXNw) .dispatch-board .map-toggle i {
  color: #76869e;
  font-size: 18px;
  cursor: pointer;
}
:not(.aXNw) .dispatch-board .empty-map-container {
  background: #e1e6ea;
  height: 110px;
  text-align: center;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}
:not(.aXNw) .dispatch-board .empty-map-container a {
  position: relative;
  top: 40%;
  background: white;
}
:not(.aXNw) .dispatch-board .map-toggle-button {
  border: 1px solid #e8ecee;
  border-radius: 3px;
  color: #354052;
  padding: 4px 15px;
  font-weight: 600;
}
:not(.aXNw) .dispatch-board #warning {
  position: absolute;
  top: 0;
  right: 20px;
  width: 300px;
  z-index: 1000;
  display: none;
}
:not(.aXNw) .dispatch-board .flyout-pane__content,
:not(.aXNw) .dispatch-board .flyout-pane__header {
  width: 620px;
  box-sizing: border-box;
}
:not(.aXNw) .dispatch-board .flyout-pane__header {
  height: 50px;
}
:not(.aXNw) .dispatch-board .material-icons {
  font-family: Material Icons;
  font-size: 14px;
  vertical-align: bottom;
}
:not(.aXNw) .dispatch-mass-send-message-view .avatar {
  width: 24px;
  height: 24px;
}
:not(.aXNw) .dispatch-mass-send-message-view textarea {
  width: 912px;
  margin-bottom: 10px;
}
:not(.aXNw) .dispatch-mass-send-message-view td,
:not(.aXNw) .dispatch-mass-send-message-view th {
  padding: 4px 8px 1px 0;
}
:not(.aXNw) .dispatch-mass-send-message-view td:not(:first-child) {
  vertical-align: middle;
}
:not(.aXNw) .dispatch-mass-send-message-view td:last-of-type,
:not(.aXNw) .dispatch-mass-send-message-view th:last-of-type {
  padding-right: 0;
}
:not(.aXNw) .dispatch-mass-send-message-view th {
  font-weight: bold;
  padding-bottom: 5px;
}
:not(.aXNw) .dispatch-mass-send-message-view th label {
  font-weight: bold;
  margin-bottom: 0;
}
:not(.aXNw) .dispatch-mass-send-message-view th span.business-unit {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 0;
}
:not(.aXNw) .dispatch-mass-send-message-view th span.input-icon {
  color: #000;
}
:not(.aXNw) .dispatch-mass-send-message-view th .toolbar {
  font-weight: normal;
}
:not(.aXNw) .dispatch-configuration-screen {
  margin: -15px -20px 0;
  overflow: hidden;
}
:not(.aXNw) .dispatch-configuration-screen h1 {
  margin-bottom: 0;
}
:not(.aXNw) .dispatch-configuration-screen .toolbar {
  height: 30px;
}
:not(.aXNw) .dispatch-configuration-screen .toolbar .control-group {
  margin-bottom: 10px;
}
:not(.aXNw) .dispatch-configuration-screen table {
  width: 100%;
}
:not(.aXNw) .dispatch-configuration-screen tr.tech-row:first-of-type td {
  padding-top: 9px;
}
:not(.aXNw) .dispatch-configuration-screen td,
:not(.aXNw) .dispatch-configuration-screen th {
  padding: 4px 8px 1px 0px;
}
:not(.aXNw) .dispatch-configuration-screen td .memo,
:not(.aXNw) .dispatch-configuration-screen th .memo {
  min-height: 20px;
  width: 300px;
  resize: vertical;
}
:not(.aXNw) .dispatch-configuration-screen td .shift-start,
:not(.aXNw) .dispatch-configuration-screen th .shift-start,
:not(.aXNw) .dispatch-configuration-screen td .shift-end,
:not(.aXNw) .dispatch-configuration-screen th .shift-end {
  width: 68px;
}
:not(.aXNw) .dispatch-configuration-screen td:last-of-type,
:not(.aXNw) .dispatch-configuration-screen th:last-of-type {
  padding: 4px 0 1px 0;
}
:not(.aXNw) .dispatch-configuration-screen th {
  font-weight: bold;
  color: #999;
  border-bottom: 1px solid #ddd;
}
:not(.aXNw) .dispatch-configuration-screen th label {
  font-weight: bold;
  margin-bottom: 0;
}
:not(.aXNw) .dispatch-configuration-screen td.name {
  line-height: 18px;
}
:not(.aXNw) .dispatch-configuration-screen .nav {
  position: fixed;
  height: 100%;
  background: #ffffff;
  width: 240px;
  padding: 16px;
  display: inline-block;
  border-right: 1px solid #dfe0e1;
  box-sizing: border-box;
}
:not(.aXNw) .dispatch-configuration-screen .nav h3 {
  padding: 8px;
  margin: 0;
  font-family: Sofia Pro;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 125%;
  margin-bottom: 16px;
}
:not(.aXNw) .dispatch-configuration-screen .nav ul {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  width: 100%;
}
:not(.aXNw) .dispatch-configuration-screen .nav ul li {
  list-style: none;
  display: flex;
  padding: 7px 8px;
  margin: 0;
  align-items: center;
  cursor: pointer;
  font-family: Nunito Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #141414;
  border-radius: 3px;
  height: 34px;
  box-sizing: border-box;
}
:not(.aXNw) .dispatch-configuration-screen .nav ul li.selected {
  background-color: #e0f2ff;
  color: #0265dc;
  font-weight: 700;
}
:not(.aXNw) .dispatch-configuration-screen .content {
  margin-left: 240px;
  margin-bottom: 72px;
  padding: 24px 56px;
  overflow-y: auto;
  position: relative;
}
:not(.aXNw) .dispatch-configuration-screen .content .footer {
  width: calc(100% - 240px);
  height: 72px;
  border-top: 1px solid #dfe0e1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-left: 240px;
  padding: 16px 24px;
  box-sizing: border-box;
  position: fixed;
  left: 0;
  bottom: 0;
  background: #fcfcfc;
}
:not(.aXNw) .dispatch-configuration-screen .content .footer .button {
  text-align: center;
  font-family: Nunito Sans;
  font-size: 16px;
  font-style: normal;
  line-height: 16px;
}
:not(.aXNw) .dispatch-configuration-screen .content .footer .basic {
  font-weight: 600;
  background-color: #eeeeee;
  color: #444445;
  margin-right: 16px;
}
:not(.aXNw) .dispatch-configuration-screen .content .footer .primary {
  font-weight: 600;
  background-color: #0265dc;
  color: #ffffff;
  margin-right: 0;
}
:not(.aXNw) .dispatch-configuration-screen .content h2 {
  color: #141414;
  font-family: Sofia Pro;
  font-size: 26px;
  font-style: normal;
  font-weight: 800;
  line-height: 125%;
  letter-spacing: -0.13px;
  margin: 0 0 24px 0;
}
:not(.aXNw) .dispatch-configuration-screen .content .board-appearance .controls,
:not(.aXNw) .dispatch-configuration-screen .content .notifications .controls,
:not(.aXNw)
  .dispatch-configuration-screen
  .content
  .technician-route
  .controls {
  margin-left: 300px;
}
:not(.aXNw)
  .dispatch-configuration-screen
  .content
  .board-appearance
  .control-label,
:not(.aXNw)
  .dispatch-configuration-screen
  .content
  .notifications
  .control-label,
:not(.aXNw)
  .dispatch-configuration-screen
  .content
  .technician-route
  .control-label {
  width: auto;
}
:not(.aXNw)
  .dispatch-configuration-screen
  .content
  .board-appearance
  .ui.fluid.dropdown,
:not(.aXNw)
  .dispatch-configuration-screen
  .content
  .notifications
  .ui.fluid.dropdown,
:not(.aXNw)
  .dispatch-configuration-screen
  .content
  .technician-route
  .ui.fluid.dropdown {
  width: 400px;
}
:not(.aXNw)
  .dispatch-configuration-screen
  .content
  .job-details-flyout
  .jef-section-heading {
  color: #141414;
  font-family: Nunito Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
:not(.aXNw)
  .dispatch-configuration-screen
  .content
  .job-details-flyout
  .jef-control-group {
  display: flex;
  flex-direction: row;
}
:not(.aXNw)
  .dispatch-configuration-screen
  .content
  .job-details-flyout
  .jef-control-group
  .jef-control-label {
  padding-top: 0px;
  width: auto;
  text-align: left;
  padding-right: 72px;
  font-family: Nunito Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
:not(.aXNw)
  .dispatch-configuration-screen
  .content
  .job-details-flyout
  .jef-control-group
  .jef-controls {
  display: flex;
  flex-direction: column;
  margin-left: 0px;
}
:not(.aXNw)
  .dispatch-configuration-screen
  .content
  .job-details-flyout
  .jef-control-group
  .jef-controls
  .jef-input-label {
  color: #141414;
  font-family: Nunito Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
:not(.aXNw)
  .dispatch-configuration-screen
  .content
  .tech-management
  .ui.fluid.dropdown {
  width: 400px;
}
:not(.aXNw)
  .dispatch-configuration-screen
  .content
  .tech-management
  .input-icon[class*=" icon-"]:before {
  z-index: 0;
}
:not(.aXNw) .invoice-numbers-screen a.remove-item {
  display: inline-block;
  color: #c7c7c7;
}
:not(.aXNw) .invoice-numbers-screen a.remove-item i {
  font-size: 18px;
}
:not(.aXNw) .invoice-numbers-screen a.remove-item :hover {
  color: #363636;
}
:not(.aXNw) .invoice-numbers-screen .assignment-history .col1,
:not(.aXNw) .invoice-numbers-screen .voided-invoices .col1 {
  width: 100px;
}
:not(.aXNw) .invoice-numbers-screen .assignment-history .col2,
:not(.aXNw) .invoice-numbers-screen .voided-invoices .col2 {
  width: 70px;
}
:not(.aXNw) .invoice-numbers-screen .assignment-history .col3,
:not(.aXNw) .invoice-numbers-screen .voided-invoices .col3 {
  width: 80px;
}
:not(.aXNw) .invoice-numbers-screen .assignment-history .col4,
:not(.aXNw) .invoice-numbers-screen .voided-invoices .col4 {
  width: 80px;
}
:not(.aXNw) .invoice-numbers-screen .assignment-history .colRemove,
:not(.aXNw) .invoice-numbers-screen .voided-invoices .colRemove {
  width: 1px;
}
:not(.aXNw) .invoice-numbers-screen .assignment-history .col5 {
  width: 80px;
}
:not(.aXNw) .invoice-numbers-screen .assignment-history .col6 {
  width: 80px;
}
:not(.aXNw) .invoice-numbers-screen .assignment-history .col7 {
  width: 80px;
}
:not(.aXNw) .invoice-numbers-screen .assignment-history .col8 {
  width: 80px;
}
:not(.aXNw) body > .appointment.ui-draggable-dragging {
  border: 1px solid #000;
  background: azure;
  z-index: 1000;
  height: 28px;
}
:not(.aXNw) .edit-appointment form {
  margin: 0;
}
:not(.aXNw) .edit-appointment input[name="StartDate"],
:not(.aXNw) .edit-appointment input[name="EndDate"] {
  width: 82px;
}
:not(.aXNw) .edit-appointment input[name="StartTime"],
:not(.aXNw) .edit-appointment input[name="EndTime"] {
  width: 82px;
}
:not(.aXNw) .edit-appointment select[name="TimesheetCodes"],
:not(.aXNw) .edit-appointment select[name="TechnicianIds"] {
  width: 244px;
}
:not(.aXNw) .edit-appointment .modal-body {
  max-height: 1000px;
  width: 1000px;
  overflow: visible;
}
:not(.aXNw) .edit-appointment .modal-body .alert {
  width: 477px;
}
:not(.aXNw) .edit-appointment-definition form {
  margin: 0;
}
:not(.aXNw) .edit-appointment-definition input[name="StartDate"],
:not(.aXNw) .edit-appointment-definition input[name="EndDate"] {
  width: 82px;
}
:not(.aXNw) .edit-appointment-definition input[name="StartTime"],
:not(.aXNw) .edit-appointment-definition input[name="EndTime"] {
  width: 82px;
}
:not(.aXNw) .edit-appointment-definition select[name="TimesheetCodes"],
:not(.aXNw) .edit-appointment-definition select[name="TechnicianIds"] {
  width: 244px;
}
:not(.aXNw) .edit-appointment-definition .modal-body {
  max-height: 1000px;
  width: 1000px;
  overflow: visible;
}
:not(.aXNw) .edit-appointment-definition .modal-body .alert {
  width: 477px;
}
:not(.aXNw) .popover {
  max-width: 400px;
}
:not(.aXNw) .popover .popover-title span:first-of-type {
  display: inline-block;
}
:not(.aXNw) .popover .popover-title span:first-of-type strong {
  display: block;
  white-space: normal;
  max-width: 200px;
}
:not(.aXNw) .popover .popover-title span:last-of-type {
  float: right;
  margin-right: 10px;
}
:not(.aXNw) .popover .popover-content label.job-summary-label {
  font-weight: bold;
}
:not(.aXNw) .popover .popover-content label {
  padding: 0;
  display: inline;
  font-weight: 600;
}
:not(.aXNw) .popover .popover-content .paused {
  width: 373px;
  height: 29px;
  line-height: 29px;
  border-radius: 3px;
  padding-left: 4px;
  background-color: #fff4c7;
}
:not(.aXNw) .popover .popover-content .paused i:before {
  content: "\f06a";
}
:not(.aXNw) .popover .popover-content .paused span:before {
  content: "Paused. Make sure to re-dispatch to start again.";
}
:not(.aXNw) .popover .popover-content .partially-done {
  width: 373px;
  height: 29px;
  line-height: 29px;
  border-radius: 3px;
  padding-left: 4px;
}
:not(.aXNw) .popover .popover-content .partially-done.pending {
  background-color: #fff4c7;
}
:not(.aXNw) .popover .popover-content .partially-done.pending i:before {
  content: "\f06a";
}
:not(.aXNw)
  .popover
  .popover-content
  .partially-done.pending.show-reschedule-message
  span:before {
  content: "Done for now. Make sure to schedule a follow-up.";
}
:not(.aXNw)
  .popover
  .popover-content
  .partially-done.pending.no-reschedule-message
  span:before {
  content: "Done for now.";
}
:not(.aXNw) .popover .popover-content .partially-done.rescheduled {
  background-color: #eaf6fa;
}
:not(.aXNw) .popover .popover-content .partially-done.rescheduled i:before {
  content: "\f017";
}
:not(.aXNw) .popover .popover-content .partially-done.rescheduled span:before {
  content: "Done for now. Follow-up already scheduled.";
}
:not(.aXNw) .popover .popover-content .partially-done.done {
  background-color: #eeeeee;
}
:not(.aXNw) .popover .popover-content .partially-done.done i:before {
  content: "\f046";
}
:not(.aXNw) .popover .popover-content .partially-done.done span:before {
  content: "This job was divided into muliple sessions.";
}
:not(.aXNw) .popover .popover-content .has-alert {
  width: 373px;
  min-height: 29px;
  line-height: 29px;
  border-radius: 3px;
  padding-left: 4px;
  background-color: #ffdbdb;
}
:not(.aXNw) .popover .popover-content .has-alert i:before {
  content: "\f06a";
}
:not(.aXNw) .popover .arrow {
  display: none;
}
:not(.aXNw) .transparent-background {
  background-color: transparent !important;
}
:not(.aXNw) table.dispatch-submitted-forms tr .muted {
  font-size: 12px;
  line-height: 12px;
  height: 12px;
  margin-left: 5px;
  visibility: hidden;
}
:not(.aXNw) table.dispatch-submitted-forms tr td:hover .muted {
  visibility: visible;
}
:not(.aXNw) table.dispatch-submitted-forms tr .short-cell {
  width: 20px;
}
:not(.aXNw) table.dispatch-submitted-forms tr .forms-cell {
  width: 100px;
}
:not(.aXNw) .edit-non-job-purchase-order-view .readonly-input {
  padding-top: 5px;
}
:not(.aXNw) .edit-non-job-purchase-order-view .address {
  color: #b2b2b2;
}
:not(.aXNw) .technician-menu .material-icons {
  font-family: Material Icons;
  font-size: 14px;
  vertical-align: bottom;
}
:not(.aXNw) .technician-menu .technician-menu-option a {
  font-weight: normal !important;
}
:not(.aXNw) .team-container {
  display: block;
  background-color: #fefefe;
}
:not(.aXNw) .team-container-collapsed {
  display: none;
}

:not(.aXNw) .clearfix {
  *zoom: 1;
}
:not(.aXNw) .clearfix:before,
:not(.aXNw) .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
:not(.aXNw) .clearfix:after {
  clear: both;
}
:not(.aXNw) .hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
:not(.aXNw) .input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
:not(.aXNw) .availability-reskin {
  /* Timeline */
}
:not(.aXNw) .availability-reskin .team-timeline {
  background: #eee;
}
:not(.aXNw) .availability-reskin .technicians .technician {
  border-bottom: 1px solid #dfe0e1;
}
:not(.aXNw) .availability-reskin .timeline {
  /* Slots */
}
:not(.aXNw) .availability-reskin .timeline .slot-row {
  background: #eee;
  /* Bars that indicate technician status changes */
}
:not(.aXNw) .availability-reskin .timeline .slot-row .slot-cell {
  border-bottom: 1px solid #dfe0e1;
}
:not(.aXNw) .availability-reskin .timeline .slot-row .slot-cell.time-off {
  background: none;
}
:not(.aXNw) .availability-reskin .timeline .slot-row .slot-cell.hover {
  background: #b6f6ff;
}
:not(.aXNw)
  .availability-reskin
  .timeline
  .slot-row
  .technician-bar-and-marker
  .technician-status-change-bar.dispatched,
:not(.aXNw)
  .availability-reskin
  .timeline
  .slot-row
  .technician-bar-and-marker
  .technician-status-change-bar-shadow.dispatched {
  color: #999;
}
:not(.aXNw)
  .availability-reskin
  .timeline
  .slot-row
  .technician-bar-and-marker
  .technician-status-change-bar.dispatched.technician-status-change-marker,
:not(.aXNw)
  .availability-reskin
  .timeline
  .slot-row
  .technician-bar-and-marker
  .technician-status-change-bar-shadow.dispatched.technician-status-change-marker {
  background: #999;
}
:not(.aXNw)
  .availability-reskin
  .timeline
  .slot-row
  .technician-bar-and-marker
  .technician-status-change-bar.working,
:not(.aXNw)
  .availability-reskin
  .timeline
  .slot-row
  .technician-bar-and-marker
  .technician-status-change-bar-shadow.working {
  background: #3684f5;
}
:not(.aXNw) .availability-reskin .timeline .slot-row .appointment-inner,
:not(.aXNw) .availability-reskin .timeline .slot-row .custom-appointment-inner {
  background-color: #f6f6f6;
}
:not(.aXNw)
  .availability-reskin
  .timeline
  .slot-row
  .appointment-inner.scheduled-confirmed,
:not(.aXNw)
  .availability-reskin
  .timeline
  .slot-row
  .custom-appointment-inner.scheduled-confirmed {
  background-color: #a9d1ff;
  border-radius: 4px;
  z-index: 10;
  opacity: 1;
  filter: alpha(opacity=100);
}
:not(.aXNw)
  .availability-reskin
  .timeline
  .slot-row
  .appointment-inner.scheduled,
:not(.aXNw)
  .availability-reskin
  .timeline
  .slot-row
  .custom-appointment-inner.scheduled {
  background-color: #c4eaf8;
  border-radius: 4px;
  z-index: 10;
  opacity: 1;
  filter: alpha(opacity=100);
}
:not(.aXNw)
  .availability-reskin
  .timeline
  .slot-row
  .appointment-inner.dispatched,
:not(.aXNw)
  .availability-reskin
  .timeline
  .slot-row
  .custom-appointment-inner.dispatched {
  background-color: #e1c0f5;
  border-radius: 4px;
  z-index: 9;
  opacity: 1;
  filter: alpha(opacity=100);
}
:not(.aXNw) .availability-reskin .timeline .slot-row .appointment-inner.working,
:not(.aXNw)
  .availability-reskin
  .timeline
  .slot-row
  .custom-appointment-inner.working {
  background-color: #b3ec91;
  border-radius: 4px;
  z-index: 8;
  opacity: 1;
  filter: alpha(opacity=100);
}
:not(.aXNw) .availability-reskin .timeline .slot-row .appointment-inner.done,
:not(.aXNw)
  .availability-reskin
  .timeline
  .slot-row
  .custom-appointment-inner.done {
  background-color: #f0f0f0;
  border-radius: 4px;
  z-index: 8;
  opacity: 1;
  filter: alpha(opacity=100);
}
:not(.aXNw)
  .availability-reskin
  .timeline
  .slot-row
  .appointment-inner.done.partially-done,
:not(.aXNw)
  .availability-reskin
  .timeline
  .slot-row
  .custom-appointment-inner.done.partially-done {
  opacity: 0.5;
}
:not(.aXNw) .availability-reskin .timeline .slot-row .appointment-inner.pending,
:not(.aXNw)
  .availability-reskin
  .timeline
  .slot-row
  .custom-appointment-inner.pending {
  background-color: #fdf2cf;
  border-radius: 4px;
  z-index: 8;
  opacity: 1;
  filter: alpha(opacity=100);
}
:not(.aXNw)
  .availability-reskin
  .timeline
  .slot-row
  .appointment-inner.rescheduled,
:not(.aXNw)
  .availability-reskin
  .timeline
  .slot-row
  .custom-appointment-inner.rescheduled {
  background-color: #f0f0f0;
  border-radius: 4px;
  z-index: 8;
  opacity: 1;
  filter: alpha(opacity=100);
  opacity: 0.5;
}
:not(.aXNw) .availability-reskin .timeline .slot-row .custom-appointment-inner {
  color: #fff;
  background-color: #788287;
  border-radius: 4px;
  z-index: 5;
  opacity: 1;
  filter: alpha(opacity=100);
}
:not(.aXNw)
  .availability-reskin
  .timeline
  .slot-row
  .custom-appointment-inner
  .custom-appointment-inner-progress
  .progress-item.done {
  background: #6c767a;
}
:not(.aXNw)
  .availability-reskin
  .timeline
  .slot-row
  .custom-appointment-inner
  .custom-appointment-inner-progress
  .progress-item.left {
  background: #838c91;
}
:not(.aXNw)
  .availability-reskin
  .timeline
  .slot-row
  .custom-appointment-inner
  .custom-appointment-inner-progress
  .progress-item.overflow {
  background: #5b6367;
}
:not(.aXNw) .availability-reskin .timeline .slot-row .technician-shift.Normal {
  background: #fff !important;
}
:not(.aXNw) .availability-reskin .timeline .slot-row .technician-shift.TimeOff {
  background: #c4ced4;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px !important;
  text-transform: uppercase;
  z-index: 3;
}

html:not(.aXNw) {
  height: 100%;
}
:not(.aXNw) body {
  height: 100%;
  margin: 0;
  padding: 0;
}
:not(.aXNw) .map {
  height: 100%;
}
:not(.aXNw) .dispatch-map-filters {
  width: 263px;
  height: 774px;
  border-radius: 0 16px 16px 0;
  background-color: rgba(255, 255, 255, 0.84);
  display: inline-block;
  z-index: 1000;
  padding: 10px;
}
:not(.aXNw) .dispatch-map-filters #mini-calendar {
  margin-left: 22px;
}
:not(.aXNw) .dispatch-map-filters > span {
  float: right;
  width: 210px;
  text-align: right;
  margin: 10px;
}
:not(.aXNw) .dispatch-map-filters li {
  list-style: none;
}
:not(.aXNw) .dispatch-map-filters li label {
  color: #999999;
}
:not(.aXNw) .dispatch-map-filters li label input {
  float: right;
  margin-right: 12px;
}
:not(.aXNw) #full-screen-dispatch-map-filters {
  left: 0;
  top: 90px;
  position: fixed;
  margin-top: 0;
}
:not(.aXNw) #full-screen-map {
  width: 100%;
  height: 100%;
  position: fixed !important;
  left: 0;
  top: 0;
  z-index: 999;
}
:not(.aXNw) #full-screen-map *:focus {
  outline: none;
}
:not(.aXNw) #full-screen-map .esri-ui-bottom-right {
  bottom: 30px;
}
:not(.aXNw) .esri-view .esri-view-root {
  height: 100%;
}
:not(.aXNw) #container {
  clip: auto !important;
}

:not(.aXNw) .clearfix {
  *zoom: 1;
}
:not(.aXNw) .clearfix:before,
:not(.aXNw) .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
:not(.aXNw) .clearfix:after {
  clear: both;
}
:not(.aXNw) .hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
:not(.aXNw) .input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
:not(.aXNw) .calendar-board {
  width: 100vw;
  max-width: 100%;
  left: 0;
  margin: 0;
}
:not(.aXNw) .calendar-board .span3 {
  max-width: 240px;
  width: 20%;
  position: absolute;
  left: var(--nav-offset-left);
}
:not(.aXNw) .calendar-board .span3 .filter {
  margin-top: 15px;
}
:not(.aXNw) .calendar-board .span3 .filter .datepicker {
  border: solid 1px #b9b9b9;
  padding: 0;
}
:not(.aXNw) .calendar-board .span3 .filter .zone-name .zone-badge {
  float: left;
  width: 12px;
  height: 12px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin: 6px 6px 0 0;
}
:not(.aXNw) .calendar-board .span3 .filter .technicians .technician {
  position: relative;
  padding-bottom: 12px;
  /* Borders around avatar that indicate technician's status */
}
:not(.aXNw) .calendar-board .span3 .filter .technicians .technician .avatar {
  width: 26px;
  height: 26px;
  border-width: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  float: left;
  margin-right: 10px;
}
:not(.aXNw) .calendar-board .span3 .filter .technicians .technician .duration {
  position: absolute;
  left: 50px;
  top: 26px;
  width: 130px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #999;
  font-size: 11px;
  display: block;
  line-height: 100%;
}
:not(.aXNw) .calendar-board .span3 .filter .technicians .technician .name {
  margin: 4px 0;
  width: 220px;
  font-size: 12px;
}
:not(.aXNw)
  .calendar-board
  .span3
  .filter
  .technicians
  .technician.idle
  .avatar {
  border-color: #d9d9d9;
}
:not(.aXNw)
  .calendar-board
  .span3
  .filter
  .technicians
  .technician.dispatched
  .avatar {
  border-color: #aa66cc;
}
:not(.aXNw)
  .calendar-board
  .span3
  .filter
  .technicians
  .technician.working
  .avatar {
  border-color: #99cc00;
}
:not(.aXNw)
  .calendar-board
  .span3
  .filter
  .technicians
  .technician.meal
  .avatar {
  border-color: #cc9900;
}
:not(.aXNw)
  .calendar-board
  .span3
  .filter
  .technicians
  .technician
  .zone-badge {
  display: block;
  position: absolute;
  left: 30px;
  top: 22px;
  float: left;
  width: 12px;
  height: 12px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin: 6px 6px 0 0;
}
:not(.aXNw) .calendar-board .span3 .filter .modes .ms-select-all .filter-input {
  display: none;
}
:not(.aXNw) .calendar-board .span3 .filter .modes .ms-select-all label span {
  margin: 0 !important;
}
:not(.aXNw)
  .calendar-board
  .span3
  .filter
  .select2-container-multi
  .select2-choices
  .select2-search-choice {
  margin: 3px 0 3px 3px;
}
:not(.aXNw) .calendar-board .span3 .filter .select2-container-multi {
  width: 220px;
}
:not(.aXNw)
  .calendar-board
  .span3
  .filter
  .select2-container-multi
  ul.select2-choices {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-color: #ccc;
  background-image: none;
}
:not(.aXNw)
  .calendar-board
  .span3
  .filter
  .select2-container-multi
  ul.select2-choices
  .select2-search-field
  input {
  padding: 3px 5px 3px 5px;
}
:not(.aXNw) .calendar-board .span3 .filter div.filter {
  margin-bottom: 10px;
}
:not(.aXNw) .calendar-board .span3 .filter div.filter .header {
  width: 220px;
}
:not(.aXNw) .calendar-board .span3 .filter div.filter .header span.title {
  color: #333;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.9px;
  line-height: 28px;
}
:not(.aXNw)
  .calendar-board
  .span3
  .filter
  div.filter
  .header
  .btn-link.btn-clear {
  color: #999;
  font-size: 11px;
  font-weight: 400;
  float: right;
}
:not(.aXNw)
  .calendar-board
  .span3
  .filter
  div.filter
  .header
  .btn-link.btn-clear:hover {
  color: #333;
}
:not(.aXNw) .calendar-board .span3 .filter div.filter .ms-drop.bottom {
  top: 0 !important;
  z-index: 100;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);
  height: 290px;
}
:not(.aXNw)
  .calendar-board
  .span3
  .filter
  div.filter
  .ms-drop.bottom
  .custom-title {
  height: 36px;
  line-height: 36px;
  border-bottom: solid 1px #f2f2f2;
}
:not(.aXNw)
  .calendar-board
  .span3
  .filter
  div.filter
  .ms-drop.bottom
  .custom-title
  span {
  width: 200px;
  margin-left: 10px;
  color: #00cbeb;
}
:not(.aXNw)
  .calendar-board
  .span3
  .filter
  div.filter
  .ms-drop.bottom
  .custom-title
  button {
  float: right;
  margin: 4px;
  height: 25px;
  width: 48px;
  padding: 0;
}
:not(.aXNw) .calendar-board .span3 .filter div.filter .ms-drop.bottom ul {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
:not(.aXNw) .calendar-board .span3 .filter div.filter .ms-drop.bottom ul li {
  border-bottom: solid 1px #f2f2f2;
  display: flex;
}
:not(.aXNw)
  .calendar-board
  .span3
  .filter
  div.filter
  .ms-drop.bottom
  ul
  li
  input[type="checkbox"] {
  visibility: hidden;
  width: 0px;
}
:not(.aXNw)
  .calendar-board
  .span3
  .filter
  div.filter
  .ms-drop.bottom
  ul
  li
  label {
  word-wrap: break-word;
  word-break: break-word;
  width: 100%;
  padding: 6px 10px;
}
:not(.aXNw)
  .calendar-board
  .span3
  .filter
  div.filter
  .ms-drop.bottom
  ul
  li
  label
  span {
  float: left;
  width: 160px;
  white-space: normal;
}
:not(.aXNw)
  .calendar-board
  .span3
  .filter
  div.filter
  .ms-drop.bottom
  ul
  li
  label:after {
  font-family: FontAwesome;
  content: "\f096";
  color: #9b9b9b;
  float: right;
}
:not(.aXNw)
  .calendar-board
  .span3
  .filter
  div.filter
  .ms-drop.bottom
  ul
  li.ms-select-all {
  padding: 0;
}
:not(.aXNw)
  .calendar-board
  .span3
  .filter
  div.filter
  .ms-drop.bottom
  ul
  li.ms-select-all
  .filter-input {
  margin: 4px 0 4px 6px;
  width: 122px;
  height: 30px !important;
  border-radius: 4px;
  border: solid 1px #e2e2e2;
}
:not(.aXNw)
  .calendar-board
  .span3
  .filter
  div.filter
  .ms-drop.bottom
  ul
  li.ms-select-all
  label
  span {
  width: 24px;
  margin-left: 24px;
}
:not(.aXNw)
  .calendar-board
  .span3
  .filter
  div.filter
  .ms-drop.bottom
  ul
  .selected
  label:after,
:not(.aXNw)
  .calendar-board
  .span3
  .filter
  div.filter
  .ms-drop.bottom
  ul
  .selected-all
  label:after {
  font-family: FontAwesome;
  content: "\f14a";
  color: #00cbeb;
  float: right;
}
:not(.aXNw)
  .calendar-board
  .span3
  .filter
  div.filter
  .ms-drop.bottom
  ul
  .technician
  span {
  margin: 0;
  float: none;
}
:not(.aXNw) .calendar-board .span3 .filter .selected-items {
  width: 220px;
  max-height: 200px;
  overflow-y: auto;
  margin-top: 6px;
}
:not(.aXNw) .calendar-board .span3 .filter .selected-items > div {
  min-height: 22px;
}
:not(.aXNw) .calendar-board .span3 .filter .selected-items .technician {
  height: 40px;
  width: 188px;
  line-height: 20px;
}
:not(.aXNw)
  .calendar-board
  .span3
  .filter
  .selected-items
  .technician
  .duration {
  left: 40px;
  top: 16px;
}
:not(.aXNw)
  .calendar-board
  .span3
  .filter
  .selected-items
  .technician
  .icon-remove {
  margin-top: 6px;
}
:not(.aXNw) .calendar-board .span3 .filter .selected-items .icon-remove {
  float: right;
  color: #da625b;
  cursor: pointer;
  margin-right: 6px;
}
:not(.aXNw) .calendar-board .span3 .filter .ms-parent .placeholder {
  color: #000;
}
:not(.aXNw) .calendar-board .span3 .filter ::-webkit-scrollbar {
  width: 6px;
}
:not(.aXNw) .calendar-board .span3 .filter ::-webkit-scrollbar-track-piece {
  background: #f2f2f2;
}
:not(.aXNw) .calendar-board .span3 .filter ::-webkit-scrollbar-thumb {
  background: #d0d0d0;
  border-radius: 10px;
}
:not(.aXNw) .calendar-board .projects .filter-input-wrapper {
  width: 220px;
  padding-left: 0;
  z-index: 1;
}
:not(.aXNw)
  .calendar-board
  .projects
  .filter-input-wrapper
  #search-project-div {
  position: absolute;
  right: 0;
  height: 25px;
  width: 30px;
}
:not(.aXNw)
  .calendar-board
  .projects
  .filter-input-wrapper
  #search-project-div:hover {
  cursor: pointer;
}
:not(.aXNw) .calendar-board .projects .filter-input-wrapper #project-id-input {
  width: 220px;
  height: 25px !important;
}
:not(.aXNw) .calendar-board .projects .error-message {
  color: red;
}
:not(.aXNw) .calendar-board .projects .error-message.project-error {
  white-space: initial;
}
:not(.aXNw) .calendar-board .calendar {
  width: calc(100% - 280px - var(--nav-offset-left));
  min-width: 700px;
  position: absolute;
  left: calc(260px + var(--nav-offset-left));
  margin-right: 20px;
}
:not(.aXNw) .calendar-board .calendar .fc-scroller.fc-time-grid-container {
  height: auto !important;
}
:not(.aXNw) .calendar-board .calendar .event-appointment .fc-event,
:not(.aXNw) .calendar-board .calendar .event-appointment.fc-event {
  border-color: #ff7f00;
  background-color: #ff7f00;
}
:not(.aXNw) .calendar-board .calendar .event-job .fc-event,
:not(.aXNw) .calendar-board .calendar .event-job.fc-event {
  border-color: green;
  background-color: green;
}
:not(.aXNw) .calendar-board .calendar .event-custom-appointment .fc-event,
:not(.aXNw) .calendar-board .calendar .event-custom-appointment.fc-event {
  border-color: #c2bfbf;
  background-color: #c2bfbf;
}
:not(.aXNw) .calendar-board .calendar span.event-job-type {
  font-weight: normal;
  padding: 0px 1px;
}
:not(.aXNw) .calendar-board .calendar span.event-technicians {
  font-weight: bolder;
  margin-right: 3px;
}
:not(.aXNw) .calendar-board .calendar div.event-job-type {
  max-height: 16px;
  overflow: hidden;
}
:not(.aXNw) .calendar-board .calendar .event-description {
  overflow: hidden;
  max-height: 32px;
  padding: 0px 1px;
}
:not(.aXNw) .calendar-board .calendar .fc-content .event-dismiss-appointment {
  position: absolute;
  font-size: 16px;
  padding: 2px;
  color: #555;
  top: 0;
  right: 0;
  display: none;
}
:not(.aXNw)
  .calendar-board
  .calendar
  .fc-content
  .event-dismiss-appointment:hover {
  color: #333;
  font-size: 18px;
}
:not(.aXNw)
  .calendar-board
  .calendar
  .fc-content:hover
  .event-dismiss-appointment {
  display: block;
}
:not(.aXNw) .calendar-board .calendar .fc-content .fc-title {
  font-weight: bolder;
}
:not(.aXNw) .calendar-board .calendar .fc-event {
  font-size: 11px;
  line-height: 16px;
  cursor: pointer;
}
:not(.aXNw) .calendar-board .calendar .fc-button-next,
:not(.aXNw) .calendar-board .calendar .fc-button-prev {
  font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
}
:not(.aXNw) .calendar-board .calendar .fc-header-title h2 {
  font-size: 1.5em;
  color: #333;
}
:not(.aXNw) .calendar-board .calendar th.fc-sun,
:not(.aXNw) .calendar-board .calendar th.fc-mon,
:not(.aXNw) .calendar-board .calendar th.fc-tue,
:not(.aXNw) .calendar-board .calendar th.fc-wed,
:not(.aXNw) .calendar-board .calendar th.fc-thu,
:not(.aXNw) .calendar-board .calendar th.fc-fri,
:not(.aXNw) .calendar-board .calendar th.fc-sat {
  font-weight: bold;
  color: #333;
}
:not(.aXNw) .calendar-board .material-icons {
  font-family: Material Icons;
  font-size: 14px;
  vertical-align: bottom;
  margin-left: 2px;
}

:not(.aXNw) .select-input {
  position: relative;
  display: inline-block;
}
:not(.aXNw) .select-input select {
  height: 32px;
  -webkit-appearance: none;
  width: 100%;
  padding: 5px 20px 7px 25px;
  margin: 0 0 10px;
  line-height: normal;
}
:not(.aXNw) .select-input:after {
  content: "";
  position: absolute;
  right: 13px;
  top: 50%;
  margin-top: -7px;
  height: 0;
  width: 0;
  border-top: 4px solid #444;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  pointer-events: none;
}
:not(.aXNw) .clearfix {
  *zoom: 1;
}
:not(.aXNw) .clearfix:before,
:not(.aXNw) .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
:not(.aXNw) .clearfix:after {
  clear: both;
}
:not(.aXNw) .hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
:not(.aXNw) .input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
:not(.aXNw) .follow-ups .well.form-inline {
  width: 967px;
  margin-bottom: 10px;
}
:not(.aXNw) .follow-ups .sold-estimates td.summary {
  max-width: 300px;
}
:not(.aXNw) .follow-ups .select-input {
  width: 160px;
  display: inline-block;
  margin-left: 0;
}
:not(.aXNw) .follow-ups .select-input select {
  margin: 0;
}
:not(.aXNw) .follow-ups .center-block {
  float: none;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
:not(.aXNw) .follow-ups .input-icon[class*=" icon-"] .select2-container {
  margin-bottom: 0;
}
:not(.aXNw) .follow-ups .ms-parent {
  width: 160px !important;
}
:not(.aXNw) .follow-ups .ms-choice {
  height: 32px;
  border: 1px solid #cccccc;
}
:not(.aXNw) .follow-ups .ms-choice > span {
  top: 3px;
}
:not(.aXNw) .follow-ups td.booking-availability i.material-icons {
  font-family: "Material Icons";
  font-size: 1.3em;
}
:not(.aXNw) .follow-ups td.booking-availability > * {
  vertical-align: top;
}
:not(.aXNw) .follow-ups td.booking-availability.unavailable i,
:not(.aXNw) .follow-ups td.booking-availability.unavailable a {
  color: red;
}
:not(.aXNw) .appointment-info #log-template {
  display: inline-block;
  margin-right: 200px;
}
:not(.aXNw) .appointment-info .follow-up-editor {
  height: 110px;
}
:not(.aXNw)
  .appointment-info
  .follow-up-editor
  textarea[name="FollowUpSummary"] {
  width: 450px;
  height: 60px;
}
:not(.aXNw) .appointment-info .follow-up-editor .next-follow-up-date {
  float: right;
  margin-right: 200px;
}
:not(.aXNw) .appointment-info .job-details table td {
  padding: 0 8px 0 0;
}
:not(.aXNw) .appointment-info .job-details label {
  color: #999;
  font-size: 12px;
}
:not(.aXNw) .appointment-info .job-details label.Checkbox__html-label {
  margin-bottom: 0;
}
:not(.aXNw) .appointment-info .job-details .select2-container {
  width: 235px;
}
:not(.aXNw) .appointment-info .job-details .start-date-container,
:not(.aXNw) .appointment-info .job-details .start-time-container {
  display: table-cell;
}
:not(.aXNw) .appointment-info .job-details .start-time-container {
  padding-left: 10px;
}
:not(.aXNw) .appointment-info .job-details input[name="StartDate"] {
  width: 100px;
}
:not(.aXNw) .appointment-info .job-details input[name="StartTime"] {
  width: 95px;
}
:not(.aXNw) .appointment-info .job-details textarea[name="Summary"] {
  width: 715px;
  height: 75px;
}
:not(.aXNw) .appointment-info .job-details .tags-editor {
  margin-bottom: 9px;
  width: 729px;
}
:not(.aXNw) .appointment-info .job-details .custom-field-input {
  width: 221px;
}
:not(.aXNw) .appointment-info .job-details .custom-field-dropdown {
  width: 231px;
}
:not(.aXNw)
  .appointment-info
  .job-details
  input[name="ArrivalWindowStartDate"] {
  width: 100px;
}
:not(.aXNw)
  .appointment-info
  .job-details
  input[name="ArrivalWindowStartTime"] {
  width: 95px;
}
:not(.aXNw) .appointment-info .job-details input[name="ArrivalWindowEndDate"] {
  width: 100px;
}
:not(.aXNw) .appointment-info .job-details input[name="ArrivalWindowEndTime"] {
  width: 95px;
}
:not(.aXNw) .appointment-info .job-details div.day-out-of-preferred-alert {
  margin-top: 20px;
  background-color: #606162;
  font-size: 13px;
  color: #ffffff;
  text-shadow: none;
}
:not(.aXNw)
  .appointment-info
  .job-details
  div.day-out-of-preferred-alert
  .close {
  color: #ffffff;
  opacity: 1;
}
:not(.aXNw) .appointment-info .serviced-equipment .equipment-selector {
  width: 235px;
}
:not(.aXNw) .membership-info .follow-up-editor {
  height: 100px;
}
:not(.aXNw)
  .membership-info
  .follow-up-editor
  textarea[name="FollowUpSummary"] {
  width: 550px;
  height: 60px;
  resize: horizontal;
}
:not(.aXNw) .dismiss-appointment-modal-body .warning {
  margin-bottom: 10px;
  color: #fe5d5d;
}

:not(.aXNw) .select-input {
  position: relative;
  display: inline-block;
}
:not(.aXNw) .select-input select {
  height: 32px;
  -webkit-appearance: none;
  width: 100%;
  padding: 5px 20px 7px 25px;
  margin: 0 0 10px;
  line-height: normal;
}
:not(.aXNw) .select-input:after {
  content: "";
  position: absolute;
  right: 13px;
  top: 50%;
  margin-top: -7px;
  height: 0;
  width: 0;
  border-top: 4px solid #444;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  pointer-events: none;
}
:not(.aXNw) .clearfix {
  *zoom: 1;
}
:not(.aXNw) .clearfix:before,
:not(.aXNw) .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
:not(.aXNw) .clearfix:after {
  clear: both;
}
:not(.aXNw) .hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
:not(.aXNw) .input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
:not(.aXNw) .view.job .job-history thead td.photo {
  width: 32px;
}
:not(.aXNw) .view.job .job-history thead td.add-note .field.value .caption {
  display: none;
}
:not(.aXNw) .view.job .job-history thead td.add-note .field.value textarea {
  width: 300px;
}
:not(.aXNw) .view.job .job-history tbody td.photo {
  width: 32px;
}
:not(.aXNw) .view.job .job-history tbody .timestamp {
  color: #999;
}
:not(.aXNw) .view.job .technician-activity .technician-activity-photo {
  width: 48px;
}
:not(.aXNw) .view.job .technician-activity .technician-activity-name {
  font-size: 15px;
  vertical-align: middle;
}
:not(.aXNw) .view.job .technician-activity .technician-activity-time {
  padding-left: 48px;
}
:not(.aXNw) .view.job .technician-activity .technician-activity-total-time {
  padding-left: 72px;
}
:not(.aXNw) .edit-job-form textarea[name="Summary"] {
  width: 570px;
  height: 75px;
}
:not(.aXNw) .edit-job-form .select-input {
  width: 244px;
  margin-left: 20px;
}
:not(.aXNw) .edit-job-form .select-input.inner-fields {
  margin-left: 40px;
}
:not(.aXNw) .edit-job-form .select2-arrow b {
  display: none !important;
}
:not(.aXNw) .edit-job-bu-modal-dialog .modal-dialog {
  margin: 0 auto;
  width: 650px;
}
:not(.aXNw) .edit-job-bu-modal-dialog .modal-body {
  max-width: 650px;
  margin: 0 auto;
  background-color: white;
}
:not(.aXNw) .add-note-form .control-group.value label {
  display: none;
}
:not(.aXNw) .add-note-form .control-group.value textarea {
  width: 300px;
  height: 50px;
}
:not(.aXNw) .new-job-form .field.start,
:not(.aXNw) .new-job-form .field.notes {
  clear: both;
}
:not(.aXNw) .new-job-form .field.start input {
  width: 130px;
}
:not(.aXNw) .new-job-form .field.duration input {
  width: 75px;
}
:not(.aXNw) .new-job-form .field.technicians .editor {
  width: 200px;
}
:not(.aXNw) .new-job-form .field.notes textarea {
  width: 400px;
  height: 80px;
}
:not(.aXNw) .new-job-form button {
  clear: both;
  display: block;
}
:not(.aXNw) .dispatch-job-form h3 {
  margin: 5px 0;
}
:not(.aXNw) .dispatch-job-form .technicians .technician {
  display: inline-block;
  margin: 0 30px 10px 0;
}
:not(.aXNw) .dispatch-job-form .technicians .technician label > * {
  vertical-align: middle;
}
:not(.aXNw) .dispatch-job-form .technicians .technician .status,
:not(.aXNw) .dispatch-job-form .technicians .technician .status-updated-on {
  color: #aaa;
}
:not(.aXNw) .dispatch-job-form .field.message {
  float: none;
}
:not(.aXNw) .dispatch-job-form .field.message .caption {
  display: none;
}
:not(.aXNw) .dispatch-job-form .field.message textarea[name="Message"] {
  width: 300px;
  height: 100px;
}
:not(.aXNw) .dispatch-job-form .buttons {
  margin-top: 10px;
}
:not(.aXNw) .arrive-technicians-form h3 {
  margin: 5px 0;
}
:not(.aXNw) .arrive-technicians-form .technicians .technician {
  display: inline-block;
  margin: 0 30px 10px 0;
}
:not(.aXNw) .arrive-technicians-form .technicians .technician label > * {
  vertical-align: middle;
}
:not(.aXNw) .arrive-technicians-form .technicians .technician .status,
:not(.aXNw)
  .arrive-technicians-form
  .technicians
  .technician
  .status-updated-on {
  color: #aaa;
}
:not(.aXNw) .arrive-technicians-form .buttons {
  margin-top: 10px;
}
:not(.aXNw) .hold-job-form .field.memo,
:not(.aXNw) .cancel-job-form .field.memo {
  clear: both;
}
:not(.aXNw) .hold-job-form .field.memo textarea,
:not(.aXNw) .cancel-job-form .field.memo textarea {
  width: 400px;
  height: 50px;
}
:not(.aXNw) .hold-job-form .buttons,
:not(.aXNw) .cancel-job-form .buttons {
  clear: both;
  margin-top: 10px;
}
:not(.aXNw) .completeJobForm fieldset {
  padding: 0 0 20px 0;
}
:not(.aXNw) .completeJobForm fieldset h2 {
  margin: 0 0 10px 0;
}
:not(.aXNw) .completeJobForm .work-description input[name="InvoiceNumber"],
:not(.aXNw) .completeJobForm .work-description input[name="Total"] {
  width: 75px;
}
:not(.aXNw) .completeJobForm .work-description textarea[name="Summary"] {
  width: 500px;
  height: 50px;
}
:not(.aXNw) .completeJobForm .work-description .field.summary {
  clear: both;
}
:not(.aXNw) .completeJobForm .tasksForm ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
:not(.aXNw) .completeJobForm .tasksForm ul li input.name {
  width: 75px;
}
:not(.aXNw) .completeJobForm .tasksForm ul li textarea.description {
  width: 300px;
}
:not(.aXNw) .completeJobForm .tasksForm ul li input.price {
  width: 75px;
  text-align: right;
}
:not(.aXNw) .completeJobForm .tasksForm ul li input.quantity {
  width: 50px;
  text-align: right;
}
:not(.aXNw) .completeJobForm .estimate input[name="EstimateAmount"] {
  width: 75px;
}
:not(.aXNw) .completeJobForm .estimate textarea[name="EstimateSummary"] {
  width: 500px;
  height: 50px;
}
:not(.aXNw) .completeJobForm .payments ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
:not(.aXNw) .completeJobForm .payments ul input.amount {
  width: 60px;
}
:not(.aXNw) .completeJobForm .payments ul input.number {
  width: 100px;
}
:not(.aXNw) .completeJobForm .payments ul input.expiration {
  width: 60px;
}
:not(.aXNw) .completeJobForm .payments ul input.cvc {
  width: 40px;
}
:not(.aXNw) .completeJobForm .payments ul input.zip {
  width: 60px;
}
:not(.aXNw) .completeJobForm .purchase-orders ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
:not(.aXNw) .completeJobForm .purchase-orders ul input.amount {
  width: 60px;
}
:not(.aXNw) .completeJobForm .purchase-orders ul textarea.notes {
  width: 200px;
  height: 30px;
}
:not(.aXNw) .completeJobForm .signature .signaturePad {
  width: 600px;
  height: 100px;
}
:not(.aXNw) .completeJobForm .signature .signaturePad .sig {
  float: left;
  width: 500px;
  height: 100px;
  margin-right: 10px;
}
:not(.aXNw) .completeJobForm .photos ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
:not(.aXNw) .disabled-label {
  cursor: not-allowed;
  opacity: 0.4;
}
:not(.aXNw) .job-event-forms-left {
  float: left;
}
:not(.aXNw) .job-event-forms-right {
  margin-left: 300px;
}
:not(.aXNw) .job-submitted-forms tr .muted {
  font-size: 12px;
  line-height: 12px;
  height: 12px;
  margin-left: 5px;
  visibility: hidden;
}
:not(.aXNw) .job-submitted-forms tr .muted:first-child {
  margin-left: 10px;
}
:not(.aXNw) .job-submitted-forms tr:hover .muted {
  visibility: visible;
}
:not(.aXNw) .job-submitted-forms .labels {
  text-align: right;
}
:not(.aXNw) .job-submitted-forms .labels .label-important {
  margin-right: 8px;
}
:not(.aXNw) .job-submitted-forms .labels .label-warning {
  margin-right: 8px;
}
:not(.aXNw) .job-submitted-forms .forms-header {
  padding: 4px 5px;
}
:not(.aXNw) .modal .modal-body .appointment-timeslots .tab-content {
  overflow: visible;
}
:not(.aXNw)
  .modal
  .modal-body
  .appointment-timeslots
  .tab-content
  span.validation-message {
  z-index: -1;
}
:not(.aXNw) .job-history-long-summary-box {
  display: inline-block;
  width: 200px;
  height: 60px;
  padding: 4px 6px;
  overflow-y: auto;
  background-color: #eee;
  border: 1px solid #ccc;
  cursor: not-allowed;
  resize: auto;
  vertical-align: middle;
  border-radius: 3px;
  margin-bottom: 10px;
}
:not(.aXNw) .job-history-tab-content {
  min-height: calc(100vh - 166px);
}
:not(.aXNw) .status-timeline-header {
  color: #000;
  font-family: Sofia Pro;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 125%;
}

:not(.aXNw) .clearfix {
  *zoom: 1;
}
:not(.aXNw) .clearfix:before,
:not(.aXNw) .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
:not(.aXNw) .clearfix:after {
  clear: both;
}
:not(.aXNw) .hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
:not(.aXNw) .input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
:not(.aXNw) .container-fluid-job-detail {
  margin: 0 !important;
  width: 1280px;
}
:not(.aXNw) .container-fluid-job-detail .row,
:not(.aXNw) .container-fluid-job-detail [class*="span"] {
  margin-left: 0;
}
@media (min-width: 1280px) {
  :not(.aXNw) .container-fluid-job-detail {
    width: auto;
  }
}
:not(.aXNw) .legacy-job-detail {
  width: 1280px;
}
/* task management */
:not(.aXNw) .tm-tasks-list {
  border-radius: 3px;
  border: solid 1px #dfe0e1;
  margin-top: 9px;
}
:not(.aXNw) .tm-tasks-list > :not(:last-child) {
  border-bottom: solid 1px #dfe0e1;
}
:not(.aXNw) .tm-task-row {
  padding: 9px 32px 9px 16px;
  display: flex;
  align-items: center;
  gap: 5px;
}
:not(.aXNw) .tm-task-row.tm-task-row:hover {
  background-color: #ecf4fd;
  cursor: pointer;
  color: #1360d9;
}
:not(.aXNw) .tm-task-column {
  display: inline-block;
}
:not(.aXNw) .tm-number,
:not(.aXNw) .tm-status {
  width: 70px;
}
:not(.aXNw) .tm-name {
  width: 100px;
}
:not(.aXNw) .tm-type,
:not(.aXNw) .tm-assigned {
  width: 155px;
}
:not(.aXNw) .tm-open-status {
  border-radius: 3px;
  border: solid 0 #444445;
  background-color: #ffb2a0;
  padding: 2px 6px;
}
:not(.aXNw) .tm-closed-status {
  border-radius: 3px;
  border: solid 0 #444445;
  background-color: #90efc0;
  padding: 2px 6px;
}
/* history */
:not(.aXNw) .history,
:not(.aXNw) .notes-view {
  margin-bottom: 20px;
  /* Form to post note */
  /* Attach button */
  /* History entries */
}
:not(.aXNw) .history h3,
:not(.aXNw) .notes-view h3 {
  margin-bottom: 0;
}
:not(.aXNw) .history .add-note-view,
:not(.aXNw) .notes-view .add-note-view {
  display: inline-block;
  margin: 10px 0 18px 0;
}
:not(.aXNw) .history .add-note-view textarea,
:not(.aXNw) .notes-view .add-note-view textarea {
  width: 550px;
  height: 20px;
  margin: 0;
}
:not(.aXNw) .history .add-note-view .form-actions,
:not(.aXNw) .notes-view .add-note-view .form-actions {
  margin: 9px 0 0 0;
}
:not(.aXNw) .history .add-note-view .form-actions label,
:not(.aXNw) .notes-view .add-note-view .form-actions label {
  display: inline-block;
  vertical-align: middle;
  margin: 5px 0 0 10px;
  color: #999;
}
:not(.aXNw) .history a.attach-file,
:not(.aXNw) .notes-view a.attach-file {
  display: inline-block;
  margin: 10px 0 0 5px;
  font-size: 30px;
  line-height: 30px;
  vertical-align: top;
}
:not(.aXNw) .history ul,
:not(.aXNw) .notes-view ul {
  margin: 0 0 0 0;
}
:not(.aXNw) .history ul li .description,
:not(.aXNw) .notes-view ul li .description {
  width: 550px;
  margin: -2px 0 0 10px;
  position: relative;
  word-wrap: break-word;
}
:not(.aXNw) .history ul li .description > p,
:not(.aXNw) .notes-view ul li .description > p {
  width: 550px;
  margin: 0;
}
:not(.aXNw) .history ul li .description .timestamp,
:not(.aXNw) .notes-view ul li .description .timestamp {
  color: #999;
  font-size: 12px;
  line-height: 12px;
}
:not(.aXNw) .history ul li .description a.muted,
:not(.aXNw) .notes-view ul li .description a.muted {
  display: none;
  margin-left: 10px;
  font-size: 12px;
  line-height: 12px;
}
:not(.aXNw) .history ul li .description:hover a.muted,
:not(.aXNw) .notes-view ul li .description:hover a.muted {
  display: inline-block;
}
:not(.aXNw) .history ul li + li,
:not(.aXNw) .notes-view ul li + li {
  margin-top: 10px;
}
:not(.aXNw) .history .btn-toolbar .btn-group,
:not(.aXNw) .notes-view .btn-toolbar .btn-group {
  display: flex;
  width: 680px;
}
:not(.aXNw) .history .btn-toolbar .btn,
:not(.aXNw) .notes-view .btn-toolbar .btn {
  flex: 1;
  padding-left: 0;
  padding-right: 0;
}
:not(.aXNw) .history .collapse,
:not(.aXNw) .notes-view .collapse {
  cursor: pointer;
}
:not(.aXNw) .history .collapse:hover,
:not(.aXNw) .notes-view .collapse:hover {
  text-decoration: underline;
}
:not(.aXNw) .history .collapse:after,
:not(.aXNw) .notes-view .collapse:after {
  font-family: "FontAwesome";
  content: "\f077";
  float: right;
}
:not(.aXNw) .history .collapse.in:after,
:not(.aXNw) .notes-view .collapse.in:after {
  content: "\f078";
}
:not(.aXNw) .job-detail-view .legacy-job-detail,
:not(.aXNw) .job-detail-action-view {
  /* Heading */
  /* Job dropdown */
  /* Status details */
  /* Estimate Info */
  /* Timesheets */
  /* Assignment media */
  /* Assignments */
  /* Assign */
  /* Dispatch */
  /* Reschedule */
  /* Hold and Cancel */
  /* Recall */
  /* Warranty */
  /* Lead */
  /* Survey */
  /* Purchase Order */
  /* Send Message */
}
:not(.aXNw)
  .job-detail-view
  .legacy-job-detail
  h2:not(.ignore-legacy, .Headline),
:not(.aXNw) .job-detail-action-view h2:not(.ignore-legacy, .Headline) {
  font-family: "Nunito Sans", sans-serif;
  margin: 20px 0 0 0;
  font-size: 20px;
  color: #999;
}
:not(.aXNw) .job-detail-view .legacy-job-detail h4,
:not(.aXNw) .job-detail-action-view h4 {
  margin-top: 0;
}
:not(.aXNw) .job-detail-view .legacy-job-detail .tag-select .ui.label,
:not(.aXNw) .job-detail-action-view .tag-select .ui.label {
  color: white;
}
:not(.aXNw) .job-detail-view .legacy-job-detail .job-dropdown .dropdown-menu,
:not(.aXNw) .job-detail-action-view .job-dropdown .dropdown-menu {
  width: 280px;
}
:not(.aXNw)
  .job-detail-view
  .legacy-job-detail
  .job-dropdown
  .dropdown-menu
  li.divider,
:not(.aXNw) .job-detail-action-view .job-dropdown .dropdown-menu li.divider {
  margin: 6px 0;
}
:not(.aXNw) .job-detail-view .legacy-job-detail .status-details,
:not(.aXNw) .job-detail-action-view .status-details {
  position: relative;
  padding-top: 12px;
  padding-left: 56px;
  margin-top: 20px;
}
:not(.aXNw) .job-detail-view .legacy-job-detail .status-details i,
:not(.aXNw) .job-detail-action-view .status-details i {
  position: absolute;
  left: 16px;
  top: 19px;
  font-size: 38px;
}
:not(.aXNw) .job-detail-view .legacy-job-detail .status-details .status,
:not(.aXNw) .job-detail-action-view .status-details .status {
  left: 56px;
  top: 12px;
  font-size: 15px;
  font-weight: bold;
}
:not(.aXNw) .job-detail-view .legacy-job-detail .status-details .detail,
:not(.aXNw) .job-detail-action-view .status-details .detail {
  display: block;
}
:not(.aXNw) .job-detail-view .legacy-job-detail .status-details .hero,
:not(.aXNw) .job-detail-action-view .status-details .hero {
  position: absolute;
  right: 20px;
  top: 19px;
  font-size: 22px;
  font-weight: bold;
}
:not(.aXNw)
  .job-detail-view
  .legacy-job-detail
  .status-details.scheduled.confirmed,
:not(.aXNw) .job-detail-action-view .status-details.scheduled.confirmed {
  background-color: #a9d1ff;
  border-color: #3684f5;
}
:not(.aXNw)
  .job-detail-view
  .legacy-job-detail
  .status-details.scheduled.confirmed
  i,
:not(.aXNw) .job-detail-action-view .status-details.scheduled.confirmed i {
  color: #2270ee;
}
:not(.aXNw)
  .job-detail-view
  .legacy-job-detail
  .status-details.scheduled.confirmed
  span,
:not(.aXNw) .job-detail-action-view .status-details.scheduled.confirmed span {
  color: #141414;
}
:not(.aXNw) .job-detail-view .legacy-job-detail .estimate-info .alert,
:not(.aXNw) .job-detail-action-view .estimate-info .alert {
  padding-right: 14px;
}
:not(.aXNw)
  .job-detail-view
  .legacy-job-detail
  .estimate-info
  .alert
  .follow-up-date,
:not(.aXNw) .job-detail-action-view .estimate-info .alert .follow-up-date {
  text-align: right;
}
:not(.aXNw) .job-detail-view .legacy-job-detail .timesheets,
:not(.aXNw) .job-detail-action-view .timesheets {
  margin-top: 20px;
  padding-right: 25px;
}
:not(.aXNw) .job-detail-view .legacy-job-detail .timesheets .technician-name,
:not(.aXNw) .job-detail-action-view .timesheets .technician-name {
  font-weight: bold;
}
:not(.aXNw) .job-detail-view .legacy-job-detail .assignment-media,
:not(.aXNw) .job-detail-action-view .assignment-media {
  position: relative;
  display: block;
  min-height: 48px;
  color: #333;
}
:not(.aXNw)
  .job-detail-view
  .legacy-job-detail
  .assignment-media
  .partially-done,
:not(.aXNw) .job-detail-action-view .assignment-media .partially-done {
  height: 30px;
  line-height: 30px;
  border-radius: 3px;
  background-color: #fff4c7;
  margin: 5px;
  padding-left: 10px;
}
:not(.aXNw)
  .job-detail-view
  .legacy-job-detail
  .assignment-media
  .all-technicians-menu-item,
:not(.aXNw)
  .job-detail-action-view
  .assignment-media
  .all-technicians-menu-item {
  display: inline-block;
  margin-top: 10px;
}
:not(.aXNw) .job-detail-view .legacy-job-detail .assignment-media > div,
:not(.aXNw) .job-detail-action-view .assignment-media > div {
  padding: 4px 0;
}
:not(.aXNw) .job-detail-view .legacy-job-detail .assignment-media > div .avatar,
:not(.aXNw) .job-detail-action-view .assignment-media > div .avatar {
  float: left;
  margin: 4px 10px;
}
:not(.aXNw)
  .job-detail-view
  .legacy-job-detail
  .assignment-media
  > div
  .instructions,
:not(.aXNw) .job-detail-action-view .assignment-media > div .instructions {
  font-size: 11px;
  color: #999;
  display: table-cell;
}
:not(.aXNw) .job-detail-view .legacy-job-detail ul.assignments > li,
:not(.aXNw) .job-detail-action-view ul.assignments > li {
  min-height: 50px;
  margin: 10px 0;
}
:not(.aXNw)
  .job-detail-view
  .legacy-job-detail
  ul.assignments
  > li
  a[data-toggle="dropdown"],
:not(.aXNw)
  .job-detail-action-view
  ul.assignments
  > li
  a[data-toggle="dropdown"] {
  width: 298px;
}
:not(.aXNw)
  .job-detail-view
  .legacy-job-detail
  ul.assignments
  > li
  .dropdown-menu,
:not(.aXNw) .job-detail-action-view ul.assignments > li .dropdown-menu {
  width: 292px;
}
:not(.aXNw)
  .job-detail-view
  .legacy-job-detail
  ul.assignments
  > li
  .dropdown-menu
  .avatar,
:not(.aXNw) .job-detail-action-view ul.assignments > li .dropdown-menu .avatar {
  margin: 0 10px 10px 0;
  vertical-align: middle;
}
:not(.aXNw)
  .job-detail-view
  .legacy-job-detail
  ul.assignments
  > li
  .dropdown-menu
  h4,
:not(.aXNw) .job-detail-action-view ul.assignments > li .dropdown-menu h4 {
  vertical-align: middle;
  padding-top: 10px;
}
:not(.aXNw) .job-detail-view .legacy-job-detail .assign-view input,
:not(.aXNw) .job-detail-action-view .assign-view input {
  width: 266px;
}
:not(.aXNw) .job-detail-view .legacy-job-detail .assign-view ul,
:not(.aXNw) .job-detail-action-view .assign-view ul {
  max-height: 240px;
  overflow-x: hidden;
  overflow-y: auto;
}
:not(.aXNw) .job-detail-view .legacy-job-detail .assign-view ul li,
:not(.aXNw) .job-detail-action-view .assign-view ul li {
  padding: 0 9px;
}
:not(.aXNw) .job-detail-view .legacy-job-detail .assign-view ul li .avatar,
:not(.aXNw) .job-detail-action-view .assign-view ul li .avatar {
  margin-right: 5px;
  float: left;
}
:not(.aXNw) .job-detail-view .legacy-job-detail .assign-view ul li .tech-stats,
:not(.aXNw) .job-detail-action-view .assign-view ul li .tech-stats {
  font-weight: normal;
  font-size: 11px;
  color: #999999;
}
:not(.aXNw) .job-detail-view .legacy-job-detail .assign-view ul li a,
:not(.aXNw) .job-detail-action-view .assign-view ul li a {
  line-height: 17px;
  white-space: normal;
  margin-bottom: 4px;
}
:not(.aXNw) .job-detail-view .legacy-job-detail .assign-view ul li a.selected,
:not(.aXNw) .job-detail-action-view .assign-view ul li a.selected {
  background-image: linear-gradient(to bottom, #00cbe9, #00b5d0);
  background-repeat: repeat-x;
  background-color: #00c2df;
}
:not(.aXNw) .job-detail-view .legacy-job-detail .assign-view ul li i,
:not(.aXNw) .job-detail-action-view .assign-view ul li i {
  font-size: 20px;
  color: #999;
  margin-top: 7px;
}
:not(.aXNw) .job-detail-view .legacy-job-detail .assign-view div.tooltip,
:not(.aXNw) .job-detail-action-view .assign-view div.tooltip {
  width: 200px;
}
:not(.aXNw)
  .job-detail-view
  .legacy-job-detail
  .dispatch-view
  .assignment-media,
:not(.aXNw) .job-detail-action-view .dispatch-view .assignment-media,
:not(.aXNw) .job-detail-view .legacy-job-detail .arrive-view .assignment-media,
:not(.aXNw) .job-detail-action-view .arrive-view .assignment-media {
  height: 36px;
}
:not(.aXNw)
  .job-detail-view
  .legacy-job-detail
  .dispatch-view
  .assignment-media
  .instructions,
:not(.aXNw)
  .job-detail-action-view
  .dispatch-view
  .assignment-media
  .instructions,
:not(.aXNw)
  .job-detail-view
  .legacy-job-detail
  .arrive-view
  .assignment-media
  .instructions,
:not(.aXNw)
  .job-detail-action-view
  .arrive-view
  .assignment-media
  .instructions {
  font-weight: normal;
}
:not(.aXNw)
  .job-detail-view
  .legacy-job-detail
  .dispatch-view
  .assignment-media:hover
  .instructions,
:not(.aXNw)
  .job-detail-action-view
  .dispatch-view
  .assignment-media:hover
  .instructions,
:not(.aXNw)
  .job-detail-view
  .legacy-job-detail
  .arrive-view
  .assignment-media:hover
  .instructions,
:not(.aXNw)
  .job-detail-action-view
  .arrive-view
  .assignment-media:hover
  .instructions {
  color: #fff;
}
:not(.aXNw)
  .job-detail-view
  .legacy-job-detail
  .reschedule-view
  form
  input[name="Date"],
:not(.aXNw) .job-detail-action-view .reschedule-view form input[name="Date"] {
  width: 234px;
}
:not(.aXNw)
  .job-detail-view
  .legacy-job-detail
  .reschedule-view
  form
  input[name="Time"],
:not(.aXNw) .job-detail-action-view .reschedule-view form input[name="Time"] {
  width: 234px;
}
:not(.aXNw) .job-detail-view .legacy-job-detail .reschedule-view form button,
:not(.aXNw) .job-detail-action-view .reschedule-view form button {
  display: block;
}
:not(.aXNw) .job-detail-view .legacy-job-detail .hold-view form,
:not(.aXNw) .job-detail-action-view .hold-view form,
:not(.aXNw) .job-detail-view .legacy-job-detail .cancel-view form,
:not(.aXNw) .job-detail-action-view .cancel-view form {
  margin-bottom: 0;
}
:not(.aXNw) .job-detail-view .legacy-job-detail .hold-view form textarea,
:not(.aXNw) .job-detail-action-view .hold-view form textarea,
:not(.aXNw) .job-detail-view .legacy-job-detail .cancel-view form textarea,
:not(.aXNw) .job-detail-action-view .cancel-view form textarea {
  width: 212px;
}
:not(.aXNw) .job-detail-view .legacy-job-detail .hold-view form button,
:not(.aXNw) .job-detail-action-view .hold-view form button,
:not(.aXNw) .job-detail-view .legacy-job-detail .cancel-view form button,
:not(.aXNw) .job-detail-action-view .cancel-view form button {
  display: block;
}
:not(.aXNw) .job-detail-view .legacy-job-detail .hold-view form .select-input,
:not(.aXNw) .job-detail-action-view .hold-view form .select-input,
:not(.aXNw) .job-detail-view .legacy-job-detail .cancel-view form .select-input,
:not(.aXNw) .job-detail-action-view .cancel-view form .select-input {
  width: 250px;
}
:not(.aXNw) .job-detail-view .legacy-job-detail .recall-view form,
:not(.aXNw) .job-detail-action-view .recall-view form {
  margin-bottom: 0;
}
:not(.aXNw) .job-detail-view .legacy-job-detail .recall-view form select,
:not(.aXNw) .job-detail-action-view .recall-view form select {
  width: 244px;
}
:not(.aXNw) .job-detail-view .legacy-job-detail .warranty-view form,
:not(.aXNw) .job-detail-action-view .warranty-view form {
  margin-bottom: 0;
}
:not(.aXNw) .job-detail-view .legacy-job-detail .warranty-view form select,
:not(.aXNw) .job-detail-action-view .warranty-view form select {
  width: 244px;
}
:not(.aXNw) .job-detail-view .legacy-job-detail .lead-view form,
:not(.aXNw) .job-detail-action-view .lead-view form {
  margin-bottom: 0;
}
:not(.aXNw) .job-detail-view .legacy-job-detail .lead-view form select,
:not(.aXNw) .job-detail-action-view .lead-view form select {
  width: 244px;
}
:not(.aXNw) .job-detail-view .legacy-job-detail .lead-view form button,
:not(.aXNw) .job-detail-action-view .lead-view form button {
  display: block;
}
:not(.aXNw) .job-detail-view .legacy-job-detail .survey-view form,
:not(.aXNw) .job-detail-action-view .survey-view form {
  margin-bottom: 0;
}
:not(.aXNw) .job-detail-view .legacy-job-detail .survey-view form select,
:not(.aXNw) .job-detail-action-view .survey-view form select {
  width: 282px;
}
:not(.aXNw) .job-detail-view .legacy-job-detail .survey-view form textarea,
:not(.aXNw) .job-detail-action-view .survey-view form textarea {
  width: 244px;
  height: 80px;
}
:not(.aXNw) .job-detail-view .legacy-job-detail .survey-view form .select-input,
:not(.aXNw) .job-detail-action-view .survey-view form .select-input {
  width: 278px;
}
:not(.aXNw) .job-detail-view .legacy-job-detail .survey-view .yes,
:not(.aXNw) .job-detail-action-view .survey-view .yes {
  display: inline;
}
:not(.aXNw) .job-detail-view .legacy-job-detail .survey-view .no,
:not(.aXNw) .job-detail-action-view .survey-view .no {
  display: inline;
}
:not(.aXNw) .job-detail-view .legacy-job-detail .purchase-order-view form,
:not(.aXNw) .job-detail-action-view .purchase-order-view form {
  margin-bottom: 0;
}
:not(.aXNw)
  .job-detail-view
  .legacy-job-detail
  .purchase-order-view
  form
  select[name="TechnicianId"],
:not(.aXNw)
  .job-detail-action-view
  .purchase-order-view
  form
  select[name="TechnicianId"] {
  width: 278px;
}
:not(.aXNw)
  .job-detail-view
  .legacy-job-detail
  .purchase-order-view
  form
  select[name="VendorId"],
:not(.aXNw)
  .job-detail-action-view
  .purchase-order-view
  form
  select[name="VendorId"] {
  width: 278px;
}
:not(.aXNw)
  .job-detail-view
  .legacy-job-detail
  .purchase-order-view
  form
  input[type="text"],
:not(.aXNw)
  .job-detail-action-view
  .purchase-order-view
  form
  input[type="text"] {
  width: 240px;
}
:not(.aXNw)
  .job-detail-view
  .legacy-job-detail
  .purchase-order-view
  form
  textarea,
:not(.aXNw) .job-detail-action-view .purchase-order-view form textarea {
  width: 240px;
  height: 80px;
}
:not(.aXNw)
  .job-detail-view
  .legacy-job-detail
  .purchase-order-view
  form
  .select-input,
:not(.aXNw) .job-detail-action-view .purchase-order-view form .select-input {
  width: 278px;
}
:not(.aXNw)
  .job-detail-view
  .legacy-job-detail
  .purchase-order-view
  .validation-message,
:not(.aXNw) .job-detail-action-view .purchase-order-view .validation-message {
  white-space: nowrap;
}
:not(.aXNw) .job-detail-view .legacy-job-detail .send-message-view form,
:not(.aXNw) .job-detail-action-view .send-message-view form {
  margin-bottom: 0;
}
:not(.aXNw)
  .job-detail-view
  .legacy-job-detail
  .send-message-view
  form
  div.input-icon,
:not(.aXNw) .job-detail-action-view .send-message-view form div.input-icon {
  display: block;
}
:not(.aXNw)
  .job-detail-view
  .legacy-job-detail
  .send-message-view
  form
  textarea,
:not(.aXNw) .job-detail-action-view .send-message-view form textarea {
  width: 254px;
  height: 80px;
}
:not(.aXNw)
  .job-detail-view
  .legacy-job-detail
  .send-message-view
  form
  input[type="checkbox"],
:not(.aXNw)
  .job-detail-action-view
  .send-message-view
  form
  input[type="checkbox"] {
  margin: 0;
}
:not(.aXNw) .job-detail-view .legacy-job-detail .send-job-details-view,
:not(.aXNw) .job-detail-action-view .send-job-details-view {
  margin-bottom: 0;
}
:not(.aXNw)
  .job-detail-view
  .legacy-job-detail
  .send-job-details-view
  div.input-icon,
:not(.aXNw) .job-detail-action-view .send-job-details-view div.input-icon {
  display: block;
}
:not(.aXNw) .job-detail-view .legacy-job-detail .send-job-details-view form,
:not(.aXNw) .job-detail-action-view .send-job-details-view form {
  margin-bottom: 0;
  width: 282px;
}
:not(.aXNw)
  .job-detail-view
  .legacy-job-detail
  .send-job-details-view
  form
  textarea,
:not(.aXNw) .job-detail-action-view .send-job-details-view form textarea {
  width: 252px;
  height: 150px;
}
:not(.aXNw) .job-detail-view .legacy-job-detail .job-setting-trigger,
:not(.aXNw) .job-detail-action-view .job-setting-trigger {
  margin: 5px 0 5px 0;
  width: 225px;
  height: 19px;
  position: relative;
}
:not(.aXNw) .job-detail-view .legacy-job-detail .job-setting-trigger .text,
:not(.aXNw) .job-detail-action-view .job-setting-trigger .text {
  position: absolute;
  font-family: Gotham;
  font-weight: 500;
  color: #606060;
}
:not(.aXNw)
  .job-detail-view
  .legacy-job-detail
  .job-setting-trigger
  .input-toggle,
:not(.aXNw) .job-detail-action-view .job-setting-trigger .input-toggle {
  position: absolute;
  top: 2px;
}
:not(.aXNw)
  .job-detail-view
  .legacy-job-detail
  .job-setting-trigger
  .input-toggle
  span,
:not(.aXNw) .job-detail-action-view .job-setting-trigger .input-toggle span {
  display: inline-block !important;
}
:not(.aXNw) .job-detail-view .legacy-job-detail .job-setting-trigger > span,
:not(.aXNw) .job-detail-action-view .job-setting-trigger > span {
  margin-left: 45px;
}
:not(.aXNw)
  .job-detail-view
  .legacy-job-detail
  .job-setting-trigger.right
  .input-toggle,
:not(.aXNw) .job-detail-action-view .job-setting-trigger.right .input-toggle {
  right: 0;
}
:not(.aXNw)
  .job-detail-view
  .legacy-job-detail
  .job-setting-trigger.right
  .text,
:not(.aXNw) .job-detail-action-view .job-setting-trigger.right .text {
  left: 0;
}
:not(.aXNw)
  .job-detail-view
  .legacy-job-detail
  .job-setting-trigger.left
  .input-toggle,
:not(.aXNw) .job-detail-action-view .job-setting-trigger.left .input-toggle {
  left: 0;
}
:not(.aXNw) .job-detail-view .legacy-job-detail .job-setting-trigger.left .text,
:not(.aXNw) .job-detail-action-view .job-setting-trigger.left .text {
  left: 40px;
}
:not(.aXNw) .job-detail-view .legacy-job-detail .flyout-pane__content,
:not(.aXNw) .job-detail-action-view .flyout-pane__content,
:not(.aXNw) .job-detail-view .legacy-job-detail .flyout-pane__header,
:not(.aXNw) .job-detail-action-view .flyout-pane__header {
  width: 620px;
  box-sizing: border-box;
}
:not(.aXNw) .job-detail-view .legacy-job-detail .flyout-pane__header,
:not(.aXNw) .job-detail-action-view .flyout-pane__header {
  height: 50px;
}
:not(.aXNw) .view-job-flyout {
  height: 100%;
}
:not(.aXNw) .view-job-flyout .card {
  padding: 10px 30px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  height: 86%;
  background-color: #f8fafc;
  overflow-y: auto;
  overflow-x: hidden;
}
@media (max-height: 760px) {
  :not(.aXNw) .view-job-flyout .card {
    height: 80%;
  }
}
:not(.aXNw) .view-job-flyout form {
  height: 100%;
}
:not(.aXNw) .view-job-flyout form .fields {
  margin-bottom: 12px !important;
}
:not(.aXNw) .view-job-flyout form .fields .field:only-child {
  width: 100%;
}
:not(.aXNw) .view-job-flyout form input[type="text"],
:not(.aXNw) .view-job-flyout form select {
  width: 190px !important;
}
:not(.aXNw) .view-job-flyout form .ui.dropdown {
  min-width: 190px !important;
  width: 190px !important;
}
:not(.aXNw) .view-job-flyout form .dropdown-lg .ui.dropdown {
  width: initial !important;
}
:not(.aXNw) .view-job-flyout form .duration-text {
  font-size: 14px;
  padding-top: 35px;
  padding-right: 0px;
}
:not(.aXNw) .view-job-flyout form .field-group {
  margin-bottom: 23px !important;
}
:not(.aXNw) .view-job-flyout form div.day-out-of-preferred-alert {
  background-color: #606162;
  font-size: 13px;
  color: #ffffff;
  text-shadow: none;
}
:not(.aXNw) .view-job-flyout form div.day-out-of-preferred-alert .close {
  color: #ffffff;
  opacity: 1;
}
:not(.aXNw) .view-job-flyout form .field.job-end-time .validation-message {
  width: 100px;
}
:not(.aXNw) .view-job-flyout .section-1 {
  width: 620px;
  margin: 30px 0px 30px -30px;
  padding: 25px 30px 20px 30px;
  background-color: #ebf0f1;
}
:not(.aXNw) .view-job-flyout .section-2 {
  width: 620px;
  margin: 25px 0px 25px -30px;
  padding: 25px 30px 20px 30px;
  background-color: #ebebeb;
}
:not(.aXNw) .view-job-flyout .section-1 + .section-2 {
  margin-top: -30px;
}
:not(.aXNw) .view-job-flyout .ui.right.aligned.grid {
  height: 9%;
  margin-top: 0px;
}
:not(.aXNw) .view-job-flyout .ui.right.aligned.grid .column {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 30px;
}
@media (max-height: 760px) {
  :not(.aXNw) .view-job-flyout .ui.right.aligned.grid {
    height: 12%;
  }
}
:not(.aXNw) .job-detail-loading-view {
  max-width: 1280px;
}
@media (min-width: 1280px) {
  :not(.aXNw) .job-detail-loading-view {
    width: auto;
  }
}
:not(.aXNw) .lead-form-start-date-input span {
  top: 70px;
  left: 0;
}
:not(.aXNw) .lead-form-start-date-input span:after {
  top: -6px;
  left: 80px;
  transform: rotate(90deg);
}

:not(.aXNw) #john-moore-role-picker .john-moore-role-picker-title {
  font-weight: bold;
}
:not(.aXNw) #john-moore-role-picker .john-moore-role-picker-menu {
  max-height: 200px;
  width: 280px;
  overflow-x: hidden;
  overflow-y: auto;
}
:not(.aXNw) #john-moore-role-picker .john-moore-role-picker-icon-ok {
  font-size: 20px;
  color: #999999;
  margin-top: 0;
}
:not(.aXNw) #john-moore-role-picker .not-assignable-reason {
  font-weight: normal;
  font-size: 11px;
  color: #d99590;
  display: none;
}
:not(.aXNw) #john-moore-role-picker .proceed-assign-button {
  margin-top: 20px;
  text-align: center;
}
:not(.aXNw) #john-moore-role-picker .role-item {
  line-height: 17px;
  white-space: normal;
  margin-bottom: 4px;
}
:not(.aXNw) #john-moore-role-picker .role-item span {
  padding-left: 5px;
}
:not(.aXNw) #john-moore-role-picker .role-item.not-assignable {
  color: #888888;
}
:not(.aXNw) #john-moore-role-picker .role-item.not-assignable:hover {
  color: #fff;
}
:not(.aXNw)
  #john-moore-role-picker
  .role-item.not-assignable:hover
  .not-assignable-reason {
  color: #fff;
}
:not(.aXNw)
  #john-moore-role-picker
  .role-item.not-assignable
  .not-assignable-reason {
  display: inline;
}

:not(.aXNw) .select-input {
  position: relative;
  display: inline-block;
}
:not(.aXNw) .select-input select {
  height: 32px;
  -webkit-appearance: none;
  width: 100%;
  padding: 5px 20px 7px 25px;
  margin: 0 0 10px;
  line-height: normal;
}
:not(.aXNw) .select-input:after {
  content: "";
  position: absolute;
  right: 13px;
  top: 50%;
  margin-top: -7px;
  height: 0;
  width: 0;
  border-top: 4px solid #444;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  pointer-events: none;
}
:not(.aXNw) .clearfix {
  *zoom: 1;
}
:not(.aXNw) .clearfix:before,
:not(.aXNw) .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
:not(.aXNw) .clearfix:after {
  clear: both;
}
:not(.aXNw) .hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
:not(.aXNw) .input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
:not(.aXNw) .select-input {
  width: 244px;
  margin-left: 20px;
}
:not(.aXNw) .location-equipment-view .history h2 {
  font-size: 20px;
  color: #999;
}
:not(.aXNw) .location-equipment-view .history .invoice,
:not(.aXNw) .location-equipment-view .history .technicians,
:not(.aXNw) .location-equipment-view .history .service {
  font-weight: bold;
}
:not(.aXNw) .location-equipment-view .history .timestamp {
  color: #999;
  font-size: 12px;
  line-height: 12px;
  display: block;
}
:not(.aXNw) .edit-location-form .select-input,
:not(.aXNw) .edit-location-recurring-service-view .select-input {
  margin-left: 20px;
  width: 244px;
}
:not(.aXNw) .edit-location-form .select-input select,
:not(.aXNw) .edit-location-recurring-service-view .select-input select {
  margin-bottom: 0;
}
:not(.aXNw) .edit-location-form .select-input:after,
:not(.aXNw) .edit-location-recurring-service-view .select-input:after {
  margin-top: -2px;
}
:not(.aXNw) .edit-location-form .validation-bubble,
:not(.aXNw) .edit-location-recurring-service-view .validation-bubble {
  margin-left: 254px;
  margin-top: -30px;
  z-index: 1;
}
:not(.aXNw) .edit-location-form .validation-message,
:not(.aXNw) .edit-location-recurring-service-view .validation-message {
  z-index: 980;
}
:not(.aXNw) .edit-location-recurring-service-view h4 {
  font-weight: bold;
  margin-bottom: 15px;
}
:not(.aXNw) .edit-location-recurring-service-view .control-static {
  padding-top: 5px;
}
:not(.aXNw) .edit-location-recurring-service-view .jobs {
  list-style-type: none;
  margin-left: 0px;
}
:not(.aXNw) .edit-location-recurring-service-view .jobs li {
  padding: 5px;
  color: #000;
}
:not(.aXNw) .edit-location-recurring-service-view .jobs li:hover {
  background-color: #eee;
}
:not(.aXNw) .edit-location-recurring-service-view .jobs li.active {
  background-color: #00cbe9;
  color: #fff;
}
:not(.aXNw) .edit-location-recurring-service-view .jobs li.active i {
  color: #fff;
}
:not(.aXNw) .edit-location-recurring-service-view .jobs li.active a {
  display: inline-block;
  color: #fff;
}
:not(.aXNw) .edit-location-recurring-service-view .span2 {
  width: 110px;
}
:not(.aXNw) .edit-location-recurring-service-view select.input-default {
  min-width: 244px;
}
:not(.aXNw) .edit-location-recurring-service-view .width-auto {
  width: auto;
}
:not(.aXNw) .no-address-match-text {
  font-family:
    "wf_segoe-ui", "Segoe UI", "Lucida Sans", "Helvetica Neue", Helvetica,
    Arial, sans-serif;
  font-size: 13px;
  line-height: 20px;
  color: #333;
}
:not(.aXNw) .white-space-pre-line {
  white-space: pre-line;
}

:not(.aXNw) .select-input {
  position: relative;
  display: inline-block;
}
:not(.aXNw) .select-input select {
  height: 32px;
  -webkit-appearance: none;
  width: 100%;
  padding: 5px 20px 7px 25px;
  margin: 0 0 10px;
  line-height: normal;
}
:not(.aXNw) .select-input:after {
  content: "";
  position: absolute;
  right: 13px;
  top: 50%;
  margin-top: -7px;
  height: 0;
  width: 0;
  border-top: 4px solid #444;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  pointer-events: none;
}
:not(.aXNw) .clearfix {
  *zoom: 1;
}
:not(.aXNw) .clearfix:before,
:not(.aXNw) .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
:not(.aXNw) .clearfix:after {
  clear: both;
}
:not(.aXNw) .hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
:not(.aXNw) .input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* List of unprocessed invoices view */
:not(.aXNw) .batch-sync-toastr-notification {
  top: 62px;
  right: 12px;
}
:not(.aXNw) .view.invoices h1 {
  margin-bottom: 20px;
}
:not(.aXNw) .view.invoices .nav {
  margin-bottom: 10px;
}
:not(.aXNw) .view.invoices .toolbar {
  margin-bottom: 10px;
}
:not(.aXNw) .view.invoices .toolbar .buttons-block {
  clear: left;
}
:not(.aXNw) .view.invoices .toolbar .buttons-block:after {
  content: "";
  display: block;
  clear: both;
}
:not(.aXNw) .view.invoices .toolbar .select-input {
  width: 200px;
  display: inline-block;
}
:not(.aXNw) .view.invoices .toolbar div.control-group {
  margin-right: 10px;
}
:not(.aXNw) .view.invoices .toolbar div.control-group:nth-last-child(-n + 1) {
  margin-right: 0px;
}
:not(.aXNw) .view.invoices .toolbar .batch-manager .batch .created-by,
:not(.aXNw) .view.invoices .toolbar .batch-manager .batch .created-on {
  color: #999;
}
:not(.aXNw) .view.invoices .toolbar .batch-manager .dropdown-toggle {
  line-height: 0;
}
:not(.aXNw) .view.invoices .toolbar .batch-manager .text-danger {
  color: #e63717 !important;
}
:not(.aXNw) .view.invoices .toolbar .batch-manager .text-danger:hover {
  color: #ffffff !important;
  background-color: #e63717 !important;
  background-image: none;
}
:not(.aXNw) .view.invoices .toolbar span.batch-caption {
  line-height: 20px;
  display: inline-block;
  width: 140px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
:not(.aXNw) .view.invoices .toolbar input[name="ClosedBatchSearch"] {
  width: 145px;
}
:not(.aXNw) .view.invoices .toolbar input[name="Filter"] {
  width: 145px;
}
:not(.aXNw) .view.invoices .toolbar button.ms-choice {
  height: 30px;
  line-height: 30px;
}
:not(.aXNw) .view.invoices .toolbar button.ms-choice div {
  margin-top: 3px;
}
:not(.aXNw) .view.invoices .toolbar .filter-selector-wrapper {
  display: inline;
}
:not(.aXNw) .view.invoices .toolbar select.filter-selector {
  margin-right: -2px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
:not(.aXNw) .view.invoices .toolbar input.filter {
  margin-left: -2px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
:not(.aXNw) .view.invoices section table {
  margin-bottom: 20px;
}
:not(.aXNw) .view.invoices h2 {
  margin-bottom: 10px;
}
:not(.aXNw) .view.invoices .invoicing-table-header {
  cursor: pointer;
}
:not(.aXNw) .view.invoices .invoicing-table-header:hover {
  text-decoration: underline;
}
:not(.aXNw) .view.invoices .invoicing-table-header i {
  width: 15px;
}
:not(.aXNw) .view.invoices .invoicing-table-controls {
  display: block;
}
:not(.aXNw) .view.invoices .invoicing-table-controls .control-group {
  float: none;
  display: inline-block;
  margin: 0;
  border-right: 1px solid #ededed;
  padding-right: 10px;
  padding-left: 10px;
}
:not(.aXNw)
  .view.invoices
  .invoicing-table-controls
  .control-group:nth-last-child(1) {
  border: none;
}
:not(.aXNw) .view.invoices .invoicing-table-controls .control-group.disabled {
  color: #ccc;
  text-decoration: none;
  pointer-events: none;
}
:not(.aXNw) .view.invoices .invoicing-table-controls .paging {
  color: #888;
}
:not(.aXNw) .view.invoices .invoicing-table-controls .paging .paging-back {
  margin-right: 5px;
}
:not(.aXNw) .view.invoices .invoicing-table-controls .paging .paging-next {
  margin-left: 5px;
}
:not(.aXNw) .view.invoices table {
  font-size: 9pt;
  width: 100%;
}
:not(.aXNw) .view.invoices table tbody tr {
  border-top: 1px solid #ededed;
}
:not(.aXNw) .view.invoices table tbody tr td.batch-unbatch {
  text-align: right;
}
:not(.aXNw) .view.invoices table tbody tr td.status {
  text-align: right;
  width: 10%;
}
:not(.aXNw) .view.invoices table tbody tr.background-accent {
  background-color: #f9f9f9;
}
:not(.aXNw) .view.invoices table thead th.status {
  text-align: right;
}
:not(.aXNw) .view.invoices .payments table tbody td {
  vertical-align: middle;
}
:not(.aXNw) .view.invoices .purchase-orders table tbody td {
  vertical-align: middle;
}
:not(.aXNw) .view.invoices .bills table tbody td {
  vertical-align: middle;
}
:not(.aXNw) .charge-interest {
  min-width: 600px;
  max-height: 65%;
  overflow-y: scroll;
  overflow-x: visible;
}
:not(.aXNw) .charge-interest table th,
:not(.aXNw) .charge-interest table td {
  padding: 5px;
}
:not(.aXNw) .charge-interest .controls,
:not(.aXNw) .charge-interest select {
  width: 220px;
}
:not(.aXNw) .charge-interest .ui-autocomplete-input {
  width: 206px;
}
:not(.aXNw) .ui-autocomplete {
  max-height: 300px;
  overflow-y: auto;
}
/*Bulk payment view*/
:not(.aXNw) .view.bulk-payments .modal {
  max-width: 900px;
}
:not(.aXNw)
  .view.bulk-payments
  .modal
  .modal-footer
  .payment-type-filter
  ul
  li {
  text-align: left;
}
:not(.aXNw) .view.bulk-payments .modal .modal-footer .missing-payment-type {
  width: 200px;
  height: 26px;
  margin-left: 25px;
  padding-top: 2px;
}
:not(.aXNw) .view.bulk-payments table.members {
  width: 100%;
  font-size: 9pt;
}
:not(.aXNw) .view.bulk-payments table.members tbody tr {
  border-top: 1px solid #ededed;
}
:not(.aXNw) .view.bulk-payments table.members tbody td {
  width: 1px;
}
:not(.aXNw) .view.bulk-print .modal-body .modal-sub-header {
  height: 33px;
  line-height: 26px;
  margin-bottom: 20px;
}
:not(.aXNw) .view.bulk-print .modal-body .modal-sub-header .btn-link {
  padding: 0px 12px;
  margin-bottom: 3px;
}
:not(.aXNw) .view.bulk-print .modal-body .modal-sub-header select {
  margin-left: 8px;
}
:not(.aXNw) .invoice-job-view {
  /* List of commands */
  /* Invoice details */
  /* List views */
  /* Splits */
  /* Signature */
}
:not(.aXNw) .invoice-job-view .nav-list {
  padding: 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}
:not(.aXNw) .invoice-job-view .nav-list li:first-child > a {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
}
:not(.aXNw) .invoice-job-view .nav-list li:last-child > a {
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
:not(.aXNw) .invoice-job-view .nav-list li a {
  color: #999;
  display: block;
  margin: 0 0 -1px;
  padding: 8px 14px;
  border: 1px solid #eee;
  background: white;
}
:not(.aXNw) .invoice-job-view .nav-list li a i {
  float: right;
  margin-right: -6px;
  color: #bfbfbf;
}
:not(.aXNw) .invoice-job-view .nav-list li a strong {
  color: #666666;
}
:not(.aXNw) .invoice-job-view .nav-list li a .label {
  font-size: 12px;
}
:not(.aXNw) .invoice-job-view .nav-list li a .shortcut {
  text-decoration: underline;
  color: #333;
}
:not(.aXNw) .invoice-job-view .nav-list li.active a {
  position: relative;
  z-index: 2;
  padding: 9px 15px;
  border: 0;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow:
    inset 1px 0 0 rgba(0, 0, 0, 0.1),
    inset -1px 0 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow:
    inset 1px 0 0 rgba(0, 0, 0, 0.1),
    inset -1px 0 0 rgba(0, 0, 0, 0.1);
  box-shadow:
    inset 1px 0 0 rgba(0, 0, 0, 0.1),
    inset -1px 0 0 rgba(0, 0, 0, 0.1);
}
:not(.aXNw) .invoice-job-view form h3 {
  margin-bottom: 20px;
}
:not(.aXNw) .invoice-job-view .order {
  width: 18px;
  height: 18px;
  border-radius: 4px;
  background-color: #ffffff;
  border: solid 1px #d0d0d0;
  cursor: pointer;
  float: right;
}
:not(.aXNw) .invoice-job-view .order.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
:not(.aXNw) .invoice-job-view .order.down {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAQAAAD8x0bcAAAACXBIWXMAAAsTAAALEwEAmpwYAAAA82lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjardA/SgNBHMXx70TULloE67mAgmu15eQPi2ARYopsqkxmBw1hd4fZn3/2Bh7B43iDFIIXUVJbqARLwU/1eM2DB+rZDPujzjGUlcRsYvJZPteHGw7YAwDrmmDG4yuAqq48vynYvqEAXk/NsD/ib/ZdiAK8AEnhGwd8AKsHCQJqAfSW6yCgBOitp5MBqCegK/5RAAZ1aOPq5lb0eZqm2hT10uvrthFfNvqycnUMdbTiC+B7A+Aoi7bVmS1Lq5OzhH83y+f6K71PUYA62ey6HXcX73/+7FzAJ0sbODDOTdGSAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAABISURBVHjazJHBCQAgDAMTcaCM7EhuFF+ilYJPzbdHclAa9xS8hZqbf3PKwmXZ3beDICZNolLkmJtYRIAa10UYBxKc/n1wljEAfeQMRGgqs0EAAAAASUVORK5CYII=");
  margin-right: -30px;
}
:not(.aXNw) .invoice-job-view .order.up {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAQAAAD8x0bcAAAACXBIWXMAAAsTAAALEwEAmpwYAAAA82lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjardA/SgNBHMXx70TULloE67mAgmu15eQPi2ARYopsqkxmBw1hd4fZn3/2Bh7B43iDFIIXUVJbqARLwU/1eM2DB+rZDPujzjGUlcRsYvJZPteHGw7YAwDrmmDG4yuAqq48vynYvqEAXk/NsD/ib/ZdiAK8AEnhGwd8AKsHCQJqAfSW6yCgBOitp5MBqCegK/5RAAZ1aOPq5lb0eZqm2hT10uvrthFfNvqycnUMdbTiC+B7A+Aoi7bVmS1Lq5OzhH83y+f6K71PUYA62ey6HXcX73/+7FzAJ0sbODDOTdGSAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAABGSURBVHjaYvzPQBgwMQysonP/z2E4kwVDCQMDA8N/I0acJkGVMJxjQDWNCVMJpjJGdAfM+c/AkMI4uMIJG2AcChGMDQAGACueFvTZoBTcAAAAAElFTkSuQmCC");
  margin-right: -55px;
}
:not(.aXNw) .invoice-job-view .btn-group.actions a > .btn,
:not(.aXNw) .invoice-job-view .btn-group.actions > .btn,
:not(.aXNw) .invoice-job-view .btn-group.actions > .btn-link {
  margin-left: 3px;
}
:not(.aXNw) .invoice-job-view .invoice-details-view table td.caption {
  padding-left: 0;
  white-space: nowrap;
  color: #999;
  font-weight: bold;
  text-align: right;
}
:not(.aXNw) .invoice-job-view .list-view th:first-child,
:not(.aXNw) .invoice-job-view .list-view td:first-child {
  padding-left: 0;
}
:not(.aXNw) .invoice-job-view .list-view th:last-child,
:not(.aXNw) .invoice-job-view .list-view td:last-child {
  padding-right: 0;
}
:not(.aXNw) .invoice-job-view .tasks-view table {
  width: 100%;
}
:not(.aXNw) .invoice-job-view .tasks-view table caption {
  padding-left: 0;
  font-weight: bolder;
  color: #555;
}
:not(.aXNw) .invoice-job-view .tasks-view table td.min-width {
  width: 10px;
  white-space: nowrap;
}
:not(.aXNw) .invoice-job-view .tasks-view table tfoot {
  font-weight: bolder;
}
:not(.aXNw) .invoice-job-view .tasks-view table tfoot tr {
  border-top: 1px solid #999999;
}
:not(.aXNw) .invoice-job-view .materials-view .markup th,
:not(.aXNw) .invoice-job-view .purchase-orders-view .markup th {
  font-weight: normal;
}
:not(.aXNw) .invoice-job-view .tasks-view table:not(:first-child) caption {
  margin-top: 25px;
}
:not(.aXNw) .invoice-job-view h3.item-group-name {
  font-size: 14px;
}
:not(.aXNw) .invoice-job-view .group-content {
  padding-left: 30px;
}
:not(.aXNw) .invoice-job-view .item-group-total {
  font-weight: bold;
  margin-top: 8px;
  text-transform: uppercase;
  font-size: 13px;
  padding: 6px 0;
  border-top: 1px solid #b2b2b2;
  border-bottom: 1px solid #b2b2b2;
  margin-bottom: 12px;
}
:not(.aXNw) .invoice-job-view .item-group-total span:last-child {
  display: inline-block;
  margin-left: 16px;
}
:not(.aXNw) .invoice-job-view .edit-splits-view h3 {
  margin-bottom: 0;
}
:not(.aXNw) .invoice-job-view .edit-splits-view .assignments .span3,
:not(.aXNw) .invoice-job-view .edit-splits-view .assignment-headers .span3 {
  margin-left: 0;
}
:not(.aXNw) .invoice-job-view .edit-splits-view .assignments .span1,
:not(.aXNw) .invoice-job-view .edit-splits-view .assignment-headers .span1 {
  width: 90px;
}
:not(.aXNw)
  .invoice-job-view
  .edit-splits-view
  .assignments
  input.jobAssignment {
  width: 90%;
}
:not(.aXNw) .invoice-job-view .edit-splits-view .assignments input {
  width: 80px;
}
:not(.aXNw) .invoice-job-view .edit-splits-view .assignments select {
  width: 100%;
}
:not(.aXNw) .invoice-job-view .edit-splits-view .assignment-headers {
  color: #999999;
}
:not(.aXNw)
  .invoice-job-view
  .edit-splits-view
  .assignment-headers.controls-row {
  margin-bottom: 5px;
}
:not(.aXNw) .invoice-job-view .edit-splits-view .add-split {
  margin-top: -10px;
  margin-left: 545px;
}
:not(.aXNw) .invoice-job-view .edit-signature-view .sigWrapper {
  position: relative;
}
:not(.aXNw) .invoice-job-view .edit-signature-view .sigWrapper a.clearButton {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  padding: 10px;
}
:not(.aXNw)
  .invoice-job-view
  .edit-task-view
  select[name="InstalledEquipmentId"] {
  width: 244px;
}
:not(.aXNw) .invoice-job-view .edit-task-view .select2-arrow b {
  display: none !important;
}
:not(.aXNw) .invoice-job-view .edit-task-view .renewable-memberships-table {
  width: 99%;
  display: inline-block;
}
:not(.aXNw) .invoice-job-view .edit-task-view .select-input,
:not(.aXNw) .invoice-job-view .edit-material-view .select-input,
:not(.aXNw) .invoice-job-view .edit-invoice-equipment-view .select-input,
:not(.aXNw) .invoice-job-view .edit-purchase-order-view .select-input,
:not(.aXNw) .invoice-job-view .edit-payroll-adjustment-view .select-input,
:not(.aXNw) .invoice-job-view .edit-price-modifier-view .select-input,
:not(.aXNw)
  .invoice-job-view
  .edit-purchase-order-line-item-view
  .select-input {
  margin: 0 0 0 20px;
  width: 244px;
}
:not(.aXNw) .invoice-job-view .edit-task-view .select-input select,
:not(.aXNw) .invoice-job-view .edit-material-view .select-input select,
:not(.aXNw) .invoice-job-view .edit-invoice-equipment-view .select-input select,
:not(.aXNw) .invoice-job-view .edit-purchase-order-view .select-input select,
:not(.aXNw)
  .invoice-job-view
  .edit-payroll-adjustment-view
  .select-input
  select,
:not(.aXNw) .invoice-job-view .edit-price-modifier-view .select-input select,
:not(.aXNw)
  .invoice-job-view
  .edit-purchase-order-line-item-view
  .select-input
  select {
  margin-bottom: 0;
}
:not(.aXNw) .invoice-job-view .edit-task-view .select-input:after,
:not(.aXNw) .invoice-job-view .edit-material-view .select-input:after,
:not(.aXNw) .invoice-job-view .edit-invoice-equipment-view .select-input:after,
:not(.aXNw) .invoice-job-view .edit-purchase-order-view .select-input:after,
:not(.aXNw) .invoice-job-view .edit-payroll-adjustment-view .select-input:after,
:not(.aXNw) .invoice-job-view .edit-price-modifier-view .select-input:after,
:not(.aXNw)
  .invoice-job-view
  .edit-purchase-order-line-item-view
  .select-input:after {
  margin-top: -2px;
}
:not(.aXNw) .invoice-job-view .edit-task-view .readonly-input,
:not(.aXNw) .invoice-job-view .edit-material-view .readonly-input,
:not(.aXNw) .invoice-job-view .edit-invoice-equipment-view .readonly-input,
:not(.aXNw) .invoice-job-view .edit-purchase-order-view .readonly-input,
:not(.aXNw) .invoice-job-view .edit-payroll-adjustment-view .readonly-input,
:not(.aXNw) .invoice-job-view .edit-price-modifier-view .readonly-input,
:not(.aXNw)
  .invoice-job-view
  .edit-purchase-order-line-item-view
  .readonly-input {
  padding-top: 5px;
}
:not(.aXNw) .invoice-job-view .edit-task-view .address,
:not(.aXNw) .invoice-job-view .edit-material-view .address,
:not(.aXNw) .invoice-job-view .edit-invoice-equipment-view .address,
:not(.aXNw) .invoice-job-view .edit-purchase-order-view .address,
:not(.aXNw) .invoice-job-view .edit-payroll-adjustment-view .address,
:not(.aXNw) .invoice-job-view .edit-price-modifier-view .address,
:not(.aXNw) .invoice-job-view .edit-purchase-order-line-item-view .address {
  color: #b2b2b2;
}
:not(.aXNw) .invoice-job-view div.control-group textarea {
  width: 400px;
  height: 60px;
}
:not(.aXNw) .invoice-job-view .payments-view table tr > td:last-child {
  white-space: nowrap;
}
:not(.aXNw) .invoice-job-view .purchase-order-view .flyout-pane > * {
  width: 100%;
  margin-left: 0px;
  max-width: initial;
}
:not(.aXNw)
  .invoice-job-view
  .purchase-order-view
  .flyout-pane
  .flyout-pane__main {
  width: 100%;
  box-sizing: border-box;
}
:not(.aXNw) .invoice-job-view .action-icon {
  font-size: 16px;
}
:not(.aXNw) .invoice-job-view .action-icon i svg {
  margin-top: 4px;
  width: 22px;
  height: 22px;
}
:not(.aXNw) .edit-invoice-details-view .select-input {
  width: 244px;
  display: inline-block;
  margin-left: 20px;
}
:not(.aXNw) .edit-invoice-details-view .select-input select {
  margin-bottom: 0;
}
:not(.aXNw) .edit-invoice-details-view .paymentTerms {
  margin-left: 30px;
}
:not(.aXNw) .edit-invoice-details-view .payment-term-name {
  font-weight: bold;
}
:not(.aXNw) .edit-invoice-details-view .payment-term-due-date {
  padding-left: 30px;
}
:not(.aXNw) .edit-invoice-details-view .select-input:after {
  margin-top: -2px;
}
:not(.aXNw) .edit-invoice-details-view .time-table {
  display: table;
}
:not(.aXNw) .edit-invoice-details-view .time-table .time-table-row {
  display: table-row;
}
:not(.aXNw) .edit-invoice-details-view .time-table .time-table-header,
:not(.aXNw) .edit-invoice-details-view .time-table .time-table-cell {
  display: table-cell;
  width: 100px;
  padding: 0 10px 0 10px;
}
:not(.aXNw) .edit-invoice-details-view .time-table .time-table-header.tech,
:not(.aXNw) .edit-invoice-details-view .time-table .time-table-cell.tech {
  width: 160px;
  padding: 5px 10px 5px 0;
  text-align: right;
}
:not(.aXNw) .edit-invoice-details-view .time-table .time-table-header.text,
:not(.aXNw) .edit-invoice-details-view .time-table .time-table-cell.text {
  padding-top: 5px;
  padding-bottom: 5px;
}
:not(.aXNw) .edit-invoice-details-view .time-table .time-table-header input,
:not(.aXNw) .edit-invoice-details-view .time-table .time-table-cell input {
  width: 80px;
}
:not(.aXNw) .edit-invoice-details-view .time-table .time-table-header {
  font-weight: bold;
}
:not(.aXNw) .edit-invoice-details-view .tax-editor .tax-rate,
:not(.aXNw) .edit-invoice-details-view .tax-editor .tax-value {
  width: 82px;
}
:not(.aXNw) .edit-payroll-adjustment-view .select-input {
  width: 244px;
  display: inline-block;
}
:not(.aXNw) .edit-payroll-adjustment-view .select-input select {
  margin-bottom: 0;
}
:not(.aXNw) .edit-payment-view .alert {
  display: none;
}
:not(.aXNw) .edit-payment-view .alert.visible {
  display: block;
}
:not(.aXNw) .edit-payment-view .swipe-dropdown {
  display: inline-block;
}
:not(.aXNw) .edit-payment-view .swipe-dropdown .swipe-options {
  width: 127px;
  margin-top: -60px;
  position: absolute;
  border: 1px solid #bbb;
}
:not(.aXNw) .edit-payment-view .swipe-dropdown .swipe-options .swipe-option {
  padding: 5px 10px;
  background-color: white;
}
:not(.aXNw)
  .edit-payment-view
  .swipe-dropdown
  .swipe-options
  .swipe-option:hover {
  background-color: #5285ef;
  color: white;
  cursor: default;
}
:not(.aXNw) .edit-payment-view .amount {
  font-weight: bold;
  line-height: 20px;
  padding-top: 5px;
}
:not(.aXNw) .edit-payment-view .cvc,
:not(.aXNw) .edit-payment-view .zip {
  width: 7em;
}
:not(.aXNw) .edit-payment-view .exp-month {
  width: 2em;
}
:not(.aXNw) .edit-payment-view .exp-year {
  width: 4em;
}
:not(.aXNw) .edit-payment-view .select-input {
  margin-left: 20px;
  width: 244px;
}
:not(.aXNw) .edit-payment-view .invoice-list-picker .control-label {
  padding-top: 39px;
}
:not(.aXNw) .edit-payment-view .invoice-list-picker .invoice-list {
  margin-bottom: 10px;
}
:not(.aXNw) .edit-payment-view .invoice-list-picker .invoice-list td {
  vertical-align: middle;
  padding-right: 45px;
}
:not(.aXNw) .edit-payment-view .invoice-list-picker .invoice-list label {
  margin-bottom: 0;
}
:not(.aXNw) .edit-payment-view textarea {
  width: 400px;
  height: 60px;
}
:not(.aXNw) .edit-payment-view .bank-account-charge #check-show-inner {
  margin-bottom: -15px;
  width: 243px;
  text-align: right;
}
:not(.aXNw) .edit-payment-view .bank-account-charge #check-img {
  width: 400px;
  display: none;
}
:not(.aXNw) .edit-payment-view #deferred-interest .controls {
  margin-left: 20px;
  display: inline-block;
}
:not(.aXNw) .edit-payment-view #deferred-interest .select-input {
  width: 140px;
  top: 5px;
}
:not(.aXNw) article.apply-payment h3 {
  color: #cccccc;
  margin: 0 0 5px 0;
}
:not(.aXNw) article.apply-payment .filters {
  width: 245px;
  display: inline-block;
  vertical-align: top;
}
:not(.aXNw) article.apply-payment .invoices,
:not(.aXNw) article.apply-payment .apply-multiple-payment {
  width: 695px;
  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
}
:not(.aXNw) article.apply-payment .apply-multiple-payment h3 {
  margin-left: 100px;
}
:not(.aXNw) .orDivider {
  background: white;
  padding: 8px;
  margin-top: -40px;
  font-size: 20px;
  width: 36px;
  position: relative;
  left: 50%;
  margin-left: -26px;
  text-align: center;
  margin-bottom: 10px;
}
:not(.aXNw) .invoice-email input[name="NewEmail"],
:not(.aXNw) .estimate-email input[name="NewEmail"],
:not(.aXNw) .project-email input[name="NewEmail"],
:not(.aXNw) .work-order-email input[name="NewEmail"],
:not(.aXNw) .application-for-payment-email input[name="NewEmail"],
:not(.aXNw) .job-costing-email input[name="NewEmail"] {
  width: 350px;
}
:not(.aXNw) .invoice-email input[name="From"],
:not(.aXNw) .estimate-email input[name="From"],
:not(.aXNw) .project-email input[name="From"],
:not(.aXNw) .work-order-email input[name="From"],
:not(.aXNw) .application-for-payment-email input[name="From"],
:not(.aXNw) .job-costing-email input[name="From"] {
  width: 254px;
}
:not(.aXNw) .invoice-email input[name="SenderName"],
:not(.aXNw) .estimate-email input[name="SenderName"],
:not(.aXNw) .project-email input[name="SenderName"],
:not(.aXNw) .work-order-email input[name="SenderName"],
:not(.aXNw) .application-for-payment-email input[name="SenderName"],
:not(.aXNw) .job-costing-email input[name="SenderName"] {
  width: 270px;
}
:not(.aXNw) .invoice-email input[name="Subject"],
:not(.aXNw) .estimate-email input[name="Subject"],
:not(.aXNw) .project-email input[name="Subject"],
:not(.aXNw) .work-order-email input[name="Subject"],
:not(.aXNw) .application-for-payment-email input[name="Subject"],
:not(.aXNw) .job-costing-email input[name="Subject"] {
  width: 565px;
}
:not(.aXNw) .invoice-email .save-email-address .checkbox,
:not(.aXNw) .estimate-email .save-email-address .checkbox,
:not(.aXNw) .project-email .save-email-address .checkbox,
:not(.aXNw) .work-order-email .save-email-address .checkbox,
:not(.aXNw) .application-for-payment-email .save-email-address .checkbox,
:not(.aXNw) .job-costing-email .save-email-address .checkbox {
  display: inline-block;
  padding-left: 20px !important;
  padding-right: 20px !important;
}
:not(.aXNw) .invoice-email textarea,
:not(.aXNw) .estimate-email textarea,
:not(.aXNw) .project-email textarea,
:not(.aXNw) .work-order-email textarea,
:not(.aXNw) .application-for-payment-email textarea,
:not(.aXNw) .job-costing-email textarea {
  width: 565px;
  height: 320px;
}
:not(.aXNw) .invoice-add-to-batch select {
  margin-bottom: 10px;
}
:not(.aXNw) .confirm-post-batch-bills-with-unexported-receipts-modal,
:not(.aXNw) .confirm-post-batch-payments-with-unbatched-invoices-modal {
  width: 610px;
}
:not(.aXNw) .time-and-materials-charge .item-title {
  font-weight: bold;
}
:not(.aXNw) .edit-price-modifier-view .controls.read-only {
  padding-top: 5px;
}

:not(.aXNw) .job-arrival-window-edit {
  position: relative;
}
:not(.aXNw) .job-arrival-window-edit .validation-message {
  background: inherit;
  margin-left: inherit;
  color: #d99590;
  left: 0;
  top: 54px;
}
:not(.aXNw) .job-arrival-window-edit .validation-message:after {
  content: "";
  display: none;
}

:not(.aXNw) .select-input {
  position: relative;
  display: inline-block;
}
:not(.aXNw) .select-input select {
  height: 32px;
  -webkit-appearance: none;
  width: 100%;
  padding: 5px 20px 7px 25px;
  margin: 0 0 10px;
  line-height: normal;
}
:not(.aXNw) .select-input:after {
  content: "";
  position: absolute;
  right: 13px;
  top: 50%;
  margin-top: -7px;
  height: 0;
  width: 0;
  border-top: 4px solid #444;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  pointer-events: none;
}
:not(.aXNw) .clearfix {
  *zoom: 1;
}
:not(.aXNw) .clearfix:before,
:not(.aXNw) .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
:not(.aXNw) .clearfix:after {
  clear: both;
}
:not(.aXNw) .hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
:not(.aXNw) .input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
:not(.aXNw) .noscroll {
  overflow: hidden;
}
:not(.aXNw) .container-fluid-inventory {
  min-width: 1184px;
}
:not(.aXNw) .inventory {
  color: #777777;
}
:not(.aXNw) .inventory .btn {
  text-shadow: none;
}
:not(.aXNw) .inventory .btn:hover,
:not(.aXNw) .inventory .btn:focus {
  background-position: 0px 0px;
}
:not(.aXNw) .inventory article {
  border-radius: 6px;
  background-color: #ffffff;
  border: solid 1px #eff3f6;
  margin-bottom: 80px;
}
:not(.aXNw) .inventory .multiselect-native-select .multiselect {
  text-align: left;
}
:not(.aXNw) .inventory .multiselect-native-select button {
  height: 36px;
  border: solid 1px #ced0da;
  border-radius: 4px;
  padding: 0 15px;
  color: #adadad;
  background-color: white;
  box-shadow: none;
  background-image: linear-gradient(to top, #f2f4f7, #ffffff);
}
:not(.aXNw)
  .inventory
  .multiselect-native-select
  button
  .multiselect-selected-text {
  font-size: 14px;
  font-weight: 600;
  color: #354052;
}
:not(.aXNw) .inventory .multiselect-native-select .btn .caret {
  right: 10px;
  position: absolute;
}
:not(.aXNw) .inventory .multiselect-native-select .btn-group.open button {
  background-color: white;
  box-shadow: none;
  background-image: none;
}
:not(.aXNw)
  .inventory
  .multiselect-native-select
  .btn-group.open
  button.btn.dropdown-toggle {
  background-color: white;
}
:not(.aXNw) .inventory .multiselect-native-select .multiselect-filter {
  background-color: #dddddd;
  margin-bottom: 15px;
}
:not(.aXNw)
  .inventory
  .multiselect-native-select
  .multiselect-filter
  .icon-search {
  position: absolute;
  color: #777777;
  left: 17px;
  top: 10px;
}
:not(.aXNw)
  .inventory
  .multiselect-native-select
  .multiselect-filter
  .input-group {
  margin: 0;
}
:not(.aXNw)
  .inventory
  .multiselect-native-select
  .multiselect-filter
  .multiselect-search {
  margin: 4px;
  padding: 5px 0 5px 30px;
  border-radius: 7px;
}
:not(.aXNw) .inventory .multiselect-native-select .dropdown-menu {
  background-color: #f2f2f2;
  border: 0;
  height: 275px;
  overflow-y: auto;
}
:not(.aXNw) .inventory .multiselect-native-select li a {
  margin: 0;
  color: #7d7d7d;
}
:not(.aXNw) .inventory .multiselect-native-select li a:hover,
:not(.aXNw) .inventory .multiselect-native-select li a:focus {
  color: #7d7d7d;
  background-image: none;
  background-color: initial;
  border: 0;
  outline: none;
}
:not(.aXNw) .inventory .multiselect-native-select li:hover a,
:not(.aXNw) .inventory .multiselect-native-select li.active a {
  color: #7d7d7d;
  background-image: none;
  background-color: initial;
}
:not(.aXNw) .inventory .multiselect-native-select li.active .checkbox:before {
  width: 18px;
  height: 18px;
  border-width: 0;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAIAAADZrBkAAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAADlSURBVHjaYky4/3nBmx8MpIAEEQ5GjrNvfvz7T5I2DiZGJlL1MDAw/Pj3n4l41bxMjHA2sdpU2Zmu6wikiLBDuCxE6jmgzs/CyHj8yx9ibYPrcbr58eqPv0Rpw6oHRZsOBzORehDaDDiZz2kJdMlwEaMHoe3C978zX/8oleCC6MSvByUkcx9/ZWBgKJXgEmBm8uZnxaMHPQIgOnPEOV/9/odHD5Z4y3389ePf/8vf/cSjh4GBgZHh9GsG0gETCyMjqXpYGBmZnPlYSdXmzMfK+PHvv2mvfjz59Y9IPTJsTFliHIABAItIZQNcNzZgAAAAAElFTkSuQmCC");
}
:not(.aXNw) .inventory .multiselect-native-select li .checkbox {
  padding: 0 0 0 25px;
  position: relative;
}
:not(.aXNw) .inventory .multiselect-native-select li .checkbox input {
  display: none;
}
:not(.aXNw) .inventory .multiselect-native-select li .checkbox:before {
  content: " ";
  display: inline-block;
  border: 2px solid #cccccc;
  border-radius: 4px;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 0;
}
:not(.aXNw) .inventory .inventory-tabs {
  margin-bottom: 60px;
  position: relative;
}
:not(.aXNw) .inventory .filter {
  padding: 0 30px;
}
:not(.aXNw) .inventory .filter .control-group label.control-label {
  font-size: 14px;
  font-weight: 600;
  margin-top: 25px;
  margin-bottom: 7px;
  color: #7f8fa4;
}
:not(.aXNw) .inventory .filter .control-group .date-input {
  width: 70px;
  height: 26px;
}
:not(.aXNw) .inventory .filter .control-group .select-input {
  width: 200px;
}
:not(.aXNw) .inventory .filter .control-group .select-input select {
  height: 40px;
  border: solid 2px #dddddd;
  border-radius: 5px;
  padding: 0 15px;
  color: #adadad;
}
:not(.aXNw) .inventory .filter .control-group.pull-right {
  padding-top: 52px;
}
:not(.aXNw) .inventory .filter .control-group.pull-right .btn {
  height: 36px;
  background-image: linear-gradient(to top, #f2f4f7, #ffffff);
  background-position: 0px 0px;
  border: solid 1px #ced0da;
  border-radius: 4px;
  color: #354052;
  font-weight: 500;
  font-size: 14px;
}
:not(.aXNw) .inventory .filter .control-group.pull-right .btn:disabled {
  background-color: white;
  opacity: 0.5;
}
:not(.aXNw)
  .inventory
  .filter
  .control-group.pull-right
  .btn-group
  .btn-action {
  background-color: #00c0e9;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  color: white;
  width: 110px;
  margin: auto;
}
:not(.aXNw)
  .inventory
  .filter
  .control-group.pull-right
  .btn-group
  .dropdown-toggle
  .selected {
  color: #ffffff;
  display: inline-block;
  margin-right: 5px;
}
:not(.aXNw) .inventory .filter .control-group.pull-right.buttons-blue .btn {
  width: 200px;
  background-image: linear-gradient(to top, #1991eb, #2da1f8);
  border: solid 1px #1585d8;
  color: #ffffff;
}
:not(.aXNw)
  .inventory
  .filter
  .control-group.pull-right.buttons-blue
  .btn
  .icon-pencil {
  color: #86caff;
}
:not(.aXNw)
  .inventory
  .filter
  .control-group.pull-right.buttons-blue
  .dropdown-menu {
  width: 180px;
}
:not(.aXNw)
  .inventory
  .filter
  .control-group.pull-right.buttons-blue
  .dropdown-menu
  li
  a.subsection-header {
  cursor: text;
  color: #939393;
  pointer-events: none;
}
:not(.aXNw)
  .inventory
  .filter
  .control-group.pull-right.buttons-blue
  .dropdown-menu
  li
  a.split-line {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: gainsboro;
}
:not(.aXNw) .inventory .filter .control-group .icon-signout,
:not(.aXNw) .inventory .filter .control-group .icon-download-alt,
:not(.aXNw) .inventory .filter .control-group .icon-edit {
  color: #86caff;
}
:not(.aXNw) .inventory .filter .control-group .icon-ban-circle,
:not(.aXNw) .inventory .filter .control-group .icon-envelope-alt,
:not(.aXNw) .inventory .filter .control-group .icon-undo {
  color: #a1a7af;
}
:not(.aXNw) .inventory .filter .control-group:not(.last-element) {
  margin-right: 10px;
}
:not(.aXNw) .inventory .filter .advanced-search .pull-left {
  margin-right: 10px;
}
:not(.aXNw) .inventory .filter .advanced-search .pull-left input {
  width: 125px;
}
:not(.aXNw) .inventory .filter.filter-orders .btn-link {
  font-weight: bold;
}
:not(.aXNw) .inventory .pagesize {
  margin-right: 50px;
  font-size: 14px;
  color: black;
  margin-top: -2px;
}
:not(.aXNw) .inventory .pagesize select {
  width: 100px;
  height: 31px;
  vertical-align: baseline;
  font-size: 14px;
  font-weight: 600;
  color: black;
  border: solid 1px #ced0da;
  border-radius: 4px;
  padding: 0 15px;
  background-color: white;
  box-shadow: none;
  background-image: linear-gradient(to top, #f2f4f7, #ffffff);
}
:not(.aXNw) .inventory .info-bar {
  padding: 20px 34px;
  font-weight: 600;
  color: #7f8fa4;
}
:not(.aXNw) .inventory .info-bar .total {
  font-size: 16px;
  line-height: 40px;
}
:not(.aXNw) .inventory .info-bar .paging {
  font-size: 14px;
  font-weight: 600;
}
:not(.aXNw) .inventory .info-bar .paging span {
  margin-right: 10px;
}
:not(.aXNw) .inventory .info-bar .paging i {
  color: #ced0da;
}
:not(.aXNw) .inventory .info-bar .paging .btn {
  border-radius: 4px;
  background-image: linear-gradient(to top, #f2f4f7, #ffffff);
  border: solid 1px #ced0da;
}
:not(.aXNw) .inventory .info-bar .paging .btn:nth-child(2) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
}
:not(.aXNw) .inventory .info-bar .paging .btn:nth-child(3) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: -4px;
}
:not(.aXNw) .inventory .popup-material {
  width: 500px;
  height: auto;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  padding: 10px 20px;
  box-sizing: border-box;
  border-radius: 6px;
  position: absolute;
  font-size: 14px;
  background: #222c3c;
}
:not(.aXNw) .inventory .popup-material > div {
  float: left;
}
:not(.aXNw) .inventory .popup-material > div:first-of-type {
  margin-right: 30px;
}
:not(.aXNw) .inventory .popup-material > div:first-of-type .material-icons {
  font-size: 82px;
  height: 82px;
  line-height: 82px;
  color: #7f8fa4;
}
:not(.aXNw) .inventory .popup-material > div:nth-child(2) {
  width: 340px;
}
:not(.aXNw) .inventory .popup-material .name {
  font-size: 16px;
  font-weight: bold;
  line-height: 18px;
  color: #ffffff;
}
:not(.aXNw) .inventory .popup-material .code {
  line-height: 14px;
  color: #ffffff;
  margin-top: 7px;
}
:not(.aXNw) .inventory .popup-material .description {
  line-height: 16px;
  color: #ffffff;
  margin-top: 16px;
}
:not(.aXNw) .inventory .popup-material .triangle {
  position: absolute;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  left: 45px;
}
:not(.aXNw) .inventory .popup-material .triangle.upside {
  border-bottom: 15px solid #222c3c;
  top: -15px;
}
:not(.aXNw) .inventory .popup-material .triangle.downside {
  border-top: 15px solid #222c3c;
  bottom: -15px;
}
:not(.aXNw) .inventory .change-vendor {
  width: auto;
  height: auto;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.35);
  box-sizing: border-box;
  border-radius: 2px;
  position: absolute;
  background: #eff3f6;
}
:not(.aXNw) .inventory .change-vendor .radiobox input {
  width: 18px;
  height: 18px;
}
:not(.aXNw) .inventory .change-vendor .btn {
  height: 36px;
  width: 100px;
  background-image: linear-gradient(to top, #f2f4f7, #ffffff);
  background-position: 0px 0px;
  border: solid 1px #ced0da;
  border-radius: 4px;
  color: #354052;
  font-weight: 500;
  font-size: 14px;
}
:not(.aXNw) .inventory .change-vendor .buttons-blue .btn {
  width: 160px;
  background-image: linear-gradient(to top, #1991eb, #2da1f8);
  border: solid 1px #1585d8;
  color: #ffffff;
}
:not(.aXNw) .inventory .hide-material {
  opacity: 0.35;
}
:not(.aXNw) .inventory td.vendor-name:hover {
  cursor: pointer;
}
:not(.aXNw)
  .inventory
  td.vendor-name:hover
  span:not(:empty):not([class*="icon"]) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.35);
}
:not(.aXNw) .inventory .table-wrapper {
  min-height: 320px;
}
:not(.aXNw) .inventory .st-table a.btn-link {
  margin-left: 0px;
  line-height: initial;
  vertical-align: initial;
}
:not(.aXNw) .inventory .st-table .modern-checkbox .indicator {
  border: 2px solid #cccccc;
  border-radius: 4px;
  width: 14px;
  height: 14px;
}
:not(.aXNw)
  .inventory
  .st-table
  .modern-checkbox
  input:checked
  + label
  .indicator {
  border: 2px solid #00c0e9;
  border-width: 0;
  width: 18px;
  height: 18px;
}
:not(.aXNw) .inventory .st-table th {
  white-space: nowrap;
}
:not(.aXNw) .inventory .st-table th i {
  margin-left: 4px;
  white-space: nowrap;
}
:not(.aXNw) .inventory .st-table tbody td .project-link {
  display: inline-block;
  color: #7f8fa4;
  vertical-align: middle;
  margin: -2px 0;
}
:not(.aXNw) .inventory .st-table tbody td .dot {
  width: 8px;
  height: 8px;
  border-radius: 100px;
  display: inline-block;
  margin-left: 2px;
}
:not(.aXNw) .inventory .st-table tbody td .yellow {
  background-color: #ffcc00;
}
:not(.aXNw) .inventory .st-table tbody td .green {
  background-color: #00ca6d;
}
:not(.aXNw) .inventory .st-table tbody td .red {
  background-color: #e64c66;
}
:not(.aXNw) .inventory .st-table tbody td .material-code {
  border-bottom: 1px dotted;
}
:not(.aXNw) .inventory .st-table tbody td .revenue {
  display: inline-block;
  width: 40px;
}
:not(.aXNw) .inventory .edit-purchase-order {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  display: block;
  z-index: 1000;
}
:not(.aXNw) .inventory .edit-purchase-order .background {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: rgba(77, 92, 116, 0.8);
  opacity: 0.7;
  cursor: pointer;
}
:not(.aXNw) .inventory .edit-purchase-order .content {
  position: absolute;
  width: 1150px;
  height: 100%;
  z-index: 1001;
  background: white;
  font-size: 16px;
  overflow: auto;
}
:not(.aXNw) .inventory .edit-purchase-order .content .header {
  background-color: #333333;
  color: #ffffff;
  padding: 17px 0 17px 25px;
}
:not(.aXNw) .inventory .edit-purchase-order .content .header .title {
  width: 200px;
  margin: auto;
  font-size: 18px;
}
:not(.aXNw) .inventory .edit-purchase-order .content .header .button:hover {
  cursor: pointer;
}
:not(.aXNw) .inventory .edit-purchase-order .content .header .button .arrow {
  display: inline-block;
  font-family: "Material Icons";
  font-size: 24px;
  position: absolute;
}
:not(.aXNw) .inventory .edit-purchase-order .content .header .button div {
  margin-left: 25px;
}
:not(.aXNw) .inventory .edit-purchase-order .content .header .pull-left > span {
  font-size: 16px;
}
:not(.aXNw) .inventory .edit-purchase-order .content .navbar {
  height: 75px;
  line-height: 75px;
  background: #f9f9f9;
  padding-left: 30px;
  padding-right: 20px;
  font-size: 18px;
  font-weight: bold;
  color: #222222;
}
:not(.aXNw) .inventory .edit-purchase-order .content .navbar div {
  display: inline-block;
}
:not(.aXNw) .inventory .edit-purchase-order .content .navbar .center {
  text-align: center;
  margin-left: 260px;
}
:not(.aXNw)
  .inventory
  .edit-purchase-order
  .content
  .navbar
  .center
  .po-number {
  padding: 0 100px;
  font-size: 20px;
}
:not(.aXNw) .inventory .edit-purchase-order .content .navbar .status {
  background-repeat: no-repeat;
  padding-left: 30px;
  background-position-y: 27px;
  font-weight: normal;
}
:not(.aXNw) .inventory .edit-purchase-order .content .navbar .pending-status {
  background-image: url("data:image/png;base64,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");
}
:not(.aXNw) .inventory .edit-purchase-order .content .navbar .sent-status {
  background-image: url("data:image/png;base64,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");
}
:not(.aXNw) .inventory .edit-purchase-order .content .navbar .received-status {
  background-image: url("data:image/png;base64,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");
}
:not(.aXNw) .inventory .edit-purchase-order .content .navbar .navigation {
  font-family: "Material Icons";
  font-size: 40px;
  color: #00c0e9;
}
:not(.aXNw) .inventory .edit-purchase-order .content .navbar .navigation:hover {
  cursor: pointer;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
:not(.aXNw) .inventory .edit-purchase-order .content .navbar .total {
  font-size: 18px;
}
:not(.aXNw) .inventory .edit-purchase-order .content .navbar .total-header {
  color: #7f8fa4;
}
:not(.aXNw) .inventory .edit-purchase-order .content .summary {
  padding: 20px 30px 30px 30px;
  font-size: 14px;
}
:not(.aXNw) .inventory .edit-purchase-order .content .summary > .pull-left {
  width: 600px;
}
:not(.aXNw)
  .inventory
  .edit-purchase-order
  .content
  .summary
  > .pull-left
  > div {
  width: 300px;
}
:not(.aXNw)
  .inventory
  .edit-purchase-order
  .content
  .summary
  > .pull-left
  .address {
  color: #b2b2b2;
}
:not(.aXNw)
  .inventory
  .edit-purchase-order
  .content
  .summary
  > .pull-left
  .disable-radio-label {
  width: 0px;
}
:not(.aXNw) .inventory .edit-purchase-order .content .summary > .pull-right {
  width: 400px;
}
:not(.aXNw)
  .inventory
  .edit-purchase-order
  .content
  .summary
  > .pull-right
  .memo
  textarea {
  width: 350px;
  height: 90px;
  border-radius: 4px;
  border: solid 1px #dfe3e9;
}
:not(.aXNw)
  .inventory
  .edit-purchase-order
  .content
  .summary
  > .pull-right
  input.date-input {
  width: 120px;
}
:not(.aXNw) .inventory .edit-purchase-order .content .summary label {
  color: #b2b2b2;
  text-align: left;
  padding: 0;
  width: 100px;
}
:not(.aXNw) .inventory .edit-purchase-order .content .filter,
:not(.aXNw) .inventory .edit-purchase-order .content .items {
  padding: 0 30px;
  margin: 0;
}
:not(.aXNw) .inventory .edit-purchase-order .content .filter .pull-left,
:not(.aXNw) .inventory .edit-purchase-order .content .items .pull-left {
  padding-top: 52px;
}
:not(.aXNw) .inventory .edit-purchase-order .content .filter .btn,
:not(.aXNw) .inventory .edit-purchase-order .content .items .btn {
  width: 78px;
  height: 36px;
  margin: 10px;
  font-weight: 600;
  color: #7383a1;
}
:not(.aXNw) .inventory .edit-purchase-order .content .filter .btn-success,
:not(.aXNw) .inventory .edit-purchase-order .content .items .btn-success {
  text-transform: uppercase;
  background: linear-gradient(to bottom, #39b54a, #34aa44 98%);
  color: #ffffff;
}
:not(.aXNw) .inventory .edit-purchase-order .content .filter .buttons-blue .btn,
:not(.aXNw) .inventory .edit-purchase-order .content .items .buttons-blue .btn,
:not(.aXNw) .inventory .edit-purchase-order .content .filter .btn-action .btn,
:not(.aXNw) .inventory .edit-purchase-order .content .items .btn-action .btn {
  width: auto;
  font-weight: normal;
}
:not(.aXNw) .inventory .edit-purchase-order .content .items .edit {
  padding: 6px;
}
:not(.aXNw)
  .inventory
  .edit-purchase-order
  .content
  .items
  .edit
  input[type="number"] {
  margin: 0;
  border-radius: 4px;
  border: solid 1px #dfe3e9;
  height: 36px;
  width: 65px;
}
:not(.aXNw) .inventory .edit-purchase-order .content .tax-edit {
  margin-right: 80px;
  height: 60px;
}
:not(.aXNw) .inventory .edit-purchase-order .content .tax-edit .control-label {
  font-size: 16px;
  display: inline-block;
  margin: 10px 0 0 0;
  height: 36px;
  text-align: center;
}
:not(.aXNw) .inventory .edit-purchase-order .content .tax-edit span.pull-right {
  margin: 10px 0 0 10px;
}
:not(.aXNw)
  .inventory
  .edit-purchase-order
  .content
  .tax-edit
  input[type="number"] {
  font-size: 16px;
  margin: 0 0 0 5px;
  border-radius: 4px;
  border: solid 1px #dfe3e9;
  height: 36px;
  width: 65px;
}
:not(.aXNw) .inventory .material-icons {
  font-family: "Material Icons";
}
:not(.aXNw) .inventory-cancel-order > div {
  text-align: center;
  margin: -15px;
}
:not(.aXNw) .inventory-cancel-order > div span {
  font-size: 18px;
  color: #354052;
}
:not(.aXNw) .inventory-cancel-order > div .modal-header,
:not(.aXNw) .inventory-cancel-order > div .modal-footer {
  height: 40px;
  background-color: #f0f3f8;
  text-align: left;
  vertical-align: middle;
  padding: 10px;
  border: none;
}
:not(.aXNw) .inventory-cancel-order > div .modal-header span,
:not(.aXNw) .inventory-cancel-order > div .modal-footer span {
  font-weight: 600;
  margin-left: 20px;
}
:not(.aXNw) .inventory-cancel-order > div .modal-header .btn,
:not(.aXNw) .inventory-cancel-order > div .modal-footer .btn {
  height: 26px;
  line-height: 26px;
  color: #7383a1;
  font-size: 14px;
}
:not(.aXNw) .inventory-cancel-order > div .body {
  padding: 50px 30px 50px 30px;
}
:not(.aXNw) div.import-error-list {
  padding-left: 0px;
}
:not(.aXNw) div.import-error-list div.controls {
  width: 100%;
  height: 40px;
  padding: 6px;
  background-color: #ffd7cf;
  color: red;
}
:not(.aXNw) div.import-error-list div.k-old-grid {
  background-color: #ffd7cf;
}
:not(.aXNw) div.import-error-list div.k-old-grid div.k-old-grid-header {
  background-color: #ffd7cf;
}
:not(.aXNw)
  div.import-error-list
  div.k-old-grid
  div.k-old-grid-header
  div.k-old-grid-header-wrap {
  border-width: 1px 0 1px 0;
  border-color: red;
}
:not(.aXNw)
  div.import-error-list
  div.k-old-grid
  div.k-old-grid-header
  div.k-old-grid-header-wrap
  table
  thead
  tr
  th {
  border-width: 0 0 0 0;
  background-color: #ffdacf;
}
:not(.aXNw) div.import-error-list div.k-old-grid div.k-old-grid-content {
  background-color: #ffd7cf;
}
:not(.aXNw)
  div.import-error-list
  div.k-old-grid
  div.k-old-grid-content
  table
  tbody
  tr {
  background-color: #ffd7cf;
}
:not(.aXNw)
  div.import-error-list
  div.k-old-grid
  div.k-old-grid-content
  table
  tbody
  tr
  td {
  border-color: red;
  padding: 0.7em 1.286em !important;
}
:not(.aXNw)
  div.import-error-list
  div.k-old-grid
  div.k-old-grid-content
  table
  tbody
  tr.k-old-alt {
  background-color: #ffdacf;
}
:not(.aXNw) div.import-error-list span.error-value {
  color: red;
  font-weight: bold;
}
:not(.aXNw) .requisition {
  z-index: 1000 !important;
}
:not(.aXNw) .requisition .back-link {
  cursor: pointer;
  width: 158px;
}
:not(.aXNw) .requisition .requisition-header {
  min-height: auto !important;
  border-bottom: 2px solid rgba(34, 36, 38, 0.15);
  background-color: rgba(0, 0, 0, 0) !important;
}
:not(.aXNw) .requisition .requisition-header .requisition-number {
  font-size: 20px;
  line-height: 1.5;
  color: #141414;
}
:not(.aXNw) .requisition .requisition-header .secondary.pointing.menu {
  border-bottom: 0px !important;
}
:not(.aXNw) .requisition .requisition-header .grey-text {
  color: #444445;
  font-size: 14px;
}
:not(.aXNw) .requisition .requisition-header .black-text {
  font-size: 14px;
  font-weight: 600;
  color: #141414;
}
:not(.aXNw) .requisition .requisition-header .created-by.edit-mode {
  display: inline-block;
}
:not(.aXNw) .requisition .requisition-header .vertical-bar {
  border: solid 1px #eeeeee;
  background-color: #ffffff;
  margin-right: 16px;
  margin-left: 16px;
}
:not(.aXNw) .requisition .requisition-selection-header {
  background-color: #444445;
  min-height: 150px;
}
:not(.aXNw) .requisition .requisition-selection-header .grid {
  height: 100%;
}
:not(.aXNw) .requisition .requisition-selection-header .inverted-label {
  color: white;
}
:not(.aXNw) .requisition .requisition-selection-header .selection-info {
  font-size: 20px;
}
:not(.aXNw)
  .requisition
  .requisition-selection-header
  .selection-info
  .close.icon {
  float: none !important;
}
:not(.aXNw) .requisition .edit-footer {
  border-top: 2px solid rgba(34, 36, 38, 0.15);
}
:not(.aXNw) .requisition .ui.segment.centered {
  margin-left: 255px;
  margin-right: 255px;
}
:not(.aXNw) .requisition .transactions-tab {
  padding-left: 255px;
  padding-right: 255px;
}
:not(.aXNw) .requisition .transactions-tab .transactions.menu {
  max-width: 320px;
  margin-bottom: 32px;
}
:not(.aXNw) .requisition .transactions-tab .card {
  width: 351px !important;
  border-radius: 3px !important;
  position: relative;
  cursor: pointer;
  padding: 24px !important;
}
:not(.aXNw) .requisition .transactions-tab .card .ui.floating.label {
  top: 0px;
  right: -1px;
  left: unset;
  margin: 24px 24px 0em 0em !important;
}
:not(.aXNw) .requisition .transactions-tab .card .card-header {
  width: 194px;
  height: 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: #2270ee;
  margin-bottom: 24px;
}
:not(.aXNw) .requisition .transactions-tab .card .details {
  margin-top: 8px;
}
:not(.aXNw) .requisition .transactions-tab .card .details .header {
  min-width: 100px;
  display: inline-block;
  height: 21px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  color: #737475;
}
:not(.aXNw) .requisition .transactions-tab .card .details .value {
  display: inline-block;
  width: 133px;
  height: 21px;
  font-size: 14px;
  line-height: 1.5;
  color: #141414;
}
:not(.aXNw) .requisition .requisition-dropdown {
  position: relative;
}
:not(.aXNw) .requisition .requisition-dropdown i {
  position: absolute;
  left: 85%;
  top: 27%;
}

:not(.aXNw) .clearfix {
  *zoom: 1;
}
:not(.aXNw) .clearfix:before,
:not(.aXNw) .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
:not(.aXNw) .clearfix:after {
  clear: both;
}
:not(.aXNw) .hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
:not(.aXNw) .input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
:not(.aXNw) .inventory-module .row,
:not(.aXNw) .inventory-view .row {
  margin-left: 0 !important;
}
:not(.aXNw) .inventory-module .row:before,
:not(.aXNw) .inventory-view .row:before,
:not(.aXNw) .inventory-module .row:after,
:not(.aXNw) .inventory-view .row:after {
  content: initial;
}
:not(.aXNw) .inventory-module .inventory-caption,
:not(.aXNw) .inventory-view .inventory-caption,
:not(.aXNw) .inventory-module .inventory-link,
:not(.aXNw) .inventory-view .inventory-link {
  font-size: 1rem;
}
:not(.aXNw) .inventory-module .ui.dropdown .ui.left.vertical.menu,
:not(.aXNw) .inventory-view .ui.dropdown .ui.left.vertical.menu {
  width: auto;
  padding-top: 0;
  background: #f7f7f7;
}
:not(.aXNw) .inventory-module .ui.dropdown .menu > .divider,
:not(.aXNw) .inventory-view .ui.dropdown .menu > .divider {
  margin: 0;
}
:not(.aXNw) .inventory-module .dashed,
:not(.aXNw) .inventory-view .dashed {
  border-bottom: 1px dashed;
  text-decoration: none;
}
:not(.aXNw) .inventory-module .ui.search .results,
:not(.aXNw) .inventory-view .ui.search .results {
  width: 100%;
}
:not(.aXNw) .inventory-module .loading,
:not(.aXNw) .inventory-view .loading {
  display: initial;
}
:not(.aXNw) .inventory-module .k-old-loading-image,
:not(.aXNw) .inventory-view .k-old-loading-image {
  visibility: hidden;
}
:not(.aXNw) .inventory-module .k-old-loading-color,
:not(.aXNw) .inventory-view .k-old-loading-color {
  opacity: 0.5;
}
:not(.aXNw) .inventory-module .comment-button,
:not(.aXNw) .inventory-view .comment-button {
  color: #1d9bf8;
  cursor: pointer;
  user-select: none;
  padding-right: 12px;
}
:not(.aXNw) .inventory-module .comment-count,
:not(.aXNw) .inventory-view .comment-count {
  font-family: "wf_segoe-ui", "Segoe UI", "Source Sans Pro", sans-serif;
  text-shadow: none;
  font-size: 0.8em;
  background: #fe5d5d;
  color: white;
  border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
  display: inline-block;
  margin-right: 1px;
  text-align: center;
  width: 1.6em;
  line-height: 1.6em;
}
:not(.aXNw) .inventory-module input.prompt,
:not(.aXNw) .inventory-view input.prompt {
  border-radius: 0.25rem !important;
}
:not(.aXNw) .inventory-module .po-search .search.dropdown,
:not(.aXNw) .inventory-view .po-search .search.dropdown {
  width: 110px;
  border-radius: 0.25rem 0 0 0.25rem !important;
  border-right: 0 !important;
}
:not(.aXNw) .inventory-module .po-search .icon.input,
:not(.aXNw) .inventory-view .po-search .icon.input {
  height: 100%;
}
:not(.aXNw) .inventory-module .po-search input.prompt,
:not(.aXNw) .inventory-view .po-search input.prompt {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
:not(.aXNw) .inventory-module .po-search .field,
:not(.aXNw) .inventory-view .po-search .field {
  margin: 0 !important;
}
:not(.aXNw) .inventory-module .menu-button,
:not(.aXNw) .inventory-view .menu-button {
  margin-left: auto;
  padding-bottom: 3px;
}
:not(.aXNw) .inventory-module .menu-button > .button,
:not(.aXNw) .inventory-view .menu-button > .button,
:not(.aXNw) .inventory-module .menu-button > .buttons,
:not(.aXNw) .inventory-view .menu-button > .buttons {
  margin-right: 0;
}
:not(.aXNw) .inventory-module .menu-button > .button .vertical.menu,
:not(.aXNw) .inventory-view .menu-button > .button .vertical.menu,
:not(.aXNw) .inventory-module .menu-button > .buttons .vertical.menu,
:not(.aXNw) .inventory-view .menu-button > .buttons .vertical.menu {
  flex-direction: column;
}
:not(.aXNw) .inventory-module .menu-button > .button .vertical.menu .item,
:not(.aXNw) .inventory-view .menu-button > .button .vertical.menu .item,
:not(.aXNw) .inventory-module .menu-button > .buttons .vertical.menu .item,
:not(.aXNw) .inventory-view .menu-button > .buttons .vertical.menu .item {
  width: 100%;
}
:not(.aXNw) .inventory-module .header.selection-info,
:not(.aXNw) .inventory-view .header.selection-info {
  margin-top: 10px !important;
}
:not(.aXNw) .inventory-module .header.selection-info .sub.header,
:not(.aXNw) .inventory-view .header.selection-info .sub.header {
  font-size: 1rem !important;
}
:not(.aXNw) .inventory-module .warehouse-card .header,
:not(.aXNw) .inventory-view .warehouse-card .header {
  word-wrap: break-word;
}
:not(.aXNw) .inventory-module .inventory-view:not(.fullscreen).accounting,
:not(.aXNw) .inventory-view .inventory-view:not(.fullscreen).accounting {
  padding-left: 188px;
  margin-top: -15px;
  margin-right: -20px;
}
:not(.aXNw) .inventory-module > .ui.secondary.vertical.menu,
:not(.aXNw) .inventory-view > .ui.secondary.vertical.menu {
  background: #f7f7f7;
  top: 56px;
  bottom: 0;
  height: auto !important;
  padding-left: 18px;
  padding-right: 10px;
  width: 13rem;
}
:not(.aXNw) .inventory-module > .ui.secondary.vertical.menu > h5.header,
:not(.aXNw) .inventory-view > .ui.secondary.vertical.menu > h5.header {
  margin: 24px 0 16px;
  padding-left: 36px;
  font-weight: normal;
  opacity: 0.96;
}
:not(.aXNw) .inventory-module > .ui.secondary.vertical.menu > .item,
:not(.aXNw) .inventory-view > .ui.secondary.vertical.menu > .item {
  border-radius: 0 !important;
  font-size: 14px;
  line-height: 125%;
  margin-bottom: 0;
  padding: 8px 24px 10px 36px;
}
:not(.aXNw) .inventory-module > .ui.secondary.vertical.menu > .item.active,
:not(.aXNw) .inventory-view > .ui.secondary.vertical.menu > .item.active {
  background-color: rgba(84, 88, 90, 0.12);
}
:not(.aXNw) .inventory-module > .ui.secondary.vertical.menu > .ui.divider,
:not(.aXNw) .inventory-view > .ui.secondary.vertical.menu > .ui.divider {
  border-top-width: 2px;
  opacity: 0.65;
}
:not(.aXNw)
  .inventory-module
  > .ui.secondary.vertical.menu
  > .ui.divider:last-of-type,
:not(.aXNw)
  .inventory-view
  > .ui.secondary.vertical.menu
  > .ui.divider:last-of-type {
  opacity: 0;
}
:not(.aXNw) .inventory-module .filter-column,
:not(.aXNw) .inventory-view .filter-column {
  width: 200px !important;
}
:not(.aXNw) .inventory-module .filter-column .filters,
:not(.aXNw) .inventory-view .filter-column .filters {
  width: 200px;
}
:not(.aXNw) .inventory-module .filter-column .filters div.search.input,
:not(.aXNw) .inventory-view .filter-column .filters div.search.input {
  height: inherit !important;
  width: inherit !important;
}
:not(.aXNw) .inventory-module .filter-column .filters .ui.search,
:not(.aXNw) .inventory-view .filter-column .filters .ui.search {
  display: block !important;
  opacity: 1 !important;
}
:not(.aXNw) .inventory-module .filter-column .filters input,
:not(.aXNw) .inventory-view .filter-column .filters input {
  height: inherit !important;
}
:not(.aXNw) .inventory-module .grid-column,
:not(.aXNw) .inventory-view .grid-column {
  width: calc(100% - 200px) !important;
  padding-left: 2em !important;
}
:not(.aXNw) .inventory-module .transaction-grid-header,
:not(.aXNw) .inventory-view .transaction-grid-header {
  margin-bottom: 2em;
}
:not(.aXNw) .inventory-module .transaction-grid-header .transaction-actions,
:not(.aXNw) .inventory-view .transaction-grid-header .transaction-actions {
  margin-top: 0;
  padding: 0 0 0 1em;
}
:not(.aXNw)
  .inventory-module
  .transaction-grid-header
  .transaction-action-result,
:not(.aXNw)
  .inventory-view
  .transaction-grid-header
  .transaction-action-result {
  margin-bottom: 1em !important;
}
:not(.aXNw)
  .inventory-module
  .transaction-grid-header
  .transaction-action-result
  .close.icon,
:not(.aXNw)
  .inventory-view
  .transaction-grid-header
  .transaction-action-result
  .close.icon {
  top: initial;
}
:not(.aXNw) .inventory-module .inventory-kendo-grid,
:not(.aXNw) .inventory-view .inventory-kendo-grid {
  font-size: 14px;
  /* header table */
}
:not(.aXNw)
  .inventory-module
  .inventory-kendo-grid
  .k-old-grid-header-wrap
  > table,
:not(.aXNw)
  .inventory-view
  .inventory-kendo-grid
  .k-old-grid-header-wrap
  > table,
:not(.aXNw) .inventory-module .inventory-kendo-grid .k-old-grid-content > table,
:not(.aXNw) .inventory-view .inventory-kendo-grid .k-old-grid-content > table,
:not(.aXNw)
  .inventory-module
  .inventory-kendo-grid
  .k-old-virtual-scrollable-wrap
  > table,
:not(.aXNw)
  .inventory-view
  .inventory-kendo-grid
  .k-old-virtual-scrollable-wrap
  > table {
  min-width: 1190px;
}
:not(.aXNw) .inventory-module .inventory-kendo-grid .k-old-grid-content,
:not(.aXNw) .inventory-view .inventory-kendo-grid .k-old-grid-content {
  max-height: 700px;
  min-height: 200px;
  border-bottom: solid 1px #e6e6e6;
}
:not(.aXNw)
  .inventory-module
  .inventory-kendo-grid
  input.k-old-checkbox
  + label.k-old-checkbox-label,
:not(.aXNw)
  .inventory-view
  .inventory-kendo-grid
  input.k-old-checkbox
  + label.k-old-checkbox-label {
  font-size: 10px;
}
:not(.aXNw) .inventory-module .template-change-message,
:not(.aXNw) .inventory-view .template-change-message {
  padding: 9px;
  text-align: center;
  background-color: #d9edf7;
  border-color: #bce8f1;
  margin-top: -15px;
  margin-left: -40px;
  margin-right: -20px;
}
:not(.aXNw)
  .inventory-module
  .grid
  .k-old-grid-content
  table
  tbody
  tr
  .error-state,
:not(.aXNw)
  .inventory-view
  .grid
  .k-old-grid-content
  table
  tbody
  tr
  .error-state {
  border: 2px solid #e0b4b4;
  background-color: #fff6f6;
}
:not(.aXNw)
  .inventory-module
  .grid
  .k-old-grid-content
  table
  tbody
  tr
  .warning-state,
:not(.aXNw)
  .inventory-view
  .grid
  .k-old-grid-content
  table
  tbody
  tr
  .warning-state {
  border: 2px solid #c9ba9b;
  background-color: #fffaf3;
}
:not(.aXNw)
  .inventory-module
  .clickable-table
  .k-old-grid-content
  > table
  > tbody
  > tr,
:not(.aXNw)
  .inventory-view
  .clickable-table
  .k-old-grid-content
  > table
  > tbody
  > tr {
  cursor: pointer;
}
:not(.aXNw) .inventory-module tbody td .dot,
:not(.aXNw) .inventory-view tbody td .dot {
  width: 8px;
  height: 8px;
  border-radius: 100px;
  display: inline-block;
  margin-left: 2px;
}
:not(.aXNw) .inventory-module tbody td .dot .yellow,
:not(.aXNw) .inventory-view tbody td .dot .yellow {
  background-color: #ffcc00;
}
:not(.aXNw) .inventory-module tbody td .dot .green,
:not(.aXNw) .inventory-view tbody td .dot .green {
  background-color: #00ca6d;
}
:not(.aXNw) .inventory-module tbody td .dot .red,
:not(.aXNw) .inventory-view tbody td .dot .red {
  background-color: #e64c66;
}
:not(.aXNw) .inventory-module .react-button-container,
:not(.aXNw) .inventory-view .react-button-container {
  display: inline-flex;
  margin-left: 10px;
}
:not(.aXNw) .inventory-module .button-padding-like-anvil,
:not(.aXNw) .inventory-view .button-padding-like-anvil {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
  margin-right: 0px !important;
  margin-left: 10px !important;
}
:not(.aXNw) .inventory-module .ui.green.label,
:not(.aXNw) .inventory-view .ui.green.label {
  background-color: #1fbc70 !important;
  border-color: #1fbc70 !important;
  color: #ffffff !important;
}
:not(.aXNw) .inventory-module .ui.purple.label,
:not(.aXNw) .inventory-view .ui.purple.label {
  background-color: #6954c0 !important;
  border-color: #6954c0 !important;
  color: #ffffff !important;
}
:not(.aXNw) .inventory-module .ui.orange.label,
:not(.aXNw) .inventory-view .ui.orange.label {
  background-color: #ee8400 !important;
  border-color: #ee8400 !important;
  color: #ffffff !important;
}
:not(.aXNw) .details.inventory-view {
  min-width: 1000px;
}
:not(.aXNw) .details.inventory-view .header-info {
  background-color: #f8f9f9;
  font-size: 16px;
  min-height: 73px;
  z-index: 100;
  box-shadow: none !important;
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 24px;
}
:not(.aXNw) .details.inventory-view .header-info .number {
  font-size: 20px;
  margin-right: 25px;
}
:not(.aXNw) .details.inventory-view .header-info .number-small {
  font-size: 13px;
}
:not(.aXNw) .details.inventory-view .header-info .back-button {
  font-weight: bolder;
}
:not(.aXNw) .details.inventory-view .header-info .back-button .icon {
  font-size: 18px !important;
  vertical-align: baseline;
  font-weight: bolder;
  width: auto;
}
:not(.aXNw) .details.inventory-view .header-info .batch-info {
  font-size: 14px;
  padding-left: 25px;
}
:not(.aXNw) .details.inventory-view .header-info .batch-info .sync-status {
  color: #7f8fa4;
}
:not(.aXNw) .details.inventory-view .header-info .total-cost .text {
  font-size: 13px;
  font-weight: 600;
}
:not(.aXNw) .details.inventory-view .header-info .total-cost .cost {
  font-size: 36px;
}
:not(.aXNw) .details.inventory-view .header-info .variance {
  margin-top: 25px;
  font-size: 14px;
  margin-bottom: 32px;
}
:not(.aXNw) .details.inventory-view .header-info .variance .cost {
  font-size: 24px;
}
:not(.aXNw) .details.inventory-view .header-info .variance .cost-red {
  font-size: 24px;
  color: red;
}
:not(.aXNw) .details.inventory-view .header-info .right-vertical-divider {
  border-right: 1px;
  border-right-style: groove;
}
:not(.aXNw) .details.inventory-view .header-info .left-vertical-divider {
  border-left: 1px;
  border-left-style: groove;
}
:not(.aXNw) .details.inventory-view .header-info .link-button + button,
:not(.aXNw) .details.inventory-view .header-info .link-button + .button,
:not(.aXNw) .details.inventory-view .header-info .link-button + .buttons {
  margin-left: 24px;
}
:not(.aXNw) .details.inventory-view .header-info .expanded-header .row {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
:not(.aXNw) .details.inventory-view .header-info .expanded-header .number {
  margin-right: 0px !important;
}
:not(.aXNw)
  .details.inventory-view
  .header-info
  .expanded-header
  .total-details {
  margin-top: -14px;
}
:not(.aXNw) .details.inventory-view .sticky-anchor {
  position: sticky;
  background: inherit;
  z-index: 9;
}
:not(.aXNw) .details.inventory-view .dividing.header {
  font-size: 16px;
  color: #7f8fa4;
  font-weight: 600;
  padding-bottom: 10px;
}
:not(.aXNw) .details.inventory-view .dividing.header .header-extra {
  color: rgba(0, 0, 0, 0.4);
  font-size: 14px;
}
:not(.aXNw) .details.inventory-view .memo textarea {
  display: block;
  width: 100%;
  min-height: 40px;
  resize: vertical;
  padding: 10px;
  max-height: 220px;
  overflow-y: scroll;
}
:not(.aXNw) .details.inventory-view .job-no .ui.input {
  width: 100%;
}
:not(.aXNw) .details.inventory-view .job-no .ui.input .validation-message {
  top: -30px;
}
:not(.aXNw) .details.inventory-view .inv-required:after {
  margin: -0.2em 0 0 0.2em;
  content: "*";
  color: #d8002b;
}
:not(.aXNw) .details.inventory-view .filter-fields {
  padding-top: 4px !important;
}
:not(.aXNw) .details.inventory-view .filter-fields > .column {
  margin-bottom: 20px !important;
}
:not(.aXNw) .details.inventory-view .wide-dropdown-button > .dropdown.icon {
  margin-left: 1em !important;
}
:not(.aXNw) .details.inventory-view .wide-calendar-input {
  width: 100%;
}
:not(.aXNw) .details.inventory-view .import-buttons {
  background-color: white;
}
:not(.aXNw) .details.inventory-view .no-charge-checkbox {
  display: block;
  margin-top: 0.5em;
}
:not(.aXNw) .details.inventory-view .no-charge-checkbox label {
  font-weight: normal;
  color: black;
}
:not(.aXNw) .details.inventory-view label {
  color: #343434;
  font-size: 1em;
  font-weight: 600;
  cursor: auto;
}
:not(.aXNw) .details.inventory-view .ui.secondary.pointing.menu .item .count {
  margin-left: 4px;
  color: #4183c4;
}
:not(.aXNw) .details.inventory-view [data-balloon]:after {
  line-height: 1rem;
  font-size: 1rem;
}
:not(.aXNw) .details.inventory-view .status-text {
  font-size: 16px;
  color: #7f8fa4;
  font-weight: 600;
}
:not(.aXNw) .details.inventory-view .item-grid-header {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin: 4px 16px 11px 16px !important;
  min-height: 43px;
  height: 43px;
}
:not(.aXNw) .details.inventory-view .item-grid-header input {
  width: 130px;
  padding-left: 10px;
}
:not(.aXNw) .details.inventory-view .item-grid-header .buttons {
  margin-left: -16px;
}
:not(.aXNw) .details.inventory-view .item-grid-header .buttons .add-item {
  color: #289df5;
  background-color: #eff5fc;
}
:not(.aXNw) .details.inventory-view .item-grid-header .transfer-button {
  margin-left: 0;
}
:not(.aXNw) .details.inventory-view .item-grid-header .grid-action {
  display: flex !important;
  align-items: center;
  justify-content: flex-end;
}
:not(.aXNw) .details.inventory-view .item-grid-header .grid-action span > input,
:not(.aXNw) .details.inventory-view .item-grid-header .grid-action span > span {
  height: 100%;
}
:not(.aXNw)
  .details.inventory-view
  .item-grid-header
  .grid-action
  > span:not(:last-child) {
  margin-right: 1em;
}
:not(.aXNw)
  .details.inventory-view
  .item-grid-header
  .grid-action
  .tax-tool
  span.validation-message {
  display: unset;
}
:not(.aXNw)
  .details.inventory-view
  .item-grid-header
  .grid-action
  .tax-tool
  button {
  vertical-align: top;
  padding: 2px 10px 2px 10px;
  height: 41px;
}
:not(.aXNw)
  .details.inventory-view
  .item-grid-header
  .grid-action
  .tax-tool
  .abbreviate-number
  .BodyText {
  margin-bottom: 0px;
}
:not(.aXNw)
  .details.inventory-view
  .item-grid-header
  .grid-action
  > .buttons:last-child,
:not(.aXNw)
  .details.inventory-view
  .item-grid-header
  .grid-action
  > button:last-child {
  margin-right: -16px;
}
:not(.aXNw) .details.inventory-view .item-list .row {
  padding-top: 0;
}
:not(.aXNw) .details.inventory-view .item-list .item-grid .k-old-grid-content {
  max-height: initial;
}
@media (max-height: 890px) {
  :not(.aXNw)
    .details.inventory-view
    .item-list
    .item-grid
    .k-old-grid-content {
    min-height: 40px;
  }
}
:not(.aXNw)
  .details.inventory-view
  .item-list
  .item-grid
  .k-old-grid-content
  table
  td.select-checkbox {
  padding: 0.7em 1.286em;
}
:not(.aXNw)
  .details.inventory-view
  .item-list
  .item-grid
  .k-autocomplete.k-state-default,
:not(.aXNw)
  .details.inventory-view
  .item-list
  .item-grid
  .k-old-autocomplete.k-old-state-default {
  width: 100%;
  white-space: initial;
  border: none;
  background: none;
  cursor: pointer;
}
:not(.aXNw)
  .details.inventory-view
  .item-list
  .item-grid
  .k-autocomplete.k-state-default.k-autocomplete-empty,
:not(.aXNw)
  .details.inventory-view
  .item-list
  .item-grid
  .k-old-autocomplete.k-old-state-default.k-autocomplete-empty,
:not(.aXNw)
  .details.inventory-view
  .item-list
  .item-grid
  .k-autocomplete.k-state-default.k-old-autocomplete-empty,
:not(.aXNw)
  .details.inventory-view
  .item-list
  .item-grid
  .k-old-autocomplete.k-old-state-default.k-old-autocomplete-empty {
  background-color: #fafafa;
  border-color: #f0f0f0;
  display: flex;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  color: #777777;
  min-height: 35px;
  margin-left: -13.8px;
  margin-right: -13.8px;
  width: calc(100% + 27.6px);
  max-width: none !important;
}
:not(.aXNw)
  .details.inventory-view
  .item-list
  .item-grid
  .k-old-edit-cell
  textarea.k-old-textbox,
:not(.aXNw)
  .details.inventory-view
  .item-list
  .item-grid
  .k-old-edit-cell
  input:not(.k-old-input) {
  width: 100%;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
  box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(82, 168, 236, 0.6);
}
:not(.aXNw)
  .details.inventory-view
  .item-list
  .item-grid
  .k-old-edit-cell
  .k-old-textbox {
  resize: vertical;
  min-height: 36px;
  margin-top: 4px !important;
  line-height: 30px;
  height: 36px;
}
:not(.aXNw)
  .details.inventory-view
  .item-list
  .item-grid
  .k-old-edit-cell
  .k-old-input:not(.k-old-formatted-value) {
  display: inline-block !important;
}
:not(.aXNw)
  .details.inventory-view
  .item-list
  .item-grid
  .k-old-edit-cell
  .k-old-input.k-old-formatted-value {
  display: none !important;
}
:not(.aXNw)
  .details.inventory-view
  .item-list
  .item-grid
  .k-old-edit-cell
  .k-old-numeric-wrap:before {
  height: 1em !important;
}
:not(.aXNw) .details.inventory-view .item-list .item-grid .exclamation-icon {
  float: right;
}
:not(.aXNw)
  .details.inventory-view
  .item-list
  .item-grid
  tbody
  > tr:nth-child(2n):not(:hover):not(.k-old-state-selected) {
  background-color: #fbfbfb;
}
:not(.aXNw)
  .details.inventory-view
  .item-list
  .inventory-sticky-kendo-grid
  > .k-old-grid-header {
  position: sticky;
  background: inherit;
  z-index: 8;
}
:not(.aXNw) .details.inventory-view .item-list .selected-row {
  background-color: #ecf4fd !important;
}
:not(.aXNw) .details.inventory-view .item-list .serialization .error {
  color: #e63717;
  font-weight: 600;
}
:not(.aXNw) .details.inventory-view .item-list .serialization .complete {
  color: #2d2e31;
  font-weight: 600;
}
:not(.aXNw) .details.inventory-view .item-list .serialization .n-a {
  color: #9e9ea0;
}
:not(.aXNw) .details.inventory-view .enter-tip {
  font-size: 14px;
  color: #343434;
}
:not(.aXNw) .details.inventory-view .enter-tip .enter-btn {
  border-radius: 4px;
  padding: 2px;
  background-color: #f2f2f2;
  border: solid 1px #d6d6d6;
}
:not(.aXNw) .details.inventory-view .enter-tip.hidden {
  visibility: hidden;
}
:not(.aXNw) .details.fullscreen.inventory-view {
  position: absolute;
  left: 0;
  right: 0;
  top: 0px !important;
  bottom: 0;
  z-index: 110;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  background: white;
}
:not(.aXNw) .details.fullscreen.inventory-view .header-info {
  padding: 0 1em;
}
:not(.aXNw) .details.fullscreen.inventory-view .inventory-view-body-with-footer,
:not(.aXNw) .details.fullscreen.inventory-view .inventory-view-body {
  font-size: 16px;
  height: 100%;
  padding: 0 1em;
  overflow: auto;
  background-color: white;
}
:not(.aXNw) .details.fullscreen.inventory-view .inventory-view-body {
  padding-bottom: 80px;
}
:not(.aXNw) .details.fullscreen.inventory-view .sticky-anchor {
  top: 0;
}
:not(.aXNw) .details.fullscreen.inventory-view .inventory-view-footer {
  padding-bottom: 60px;
}
:not(.aXNw) .details.inventory-view:not(.fullscreen) {
  background-color: #fcfcfc;
}
:not(.aXNw) .details.inventory-view:not(.fullscreen) .sticky-header {
  position: sticky;
  z-index: 100;
}
:not(.aXNw) .details.inventory-view:not(.fullscreen) .header-info {
  box-shadow: rgba(0, 0, 0, 0.1) 0 2px 5px 0;
  min-height: 73px;
  top: 0px;
}
:not(.aXNw)
  .details.inventory-view:not(.fullscreen)
  .sticky-header.header-info
  ~ .sticky-anchor,
:not(.aXNw)
  .details.inventory-view:not(.fullscreen)
  .header-info[data-bind*="sticky"]
  ~ .sticky-anchor {
  top: 73px;
}
:not(.aXNw) .details.inventory-view:not(.fullscreen) .collapsed-header > .row {
  height: 73px;
}
:not(.aXNw) .flyout-pane__content .details.fullscreen.inventory-view {
  top: 0;
  padding-bottom: 0;
}
:not(.aXNw)
  .flyout-pane__content
  .details.fullscreen.inventory-view
  .header-info {
  background-color: white;
}
:not(.aXNw)
  .flyout-pane__content
  .details.fullscreen.inventory-view
  .inventory-view-body {
  padding-bottom: 0;
}
:not(.aXNw) .flyout-pane__content .k-old-autocomplete.k-old-header {
  width: 100%;
}
:not(.aXNw) .details.inventory-view.purchase-orders .inventory-view-body {
  min-height: 510px;
}
:not(.aXNw) .inventory-autocomplete-item,
:not(.aXNw) .inventory-autocomplete-item > * {
  max-width: 800px;
  white-space: pre-wrap;
  word-break: break-word;
}
:not(.aXNw) .inventory-grid-tooltip {
  font-size: 14px !important;
  padding: 8px !important;
  color: #f5f5f5 !important;
  background-color: #444445 !important;
}
:not(.aXNw) .inventory-grid-tooltip .header {
  display: none;
}
:not(.aXNw) .inventory-grid-tooltip .header + .content {
  padding-top: 0 !important;
}
:not(.aXNw) .inventory-grid-tooltip:before {
  background-color: #444445 !important;
}
:not(.aXNw) .inventory-grid-abbreviated-number {
  display: flex;
  align-items: center;
}
:not(.aXNw) .inventory-grid-abbreviated-number .number {
  margin-right: 5px;
}
:not(.aXNw) .inventory-grid-abbreviated-number .unit-cost-icon-more-horiz {
  display: inline-flex;
  height: 16px;
  width: 16px;
  background-color: #d0d8dd;
  border-radius: 50%;
  color: #6a7a85;
}
:not(.aXNw) .inventory-autocomplete-list .k-old-group-header {
  padding-left: 11px !important;
}
:not(.aXNw) .inventory-autocomplete-list .inventory-autocomplete-list-header,
:not(.aXNw) .inventory-autocomplete-list .k-old-item.k-old-first {
  margin-top: 24px;
  display: flex;
  flex-direction: column-reverse;
}
:not(.aXNw)
  .inventory-autocomplete-list
  .inventory-autocomplete-list-header
  .k-old-group,
:not(.aXNw) .inventory-autocomplete-list .k-old-item.k-old-first .k-old-group {
  padding: 0 !important;
}
:not(.aXNw) .inventory-autocomplete-list .k-old-item.k-old-first:before {
  border: none !important;
}
:not(.aXNw) .inventory-autocomplete-list .inventory-autocomplete-list-header,
:not(.aXNw) .inventory-autocomplete-list .k-old-group-header,
:not(.aXNw) .inventory-autocomplete-list .k-old-item.k-old-first .k-old-group {
  background: none !important;
  position: unset !important;
  color: #737475 !important;
  text-transform: none !important;
  text-align: left !important;
}
:not(.aXNw) .flyout-fullscreen.flyout-pane > * {
  width: 100%;
  margin-left: 0px;
  max-width: initial;
}
:not(.aXNw)
  .flyout-fullscreen.flyout-pane
  .flyout-pane__content
  .flyout-pane__main
  .details.inventory-view.invoice-closeout
  .closeout-sub-header-info {
  padding: 1em 1em 0;
  background-color: #f8f9f9;
  margin-bottom: 1em;
}
:not(.aXNw)
  .flyout-fullscreen.flyout-pane
  .flyout-pane__content
  .flyout-pane__main
  .details.inventory-view.invoice-closeout
  .ui.grid
  .tooltip {
  position: fixed;
}
:not(.aXNw)
  .flyout-fullscreen.flyout-pane
  .flyout-pane__content
  .flyout-pane__main
  .details.inventory-view.invoice-closeout
  .action-button-header {
  font-weight: bold;
  font-size: 18px;
}
:not(.aXNw)
  .flyout-fullscreen.flyout-pane
  .flyout-pane__content
  .flyout-pane__main
  .details.inventory-view.invoice-closeout
  .action-button-sub-header {
  font-size: 14px;
}
:not(.aXNw) .flyout-fullscreen .flyout-pane__main {
  width: 100%;
  box-sizing: border-box;
}
:not(.aXNw) #toast-notification {
  position: fixed;
  z-index: 200;
  top: 60px;
  right: -300px;
  height: 50px;
  line-height: 50px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
  padding: 0 10px;
  box-sizing: border-box;
  border-radius: 6px;
  font-size: 14px;
  background: #354052;
  color: #eff3f6;
  width: auto;
}
:not(.aXNw) #toast-notification i {
  color: #8c97b2;
  margin-right: 6px;
}
:not(.aXNw) .alert-error.inventory {
  text-align: left;
  margin-bottom: 20px;
  background-color: rgba(249, 77, 50, 0.1);
  border-radius: 3px;
  line-height: 1.5;
  letter-spacing: normal;
  color: #e63717;
}
:not(.aXNw) .alert-warning.inventory {
  text-align: left;
  margin-bottom: 20px;
  border-radius: 3px;
  line-height: 1.5;
  letter-spacing: normal;
}
:not(.aXNw) .inventory-large-modal {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50% !important;
}
:not(.aXNw) .inventory-large-modal.scale.transition.in {
  -webkit-animation-name: modalScaleIn;
  animation-name: modalScaleIn;
}
:not(.aXNw) .inventory-large-modal.scale.transition.out {
  -webkit-animation-name: modalScaleOut;
  animation-name: modalScaleOut;
}
@-webkit-keyframes modalScaleIn {
  :not(.aXNw) 0% {
    opacity: 0;
    -webkit-transform: scale(0.8) translateY(-50%);
    transform: scale(0.8) translateY(-50%);
  }
  :not(.aXNw) 100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-50%);
    transform: scale(1) translateY(-50%);
  }
}
@keyframes modalScaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8) translateY(-50%);
    transform: scale(0.8) translateY(-50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-50%);
    transform: scale(1) translateY(-50%);
  }
}
@-webkit-keyframes modalScaleOut {
  :not(.aXNw) 0% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-50%);
    transform: scale(1) translateY(-50%);
  }
  :not(.aXNw) 100% {
    opacity: 0;
    -webkit-transform: scale(0.9) translateY(-50%);
    transform: scale(0.9) translateY(-50%);
  }
}
@keyframes modalScaleOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-50%);
    transform: scale(1) translateY(-50%);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.9) translateY(-50%);
    transform: scale(0.9) translateY(-50%);
  }
}
:not(.aXNw) .inventory-large-modal > .header {
  padding: 24px 24px 32px !important;
  border-bottom: 1px solid #dacaca !important;
}
:not(.aXNw) .inventory-large-modal .ui.header {
  font-size: 20px !important;
  line-height: 1.5 !important;
  font-weight: 600 !important;
  color: #141414 !important;
}
:not(.aXNw) .inventory-large-modal .ui.sub.header {
  text-transform: none !important;
  font-weight: 500 !important;
  color: #141414 !important;
  padding-top: 16px !important;
}
:not(.aXNw) .inventory-large-modal .scrolling.content {
  max-height: calc(50vh) !important;
}
:not(.aXNw) .inventory-large-modal .scrolling.content > .ui.header {
  font-size: 16px !important;
  line-height: 1.5 !important;
  font-weight: 600 !important;
  color: #141414 !important;
}
:not(.aXNw) .inventory-large-modal thead > tr {
  font-size: 14px !important;
  line-height: 1.5 !important;
}
:not(.aXNw) .inventory-large-modal thead > tr th {
  color: #737475 !important;
}
:not(.aXNw) .inventory-large-modal td:nth-child(1) {
  color: #2d2e31;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  max-width: 350px;
  word-wrap: break-word;
}
:not(.aXNw) .inventory-large-modal td:nth-child(2) {
  max-width: 85px;
}
:not(.aXNw) .inventory-large-modal .ui.accordion .title.error {
  color: #f94d32 !important;
}
:not(.aXNw) .inventory-large-modal .ui.search .prompt {
  border-radius: 0rem !important;
}
:not(.aXNw) .inventory-large-modal .ui.search.error {
  border: 1px solid #f94d32 !important;
  background: #fff !important;
}
:not(.aXNw) .inventory-large-modal .ui.dropdown.error > .menu > .item {
  color: #2d2e31 !important;
}
:not(.aXNw) .inventory-large-modal .error div.menu.transition {
  border-color: #f94d32 !important;
}
:not(.aXNw) .inventory-large-modal div.menu.transition {
  max-height: 22vh !important;
}
:not(.aXNw) .inventory-large-modal .ui.dropdown.error,
:not(.aXNw) .inventory-large-modal .ui.dropdown.error > .text,
:not(.aXNw) .inventory-large-modal .ui.dropdown.error > .default.text {
  color: #2d2e31 !important;
}
:not(.aXNw) .inventory-large-modal .actions {
  background: #fff !important;
  border-top: 1px solid #fae9e9 !important;
}
:not(.aXNw) .inventory-large-modal .ui.basic.table tbody tr,
:not(.aXNw) .inventory-large-modal .ui.table tr td {
  border: 0 !important;
}
:not(.aXNw) .control-group.error.inventory .control-label {
  color: #f94d32 !important;
}
:not(.aXNw) .control-group.error.inventory input {
  border-color: #f94d32 !important;
  color: #f94d32 !important;
}
:not(.aXNw) .control-group.error.inventory [class^="select2-choice"] {
  border-color: #f94d32 !important;
  color: #f94d32 !important;
}
:not(.aXNw) .control-group .serialization {
  width: 345px;
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 20px;
  color: #555;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  -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);
  -webkit-transition:
    border linear 0.2s,
    box-shadow linear 0.2s;
  -moz-transition:
    border linear 0.2s,
    box-shadow linear 0.2s;
  -o-transition:
    border linear 0.2s,
    box-shadow linear 0.2s;
  transition:
    border linear 0.2s,
    box-shadow linear 0.2s;
}
:not(.aXNw) .control-group .serialization .error {
  color: #e63717;
  font-weight: 600;
}
:not(.aXNw) .control-group .serialization .complete {
  color: #2d2e31;
  font-weight: 600;
}
:not(.aXNw) .control-group .serialization .n-a {
  color: #9e9ea0;
}
:not(.aXNw) .inv-config-title {
  width: 220px;
  display: inline-block !important;
  text-align: right;
  padding-right: 20px;
  font-size: 14px !important;
  font-weight: 600;
  line-height: 1.5;
}
:not(.aXNw) .inventory-configuration .header {
  font-size: 20px !important;
  font-weight: 600 !important;
  padding-bottom: 20px !important;
}
:not(.aXNw) .inventory-configuration .field {
  padding-bottom: 30px;
}
:not(.aXNw) .inventory-configuration .field .ui {
  font-size: 14px !important;
}
:not(.aXNw) .inventory-configuration .qbd-message {
  margin-left: 220px;
  padding-top: 10px;
  width: 500px;
}
:not(.aXNw) .inventory-configuration .sub-label {
  padding-top: 10px;
}
:not(.aXNw) .inventory-configuration .top-align {
  vertical-align: top;
}
:not(.aXNw) .date-alert {
  font-size: 16px;
  color: #ff0000 !important;
  font-weight: 600;
  padding-bottom: 10px;
}
:not(.aXNw) .location-materials td a {
  display: block;
  width: 100%;
  height: 100%;
  color: #333;
}
:not(.aXNw) .location-materials td a:hover {
  display: block;
  width: 100%;
  height: 100%;
  color: #333;
}
:not(.aXNw) .inventory-prevent-scrolling {
  overflow: hidden;
}

:not(.aXNw) .clearfix {
  *zoom: 1;
}
:not(.aXNw) .clearfix:before,
:not(.aXNw) .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
:not(.aXNw) .clearfix:after {
  clear: both;
}
:not(.aXNw) .hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
:not(.aXNw) .input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
:not(.aXNw) .container-fluid-ko-override {
  margin: 0 !important;
  width: 1280px;
}
:not(.aXNw) .container-fluid-ko-override .row,
:not(.aXNw) .container-fluid-ko-override [class*="span"] {
  margin-left: 0;
}
@media (min-width: 1280px) {
  :not(.aXNw) .container-fluid-ko-override {
    width: auto;
  }
}

:not(.aXNw) .clearfix {
  *zoom: 1;
}
:not(.aXNw) .clearfix:before,
:not(.aXNw) .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
:not(.aXNw) .clearfix:after {
  clear: both;
}
:not(.aXNw) .hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
:not(.aXNw) .input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
:not(.aXNw) .project-invoice-view {
  /* List views */
}
:not(.aXNw) .project-invoice-view h3 {
  margin: 15px 0 5px 0;
}
:not(.aXNw) .project-invoice-view form h3 {
  margin-bottom: 20px;
}
:not(.aXNw) .project-invoice-view table.details td.caption {
  padding-left: 0;
  white-space: nowrap;
  color: #999;
  font-weight: bold;
  text-align: right;
}
:not(.aXNw) .project-invoice-view .order {
  width: 18px;
  height: 18px;
  border-radius: 4px;
  background-color: #ffffff;
  border: solid 1px #d0d0d0;
  cursor: pointer;
  display: inline-block;
  float: right;
}
:not(.aXNw) .project-invoice-view .order.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
:not(.aXNw) .project-invoice-view .order.down {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAQAAAD8x0bcAAAACXBIWXMAAAsTAAALEwEAmpwYAAAA82lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjardA/SgNBHMXx70TULloE67mAgmu15eQPi2ARYopsqkxmBw1hd4fZn3/2Bh7B43iDFIIXUVJbqARLwU/1eM2DB+rZDPujzjGUlcRsYvJZPteHGw7YAwDrmmDG4yuAqq48vynYvqEAXk/NsD/ib/ZdiAK8AEnhGwd8AKsHCQJqAfSW6yCgBOitp5MBqCegK/5RAAZ1aOPq5lb0eZqm2hT10uvrthFfNvqycnUMdbTiC+B7A+Aoi7bVmS1Lq5OzhH83y+f6K71PUYA62ey6HXcX73/+7FzAJ0sbODDOTdGSAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAABISURBVHjazJHBCQAgDAMTcaCM7EhuFF+ilYJPzbdHclAa9xS8hZqbf3PKwmXZ3beDICZNolLkmJtYRIAa10UYBxKc/n1wljEAfeQMRGgqs0EAAAAASUVORK5CYII=");
  margin-right: -25px;
}
:not(.aXNw) .project-invoice-view .order.up {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAQAAAD8x0bcAAAACXBIWXMAAAsTAAALEwEAmpwYAAAA82lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjardA/SgNBHMXx70TULloE67mAgmu15eQPi2ARYopsqkxmBw1hd4fZn3/2Bh7B43iDFIIXUVJbqARLwU/1eM2DB+rZDPujzjGUlcRsYvJZPteHGw7YAwDrmmDG4yuAqq48vynYvqEAXk/NsD/ib/ZdiAK8AEnhGwd8AKsHCQJqAfSW6yCgBOitp5MBqCegK/5RAAZ1aOPq5lb0eZqm2hT10uvrthFfNvqycnUMdbTiC+B7A+Aoi7bVmS1Lq5OzhH83y+f6K71PUYA62ey6HXcX73/+7FzAJ0sbODDOTdGSAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAABGSURBVHjaYvzPQBgwMQysonP/z2E4kwVDCQMDA8N/I0acJkGVMJxjQDWNCVMJpjJGdAfM+c/AkMI4uMIJG2AcChGMDQAGACueFvTZoBTcAAAAAElFTkSuQmCC");
  margin-right: -50px;
}
:not(.aXNw) .project-invoice-view .btn-group.actions a > .btn,
:not(.aXNw) .project-invoice-view .btn-group.actions > .btn,
:not(.aXNw) .project-invoice-view .btn-group.actions > .btn-link {
  margin-left: 3px;
}
:not(.aXNw) .project-invoice-view .list-view th:first-child,
:not(.aXNw) .project-invoice-view .list-view td:first-child {
  padding-left: 0;
}
:not(.aXNw) .project-invoice-view .list-view th:last-child,
:not(.aXNw) .project-invoice-view .list-view td:last-child {
  padding-right: 0;
}

:not(.aXNw) .select-input {
  position: relative;
  display: inline-block;
}
:not(.aXNw) .select-input select {
  height: 32px;
  -webkit-appearance: none;
  width: 100%;
  padding: 5px 20px 7px 25px;
  margin: 0 0 10px;
  line-height: normal;
}
:not(.aXNw) .select-input:after {
  content: "";
  position: absolute;
  right: 13px;
  top: 50%;
  margin-top: -7px;
  height: 0;
  width: 0;
  border-top: 4px solid #444;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  pointer-events: none;
}
:not(.aXNw) .clearfix {
  *zoom: 1;
}
:not(.aXNw) .clearfix:before,
:not(.aXNw) .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
:not(.aXNw) .clearfix:after {
  clear: both;
}
:not(.aXNw) .hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
:not(.aXNw) .input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
:not(.aXNw) .settings-toggle {
  position: relative;
}
:not(.aXNw) .settings-toggle .input-toggle {
  position: absolute;
  top: 4px;
}
:not(.aXNw) .settings-toggle .input-toggle span {
  display: inline-block !important;
}
:not(.aXNw) .overflow {
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
:not(.aXNw) article.yelp-settings .st-card {
  margin-right: 0px;
}
:not(.aXNw) article.yelp-settings table {
  width: 100%;
}
:not(.aXNw) article.yelp-settings table td {
  vertical-align: middle;
}
:not(.aXNw) article.yelp-settings table td:not(:nth-child(1)) {
  border-right: solid 1px #ccc;
  text-align: center;
}
:not(.aXNw) article.yelp-settings table td:last-child {
  border: none;
}
:not(.aXNw) article.yelp-settings .header {
  padding: 15px 20px;
  background-color: #ffffff;
  border-bottom: solid 1px #eee;
  margin-bottom: 20px;
}
:not(.aXNw) article.yelp-settings .header .new-account {
  display: inline;
  font-size: 12px;
  padding-left: 8px;
  border-left: solid 1px #ccc;
}
:not(.aXNw) article.yelp-settings .header .technician-availability,
:not(.aXNw) article.yelp-settings .header .business-hours,
:not(.aXNw) article.yelp-settings .header .appointment-settings {
  height: 45px;
}
:not(.aXNw) article.yelp-settings .header .technician-availability p,
:not(.aXNw) article.yelp-settings .header .business-hours p,
:not(.aXNw) article.yelp-settings .header .appointment-settings p {
  margin: 0px;
}
:not(.aXNw) article.yelp-settings .header .technician-availability p.disable,
:not(.aXNw) article.yelp-settings .header .business-hours p.disable,
:not(.aXNw) article.yelp-settings .header .appointment-settings p.disable {
  margin-left: 37px;
  position: relative;
  bottom: 36px;
  font-size: 12px;
  color: #7f8fa4;
}
:not(.aXNw) article.yelp-settings .header .technician-availability span,
:not(.aXNw) article.yelp-settings .header .business-hours span,
:not(.aXNw) article.yelp-settings .header .appointment-settings span {
  position: relative;
  bottom: 15px;
  margin-left: 5px;
  font-size: 14px;
}
:not(.aXNw) article.yelp-settings .header .technician-availability a,
:not(.aXNw) article.yelp-settings .header .business-hours a,
:not(.aXNw) article.yelp-settings .header .appointment-settings a {
  position: relative;
  bottom: 18px;
  font-size: 12px;
}
:not(.aXNw) article.yelp-settings .header .technician-availability {
  width: 175px;
}
:not(.aXNw) article.yelp-settings .header .technician-availability a {
  margin-left: -20px;
}
:not(.aXNw) article.yelp-settings .header .business-hours {
  width: 150px;
}
:not(.aXNw) article.yelp-settings .header .business-hours a {
  margin-left: 40px;
}
:not(.aXNw) article.yelp-settings .header .appointment-settings {
  width: 175px;
}
:not(.aXNw) article.yelp-settings .content a.pull-right {
  margin: 7px 10px 0 0;
  text-decoration: none;
}
:not(.aXNw) article.yelp-settings .content button.pull-right {
  width: 160px;
  margin-right: 170px;
}
:not(.aXNw) article.yelp-settings .content label {
  margin-top: 7px;
}
:not(.aXNw) article.yelp-settings .content h3,
:not(.aXNw) article.yelp-settings .content p {
  margin: 0 0 0 60px;
}
:not(.aXNw) article.yelp-settings .content p {
  color: #7f8fa4;
}
:not(.aXNw) article.yelp-settings .fa {
  color: #41a700;
  font-size: 35px;
}
:not(.aXNw) article.yelp-settings .fa.fa-exclamation-circle {
  color: #d8002c;
}
:not(.aXNw) article.yelp-settings .fa.fa-exclamation-circle.inactive {
  color: #dfe3e9;
}
:not(.aXNw) article.yelp-settings .fa.fa-info-circle {
  color: #d3d3d3;
}
:not(.aXNw) article.add-yelp-account {
  width: 500px;
  margin: auto;
}
:not(.aXNw) article.add-yelp-account p {
  color: #7f8fa4;
}
:not(.aXNw) article.add-yelp-account a {
  color: #289df5;
}
:not(.aXNw) article.add-yelp-account label {
  color: #7f8fa4;
  font-weight: bold;
}
:not(.aXNw) article.add-yelp-account .heading {
  margin-bottom: 50px;
}
:not(.aXNw) article.add-yelp-account .select {
  margin-left: 20px;
}
:not(.aXNw) article.add-yelp-account .form-horizontal {
  margin-left: -35px;
}
:not(.aXNw) article.add-yelp-account .image {
  height: 243px;
}
:not(.aXNw) article.add-yelp-account .image img {
  width: 85%;
}
:not(.aXNw) article.add-yelp-account.review-section {
  width: initial;
}
:not(.aXNw) article.add-yelp-account.review-section .fa {
  color: #45b854;
}
:not(.aXNw) article.add-yelp-account.review-section table {
  width: 400px;
  margin: auto;
}
:not(.aXNw) article.add-yelp-account.review-section tr {
  height: 60px;
}
:not(.aXNw) article.add-yelp-account.review-section .ui {
  font-family:
    "Segoe UI", "Lucida Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 13px !important;
}
:not(.aXNw) article.add-yelp-account.review-section .ui h2 {
  font-family:
    "Segoe UI", "Lucida Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 18px;
}
:not(.aXNw) article.add-yelp-account.review-section .message,
:not(.aXNw) article.add-yelp-account.review-section .error-message {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
:not(.aXNw) article.add-yelp-account.review-section .error-message {
  text-align: center;
}
:not(.aXNw) article.add-yelp-account.review-section .error-message .fa {
  color: #ff6e5a;
  font-size: 36px;
  margin-bottom: 10px;
}
:not(.aXNw) article.yelp-account {
  min-width: 950px;
}
:not(.aXNw) article.yelp-account .st-well {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
:not(.aXNw) article.yelp-account .header {
  padding: 15px 40px;
  background-color: #fafafa;
}
:not(.aXNw) article.yelp-account .header a {
  font-size: 14px;
  padding-left: 10px;
  margin-left: 10px;
  border-left: solid 1px #ccc;
}
:not(.aXNw) article.yelp-account .header a.disabled {
  opacity: 0.35;
  cursor: default;
  box-shadow: none;
}
:not(.aXNw) article.yelp-account .info-1 {
  margin-left: 0px;
}
:not(.aXNw) article.yelp-account .info-1 .fee label,
:not(.aXNw) article.yelp-account .info-1 .fee p {
  color: #7f8fa4;
}
:not(.aXNw)
  article.yelp-account
  .info-1
  .fee
  textarea::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  font-style: italic;
  font-size: 14px;
}
:not(.aXNw) article.yelp-account .info-1 .distance .st-checkbox,
:not(.aXNw) article.yelp-account .info-1 .distance .st-input {
  margin-left: 30px;
}
:not(.aXNw) article.yelp-account .info-1 .distance .distance-radius label {
  display: inline-block;
  color: #7f8fa4;
}
:not(.aXNw)
  article.yelp-account
  .info-1
  .distance
  .distance-radius
  .st-input
  .validation-message {
  margin-top: -20px;
}
:not(.aXNw) article.yelp-account .info-1 .business-units,
:not(.aXNw) article.yelp-account .info-1 .zones {
  max-width: 70px;
  white-space: nowrap;
}
:not(.aXNw) article.yelp-account .info-1 .business-units.right,
:not(.aXNw) article.yelp-account .info-1 .zones.right {
  margin-left: 220px;
  margin-bottom: 10px;
}
:not(.aXNw) article.yelp-account .info-2 {
  border-left: solid 1px #eee;
  margin-left: 60px;
}
:not(.aXNw) article.yelp-account .info-2 a {
  margin-left: 100px;
  font-size: 14px;
}
:not(.aXNw) article.yelp-account .info-2 label {
  color: #7f8fa4;
}
:not(.aXNw) article.yelp-account .info-2 .services p {
  display: inline;
  cursor: pointer;
}
:not(.aXNw) article.yelp-account .info-2 .services p .fa {
  font-size: 20px;
  color: #7f8fa4;
  opacity: 0.4;
}
:not(.aXNw) article.yelp-account h3 {
  margin-bottom: 0px;
  margin-top: 40px;
}
:not(.aXNw) article.yelp-account a {
  color: #289df5;
}
:not(.aXNw) article.yelp-add-account .control-group {
  margin-bottom: 10px;
}
:not(.aXNw) article.yelp-add-account .control-label {
  float: left;
  width: 110px;
  padding-top: 5px;
  text-align: right;
}
:not(.aXNw) article.yelp-add-account .controls {
  margin-left: 120px;
}
:not(.aXNw) article.yelp-add-account input {
  width: 240px;
}
:not(.aXNw) article.yelp-add-account .select-input {
  margin-left: 10px;
  width: 254px;
}
:not(.aXNw) article.yelp-add-account .input-icon input {
  width: 216px;
}
:not(.aXNw) article.settings li.settings-section {
  display: none;
}
:not(.aXNw) article.settings li.settings-section.visible {
  display: list-item;
}
:not(.aXNw) article.settings .select-input {
  width: 244px;
  margin-left: 20px;
}
:not(.aXNw) article.settings .select-input select {
  margin-bottom: 0;
}
:not(.aXNw) article.settings .select-input.no-dropdown-icon:after {
  display: none;
}
:not(.aXNw) article.settings .select-input:after {
  margin-top: -2px;
}
:not(.aXNw) article.settings .select-input-long {
  width: 360px;
}
:not(.aXNw) article.settings .select-input-short {
  width: 200px;
}
:not(.aXNw) .edit-equipment-view .select-input {
  width: 244px;
  margin-left: 20px;
}
:not(.aXNw) .edit-equipment-view .select-input select {
  margin-bottom: 0;
}
:not(.aXNw) .edit-equipment-view .select-input.no-dropdown-icon:after {
  display: none;
}
:not(.aXNw) .edit-equipment-view .select-input:after {
  margin-top: -2px;
}
:not(.aXNw) .edit-equipment-view .select-input-long {
  width: 360px;
}
:not(.aXNw) .edit-equipment-view .select-input-short {
  width: 200px;
}
:not(.aXNw) .edit-price-modifier-view .select-input {
  width: 244px;
  margin-left: 20px;
}
:not(.aXNw) .edit-price-modifier-view .select-input select {
  margin-bottom: 0;
}
:not(.aXNw) .edit-price-modifier-view .select-input.no-dropdown-icon:after {
  display: none;
}
:not(.aXNw) .edit-price-modifier-view .select-input:after {
  margin-top: -2px;
}
:not(.aXNw) .edit-price-modifier-view .select-input-long {
  width: 360px;
}
:not(.aXNw) .edit-price-modifier-view .select-input-short {
  width: 200px;
}
:not(.aXNw) article.company-profile input,
:not(.aXNw) article.company-profile textarea {
  width: 320px;
}
:not(.aXNw) article.company-profile textarea {
  height: 70px;
}
:not(.aXNw) .expand-link {
  width: 40px;
  text-align: center;
}
:not(.aXNw) article.billing-settings-screen > div {
  padding: 16px;
}
:not(.aXNw) article.billing-settings-screen h1.billing-balance {
  font-weight: normal;
  padding-left: 5px;
}
:not(.aXNw) article.billing-settings-screen h1.billing-balance .balance-cent {
  opacity: 0.35;
  margin-left: 0.1em;
}
:not(.aXNw)
  article.billing-settings-screen
  h1.billing-balance
  .balance-cent:before {
  content: ".";
}
:not(.aXNw) article.billing-settings-screen h1.billing-balance.negative {
  color: red !important;
}
:not(.aXNw) article.billing-settings-screen .credit-card {
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 0.7em;
  background-color: #eee;
  width: 296px;
  height: 196px;
  position: relative;
  font-family: "Consolas", monospace;
  background-color: #fff;
  background-image: url(/scripts/build/desktop-legacy/47abc1cdbeb387c9a39a29d911727db7.png);
  color: #000;
  -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.6);
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.6);
}
:not(.aXNw)
  article.billing-settings-screen
  .credit-card.mastercard
  .type
  div.master,
:not(.aXNw) article.billing-settings-screen .credit-card.visa .type div.visa,
:not(.aXNw)
  article.billing-settings-screen
  .credit-card.express
  .type
  div.express,
:not(.aXNw)
  article.billing-settings-screen
  .credit-card.discover
  .type
  div.discover,
:not(.aXNw)
  article.billing-settings-screen
  .credit-card.diners
  .type
  div.diners,
:not(.aXNw) article.billing-settings-screen .credit-card.jcb .type div.jcb,
:not(.aXNw)
  article.billing-settings-screen
  .credit-card.unknown
  .type
  div.unknown {
  display: block;
}
:not(.aXNw)
  article.billing-settings-screen
  .credit-card.mastercard
  .number
  span.master,
:not(.aXNw) article.billing-settings-screen .credit-card.visa .number span.visa,
:not(.aXNw)
  article.billing-settings-screen
  .credit-card.express
  .number
  span.express,
:not(.aXNw)
  article.billing-settings-screen
  .credit-card.discover
  .number
  span.discover,
:not(.aXNw)
  article.billing-settings-screen
  .credit-card.diners
  .number
  span.diners,
:not(.aXNw) article.billing-settings-screen .credit-card.jcb .number span.jcb,
:not(.aXNw)
  article.billing-settings-screen
  .credit-card.unknown
  .number
  span.unknown {
  display: inline;
}
:not(.aXNw) article.billing-settings-screen .credit-card.mastercard {
  background-color: #eee;
}
:not(.aXNw) article.billing-settings-screen .credit-card.visa {
  background-color: #b4d4f8;
}
:not(.aXNw) article.billing-settings-screen .credit-card.express {
  background-color: #d6c8b5;
}
:not(.aXNw) article.billing-settings-screen .credit-card.discover {
  background-color: #a4d0d6;
}
:not(.aXNw) article.billing-settings-screen .credit-card.diners {
  background-color: #bbb;
}
:not(.aXNw) article.billing-settings-screen .credit-card.jcb {
  background-color: #debf7c;
}
:not(.aXNw) article.billing-settings-screen .credit-card.unknown {
  background-color: #ddd;
}
:not(.aXNw)
  article.billing-settings-screen
  .credit-card.mastercard
  .type
  div.add-credit-card,
:not(.aXNw)
  article.billing-settings-screen
  .credit-card.visa
  .type
  div.add-credit-card,
:not(.aXNw)
  article.billing-settings-screen
  .credit-card.express
  .type
  div.add-credit-card,
:not(.aXNw)
  article.billing-settings-screen
  .credit-card.discover
  .type
  div.add-credit-card,
:not(.aXNw)
  article.billing-settings-screen
  .credit-card.diners
  .type
  div.add-credit-card,
:not(.aXNw)
  article.billing-settings-screen
  .credit-card.jcb
  .type
  div.add-credit-card,
:not(.aXNw)
  article.billing-settings-screen
  .credit-card.unknown
  .type
  div.add-credit-card {
  display: none;
}
:not(.aXNw) article.billing-settings-screen .credit-card.mastercard .name,
:not(.aXNw) article.billing-settings-screen .credit-card.visa .name,
:not(.aXNw) article.billing-settings-screen .credit-card.express .name,
:not(.aXNw) article.billing-settings-screen .credit-card.discover .name,
:not(.aXNw) article.billing-settings-screen .credit-card.diners .name,
:not(.aXNw) article.billing-settings-screen .credit-card.jcb .name,
:not(.aXNw) article.billing-settings-screen .credit-card.unknown .name,
:not(.aXNw) article.billing-settings-screen .credit-card.mastercard .valid,
:not(.aXNw) article.billing-settings-screen .credit-card.visa .valid,
:not(.aXNw) article.billing-settings-screen .credit-card.express .valid,
:not(.aXNw) article.billing-settings-screen .credit-card.discover .valid,
:not(.aXNw) article.billing-settings-screen .credit-card.diners .valid,
:not(.aXNw) article.billing-settings-screen .credit-card.jcb .valid,
:not(.aXNw) article.billing-settings-screen .credit-card.unknown .valid,
:not(.aXNw) article.billing-settings-screen .credit-card.mastercard .date,
:not(.aXNw) article.billing-settings-screen .credit-card.visa .date,
:not(.aXNw) article.billing-settings-screen .credit-card.express .date,
:not(.aXNw) article.billing-settings-screen .credit-card.discover .date,
:not(.aXNw) article.billing-settings-screen .credit-card.diners .date,
:not(.aXNw) article.billing-settings-screen .credit-card.jcb .date,
:not(.aXNw) article.billing-settings-screen .credit-card.unknown .date {
  display: block;
}
:not(.aXNw) article.billing-settings-screen .credit-card .type div,
:not(.aXNw) article.billing-settings-screen .credit-card .number span,
:not(.aXNw) article.billing-settings-screen .credit-card .name,
:not(.aXNw) article.billing-settings-screen .credit-card .valid,
:not(.aXNw) article.billing-settings-screen .credit-card .date {
  display: none;
}
:not(.aXNw) article.billing-settings-screen .credit-card .type,
:not(.aXNw) article.billing-settings-screen .credit-card .number,
:not(.aXNw) article.billing-settings-screen .credit-card .valid,
:not(.aXNw) article.billing-settings-screen .credit-card .date,
:not(.aXNw) article.billing-settings-screen .credit-card .name {
  position: absolute;
}
:not(.aXNw) article.billing-settings-screen .credit-card .type {
  bottom: 16px;
  right: 10px;
  width: 200px;
  text-align: right;
  font-style: italic;
  font-weight: bold;
  color: #fff;
}
:not(.aXNw)
  article.billing-settings-screen
  .credit-card
  .type
  div.add-credit-card {
  display: block;
}
:not(.aXNw)
  article.billing-settings-screen
  .credit-card
  .type
  div.add-credit-card
  h1 {
  font-family: "wf_segoe-ui", "Segoe UI", Arial, sans-serif;
  font-weight: normal !important;
  font-style: normal;
  position: relative;
  top: -54px;
  left: -47px;
}
:not(.aXNw)
  article.billing-settings-screen
  .credit-card
  .type
  div.add-credit-card
  h1
  b {
  font-size: 42px;
  position: relative;
  top: 0.075em;
  left: 0.075em;
}
:not(.aXNw) article.billing-settings-screen .credit-card .type .master {
  font-family: "wf_segoe-ui", "Segoe UI", Arial, sans-serif;
  font-size: 13px;
  letter-spacing: -1px;
  text-shadow: 0px 1px 0px #000;
}
:not(.aXNw) article.billing-settings-screen .credit-card .type .master .first {
  position: relative;
  z-index: 2;
  background-color: #e60017;
  border: 4px solid #e60017;
  border-radius: 20px 0 0 20px;
  border-right: none;
}
:not(.aXNw) article.billing-settings-screen .credit-card .type .master .second {
  position: relative;
  z-index: 1;
  background-color: #ea9600;
  border: 4px solid #ea9600;
  border-radius: 0 20px 20px 0;
  border-left: none;
}
:not(.aXNw) article.billing-settings-screen .credit-card .type .visa span {
  color: #0a54ed;
  background-color: #fff;
  border: 1px solid #999;
  border-radius: 2px;
  font-size: 18px;
  padding: 4px 8px;
  text-transform: uppercase;
  letter-spacing: 0px;
  font-family: "Trebuchet MS", Arial, sans-serif;
}
:not(.aXNw) article.billing-settings-screen .credit-card .type .express {
  font-family: Corbel, sans-serif;
  font-style: normal;
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #000;
  padding: 4px;
  padding-bottom: 6px;
  white-space: nowrap;
  line-height: 14px;
}
:not(.aXNw) article.billing-settings-screen .credit-card .type .discover {
  color: #000;
  font-family: "Trebuchet MS", Corbel, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 15px;
  font-style: normal;
  letter-spacing: -1px;
}
:not(.aXNw) article.billing-settings-screen .credit-card .type .discover span {
  border: 1px solid #999;
  border-radius: 2px;
  padding: 6px 4px;
  background-color: #fff;
}
:not(.aXNw) article.billing-settings-screen .credit-card .type .discover em {
  color: orange;
  font-style: normal;
}
:not(.aXNw) article.billing-settings-screen .credit-card .type .diners {
  font-family: serif;
  font-weight: normal;
  font-style: normal;
  font-size: 11px;
  color: #000;
  line-height: 13px;
}
:not(.aXNw) article.billing-settings-screen .credit-card .type .diners span.l1 {
  font-size: 185%;
  letter-spacing: -1px;
}
:not(.aXNw) article.billing-settings-screen .credit-card .type .diners span.l2 {
  text-transform: uppercase;
  font-weight: bold;
}
:not(.aXNw) article.billing-settings-screen .credit-card .type .jsb span {
  display: inline-block;
  font-style: normal;
  font-family: Corbel, Verdana, sans-serif;
  font-size: 20px;
  padding: 10px 2px 10px 0;
  margin-left: 2px;
  width: 0.5em;
  text-align: left;
  border: 0px solid transparent;
  border-radius: 6px 0 6px 0;
}
:not(.aXNw) article.billing-settings-screen .credit-card .type .jsb .l1 {
  background-color: blue;
}
:not(.aXNw) article.billing-settings-screen .credit-card .type .jsb .l2 {
  background-color: red;
}
:not(.aXNw) article.billing-settings-screen .credit-card .type .jsb .l3 {
  background-color: green;
}
:not(.aXNw) article.billing-settings-screen .credit-card .number {
  top: 100px;
  left: 32px;
  font-size: 20px;
  letter-spacing: 1px;
  word-spacing: 4px;
  font-weight: bold;
  color: #777;
}
:not(.aXNw) article.billing-settings-screen .credit-card .valid {
  top: 142px;
  left: 116px;
  font-size: 9px;
  font-weight: bold;
  line-height: 10px;
  letter-spacing: 1px;
}
:not(.aXNw) article.billing-settings-screen .credit-card .date {
  top: 142px;
  left: 150px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #777;
}
:not(.aXNw) article.billing-settings-screen .credit-card.express .valid {
  top: 132px;
}
:not(.aXNw) article.billing-settings-screen .credit-card.express .date {
  top: 132px;
}
:not(.aXNw) article.billing-settings-screen .credit-card.express .type {
  left: 48px !important;
}
:not(.aXNw) article.billing-settings-screen .credit-card.diners .valid {
  top: 164px;
  left: 186px;
}
:not(.aXNw) article.billing-settings-screen .credit-card.diners .date {
  top: 164px;
  left: 223px;
}
:not(.aXNw) article.billing-settings-screen .credit-card.diners .type {
  left: 54px !important;
}
:not(.aXNw) article.billing-settings-screen .credit-card.express .type,
:not(.aXNw) article.billing-settings-screen .credit-card.diners .type {
  top: 12px !important;
  left: 48px !important;
  text-align: left;
}
:not(.aXNw) article.billing-settings-screen .credit-card .name {
  top: 160px;
  left: 32px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #777;
  text-transform: uppercase;
}
:not(.aXNw) article.billing-settings-screen div.change-credit-card {
  display: inline-block;
  padding: 8px 5px 8px 8px;
  font-family: "Segoe", "Segoe UI", Arial, sans-serif;
  font-weight: normal !important;
  font-style: normal;
  height: 20px;
  line-height: 20px;
}
:not(.aXNw) article.billing-settings-screen .my-services {
  list-style-type: none;
}
:not(.aXNw) article.billing-settings-screen .my-services-header {
  margin-top: 0px;
  padding-left: 5px;
}
:not(.aXNw) article.billing-settings-screen .paging-controls a {
  line-height: 20px;
}
:not(.aXNw) article.billing-settings-screen .paging-controls a i {
  padding-top: 5px;
}
:not(.aXNw) article.billing-settings-screen .no-transactions,
:not(.aXNw) article.billing-settings-screen .transactions,
:not(.aXNw) article.billing-settings-screen .summary {
  display: none;
}
:not(.aXNw) article.billing-settings-screen .no-transactions.visible,
:not(.aXNw) article.billing-settings-screen .transactions.visible,
:not(.aXNw) article.billing-settings-screen .summary.visible {
  display: block;
}
:not(.aXNw) article.billing-settings-screen .summary-list li {
  display: inline-block;
  width: 180px;
  padding: 0 10px 10px 0;
}
:not(.aXNw) article.billing-settings-screen .billing-settings-tabs {
  min-width: 695px;
  color: #354052;
}
:not(.aXNw) article.billing-settings-screen .billing-settings-tabs .nav {
  margin: 20px 5px 0 0;
}
:not(.aXNw)
  article.billing-settings-screen
  .billing-settings-tabs
  .nav-content {
  font-size: 13px;
  display: block;
  padding: 26px 41px;
  border: 1px solid #e6eaee;
  border-radius: 0 6px 6px 6px;
  background-color: #fff;
  margin-top: -1px;
  margin-bottom: 10px;
}
:not(.aXNw)
  article.billing-settings-screen
  .billing-settings-tabs
  .nav-content
  table {
  width: 100%;
}
:not(.aXNw) article.billing-settings-screen .billing-settings-tabs .summary {
  padding: 0 5px;
}
:not(.aXNw) article.billing-settings-screen .billing-settings-tabs .summary h3 {
  font-size: 16px;
  font-weight: bold;
  color: #354052;
  padding-bottom: 20px;
  margin-bottom: 25px;
  border-bottom: 1px solid #e6eaee;
  width: 100%;
}
:not(.aXNw) article.billing-settings-screen .billing-settings-tabs .nav li {
  font-size: 13px;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 8px;
}
:not(.aXNw) article.billing-settings-screen .billing-settings-tabs .nav li a {
  line-height: 13px;
  padding: 18px 75px 12px;
  color: #354052;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background-image: linear-gradient(to top, #f4f7fa, #ffffff);
  border: solid 1px #e6eaee;
  border-bottom: none;
}
:not(.aXNw)
  article.billing-settings-screen
  .billing-settings-tabs
  .nav
  li.active {
  margin-top: -1px;
}
:not(.aXNw)
  article.billing-settings-screen
  .billing-settings-tabs
  .nav
  li.active
  a {
  padding: 22px 56px 12px;
  line-height: 16px;
  font-size: 16px;
  background-image: none;
  background-color: #ffffff;
}
:not(.aXNw) article.billing-settings-screen .billing-settings-tabs .paging {
  font-size: 13px;
  font-weight: 600;
}
:not(.aXNw)
  article.billing-settings-screen
  .billing-settings-tabs
  .paging
  span {
  margin-right: 10px;
}
:not(.aXNw) article.billing-settings-screen .billing-settings-tabs .paging i {
  color: #354052;
}
:not(.aXNw)
  article.billing-settings-screen
  .billing-settings-tabs
  .paging
  .btn {
  background-color: #f5f5f5;
  outline-style: none;
  border-radius: 4px;
  background-image: linear-gradient(to top, #f2f4f7, #ffffff);
  border: solid 1px #ced0da;
}
:not(.aXNw)
  article.billing-settings-screen
  .billing-settings-tabs
  .paging
  .btn:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
}
:not(.aXNw)
  article.billing-settings-screen
  .billing-settings-tabs
  .paging
  .btn:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: -4px;
}
:not(.aXNw)
  article.billing-settings-screen
  .billing-settings-tabs
  .paging
  .btn:focus,
:not(.aXNw)
  article.billing-settings-screen
  .billing-settings-tabs
  .paging
  .btn:active {
  background-color: #f5f5f5;
  box-shadow: none;
  background-position: 0 0;
  background-image: linear-gradient(to top, #f2f4f7, #ffffff);
}
:not(.aXNw) .billing-invoice-export-actions a {
  margin-left: 25px;
}
:not(.aXNw) .billing-invoice-export-actions a i {
  color: #7f8fa4;
}
:not(.aXNw) .billing-invoice-export-actions a:first-child {
  margin-left: 0;
}
:not(.aXNw) .billing-details h3 {
  font-size: 18px;
  padding: 20px 0 20px;
  font-weight: normal;
  border-bottom: 1px solid #eff3f6;
}
:not(.aXNw) .billing-details__legal {
  color: #354052;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 36px;
  padding-bottom: 36px;
  border-bottom: 1px solid #eff3f6;
}
:not(.aXNw) .billing-details__legal .billing-details__lines {
  padding-right: 0;
  max-width: 286px;
}
:not(.aXNw) .billing-details__legal tr {
  height: 48px;
}
:not(.aXNw) .billing-details__legal tr.last-row {
  height: initial;
}
:not(.aXNw) .billing-details__legal td {
  padding-left: 0;
  padding-right: 80px;
}
:not(.aXNw) .billing-details__legal div.billing-details__legal-line-caption {
  margin: 0 0 12px;
}
:not(.aXNw) .billing-details__legal th.billing-details__legal-line-caption {
  padding-left: 0;
}
:not(.aXNw) .billing-details__legal-line-caption {
  font-weight: normal;
  color: #7f8fa4;
}
:not(.aXNw) .billing-details__summary {
  color: #354052;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 72px;
}
:not(.aXNw) .billing-details__summary tr {
  height: 48px;
}
:not(.aXNw) .billing-details__summary tr.last-row {
  height: initial;
}
:not(.aXNw)
  .billing-details__summary
  div.billing-details__summary-line-caption {
  margin: 0 0 12px;
}
:not(.aXNw) .billing-details__summary th.billing-details__summary-line-caption {
  padding-right: 36px;
  padding-left: 0;
}
:not(.aXNw) .billing-details__summary .payment-term {
  font-style: italic;
  font-weight: normal;
}
:not(.aXNw) .billing-details__summary-line-caption {
  font-weight: normal;
  color: #7f8fa4;
}
:not(.aXNw) .billing-details__lines {
  float: left;
  padding-right: 120px;
  margin-right: 120px;
  border-right: 2px solid #eff3f6;
  max-width: 166px;
}
:not(.aXNw) .billing-details__actions {
  float: right;
}
:not(.aXNw) .billing-details__actions .billing-details__button {
  margin-left: 30px;
}
:not(.aXNw) .billing-details__button {
  display: inline-block;
  min-width: 134px;
  border-radius: 4px;
  background-image: linear-gradient(to top, #f2f4f7, #ffffff);
  border: solid 1px #ced0da;
  font-size: 13px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 26px;
  color: #354052;
  padding: 5px 13px;
  text-align: left;
}
:not(.aXNw) .billing-details__button .icon {
  width: 16px;
  height: 16px;
  color: #a1a7af;
  margin-right: 10px;
}
:not(.aXNw) .billing-details__button:disabled {
  background-color: white;
  opacity: 0.5;
}
:not(.aXNw) .billing-details__button:hover,
:not(.aXNw) .billing-details__button:focus {
  background-position: 0px 0px;
}
:not(.aXNw) .balance-tooltip .title {
  display: block;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 4px;
}
:not(.aXNw) .balance-tooltip .description {
  display: block;
  font-size: 11px;
  line-height: 14px;
}
:not(.aXNw) article.employees td,
:not(.aXNw) article.technicians td,
:not(.aXNw) article.business-units td,
:not(.aXNw) article.portals td {
  vertical-align: middle;
}
:not(.aXNw) .edit-technician-view .commission-bonus {
  margin-bottom: 10px;
}
:not(.aXNw) .edit-technician-view .commission-bonus input {
  width: 40px;
}
:not(.aXNw) .edit-technician-view .add-commission-bonus {
  margin-left: 0px;
}
:not(.aXNw) .edit-technician-view .no-commission-bonuses {
  display: block;
  height: 20px;
  padding-top: 5px;
}
:not(.aXNw) .edit-technician-view .credentials {
  display: none;
}
:not(.aXNw) .edit-technician-view .credentials.visible {
  display: block;
}
:not(.aXNw) .edit-technician-view .truck .validation-message {
  white-space: nowrap;
}
:not(.aXNw) .edit-technician-view .highlight-text {
  color: #2a8bde;
}
:not(.aXNw) article.phone-settings input[name="Phone"],
:not(.aXNw) article.phone-settings input[name="CustomUrl"] {
  width: 322px;
}
:not(.aXNw) article.phone-settings input[name="Alias"] {
  width: 346px;
}
:not(.aXNw) article.phone-settings select[name="Type"] {
  width: 360px;
}
:not(.aXNw) article.phone-settings div.custom-url {
  margin-top: 10px;
}
:not(.aXNw) article.phone-settings div.no-phone-numbers,
:not(.aXNw) article.phone-settings div.phone-numbers {
  display: none;
}
:not(.aXNw) article.phone-settings div.no-phone-numbers.visible,
:not(.aXNw) article.phone-settings div.phone-numbers.visible {
  display: block;
}
:not(.aXNw) article.phone-settings div.no-phone-numbers caption,
:not(.aXNw) article.phone-settings div.phone-numbers caption {
  margin-bottom: 10px;
}
:not(.aXNw) article.phone-settings div.no-phone-numbers tbody tr,
:not(.aXNw) article.phone-settings div.phone-numbers tbody tr {
  cursor: pointer;
}
:not(.aXNw) article.phone-settings div.select2-container {
  width: 360px;
}
:not(.aXNw) article.phone-settings .help-block {
  max-width: 360px;
}
:not(.aXNw) article.phone-settings .custom-url {
  position: relative;
  left: 180px;
}
:not(.aXNw) article.get-new-phone-number span.icon-number > input {
  width: 50px;
}
:not(.aXNw) article.get-new-phone-number .control-group {
  margin-top: 0px;
  margin-bottom: 10px;
}
:not(.aXNw) article.get-new-phone-number .select-input {
  margin-left: 0;
}
:not(.aXNw) article.get-new-phone-number table.phone-numbers td:nth-of-type(1) {
  width: 170px;
}
:not(.aXNw) article.get-new-phone-number table.phone-numbers td:nth-of-type(2) {
  width: 90px;
}
:not(.aXNw) article.get-new-phone-number table.phone-numbers td:nth-of-type(3) {
  padding-top: 2px;
  padding-bottom: 2px;
}
:not(.aXNw) article.get-new-phone-number table.phone-numbers td:nth-of-type(4) {
  width: 40px;
}
:not(.aXNw) .edit-job-type-view .duration input {
  width: 80px;
}
:not(.aXNw) .edit-job-type-view .duration select {
  width: 100px;
}
:not(.aXNw) .edit-job-type-view .default-services {
  margin-bottom: 10px;
}
:not(.aXNw) .edit-job-type-view .default-services input[name="ServiceName"] {
  width: 80px;
}
:not(.aXNw)
  .edit-job-type-view
  .default-services
  input[name="ServiceQuantity"] {
  width: 40px;
}
:not(.aXNw) .edit-job-type-view .default-services td.service-description {
  width: 360px;
}
:not(.aXNw) .edit-job-type-view .default-services .new-default-service {
  color: #bbbbbb;
}
:not(.aXNw) .edit-job-type-view .business-units {
  width: 244px;
}
:not(.aXNw) .edit-job-type-view .material-cost-range input {
  width: 40px;
}
:not(.aXNw) .edit-job-type-view .multiselect-container {
  width: inherit;
}
:not(.aXNw) .edit-job-type-view .multiselect-container .icon-search,
:not(.aXNw) .edit-job-type-view .multiselect-container .input-group-btn {
  display: none;
}
:not(.aXNw) .edit-job-type-view .multiselect-container .active a,
:not(.aXNw) .edit-job-type-view .multiselect-container li:hover a {
  background: transparent;
  color: #000;
}
:not(.aXNw) .edit-job-type-view .multiselect-container .multiselect-search {
  padding: 14px;
  width: 100%;
}
:not(.aXNw) article.reasons.view,
:not(.aXNw) article.memberships.view {
  min-height: 420px;
  min-width: 950px;
  border-radius: 6px;
  background-color: #fff;
  border: solid 1px #e6eaee;
  padding: 40px;
  margin-bottom: 50px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  min-height: 350px;
  width: 90%;
  overflow: hidden;
}
:not(.aXNw) article.reasons.view .span6,
:not(.aXNw) article.memberships.view .span6 {
  width: 43%;
}
:not(.aXNw) .settingsContainer article.edit-invoice-template.view {
  min-height: 420px;
  min-width: 950px;
  border-radius: 6px;
  background-color: #fff;
  border: solid 1px #e6eaee;
  padding: 40px;
  margin-bottom: 50px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  min-height: 350px;
  width: 800px;
  overflow: hidden;
}
:not(.aXNw)
  .settingsContainer
  article.edit-invoice-template
  .table
  tbody
  + tbody {
  border-top: 0;
}
:not(.aXNw) .settingsContainer article.edit-invoice-template .label-important {
  vertical-align: text-top;
  margin-left: 4px;
}
:not(.aXNw) .settings .score-nav.sticky {
  max-width: 280px;
  padding-top: 1em;
  width: auto;
}
:not(.aXNw) .settings .score-nav.sticky .section-name {
  color: rgba(255, 255, 255, 0.35);
}
:not(.aXNw) .settings .score-nav.sticky li.score-nav-section {
  position: relative;
}
:not(.aXNw) .settings .score-nav.sticky li.score-nav-section i {
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  display: inline-block;
  width: 18px;
  height: 4px;
  position: absolute;
  top: 14px;
  left: 24px;
}
:not(.aXNw) .settings .score-nav.sticky li.section-your-account i {
  background-color: red;
  background-image: none;
}
:not(.aXNw) .settings .score-nav.sticky li.section-people i {
  background-color: orange;
  background-image: none;
}
:not(.aXNw) .settings .score-nav.sticky li.section-integrations i {
  background-color: tan;
  background-image: none;
}
:not(.aXNw) .settings .score-nav.sticky li.section-communications i {
  background-color: greenyellow;
  background-image: none;
}
:not(.aXNw) .settings .score-nav.sticky li.section-operations i {
  background-color: dodgerblue;
  background-image: none;
}
:not(.aXNw) .settings .score-nav.sticky li.section-invoicing i {
  background-color: blueviolet;
  background-image: none;
}
:not(.aXNw) .settings .score-nav.sticky li.section-tools i {
  background-color: gray;
  background-image: none;
}
:not(.aXNw) .settingsContainer {
  min-width: 710px;
  padding: 24px 32px 0 32px;
}
:not(.aXNw) .settingsContainer.m-l-0 {
  margin-left: 0;
}
:not(.aXNw) .settingsContainer.p-l-0 {
  padding-left: 0;
}
:not(.aXNw) .settingsContainer form > h3:first-child {
  margin-bottom: 32px;
}
:not(.aXNw) .settingsContainer .settings-fixed-width-container {
  width: 710px;
}
:not(.aXNw) .settingsContainer h1 {
  font-size: 20px;
  margin: 6px 0 24px 0;
}
:not(.aXNw) .settingsContainer div.disabled {
  pointer-events: none;
}
:not(.aXNw) .settingsContainer div.disabled a,
:not(.aXNw) .settingsContainer div.disabled span {
  color: #cccccc;
}
:not(.aXNw)
  .content-portal
  #post-type-nav
  ul.nav
  li:not(.active)
  a:not(.filter-btn) {
  border: 1px #ccc solid;
  color: #999;
}
:not(.aXNw) .content-portal .post {
  background-color: #fff;
  padding: 10px;
  margin-bottom: 20px;
  border: 1px #ccc solid;
  border-radius: 5px;
  min-height: 80px;
  position: relative;
}
:not(.aXNw) .content-portal .post .post-header {
  text-align: right;
  position: relative;
  margin-bottom: 40px;
}
:not(.aXNw) .content-portal .post .post-header a {
  color: #333;
  font-weight: bold;
}
:not(.aXNw) .content-portal .post .post-header div {
  float: left;
}
:not(.aXNw) .content-portal .post .post-header div span {
  font-weight: bold;
  display: inline-block;
  line-height: 28px;
  vertical-align: middle;
  font-size: 20px;
}
:not(.aXNw) .content-portal .post .post-header .delete-link {
  color: red;
}
:not(.aXNw) .content-portal .post .post-footer {
  bottom: 10px;
  right: 10px;
  left: 10px;
  position: relative;
}
:not(.aXNw) .content-portal .post .post-footer i {
  color: #999;
}
:not(.aXNw) .content-portal .post .post-footer hr {
  margin-top: 5px;
  margin-bottom: 5px;
}
:not(.aXNw) .content-portal .post .post-footer .post-end-mark {
  position: absolute;
  color: #999;
  float: right;
  right: 10px;
}
:not(.aXNw) #post-modal {
  padding: 0;
}
:not(.aXNw) #post-modal #post-controls {
  font-weight: bold;
}
:not(.aXNw) #post-modal #post-controls #remove-post {
  color: red;
}
:not(.aXNw) #post-modal #post-controls #edit-post {
  color: #333;
}
:not(.aXNw) #post-modal #post-controls #close-modal {
  color: red;
  float: right;
}
:not(.aXNw) #post-modal #post-header {
  display: table;
  width: 100%;
}
:not(.aXNw) #post-modal #post-header #post-title {
  display: table-cell;
  padding-left: 18px;
  width: 60%;
}
:not(.aXNw) #post-modal #post-header #post-expiration {
  display: table-cell;
  padding-right: 18px;
  vertical-align: bottom;
}
:not(.aXNw) #post-modal #post-header #post-expiration .post-end-mark {
  color: #999;
  float: right;
  margin-bottom: 10px;
}
:not(.aXNw) #post-modal #post-body {
  padding-left: 18px;
  padding-right: 18px;
  margin-bottom: 18px;
  overflow-y: hidden;
  max-height: 500px;
}
:not(.aXNw) #post-modal #post-body:hover {
  overflow-y: auto;
}
:not(.aXNw) #post-modal #post-body::-webkit-scrollbar {
  height: 6px;
  width: 6px;
}
:not(.aXNw) #post-modal #post-body::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #bfbfbf;
}
:not(.aXNw) #post-modal #post-body img {
  width: 100%;
}
:not(.aXNw) #post-modal #post-body video {
  width: 100%;
}
:not(.aXNw) #post-modal #post-body .youtube-video {
  height: 300px;
  width: 100%;
  z-index: 2000;
}
:not(.aXNw) #post-modal #post-body .pdf-embed {
  overflow: auto;
  width: 100%;
  height: 300px;
}
:not(.aXNw) #post-modal #post-body .post-body-content {
  white-space: pre-wrap;
}
:not(.aXNw) .content-portal-post .global-errors ul {
  margin: 0 0 0 25px;
}
:not(.aXNw) .content-portal-post input[name="Title"],
:not(.aXNw) .content-portal-post input[name="VideoURL"] {
  width: 650px;
}
:not(.aXNw) .content-portal-post .add-button {
  text-align: left;
}
:not(.aXNw) .content-portal-post .add-button i {
  float: right;
}
:not(.aXNw) .content-portal-post .add-photo {
  width: 686px;
}
:not(.aXNw) .content-portal-post .add-audience {
  width: 150px;
}
:not(.aXNw) .content-portal-post textarea {
  width: 650px;
  height: 170px;
}
:not(.aXNw) .content-portal-post .body-counter-container {
  width: 688px;
  height: 20px;
}
:not(.aXNw) .content-portal-post .control-label {
  font-weight: bold;
}
:not(.aXNw) .content-portal-post .attachment span {
  margin-right: 6px;
}
:not(.aXNw) .content-portal-post .attachment .remove-attachment {
  cursor: pointer;
  color: red;
}
:not(.aXNw) .content-portal-post .technician-selector {
  width: 250px;
  max-height: 350px;
}
:not(.aXNw) .content-portal-post .technician-selector label.checkbox {
  display: block;
}
:not(.aXNw) .content-portal-post .scroll-pane {
  max-height: 270px;
  overflow-y: hidden;
}
:not(.aXNw) .content-portal-post .scroll-pane:hover {
  overflow-y: auto;
}
:not(.aXNw) .content-portal-post .scroll-pane::-webkit-scrollbar {
  height: 6px;
  width: 6px;
}
:not(.aXNw) .content-portal-post .scroll-pane::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #bfbfbf;
}
:not(.aXNw) .content-portal-post .dropdown-menu a.btn-link.muted:hover {
  color: #333333;
}
:not(.aXNw) .content-portal-post .dropdown-menu a.btn-success {
  color: #ffffff;
}
:not(.aXNw) .content-portal-post #add-selection {
  float: right;
  margin-right: 5px;
}
:not(.aXNw) .content-portal-post #audience-table-container {
  padding-right: 8px;
}
:not(.aXNw) .content-portal-post #audience-table-container #audience-table {
  border-collapse: separate;
  border: solid #ccc 1px;
  border-radius: 2px;
}
:not(.aXNw) .content-portal-post #audience-table-container #audience-table th {
  text-align: center;
  color: #333;
  background-color: #f8f8f8;
}
:not(.aXNw)
  .content-portal-post
  #audience-table-container
  #audience-table
  .remove-tech {
  float: right;
  cursor: pointer;
  padding-top: 3px;
}
:not(.aXNw)
  .content-portal-post
  #audience-table-container
  #audience-table
  .remove-tech
  i {
  color: red;
}
:not(.aXNw) .content-portal-post .validation-message {
  font-size: 13px;
}
:not(.aXNw) .content-portal-post .tags-editor {
  width: 688px;
}
:not(.aXNw) .content-portal-post .columns td:not(.central-panel-container) {
  background-color: #ffffff;
}
:not(.aXNw) .technician-selector .selector-pane {
  position: relative;
}
:not(.aXNw) .technician-selector .selector-pane .selector-pane-collapse {
  position: absolute;
  right: 5px;
  cursor: pointer;
}
:not(.aXNw) .technician-selector .selector-pane .selector-pane-collapse i {
  color: #00c3e9;
}
:not(.aXNw) .tags-editor .select2-choices .select2-search-choice {
  margin-top: 6px;
}
:not(.aXNw) .tags-editor .select2-choices a {
  border: none;
}
:not(.aXNw) .surveys input[name="From"],
:not(.aXNw) .dispatch-bios input[name="From"],
:not(.aXNw) .invoice-email-settings input[name="From"],
:not(.aXNw) .appointment-plugin input[name="From"],
:not(.aXNw) .surveys input[name="InvoiceSettingsFrom"],
:not(.aXNw) .dispatch-bios input[name="InvoiceSettingsFrom"],
:not(.aXNw) .invoice-email-settings input[name="InvoiceSettingsFrom"],
:not(.aXNw) .appointment-plugin input[name="InvoiceSettingsFrom"],
:not(.aXNw) .surveys input[name="EstimateSettingsFrom"],
:not(.aXNw) .dispatch-bios input[name="EstimateSettingsFrom"],
:not(.aXNw) .invoice-email-settings input[name="EstimateSettingsFrom"],
:not(.aXNw) .appointment-plugin input[name="EstimateSettingsFrom"],
:not(.aXNw) .surveys input[name="ProjectSettingsFrom"],
:not(.aXNw) .dispatch-bios input[name="ProjectSettingsFrom"],
:not(.aXNw) .invoice-email-settings input[name="ProjectSettingsFrom"],
:not(.aXNw) .appointment-plugin input[name="ProjectSettingsFrom"],
:not(.aXNw) .surveys input[name="FormSettingsFrom"],
:not(.aXNw) .dispatch-bios input[name="FormSettingsFrom"],
:not(.aXNw) .invoice-email-settings input[name="FormSettingsFrom"],
:not(.aXNw) .appointment-plugin input[name="FormSettingsFrom"],
:not(.aXNw) .surveys input[name="StatementSettingsFrom"],
:not(.aXNw) .dispatch-bios input[name="StatementSettingsFrom"],
:not(.aXNw) .invoice-email-settings input[name="StatementSettingsFrom"],
:not(.aXNw) .appointment-plugin input[name="StatementSettingsFrom"],
:not(.aXNw) .surveys input[name="ApplicationForPaymentSettingsFrom"],
:not(.aXNw) .dispatch-bios input[name="ApplicationForPaymentSettingsFrom"],
:not(.aXNw)
  .invoice-email-settings
  input[name="ApplicationForPaymentSettingsFrom"],
:not(.aXNw) .appointment-plugin input[name="ApplicationForPaymentSettingsFrom"],
:not(.aXNw) .surveys input[name="InvoiceSettingsBCCEmail"],
:not(.aXNw) .dispatch-bios input[name="InvoiceSettingsBCCEmail"],
:not(.aXNw) .invoice-email-settings input[name="InvoiceSettingsBCCEmail"],
:not(.aXNw) .appointment-plugin input[name="InvoiceSettingsBCCEmail"],
:not(.aXNw) .surveys input[name="EstimateSettingsBCCEmail"],
:not(.aXNw) .dispatch-bios input[name="EstimateSettingsBCCEmail"],
:not(.aXNw) .invoice-email-settings input[name="EstimateSettingsBCCEmail"],
:not(.aXNw) .appointment-plugin input[name="EstimateSettingsBCCEmail"],
:not(.aXNw) .surveys input[name="ProjectSettingsBCCEmail"],
:not(.aXNw) .dispatch-bios input[name="ProjectSettingsBCCEmail"],
:not(.aXNw) .invoice-email-settings input[name="ProjectSettingsBCCEmail"],
:not(.aXNw) .appointment-plugin input[name="ProjectSettingsBCCEmail"],
:not(.aXNw) .surveys input[name="FormSettingsBCCEmail"],
:not(.aXNw) .dispatch-bios input[name="FormSettingsBCCEmail"],
:not(.aXNw) .invoice-email-settings input[name="FormSettingsBCCEmail"],
:not(.aXNw) .appointment-plugin input[name="FormSettingsBCCEmail"],
:not(.aXNw) .surveys input[name="StatementSettingsBCCEmail"],
:not(.aXNw) .dispatch-bios input[name="StatementSettingsBCCEmail"],
:not(.aXNw) .invoice-email-settings input[name="StatementSettingsBCCEmail"],
:not(.aXNw) .appointment-plugin input[name="StatementSettingsBCCEmail"],
:not(.aXNw) .surveys input[name="WorkOrderSettingsBCCEmail"],
:not(.aXNw) .dispatch-bios input[name="WorkOrderSettingsBCCEmail"],
:not(.aXNw) .invoice-email-settings input[name="WorkOrderSettingsBCCEmail"],
:not(.aXNw) .appointment-plugin input[name="WorkOrderSettingsBCCEmail"],
:not(.aXNw) .surveys input[name="WorkOrderSettingsFrom"],
:not(.aXNw) .dispatch-bios input[name="WorkOrderSettingsFrom"],
:not(.aXNw) .invoice-email-settings input[name="WorkOrderSettingsFrom"],
:not(.aXNw) .appointment-plugin input[name="WorkOrderSettingsFrom"] {
  width: 170px;
}
:not(.aXNw) .surveys input[name="SenderName"],
:not(.aXNw) .dispatch-bios input[name="SenderName"],
:not(.aXNw) .invoice-email-settings input[name="SenderName"],
:not(.aXNw) .appointment-plugin input[name="SenderName"],
:not(.aXNw) .surveys input[name="InvoiceSettingsSenderName"],
:not(.aXNw) .dispatch-bios input[name="InvoiceSettingsSenderName"],
:not(.aXNw) .invoice-email-settings input[name="InvoiceSettingsSenderName"],
:not(.aXNw) .appointment-plugin input[name="InvoiceSettingsSenderName"],
:not(.aXNw) .surveys input[name="EstimateSettingsSenderName"],
:not(.aXNw) .dispatch-bios input[name="EstimateSettingsSenderName"],
:not(.aXNw) .invoice-email-settings input[name="EstimateSettingsSenderName"],
:not(.aXNw) .appointment-plugin input[name="EstimateSettingsSenderName"],
:not(.aXNw) .surveys input[name="ProjectSettingsSenderName"],
:not(.aXNw) .dispatch-bios input[name="ProjectSettingsSenderName"],
:not(.aXNw) .invoice-email-settings input[name="ProjectSettingsSenderName"],
:not(.aXNw) .appointment-plugin input[name="ProjectSettingsSenderName"],
:not(.aXNw) .surveys input[name="FormSettingsSenderName"],
:not(.aXNw) .dispatch-bios input[name="FormSettingsSenderName"],
:not(.aXNw) .invoice-email-settings input[name="FormSettingsSenderName"],
:not(.aXNw) .appointment-plugin input[name="FormSettingsSenderName"],
:not(.aXNw) .surveys input[name="StatementSettingsSenderName"],
:not(.aXNw) .dispatch-bios input[name="StatementSettingsSenderName"],
:not(.aXNw) .invoice-email-settings input[name="StatementSettingsSenderName"],
:not(.aXNw) .appointment-plugin input[name="StatementSettingsSenderName"],
:not(.aXNw) .surveys input[name="ApplicationForPaymentSettingsSenderName"],
:not(.aXNw)
  .dispatch-bios
  input[name="ApplicationForPaymentSettingsSenderName"],
:not(.aXNw)
  .invoice-email-settings
  input[name="ApplicationForPaymentSettingsSenderName"],
:not(.aXNw)
  .appointment-plugin
  input[name="ApplicationForPaymentSettingsSenderName"],
:not(.aXNw) .surveys input[name="InvoiceSettingsBCCName"],
:not(.aXNw) .dispatch-bios input[name="InvoiceSettingsBCCName"],
:not(.aXNw) .invoice-email-settings input[name="InvoiceSettingsBCCName"],
:not(.aXNw) .appointment-plugin input[name="InvoiceSettingsBCCName"],
:not(.aXNw) .surveys input[name="EstimateSettingsBCCName"],
:not(.aXNw) .dispatch-bios input[name="EstimateSettingsBCCName"],
:not(.aXNw) .invoice-email-settings input[name="EstimateSettingsBCCName"],
:not(.aXNw) .appointment-plugin input[name="EstimateSettingsBCCName"],
:not(.aXNw) .surveys input[name="ProjectSettingsBCCName"],
:not(.aXNw) .dispatch-bios input[name="ProjectSettingsBCCName"],
:not(.aXNw) .invoice-email-settings input[name="ProjectSettingsBCCName"],
:not(.aXNw) .appointment-plugin input[name="ProjectSettingsBCCName"],
:not(.aXNw) .surveys input[name="WorkOrderSettingsBCCName"],
:not(.aXNw) .dispatch-bios input[name="WorkOrderSettingsBCCName"],
:not(.aXNw) .invoice-email-settings input[name="WorkOrderSettingsBCCName"],
:not(.aXNw) .appointment-plugin input[name="WorkOrderSettingsBCCName"],
:not(.aXNw) .surveys input[name="StatementSettingsBCCName"],
:not(.aXNw) .dispatch-bios input[name="StatementSettingsBCCName"],
:not(.aXNw) .invoice-email-settings input[name="StatementSettingsBCCName"],
:not(.aXNw) .appointment-plugin input[name="StatementSettingsBCCName"],
:not(.aXNw) .surveys input[name="FormSettingsBCCName"],
:not(.aXNw) .dispatch-bios input[name="FormSettingsBCCName"],
:not(.aXNw) .invoice-email-settings input[name="FormSettingsBCCName"],
:not(.aXNw) .appointment-plugin input[name="FormSettingsBCCName"],
:not(.aXNw) .surveys input[name="WorkOrderSettingsSenderName"],
:not(.aXNw) .dispatch-bios input[name="WorkOrderSettingsSenderName"],
:not(.aXNw) .invoice-email-settings input[name="WorkOrderSettingsSenderName"],
:not(.aXNw) .appointment-plugin input[name="WorkOrderSettingsSenderName"] {
  width: 239px;
}
:not(.aXNw) .surveys input[name="Subject"],
:not(.aXNw) .dispatch-bios input[name="Subject"],
:not(.aXNw) .invoice-email-settings input[name="Subject"],
:not(.aXNw) .appointment-plugin input[name="Subject"],
:not(.aXNw) .surveys input[name="InvoiceSettingsSubject"],
:not(.aXNw) .dispatch-bios input[name="InvoiceSettingsSubject"],
:not(.aXNw) .invoice-email-settings input[name="InvoiceSettingsSubject"],
:not(.aXNw) .appointment-plugin input[name="InvoiceSettingsSubject"],
:not(.aXNw) .surveys input[name="EstimateSettingsSubject"],
:not(.aXNw) .dispatch-bios input[name="EstimateSettingsSubject"],
:not(.aXNw) .invoice-email-settings input[name="EstimateSettingsSubject"],
:not(.aXNw) .appointment-plugin input[name="EstimateSettingsSubject"],
:not(.aXNw) .surveys input[name="ProjectSettingsSubject"],
:not(.aXNw) .dispatch-bios input[name="ProjectSettingsSubject"],
:not(.aXNw) .invoice-email-settings input[name="ProjectSettingsSubject"],
:not(.aXNw) .appointment-plugin input[name="ProjectSettingsSubject"],
:not(.aXNw) .surveys input[name="FormSettingsSubject"],
:not(.aXNw) .dispatch-bios input[name="FormSettingsSubject"],
:not(.aXNw) .invoice-email-settings input[name="FormSettingsSubject"],
:not(.aXNw) .appointment-plugin input[name="FormSettingsSubject"],
:not(.aXNw) .surveys input[name="StatementSettingsSubject"],
:not(.aXNw) .dispatch-bios input[name="StatementSettingsSubject"],
:not(.aXNw) .invoice-email-settings input[name="StatementSettingsSubject"],
:not(.aXNw) .appointment-plugin input[name="StatementSettingsSubject"],
:not(.aXNw) .surveys input[name="ApplicationForPaymentSettingsSubject"],
:not(.aXNw) .dispatch-bios input[name="ApplicationForPaymentSettingsSubject"],
:not(.aXNw)
  .invoice-email-settings
  input[name="ApplicationForPaymentSettingsSubject"],
:not(.aXNw)
  .appointment-plugin
  input[name="ApplicationForPaymentSettingsSubject"],
:not(.aXNw) .surveys input[name="WorkOrderSettingsSubject"],
:not(.aXNw) .dispatch-bios input[name="WorkOrderSettingsSubject"],
:not(.aXNw) .invoice-email-settings input[name="WorkOrderSettingsSubject"],
:not(.aXNw) .appointment-plugin input[name="WorkOrderSettingsSubject"] {
  width: 450px;
}
:not(.aXNw) .surveys textarea,
:not(.aXNw) .dispatch-bios textarea,
:not(.aXNw) .invoice-email-settings textarea,
:not(.aXNw) .appointment-plugin textarea {
  width: 450px;
  height: 170px;
}
:not(.aXNw) .surveys .placeholders table,
:not(.aXNw) .dispatch-bios .placeholders table,
:not(.aXNw) .invoice-email-settings .placeholders table,
:not(.aXNw) .appointment-plugin .placeholders table {
  margin-bottom: 20px;
}
:not(.aXNw) .surveys .placeholders table tr td:first-child,
:not(.aXNw) .dispatch-bios .placeholders table tr td:first-child,
:not(.aXNw) .invoice-email-settings .placeholders table tr td:first-child,
:not(.aXNw) .appointment-plugin .placeholders table tr td:first-child {
  text-align: right;
}
:not(.aXNw) .surveys .placeholders table td,
:not(.aXNw) .dispatch-bios .placeholders table td,
:not(.aXNw) .invoice-email-settings .placeholders table td,
:not(.aXNw) .appointment-plugin .placeholders table td {
  padding-left: 20px;
  padding-bottom: 0px;
}
:not(.aXNw) .surveys .preview,
:not(.aXNw) .dispatch-bios .preview,
:not(.aXNw) .invoice-email-settings .preview,
:not(.aXNw) .appointment-plugin .preview {
  color: #999;
}
:not(.aXNw) .communication-settings #clock {
  margin-top: -10px;
  margin-left: 0px;
}
:not(.aXNw) .communication-settings #clock input {
  width: 60px;
  height: 30px;
  padding-left: 46px;
  background-color: #ffffff;
  border: solid 2px #d2d2d2;
}
:not(.aXNw) .communication-settings .input-icon[class*="icon-"]:before {
  margin-top: 10px;
  font-size: 24px;
}
:not(.aXNw) .communication-settings .icon-clock:before {
  content: "\f017";
}
:not(.aXNw) .communication-settings input #enable-email-reminder,
:not(.aXNw) .communication-settings #enable-sms-reminder {
  width: 14px;
  height: 14px;
  border: solid 2px #cccccc;
}
:not(.aXNw) .communication-settings label {
  font-size: 14px;
  color: #354052;
}
:not(.aXNw) .communication-settings h2 {
  color: #333;
  margin-top: 15px;
  font-size: 16px;
  font-weight: 300;
  height: 20px;
}
:not(.aXNw) .communication-settings h3 {
  color: #354052;
  font-weight: 600;
  margin-bottom: 4px;
}
:not(.aXNw) .communication-settings .span2,
:not(.aXNw) .communication-settings .span12 {
  margin-left: 0px;
}
:not(.aXNw) .communication-settings .span8 {
  margin-left: 225px;
  margin-top: 105px;
}
:not(.aXNw) .communication-settings p {
  font-size: 12px;
  color: #354052;
}
:not(.aXNw) .communication-settings .control-group p {
  margin: 0 6px;
}
:not(.aXNw) .communication-settings a {
  text-decoration: underline;
  color: #469ef8;
}
:not(.aXNw) .communication-settings #asterik {
  position: relative;
  bottom: 2px;
  padding-left: 4px;
  color: #469ef8;
  font-weight: bold;
}
:not(.aXNw) .communication-settings .communication-tabs {
  margin-top: 24px;
}
:not(.aXNw) .communication-settings article {
  min-height: 420px;
  min-width: 950px;
  border-radius: 6px;
  background-color: #fff;
  border: solid 1px #e6eaee;
  padding: 40px;
  margin-bottom: 50px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 55px;
  width: 1040px;
}
:not(.aXNw) .communication-settings .preview {
  color: #999;
}
:not(.aXNw) .communication-settings .validation-message {
  width: 200px !important;
}
:not(.aXNw) .communication-settings .btn {
  background-color: #fbfbfb;
  border: solid 1px rgba(0, 0, 0, 0.125);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-image: linear-gradient(
    rgba(255, 255, 255, 0.15),
    rgba(255, 255, 255, 0) 50%,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.065)
  );
  background-origin: border-box;
  background-size: 100% 100%;
  background-position-y: 0px;
  color: #333;
  transition:
    background 0.125s ease,
    background-image 0.125s ease,
    background-size 0.125s ease,
    box-shadow,
    0.125s ease;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  min-height: 24px;
  padding: 5px 0.75em 6px;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}
:not(.aXNw) .communication-settings .btn:link,
:not(.aXNw) .communication-settings .btn:visited,
:not(.aXNw) .communication-settings .btn:active,
:not(.aXNw) .communication-settings .btn:hover {
  color: #333;
}
:not(.aXNw) .communication-settings .btn:link:hover,
:not(.aXNw) .communication-settings .btn:visited:hover,
:not(.aXNw) .communication-settings .btn:active:hover,
:not(.aXNw) .communication-settings .btn:hover:hover {
  color: #333;
}
:not(.aXNw) .communication-settings .btn:hover {
  background-image:
    linear-gradient(
      rgba(255, 255, 255, 0.15),
      rgba(255, 255, 255, 0) 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0.065)
    ),
    url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNk4AIAABAADApMaRMAAAAASUVORK5CYII=");
}
:not(.aXNw) .communication-settings .btn:hover.btn-primary,
:not(.aXNw) .communication-settings .btn:hover.btn-danger,
:not(.aXNw) .communication-settings .btn:hover.btn-success {
  background-image:
    linear-gradient(
      rgba(255, 255, 255, 0.15),
      rgba(255, 255, 255, 0) 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0.065)
    ),
    url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkEAEAABoAFhhTXcgAAAAASUVORK5CYII=");
}
:not(.aXNw) .communication-settings .btn:hover:disabled,
:not(.aXNw) .communication-settings .btn:hover.disabled {
  background-image: linear-gradient(
    rgba(255, 255, 255, 0.2),
    rgba(255, 255, 255, 0) 50%,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.1)
  );
}
:not(.aXNw) .communication-settings .btn:disabled,
:not(.aXNw) .communication-settings .btn.disabled {
  opacity: 0.35;
  cursor: default;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
:not(.aXNw) .communication-settings .btn:active,
:not(.aXNw) .communication-settings .btn.active {
  background-size: 100% 500%;
  background-position-y: -50px;
  -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.15);
  background-image:
    linear-gradient(
      rgba(255, 255, 255, 0.15),
      rgba(255, 255, 255, 0) 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0.065)
    ),
    url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNk4AIAABAADApMaRMAAAAASUVORK5CYII=");
  border-top: solid 1px rgba(0, 0, 0, 0.2);
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 2;
}
:not(.aXNw) .communication-settings .btn:active.btn-primary,
:not(.aXNw) .communication-settings .btn.active.btn-primary,
:not(.aXNw) .communication-settings .btn:active.btn-danger,
:not(.aXNw) .communication-settings .btn.active.btn-danger,
:not(.aXNw) .communication-settings .btn:active.btn-success,
:not(.aXNw) .communication-settings .btn.active.btn-success {
  background-image:
    linear-gradient(
      rgba(255, 255, 255, 0.15),
      rgba(255, 255, 255, 0) 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0.065)
    ),
    url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkEAEAABoAFhhTXcgAAAAASUVORK5CYII=");
}
:not(.aXNw) .communication-settings .btn:active:disabled,
:not(.aXNw) .communication-settings .btn.active:disabled,
:not(.aXNw) .communication-settings .btn:active.disabled,
:not(.aXNw) .communication-settings .btn.active.disabled {
  background-image: linear-gradient(
    rgba(255, 255, 255, 0.2),
    rgba(255, 255, 255, 0) 50%,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.1)
  );
}
:not(.aXNw) .communication-settings .btn:focus,
:not(.aXNw) .communication-settings .btn:active,
:not(.aXNw) .communication-settings .btn.active {
  text-decoration: none !important;
}
:not(.aXNw) .communication-settings .btn.btn-primary,
:not(.aXNw) .communication-settings .btn.btn-primary:hover {
  background-color: #289df5;
  color: #fff;
}
:not(.aXNw) .communication-settings .btn.btn-primary:link,
:not(.aXNw) .communication-settings .btn.btn-primary:hover:link,
:not(.aXNw) .communication-settings .btn.btn-primary:visited,
:not(.aXNw) .communication-settings .btn.btn-primary:hover:visited,
:not(.aXNw) .communication-settings .btn.btn-primary:active,
:not(.aXNw) .communication-settings .btn.btn-primary:hover:active,
:not(.aXNw) .communication-settings .btn.btn-primary:hover,
:not(.aXNw) .communication-settings .btn.btn-primary:hover:hover {
  color: #fff;
}
:not(.aXNw) .communication-settings .btn.btn-primary:link:hover,
:not(.aXNw) .communication-settings .btn.btn-primary:hover:link:hover,
:not(.aXNw) .communication-settings .btn.btn-primary:visited:hover,
:not(.aXNw) .communication-settings .btn.btn-primary:hover:visited:hover,
:not(.aXNw) .communication-settings .btn.btn-primary:active:hover,
:not(.aXNw) .communication-settings .btn.btn-primary:hover:active:hover,
:not(.aXNw) .communication-settings .btn.btn-primary:hover:hover,
:not(.aXNw) .communication-settings .btn.btn-primary:hover:hover:hover {
  color: #fff;
}
:not(.aXNw) .communication-settings .btn.btn-danger,
:not(.aXNw) .communication-settings .btn.btn-danger:hover {
  background-color: #d8002b;
  color: #fff;
}
:not(.aXNw) .communication-settings .btn.btn-danger:link,
:not(.aXNw) .communication-settings .btn.btn-danger:hover:link,
:not(.aXNw) .communication-settings .btn.btn-danger:visited,
:not(.aXNw) .communication-settings .btn.btn-danger:hover:visited,
:not(.aXNw) .communication-settings .btn.btn-danger:active,
:not(.aXNw) .communication-settings .btn.btn-danger:hover:active,
:not(.aXNw) .communication-settings .btn.btn-danger:hover,
:not(.aXNw) .communication-settings .btn.btn-danger:hover:hover {
  color: #fff;
}
:not(.aXNw) .communication-settings .btn.btn-danger:link:hover,
:not(.aXNw) .communication-settings .btn.btn-danger:hover:link:hover,
:not(.aXNw) .communication-settings .btn.btn-danger:visited:hover,
:not(.aXNw) .communication-settings .btn.btn-danger:hover:visited:hover,
:not(.aXNw) .communication-settings .btn.btn-danger:active:hover,
:not(.aXNw) .communication-settings .btn.btn-danger:hover:active:hover,
:not(.aXNw) .communication-settings .btn.btn-danger:hover:hover,
:not(.aXNw) .communication-settings .btn.btn-danger:hover:hover:hover {
  color: #fff;
}
:not(.aXNw) .communication-settings .btn.btn-info,
:not(.aXNw) .communication-settings .btn.btn-info:hover {
  background-color: #68e6ff;
  color: #000;
}
:not(.aXNw) .communication-settings .btn.btn-info:link,
:not(.aXNw) .communication-settings .btn.btn-info:hover:link,
:not(.aXNw) .communication-settings .btn.btn-info:visited,
:not(.aXNw) .communication-settings .btn.btn-info:hover:visited,
:not(.aXNw) .communication-settings .btn.btn-info:active,
:not(.aXNw) .communication-settings .btn.btn-info:hover:active,
:not(.aXNw) .communication-settings .btn.btn-info:hover,
:not(.aXNw) .communication-settings .btn.btn-info:hover:hover {
  color: #000;
}
:not(.aXNw) .communication-settings .btn.btn-info:link:hover,
:not(.aXNw) .communication-settings .btn.btn-info:hover:link:hover,
:not(.aXNw) .communication-settings .btn.btn-info:visited:hover,
:not(.aXNw) .communication-settings .btn.btn-info:hover:visited:hover,
:not(.aXNw) .communication-settings .btn.btn-info:active:hover,
:not(.aXNw) .communication-settings .btn.btn-info:hover:active:hover,
:not(.aXNw) .communication-settings .btn.btn-info:hover:hover,
:not(.aXNw) .communication-settings .btn.btn-info:hover:hover:hover {
  color: #000;
}
:not(.aXNw) .communication-settings .btn.btn-warning,
:not(.aXNw) .communication-settings .btn.btn-warning:hover {
  background-color: #f0ad4e;
  color: #000;
}
:not(.aXNw) .communication-settings .btn.btn-warning:link,
:not(.aXNw) .communication-settings .btn.btn-warning:hover:link,
:not(.aXNw) .communication-settings .btn.btn-warning:visited,
:not(.aXNw) .communication-settings .btn.btn-warning:hover:visited,
:not(.aXNw) .communication-settings .btn.btn-warning:active,
:not(.aXNw) .communication-settings .btn.btn-warning:hover:active,
:not(.aXNw) .communication-settings .btn.btn-warning:hover,
:not(.aXNw) .communication-settings .btn.btn-warning:hover:hover {
  color: #000;
}
:not(.aXNw) .communication-settings .btn.btn-warning:link:hover,
:not(.aXNw) .communication-settings .btn.btn-warning:hover:link:hover,
:not(.aXNw) .communication-settings .btn.btn-warning:visited:hover,
:not(.aXNw) .communication-settings .btn.btn-warning:hover:visited:hover,
:not(.aXNw) .communication-settings .btn.btn-warning:active:hover,
:not(.aXNw) .communication-settings .btn.btn-warning:hover:active:hover,
:not(.aXNw) .communication-settings .btn.btn-warning:hover:hover,
:not(.aXNw) .communication-settings .btn.btn-warning:hover:hover:hover {
  color: #000;
}
:not(.aXNw) .communication-settings .btn.btn-success,
:not(.aXNw) .communication-settings .btn.btn-success:hover {
  background-color: #40a700;
  color: #fff;
}
:not(.aXNw) .communication-settings .btn.btn-success:link,
:not(.aXNw) .communication-settings .btn.btn-success:hover:link,
:not(.aXNw) .communication-settings .btn.btn-success:visited,
:not(.aXNw) .communication-settings .btn.btn-success:hover:visited,
:not(.aXNw) .communication-settings .btn.btn-success:active,
:not(.aXNw) .communication-settings .btn.btn-success:hover:active,
:not(.aXNw) .communication-settings .btn.btn-success:hover,
:not(.aXNw) .communication-settings .btn.btn-success:hover:hover {
  color: #fff;
}
:not(.aXNw) .communication-settings .btn.btn-success:link:hover,
:not(.aXNw) .communication-settings .btn.btn-success:hover:link:hover,
:not(.aXNw) .communication-settings .btn.btn-success:visited:hover,
:not(.aXNw) .communication-settings .btn.btn-success:hover:visited:hover,
:not(.aXNw) .communication-settings .btn.btn-success:active:hover,
:not(.aXNw) .communication-settings .btn.btn-success:hover:active:hover,
:not(.aXNw) .communication-settings .btn.btn-success:hover:hover,
:not(.aXNw) .communication-settings .btn.btn-success:hover:hover:hover {
  color: #fff;
}
:not(.aXNw) .communication-settings .btn.btn-primary:hover,
:not(.aXNw) .communication-settings .btn.btn-danger:hover,
:not(.aXNw) .communication-settings .btn.btn-info:hover,
:not(.aXNw) .communication-settings .btn.btn-warning:hover,
:not(.aXNw) .communication-settings .btn.btn-success:hover {
  background-image:
    linear-gradient(
      rgba(255, 255, 255, 0.15),
      rgba(255, 255, 255, 0) 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0.065)
    ),
    url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNk4AIAABAADApMaRMAAAAASUVORK5CYII=");
}
:not(.aXNw) .communication-settings .btn.btn-primary:hover.btn-primary,
:not(.aXNw) .communication-settings .btn.btn-danger:hover.btn-primary,
:not(.aXNw) .communication-settings .btn.btn-info:hover.btn-primary,
:not(.aXNw) .communication-settings .btn.btn-warning:hover.btn-primary,
:not(.aXNw) .communication-settings .btn.btn-success:hover.btn-primary,
:not(.aXNw) .communication-settings .btn.btn-primary:hover.btn-danger,
:not(.aXNw) .communication-settings .btn.btn-danger:hover.btn-danger,
:not(.aXNw) .communication-settings .btn.btn-info:hover.btn-danger,
:not(.aXNw) .communication-settings .btn.btn-warning:hover.btn-danger,
:not(.aXNw) .communication-settings .btn.btn-success:hover.btn-danger,
:not(.aXNw) .communication-settings .btn.btn-primary:hover.btn-success,
:not(.aXNw) .communication-settings .btn.btn-danger:hover.btn-success,
:not(.aXNw) .communication-settings .btn.btn-info:hover.btn-success,
:not(.aXNw) .communication-settings .btn.btn-warning:hover.btn-success,
:not(.aXNw) .communication-settings .btn.btn-success:hover.btn-success {
  background-image:
    linear-gradient(
      rgba(255, 255, 255, 0.15),
      rgba(255, 255, 255, 0) 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0.065)
    ),
    url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkEAEAABoAFhhTXcgAAAAASUVORK5CYII=");
}
:not(.aXNw) .communication-settings .btn.btn-primary:hover:disabled,
:not(.aXNw) .communication-settings .btn.btn-danger:hover:disabled,
:not(.aXNw) .communication-settings .btn.btn-info:hover:disabled,
:not(.aXNw) .communication-settings .btn.btn-warning:hover:disabled,
:not(.aXNw) .communication-settings .btn.btn-success:hover:disabled,
:not(.aXNw) .communication-settings .btn.btn-primary:hover.disabled,
:not(.aXNw) .communication-settings .btn.btn-danger:hover.disabled,
:not(.aXNw) .communication-settings .btn.btn-info:hover.disabled,
:not(.aXNw) .communication-settings .btn.btn-warning:hover.disabled,
:not(.aXNw) .communication-settings .btn.btn-success:hover.disabled {
  background-image: linear-gradient(
    rgba(255, 255, 255, 0.2),
    rgba(255, 255, 255, 0) 50%,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.1)
  );
}
:not(.aXNw) .communication-settings .btn.btn-primary:active,
:not(.aXNw) .communication-settings .btn.btn-danger:active,
:not(.aXNw) .communication-settings .btn.btn-info:active,
:not(.aXNw) .communication-settings .btn.btn-warning:active,
:not(.aXNw) .communication-settings .btn.btn-success:active,
:not(.aXNw) .communication-settings .btn.btn-primary.active,
:not(.aXNw) .communication-settings .btn.btn-danger.active,
:not(.aXNw) .communication-settings .btn.btn-info.active,
:not(.aXNw) .communication-settings .btn.btn-warning.active,
:not(.aXNw) .communication-settings .btn.btn-success.active {
  background-size: 100% 500%;
  background-position-y: -50px;
  -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.25);
  background-image:
    linear-gradient(
      rgba(255, 255, 255, 0.15),
      rgba(255, 255, 255, 0) 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0.065)
    ),
    url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNk4AIAABAADApMaRMAAAAASUVORK5CYII=");
}
:not(.aXNw) .communication-settings .btn.btn-primary:active.btn-primary,
:not(.aXNw) .communication-settings .btn.btn-danger:active.btn-primary,
:not(.aXNw) .communication-settings .btn.btn-info:active.btn-primary,
:not(.aXNw) .communication-settings .btn.btn-warning:active.btn-primary,
:not(.aXNw) .communication-settings .btn.btn-success:active.btn-primary,
:not(.aXNw) .communication-settings .btn.btn-primary.active.btn-primary,
:not(.aXNw) .communication-settings .btn.btn-danger.active.btn-primary,
:not(.aXNw) .communication-settings .btn.btn-info.active.btn-primary,
:not(.aXNw) .communication-settings .btn.btn-warning.active.btn-primary,
:not(.aXNw) .communication-settings .btn.btn-success.active.btn-primary,
:not(.aXNw) .communication-settings .btn.btn-primary:active.btn-danger,
:not(.aXNw) .communication-settings .btn.btn-danger:active.btn-danger,
:not(.aXNw) .communication-settings .btn.btn-info:active.btn-danger,
:not(.aXNw) .communication-settings .btn.btn-warning:active.btn-danger,
:not(.aXNw) .communication-settings .btn.btn-success:active.btn-danger,
:not(.aXNw) .communication-settings .btn.btn-primary.active.btn-danger,
:not(.aXNw) .communication-settings .btn.btn-danger.active.btn-danger,
:not(.aXNw) .communication-settings .btn.btn-info.active.btn-danger,
:not(.aXNw) .communication-settings .btn.btn-warning.active.btn-danger,
:not(.aXNw) .communication-settings .btn.btn-success.active.btn-danger,
:not(.aXNw) .communication-settings .btn.btn-primary:active.btn-success,
:not(.aXNw) .communication-settings .btn.btn-danger:active.btn-success,
:not(.aXNw) .communication-settings .btn.btn-info:active.btn-success,
:not(.aXNw) .communication-settings .btn.btn-warning:active.btn-success,
:not(.aXNw) .communication-settings .btn.btn-success:active.btn-success,
:not(.aXNw) .communication-settings .btn.btn-primary.active.btn-success,
:not(.aXNw) .communication-settings .btn.btn-danger.active.btn-success,
:not(.aXNw) .communication-settings .btn.btn-info.active.btn-success,
:not(.aXNw) .communication-settings .btn.btn-warning.active.btn-success,
:not(.aXNw) .communication-settings .btn.btn-success.active.btn-success {
  background-image:
    linear-gradient(
      rgba(255, 255, 255, 0.15),
      rgba(255, 255, 255, 0) 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0.065)
    ),
    url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkEAEAABoAFhhTXcgAAAAASUVORK5CYII=");
}
:not(.aXNw) .communication-settings .btn.btn-primary:active:disabled,
:not(.aXNw) .communication-settings .btn.btn-danger:active:disabled,
:not(.aXNw) .communication-settings .btn.btn-info:active:disabled,
:not(.aXNw) .communication-settings .btn.btn-warning:active:disabled,
:not(.aXNw) .communication-settings .btn.btn-success:active:disabled,
:not(.aXNw) .communication-settings .btn.btn-primary.active:disabled,
:not(.aXNw) .communication-settings .btn.btn-danger.active:disabled,
:not(.aXNw) .communication-settings .btn.btn-info.active:disabled,
:not(.aXNw) .communication-settings .btn.btn-warning.active:disabled,
:not(.aXNw) .communication-settings .btn.btn-success.active:disabled,
:not(.aXNw) .communication-settings .btn.btn-primary:active.disabled,
:not(.aXNw) .communication-settings .btn.btn-danger:active.disabled,
:not(.aXNw) .communication-settings .btn.btn-info:active.disabled,
:not(.aXNw) .communication-settings .btn.btn-warning:active.disabled,
:not(.aXNw) .communication-settings .btn.btn-success:active.disabled,
:not(.aXNw) .communication-settings .btn.btn-primary.active.disabled,
:not(.aXNw) .communication-settings .btn.btn-danger.active.disabled,
:not(.aXNw) .communication-settings .btn.btn-info.active.disabled,
:not(.aXNw) .communication-settings .btn.btn-warning.active.disabled,
:not(.aXNw) .communication-settings .btn.btn-success.active.disabled {
  background-image: linear-gradient(
    rgba(255, 255, 255, 0.2),
    rgba(255, 255, 255, 0) 50%,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.1)
  );
}
:not(.aXNw) .communication-settings .btn.btn-primary,
:not(.aXNw) .communication-settings .btn.wide {
  padding-left: 1.65rem;
  padding-right: 1.65rem;
}
:not(.aXNw) .communication-settings .btn.large,
:not(.aXNw) .communication-settings .btn.btn-lg {
  font-size: 120%;
  padding-top: 12px;
  padding-bottom: 14px;
}
:not(.aXNw) .communication-settings .btn.small,
:not(.aXNw) .communication-settings .btn.btn-sm {
  padding-top: 0px;
  padding-bottom: 2px;
  min-height: 24px;
}
:not(.aXNw) .communication-settings .btn.small.btn-primary,
:not(.aXNw) .communication-settings .btn.btn-sm.btn-primary {
  padding: 0 1.35em;
}
:not(.aXNw) .communication-settings .btn.flat,
:not(.aXNw) .communication-settings .btn.btn-flat {
  background-image: linear-gradient(rgba(0, 0, 0, 0.035), rgba(0, 0, 0, 0.035));
  border-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
:not(.aXNw) .communication-settings .btn.flat:hover,
:not(.aXNw) .communication-settings .btn.btn-flat:hover {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkEAEAABoAFhhTXcgAAAAASUVORK5CYII=") !important;
}
:not(.aXNw) .communication-settings .btn.flat:active,
:not(.aXNw) .communication-settings .btn.btn-flat:active,
:not(.aXNw) .communication-settings .btn.flat.active,
:not(.aXNw) .communication-settings .btn.btn-flat.active {
  background-size: 100% 500%;
  background-position-y: -50px;
  -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2);
  background-image:
    linear-gradient(
      rgba(255, 255, 255, 0.15),
      rgba(255, 255, 255, 0) 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0.065)
    ),
    url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNk4AIAABAADApMaRMAAAAASUVORK5CYII=");
  border-color: rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.1);
}
:not(.aXNw) .communication-settings .btn.flat:active.btn-primary,
:not(.aXNw) .communication-settings .btn.btn-flat:active.btn-primary,
:not(.aXNw) .communication-settings .btn.flat.active.btn-primary,
:not(.aXNw) .communication-settings .btn.btn-flat.active.btn-primary,
:not(.aXNw) .communication-settings .btn.flat:active.btn-danger,
:not(.aXNw) .communication-settings .btn.btn-flat:active.btn-danger,
:not(.aXNw) .communication-settings .btn.flat.active.btn-danger,
:not(.aXNw) .communication-settings .btn.btn-flat.active.btn-danger,
:not(.aXNw) .communication-settings .btn.flat:active.btn-success,
:not(.aXNw) .communication-settings .btn.btn-flat:active.btn-success,
:not(.aXNw) .communication-settings .btn.flat.active.btn-success,
:not(.aXNw) .communication-settings .btn.btn-flat.active.btn-success {
  background-image:
    linear-gradient(
      rgba(255, 255, 255, 0.15),
      rgba(255, 255, 255, 0) 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0.065)
    ),
    url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkEAEAABoAFhhTXcgAAAAASUVORK5CYII=");
}
:not(.aXNw) .communication-settings .btn.flat:active:disabled,
:not(.aXNw) .communication-settings .btn.btn-flat:active:disabled,
:not(.aXNw) .communication-settings .btn.flat.active:disabled,
:not(.aXNw) .communication-settings .btn.btn-flat.active:disabled,
:not(.aXNw) .communication-settings .btn.flat:active.disabled,
:not(.aXNw) .communication-settings .btn.btn-flat:active.disabled,
:not(.aXNw) .communication-settings .btn.flat.active.disabled,
:not(.aXNw) .communication-settings .btn.btn-flat.active.disabled {
  background-image: linear-gradient(
    rgba(255, 255, 255, 0.2),
    rgba(255, 255, 255, 0) 50%,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.1)
  );
}
:not(.aXNw) .communication-settings .btn[data-toggle="dropdown"] {
  padding-left: 0.5em;
  padding-right: 0.5em;
}
:not(.aXNw) .communication-settings .btn:empty {
  outline: 1px solid red;
}
:not(.aXNw) .communication-settings .btn.pale {
  background-image: linear-gradient(to top, #f2f4f7, #ffffff);
  border: solid 1px rgba(0, 0, 0, 0.125);
  color: #354052;
}
:not(.aXNw) .communication-settings .btn.pale:link,
:not(.aXNw) .communication-settings .btn.pale:visited,
:not(.aXNw) .communication-settings .btn.pale:active,
:not(.aXNw) .communication-settings .btn.pale:hover {
  color: #354052;
}
:not(.aXNw) .communication-settings .btn.pale:link:hover,
:not(.aXNw) .communication-settings .btn.pale:visited:hover,
:not(.aXNw) .communication-settings .btn.pale:active:hover,
:not(.aXNw) .communication-settings .btn.pale:hover:hover {
  color: #354052;
}
:not(.aXNw) .communication-settings .btn.blue {
  background-image: linear-gradient(to top, #1991eb, #2da1f8);
  border: none;
  color: #fff;
}
:not(.aXNw) .communication-settings .btn.blue:link,
:not(.aXNw) .communication-settings .btn.blue:visited,
:not(.aXNw) .communication-settings .btn.blue:active,
:not(.aXNw) .communication-settings .btn.blue:hover {
  color: #fff;
}
:not(.aXNw) .communication-settings .btn.blue:link:hover,
:not(.aXNw) .communication-settings .btn.blue:visited:hover,
:not(.aXNw) .communication-settings .btn.blue:active:hover,
:not(.aXNw) .communication-settings .btn.blue:hover:hover {
  color: #fff;
}
:not(.aXNw) .communication-settings .btn.white {
  background: #fff;
  color: #289df5;
  font-weight: bold;
}
:not(.aXNw) .communication-settings .btn.white:link,
:not(.aXNw) .communication-settings .btn.white:visited,
:not(.aXNw) .communication-settings .btn.white:active,
:not(.aXNw) .communication-settings .btn.white:hover {
  color: #289df5;
}
:not(.aXNw) .communication-settings .btn.white:link:hover,
:not(.aXNw) .communication-settings .btn.white:visited:hover,
:not(.aXNw) .communication-settings .btn.white:active:hover,
:not(.aXNw) .communication-settings .btn.white:hover:hover {
  color: #289df5;
}
:not(.aXNw) .communication-settings .btn.curved {
  border-radius: 50px;
  background-image: linear-gradient(to top, #f2f4f7, #ffffff);
  box-shadow: 0 10px 20px -5px gray;
  border: solid 0.5px #e6e6e6;
  color: #00a9f7;
}
:not(.aXNw) .communication-settings .btn.curved:link,
:not(.aXNw) .communication-settings .btn.curved:visited,
:not(.aXNw) .communication-settings .btn.curved:active,
:not(.aXNw) .communication-settings .btn.curved:hover {
  color: #00a9f7;
}
:not(.aXNw) .communication-settings .btn.curved:link:hover,
:not(.aXNw) .communication-settings .btn.curved:visited:hover,
:not(.aXNw) .communication-settings .btn.curved:active:hover,
:not(.aXNw) .communication-settings .btn.curved:hover:hover {
  color: #00a9f7;
}
:not(.aXNw) .communication-settings .btn.curved.inactive {
  box-shadow: none;
  color: #8f8f94 !important;
}
:not(.aXNw) .communication-settings .btn.curved.inactive:link,
:not(.aXNw) .communication-settings .btn.curved.inactive:visited,
:not(.aXNw) .communication-settings .btn.curved.inactive:active {
  color: #8f8f94 !important;
}
:not(.aXNw) .communication-settings .btn.btn-floating {
  background-image: none;
  -webkit-box-shadow: 0 2px 4px 0 rgba(127, 127, 127, 0.35);
  -moz-box-shadow: 0 2px 4px 0 rgba(127, 127, 127, 0.35);
  box-shadow: 0 2px 4px 0 rgba(127, 127, 127, 0.35);
  border: none !important;
}
:not(.aXNw) .communication-settings .btn.st-btn-add i.fa {
  font-size: 24px;
}
:not(.aXNw) .communication-settings .btn.st-btn-add span {
  position: relative;
  bottom: 3px;
}
:not(.aXNw)
  .communication-settings
  .btn[data-toggle="dropdown"]:first-child:not(:last-child) {
  padding-left: 1em;
  padding-right: 1em;
}
:not(.aXNw) .communication-settings .btn .material-icons {
  position: relative;
  top: -2px;
}
:not(.aXNw) article.notifications .control-label {
  width: 200px;
}
:not(.aXNw) article.notifications .controls {
  margin-left: 220px;
}
:not(.aXNw) article.notifications .form-actions {
  padding-left: 220px;
}
:not(.aXNw) .edit-business-unit-view textarea[name="AuthorizationParagraph"],
:not(.aXNw)
  .edit-business-unit-view
  textarea[name="ThreeDayCancelationParagraph"],
:not(.aXNw)
  .edit-business-unit-view
  textarea[name="EstimateAuthorizationParagraph"],
:not(.aXNw) .edit-business-unit-view textarea[name="AcknowledgementParagraph"] {
  height: 120px;
}
:not(.aXNw) .edit-business-unit-view .royalty-rate {
  margin-bottom: 10px;
}
:not(.aXNw) .edit-business-unit-view .royalty-rate input {
  width: 40px;
}
:not(.aXNw) .edit-business-unit-view .royalty-rate select {
  width: 180px;
}
:not(.aXNw) .edit-business-unit-view .add-royalty-rate {
  margin-left: 0px;
}
:not(.aXNw) .edit-business-unit-view .no-royalty-rates {
  display: block;
  height: 20px;
  padding-top: 5px;
}
:not(.aXNw) .edit-business-unit-view #quickbooks .icon-download {
  font-size: 15px;
}
:not(.aXNw) .edit-business-unit-view .qb-log div.read-only {
  padding-top: 5px;
  margin-bottom: 5px;
}
:not(.aXNw) .edit-business-unit-view .qb-log .control-label {
  width: 100px;
}
:not(.aXNw) .edit-business-unit-view .qb-log .controls {
  margin-left: 120px;
}
:not(.aXNw) .edit-business-unit-view .qb-log table td.date,
:not(.aXNw) .edit-business-unit-view .qb-log table th.date {
  width: 130px;
}
:not(.aXNw) .edit-business-unit-view .qb-log table td.body,
:not(.aXNw) .edit-business-unit-view .qb-log table th.body {
  width: 380px;
}
:not(.aXNw) .edit-business-unit-view .qb-log table td.body div,
:not(.aXNw) .edit-business-unit-view .qb-log table th.body div {
  width: 380px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
:not(.aXNw) .edit-business-unit-view .qb-log .form-actions {
  padding-left: 120px;
}
:not(.aXNw) .edit-business-unit-view .qb-log pre {
  height: auto;
  max-height: 500px;
  overflow: auto;
  background-color: #eeeeee;
  word-break: normal !important;
  word-wrap: normal !important;
  white-space: pre !important;
}
:not(.aXNw) .edit-business-unit-view .select2-container {
  width: 245px;
}
:not(.aXNw) .edit-business-unit-view .tab-content {
  overflow: visible;
}
:not(.aXNw) .select-material-sku-dropdown {
  max-width: 800px;
}
:not(.aXNw) .select2-inactive-material-category {
  color: #7f8fa4 !important;
}
:not(.aXNw) .edit-zone-view input[name="PostalCodes"],
:not(.aXNw) .edit-zone-view input[name="Cities"],
:not(.aXNw) .edit-zone-view input[name="LocnNumbers"],
:not(.aXNw) .edit-zone-view input[name="TerritoryNumbers"] {
  width: 244px;
}
:not(.aXNw) .edit-zone-view .zone-color-picker {
  width: 32px;
  height: 32px;
  border: 1px solid black;
  border-radius: 4px;
}
:not(.aXNw) article.zones td {
  vertical-align: middle;
}
:not(.aXNw) article.zones .zone-color {
  width: 32px;
  height: 32px;
  border: 1px solid black;
}
:not(.aXNw) .select2-results .services-category,
:not(.aXNw) .select2-results .services-subcategory {
  max-height: 16px;
  line-height: 16px;
  overflow: hidden;
}
:not(.aXNw) .select2-results .services-category {
  max-width: 250px;
  font-weight: bolder;
  color: #000;
}
:not(.aXNw) .select2-results .services-subcategory {
  max-width: 235px;
  margin-left: 15px;
}
:not(.aXNw) div.categories-selector {
  margin-left: 10px;
  width: 260px;
}
:not(.aXNw) article.services .add-service-btn {
  margin-right: 10px;
}
:not(.aXNw) article.services table tbody tr {
  cursor: pointer;
}
:not(.aXNw) article.services table th,
:not(.aXNw) article.services table td {
  padding: 4px 5px 4px 0px;
}
:not(.aXNw) article.services table th.pays-commission,
:not(.aXNw) article.services table td.pays-commission {
  text-align: right;
}
:not(.aXNw) article.services table th.name,
:not(.aXNw) article.services table td.name {
  padding: 4px 5px;
}
:not(.aXNw) article.services table td div.category {
  font-size: 11px;
  color: #999;
  line-height: 16px;
  max-height: 32px;
}
:not(.aXNw) article.services table td div.name {
  max-height: 40px;
}
:not(.aXNw) article.services table td div.category,
:not(.aXNw) article.services table td div.name {
  padding: 0px;
  margin: 0px;
  max-width: 380px;
  overflow: hidden;
  text-overflow: ellipsis;
}
:not(.aXNw) article.services .select2-container,
:not(.aXNw) article.materials .select2-container,
:not(.aXNw) article.equipment-list .select2-container {
  width: 270px;
}
:not(.aXNw) article.services .select2-container .select2-choice,
:not(.aXNw) article.materials .select2-container .select2-choice,
:not(.aXNw) article.equipment-list .select2-container .select2-choice {
  height: 28px;
}
:not(.aXNw) article.price-modifiers .add-price-modifier-btn {
  margin-bottom: 15px;
}
:not(.aXNw) article.price-modifiers .inactive-btn {
  margin-top: 25px;
}
:not(.aXNw) article.edit-price-modifier-view .select-amount-type {
  margin-bottom: 10px;
}
:not(.aXNw) .materials-nav {
  text-align: left;
  margin-bottom: 15px;
}
:not(.aXNw) .materials-nav a {
  margin: 0 15px 0 0;
  color: #999;
  font-size: 16px;
}
:not(.aXNw) .materials-nav .selected {
  color: #555;
  border-bottom: 1px solid #555;
}
:not(.aXNw) .view.materials .add-material-btn {
  margin-right: 10px;
}
:not(.aXNw) .view.materials td div.category {
  font-size: 11px;
  color: #999;
  line-height: 16px;
  max-height: 32px;
}
:not(.aXNw) .view.materials td div.name {
  max-height: 40px;
}
:not(.aXNw) .view.materials td div.category,
:not(.aXNw) .view.materials td div.name {
  padding: 0px;
  margin: 0px;
  max-width: 380px;
  overflow: hidden;
  text-overflow: ellipsis;
}
:not(.aXNw) .view.materials th.pays-commission,
:not(.aXNw) .view.materials td.pays-commission {
  text-align: right;
}
:not(.aXNw) .view.materials th:last-child,
:not(.aXNw) .view.materials td:last-child {
  width: 12px;
  padding: 7px 10px;
}
:not(.aXNw) .view.materials .load-more {
  color: #4a4a4a;
  position: relative;
  display: block;
  width: 75px;
  margin: auto;
  font-size: 14px;
  line-height: 14px;
  margin-top: 17px;
}
:not(.aXNw) .view.materials .load-more:hover {
  cursor: pointer;
}
:not(.aXNw) .view.materials .load-more:after {
  background-repeat: no-repeat;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAQAAABKfvVzAAAACXBIWXMAAAsTAAALEwEAmpwYAAAA82lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjardA/SgNBHMXx70TULloE67mAgmu15eQPi2ARYopsqkxmBw1hd4fZn3/2Bh7B43iDFIIXUVJbqARLwU/1eM2DB+rZDPujzjGUlcRsYvJZPteHGw7YAwDrmmDG4yuAqq48vynYvqEAXk/NsD/ib/ZdiAK8AEnhGwd8AKsHCQJqAfSW6yCgBOitp5MBqCegK/5RAAZ1aOPq5lb0eZqm2hT10uvrthFfNvqycnUMdbTiC+B7A+Aoi7bVmS1Lq5OzhH83y+f6K71PUYA62ey6HXcX73/+7FzAJ0sbODDOTdGSAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAACiSURBVHja7JIhEsIwFEQ3DEzquEUOwDF6hKqeg9TCnXqEGnwwqa5DNVWLgMyk5UdEYBjyVXbemzWriLK3w1/4vrActsBHwuQGtvQuTbxrOTBNVg09JlgzuvgfnTUT+nzDrDvWbN4t3jWs2XHWKaPWWwr6Em444noHzuaBE2xVLSmhtuOLCiDhghAViLgovBSIeEYAggYkPCv89lr3pUpxw3MAXZBhXWkeWs8AAAAASUVORK5CYII=");
  display: block;
  content: " ";
  width: 24px;
  height: 24px;
  margin: auto;
}
:not(.aXNw) .view-markups {
  width: 500px;
}
:not(.aXNw) .view-markups .markups-save-button {
  margin-top: 15px;
  margin-bottom: 15px;
}
:not(.aXNw) .view-markups .markup-add-button {
  margin-bottom: 10px;
}
:not(.aXNw) .view-markups .markup-remove-button {
  background-image: url(/scripts/build/desktop-legacy/e6bda820d3df864c00c66dd5fc7f65b6.png);
}
:not(.aXNw) .view-markups .markups-list-title {
  font-weight: bold;
  font-size: 18px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
:not(.aXNw) .view-markups .markups-title {
  margin-bottom: 10px;
}
:not(.aXNw) .view-markups .purchase-orders-markups,
:not(.aXNw) .view-markups .materials-markups {
  width: 100%;
}
:not(.aXNw) .view-markups .markups-list .markup .from input,
:not(.aXNw) .view-markups .markups-list .markup .to input {
  width: 100px;
  display: inline-block;
}
:not(.aXNw) .view-markups .markups-list .markup .text {
  display: inline-block;
  margin: 0 5px 0 5px;
  height: 30px;
  line-height: 20px;
  vertical-align: middle;
}
:not(.aXNw) .view-markups .markups-list .markup .percent input {
  width: 50px;
  display: inline-block;
}
:not(.aXNw) .view-markups .markups-list .markup .markup-remove-button:focus,
:not(.aXNw) .view-markups .markups-list .markup .markup-add-button:focus {
  outline: 0;
}
:not(.aXNw) .view-markups .markups-list .markup .markup-remove-button,
:not(.aXNw) .view-markups .markups-list .markup .markup-add-button {
  background-repeat: no-repeat;
  background-size: 30px;
  background-color: transparent;
  width: 30px;
  height: 30px;
  border: none;
  cursor: pointer;
  margin-left: 10px;
  vertical-align: top;
  float: right;
}
:not(.aXNw) .pricebook-markups-view .row {
  margin-left: 0 !important;
}
:not(.aXNw) .pricebook-markups-view .markup-rules-section > .header {
  font-size: 16px !important;
  color: #737475 !important;
}
:not(.aXNw)
  .pricebook-markups-view
  .markup-rules-section
  + .markup-rules-section {
  padding-top: 80px;
}
:not(.aXNw) .pricebook-markups-view .markup-rules-section .markup-rule-card {
  min-width: 260px;
}
:not(.aXNw)
  .pricebook-markups-view
  .markup-rules-section
  .markup-rule-card
  .custom-ellipsis-icon {
  font-size: 2.5em;
  line-height: 4px;
  height: 16px;
  letter-spacing: -2px;
}
:not(.aXNw)
  .pricebook-markups-view
  .markup-rules-section
  .markup-rule-card
  .custom-ellipsis-icon:before {
  content: "...";
}
:not(.aXNw)
  .pricebook-markups-view
  .markup-rules-section
  .markup-rule-card
  small {
  color: #9e9ea0;
}
:not(.aXNw) .pricebook-alert-block {
  max-width: 386px;
  display: flex;
}
:not(.aXNw) .pricebook-alert-block .icon-container {
  margin-right: 5px;
}
:not(.aXNw) .pricebook-alert-block .btn-outline {
  background: none;
  background-color: #eee;
  color: #444445;
  margin-top: 10px;
}
:not(.aXNw) .pricebook-alert-block .btn-outline:hover {
  border-color: #eee;
  box-shadow: none;
}
:not(.aXNw) .pricebook-disabled {
  color: #9e9ea0 !important;
}
:not(.aXNw) .bulk-serialization.inventory-view,
:not(.aXNw) .serialization.inventory-view {
  line-height: 1.5;
}
:not(.aXNw) .bulk-serialization.inventory-view .header-info,
:not(.aXNw) .serialization.inventory-view .header-info {
  background: #ffffff;
  box-shadow: none !important;
  min-height: unset;
}
:not(.aXNw) .bulk-serialization.inventory-view .header-info .page-name,
:not(.aXNw) .serialization.inventory-view .header-info .page-name {
  font-size: 20px;
}
:not(.aXNw) .bulk-serialization.inventory-view .inventory-view-body,
:not(.aXNw) .serialization.inventory-view .inventory-view-body {
  border-top: 1px solid #eeeeee;
  background-color: #fcfcfc !important;
}
:not(.aXNw)
  .bulk-serialization.inventory-view
  .inventory-view-body
  .import-error-list,
:not(.aXNw)
  .serialization.inventory-view
  .inventory-view-body
  .import-error-list {
  padding-left: 0;
}
:not(.aXNw)
  .bulk-serialization.inventory-view
  .inventory-view-body
  .import-error-list
  .controls,
:not(.aXNw)
  .serialization.inventory-view
  .inventory-view-body
  .import-error-list
  .controls {
  height: 40px;
  padding: 0;
  background-color: #ffd7cf;
  color: red;
  width: 100%;
  margin: 0;
}
:not(.aXNw)
  .bulk-serialization.inventory-view
  .inventory-view-body
  .import-error-list
  .controls
  .control-label,
:not(.aXNw)
  .serialization.inventory-view
  .inventory-view-body
  .import-error-list
  .controls
  .control-label {
  width: 100%;
  height: 100%;
  padding: 6px;
  display: flex;
  align-items: center;
}
:not(.aXNw)
  .bulk-serialization.inventory-view
  .inventory-view-body
  .import-error-list
  .controls
  span.error-value,
:not(.aXNw)
  .serialization.inventory-view
  .inventory-view-body
  .import-error-list
  .controls
  span.error-value {
  color: red;
  font-weight: bold;
  margin: 0 0.25em;
}
:not(.aXNw)
  .bulk-serialization.inventory-view
  .inventory-view-body
  .import-error-list
  .k-old-grid,
:not(.aXNw)
  .serialization.inventory-view
  .inventory-view-body
  .import-error-list
  .k-old-grid {
  background-color: #ffd7cf;
}
:not(.aXNw)
  .bulk-serialization.inventory-view
  .inventory-view-body
  .import-error-list
  .k-old-grid
  .k-old-grid-header,
:not(.aXNw)
  .serialization.inventory-view
  .inventory-view-body
  .import-error-list
  .k-old-grid
  .k-old-grid-header {
  background-color: #ffd7cf;
}
:not(.aXNw)
  .bulk-serialization.inventory-view
  .inventory-view-body
  .import-error-list
  .k-old-grid
  .k-old-grid-header
  .k-old-grid-header-wrap,
:not(.aXNw)
  .serialization.inventory-view
  .inventory-view-body
  .import-error-list
  .k-old-grid
  .k-old-grid-header
  .k-old-grid-header-wrap {
  border-width: 1px 0 1px 0;
  border-color: red;
}
:not(.aXNw)
  .bulk-serialization.inventory-view
  .inventory-view-body
  .import-error-list
  .k-old-grid
  .k-old-grid-header
  .k-old-grid-header-wrap
  table
  thead
  tr
  th,
:not(.aXNw)
  .serialization.inventory-view
  .inventory-view-body
  .import-error-list
  .k-old-grid
  .k-old-grid-header
  .k-old-grid-header-wrap
  table
  thead
  tr
  th {
  border-width: 0 0 0 0;
  background-color: #ffdacf;
}
:not(.aXNw)
  .bulk-serialization.inventory-view
  .inventory-view-body
  .import-error-list
  .k-old-grid
  div.k-old-grid-content,
:not(.aXNw)
  .serialization.inventory-view
  .inventory-view-body
  .import-error-list
  .k-old-grid
  div.k-old-grid-content {
  background-color: #ffd7cf;
}
:not(.aXNw)
  .bulk-serialization.inventory-view
  .inventory-view-body
  .import-error-list
  .k-old-grid
  div.k-old-grid-content
  table
  tbody
  tr,
:not(.aXNw)
  .serialization.inventory-view
  .inventory-view-body
  .import-error-list
  .k-old-grid
  div.k-old-grid-content
  table
  tbody
  tr {
  background-color: #ffd7cf;
}
:not(.aXNw)
  .bulk-serialization.inventory-view
  .inventory-view-body
  .import-error-list
  .k-old-grid
  div.k-old-grid-content
  table
  tbody
  tr
  td,
:not(.aXNw)
  .serialization.inventory-view
  .inventory-view-body
  .import-error-list
  .k-old-grid
  div.k-old-grid-content
  table
  tbody
  tr
  td {
  border-color: red;
  padding: 1em 1.286em !important;
}
:not(.aXNw)
  .bulk-serialization.inventory-view
  .inventory-view-body
  .import-error-list
  .k-old-grid
  div.k-old-grid-content
  table
  tbody
  tr.k-old-alt,
:not(.aXNw)
  .serialization.inventory-view
  .inventory-view-body
  .import-error-list
  .k-old-grid
  div.k-old-grid-content
  table
  tbody
  tr.k-old-alt {
  background-color: #ffdacf;
}
:not(.aXNw) .settings-fullscreen.inventory-view {
  margin: -21px -36px 0 -56px;
}
:not(.aXNw) .settings-fullscreen.inventory-view .header-info,
:not(.aXNw) .settings-fullscreen.inventory-view .inventory-view-body {
  padding: 0 1em;
}
:not(.aXNw)
  .bulk-serialization.inventory-view
  .inventory-view-body
  .file-control {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f5f5f5;
  margin-bottom: 0.5em;
  max-width: 600px;
}
:not(.aXNw)
  .bulk-serialization.inventory-view
  .inventory-view-body
  .file-control
  .file-info {
  width: 100%;
}
:not(.aXNw)
  .bulk-serialization.inventory-view
  .inventory-view-body
  .file-control
  .file-actions {
  display: flex;
}
:not(.aXNw)
  .bulk-serialization.inventory-view
  .inventory-view-body
  .file-control
  .file-actions
  i.icon {
  color: #737475;
}
:not(.aXNw)
  .bulk-serialization.inventory-view
  .inventory-view-body
  .file-control
  .errors-link {
  display: block;
  color: #e63717;
  padding-top: 1em;
}
:not(.aXNw) .serialization.inventory-view {
  min-width: 1170px;
}
:not(.aXNw)
  .serialization.inventory-view
  .serialization-header
  .item-description {
  color: #606162;
  word-break: break-word;
}
:not(.aXNw)
  .serialization.inventory-view
  .serialization-header
  .item-description
  .show-more {
  font-size: 14px;
  font-weight: 600;
}
:not(.aXNw) .serialization.inventory-view .inventory-view-body .upload-button {
  background-color: #ffffff !important;
  margin-right: 1em;
}
:not(.aXNw)
  .serialization.inventory-view
  .inventory-view-body
  .inventory-kendo-grid
  .serialization.enable {
  cursor: pointer;
  font-weight: bold;
  color: #4183c4;
}
:not(.aXNw)
  .serialization.inventory-view
  .inventory-view-body
  .inventory-kendo-grid
  .serialization.disable {
  color: #737475;
}
:not(.aXNw)
  .serialization.inventory-view
  .inventory-view-body
  .inventory-kendo-grid
  .negative {
  color: #f94d32;
}
:not(.aXNw) .inventory-serial-number-flyout {
  background-color: rgba(19, 24, 32, 0.2);
}
:not(.aXNw) .inventory-serial-number-flyout div.loading {
  display: block !important;
}
:not(.aXNw) .inventory-serial-number-flyout .flyout-pane__content {
  width: 450px !important;
  float: right;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  height: 100%;
}
:not(.aXNw) .inventory-serial-number-flyout .serial-number-flyout-header {
  padding: 1em 2em 0;
}
:not(.aXNw)
  .inventory-serial-number-flyout
  .serial-number-flyout-header
  .sku-name {
  margin-bottom: 0.5em;
  word-break: break-word;
}
:not(.aXNw)
  .inventory-serial-number-flyout
  .serial-number-flyout-header
  .sku-description {
  word-break: break-word;
}
:not(.aXNw)
  .inventory-serial-number-flyout
  .serial-number-flyout-header
  .secondary.pointing.menu {
  border-color: transparent;
}
:not(.aXNw) .inventory-serial-number-flyout .serial-number-flyout-body {
  height: 100%;
  background-color: #fafafa;
  padding: 2em;
  overflow: auto;
  border-width: 1px 0;
  border-style: solid;
  border-color: #dfe0e1;
}
:not(.aXNw) .inventory-serial-number-flyout .serial-number-flyout-actions {
  padding: 1em 2em;
}
:not(.aXNw) .inventory-large-modal .serial-number-tab .ui.error.message,
:not(.aXNw)
  .inventory-serial-number-flyout
  .serial-number-flyout-body
  .ui.error.message {
  display: block !important;
}
:not(.aXNw) .inventory-large-modal .serial-number-tab .serial-number-field,
:not(.aXNw)
  .inventory-serial-number-flyout
  .serial-number-flyout-body
  .serial-number-field {
  display: flex;
  align-items: center;
}
:not(.aXNw)
  .inventory-large-modal
  .serial-number-tab
  .serial-number-field
  .remove.icon,
:not(.aXNw)
  .inventory-serial-number-flyout
  .serial-number-flyout-body
  .serial-number-field
  .remove.icon {
  height: 100%;
  margin-left: 0.25em;
}
:not(.aXNw)
  .inventory-large-modal
  .serial-number-tab
  .serial-number-field
  .duplicateError,
:not(.aXNw)
  .inventory-serial-number-flyout
  .serial-number-flyout-body
  .serial-number-field
  .duplicateError {
  border-color: #f94d32 !important;
}
:not(.aXNw)
  .inventory-large-modal
  .serial-number-tab
  .serial-number-field
  .duplicateError
  > .ui.selection.dropdown,
:not(.aXNw)
  .inventory-serial-number-flyout
  .serial-number-flyout-body
  .serial-number-field
  .duplicateError
  > .ui.selection.dropdown {
  border: 1px solid #f94d32 !important;
  background: #fff !important;
}
:not(.aXNw)
  .inventory-large-modal
  .serial-number-tab
  .serial-number-field
  .form,
:not(.aXNw)
  .inventory-serial-number-flyout
  .serial-number-flyout-body
  .serial-number-field
  .form {
  display: none;
}
:not(.aXNw) .serialization.inventory-view [data-tooltip]:after,
:not(.aXNw) .inventory-serial-number-flyout [data-tooltip]:after {
  font-size: 14px !important;
  width: 386px;
  white-space: normal;
  box-sizing: border-box;
}
:not(.aXNw) .modal-edit-markup,
:not(.aXNw) .modal-create-markup {
  max-width: 60%;
  min-width: 870px;
  right: 0;
}
:not(.aXNw) .modal-edit-markup .row,
:not(.aXNw) .modal-create-markup .row {
  margin-left: 0 !important;
}
:not(.aXNw) .modal-edit-markup > .header,
:not(.aXNw) .modal-create-markup > .header {
  border-bottom: none !important;
}
:not(.aXNw) .modal-edit-markup > .header,
:not(.aXNw) .modal-create-markup > .header,
:not(.aXNw) .modal-edit-markup > .scrolling.content,
:not(.aXNw) .modal-create-markup > .scrolling.content {
  background-color: #f5f7fa !important;
}
:not(.aXNw) .modal-edit-markup > .scrolling.content,
:not(.aXNw) .modal-create-markup > .scrolling.content {
  min-height: 640px;
}
:not(.aXNw) .modal-edit-markup .custom-times-icon,
:not(.aXNw) .modal-create-markup .custom-times-icon {
  background-position: 50%;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTRweCIgaGVpZ2h0PSIxNHB4IiB2aWV3Qm94PSIwIDAgMTQgMTQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDUxLjEgKDU3NTAxKSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5pYy9jbG9zZS9ncmV5NjAwPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9InY0IiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iTW9kYWxfU3RlcDJfQUdfMDUxNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEyNjEuMDAwMDAwLCAtODUuMDAwMDAwKSI+CiAgICAgICAgICAgIDxnIGlkPSJNb2RhbCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMzMwLjAwMDAwMCwgNjAuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8ZyBpZD0iaWMvY2xvc2UvZ3JleTYwMCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoOTI2LjAwMDAwMCwgMjAuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICAgICAgPGcgaWQ9ImljX2Nsb3NlXzI0cHgiPgogICAgICAgICAgICAgICAgICAgICAgICA8cG9seWdvbiBpZD0iU2hhcGUiIGZpbGw9IiM3Mzc0NzUiIGZpbGwtcnVsZT0ibm9uemVybyIgcG9pbnRzPSIxOSA2LjQxIDE3LjU5IDUgMTIgMTAuNTkgNi40MSA1IDUgNi40MSAxMC41OSAxMiA1IDE3LjU5IDYuNDEgMTkgMTIgMTMuNDEgMTcuNTkgMTkgMTkgMTcuNTkgMTMuNDEgMTIiPjwvcG9seWdvbj4KICAgICAgICAgICAgICAgICAgICAgICAgPHBvbHlnb24gaWQ9IlNoYXBlIiBwb2ludHM9IjAgMCAyNCAwIDI0IDI0IDAgMjQiPjwvcG9seWdvbj4KICAgICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==");
}
:not(.aXNw) .modal-edit-markup .step-header,
:not(.aXNw) .modal-create-markup .step-header {
  font-size: 1.25rem;
}
:not(.aXNw) .modal-edit-markup .step-header .sticky-tooltip,
:not(.aXNw) .modal-create-markup .step-header .sticky-tooltip {
  display: inline-block;
  white-space: nowrap;
}
:not(.aXNw) .modal-edit-markup .markup-factor-card,
:not(.aXNw) .modal-create-markup .markup-factor-card {
  height: 8rem;
}
:not(.aXNw) .modal-edit-markup .markup-factor-card span,
:not(.aXNw) .modal-create-markup .markup-factor-card span {
  color: #289df5;
  font-size: 20px;
}
:not(.aXNw) .modal-edit-markup .markup-name-field .field > b,
:not(.aXNw) .modal-create-markup .markup-name-field .field > b,
:not(.aXNw) .modal-edit-markup .markup-factor-field .field > b,
:not(.aXNw) .modal-create-markup .markup-factor-field .field > b,
:not(.aXNw) .modal-edit-markup .markup-name-field .field label,
:not(.aXNw) .modal-create-markup .markup-name-field .field label,
:not(.aXNw) .modal-edit-markup .markup-factor-field .field label,
:not(.aXNw) .modal-create-markup .markup-factor-field .field label {
  margin-bottom: 0.5em;
  display: block;
}
:not(.aXNw) .modal-edit-markup .markup-name-field .field > div,
:not(.aXNw) .modal-create-markup .markup-name-field .field > div,
:not(.aXNw) .modal-edit-markup .markup-factor-field .field > div,
:not(.aXNw) .modal-create-markup .markup-factor-field .field > div,
:not(.aXNw) .modal-edit-markup .markup-name-field .field input,
:not(.aXNw) .modal-create-markup .markup-name-field .field input,
:not(.aXNw) .modal-edit-markup .markup-factor-field .field input,
:not(.aXNw) .modal-create-markup .markup-factor-field .field input {
  max-width: 350px;
}
:not(.aXNw) .modal-edit-markup .markup-factor-summary,
:not(.aXNw) .modal-create-markup .markup-factor-summary {
  margin-top: -2em;
}
:not(.aXNw)
  .modal-edit-markup
  .markup-factor-summary
  .markup-factor-summary-field
  > b,
:not(.aXNw)
  .modal-create-markup
  .markup-factor-summary
  .markup-factor-summary-field
  > b {
  margin-bottom: 0.5em;
  display: block;
}
:not(.aXNw) .modal-edit-markup .markup-pricing-field,
:not(.aXNw) .modal-create-markup .markup-pricing-field {
  margin-top: 15px !important;
}
:not(.aXNw) .modal-edit-markup .markup-pricing-field label,
:not(.aXNw) .modal-create-markup .markup-pricing-field label {
  color: #bcbcbd !important;
  cursor: default;
}
:not(.aXNw) .modal-edit-markup .markup-pricing-field > .segment,
:not(.aXNw) .modal-create-markup .markup-pricing-field > .segment {
  margin-bottom: 0;
  padding: 0 0 0 1em;
}
:not(.aXNw) .modal-edit-markup .markup-pricing-field > .segment:hover,
:not(.aXNw) .modal-create-markup .markup-pricing-field > .segment:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}
:not(.aXNw) .modal-edit-markup .markup-pricing-field .left.icon.input input,
:not(.aXNw) .modal-create-markup .markup-pricing-field .left.icon.input input {
  padding-left: 1.5em !important;
}
:not(.aXNw) .modal-edit-markup .markup-pricing-field .right.icon.input input,
:not(.aXNw) .modal-create-markup .markup-pricing-field .right.icon.input input {
  padding-right: 1.5em !important;
}
:not(.aXNw) .modal-edit-markup .markup-pricing-field .icon.input .icon,
:not(.aXNw) .modal-create-markup .markup-pricing-field .icon.input .icon {
  width: 1.5em !important;
}
:not(.aXNw) .modal-edit-markup .markup-pricing-field .input,
:not(.aXNw) .modal-create-markup .markup-pricing-field .input {
  background-color: #f5f5f5;
  width: 120px !important;
}
:not(.aXNw) .modal-edit-markup .markup-pricing-field .markup-pricing-error,
:not(.aXNw) .modal-create-markup .markup-pricing-field .markup-pricing-error {
  font-size: 1em;
  width: 100%;
  text-align: center;
  margin-bottom: 0.5em !important;
}
:not(.aXNw) .modal-create-markup .markup-name-field,
:not(.aXNw) .modal-create-markup .markup-factor-field {
  min-height: 130px;
}
:not(.aXNw) .modal-edit-markup .markup-name-field {
  min-height: 110px;
}
:not(.aXNw) .modal-edit-markup .markup-factor-field {
  min-height: 130px;
}
:not(.aXNw) .view.equipment-list .add-equipment-btn {
  margin-right: 10px;
}
:not(.aXNw) .view.equipment-list .pays-commission {
  text-align: right;
}
:not(.aXNw) .view.equipment-list tbody > tr {
  cursor: pointer;
}
:not(.aXNw) .view.equipment-list tbody > tr .category {
  font-size: 11px;
  color: #999;
  line-height: 16px;
  padding: 0px;
  margin: 0px;
  max-width: 380px;
  overflow: hidden;
  text-overflow: ellipsis;
}
:not(.aXNw) .categorized-entities .show-button {
  padding-top: 5px;
}
:not(.aXNw) .categorized-entities .search-form {
  margin-left: -8px;
}
:not(.aXNw) .categorized-entities .inactive {
  color: #9b9b9b;
}
:not(.aXNw) .modal-body .edit-service-view ul.tab-nav {
  display: flex;
  justify-content: center;
  margin-top: -20px;
}
:not(.aXNw) .modal-body .edit-service-view ul.tab-nav li > a {
  text-transform: uppercase;
}
:not(.aXNw) .modal-body .edit-service-view .tab-pane {
  padding-left: 60px;
}
:not(.aXNw) .modal-body .edit-service-view .category {
  margin-left: 20px;
  width: 244px;
}
:not(.aXNw) .modal-body .edit-service-view .wysiwyg-editor {
  width: 206px;
}
:not(.aXNw) .modal-body .edit-service-view .tooltip.left {
  margin-left: 50px;
}
:not(.aXNw) .edit-service-view .service-materials div:first-of-type {
  padding-top: 15px;
}
:not(.aXNw) .edit-service-view .icon-minus-custom {
  cursor: pointer;
  width: 26px;
  height: 26px;
}
:not(.aXNw) .edit-service-view .materials {
  width: 100%;
  margin-bottom: 10px;
}
:not(.aXNw) .edit-service-view .materials td,
:not(.aXNw) .edit-service-view .materials th {
  vertical-align: middle;
}
:not(.aXNw) .edit-service-view .materials th:nth-of-type(1),
:not(.aXNw) .edit-service-view .materials td:nth-of-type(1) {
  width: 146px;
  max-width: 146px;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
:not(.aXNw) .edit-service-view .materials th:nth-of-type(2),
:not(.aXNw) .edit-service-view .materials td:nth-of-type(2) {
  width: 44px;
}
:not(.aXNw) .edit-service-view .materials th:nth-of-type(3),
:not(.aXNw) .edit-service-view .materials td:nth-of-type(3) {
  width: 69px;
}
:not(.aXNw) .edit-service-view .materials input {
  width: 31px;
}
:not(.aXNw) .edit-service-view .materials thead {
  border-bottom: solid 0.5px #979797;
}
:not(.aXNw) .edit-service-view .materials tbody tr:last-of-type {
  border-top: solid 0.5px #979797;
}
:not(.aXNw) .edit-service-view input[name="Upgrades"] {
  width: 244px;
}
:not(.aXNw) .edit-service-view input[name="AddOns"] {
  width: 244px;
}
:not(.aXNw) .edit-service-view textarea[name="Description"] {
  width: 320px;
  height: 170px;
}
:not(.aXNw) .edit-service-view .form-actions {
  margin-top: 40px;
}
:not(.aXNw) .edit-service-view #service-membership {
  font-size: 14px;
  max-width: 800px;
  margin-left: 8px;
}
:not(.aXNw) .edit-service-view #service-membership .radio .help-block,
:not(.aXNw) .edit-service-view #service-membership .checkbox .help-block {
  padding-left: 10px;
  font-size: 13px;
}
:not(.aXNw) .edit-service-view #service-membership .radio label,
:not(.aXNw) .edit-service-view #service-membership .checkbox label {
  margin-bottom: 2px;
  font-size: 14px;
  padding-left: 10px;
}
:not(.aXNw)
  .edit-service-view
  #service-membership
  input[type="radio"]:focus
  + label::before,
:not(.aXNw)
  .edit-service-view
  #service-membership
  input[type="checkbox"]:focus
  + label::before {
  background-image: none !important;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
:not(.aXNw)
  .edit-service-view
  #service-membership
  input[type="radio"]:checked
  + label::before {
  border: 0px !important;
  background-color: #5bc0de !important;
}
:not(.aXNw)
  .edit-service-view
  #service-membership
  input[type="radio"]:checked
  + label::after {
  background-color: white !important;
  top: 5px !important;
  left: 5px !important;
  width: 7px !important;
  height: 7px !important;
}
:not(.aXNw) .edit-service-view #service-membership .workflow-section {
  min-height: 20px;
  margin-bottom: 4px;
  padding: 18px;
}
:not(.aXNw) .edit-service-view #service-membership .workflow-section:hover {
  padding: 16px;
  border: #ddd solid 2px;
  border-radius: 6px;
}
:not(.aXNw) .edit-service-view #service-membership .workflow-section.active,
:not(.aXNw)
  .edit-service-view
  #service-membership
  .workflow-section:hover
  .active {
  padding: 16px;
  border: 2px #00cbe9 solid;
  border-radius: 6px;
}
:not(.aXNw) .edit-service-view #service-membership .workflow-section.disabled {
  pointer-events: none;
  opacity: 0.5;
}
:not(.aXNw)
  .edit-service-view
  #service-membership
  .workflow-section
  .checkbox-info
  > label:has(.editable-container)
  .control-group
  > div,
:not(.aXNw)
  .edit-service-view
  #service-membership
  .workflow-section
  .radio-info
  > label:has(.editable-container)
  .control-group
  > div {
  display: flex;
}
:not(.aXNw)
  .edit-service-view
  #service-membership
  .workflow-section
  .checkbox-info
  > label:has(.editable-container)
  .control-group
  > div
  .editable-input
  select,
:not(.aXNw)
  .edit-service-view
  #service-membership
  .workflow-section
  .radio-info
  > label:has(.editable-container)
  .control-group
  > div
  .editable-input
  select {
  width: 100%;
}
:not(.aXNw)
  .edit-service-view
  #service-membership
  .workflow-section
  .checkbox-info
  > label:has(.editable-container) {
  white-space: nowrap;
}
:not(.aXNw)
  .edit-service-view
  #service-membership
  .workflow-section
  .checkbox-info
  > label:has(.editable-container)
  > span:has(.editable-container) {
  display: flex;
  align-items: center;
  white-space: nowrap;
  margin-top: -5px;
}
:not(.aXNw)
  .edit-service-view
  #service-membership
  .workflow-section
  .checkbox-info
  > label:has(.editable-container)
  > span:has(.editable-container)
  .editable-inline {
  margin-left: 10px;
}
:not(.aXNw)
  .edit-service-view
  #service-membership
  .workflow-section
  .radio-info
  > label:has(.editable-container) {
  display: flex;
  white-space: nowrap;
}
:not(.aXNw)
  .edit-service-view
  #service-membership
  .workflow-section
  .radio-info
  > label:has(.editable-container)
  .editable-inline {
  margin-left: 10px;
  margin-top: -5px;
}
:not(.aXNw) .edit-service-view #service-membership .workflow-subsection {
  margin-left: 40px;
  margin-top: 10px;
}
:not(.aXNw) .edit-service-view #service-membership .workflow-subsection-option {
  min-height: 20px;
  padding: 8px;
}
:not(.aXNw) .edit-service-view #service-membership .invoice-template-container {
  margin: 16px 16px 0 30px;
}
:not(.aXNw) .edit-service-view #service-membership .editable {
  padding-top: 0px;
  font-weight: bolder;
  margin-left: 2px;
  margin-right: 2px;
}
:not(.aXNw) .edit-service-view #service-membership .input-mini {
  width: 20px;
}
:not(.aXNw) .edit-service-view .highlight-text {
  color: #2a8bde;
}
:not(.aXNw) .edit-material-view .validation-message,
:not(.aXNw) .edit-equipment-view .validation-message,
:not(.aXNw) .edit-service-view .validation-message,
:not(.aXNw) .edit-price-modifier-view .validation-message {
  z-index: 99;
}
:not(.aXNw) .edit-material-view .highlight-text,
:not(.aXNw) .edit-equipment-view .highlight-text,
:not(.aXNw) .edit-service-view .highlight-text {
  color: #2a8bde;
}
:not(.aXNw) .edit-material-view .controls,
:not(.aXNw) .edit-equipment-view .controls,
:not(.aXNw) .skill-view .controls {
  position: relative;
}
:not(.aXNw) .edit-material-view .images,
:not(.aXNw) .edit-equipment-view .images,
:not(.aXNw) .skill-view .images {
  min-height: 80px;
}
:not(.aXNw) .edit-material-view .tags-editor,
:not(.aXNw) .edit-equipment-view .tags-editor,
:not(.aXNw) .skill-view .tags-editor {
  width: 360px;
}
:not(.aXNw) .edit-material-view input,
:not(.aXNw) .edit-equipment-view input,
:not(.aXNw) .skill-view input {
  width: 320px;
}
:not(.aXNw) .edit-material-view .checkbox input,
:not(.aXNw) .edit-equipment-view .checkbox input,
:not(.aXNw) .skill-view .checkbox input {
  width: inherit;
}
:not(.aXNw) .edit-material-view input[type="checkbox"],
:not(.aXNw) .edit-equipment-view input[type="checkbox"],
:not(.aXNw) .skill-view input[type="checkbox"] {
  width: initial;
}
:not(.aXNw) .edit-material-view .empty,
:not(.aXNw) .edit-equipment-view .empty,
:not(.aXNw) .skill-view .empty {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABQCAAAAACreq1xAAAACXBIWXMAAAsTAAALEwEAmpwYAAAA82lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjardA/SgNBHMXx70TULloE67mAgmu15eQPi2ARYopsqkxmBw1hd4fZn3/2Bh7B43iDFIIXUVJbqARLwU/1eM2DB+rZDPujzjGUlcRsYvJZPteHGw7YAwDrmmDG4yuAqq48vynYvqEAXk/NsD/ib/ZdiAK8AEnhGwd8AKsHCQJqAfSW6yCgBOitp5MBqCegK/5RAAZ1aOPq5lb0eZqm2hT10uvrthFfNvqycnUMdbTiC+B7A+Aoi7bVmS1Lq5OzhH83y+f6K71PUYA62ey6HXcX73/+7FzAJ0sbODDOTdGSAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAFvSURBVHja7NdtT4MwEAfw/55ggEs2NdmWzMQYv/83UqdChI1kE9YBLbO+0KFbCKzkEpfYvjpI8wt31xZouaAdbWhQgxrUoAY1eKZg9+AqcTNlYDSueEJP2UO+ZBVg2iTJjLqGrYoaAsDAUcD8mqYAgHN9uid9vbDLaliMj8WGG864TQXyJwGkaXRrEqXsCgCA8IhquN3uA0YENtyP7foNJWnAfhFZNKBjfwe2Q9TlWQ8A0JtRrUPjfhFz42LcIdspnem05K7IcsNuBpYupoAB6N+YRIfD8pEBQPrAaEA32J8bL4IC9NZFuHMJwGD164KxBqBM1u8/GzlcHvLqXQ7DHIBxOeoAkEF41O/MVAPF69d5w/1gYHWziB9PWE2UwPS56KOMorIZ0USlhnwu6nrEuQK4m+f1Xd8opBzbdtODqhwcDv/VlwNTeCnJU8A4/uuUZQVoNgGtipRnb0lLNcWrKtC60/96GtSgBjV4ruDnAKT2b+oB0sYDAAAAAElFTkSuQmCC");
  width: 80px;
  height: 80px;
}
:not(.aXNw) .edit-material-view textarea[name="Description"],
:not(.aXNw) .edit-equipment-view textarea[name="Description"],
:not(.aXNw) .skill-view textarea[name="Description"] {
  width: 320px;
  height: 170px;
}
:not(.aXNw) .edit-material-view .uploader,
:not(.aXNw) .edit-equipment-view .uploader,
:not(.aXNw) .skill-view .uploader {
  position: absolute;
  top: 0;
  right: 0;
}
:not(.aXNw) .edit-material-view .uploader label,
:not(.aXNw) .edit-equipment-view .uploader label,
:not(.aXNw) .skill-view .uploader label {
  font-size: 11px;
  line-height: 11px;
}
:not(.aXNw) .edit-material-view .btn,
:not(.aXNw) .edit-equipment-view .btn,
:not(.aXNw) .skill-view .btn {
  margin-top: 10px;
}
:not(.aXNw) .edit-material-view .form-actions .btn-cancel,
:not(.aXNw) .edit-equipment-view .form-actions .btn-cancel,
:not(.aXNw) .skill-view .form-actions .btn-cancel {
  background-color: #bbbbbb;
  color: #ffffff;
  width: 100px;
  box-sizing: border-box;
  border-radius: 0;
}
:not(.aXNw) .edit-material-view .form-actions .btn-save,
:not(.aXNw) .edit-equipment-view .form-actions .btn-save,
:not(.aXNw) .skill-view .form-actions .btn-save {
  background-color: #00cbeb;
  color: #ffffff;
  width: 100px;
  box-sizing: border-box;
  margin-left: 10px;
  border-radius: 0;
}
:not(.aXNw) .edit-material-view .vendors .radiobox input,
:not(.aXNw) .edit-equipment-view .vendors .radiobox input,
:not(.aXNw) .skill-view .vendors .radiobox input {
  width: 18px;
  height: 18px;
}
:not(.aXNw) .edit-material-view .vendors .disable td,
:not(.aXNw) .edit-equipment-view .vendors .disable td,
:not(.aXNw) .skill-view .vendors .disable td {
  opacity: 0.5;
}
:not(.aXNw) .edit-material-view .vendors td,
:not(.aXNw) .edit-equipment-view .vendors td,
:not(.aXNw) .skill-view .vendors td {
  padding: 6px 10px;
  vertical-align: middle;
}
:not(.aXNw) .edit-material-view .vendors td.center,
:not(.aXNw) .edit-equipment-view .vendors td.center,
:not(.aXNw) .skill-view .vendors td.center {
  text-align: center;
}
:not(.aXNw) .edit-material-view .vendors .part,
:not(.aXNw) .edit-equipment-view .vendors .part,
:not(.aXNw) .skill-view .vendors .part {
  width: 115px;
}
:not(.aXNw) .edit-material-view .vendors .memo,
:not(.aXNw) .edit-equipment-view .vendors .memo,
:not(.aXNw) .skill-view .vendors .memo {
  width: inherit;
}
:not(.aXNw) .edit-material-view .vendors .cost,
:not(.aXNw) .edit-equipment-view .vendors .cost,
:not(.aXNw) .skill-view .vendors .cost {
  width: 50px;
}
:not(.aXNw) .edit-material-view .wide-tooltip .tooltip-inner,
:not(.aXNw) .edit-equipment-view .wide-tooltip .tooltip-inner,
:not(.aXNw) .skill-view .wide-tooltip .tooltip-inner {
  width: 250px;
}
:not(.aXNw) .edit-material-view .switch-vendors,
:not(.aXNw) .edit-equipment-view .switch-vendors,
:not(.aXNw) .skill-view .switch-vendors {
  font-size: 14px;
  font-weight: bold;
}
:not(.aXNw) .loyalty-program-view .section {
  margin-bottom: 40px;
}
:not(.aXNw) .loyalty-program-view .subsection {
  min-height: 20px;
  margin-bottom: 4px;
  padding: 18px;
}
:not(.aXNw) .loyalty-program-view .subsection:hover {
  padding: 16px;
  border: #ddd solid 2px;
  border-radius: 6px;
}
:not(.aXNw) .loyalty-program-view .subsection.active,
:not(.aXNw) .loyalty-program-view .subsection:hover .active {
  padding: 16px;
  border: 2px #00cbe9 solid;
  border-radius: 6px;
}
:not(.aXNw) .loyalty-program-view .subsection .subsection-option {
  margin-left: 40px;
  margin-top: 10px;
  /*a.editable-empty, a.editable-empty:hover, a.editable-empty:focus {
                font-weight: bolder;
                color: #00cbe9;
                border-bottom: dashed 1px #00cbe9;
            }*/
  /*.select2-choices {
                min-width: 217px;
            }*/
  /*.select2-container {
                min-width: 219px;
                display: table-row-group;
            }
            .select2-input.select2-default, .select2-choices {
                min-width: 207px;
            }*/
}
:not(.aXNw) .loyalty-program-view .subsection .subsection-option > div {
  padding: 5px;
}
:not(.aXNw) .loyalty-program-view .subsection .subsection-option .icon-dollar {
  display: inline;
}
:not(.aXNw) .loyalty-program-view .subsection .subsection-option .exceptions {
  padding-left: 20px;
}
:not(.aXNw) .loyalty-program-view #basic,
:not(.aXNw) .loyalty-program-view #accumulation,
:not(.aXNw) .loyalty-program-view #deduction {
  font-size: 14px;
  max-width: 800px;
  margin-left: 8px;
}
:not(.aXNw) .loyalty-program-view #basic .radio .help-block,
:not(.aXNw) .loyalty-program-view #accumulation .radio .help-block,
:not(.aXNw) .loyalty-program-view #deduction .radio .help-block,
:not(.aXNw) .loyalty-program-view #basic .checkbox .help-block,
:not(.aXNw) .loyalty-program-view #accumulation .checkbox .help-block,
:not(.aXNw) .loyalty-program-view #deduction .checkbox .help-block {
  padding-left: 10px;
  font-size: 13px;
}
:not(.aXNw) .loyalty-program-view #basic .radio label,
:not(.aXNw) .loyalty-program-view #accumulation .radio label,
:not(.aXNw) .loyalty-program-view #deduction .radio label,
:not(.aXNw) .loyalty-program-view #basic .checkbox label,
:not(.aXNw) .loyalty-program-view #accumulation .checkbox label,
:not(.aXNw) .loyalty-program-view #deduction .checkbox label {
  margin-bottom: 2px;
  font-size: 14px;
  padding-left: 10px;
}
:not(.aXNw)
  .loyalty-program-view
  #basic
  input[type="radio"]:focus
  + label::before,
:not(.aXNw)
  .loyalty-program-view
  #accumulation
  input[type="radio"]:focus
  + label::before,
:not(.aXNw)
  .loyalty-program-view
  #deduction
  input[type="radio"]:focus
  + label::before,
:not(.aXNw)
  .loyalty-program-view
  #basic
  input[type="checkbox"]:focus
  + label::before,
:not(.aXNw)
  .loyalty-program-view
  #accumulation
  input[type="checkbox"]:focus
  + label::before,
:not(.aXNw)
  .loyalty-program-view
  #deduction
  input[type="checkbox"]:focus
  + label::before {
  background-image: none !important;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
:not(.aXNw)
  .loyalty-program-view
  #basic
  input[type="radio"]:checked
  + label::before,
:not(.aXNw)
  .loyalty-program-view
  #accumulation
  input[type="radio"]:checked
  + label::before,
:not(.aXNw)
  .loyalty-program-view
  #deduction
  input[type="radio"]:checked
  + label::before {
  border: 0px !important;
  background-color: #5bc0de !important;
}
:not(.aXNw)
  .loyalty-program-view
  #basic
  input[type="radio"]:checked
  + label::after,
:not(.aXNw)
  .loyalty-program-view
  #accumulation
  input[type="radio"]:checked
  + label::after,
:not(.aXNw)
  .loyalty-program-view
  #deduction
  input[type="radio"]:checked
  + label::after {
  background-color: white !important;
  top: 5px !important;
  left: 5px !important;
  width: 7px !important;
  height: 7px !important;
}
:not(.aXNw) .edit-equipment-view #equipment-materials .btn {
  margin-top: inherit;
  min-width: inherit;
}
:not(.aXNw) .edit-equipment-view #equipment-materials .search-query {
  width: inherit;
}
:not(.aXNw) .edit-equipment-view .icon-minus-custom {
  cursor: pointer;
  width: 26px;
  height: 26px;
}
:not(.aXNw) .edit-equipment-view .materials {
  width: 100%;
  margin-bottom: 10px;
}
:not(.aXNw) .edit-equipment-view .materials td,
:not(.aXNw) .edit-equipment-view .materials th {
  vertical-align: middle;
}
:not(.aXNw) .edit-equipment-view .materials th:nth-of-type(1),
:not(.aXNw) .edit-equipment-view .materials td:nth-of-type(1) {
  width: 146px;
  max-width: 146px;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
:not(.aXNw) .edit-equipment-view .materials th:nth-of-type(2),
:not(.aXNw) .edit-equipment-view .materials td:nth-of-type(2) {
  width: 44px;
}
:not(.aXNw) .edit-equipment-view .materials th:nth-of-type(3),
:not(.aXNw) .edit-equipment-view .materials td:nth-of-type(3) {
  width: 69px;
}
:not(.aXNw) .edit-equipment-view .materials input {
  width: 31px;
}
:not(.aXNw) .edit-equipment-view .materials thead {
  border-bottom: solid 0.5px #979797;
}
:not(.aXNw) .edit-equipment-view .materials tbody tr:last-of-type {
  border-top: solid 0.5px #979797;
}
:not(.aXNw) .label-editor input {
  width: inherit;
}
:not(.aXNw) article.invoicing-types.view {
  min-height: 420px;
  min-width: 950px;
  border-radius: 6px;
  background-color: #fff;
  border: solid 1px #e6eaee;
  padding: 40px;
  margin-bottom: 50px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  min-height: 350px;
  width: 90%;
  overflow: hidden;
}
:not(.aXNw) article.invoicing-types.view .span6 {
  width: 43%;
}
:not(.aXNw) article.tax-zones table td {
  vertical-align: middle;
}
:not(.aXNw) article.tax-zones table td .edit-tax-zone-cell {
  text-align: center;
}
:not(.aXNw) .edit-tax-zone-view input[name="ZipCodes"] {
  width: 244px;
}
:not(.aXNw) .edit-tax-zone-view label.tax-rates-caption {
  padding-left: 125px;
}
:not(.aXNw) .edit-tax-zone-view table.tax-rates {
  width: 100%;
}
:not(.aXNw) .edit-tax-zone-view table.tax-rates td,
:not(.aXNw) .edit-tax-zone-view table.tax-rates th {
  padding-left: 0;
}
:not(.aXNw) .edit-tax-zone-view table.tax-rates input {
  width: 150px;
}
:not(.aXNw) article.categories ul {
  list-style-type: none;
}
:not(.aXNw) article.categories .action {
  visibility: hidden;
}
:not(.aXNw) article.categories div:hover .action {
  visibility: visible;
}
:not(.aXNw) article.categories .inactive {
  color: #9b9b9b;
}
:not(.aXNw) .edit-category-view input[name="AddOns"] {
  width: 244px;
}
:not(.aXNw) .edit-category-view input[name="SkuVideo"],
:not(.aXNw) .edit-category-view input[name="Name"] {
  width: 230px;
}
:not(.aXNw) .edit-category-view select[name="BusinessUnitIds"] {
  width: 244px;
}
:not(.aXNw) .edit-category-view .videos-wrapper {
  position: relative;
}
:not(.aXNw) .edit-category-view .videos-wrapper .btn {
  position: absolute;
  right: 33px;
  margin-top: 13px;
}
:not(.aXNw) .edit-category-view .control-label {
  width: 115px !important;
}
:not(.aXNw) .edit-category-view .controls {
  margin-left: 135px !important;
}
:not(.aXNw) .edit-category-view .gray-back {
  background: #eeeeee;
}
:not(.aXNw) .edit-category-view .uploaded-images {
  position: relative;
}
:not(.aXNw) .edit-category-view .uploaded-images .btn {
  position: absolute;
  bottom: 0;
  right: 111px;
}
:not(.aXNw) .edit-category-view .gray-back:nth-of-type(n + 1) {
  margin-top: 27px !important;
}
:not(.aXNw) .edit-category-view .gray-back:nth-of-type(3) {
  background: #f8f8f8;
}
:not(.aXNw) .edit-category-view hr {
  border-color: #979797;
  border-bottom: 0;
}
:not(.aXNw) .edit-category-view .no-margin-left {
  margin-left: 0 !important;
}
:not(.aXNw) .edit-category-view .description {
  padding: 24px;
  padding-bottom: 0;
  font-size: 12px;
  line-height: 14px;
}
:not(.aXNw) .edit-category-view .image-description {
  padding: 31px;
  padding-top: 0;
  position: relative;
}
:not(.aXNw) .edit-category-view .header {
  text-transform: uppercase;
}
:not(.aXNw) .edit-category-view .form-actions .btn-link {
  padding: 0 25px;
  width: 60px;
  height: 28px;
  border-radius: 2px;
  border: none;
}
:not(.aXNw) .edit-category-view .form-actions .save-button {
  background-color: #4bcc2e;
  color: white;
  width: 96px;
  font-weight: bold;
}
:not(.aXNw) .edit-category-view .header-helper {
  padding-top: 39px;
  padding-bottom: 11px;
  padding-left: 5px;
  padding-right: 5px;
  border-bottom: 1px solid #979797;
}
:not(.aXNw) .edit-category-view .header-helper ~ .image-upload {
  margin-top: 46px;
}
:not(.aXNw) .edit-category-view .image-upload {
  position: relative;
}
:not(.aXNw) .edit-category-view .image-upload .control-label {
  position: absolute;
  bottom: 0;
}
:not(.aXNw) .edit-category-view .image-upload .upload {
  position: absolute;
  bottom: 0;
  right: 33px;
}
:not(.aXNw) .edit-category-view .image-helper-text {
  position: absolute;
  top: 0;
  right: 33px;
  width: 96px;
  font-size: 11px;
  line-height: 16px;
}
:not(.aXNw) .edit-category-view .btn {
  width: 96px;
  height: 28px;
  border-radius: 2px;
  border: solid 0.7px #868686;
}
:not(.aXNw) .edit-category-view .btn.upload,
:not(.aXNw) .edit-category-view .btn.remove {
  background-color: #eeeeee;
}
:not(.aXNw) .edit-category-view a.parent-category-link {
  color: #333333;
  text-decoration: underline;
}
:not(.aXNw) .merge-locations-view input[name="Location"] {
  display: block;
  width: 400px;
  margin-top: 10px;
}
:not(.aXNw) .merge-locations-view .original-location-name {
  margin-top: 10px;
  display: block;
  font-weight: bold;
}
:not(.aXNw) .merge-locations-view .duplicates {
  margin-top: 20px;
}
:not(.aXNw) .merge-locations-view .duplicates select {
  width: 400px;
  margin-top: 10px;
  max-width: 100%;
  max-height: 400px;
  resize: both;
  overflow: scroll;
}
:not(.aXNw) .merge-locations-view .duplicates .validation-message {
  margin-top: 10px;
}
:not(.aXNw) .merge-locations-view .actions {
  margin-top: 20px;
}
:not(.aXNw) .data-import-export-view .alert {
  display: none;
}
:not(.aXNw) .data-import-export-view .alert.alert-success,
:not(.aXNw) .data-import-export-view .alert.alert-error,
:not(.aXNw) .data-import-export-view .alert.alert-info {
  display: block;
}
:not(.aXNw) .data-import-export-view select {
  width: 300px;
}
:not(.aXNw) .data-import-export-view .tab-content {
  margin-top: 25px;
}
:not(.aXNw) .data-import-export-view .last-run-info {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  display: inline-block;
  padding: 0 20px 5px 20px;
  width: 460px;
  margin: 50px 0 0 90px;
}
:not(.aXNw) .data-import-export-view .last-run-info .title {
  padding-left: 120px;
  padding-bottom: 7px;
  text-transform: uppercase;
  border-bottom: rgba(0, 0, 0, 0.1) 1px solid;
}
:not(.aXNw) .data-import-export-view .last-run-info .download {
  display: inline-block;
  padding: 10px 20px;
  margin-right: 20px;
  margin-top: -25px;
}
:not(.aXNw) .data-import-export-view .last-run-info .details {
  display: inline-block;
}
:not(.aXNw) .data-import-export-view .last-run-info .details label {
  display: inline-block;
  font-weight: bold;
  width: 70px;
  margin-right: 5px;
  vertical-align: top;
}
:not(.aXNw) .data-import-export-view .last-run-info .details span {
  width: 200px;
  word-wrap: break-word;
  display: inline-block;
}
:not(.aXNw) article.mobile-settings-view .well {
  min-height: 420px;
  min-width: 950px;
  border-radius: 6px;
  background-color: #fff;
  border: solid 1px #e6eaee;
  padding: 40px;
  margin-bottom: 50px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px 40px;
}
:not(.aXNw) article.mobile-settings-view .section {
  margin-bottom: 40px;
}
:not(.aXNw) article.mobile-settings-view .section .radio .help-block {
  padding-left: 5px;
}
:not(.aXNw) article.mobile-settings-view .section .radio label {
  margin-bottom: 2px;
}
:not(.aXNw)
  article.mobile-settings-view
  .section
  input[type="radio"]:focus
  + label::before {
  background-image: none !important;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
:not(.aXNw)
  article.mobile-settings-view
  .section
  input[type="radio"]:checked
  + label::before {
  border: 0px !important;
  background-color: #5bc0de !important;
}
:not(.aXNw)
  article.mobile-settings-view
  .section
  input[type="radio"]:checked
  + label::after {
  background-color: white !important;
  top: 5px !important;
  left: 5px !important;
  width: 7px !important;
  height: 7px !important;
}
:not(.aXNw) article.mobile-settings-view .actions .btn {
  background-color: #fbfbfb;
  border: solid 1px rgba(0, 0, 0, 0.125);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-image: linear-gradient(
    rgba(255, 255, 255, 0.15),
    rgba(255, 255, 255, 0) 50%,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.065)
  );
  background-origin: border-box;
  background-size: 100% 100%;
  background-position-y: 0px;
  color: #333;
  transition:
    background 0.125s ease,
    background-image 0.125s ease,
    background-size 0.125s ease,
    box-shadow,
    0.125s ease;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  min-height: 24px;
  padding: 5px 0.75em 6px;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}
:not(.aXNw) article.mobile-settings-view .actions .btn:link,
:not(.aXNw) article.mobile-settings-view .actions .btn:visited,
:not(.aXNw) article.mobile-settings-view .actions .btn:active,
:not(.aXNw) article.mobile-settings-view .actions .btn:hover {
  color: #333;
}
:not(.aXNw) article.mobile-settings-view .actions .btn:link:hover,
:not(.aXNw) article.mobile-settings-view .actions .btn:visited:hover,
:not(.aXNw) article.mobile-settings-view .actions .btn:active:hover,
:not(.aXNw) article.mobile-settings-view .actions .btn:hover:hover {
  color: #333;
}
:not(.aXNw) article.mobile-settings-view .actions .btn:hover {
  background-image:
    linear-gradient(
      rgba(255, 255, 255, 0.15),
      rgba(255, 255, 255, 0) 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0.065)
    ),
    url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNk4AIAABAADApMaRMAAAAASUVORK5CYII=");
}
:not(.aXNw) article.mobile-settings-view .actions .btn:hover.btn-primary,
:not(.aXNw) article.mobile-settings-view .actions .btn:hover.btn-danger,
:not(.aXNw) article.mobile-settings-view .actions .btn:hover.btn-success {
  background-image:
    linear-gradient(
      rgba(255, 255, 255, 0.15),
      rgba(255, 255, 255, 0) 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0.065)
    ),
    url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkEAEAABoAFhhTXcgAAAAASUVORK5CYII=");
}
:not(.aXNw) article.mobile-settings-view .actions .btn:hover:disabled,
:not(.aXNw) article.mobile-settings-view .actions .btn:hover.disabled {
  background-image: linear-gradient(
    rgba(255, 255, 255, 0.2),
    rgba(255, 255, 255, 0) 50%,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.1)
  );
}
:not(.aXNw) article.mobile-settings-view .actions .btn:disabled,
:not(.aXNw) article.mobile-settings-view .actions .btn.disabled {
  opacity: 0.35;
  cursor: default;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
:not(.aXNw) article.mobile-settings-view .actions .btn:active,
:not(.aXNw) article.mobile-settings-view .actions .btn.active {
  background-size: 100% 500%;
  background-position-y: -50px;
  -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.15);
  background-image:
    linear-gradient(
      rgba(255, 255, 255, 0.15),
      rgba(255, 255, 255, 0) 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0.065)
    ),
    url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNk4AIAABAADApMaRMAAAAASUVORK5CYII=");
  border-top: solid 1px rgba(0, 0, 0, 0.2);
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 2;
}
:not(.aXNw) article.mobile-settings-view .actions .btn:active.btn-primary,
:not(.aXNw) article.mobile-settings-view .actions .btn.active.btn-primary,
:not(.aXNw) article.mobile-settings-view .actions .btn:active.btn-danger,
:not(.aXNw) article.mobile-settings-view .actions .btn.active.btn-danger,
:not(.aXNw) article.mobile-settings-view .actions .btn:active.btn-success,
:not(.aXNw) article.mobile-settings-view .actions .btn.active.btn-success {
  background-image:
    linear-gradient(
      rgba(255, 255, 255, 0.15),
      rgba(255, 255, 255, 0) 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0.065)
    ),
    url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkEAEAABoAFhhTXcgAAAAASUVORK5CYII=");
}
:not(.aXNw) article.mobile-settings-view .actions .btn:active:disabled,
:not(.aXNw) article.mobile-settings-view .actions .btn.active:disabled,
:not(.aXNw) article.mobile-settings-view .actions .btn:active.disabled,
:not(.aXNw) article.mobile-settings-view .actions .btn.active.disabled {
  background-image: linear-gradient(
    rgba(255, 255, 255, 0.2),
    rgba(255, 255, 255, 0) 50%,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.1)
  );
}
:not(.aXNw) article.mobile-settings-view .actions .btn:focus,
:not(.aXNw) article.mobile-settings-view .actions .btn:active,
:not(.aXNw) article.mobile-settings-view .actions .btn.active {
  text-decoration: none !important;
}
:not(.aXNw) article.mobile-settings-view .actions .btn.btn-primary,
:not(.aXNw) article.mobile-settings-view .actions .btn.btn-primary:hover {
  background-color: #289df5;
  color: #fff;
}
:not(.aXNw) article.mobile-settings-view .actions .btn.btn-primary:link,
:not(.aXNw) article.mobile-settings-view .actions .btn.btn-primary:hover:link,
:not(.aXNw) article.mobile-settings-view .actions .btn.btn-primary:visited,
:not(.aXNw)
  article.mobile-settings-view
  .actions
  .btn.btn-primary:hover:visited,
:not(.aXNw) article.mobile-settings-view .actions .btn.btn-primary:active,
:not(.aXNw) article.mobile-settings-view .actions .btn.btn-primary:hover:active,
:not(.aXNw) article.mobile-settings-view .actions .btn.btn-primary:hover,
:not(.aXNw) article.mobile-settings-view .actions .btn.btn-primary:hover:hover {
  color: #fff;
}
:not(.aXNw) article.mobile-settings-view .actions .btn.btn-primary:link:hover,
:not(.aXNw)
  article.mobile-settings-view
  .actions
  .btn.btn-primary:hover:link:hover,
:not(.aXNw)
  article.mobile-settings-view
  .actions
  .btn.btn-primary:visited:hover,
:not(.aXNw)
  article.mobile-settings-view
  .actions
  .btn.btn-primary:hover:visited:hover,
:not(.aXNw) article.mobile-settings-view .actions .btn.btn-primary:active:hover,
:not(.aXNw)
  article.mobile-settings-view
  .actions
  .btn.btn-primary:hover:active:hover,
:not(.aXNw) article.mobile-settings-view .actions .btn.btn-primary:hover:hover,
:not(.aXNw)
  article.mobile-settings-view
  .actions
  .btn.btn-primary:hover:hover:hover {
  color: #fff;
}
:not(.aXNw) article.mobile-settings-view .actions .btn.btn-danger,
:not(.aXNw) article.mobile-settings-view .actions .btn.btn-danger:hover {
  background-color: #d8002b;
  color: #fff;
}
:not(.aXNw) article.mobile-settings-view .actions .btn.btn-danger:link,
:not(.aXNw) article.mobile-settings-view .actions .btn.btn-danger:hover:link,
:not(.aXNw) article.mobile-settings-view .actions .btn.btn-danger:visited,
:not(.aXNw) article.mobile-settings-view .actions .btn.btn-danger:hover:visited,
:not(.aXNw) article.mobile-settings-view .actions .btn.btn-danger:active,
:not(.aXNw) article.mobile-settings-view .actions .btn.btn-danger:hover:active,
:not(.aXNw) article.mobile-settings-view .actions .btn.btn-danger:hover,
:not(.aXNw) article.mobile-settings-view .actions .btn.btn-danger:hover:hover {
  color: #fff;
}
:not(.aXNw) article.mobile-settings-view .actions .btn.btn-danger:link:hover,
:not(.aXNw)
  article.mobile-settings-view
  .actions
  .btn.btn-danger:hover:link:hover,
:not(.aXNw) article.mobile-settings-view .actions .btn.btn-danger:visited:hover,
:not(.aXNw)
  article.mobile-settings-view
  .actions
  .btn.btn-danger:hover:visited:hover,
:not(.aXNw) article.mobile-settings-view .actions .btn.btn-danger:active:hover,
:not(.aXNw)
  article.mobile-settings-view
  .actions
  .btn.btn-danger:hover:active:hover,
:not(.aXNw) article.mobile-settings-view .actions .btn.btn-danger:hover:hover,
:not(.aXNw)
  article.mobile-settings-view
  .actions
  .btn.btn-danger:hover:hover:hover {
  color: #fff;
}
:not(.aXNw) article.mobile-settings-view .actions .btn.btn-info,
:not(.aXNw) article.mobile-settings-view .actions .btn.btn-info:hover {
  background-color: #68e6ff;
  color: #000;
}
:not(.aXNw) article.mobile-settings-view .actions .btn.btn-info:link,
:not(.aXNw) article.mobile-settings-view .actions .btn.btn-info:hover:link,
:not(.aXNw) article.mobile-settings-view .actions .btn.btn-info:visited,
:not(.aXNw) article.mobile-settings-view .actions .btn.btn-info:hover:visited,
:not(.aXNw) article.mobile-settings-view .actions .btn.btn-info:active,
:not(.aXNw) article.mobile-settings-view .actions .btn.btn-info:hover:active,
:not(.aXNw) article.mobile-settings-view .actions .btn.btn-info:hover,
:not(.aXNw) article.mobile-settings-view .actions .btn.btn-info:hover:hover {
  color: #000;
}
:not(.aXNw) article.mobile-settings-view .actions .btn.btn-info:link:hover,
:not(.aXNw)
  article.mobile-settings-view
  .actions
  .btn.btn-info:hover:link:hover,
:not(.aXNw) article.mobile-settings-view .actions .btn.btn-info:visited:hover,
:not(.aXNw)
  article.mobile-settings-view
  .actions
  .btn.btn-info:hover:visited:hover,
:not(.aXNw) article.mobile-settings-view .actions .btn.btn-info:active:hover,
:not(.aXNw)
  article.mobile-settings-view
  .actions
  .btn.btn-info:hover:active:hover,
:not(.aXNw) article.mobile-settings-view .actions .btn.btn-info:hover:hover,
:not(.aXNw)
  article.mobile-settings-view
  .actions
  .btn.btn-info:hover:hover:hover {
  color: #000;
}
:not(.aXNw) article.mobile-settings-view .actions .btn.btn-warning,
:not(.aXNw) article.mobile-settings-view .actions .btn.btn-warning:hover {
  background-color: #f0ad4e;
  color: #000;
}
:not(.aXNw) article.mobile-settings-view .actions .btn.btn-warning:link,
:not(.aXNw) article.mobile-settings-view .actions .btn.btn-warning:hover:link,
:not(.aXNw) article.mobile-settings-view .actions .btn.btn-warning:visited,
:not(.aXNw)
  article.mobile-settings-view
  .actions
  .btn.btn-warning:hover:visited,
:not(.aXNw) article.mobile-settings-view .actions .btn.btn-warning:active,
:not(.aXNw) article.mobile-settings-view .actions .btn.btn-warning:hover:active,
:not(.aXNw) article.mobile-settings-view .actions .btn.btn-warning:hover,
:not(.aXNw) article.mobile-settings-view .actions .btn.btn-warning:hover:hover {
  color: #000;
}
:not(.aXNw) article.mobile-settings-view .actions .btn.btn-warning:link:hover,
:not(.aXNw)
  article.mobile-settings-view
  .actions
  .btn.btn-warning:hover:link:hover,
:not(.aXNw)
  article.mobile-settings-view
  .actions
  .btn.btn-warning:visited:hover,
:not(.aXNw)
  article.mobile-settings-view
  .actions
  .btn.btn-warning:hover:visited:hover,
:not(.aXNw) article.mobile-settings-view .actions .btn.btn-warning:active:hover,
:not(.aXNw)
  article.mobile-settings-view
  .actions
  .btn.btn-warning:hover:active:hover,
:not(.aXNw) article.mobile-settings-view .actions .btn.btn-warning:hover:hover,
:not(.aXNw)
  article.mobile-settings-view
  .actions
  .btn.btn-warning:hover:hover:hover {
  color: #000;
}
:not(.aXNw) article.mobile-settings-view .actions .btn.btn-success,
:not(.aXNw) article.mobile-settings-view .actions .btn.btn-success:hover {
  background-color: #40a700;
  color: #fff;
}
:not(.aXNw) article.mobile-settings-view .actions .btn.btn-success:link,
:not(.aXNw) article.mobile-settings-view .actions .btn.btn-success:hover:link,
:not(.aXNw) article.mobile-settings-view .actions .btn.btn-success:visited,
:not(.aXNw)
  article.mobile-settings-view
  .actions
  .btn.btn-success:hover:visited,
:not(.aXNw) article.mobile-settings-view .actions .btn.btn-success:active,
:not(.aXNw) article.mobile-settings-view .actions .btn.btn-success:hover:active,
:not(.aXNw) article.mobile-settings-view .actions .btn.btn-success:hover,
:not(.aXNw) article.mobile-settings-view .actions .btn.btn-success:hover:hover {
  color: #fff;
}
:not(.aXNw) article.mobile-settings-view .actions .btn.btn-success:link:hover,
:not(.aXNw)
  article.mobile-settings-view
  .actions
  .btn.btn-success:hover:link:hover,
:not(.aXNw)
  article.mobile-settings-view
  .actions
  .btn.btn-success:visited:hover,
:not(.aXNw)
  article.mobile-settings-view
  .actions
  .btn.btn-success:hover:visited:hover,
:not(.aXNw) article.mobile-settings-view .actions .btn.btn-success:active:hover,
:not(.aXNw)
  article.mobile-settings-view
  .actions
  .btn.btn-success:hover:active:hover,
:not(.aXNw) article.mobile-settings-view .actions .btn.btn-success:hover:hover,
:not(.aXNw)
  article.mobile-settings-view
  .actions
  .btn.btn-success:hover:hover:hover {
  color: #fff;
}
:not(.aXNw) article.mobile-settings-view .actions .btn.btn-primary:hover,
:not(.aXNw) article.mobile-settings-view .actions .btn.btn-danger:hover,
:not(.aXNw) article.mobile-settings-view .actions .btn.btn-info:hover,
:not(.aXNw) article.mobile-settings-view .actions .btn.btn-warning:hover,
:not(.aXNw) article.mobile-settings-view .actions .btn.btn-success:hover {
  background-image:
    linear-gradient(
      rgba(255, 255, 255, 0.15),
      rgba(255, 255, 255, 0) 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0.065)
    ),
    url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNk4AIAABAADApMaRMAAAAASUVORK5CYII=");
}
:not(.aXNw)
  article.mobile-settings-view
  .actions
  .btn.btn-primary:hover.btn-primary,
:not(.aXNw)
  article.mobile-settings-view
  .actions
  .btn.btn-danger:hover.btn-primary,
:not(.aXNw)
  article.mobile-settings-view
  .actions
  .btn.btn-info:hover.btn-primary,
:not(.aXNw)
  article.mobile-settings-view
  .actions
  .btn.btn-warning:hover.btn-primary,
:not(.aXNw)
  article.mobile-settings-view
  .actions
  .btn.btn-success:hover.btn-primary,
:not(.aXNw)
  article.mobile-settings-view
  .actions
  .btn.btn-primary:hover.btn-danger,
:not(.aXNw)
  article.mobile-settings-view
  .actions
  .btn.btn-danger:hover.btn-danger,
:not(.aXNw)
  article.mobile-settings-view
  .actions
  .btn.btn-info:hover.btn-danger,
:not(.aXNw)
  article.mobile-settings-view
  .actions
  .btn.btn-warning:hover.btn-danger,
:not(.aXNw)
  article.mobile-settings-view
  .actions
  .btn.btn-success:hover.btn-danger,
:not(.aXNw)
  article.mobile-settings-view
  .actions
  .btn.btn-primary:hover.btn-success,
:not(.aXNw)
  article.mobile-settings-view
  .actions
  .btn.btn-danger:hover.btn-success,
:not(.aXNw)
  article.mobile-settings-view
  .actions
  .btn.btn-info:hover.btn-success,
:not(.aXNw)
  article.mobile-settings-view
  .actions
  .btn.btn-warning:hover.btn-success,
:not(.aXNw)
  article.mobile-settings-view
  .actions
  .btn.btn-success:hover.btn-success {
  background-image:
    linear-gradient(
      rgba(255, 255, 255, 0.15),
      rgba(255, 255, 255, 0) 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0.065)
    ),
    url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkEAEAABoAFhhTXcgAAAAASUVORK5CYII=");
}
:not(.aXNw)
  article.mobile-settings-view
  .actions
  .btn.btn-primary:hover:disabled,
:not(.aXNw)
  article.mobile-settings-view
  .actions
  .btn.btn-danger:hover:disabled,
:not(.aXNw) article.mobile-settings-view .actions .btn.btn-info:hover:disabled,
:not(.aXNw)
  article.mobile-settings-view
  .actions
  .btn.btn-warning:hover:disabled,
:not(.aXNw)
  article.mobile-settings-view
  .actions
  .btn.btn-success:hover:disabled,
:not(.aXNw)
  article.mobile-settings-view
  .actions
  .btn.btn-primary:hover.disabled,
:not(.aXNw)
  article.mobile-settings-view
  .actions
  .btn.btn-danger:hover.disabled,
:not(.aXNw) article.mobile-settings-view .actions .btn.btn-info:hover.disabled,
:not(.aXNw)
  article.mobile-settings-view
  .actions
  .btn.btn-warning:hover.disabled,
:not(.aXNw)
  article.mobile-settings-view
  .actions
  .btn.btn-success:hover.disabled {
  background-image: linear-gradient(
    rgba(255, 255, 255, 0.2),
    rgba(255, 255, 255, 0) 50%,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.1)
  );
}
:not(.aXNw) article.mobile-settings-view .actions .btn.btn-primary:active,
:not(.aXNw) article.mobile-settings-view .actions .btn.btn-danger:active,
:not(.aXNw) article.mobile-settings-view .actions .btn.btn-info:active,
:not(.aXNw) article.mobile-settings-view .actions .btn.btn-warning:active,
:not(.aXNw) article.mobile-settings-view .actions .btn.btn-success:active,
:not(.aXNw) article.mobile-settings-view .actions .btn.btn-primary.active,
:not(.aXNw) article.mobile-settings-view .actions .btn.btn-danger.active,
:not(.aXNw) article.mobile-settings-view .actions .btn.btn-info.active,
:not(.aXNw) article.mobile-settings-view .actions .btn.btn-warning.active,
:not(.aXNw) article.mobile-settings-view .actions .btn.btn-success.active {
  background-size: 100% 500%;
  background-position-y: -50px;
  -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.25);
  background-image:
    linear-gradient(
      rgba(255, 255, 255, 0.15),
      rgba(255, 255, 255, 0) 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0.065)
    ),
    url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNk4AIAABAADApMaRMAAAAASUVORK5CYII=");
}
:not(.aXNw)
  article.mobile-settings-view
  .actions
  .btn.btn-primary:active.btn-primary,
:not(.aXNw)
  article.mobile-settings-view
  .actions
  .btn.btn-danger:active.btn-primary,
:not(.aXNw)
  article.mobile-settings-view
  .actions
  .btn.btn-info:active.btn-primary,
:not(.aXNw)
  article.mobile-settings-view
  .actions
  .btn.btn-warning:active.btn-primary,
:not(.aXNw)
  article.mobile-settings-view
  .actions
  .btn.btn-success:active.btn-primary,
:not(.aXNw)
  article.mobile-settings-view
  .actions
  .btn.btn-primary.active.btn-primary,
:not(.aXNw)
  article.mobile-settings-view
  .actions
  .btn.btn-danger.active.btn-primary,
:not(.aXNw)
  article.mobile-settings-view
  .actions
  .btn.btn-info.active.btn-primary,
:not(.aXNw)
  article.mobile-settings-view
  .actions
  .btn.btn-warning.active.btn-primary,
:not(.aXNw)
  article.mobile-settings-view
  .actions
  .btn.btn-success.active.btn-primary,
:not(.aXNw)
  article.mobile-settings-view
  .actions
  .btn.btn-primary:active.btn-danger,
:not(.aXNw)
  article.mobile-settings-view
  .actions
  .btn.btn-danger:active.btn-danger,
:not(.aXNw)
  article.mobile-settings-view
  .actions
  .btn.btn-info:active.btn-danger,
:not(.aXNw)
  article.mobile-settings-view
  .actions
  .btn.btn-warning:active.btn-danger,
:not(.aXNw)
  article.mobile-settings-view
  .actions
  .btn.btn-success:active.btn-danger,
:not(.aXNw)
  article.mobile-settings-view
  .actions
  .btn.btn-primary.active.btn-danger,
:not(.aXNw)
  article.mobile-settings-view
  .actions
  .btn.btn-danger.active.btn-danger,
:not(.aXNw)
  article.mobile-settings-view
  .actions
  .btn.btn-info.active.btn-danger,
:not(.aXNw)
  article.mobile-settings-view
  .actions
  .btn.btn-warning.active.btn-danger,
:not(.aXNw)
  article.mobile-settings-view
  .actions
  .btn.btn-success.active.btn-danger,
:not(.aXNw)
  article.mobile-settings-view
  .actions
  .btn.btn-primary:active.btn-success,
:not(.aXNw)
  article.mobile-settings-view
  .actions
  .btn.btn-danger:active.btn-success,
:not(.aXNw)
  article.mobile-settings-view
  .actions
  .btn.btn-info:active.btn-success,
:not(.aXNw)
  article.mobile-settings-view
  .actions
  .btn.btn-warning:active.btn-success,
:not(.aXNw)
  article.mobile-settings-view
  .actions
  .btn.btn-success:active.btn-success,
:not(.aXNw)
  article.mobile-settings-view
  .actions
  .btn.btn-primary.active.btn-success,
:not(.aXNw)
  article.mobile-settings-view
  .actions
  .btn.btn-danger.active.btn-success,
:not(.aXNw)
  article.mobile-settings-view
  .actions
  .btn.btn-info.active.btn-success,
:not(.aXNw)
  article.mobile-settings-view
  .actions
  .btn.btn-warning.active.btn-success,
:not(.aXNw)
  article.mobile-settings-view
  .actions
  .btn.btn-success.active.btn-success {
  background-image:
    linear-gradient(
      rgba(255, 255, 255, 0.15),
      rgba(255, 255, 255, 0) 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0.065)
    ),
    url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkEAEAABoAFhhTXcgAAAAASUVORK5CYII=");
}
:not(.aXNw)
  article.mobile-settings-view
  .actions
  .btn.btn-primary:active:disabled,
:not(.aXNw)
  article.mobile-settings-view
  .actions
  .btn.btn-danger:active:disabled,
:not(.aXNw) article.mobile-settings-view .actions .btn.btn-info:active:disabled,
:not(.aXNw)
  article.mobile-settings-view
  .actions
  .btn.btn-warning:active:disabled,
:not(.aXNw)
  article.mobile-settings-view
  .actions
  .btn.btn-success:active:disabled,
:not(.aXNw)
  article.mobile-settings-view
  .actions
  .btn.btn-primary.active:disabled,
:not(.aXNw)
  article.mobile-settings-view
  .actions
  .btn.btn-danger.active:disabled,
:not(.aXNw) article.mobile-settings-view .actions .btn.btn-info.active:disabled,
:not(.aXNw)
  article.mobile-settings-view
  .actions
  .btn.btn-warning.active:disabled,
:not(.aXNw)
  article.mobile-settings-view
  .actions
  .btn.btn-success.active:disabled,
:not(.aXNw)
  article.mobile-settings-view
  .actions
  .btn.btn-primary:active.disabled,
:not(.aXNw)
  article.mobile-settings-view
  .actions
  .btn.btn-danger:active.disabled,
:not(.aXNw) article.mobile-settings-view .actions .btn.btn-info:active.disabled,
:not(.aXNw)
  article.mobile-settings-view
  .actions
  .btn.btn-warning:active.disabled,
:not(.aXNw)
  article.mobile-settings-view
  .actions
  .btn.btn-success:active.disabled,
:not(.aXNw)
  article.mobile-settings-view
  .actions
  .btn.btn-primary.active.disabled,
:not(.aXNw)
  article.mobile-settings-view
  .actions
  .btn.btn-danger.active.disabled,
:not(.aXNw) article.mobile-settings-view .actions .btn.btn-info.active.disabled,
:not(.aXNw)
  article.mobile-settings-view
  .actions
  .btn.btn-warning.active.disabled,
:not(.aXNw)
  article.mobile-settings-view
  .actions
  .btn.btn-success.active.disabled {
  background-image: linear-gradient(
    rgba(255, 255, 255, 0.2),
    rgba(255, 255, 255, 0) 50%,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.1)
  );
}
:not(.aXNw) article.mobile-settings-view .actions .btn.btn-primary,
:not(.aXNw) article.mobile-settings-view .actions .btn.wide {
  padding-left: 1.65rem;
  padding-right: 1.65rem;
}
:not(.aXNw) article.mobile-settings-view .actions .btn.large,
:not(.aXNw) article.mobile-settings-view .actions .btn.btn-lg {
  font-size: 120%;
  padding-top: 12px;
  padding-bottom: 14px;
}
:not(.aXNw) article.mobile-settings-view .actions .btn.small,
:not(.aXNw) article.mobile-settings-view .actions .btn.btn-sm {
  padding-top: 0px;
  padding-bottom: 2px;
  min-height: 24px;
}
:not(.aXNw) article.mobile-settings-view .actions .btn.small.btn-primary,
:not(.aXNw) article.mobile-settings-view .actions .btn.btn-sm.btn-primary {
  padding: 0 1.35em;
}
:not(.aXNw) article.mobile-settings-view .actions .btn.flat,
:not(.aXNw) article.mobile-settings-view .actions .btn.btn-flat {
  background-image: linear-gradient(rgba(0, 0, 0, 0.035), rgba(0, 0, 0, 0.035));
  border-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
:not(.aXNw) article.mobile-settings-view .actions .btn.flat:hover,
:not(.aXNw) article.mobile-settings-view .actions .btn.btn-flat:hover {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkEAEAABoAFhhTXcgAAAAASUVORK5CYII=") !important;
}
:not(.aXNw) article.mobile-settings-view .actions .btn.flat:active,
:not(.aXNw) article.mobile-settings-view .actions .btn.btn-flat:active,
:not(.aXNw) article.mobile-settings-view .actions .btn.flat.active,
:not(.aXNw) article.mobile-settings-view .actions .btn.btn-flat.active {
  background-size: 100% 500%;
  background-position-y: -50px;
  -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2);
  background-image:
    linear-gradient(
      rgba(255, 255, 255, 0.15),
      rgba(255, 255, 255, 0) 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0.065)
    ),
    url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNk4AIAABAADApMaRMAAAAASUVORK5CYII=");
  border-color: rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.1);
}
:not(.aXNw) article.mobile-settings-view .actions .btn.flat:active.btn-primary,
:not(.aXNw)
  article.mobile-settings-view
  .actions
  .btn.btn-flat:active.btn-primary,
:not(.aXNw) article.mobile-settings-view .actions .btn.flat.active.btn-primary,
:not(.aXNw)
  article.mobile-settings-view
  .actions
  .btn.btn-flat.active.btn-primary,
:not(.aXNw) article.mobile-settings-view .actions .btn.flat:active.btn-danger,
:not(.aXNw)
  article.mobile-settings-view
  .actions
  .btn.btn-flat:active.btn-danger,
:not(.aXNw) article.mobile-settings-view .actions .btn.flat.active.btn-danger,
:not(.aXNw)
  article.mobile-settings-view
  .actions
  .btn.btn-flat.active.btn-danger,
:not(.aXNw) article.mobile-settings-view .actions .btn.flat:active.btn-success,
:not(.aXNw)
  article.mobile-settings-view
  .actions
  .btn.btn-flat:active.btn-success,
:not(.aXNw) article.mobile-settings-view .actions .btn.flat.active.btn-success,
:not(.aXNw)
  article.mobile-settings-view
  .actions
  .btn.btn-flat.active.btn-success {
  background-image:
    linear-gradient(
      rgba(255, 255, 255, 0.15),
      rgba(255, 255, 255, 0) 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0.065)
    ),
    url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkEAEAABoAFhhTXcgAAAAASUVORK5CYII=");
}
:not(.aXNw) article.mobile-settings-view .actions .btn.flat:active:disabled,
:not(.aXNw) article.mobile-settings-view .actions .btn.btn-flat:active:disabled,
:not(.aXNw) article.mobile-settings-view .actions .btn.flat.active:disabled,
:not(.aXNw) article.mobile-settings-view .actions .btn.btn-flat.active:disabled,
:not(.aXNw) article.mobile-settings-view .actions .btn.flat:active.disabled,
:not(.aXNw) article.mobile-settings-view .actions .btn.btn-flat:active.disabled,
:not(.aXNw) article.mobile-settings-view .actions .btn.flat.active.disabled,
:not(.aXNw)
  article.mobile-settings-view
  .actions
  .btn.btn-flat.active.disabled {
  background-image: linear-gradient(
    rgba(255, 255, 255, 0.2),
    rgba(255, 255, 255, 0) 50%,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.1)
  );
}
:not(.aXNw) article.mobile-settings-view .actions .btn[data-toggle="dropdown"] {
  padding-left: 0.5em;
  padding-right: 0.5em;
}
:not(.aXNw) article.mobile-settings-view .actions .btn:empty {
  outline: 1px solid red;
}
:not(.aXNw) article.mobile-settings-view .actions .btn.pale {
  background-image: linear-gradient(to top, #f2f4f7, #ffffff);
  border: solid 1px rgba(0, 0, 0, 0.125);
  color: #354052;
}
:not(.aXNw) article.mobile-settings-view .actions .btn.pale:link,
:not(.aXNw) article.mobile-settings-view .actions .btn.pale:visited,
:not(.aXNw) article.mobile-settings-view .actions .btn.pale:active,
:not(.aXNw) article.mobile-settings-view .actions .btn.pale:hover {
  color: #354052;
}
:not(.aXNw) article.mobile-settings-view .actions .btn.pale:link:hover,
:not(.aXNw) article.mobile-settings-view .actions .btn.pale:visited:hover,
:not(.aXNw) article.mobile-settings-view .actions .btn.pale:active:hover,
:not(.aXNw) article.mobile-settings-view .actions .btn.pale:hover:hover {
  color: #354052;
}
:not(.aXNw) article.mobile-settings-view .actions .btn.blue {
  background-image: linear-gradient(to top, #1991eb, #2da1f8);
  border: none;
  color: #fff;
}
:not(.aXNw) article.mobile-settings-view .actions .btn.blue:link,
:not(.aXNw) article.mobile-settings-view .actions .btn.blue:visited,
:not(.aXNw) article.mobile-settings-view .actions .btn.blue:active,
:not(.aXNw) article.mobile-settings-view .actions .btn.blue:hover {
  color: #fff;
}
:not(.aXNw) article.mobile-settings-view .actions .btn.blue:link:hover,
:not(.aXNw) article.mobile-settings-view .actions .btn.blue:visited:hover,
:not(.aXNw) article.mobile-settings-view .actions .btn.blue:active:hover,
:not(.aXNw) article.mobile-settings-view .actions .btn.blue:hover:hover {
  color: #fff;
}
:not(.aXNw) article.mobile-settings-view .actions .btn.white {
  background: #fff;
  color: #289df5;
  font-weight: bold;
}
:not(.aXNw) article.mobile-settings-view .actions .btn.white:link,
:not(.aXNw) article.mobile-settings-view .actions .btn.white:visited,
:not(.aXNw) article.mobile-settings-view .actions .btn.white:active,
:not(.aXNw) article.mobile-settings-view .actions .btn.white:hover {
  color: #289df5;
}
:not(.aXNw) article.mobile-settings-view .actions .btn.white:link:hover,
:not(.aXNw) article.mobile-settings-view .actions .btn.white:visited:hover,
:not(.aXNw) article.mobile-settings-view .actions .btn.white:active:hover,
:not(.aXNw) article.mobile-settings-view .actions .btn.white:hover:hover {
  color: #289df5;
}
:not(.aXNw) article.mobile-settings-view .actions .btn.curved {
  border-radius: 50px;
  background-image: linear-gradient(to top, #f2f4f7, #ffffff);
  box-shadow: 0 10px 20px -5px gray;
  border: solid 0.5px #e6e6e6;
  color: #00a9f7;
}
:not(.aXNw) article.mobile-settings-view .actions .btn.curved:link,
:not(.aXNw) article.mobile-settings-view .actions .btn.curved:visited,
:not(.aXNw) article.mobile-settings-view .actions .btn.curved:active,
:not(.aXNw) article.mobile-settings-view .actions .btn.curved:hover {
  color: #00a9f7;
}
:not(.aXNw) article.mobile-settings-view .actions .btn.curved:link:hover,
:not(.aXNw) article.mobile-settings-view .actions .btn.curved:visited:hover,
:not(.aXNw) article.mobile-settings-view .actions .btn.curved:active:hover,
:not(.aXNw) article.mobile-settings-view .actions .btn.curved:hover:hover {
  color: #00a9f7;
}
:not(.aXNw) article.mobile-settings-view .actions .btn.curved.inactive {
  box-shadow: none;
  color: #8f8f94 !important;
}
:not(.aXNw) article.mobile-settings-view .actions .btn.curved.inactive:link,
:not(.aXNw) article.mobile-settings-view .actions .btn.curved.inactive:visited,
:not(.aXNw) article.mobile-settings-view .actions .btn.curved.inactive:active {
  color: #8f8f94 !important;
}
:not(.aXNw) article.mobile-settings-view .actions .btn.btn-floating {
  background-image: none;
  -webkit-box-shadow: 0 2px 4px 0 rgba(127, 127, 127, 0.35);
  -moz-box-shadow: 0 2px 4px 0 rgba(127, 127, 127, 0.35);
  box-shadow: 0 2px 4px 0 rgba(127, 127, 127, 0.35);
  border: none !important;
}
:not(.aXNw) article.mobile-settings-view .actions .btn.st-btn-add i.fa {
  font-size: 24px;
}
:not(.aXNw) article.mobile-settings-view .actions .btn.st-btn-add span {
  position: relative;
  bottom: 3px;
}
:not(.aXNw)
  article.mobile-settings-view
  .actions
  .btn[data-toggle="dropdown"]:first-child:not(:last-child) {
  padding-left: 1em;
  padding-right: 1em;
}
:not(.aXNw) article.mobile-settings-view .actions .btn .material-icons {
  position: relative;
  top: -2px;
}
:not(.aXNw) .table-hover .action {
  visibility: visible;
}
:not(.aXNw) .edit-employee-view .credentials {
  display: none;
}
:not(.aXNw) .edit-employee-view .credentials.visible {
  display: block;
}
:not(.aXNw) .edit-gps-provider-view .gps-provider-responses {
  margin-bottom: 30px;
}
:not(.aXNw) .edit-gps-provider-view .gps-provider-responses table {
  margin-bottom: 5px;
}
:not(.aXNw) .edit-gps-provider-view .gps-provider-responses table td.date {
  width: 130px;
}
:not(.aXNw) .edit-gps-provider-view .gps-provider-responses table td.content {
  width: 450px;
}
:not(.aXNw)
  .edit-gps-provider-view
  .gps-provider-responses
  table
  td.content
  div {
  width: 450px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
:not(.aXNw)
  .edit-gps-provider-view
  .gps-provider-response-detail
  div.read-only {
  padding-top: 5px;
  margin-bottom: 5px;
}
:not(.aXNw)
  .edit-gps-provider-view
  .gps-provider-response-detail
  .control-label {
  width: 100px;
}
:not(.aXNw) .edit-gps-provider-view .gps-provider-response-detail .controls {
  margin-left: 120px;
}
:not(.aXNw)
  .edit-gps-provider-view
  .gps-provider-response-detail
  .form-actions {
  padding-left: 120px;
}
:not(.aXNw) .edit-gps-provider-view pre {
  height: auto;
  max-height: 400px;
  overflow: auto;
  background-color: #eeeeee;
  word-break: normal !important;
  word-wrap: normal !important;
  white-space: pre !important;
}
:not(.aXNw) .vendors .memo {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
:not(.aXNw) .vendors .inactive {
  margin: 10px 0;
}
:not(.aXNw) .vendors table tr th:last-child,
:not(.aXNw) .vendors table tr td:last-child {
  width: 12px;
}
:not(.aXNw) .vendors table tr th:last-child .icon-pencil,
:not(.aXNw) .vendors table tr td:last-child .icon-pencil {
  line-height: 13px;
}
:not(.aXNw) .edit-vendor-view {
  width: 690px;
}
:not(.aXNw) .edit-vendor-view .modern-checkbox {
  width: 18px;
  margin-left: 218px;
  margin-right: 20px;
  display: inline-block;
}
:not(.aXNw) .edit-vendor-view .modern-checkbox input {
  display: none !important;
}
:not(.aXNw) .edit-vendor-view .modern-checkbox-label {
  display: inline-block;
}
:not(.aXNw) .edit-vendor-view input,
:not(.aXNw) .edit-vendor-view textarea {
  width: 280px;
}
:not(.aXNw) .edit-vendor-view .select2-choices {
  width: 290px;
}
:not(.aXNw) .edit-vendor-view .btn {
  width: 100px;
  margin-left: 10px;
}
:not(.aXNw) .segment.edit-truck-settings .validation-message {
  min-width: 200px;
}
:not(.aXNw) .segment.edit-warehouse-settings .validation-message {
  min-width: 200px;
}
:not(.aXNw) .edit-tag-type-view .tag-type-color-picker {
  width: 32px;
  height: 32px;
  border: 1px solid black;
  border-radius: 4px;
}
:not(.aXNw) article.tag-types td {
  vertical-align: middle;
}
:not(.aXNw) article.tag-types .tag-type-color {
  width: 32px;
  height: 32px;
  border: 1px solid black;
}
:not(.aXNw) .tag-type-color-container {
  height: 32px;
  width: 32px;
  border: 2px solid #666666;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
:not(.aXNw) .stg-title-text {
  padding-bottom: 5px;
  margin-left: 20px;
  font-size: 24px;
  font-weight: normal;
  color: #354052;
}
:not(.aXNw) .stg-checkbox-item.st-checkbox label {
  font-size: 14px;
  min-height: 0;
}
:not(.aXNw) .cnc-view {
  min-width: 1000px;
}
:not(.aXNw) .cnc-view a:focus {
  text-decoration: none;
}
:not(.aXNw) .cnc-title {
  background-color: #f9f9f9;
  height: 75px;
  display: flex;
  align-items: center;
}
:not(.aXNw) .cnc-title-buttons {
  margin-left: auto;
  margin-right: 20px;
}
:not(.aXNw) .cnc-nav {
  display: flex;
  border-bottom: 1px solid #eee;
  background-color: #fff;
}
:not(.aXNw) .cnc-nav-item-link {
  color: #bbb;
  font-weight: bold;
  padding: 7px 0;
  display: inline-block;
  margin-right: 2px;
}
:not(.aXNw) .cnc-nav-item {
  font-size: 15px;
  margin: 0 20px;
}
:not(.aXNw) .cnc-nav-item.active .cnc-nav-item-link,
:not(.aXNw) .cnc-nav-item:hover .cnc-nav-item-link {
  border-bottom: 2px solid #0ac2ea;
  color: #354052;
}
:not(.aXNw) .cnc-nav-item.enabled .fa-check {
  color: #46d75f;
}
:not(.aXNw) .cnc-nav-item .fa-check {
  color: #ccc;
}
:not(.aXNw) .cnc-content {
  background-color: white;
  padding: 20px;
}
:not(.aXNw) .cnc-content.cnc-content_settings {
  padding: 20px 40px 100px;
}
:not(.aXNw) .cnc-content-header h3 {
  margin-bottom: 4px;
}
:not(.aXNw) .cnc-content-header p {
  color: #7f8fa4;
  font-size: smaller;
}
:not(.aXNw) .cnc-teditor {
  display: flex;
}
:not(.aXNw) .cnc-teditor-col1 {
  margin-right: 40px;
  width: 580px;
  min-width: 580px;
}
:not(.aXNw) .cnc-teditor-col2 {
  width: 100%;
}
:not(.aXNw) .cnc-settings {
  height: 80px;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px rgba(230, 234, 238, 0.25);
  margin-bottom: 40px;
  display: flex;
  align-items: center;
}
:not(.aXNw) .cnc-settings-warning {
  display: flex;
  align-items: center;
  border-right: solid 2px #e6eaee;
  margin-left: 25px;
  padding-right: 20px;
}
:not(.aXNw) .cnc-settings-warning .fa {
  font-size: 30px;
  margin-right: 10px;
}
:not(.aXNw) .cnc-settings-warning .fa-check-circle {
  color: #34aa44;
  display: none;
}
:not(.aXNw) .cnc-settings-warning .fa-exclamation-circle {
  color: #d8002c;
}
:not(.aXNw) .cnc-settings-warning .fa-exclamation-triangle {
  color: #f8ba00;
}
:not(.aXNw) .cnc-settings-warning.completed .fa-check-circle {
  display: inline-block;
}
:not(.aXNw) .cnc-settings-warning.completed .fa-exclamation-circle,
:not(.aXNw) .cnc-settings-warning.completed .fa-exclamation-triangle {
  display: none;
}
:not(.aXNw) .cnc-settings-warning a {
  font-size: 12px;
}
:not(.aXNw) .cnc-settings-title {
  margin-left: 25px;
  font-size: 16px;
  font-weight: 600;
  color: #354052;
}
:not(.aXNw) .cnc-settings-switch {
  margin-left: auto;
  margin-right: 30px;
  display: flex;
  align-items: center;
}
:not(.aXNw) .cnc-settings-switch-label {
  margin-left: 10px;
  font-weight: 600;
}
:not(.aXNw) .cnc-switch {
  position: relative;
  display: block;
  width: 38px;
  height: 20px;
  margin: 0;
}
:not(.aXNw) .cnc-switch input {
  display: none;
}
:not(.aXNw) .cnc-switch .cnc-switch-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #dfe1e5;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 20px;
  display: block;
}
:not(.aXNw) .cnc-switch .cnc-switch-slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50%;
}
:not(.aXNw) .cnc-switch input:checked + .cnc-switch-slider {
  background-color: #39b54a;
}
:not(.aXNw) .cnc-switch input:focus + .cnc-switch-slider {
  box-shadow: 0 0 1px #2196f3;
}
:not(.aXNw) .cnc-switch input:checked + .cnc-switch-slider:before {
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(18px);
}
:not(.aXNw) .cnc-content-promo {
  background-color: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px rgba(230, 234, 238, 0.25);
  padding: 30px 60px;
}
:not(.aXNw) .cnc-content-promo h2 {
  width: 520px;
  font-size: 36px;
  font-weight: 300;
  line-height: 1.61;
  letter-spacing: -1.4px;
  color: #283141;
}
:not(.aXNw) .cnc-content-promo p {
  width: 520px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.67;
  color: #7f8fa4;
}
:not(.aXNw) .cnc-arrival-tracking {
  background-image: url(/scripts/build/desktop-legacy/a1f18f411025f04400cb4e75cabf91cc.png);
  background-position-x: 640px;
  background-repeat: no-repeat;
  height: 378px;
  box-sizing: border-box;
}
:not(.aXNw) .cnc-top-menu {
  margin-bottom: 50px;
}
:not(.aXNw) .cnc-top-menu .ui .segment {
  border: none;
  box-shadow: 0px 0px 1px 0 rgba(34, 36, 38, 0.15);
}
:not(.aXNw) .cnc-toggle {
  line-height: 40px;
  vertical-align: middle;
}
:not(.aXNw) .cnc-toggle .ui.fitted.toggle.checkbox {
  vertical-align: middle;
  line-height: 40px;
  margin-left: 10px;
}
:not(.aXNw) .cnc-toggle__checkbox {
  float: right;
}
:not(.aXNw) .cnc-toggle__caption {
  color: #8c9ca5;
  width: 65px;
}
:not(.aXNw) .cnc-toggle__description {
  margin-left: 50px;
}
:not(.aXNw) .teditor-col-header {
  margin-top: 10px;
  height: 50px;
}
:not(.aXNw) .teditor-col-title {
  font-size: 16px;
  font-weight: bold;
}
:not(.aXNw) .teditor-wysiwyg-label {
  font-size: 14px;
  display: inline-block;
  font-weight: bold;
  padding-bottom: 5px;
}
:not(.aXNw) .teditor-wysiwig-button {
  display: inline-block;
  cursor: pointer;
  float: right;
  padding-bottom: 5px;
  margin-left: 15px;
}
:not(.aXNw) .teditor-wysiwyg {
  background-color: white;
  border: 1px #ddd solid;
  border-radius: 4px;
  padding: 27px 20px;
  overflow: scroll;
  position: relative;
  font-size: 14px;
  margin-bottom: 20px;
}
:not(.aXNw)
  .teditor-wysiwyg[contenteditable^="true"]
  .teditor-wysiwyg-placeholder:hover {
  cursor: pointer;
}
:not(.aXNw)
  .teditor-wysiwyg[contenteditable^="true"]
  .teditor-wysiwyg-placeholder:hover
  .teditor-wysiwyg-placeholder-menu {
  display: block;
}
:not(.aXNw) .teditor-wysiwyg_single-line {
  overflow: visible;
  padding: 6px 20px 3px;
  height: 23px;
}
:not(.aXNw) .teditor-wysiwyg-placeholder-menu {
  position: absolute;
  bottom: 18px;
  left: 0px;
  z-index: 1000;
  display: none;
  background: white;
  border: 1px solid #979797;
  padding: 3px 20px;
  cursor: pointer;
  font-size: 14px;
  font-weight: normal;
  height: 20px;
  line-height: normal;
}
:not(.aXNw) .teditor-wysiwyg-placeholder {
  position: relative;
  display: inline-block;
}
:not(.aXNw) .teditor-wysiwyg-placeholder-text {
  color: #00cbe9;
  white-space: nowrap;
}
:not(.aXNw) .teditor-placeholders {
  user-select: none;
}
:not(.aXNw) .teditor-placeholders-category {
  margin-bottom: 25px;
}
:not(.aXNw) .teditor-placeholders-category-title {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  color: #7f8fa4;
  margin-bottom: 12px;
}
:not(.aXNw) .teditor-placeholders-item {
  color: #00cbe9;
  display: inline-block;
  padding: 6px 10px 6px 20px;
  border: 1px #fafafa solid;
  margin-bottom: 5px;
  font-size: 14px;
  cursor: pointer;
  width: 270px;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(215, 215, 215, 0.5);
}
:not(.aXNw) .teditor-placeholders-item:hover {
  color: #00cbe9;
  text-decoration: none;
}
:not(.aXNw) .teditor-placeholders-item .fa {
  float: right;
  color: #bcc5d7;
  margin-top: 3px;
  font-size: 18px;
}
:not(.aXNw) .teditor-preview-spinner {
  margin-top: 50px;
  text-align: center;
  position: relative;
}
:not(.aXNw) .teditor-preview-spinner .st-rotating-circle {
  position: absolute;
  left: 50%;
  margin-left: -16px;
}
:not(.aXNw) .teditor-preview-mms {
  background-image: url(/scripts/build/desktop-legacy/0fd954e06481c069a1d526a4171cc2f8.png);
  width: 320px;
  height: 650px;
  padding: 105px 28px 92px 35px;
  box-sizing: border-box;
}
:not(.aXNw) .teditor-preview-mms-content {
  height: 100%;
  overflow-y: scroll;
}
:not(.aXNw) .teditor-preview-mms-content::-webkit-scrollbar {
  height: 6px;
  width: 4px;
}
:not(.aXNw) .teditor-preview-mms-content::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #c5c5ca;
}
:not(.aXNw) .teditor-preview-email-from {
  padding-bottom: 5px;
}
:not(.aXNw) .teditor-preview-email-subject {
  padding-bottom: 5px;
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
}
:not(.aXNw) .teditor-preview-mms-text {
  border-radius: 12px 12px 12px 0;
  background: #e5e5ea;
  padding: 10px 15px;
  width: 210px;
  box-sizing: border-box;
}
:not(.aXNw) .teditor-preview-mms-image {
  max-width: 210px;
  border-radius: 10px;
  margin-bottom: 2px;
}
:not(.aXNw) #business-hours .bh-title {
  max-width: 1080px;
  height: 80px;
  border-radius: 4px;
  background-color: #ffffff;
  margin-bottom: 15px;
  border-bottom: 1px solid #e6eaee;
}
:not(.aXNw) #business-hours .bh-title-text {
  padding: 27px 0 0 20px;
  font-size: 24px;
  font-weight: normal;
  color: #354052;
  float: left;
}
:not(.aXNw) #business-hours .bh-title-text a {
  font-size: 14px;
  margin-left: 10px;
  padding-left: 10px;
  border-left: solid 1px #ccc;
}
:not(.aXNw) #business-hours .bh-title-buttons {
  padding: 26px 20px 0 0;
  float: right;
}
:not(.aXNw) #business-hours .bh-content {
  width: 530px;
}
:not(.aXNw) #business-hours .bh-info {
  border-bottom: solid 1px #e6eaee;
  padding: 15px 0;
  margin-bottom: 14px;
}
:not(.aXNw) #business-hours .bh-info-text {
  font-size: 16px;
  font-weight: 600;
  color: #354052;
}
:not(.aXNw) #business-hours .bh-csr-warning {
  width: 140px;
}
:not(.aXNw) #business-hours .bh-csr-warning i,
:not(.aXNw) #business-hours .bh-csr-warning span {
  font-weight: 600;
  color: #888;
  line-height: 15px;
}
:not(.aXNw) #business-hours .bh-csr-warning i {
  font-size: 15px;
}
:not(.aXNw) #business-hours .bh-csr-warning span {
  font-size: 12px;
}
:not(.aXNw) #business-hours .bh-csr-warning .input-toggle {
  float: right;
  margin-top: 4px;
}
:not(.aXNw) #business-hours .bh-day {
  margin-bottom: 25px;
}
:not(.aXNw) #business-hours .bh-day-title {
  font-size: 14px;
  font-weight: 600;
  color: #7f8fa4;
  margin-bottom: 5px;
}
:not(.aXNw) #business-hours .bh-hour-row {
  margin-bottom: 20px;
}
:not(.aXNw) #business-hours .bh-hour-row.error select {
  border-color: #ee5f5b;
}
:not(.aXNw) #business-hours .bh-hour-row.error select:focus {
  outline-color: #ee5f5b;
}
:not(.aXNw) #business-hours .bh-hour-separator {
  display: inline-block;
  width: 45px;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  position: relative;
  top: 2px;
}
:not(.aXNw) #business-hours select {
  margin: 0;
  height: 36px;
  font-weight: 600;
  font-size: 12px;
  color: #354052;
}
:not(.aXNw) #business-hours select.bh-select-hour {
  padding: 0 14px;
  width: 60px;
  border-radius: 4px 0px 0px 4px;
  border-right: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}
:not(.aXNw) #business-hours select.bh-select-tt {
  padding: 0 10px;
  width: 65px;
  border-radius: 0px 4px 4px 0px;
  background-image: linear-gradient(to top, #f2f4f7, #ffffff);
}
:not(.aXNw) #business-hours select.bh-select-appointment-type {
  margin-left: 20px;
  padding: 0 10px;
  width: 120px;
  background-image: linear-gradient(to top, #f2f4f7, #ffffff);
}
:not(.aXNw) #business-hours select[disabled] {
  cursor: not-allowed;
  background-color: #eee;
  background-image: none;
}
:not(.aXNw) #business-hours .bh-add {
  border-radius: 4px;
  border: dashed 1px #15aaf4;
  cursor: pointer;
  padding: 7px;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  color: #15aaf4;
}
:not(.aXNw) #business-hours .bh-delete {
  margin-left: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  height: 36px;
  width: 40px;
  background-image: linear-gradient(to top, #f2f4f7, #ffffff);
  font-size: 16px;
  font-weight: 600;
  color: #888;
}
:not(.aXNw) #technician-availability > div {
  width: 100%;
}
:not(.aXNw) #technician-availability .description {
  margin-bottom: 15px;
}
:not(.aXNw) #technician-availability .description a.btn-edit {
  text-transform: uppercase;
}
:not(.aXNw) #technician-availability .technicians-quick-edit .options {
  padding: 5px 0;
}
:not(.aXNw)
  #technician-availability
  .technicians-quick-edit
  .options
  label
  input {
  margin: 0 5px 0 0;
}
:not(.aXNw) #technician-availability .technicians-quick-edit .separator {
  width: 100%;
  display: block;
  height: 10px;
}
:not(.aXNw) #technician-availability .technicians-quick-edit .btn {
  width: 60px;
  margin-left: 15px;
  margin-top: 50px;
}
:not(.aXNw) #technician-availability .technicians-quick-edit h2 {
  border-bottom: 1px solid black;
  padding-bottom: 10px;
}
:not(.aXNw) #technician-availability .technicians-panel {
  background-color: #ebeaea;
  width: 24%;
  float: left;
  overflow: hidden;
}
:not(.aXNw)
  #technician-availability
  .technicians-panel
  .technician-name-filter {
  margin: 5px 0 5px 10px;
}
:not(.aXNw)
  #technician-availability
  .technicians-panel
  .technician-name-filter
  input {
  width: 113px;
  margin-bottom: 0;
  border-radius: 16px;
}
:not(.aXNw) #technician-availability .technicians-panel .business-units-filter {
  position: relative;
}
:not(.aXNw)
  #technician-availability
  .technicians-panel
  .business-units-filter
  .technician-label {
  margin-left: 15px;
  font-weight: bold;
  float: left;
  width: 100px;
}
:not(.aXNw)
  #technician-availability
  .technicians-panel
  .business-units-filter
  .technicians-filter-icon {
  padding-right: 15px;
  width: 25px;
  text-align: right;
  cursor: pointer;
  float: right;
}
:not(.aXNw)
  #technician-availability
  .technicians-panel
  .business-units-filter
  .grey {
  background-color: #979797;
}
:not(.aXNw)
  #technician-availability
  .technicians-panel
  .business-units-filter
  .business-units {
  padding: 5px 0;
  clear: both;
}
:not(.aXNw)
  #technician-availability
  .technicians-panel
  .business-units-filter
  .business-units
  label {
  display: inline-block;
  width: 204px;
  margin: 5px 15px;
  color: #fff;
}
:not(.aXNw)
  #technician-availability
  .technicians-panel
  .business-units-filter
  .business-units
  label
  input {
  margin: 0 5px 0 0;
}
:not(.aXNw) #technician-availability .technicians-panel hr {
  width: 100%;
  margin: 0 6px;
  border-top: 1px solid #979797;
}
:not(.aXNw) #technician-availability .technicians-panel .technicians div {
  display: inline-block;
  width: 100%;
  min-height: 27px;
  padding: 3px 10px 0 10px;
  cursor: pointer;
  word-break: normal;
}
:not(.aXNw) #technician-availability .technicians-panel .technicians .selected {
  background-color: #9b9b9b;
  color: #fff;
}
:not(.aXNw) #technician-availability .availability-panel {
  float: right;
  width: 74%;
}
:not(.aXNw)
  #technician-availability
  .availability-panel
  .availability-table
  td
  canvas {
  width: 50px;
  height: 50px;
  transform: rotate(90deg);
  cursor: pointer;
}
:not(.aXNw)
  #technician-availability
  .availability-panel
  .availability-table
  .data-disabled {
  background-color: #f0f0f0;
}
:not(.aXNw)
  #technician-availability
  .availability-panel
  .availability-table
  .data-disabled
  canvas {
  cursor: default;
}
:not(.aXNw)
  #technician-availability
  .availability-panel
  #cell-editor
  .cell-editor-body
  .business-unit
  > * {
  display: inline-block;
  vertical-align: middle;
  margin: 5px 7px;
}
:not(.aXNw) #technician-availability .availability-panel .vacation-panel {
  float: left;
  width: 430px;
}
:not(.aXNw)
  #technician-availability
  .availability-panel
  .vacation-panel
  .vacation-period {
  margin: 10px 0 10px 0;
}
:not(.aXNw)
  #technician-availability
  .availability-panel
  .vacation-panel
  .vacation-period
  .period-time {
  width: 55px;
}
:not(.aXNw)
  #technician-availability
  .availability-panel
  .vacation-panel
  .vacation-period
  .period-date {
  width: 66px;
}
:not(.aXNw)
  #technician-availability
  .availability-panel
  .vacation-panel
  .vacation-period
  .period-separator {
  display: inline-block;
  height: 30px;
  vertical-align: middle;
  margin: 0 5px 0 5px;
}
:not(.aXNw)
  #technician-availability
  .availability-panel
  .vacation-panel
  .vacation-period
  .period-add-button {
  background-image: url(/scripts/build/desktop-legacy/3424a744f71ae55119a0f6346bdcadbe.png);
}
:not(.aXNw)
  #technician-availability
  .availability-panel
  .vacation-panel
  .vacation-period
  .period-remove-button {
  background-image: url(/scripts/build/desktop-legacy/e6bda820d3df864c00c66dd5fc7f65b6.png);
}
:not(.aXNw)
  #technician-availability
  .availability-panel
  .vacation-panel
  .vacation-period
  .period-add-button,
:not(.aXNw)
  #technician-availability
  .availability-panel
  .vacation-panel
  .vacation-period
  .period-remove-button {
  background-repeat: no-repeat;
  background-size: 30px;
  background-color: transparent;
  width: 30px;
  height: 30px;
  border: none;
  cursor: pointer;
  margin-left: 10px;
  vertical-align: top;
  float: right;
}
:not(.aXNw)
  #technician-availability
  .availability-panel
  .vacation-panel
  .vacation-period
  .period-add-button:focus,
:not(.aXNw)
  #technician-availability
  .availability-panel
  .vacation-panel
  .vacation-period
  .period-remove-button:focus {
  outline: 0;
}
:not(.aXNw)
  #technician-availability
  .availability-panel
  .vacation-panel
  .vacation-period
  .repeat-chechbox-group
  label,
:not(.aXNw)
  #technician-availability
  .availability-panel
  .vacation-panel
  .vacation-period
  .repeat-chechbox-group
  input {
  display: inline-block;
  margin: 0;
}
:not(.aXNw)
  #technician-availability
  .availability-panel
  .vacation-panel
  .vacation-period
  .vacation-repeat-popup {
  position: absolute;
  z-index: 100;
}
:not(.aXNw)
  #technician-availability
  .availability-panel
  .vacation-panel
  .vacation-period
  .vacation-repeat-popup
  .triangle {
  width: 100%;
  height: 40px;
  position: relative;
  overflow: hidden;
}
:not(.aXNw)
  #technician-availability
  .availability-panel
  .vacation-panel
  .vacation-period
  .vacation-repeat-popup
  .triangle:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  background: white;
  transform: rotate(45deg);
  top: -25px;
  left: 145px;
  box-shadow: 1px 1px 10px -2px rgba(0, 0, 0, 0.5);
}
:not(.aXNw)
  #technician-availability
  .availability-panel
  .vacation-panel
  .vacation-period
  .vacation-repeat-popup
  .vacation-repeat-popup-body {
  box-shadow: rgba(0, 0, 0, 0.8) 0 0 10px;
  background-color: white;
  padding: 15px;
  height: 400px;
  width: 300px;
  position: relative;
}
:not(.aXNw)
  #technician-availability
  .availability-panel
  .vacation-panel
  .vacation-period
  .vacation-repeat-popup
  .form-group {
  margin: 0 0 5px 0;
}
:not(.aXNw)
  #technician-availability
  .availability-panel
  .vacation-panel
  .vacation-period
  .vacation-repeat-popup
  .repeat-days
  label,
:not(.aXNw)
  #technician-availability
  .availability-panel
  .vacation-panel
  .vacation-period
  .vacation-repeat-popup
  .repeat-by
  label,
:not(.aXNw)
  #technician-availability
  .availability-panel
  .vacation-panel
  .vacation-period
  .vacation-repeat-popup
  .repeat-days
  div,
:not(.aXNw)
  #technician-availability
  .availability-panel
  .vacation-panel
  .vacation-period
  .vacation-repeat-popup
  .repeat-by
  div {
  display: inline-block;
}
:not(.aXNw)
  #technician-availability
  .availability-panel
  .vacation-panel
  .vacation-period
  .vacation-repeat-popup
  .repeat-days
  .label-text,
:not(.aXNw)
  #technician-availability
  .availability-panel
  .vacation-panel
  .vacation-period
  .vacation-repeat-popup
  .repeat-by
  .label-text {
  padding-right: 5px;
}
:not(.aXNw)
  #technician-availability
  .availability-panel
  .vacation-panel
  .vacation-period
  .vacation-repeat-popup
  .repeat-days
  input,
:not(.aXNw)
  #technician-availability
  .availability-panel
  .vacation-panel
  .vacation-period
  .vacation-repeat-popup
  .repeat-by
  input,
:not(.aXNw)
  #technician-availability
  .availability-panel
  .vacation-panel
  .vacation-period
  .vacation-repeat-popup
  .repeat-days
  label,
:not(.aXNw)
  #technician-availability
  .availability-panel
  .vacation-panel
  .vacation-period
  .vacation-repeat-popup
  .repeat-by
  label {
  margin: 0;
}
:not(.aXNw)
  #technician-availability
  .availability-panel
  .vacation-panel
  .vacation-period
  .vacation-repeat-popup
  .repeat-frequency
  label,
:not(.aXNw)
  #technician-availability
  .availability-panel
  .vacation-panel
  .vacation-period
  .vacation-repeat-popup
  .repeat-interval
  label,
:not(.aXNw)
  #technician-availability
  .availability-panel
  .vacation-panel
  .vacation-period
  .vacation-repeat-popup
  .repeat-starts-on
  label {
  margin: 0;
  display: inline-block;
  line-height: 30px;
  padding-right: 5px;
  vertical-align: middle;
}
:not(.aXNw)
  #technician-availability
  .availability-panel
  .vacation-panel
  .vacation-period
  .vacation-repeat-popup
  .repeat-frequency {
  height: 30px;
}
:not(.aXNw)
  #technician-availability
  .availability-panel
  .vacation-panel
  .vacation-period
  .vacation-repeat-popup
  .repeat-frequency
  select {
  width: 100px;
  margin: 0;
  vertical-align: middle;
}
:not(.aXNw)
  #technician-availability
  .availability-panel
  .vacation-panel
  .vacation-period
  .vacation-repeat-popup
  .repeat-interval
  input {
  width: 20%;
  margin: 0;
  vertical-align: middle;
}
:not(.aXNw)
  #technician-availability
  .availability-panel
  .vacation-panel
  .vacation-period
  .vacation-repeat-popup
  .repeat-starts-on
  input {
  margin: 0;
  vertical-align: middle;
}
:not(.aXNw)
  #technician-availability
  .availability-panel
  .vacation-panel
  .vacation-period
  .vacation-repeat-popup
  .repeat-summary {
  white-space: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
:not(.aXNw)
  #technician-availability
  .availability-panel
  .vacation-panel
  .vacation-period
  .vacation-repeat-popup
  .repeat-buttons {
  width: 130px;
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -65px;
}
:not(.aXNw)
  #technician-availability
  .availability-panel
  .vacation-panel
  .vacation-period
  .vacation-repeat-popup
  .repeat-end-type {
  margin-left: 20px;
}
:not(.aXNw)
  #technician-availability
  .availability-panel
  .vacation-panel
  .vacation-period
  .vacation-repeat-popup
  .repeat-end-type
  input {
  margin: 0;
  vertical-align: middle;
  line-height: 30px;
}
:not(.aXNw)
  #technician-availability
  .availability-panel
  .vacation-panel
  .vacation-period
  .vacation-repeat-popup
  .repeat-end-type
  input[type="radio"] {
  margin-top: 3px;
}
:not(.aXNw)
  #technician-availability
  .availability-panel
  .vacation-panel
  .vacation-period
  .vacation-repeat-popup
  .repeat-end-type
  label {
  display: inline-block;
  line-height: 30px;
  margin: 0;
  vertical-align: middle;
}
:not(.aXNw)
  #technician-availability
  .availability-panel
  .vacation-panel
  .vacation-period
  .vacation-repeat-popup
  .after-occurences {
  width: 20%;
}
:not(.aXNw) #technician-availability .availability-panel .business-unit-circle {
  border-radius: 50%;
  width: 18px;
  height: 18px;
}
:not(.aXNw)
  #technician-availability
  .availability-panel
  .business-units
  .business-unit {
  margin-bottom: 15px;
}
:not(.aXNw)
  #technician-availability
  .availability-panel
  .business-units
  .business-unit
  > * {
  display: inline-block;
  vertical-align: middle;
  margin: 0 3px;
}
:not(.aXNw)
  #technician-availability
  .availability-panel
  .business-units
  .business-unit
  p {
  white-space: normal;
  width: 370px;
}
:not(.aXNw)
  #technician-availability
  .availability-panel
  .availability-save-button {
  float: right;
  width: 95px;
  height: 40px;
  text-transform: uppercase;
  background-color: #3adaf5;
  color: white;
  cursor: pointer;
  border: 0;
}
:not(.aXNw)
  #technician-availability
  .availability-panel
  .availability-save-button:disabled {
  cursor: default;
}
:not(.aXNw) #technician-availability .availability-panel .clearfix {
  width: 80%;
  float: left;
}
:not(.aXNw) #technician-availability .availability-panel-disabled {
  opacity: 0.4;
  cursor: default;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
:not(.aXNw) #technician-availability .availability-panel-disabled canvas {
  cursor: default !important;
}
:not(.aXNw) .edit-membership-type-view h4 {
  font-weight: bold;
  margin-bottom: 15px;
}
:not(.aXNw) .edit-membership-type-view .control-static {
  padding-top: 5px;
}
:not(.aXNw) .edit-membership-type-view .no-services {
  margin-bottom: 20px;
}
:not(.aXNw) .edit-membership-type-view .service {
  margin-bottom: 5px;
}
:not(.aXNw) .edit-membership-type-view .service select {
  width: 150px;
}
:not(.aXNw) .edit-membership-type-view .service input {
  width: 20px;
}
:not(.aXNw) .edit-membership-type-view .service span,
:not(.aXNw) .edit-membership-type-view .service a {
  vertical-align: middle;
}
:not(.aXNw) .edit-membership-type-view .invoices {
  list-style-type: none;
  margin-left: 0px;
}
:not(.aXNw) .edit-membership-type-view .invoices li {
  padding: 5px;
  color: #000;
}
:not(.aXNw) .edit-membership-type-view .invoices li:hover {
  background-color: #eee;
}
:not(.aXNw) .edit-membership-type-view .invoices li.active {
  background-color: #00cbe9;
  color: #fff;
}
:not(.aXNw) .edit-membership-type-view .invoices li.active i {
  color: #fff;
}
:not(.aXNw) .edit-membership-type-view .invoices li.active a {
  display: inline-block;
  color: #fff;
}
:not(.aXNw) input.big-checkbox {
  width: 16px;
  height: 16px;
  margin: 2px 0;
}
:not(.aXNw) input.short-text-editor {
  width: 40px;
}
:not(.aXNw) #pricebook-editor {
  box-shadow: rgba(0, 0, 0, 0.4) 0 0 10px;
  float: left;
  background-color: #fcfcfc;
  padding: 15px;
  min-height: 450px;
  margin-top: 30px;
  width: 260px;
}
:not(.aXNw) #pricebook-editor div.input-prepend input,
:not(.aXNw) #pricebook-editor div.input-append input {
  padding: 0;
  border: 0;
  margin: 0;
  box-shadow: none;
  border-radius: unset;
  background-color: transparent;
  border-bottom: 1px solid #202020;
}
:not(.aXNw) #pricebook-editor div.input-prepend .varying-price,
:not(.aXNw) #pricebook-editor div.input-append .varying-price {
  text-align: center;
  width: 40px;
  display: inline-block;
  border-bottom: 1px solid #202020;
}
:not(.aXNw) #pricebook-editor div.input-prepend span,
:not(.aXNw) #pricebook-editor div.input-append span {
  padding: 0;
  border: 0;
  margin: 0;
  background-color: transparent;
  font-weight: 500;
  font-size: 16px;
  color: #848484;
}
:not(.aXNw) #pricebook-editor div.input-prepend .validation-message,
:not(.aXNw) #pricebook-editor div.input-append .validation-message {
  margin-left: 18px;
  padding-left: 5px;
  background: #f2dede;
  color: #a94442;
  font-weight: normal;
}
:not(.aXNw) #pricebook-editor div.input-prepend div.st-checkbox,
:not(.aXNw) #pricebook-editor div.input-append div.st-checkbox {
  display: inline;
}
:not(.aXNw) #pricebook-editor div.input-append input,
:not(.aXNw) #pricebook-editor div.input-append .varying-price {
  margin-left: 18px;
}
:not(.aXNw) #pricebook-editor div.input-append span {
  text-align: left;
}
:not(.aXNw) #pricebook-editor div.input-prepend span {
  text-align: right;
  padding-right: 2px;
}
:not(.aXNw) #pricebook-editor a.btn.disabled {
  color: #aaaaaa;
}
:not(.aXNw) #pricebook-editor .enable-multiple-billable-rate-text {
  font-size: 12px;
  color: #848484;
  margin-left: 50px;
}
:not(.aXNw) #pricebook-editor input[type="radio"].styled-radio {
  display: none;
}
:not(.aXNw)
  #pricebook-editor
  input[type="radio"].styled-radio
  + span.styled-radio {
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  background-color: #ffffff;
  border: solid 1px #a2a2a2;
  border-radius: 8px;
}
:not(.aXNw)
  #pricebook-editor
  input[type="radio"].styled-radio:checked
  + span.styled-radio {
  width: 16px;
  height: 16px;
  background-color: #469ef8;
  border: solid 0px transparent;
}
:not(.aXNw)
  #pricebook-editor
  input[type="radio"].styled-radio:checked
  + span.styled-radio::before {
  content: " ";
  display: inline;
  position: absolute;
  width: 6px;
  height: 6px;
  margin: 5px;
  background-color: #ffffff;
  box-shadow: 0 1px 0 0 #2d84de;
  border-radius: 3px;
}
:not(.aXNw) #pricebook-editor .styled-radio-text {
  padding-left: 9px;
  margin-left: 0px;
}
:not(.aXNw)
  .multiple-billable-rates-editor
  .multiple-billable-rates-editor-body {
  min-height: 400px;
}
:not(.aXNw) .multiple-billable-rates-editor .billable-rate-add-button {
  margin: 10px 0 60px 0;
}
:not(.aXNw) .multiple-billable-rates-editor .billable-rate {
  height: 65px;
  border: 1px solid #969696;
}
:not(.aXNw) .multiple-billable-rates-editor .billable-rate .validation-message {
  white-space: nowrap;
  padding: 3px 10px;
}
:not(.aXNw) .multiple-billable-rates-editor .billable-rate input[type="text"] {
  margin-bottom: 0;
  padding: 2px 4px;
}
:not(.aXNw) .multiple-billable-rates-editor .billable-rate .text {
  font-size: 14px;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  vertical-align: middle;
}
:not(.aXNw) .multiple-billable-rates-editor .billable-rate .unit {
  color: #848484;
}
:not(.aXNw) .multiple-billable-rates-editor .billable-rate .hrs-input {
  width: 45px;
}
:not(.aXNw) .multiple-billable-rates-editor .billable-rate .hrs-row {
  margin-bottom: 5px;
}
:not(.aXNw) .multiple-billable-rates-editor .billable-rate .rate-input {
  width: 70px;
}
:not(.aXNw) .multiple-billable-rates-editor .billable-rate .control-group {
  margin: 0;
}
:not(.aXNw) .multiple-billable-rates-editor .billable-rate .billable-rate-form {
  box-sizing: border-box;
  padding: 3px 5px 3px 5px;
  width: 80%;
  background-color: #f5f5f5;
  height: 100%;
  float: left;
}
:not(.aXNw)
  .multiple-billable-rates-editor
  .billable-rate
  .billable-rate-remove-button {
  line-height: 65px;
  font-size: 20px;
  text-align: center;
  vertical-align: middle;
  color: #4c4c4c;
  width: 20%;
  height: 100%;
  background-color: #e9e9e9;
}
:not(.aXNw)
  .multiple-billable-rates-editor
  .billable-rate
  .billable-rate-remove-button:hover {
  background-color: #dbdbdb;
}
:not(.aXNw) .multiple-billable-rates-editor .bottom-buttons {
  margin-top: 20px;
}
:not(.aXNw)
  .multiple-billable-rates-editor
  .save-multiple-billable-rate-button {
  color: white !important;
  text-transform: uppercase;
  padding: 4px 20px 4px 20px;
  outline: none;
  border: none;
}
:not(.aXNw)
  .multiple-billable-rates-editor
  .save-multiple-billable-rate-button.disabled {
  background: #e1e1e1;
}
:not(.aXNw)
  .multiple-billable-rates-editor
  .cancel-multiple-billable-rate-button {
  color: white !important;
  text-transform: uppercase;
  background: #bbbbbb;
  outline: none;
  border: none;
}
:not(.aXNw) #multiple-billable-rates-editor-header {
  border-bottom: solid;
  border-bottom-color: #969696;
  border-bottom-width: 1px;
  margin-bottom: 0;
}
:not(.aXNw) #multiple-billable-rates-editor-header .arrow-left {
  color: black;
  font-size: 14px;
  line-height: 14px;
}
:not(.aXNw) #multiple-billable-rates-editor-header .arrow-left:hover {
  color: #848484;
}
:not(.aXNw) #pricebook-editor-header {
  margin-bottom: 40px;
  border-bottom: solid;
  border-bottom-color: #000000;
  border-bottom-width: 1px;
}
:not(.aXNw) table.pricebook-table {
  margin-bottom: 0;
}
:not(.aXNw) table.pricebook-table th,
:not(.aXNw) table.pricebook-table td {
  border-left: 1px solid #dddddd;
}
:not(.aXNw) table.pricebook-table th:first-child,
:not(.aXNw) table.pricebook-table td:first-child {
  border-left: 0;
}
:not(.aXNw) table.pricebook-history-table th,
:not(.aXNw) table.pricebook-history-table td {
  border-top: 0;
}
:not(.aXNw) th.darkgray-back,
:not(.aXNw) td.darkgray-back {
  background-color: #d0d0d0;
}
:not(.aXNw) th.gray-back,
:not(.aXNw) td.gray-back {
  background-color: #dedede;
}
:not(.aXNw) th.lightgray-back,
:not(.aXNw) td.lightgray-back {
  background-color: #eaeaea;
}
:not(.aXNw) th.green-back,
:not(.aXNw) td.green-back {
  background-color: #9dd8c6;
}
:not(.aXNw) th.lightgreen-back,
:not(.aXNw) td.lightgreen-back {
  background-color: #cff5e0;
}
:not(.aXNw) th.dark-text,
:not(.aXNw) td.dark-text {
  color: #202020;
}
:not(.aXNw) th.light-text,
:not(.aXNw) td.light-text {
  color: #797979;
}
:not(.aXNw) th.normal-text,
:not(.aXNw) td.normal-text {
  color: #333333;
  font-weight: 600;
}
:not(.aXNw) th.trancated-text,
:not(.aXNw) td.trancated-text {
  max-width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
:not(.aXNw) .pricebook-container thead > tr:first-of-type {
  background: #f9f5f5;
  height: 20px;
}
:not(.aXNw) .pricebook-container thead > tr:first-of-type > th:nth-of-type(2) {
  border-left: none;
}
:not(.aXNw) .pricebook-preview-save-btn {
  margin-top: 3px;
}
:not(.aXNw) .pricebook-preview-container {
  margin-bottom: 3px;
}
:not(.aXNw) .pricebook-view .pricebook-view-title {
  font-size: 24pt;
}
:not(.aXNw) .pricebook-view .bulk-serialization-header {
  margin-bottom: 15px;
}
:not(.aXNw)
  .pricebook-view
  .bulk-serialization-header
  .bulk-serialization-link {
  font-size: 16px;
  font-weight: bold;
}
:not(.aXNw) .pricebook-view .bulk-serialization-header .serialize-errors-count {
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
}
:not(.aXNw) .pricebook-view .pricebook-tabs a {
  margin: 0;
  background-color: #fff;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  border-right: 1px solid #d6d6d6;
  color: #4a4a4a;
  text-transform: none;
  font-weight: bold;
  padding: 8px 15px;
  float: left;
  white-space: nowrap;
  text-align: center;
}
:not(.aXNw) .pricebook-view .pricebook-tabs a:first-of-type {
  border-left: 1px solid #d6d6d6;
}
:not(.aXNw) .pricebook-view .pricebook-tabs a.active {
  background-color: #00cbeb;
  color: #fff;
}
:not(.aXNw) .pb-top-cluster {
  position: sticky;
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  top: 0;
  min-width: 850px;
  z-index: 100;
  background-color: #fff;
  margin: 0px 0px 30px 0px;
  padding: 51px 30px 0 30px;
  border-bottom: 1px solid rgba(188, 188, 189, 0.5);
}
:not(.aXNw) .pb-top-cluster ~ .tab-content {
  padding: 0 48px;
}
:not(.aXNw) .pb-top-cluster .pb-header h1 {
  display: inline-block;
  margin: -7px 30px;
  line-height: 1.5;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: calc(100vw / 2);
}
:not(.aXNw) .pb-top-cluster .pb-header .pb-save-button {
  width: 100px;
}
:not(.aXNw) .pb-top-cluster .pb-header .ui.toggle.checkbox label:before {
  width: 42px !important;
  height: 18px !important;
  min-height: unset !important;
  max-height: unset !important;
}
:not(.aXNw) .pb-top-cluster .pb-header .ui.toggle.checkbox label:after {
  width: 18px !important;
  height: 18px !important;
  min-height: unset !important;
  max-height: unset !important;
}
:not(.aXNw)
  .pb-top-cluster
  .pb-header
  .ui.toggle.checkbox
  input:checked
  ~ label:after {
  left: 24px !important;
}
:not(.aXNw) .pb-top-cluster .pb-header .ui.toggle.checkbox label {
  font-size: 14px !important;
  padding-left: 52px !important;
}
:not(.aXNw) .pb-top-cluster .pb-action-links a.Link,
:not(.aXNw) .pb-top-cluster .pb-action-links a.Link:active,
:not(.aXNw) .pb-top-cluster .pb-action-links a.Link:hover,
:not(.aXNw) .pb-top-cluster .pb-action-links a.Link:visited {
  color: #4183c4 !important;
}
:not(.aXNw) .pb-top-cluster .pb-action-links a.disabled-link {
  color: #444445 !important;
}
:not(.aXNw) .pb-top-cluster .pb-template-item-banner {
  margin-bottom: 30px;
}
:not(.aXNw) .pb-top-cluster-small {
  height: 88px !important;
}
:not(.aXNw) .pb-dialog-deactivate-button {
  color: #f94d32 !important;
}
:not(.aXNw) .pb-disabled-description {
  background: #eee !important;
  cursor: not-allowed !important;
}
:not(.aXNw) article.custom-field-type label.checkbox.form-selector {
  padding-left: 40px;
}
:not(.aXNw) article.custom-field-type label.checkbox.required-selector {
  padding-left: 60px;
}
:not(.aXNw) article.custom-field-type div.selector {
  padding-left: 40px;
}
:not(.aXNw) article.custom-field-type .option-editor {
  position: relative;
  margin-left: -23px;
  margin-bottom: 5px;
}
:not(.aXNw) article.custom-field-type .option-editor .mark {
  margin-left: 23px;
}
:not(.aXNw) article.custom-field-type .option-editor .drag-handle {
  position: absolute;
  top: 5px;
  left: 0;
  padding: 0 5px;
  cursor: move;
}
:not(.aXNw) article.custom-field-type .add-option-btn {
  display: inline-block;
  cursor: pointer;
}
:not(.aXNw) article.custom-field-type .add-option-btn input {
  pointer-events: none;
}
:not(.aXNw) .dashboard-settings .sections {
  padding: 20px;
}
:not(.aXNw) .dashboard-settings .controls > .select2-container {
  width: 300px;
}
:not(.aXNw) .dashboard-settings h2 {
  border-bottom: 1px solid black;
  padding-bottom: 10px;
  margin-bottom: 25px;
  width: 500px;
}
:not(.aXNw) .pricebook-setup-view .sku-name {
  text-transform: capitalize;
}
:not(.aXNw) .pricebook-setup-categories {
  list-style-type: none;
  margin-left: 0 !important;
}
:not(.aXNw) .pricebook-setup-categories .select-all-row {
  padding-left: 15px;
}
:not(.aXNw) .pricebook-setup-categories .category-row {
  padding-left: 0;
  border-top: none;
  width: 320px;
  max-width: 320px;
}
:not(.aXNw) .pricebook-setup-categories .category-row a {
  line-height: 40px;
}
:not(.aXNw) .pricebook-setup-categories .category-element {
  width: 320px;
}
:not(.aXNw) .pricebook-setup-categories .category-element label {
  margin-top: 12px;
  margin-left: 11px;
}
:not(.aXNw) .pricebook-setup-categories > .category-element:nth-of-type(3) {
  border-top: solid 0.5px #cbcbcb;
}
:not(.aXNw) .setup-submit-btn {
  color: white !important;
  font-weight: bold;
  padding: 5px 40px;
  border-radius: 0;
  text-transform: uppercase;
}
:not(.aXNw) .setup-submit-btn.disabled {
  background: #e1e1e1;
}
:not(.aXNw) .form-search .input-append .btn:not(:last-of-type) {
  border-radius: 0 !important;
}
:not(.aXNw) #membership-type-wizard .top-navigation {
  margin-top: 40px;
  margin-bottom: 40px;
}
:not(.aXNw) #membership-type-wizard .top-navigation .menu-item:last-of-type {
  margin-right: 0 !important;
}
:not(.aXNw) #membership-type-wizard .top-navigation .menu-item {
  vertical-align: top;
  display: inline-block;
  text-align: center;
  width: 10%;
  margin-right: 136px;
}
:not(.aXNw) #membership-type-wizard .top-navigation .menu-item .menu-item-step {
  color: #fff;
  background-color: #d6d6d6;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  font-size: 24px;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
:not(.aXNw)
  #membership-type-wizard
  .top-navigation
  .menu-item
  span.menu-item-step {
  cursor: default;
}
:not(.aXNw) #membership-type-wizard .top-navigation .menu-item .active {
  color: #fff;
  background-color: #39d8ed;
}
:not(.aXNw) #membership-type-wizard .top-navigation .menu-item .title {
  font-size: 14px;
  display: block;
  text-transform: uppercase;
  margin: 5px;
  width: 122px;
  text-align: left;
}
:not(.aXNw) #membership-type-wizard .top-navigation .menu-item .title a {
  color: #000;
}
:not(.aXNw) #membership-type-wizard .top-navigation .menu-item .line {
  height: 0;
  width: 184px;
  border: 1px solid #d6d6d6;
  position: relative;
  top: -30px;
  left: 78%;
}
:not(.aXNw) #membership-type-wizard .top-navigation .menu-item .toggle-menu {
  font-size: 10px;
  color: #000000;
  padding-left: 1ex;
}
:not(.aXNw)
  #membership-type-wizard
  .top-navigation
  .menu-item
  .toggle-menu
  > span {
  text-transform: none !important;
  display: block;
}
:not(.aXNw) #membership-type-wizard .top-navigation .menu-item ul {
  display: none;
  width: 122px;
  margin: 0 5px;
}
:not(.aXNw) #membership-type-wizard .top-navigation .menu-item ul li {
  list-style: none;
  float: left;
  clear: both;
}
:not(.aXNw) #membership-type-wizard .top-navigation .menu-item ul a {
  font-size: 12px;
  color: #000000;
}
:not(.aXNw) #membership-type-wizard .top-navigation .menu-item ul a.active {
  color: #39d8ed;
  background-color: #ffffff;
}
:not(.aXNw) #membership-type-wizard .section {
  margin-left: 10px;
}
:not(.aXNw) #membership-type-wizard .section .step {
  height: 100%;
}
:not(.aXNw) #membership-type-wizard .section .step .content {
  margin-top: 20px;
}
:not(.aXNw) #membership-type-wizard .section .step .content .summary {
  margin-bottom: 30px;
}
:not(.aXNw) #membership-type-wizard .bottom-navigation {
  margin-top: 40px;
}
:not(.aXNw) #membership-type-wizard .bottom-navigation button {
  line-height: 40px;
  text-decoration: none;
  outline: 0;
}
:not(.aXNw) #membership-type-wizard .bottom-navigation button i {
  font-size: 24px;
  vertical-align: middle;
}
:not(.aXNw) #membership-type-wizard .bottom-navigation button .icon-arrow-left {
  color: #999999;
}
:not(.aXNw) #membership-type-wizard .bottom-navigation button span {
  vertical-align: middle;
  text-transform: uppercase;
  color: #333333;
}
:not(.aXNw) #membership-type-wizard .bottom-navigation a {
  text-transform: uppercase;
}
:not(.aXNw) #membership-type-wizard .button {
  border-radius: 20px;
  background: #ffffff;
  color: #6e6d6e;
  text-transform: uppercase;
}
:not(.aXNw) #membership-type-wizard .input-mini,
:not(.aXNw) #membership-type-wizard .service input[type="text"] {
  width: 24px;
  text-align: center;
}
:not(.aXNw) #membership-type-wizard .service {
  margin-bottom: 10px;
}
:not(.aXNw) #membership-type-wizard .service select {
  width: 150px;
}
:not(.aXNw)
  #membership-type-wizard
  .membership-type-wizard-summary
  .control-group {
  margin-bottom: 0;
}
:not(.aXNw)
  #membership-type-wizard
  .membership-type-wizard-summary
  .label-task {
  border: 1px solid #e1e1e8;
  background: #f7f7f9;
  color: #333333;
  font-weight: normal;
  text-shadow: inherit;
  padding: 4px 8px;
}
:not(.aXNw) #membership-type-wizard .membership-type-wizard-summary th {
  font-weight: normal;
}
:not(.aXNw) #membership-type-wizard .membership-type-wizard-summary legend {
  padding-bottom: 5px;
  text-transform: uppercase;
  margin-top: 20px;
}
:not(.aXNw)
  #membership-type-wizard
  .membership-type-wizard-summary
  legend
  + .control-group {
  margin-top: 0;
}
:not(.aXNw)
  #membership-type-wizard
  .membership-type-wizard-summary
  .control-label {
  width: 200px;
}
:not(.aXNw) #membership-type-wizard .membership-type-wizard-summary .controls {
  margin-left: 220px;
}
:not(.aXNw) #membership-type-wizard .selected-recurring-services-title {
  text-transform: uppercase;
}
:not(.aXNw) #membership-type-wizard .select2-container {
  min-width: 280px;
}
:not(.aXNw)
  #membership-type-wizard
  .select2-container
  .select2-choices
  .select2-search-choice {
  border-radius: 0 !important;
  border: 0;
  background: #d9edf8;
  color: #333333;
}
:not(.aXNw)
  #membership-type-wizard
  .select2-container
  .select2-choices
  .select2-search-choice
  div {
  position: relative;
  float: left;
  right: 12px;
}
:not(.aXNw)
  #membership-type-wizard
  .select2-container
  .select2-choices
  .select2-search-choice
  a {
  position: relative;
  float: right;
  left: 0;
  top: 2px;
}
:not(.aXNw) #membership-type-wizard .membership-type-wizard-services table {
  width: 100%;
  border-top: 1px solid #949494;
  border-bottom: 1px solid #949494;
}
:not(.aXNw) #membership-type-wizard .membership-type-wizard-services table th {
  border-bottom: 1px solid #b4b4b4;
  color: #000000;
  font-weight: bold;
}
:not(.aXNw)
  #membership-type-wizard
  .membership-type-wizard-services
  table
  tr:nth-child(4n + 3),
:not(.aXNw)
  #membership-type-wizard
  .membership-type-wizard-services
  table
  tr:nth-child(4n) {
  background: #f1f1f1;
}
:not(.aXNw)
  #membership-type-wizard
  .membership-type-wizard-services
  table
  tr:nth-child(4n + 1),
:not(.aXNw)
  #membership-type-wizard
  .membership-type-wizard-services
  table
  tr:nth-child(4n + 2) {
  background: #fcfcfc;
}
:not(.aXNw)
  #membership-type-wizard
  .membership-type-wizard-services
  table
  select[name="OffsetType"] {
  width: 115px;
}
:not(.aXNw)
  #membership-type-wizard
  .membership-type-wizard-services
  table
  select[name="ServiceId"] {
  width: 150px;
}
:not(.aXNw)
  #membership-type-wizard
  .membership-type-wizard-services
  table
  .alert {
  margin-bottom: 0px;
}
:not(.aXNw) #membership-type-wizard .membership-type-wizard-services .button {
  margin: 0 10px 20px 0;
  width: 162px;
}
:not(.aXNw)
  #membership-type-wizard
  .membership-type-wizard-email
  input[type="text"] {
  min-width: 306px;
}
:not(.aXNw) #membership-type-wizard .membership-type-wizard-email .subject {
  width: 556px;
}
:not(.aXNw) #membership-type-wizard .membership-type-wizard-email textarea {
  width: 556px;
  height: 250px;
  resize: none;
}
:not(.aXNw)
  #membership-type-wizard
  .membership-type-wizard-bonuses
  .control-group:first-of-type
  .controls {
  margin-left: 170px;
}
:not(.aXNw)
  #membership-type-wizard
  .membership-type-wizard-bonuses
  input[type="text"] {
  width: 30px;
}
:not(.aXNw) #membership-type-wizard .membership-type-wizard-invoice .button {
  width: 165px;
}
:not(.aXNw)
  #membership-type-wizard
  .membership-type-wizard-invoice
  .billing-schedule {
  margin-bottom: 20px;
}
:not(.aXNw)
  #membership-type-wizard
  .membership-type-wizard-discount
  .control-label {
  min-width: 166px;
}
:not(.aXNw)
  #membership-type-wizard
  .membership-type-wizard-discount
  .controls
  .select2 {
  margin-bottom: 10px;
  min-width: 300px;
}
:not(.aXNw)
  #membership-type-wizard
  .membership-type-wizard-discount
  .controls
  .input-mini {
  width: 30px;
}
:not(.aXNw)
  #membership-type-wizard
  .membership-type-wizard-discount
  .discount-option {
  margin-left: 30px;
}
:not(.aXNw)
  #membership-type-wizard
  .membership-type-wizard-discount
  .discount-option
  .multiselect-container {
  max-height: 350px;
  overflow-y: auto;
  z-index: 1000;
}
:not(.aXNw) #membership-type-wizard .membership-type-wizard-discount table {
  margin-top: 20px;
}
:not(.aXNw)
  #membership-type-wizard
  .membership-type-wizard-discount
  .multiselect-container
  .icon-search,
:not(.aXNw)
  #membership-type-wizard
  .membership-type-wizard-discount
  .multiselect-container
  .input-group-btn {
  display: none;
}
:not(.aXNw)
  #membership-type-wizard
  .membership-type-wizard-discount
  .multiselect-container
  .active
  a,
:not(.aXNw)
  #membership-type-wizard
  .membership-type-wizard-discount
  .multiselect-container
  li:hover
  a {
  background: transparent;
  color: #000;
}
:not(.aXNw)
  #membership-type-wizard
  .membership-type-wizard-discount
  .multiselect-container
  .multiselect-search {
  padding: 14px;
}
:not(.aXNw) #membership-type-wizard .validation-message:after {
  display: none;
  float: left;
}
:not(.aXNw) .online-payments-view .span7 {
  width: 685px;
}
:not(.aXNw) .online-payments-view .span7 .nav {
  font-size: 14px;
}
:not(.aXNw) .online-payments-view .span7 .nav p {
  text-align: right;
  color: #777777;
  line-height: 36.8px;
  margin-bottom: 0px;
}
:not(.aXNw) .online-payments-view .span7 .nav p i {
  margin-top: 11px;
}
:not(.aXNw) .online-payments-view .span7 .nav p span {
  position: relative;
  bottom: 3px;
}
:not(.aXNw) .online-payments-view .span7 .fa-plus-circle {
  font-size: 23px;
}
:not(.aXNw) .online-payments-view .span7 .msg {
  padding-top: 20px;
  height: 64px;
  font-size: 18px;
  line-height: 1.78;
  text-align: center;
  color: #9b9b9b;
}
:not(.aXNw) .online-payments-view .account-preview {
  border: solid 2px #e9e9e9;
  width: 685px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  position: relative;
  margin-bottom: 20px;
  margin-right: 30px;
}
:not(.aXNw) .online-payments-view .account-preview #business span {
  color: #999;
}
:not(.aXNw) .online-payments-view .account-preview #business span:last-child {
  display: none;
}
:not(.aXNw) .online-payments-view .account-preview table {
  border-radius: 5px;
}
:not(.aXNw) .online-payments-view .account-preview td {
  border-top: 0px;
  padding-left: 6px;
  padding-right: 10px;
}
:not(.aXNw) .online-payments-view .account-preview thead {
  border-radius: 5px;
  background-color: #fafafa;
  border-bottom: solid 2px #e9e9e9;
}
:not(.aXNw) .online-payments-view .account-preview thead th {
  padding-top: 18px;
  padding-bottom: 15px;
}
:not(.aXNw) .online-payments-view .account-preview thead th.title {
  font-weight: 500;
  color: #777777;
  font-size: 18px;
  padding-left: 20px;
  vertical-align: middle;
}
:not(.aXNw) .online-payments-view .account-preview thead th .action {
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  padding-right: 21px;
}
:not(.aXNw)
  .online-payments-view
  .account-preview
  thead
  th
  .action.action-danger {
  color: #da625b;
  font-size: 14px;
  padding-right: 26px;
}
:not(.aXNw) .online-payments-view .account-preview td.result {
  font-weight: 500;
  color: #999999;
}
:not(.aXNw) .contact-emails input[type="text"] {
  height: 25px;
  width: 270px;
}
:not(.aXNw) .contact-emails .add-item-btn {
  margin: 10px 0 20px !important;
  height: 36px;
  position: relative;
  top: 2px;
  padding-top: 10px !important;
}
:not(.aXNw) .contact-emails table {
  margin-bottom: 0 !important;
}
:not(.aXNw) .contact-emails tr:hover button {
  visibility: visible;
}
:not(.aXNw) .contact-emails tr:hover .hidden {
  visibility: hidden !important;
  cursor: default;
}
:not(.aXNw) .contact-emails tr td {
  padding-top: 12px;
}
:not(.aXNw) .contact-emails tr td:first-child {
  padding-right: 0 !important;
  padding-top: 12px;
}
:not(.aXNw) .contact-emails tr td button {
  width: 45px !important;
  height: 30px !important;
  font-size: 16px !important;
  padding: 5px 16px !important;
  visibility: hidden;
}
:not(.aXNw) .account-editor label.checkbox {
  display: block;
}
:not(.aXNw) .account-editor .scrollable-container {
  max-height: 250px;
  overflow-y: auto;
}
:not(.aXNw) .account-editor .connection {
  display: inline-block;
  margin-left: 15px;
}
:not(.aXNw) .account-editor .connection i {
  font-size: 31px;
  vertical-align: middle;
}
:not(.aXNw) .account-editor .connection-succesful i {
  color: #5bb75b;
}
:not(.aXNw) .account-editor .connection-failed i {
  color: #da4f49;
}
:not(.aXNw) .account-editor .avalara-form input[type="text"] {
  width: 255px;
}
:not(.aXNw) .account-editor .avalara-form select {
  width: 268px;
}
:not(.aXNw) .modal-body h3 {
  text-align: center;
  padding-bottom: 10px;
}
:not(.aXNw) .table-gray {
  position: relative;
}
:not(.aXNw) .table-gray:after,
:not(.aXNw) .table-gray:before {
  content: "";
  clear: both;
  display: block;
}
:not(.aXNw) .table-gray .header-border {
  position: absolute;
  width: 100%;
  top: 53px;
  height: 1px;
  background-color: #d5d5d5;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
  border: 0;
}
:not(.aXNw) .table-gray table {
  width: 100%;
}
:not(.aXNw) .table-gray table thead tr th {
  background-color: #f4f4f4;
  padding: 20px 10px;
  font-size: 12px;
  line-height: 12px;
  color: #4a4a4a;
}
:not(.aXNw) .table-gray table thead tr th:first-child {
  border-left: solid 1px #c0c0c0;
}
:not(.aXNw) .table-gray table thead tr th:last-child {
  border-right: solid 1px #f4f4f4;
}
:not(.aXNw) .table-gray table tbody tr td {
  padding: 12px;
  border: solid 0.4px #d0d0d0;
  font-size: 13px;
  line-height: 13px;
  color: #4a4a4a;
  background-color: #ffffff;
}
:not(.aXNw) .table-gray table tbody tr.inactive td {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
:not(.aXNw) .btn-gray {
  background-color: #f8f8f8;
  border: solid 1px #c4c4c4;
  border-radius: 2px;
  box-shadow: initial;
  background-image: initial;
  text-transform: uppercase;
}
:not(.aXNw) .form-actions .btn-link {
  padding: 0 18px;
  min-width: 60px;
  text-align: center;
  height: 28px;
  border-radius: 4px;
}
:not(.aXNw) .form-actions .btn-save {
  background-color: #00cbeb;
  color: white;
  min-width: 96px;
  text-align: center;
  font-weight: bold;
}
:not(.aXNw)
  .settings
  :not(.btn-search):not(.btn-group):not(.btn-toolbar)
  .radio-info
  input[type="radio"]:checked
  + label::before,
:not(.aXNw)
  .data-sources-list
  .radio-info
  input[type="radio"]:checked
  + label::before {
  border-color: #5bc0de;
  background-color: #5bc0de;
}
:not(.aXNw)
  .settings
  :not(.btn-search):not(.btn-group):not(.btn-toolbar)
  .radio-info
  input[type="radio"]:checked
  + label::after,
:not(.aXNw)
  .data-sources-list
  .radio-info
  input[type="radio"]:checked
  + label::after {
  background-color: white;
  top: 6px;
  left: 6px;
  width: 7px;
  height: 7px;
}
:not(.aXNw)
  .settings
  :not(.btn-search):not(.btn-group):not(.btn-toolbar)
  > .filter-btn,
:not(.aXNw) .data-sources-list > .filter-btn {
  min-width: 6em;
  text-align: center;
  color: #fff;
  background-color: #337ab7;
}
:not(.aXNw) .control-group .controls label.input-toggle {
  margin-top: 8px;
}
:not(.aXNw) .label.label-inactive {
  border: 1px solid #9a9a9a;
  text-transform: uppercase;
  background-color: inherit;
  text-shadow: none;
  color: #4a6785;
  line-height: 11px;
  font-size: 12px;
}
:not(.aXNw) table.table-settings td,
:not(.aXNw) table.table-settings th {
  vertical-align: middle;
  height: 28px;
  font-size: 14px;
}
:not(.aXNw) table.table-settings td.text-right,
:not(.aXNw) table.table-settings th.text-right {
  text-align: right;
}
:not(.aXNw) table.table-settings td.text-center,
:not(.aXNw) table.table-settings th.text-center {
  text-align: center;
}
:not(.aXNw) table.table-settings thead th {
  border-top: none;
}
:not(.aXNw) table.table-settings thead tr.title th {
  height: 40px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
:not(.aXNw) table.table-settings thead tr.actions th {
  height: 32px;
  font-size: 14px;
  font-weight: bolder;
  text-transform: uppercase;
  border-bottom: solid 2px #00cbe9;
}
:not(.aXNw) table.table-settings thead tr.actions th a i {
  font-size: 16px;
}
:not(.aXNw)
  table.table-settings
  thead
  tr.actions
  th
  .toggle
  label.input-toggle {
  margin: 3px 4px 0 2px;
}
:not(.aXNw) table.table-settings thead tr.actions th .toggle span:after {
  width: 14px;
  height: 14px;
}
:not(.aXNw)
  table.table-settings
  thead
  tr.actions
  th
  .toggle
  input:checked
  + span:after {
  left: calc(100% - 14px);
}
:not(.aXNw) table.table-settings thead tr.actions th .toggle span {
  background-size: 56px 14px;
  width: 28px;
  height: 10px;
}
:not(.aXNw) table.table-settings thead tr.actions th .toggle span.text {
  color: #999;
}
:not(.aXNw) table.table-settings tbody td.status {
  text-align: center;
}
:not(.aXNw) table.table-settings tbody td.actions {
  font-size: 16px;
  width: 40px;
  padding-left: 4px;
  padding-right: 4px;
  text-align: center;
}
:not(.aXNw) table.table-settings tbody td.actions a {
  color: #999;
}
:not(.aXNw) table.table-settings tbody td.actions.actions-remove {
  padding-left: 8px;
}
:not(.aXNw) table.table-settings tbody td.actions.actions-edit {
  padding-right: 8px;
}
:not(.aXNw) table.table-settings tbody td.format-number {
  min-width: 60px;
  text-align: right;
  padding-left: 16px;
  padding-right: 16px;
}
:not(.aXNw) table.table-settings tbody.empty td {
  text-align: center;
  color: #999;
}
:not(.aXNw) .financing-loans-settings .communication-tabs {
  margin-top: 24px;
}
:not(.aXNw) .financing-loans-settings .communication-tabs .tab a,
:not(.aXNw) .financing-loans-settings .communication-tabs a.tab {
  text-decoration: none;
}
:not(.aXNw) .financing-loans-settings .communication-tabs .tab a:visited,
:not(.aXNw) .financing-loans-settings .communication-tabs a.tab:visited,
:not(.aXNw) .financing-loans-settings .communication-tabs .tab a:link,
:not(.aXNw) .financing-loans-settings .communication-tabs a.tab:link {
  text-decoration: none;
}
:not(.aXNw) .financing-loans-settings .communication-tabs.inventory-tabs,
:not(.aXNw) .financing-loans-settings .communication-tabs.communication-tabs {
  position: relative;
  z-index: 2;
}
:not(.aXNw)
  .financing-loans-settings
  .communication-tabs.inventory-tabs
  .tab-mixin,
:not(.aXNw)
  .financing-loans-settings
  .communication-tabs.communication-tabs
  .tab-mixin {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-top: solid 1px transparent;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: #eff3f6;
  color: #354052;
  display: inline-block;
  font-weight: 600;
  min-width: 200px;
  padding: 10px 0;
  text-align: center;
  vertical-align: middle;
}
:not(.aXNw)
  .financing-loans-settings
  .communication-tabs.inventory-tabs
  .tab-mixin:hover,
:not(.aXNw)
  .financing-loans-settings
  .communication-tabs.communication-tabs
  .tab-mixin:hover {
  opacity: 0.8;
}
:not(.aXNw)
  .financing-loans-settings
  .communication-tabs.inventory-tabs
  .active-tab-mixin,
:not(.aXNw)
  .financing-loans-settings
  .communication-tabs.communication-tabs
  .active-tab-mixin {
  background-color: #fff;
  color: #354052;
  cursor: default;
  border-top: solid 1px #e6eaee;
  border-left: solid 1px #e6eaee;
  border-right: solid 1px #e6eaee;
  position: relative;
}
:not(.aXNw)
  .financing-loans-settings
  .communication-tabs.inventory-tabs
  .active-tab-mixin:hover,
:not(.aXNw)
  .financing-loans-settings
  .communication-tabs.communication-tabs
  .active-tab-mixin:hover {
  opacity: 1;
}
:not(.aXNw)
  .financing-loans-settings
  .communication-tabs.inventory-tabs
  .active-tab-mixin::after,
:not(.aXNw)
  .financing-loans-settings
  .communication-tabs.communication-tabs
  .active-tab-mixin::after {
  background-color: #fff;
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  height: 2px;
  width: 100%;
}
:not(.aXNw) .financing-loans-settings .communication-tabs.inventory-tabs .tab,
:not(.aXNw)
  .financing-loans-settings
  .communication-tabs.communication-tabs
  .tab {
  display: inline-block;
}
:not(.aXNw) .financing-loans-settings .communication-tabs.inventory-tabs .tab a,
:not(.aXNw)
  .financing-loans-settings
  .communication-tabs.communication-tabs
  .tab
  a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-top: solid 1px transparent;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: #eff3f6;
  color: #354052;
  display: inline-block;
  font-weight: 600;
  min-width: 200px;
  padding: 10px 0;
  text-align: center;
  vertical-align: middle;
}
:not(.aXNw)
  .financing-loans-settings
  .communication-tabs.inventory-tabs
  .tab
  a:hover,
:not(.aXNw)
  .financing-loans-settings
  .communication-tabs.communication-tabs
  .tab
  a:hover {
  opacity: 0.8;
}
:not(.aXNw) .financing-loans-settings .communication-tabs.inventory-tabs a.tab,
:not(.aXNw)
  .financing-loans-settings
  .communication-tabs.communication-tabs
  a.tab {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-top: solid 1px transparent;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: #eff3f6;
  color: #354052;
  display: inline-block;
  font-weight: 600;
  min-width: 200px;
  padding: 10px 0;
  text-align: center;
  vertical-align: middle;
}
:not(.aXNw)
  .financing-loans-settings
  .communication-tabs.inventory-tabs
  a.tab:hover,
:not(.aXNw)
  .financing-loans-settings
  .communication-tabs.communication-tabs
  a.tab:hover {
  opacity: 0.8;
}
:not(.aXNw)
  .financing-loans-settings
  .communication-tabs.inventory-tabs
  .tab.active
  a,
:not(.aXNw)
  .financing-loans-settings
  .communication-tabs.communication-tabs
  .tab.active
  a {
  background-color: #fff;
  color: #354052;
  cursor: default;
  border-top: solid 1px #e6eaee;
  border-left: solid 1px #e6eaee;
  border-right: solid 1px #e6eaee;
  position: relative;
}
:not(.aXNw)
  .financing-loans-settings
  .communication-tabs.inventory-tabs
  .tab.active
  a:hover,
:not(.aXNw)
  .financing-loans-settings
  .communication-tabs.communication-tabs
  .tab.active
  a:hover {
  opacity: 1;
}
:not(.aXNw)
  .financing-loans-settings
  .communication-tabs.inventory-tabs
  .tab.active
  a::after,
:not(.aXNw)
  .financing-loans-settings
  .communication-tabs.communication-tabs
  .tab.active
  a::after {
  background-color: #fff;
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  height: 2px;
  width: 100%;
}
:not(.aXNw)
  .financing-loans-settings
  .communication-tabs.inventory-tabs
  a.tab.active,
:not(.aXNw)
  .financing-loans-settings
  .communication-tabs.communication-tabs
  a.tab.active {
  background-color: #fff;
  color: #354052;
  cursor: default;
  border-top: solid 1px #e6eaee;
  border-left: solid 1px #e6eaee;
  border-right: solid 1px #e6eaee;
  position: relative;
}
:not(.aXNw)
  .financing-loans-settings
  .communication-tabs.inventory-tabs
  a.tab.active:hover,
:not(.aXNw)
  .financing-loans-settings
  .communication-tabs.communication-tabs
  a.tab.active:hover {
  opacity: 1;
}
:not(.aXNw)
  .financing-loans-settings
  .communication-tabs.inventory-tabs
  a.tab.active::after,
:not(.aXNw)
  .financing-loans-settings
  .communication-tabs.communication-tabs
  a.tab.active::after {
  background-color: #fff;
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  height: 2px;
  width: 100%;
}
:not(.aXNw) .financing-loans-settings .communication-tabs.right {
  text-align: right;
}
:not(.aXNw) .financing-loans-settings .communication-tabs.card-tabs .tabs {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #eff3f6;
  position: relative;
  width: 100%;
  margin: 0;
}
:not(.aXNw) .financing-loans-settings .communication-tabs.card-tabs .tabs .tab {
  display: inline-block;
}
:not(.aXNw)
  .financing-loans-settings
  .communication-tabs.card-tabs
  .tabs
  .tab
  a {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: #354052;
  padding: 12px 24px;
  position: relative;
  opacity: 0.35;
}
:not(.aXNw)
  .financing-loans-settings
  .communication-tabs.card-tabs
  .tabs
  .tab
  a:hover {
  opacity: 0.65;
  cursor: pointer;
}
:not(.aXNw)
  .financing-loans-settings
  .communication-tabs.card-tabs
  .tabs
  .tab.active
  a {
  opacity: 1;
}
:not(.aXNw)
  .financing-loans-settings
  .communication-tabs.card-tabs
  .tabs
  .tab.active
  a::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #289df5;
  content: "";
  display: block;
  height: 4px;
  position: absolute;
  bottom: -1px;
  left: 1em;
  right: 1em;
}
:not(.aXNw) .financing-loans-settings .communication-tabs a.tab {
  top: 1px;
  position: relative;
}
:not(.aXNw) .financing-loans-settings .Tab {
  white-space: normal !important;
  max-width: 110px !important;
}
:not(.aXNw) .financing-loans-settings article {
  min-height: 420px;
  border-radius: 6px;
  background-color: #fff;
  border: solid 1px #e6eaee;
  padding: 40px;
  margin-bottom: 50px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 55px;
}
:not(.aXNw) .financing-loans-settings input:checked {
  border-color: #5bc0de;
  background-color: #5bc0de;
}
:not(.aXNw) .financing-loans-settings .as-low-as .controls {
  margin-left: 232px;
}
:not(.aXNw) .financing-loans-settings .as-low-as .control-label {
  width: 225px;
}
:not(.aXNw) .financing-loans-settings .as-low-as .control-label label {
  padding: 0 0 0 5px !important;
}
:not(.aXNw) .financing-loans-settings .as-low-as .select-input {
  width: 210px !important;
}
:not(.aXNw) .financing-loans-settings .as-low-as-footer {
  color: #999;
}
:not(.aXNw) .financing-loans-settings .presentation-settings {
  margin-bottom: 40px;
}
:not(.aXNw) .financing-loans-settings .presentation-settings .row {
  display: table;
  border-spacing: 10px;
}
:not(.aXNw) .financing-loans-settings .presentation-settings .column {
  display: table-cell;
}
:not(.aXNw) .financing-loans-settings .presentation-settings .column img {
  margin-bottom: 5px;
  width: 238.222px;
  height: 159.6px;
}
:not(.aXNw) .financing-loans-settings .defaulte-loan-options {
  margin-bottom: 40px;
}
:not(.aXNw) .financing-loans-settings .controls {
  margin-left: 165px;
  width: 300px;
}
:not(.aXNw) .financing-loans-settings .control-label {
  width: 150px;
}
:not(.aXNw) .financing-loans-settings .control-group .controls .select-input {
  margin-left: 0;
  width: 305px;
}
:not(.aXNw) .editable-buttons .editable-cancel {
  margin-left: 0px;
}
:not(.aXNw) a.editable-click,
:not(.aXNw) a.editable-click:hover {
  text-decoration: none;
  border-bottom: dashed 1px #00cbe9;
}
:not(.aXNw) a.editable.editable-click.editable-tags-entity,
:not(.aXNw) span.editable.editable-click.editable-tags {
  display: inline;
}
:not(.aXNw) a.editable-empty,
:not(.aXNw) a.editable-empty:hover,
:not(.aXNw) a.editable-empty:focus {
  font-style: normal !important;
  border-bottom: dashed 1px #d14;
}
:not(.aXNw) span.editable.editable-click {
  border-bottom: none;
}
:not(.aXNw) #portals-settings-agreement-modal {
  max-width: 720px;
  background-color: #f7f9fa;
}
:not(.aXNw) #portals-settings-agreement-modal-body {
  max-height: 90vh;
}
:not(.aXNw) .portal-settings-agreement {
  min-height: 640px;
  min-width: 540px;
}
:not(.aXNw) .portal-settings-agreement h2 {
  text-align: left;
  line-height: 40px !important;
}
:not(.aXNw) .portal-settings-agreement .license {
  margin: 0;
  padding: 5px;
  padding-left: 10px;
  height: 55vh !important;
  background-color: white;
}
:not(.aXNw) .portal-settings-agreement .st-checkbox {
  margin-top: 25px;
  float: left;
}
:not(.aXNw) .portal-settings-agreement .actions {
  margin-top: 20px;
  float: right;
}
:not(.aXNw) .edit-payment-type-view .disabled-methods {
  opacity: 0.4;
  cursor: default;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  pointer-events: none;
}
:not(.aXNw) .edit-payment-type-view .disabled-methods canvas {
  cursor: default !important;
}
:not(.aXNw) .edit-payment-type-view .tooltip.left {
  max-width: 185px;
  left: 0 !important;
}
:not(.aXNw) .edit-payment-type-view .field {
  padding-bottom: 20px;
}
:not(.aXNw) .edit-payment-type-view .fields {
  padding-bottom: 20px;
}
:not(.aXNw) .edit-payment-type-view .form {
  padding-right: 30px;
  padding-left: 30px;
}
:not(.aXNw) #budget-config-grid .k-old-grouping-header {
  display: none;
}
:not(.aXNw) #budget-config-grid .k-old-grid td {
  padding: 0.5em 0.7em;
  text-overflow: clip;
}
:not(.aXNw) .config-category-header:not(:first-child) {
  margin-top: 1.35em;
}
:not(.aXNw) .color-picker-container .controls {
  display: table;
  width: 200px;
}
:not(.aXNw) .color-picker-container .controls .technician-color-picker,
:not(.aXNw) .color-picker-container .controls .tag-type-color-picker,
:not(.aXNw) .color-picker-container .controls .zone-color-picker,
:not(.aXNw) .color-picker-container .controls .tax-zone-color-picker {
  width: 32px;
  height: 32px;
  border: 1px solid black;
  border-radius: 4px;
  display: table-cell;
}
:not(.aXNw) .color-picker-container .controls .input-mini {
  margin: 2px 6px;
}
:not(.aXNw) .cp-top-menu {
  margin-left: 20px;
  margin-bottom: 20px;
}
:not(.aXNw) .cp-logo-uploader {
  margin-bottom: 10px;
}
:not(.aXNw) .cp-logo-uploader ins {
  width: 320px;
  height: 80px;
}
:not(.aXNw) .cp-logo-uploader .change-image-button,
:not(.aXNw) .cp-logo-uploader .add-image-button {
  width: 324px;
  height: 84px;
}
:not(.aXNw) .cp-logo-size-advice {
  opacity: 0.5;
  margin-top: 10px;
}
:not(.aXNw) .cp-header {
  font-weight: bold;
}
:not(.aXNw) .cp-membership-summary {
  opacity: 0.5;
  width: 70%;
}
:not(.aXNw) .cp-membership-select {
  font-size: 14px;
}
:not(.aXNw) .cp-membership-select-header {
  margin-top: 32px;
}
:not(.aXNw) .cp-membership-select-caption {
  opacity: 0.5;
  margin: 4px 0 16px 0;
}
:not(.aXNw) .cp-invoice-filter-content {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
:not(.aXNw) .cp-invoice-filter-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
:not(.aXNw) .cp-invoice-filter-caption {
  color: #606162;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
:not(.aXNw) .cp-invoice-filter-options {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
:not(.aXNw) .cp-invoice-filter-option {
  width: 300px;
  padding: 16px 24px 24px 24px;
  flex-shrink: 0;
  border-radius: 6px;
  border: 1px solid #dfe0e1;
  background: #fff;
}
:not(.aXNw) .cp-invoice-filter-option .radio label {
  font-weight: bold;
}
:not(.aXNw) .cp-invoice-filter-checklist {
  margin-top: 1em;
  padding-left: 1.85714em;
}
:not(.aXNw) .k-old-header.k-old-grid-toolbar .ui.button:first-child {
  margin-left: -4px;
}
:not(.aXNw)
  article.inventory-template-settings
  .ui.secondary.pointing.menu
  .left.menu
  .item {
  padding-left: 0px;
}
:not(.aXNw) article.inventory-template-settings input[name="TemplateName"] {
  width: 100%;
  height: 40px;
}
:not(.aXNw) article.inventory-template-settings .k-old-grid {
  padding-left: 0px;
}
:not(.aXNw) div.inventory-error-list {
  padding-left: 0px;
}
:not(.aXNw) div.inventory-error-list div.controls {
  width: 100%;
  height: 40px;
  padding: 6px;
  background-color: #ffd7cf;
  color: red;
}
:not(.aXNw) div.inventory-error-list div.k-old-grid {
  background-color: #ffd7cf;
}
:not(.aXNw) div.inventory-error-list div.k-old-grid div.k-old-grid-header {
  background-color: #ffd7cf;
}
:not(.aXNw)
  div.inventory-error-list
  div.k-old-grid
  div.k-old-grid-header
  div.k-old-grid-header-wrap {
  border-width: 1px 0 1px 0;
  border-color: red;
}
:not(.aXNw)
  div.inventory-error-list
  div.k-old-grid
  div.k-old-grid-header
  div.k-old-grid-header-wrap
  table
  thead
  tr
  th {
  border-width: 0 0 0 0;
  background-color: #ffdacf;
}
:not(.aXNw) div.inventory-error-list div.k-old-grid div.k-old-grid-content {
  background-color: #ffd7cf;
}
:not(.aXNw)
  div.inventory-error-list
  div.k-old-grid
  div.k-old-grid-content
  table
  tbody
  tr {
  background-color: #ffd7cf;
}
:not(.aXNw)
  div.inventory-error-list
  div.k-old-grid
  div.k-old-grid-content
  table
  tbody
  tr
  td {
  border-color: red;
}
:not(.aXNw)
  div.inventory-error-list
  div.k-old-grid
  div.k-old-grid-content
  table
  tbody
  tr.k-old-alt {
  background-color: #ffdacf;
}
:not(.aXNw) div.inventory-error-list span.error-value {
  color: red;
  font-weight: bold;
}
:not(.aXNw) .st-agreement {
  min-width: 540px;
}
:not(.aXNw) .st-agreement h2 {
  text-align: left;
  line-height: 40px !important;
}
:not(.aXNw) .st-agreement .license {
  margin: 0;
  padding: 5px;
  padding-left: 10px;
  max-height: 64vh !important;
  background-color: white;
  display: flex;
  flex-direction: column;
}
:not(.aXNw) .st-agreement .space-filler {
  flex: 1 1 auto;
}
:not(.aXNw) .st-agreement .st-checkbox {
  margin-top: 50px;
  float: left;
}
:not(.aXNw) .st-agreement .actions {
  margin-top: 20px;
  float: right;
}
:not(.aXNw) .st-agreement .legal-text {
  white-space: pre-line;
}
:not(.aXNw) .st-agreement .no-permission-text {
  font-weight: bold;
  padding-left: 5px;
}
:not(.aXNw) .pricebook-providers-view .sync-button {
  margin-bottom: 20px;
}
:not(.aXNw) .pricebook-providers-view .selected-summary {
  margin: 0 0 10px !important;
  padding: 10px;
  font-weight: bold;
  background-color: #f5f7fa;
  position: relative;
  color: #141414;
}
:not(.aXNw) .pricebook-providers-view .selected-summary .st-btn {
  position: absolute;
  right: -7px;
  top: 0;
  border-radius: 0;
  padding: 7px 18px;
}
:not(.aXNw) .pricebook-providers-view .selected-summary .st-btn:disabled {
  opacity: 1;
  background-color: #bcbcbd;
}
:not(.aXNw) .pricebook-providers-view .category-accordion {
  list-style-type: none;
  margin: 0 !important;
  color: #4a4a4a;
  background-color: #fff;
}
:not(.aXNw)
  .pricebook-providers-view
  .category-accordion
  .category-accordion-header {
  margin: 0 0 25px !important;
  padding: 10px;
  font-weight: bold;
  background-color: #f5f5f5;
  position: relative;
  color: #141414;
}
:not(.aXNw)
  .pricebook-providers-view
  .category-accordion
  .category-accordion-header
  .header-detail {
  color: #777;
  margin-left: 7px;
  font-size: 14px;
}
:not(.aXNw)
  .pricebook-providers-view
  .category-accordion
  .category-accordion-header
  i.icon {
  font-size: 18px;
  font-weight: bold;
  float: right;
  color: black;
}
:not(.aXNw)
  .pricebook-providers-view
  .category-accordion
  .category-accordion-header:hover
  + .category-accordion
  .category-accordion-header,
:not(.aXNw)
  .pricebook-providers-view
  .category-accordion
  .category-accordion-header:hover
  + .category-accordion-content-blank
  .category-accordion-header {
  opacity: 0.2;
}
:not(.aXNw) .pricebook-providers-view .category-accordion .closed-section {
  color: #3684f5;
  cursor: pointer;
}
:not(.aXNw)
  .pricebook-providers-view
  .category-accordion
  .category-accordion-content-blank {
  margin-top: 5px;
}
:not(.aXNw) .pricebook-providers-view .category-accordion .item-count {
  float: right;
  color: #666;
}
:not(.aXNw) .pricebook-providers-view .category-accordion .selected-count {
  float: right;
}
:not(.aXNw)
  .pricebook-providers-view
  .category-accordion
  .category-accordion-content
  .category-accordion-buttons {
  padding: 0px 0 10px;
}
:not(.aXNw)
  .pricebook-providers-view
  .category-accordion
  .category-accordion-content
  .category-accordion-buttons
  .ui.checkbox
  label {
  padding-left: 19px;
  font-size: 14px;
  margin-top: 0;
}
:not(.aXNw)
  .pricebook-providers-view
  .category-accordion
  .category-accordion-content
  .category-accordion-buttons
  .ui.checkbox
  label:before {
  top: 5px;
  width: 13px;
  height: 13px;
  border-radius: 0;
}
:not(.aXNw)
  .pricebook-providers-view
  .category-accordion
  .category-accordion-content
  .category-accordion-buttons
  .ui.checkbox
  label:after {
  font-size: 9px;
  width: 13px;
  height: 13px;
}
:not(.aXNw)
  .pricebook-providers-view
  .category-accordion
  .category-accordion-content
  .category-accordion-buttons
  div {
  display: inline-block;
}
:not(.aXNw)
  .pricebook-providers-view
  .category-accordion
  .category-accordion-content
  .category-accordion-buttons
  button {
  margin-left: 20px;
}
:not(.aXNw)
  .pricebook-providers-view
  .category-accordion
  .category-accordion-content
  .category-accordion-card-list
  .category-accordion-card {
  display: inline-block;
  vertical-align: top;
  padding: 5px;
  width: 270px;
  margin-right: 30px;
  border: 1px solid #ececec;
  margin-bottom: 20px;
}
:not(.aXNw)
  .pricebook-providers-view
  .category-accordion
  .category-accordion-content
  .category-accordion-card-list
  .category-accordion-card.active {
  border: 1px solid #3684f5;
}
:not(.aXNw)
  .pricebook-providers-view
  .category-accordion
  .category-accordion-content
  .category-accordion-card-list
  .category-accordion-card.active
  .view-categories-button {
  background-color: #3684f5;
  color: white;
}
:not(.aXNw)
  .pricebook-providers-view
  .category-accordion
  .category-accordion-content
  .category-accordion-card-list
  .category-accordion-card:hover {
  box-shadow: 0 2px 15px 0px rgba(0, 0, 0, 0.14);
  cursor: pointer;
}
:not(.aXNw)
  .pricebook-providers-view
  .category-accordion
  .category-accordion-content
  .category-accordion-card-list
  .category-accordion-card.with-checkbox {
  cursor: default;
}
:not(.aXNw)
  .pricebook-providers-view
  .category-accordion
  .category-accordion-content
  .category-accordion-card-list
  .category-accordion-card
  .new-item {
  display: inline-block;
  border: 1px solid #d8002b;
  color: #d8002b;
  padding-left: 10px;
  padding-right: 10px;
}
:not(.aXNw)
  .pricebook-providers-view
  .category-accordion
  .category-accordion-content
  .category-accordion-card-list
  .category-accordion-card
  .empty-link {
  text-decoration: none;
  cursor: default;
  color: black;
}
:not(.aXNw)
  .pricebook-providers-view
  .category-accordion
  .category-accordion-content
  .category-accordion-card-list
  .category-accordion-card
  .category-image-container {
  height: 105px;
}
:not(.aXNw)
  .pricebook-providers-view
  .category-accordion
  .category-accordion-content
  .category-accordion-card-list
  .category-accordion-card
  .ui.checkbox {
  float: right;
  min-height: 0px;
  margin: 0;
}
:not(.aXNw)
  .pricebook-providers-view
  .category-accordion
  .category-accordion-content
  .category-accordion-card-list
  .category-accordion-card
  .ui.checkbox
  label {
  padding: 0;
}
:not(.aXNw)
  .pricebook-providers-view
  .category-accordion
  .category-accordion-content
  .category-accordion-card-list
  .category-accordion-card
  .ui.checkbox
  label:empty {
  min-height: 0px;
}
:not(.aXNw)
  .pricebook-providers-view
  .category-accordion
  .category-accordion-content
  .category-accordion-card-list
  .category-accordion-card
  .ui.checkbox
  label:before {
  top: -6px;
  left: 6px;
  border-radius: 0;
  border-width: 1px;
}
:not(.aXNw)
  .pricebook-providers-view
  .category-accordion
  .category-accordion-content
  .category-accordion-card-list
  .category-accordion-card
  .ui.checkbox
  label:after {
  font-size: 18px;
  width: 22px;
  height: 22px;
  top: -6px;
  left: 6px;
  color: black;
}
:not(.aXNw)
  .pricebook-providers-view
  .category-accordion
  .category-accordion-content
  .category-accordion-card-list
  .category-accordion-card
  img {
  height: 80px;
  max-width: 270px !important;
  display: block;
  margin: auto;
  padding: 13px 0;
}
:not(.aXNw)
  .pricebook-providers-view
  .category-accordion
  .category-accordion-content
  .category-accordion-card-list
  .category-accordion-card
  .category-image {
  height: 103px;
  max-width: 100% !important;
  padding: 0;
}
:not(.aXNw)
  .pricebook-providers-view
  .category-accordion
  .category-accordion-content
  .category-accordion-card-list
  .category-accordion-card
  .view-categories-button {
  background-color: #ecf3fd;
  margin: 3px -5px -5px;
  font-weight: bold;
  color: #2270ee;
  padding: 5px;
  cursor: pointer;
}
:not(.aXNw) .pricebook-providers-view .icon-plus {
  cursor: pointer;
}
:not(.aXNw) .pricebook-summary-view .items-tabs {
  height: 40px;
  line-height: 40px;
  margin: -10px -10px 20px -10px;
}
:not(.aXNw) .pricebook-summary-view .items-tabs .tab {
  display: inline-block;
  padding: 0 20px;
}
:not(.aXNw) .pricebook-summary-view .items-tabs .tab:hover a,
:not(.aXNw) .pricebook-summary-view .items-tabs .tab.active a {
  padding-bottom: 8px;
  border-bottom: solid 2px #00c0e9;
}
:not(.aXNw) .pricebook-summary-view .items-tabs .tab a {
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}
:not(.aXNw) .pricebook-summary-view .items-tabs .tab a span {
  color: black;
}
:not(.aXNw) .pricebook-providers-fuzzy-mapping-result {
  width: 3000px;
}
:not(.aXNw) article.intacct-setting.view p.heading {
  font-weight: 600;
  margin-bottom: 8px;
}
:not(.aXNw) article.intacct-setting.view p.value {
  color: #7f8fa4;
}
:not(.aXNw) article.intacct-setting.view .ui.tab {
  margin-top: 30px;
}
:not(.aXNw) article.intacct-setup .field,
:not(.aXNw) article.qbd-setup .field {
  margin-bottom: 20px !important;
}
:not(.aXNw) article.intacct-setup .card,
:not(.aXNw) article.qbd-setup .card {
  width: 100%;
}
:not(.aXNw) article.intacct-setup .card label,
:not(.aXNw) article.qbd-setup .card label {
  font-weight: 600;
  padding-left: 2.5em !important;
}
:not(.aXNw) article.intacct-setup .card .text,
:not(.aXNw) article.qbd-setup .card .text {
  color: #7f8fa4;
  display: block;
  margin-top: 8px;
  margin-bottom: 5px;
}
:not(.aXNw) article.intacct-setup.configuration .toggle label,
:not(.aXNw) article.qbd-setup.configuration .toggle label {
  font-weight: 600;
  padding-left: 5em !important;
}
:not(.aXNw) article.intacct-setup.configuration span.text,
:not(.aXNw) article.qbd-setup.configuration span.text {
  color: #7f8fa4;
  display: block;
  margin-top: 8px;
  margin-bottom: 5px;
}
:not(.aXNw) article.intacct-setup.review .text,
:not(.aXNw) article.qbd-setup.review .text {
  font-size: 14px;
  color: #7f8fa4;
}
:not(.aXNw) article.intacct-setup.review td,
:not(.aXNw) article.qbd-setup.review td {
  padding: 12px 8px;
}
:not(.aXNw) .show-validation-on-hover:hover + .validation-message {
  display: inherit;
}
:not(.aXNw) .show-validation-on-hover + .validation-message {
  display: none;
}
:not(.aXNw) .intacct-dropdown .select2-results {
  overflow-y: hidden;
}
:not(.aXNw) .intacct-dropdown .select2-results > li > div {
  background-color: #f5f5f5;
}
:not(.aXNw) .intacct-dropdown .select2-results > li > ul {
  max-height: 160px;
  overflow-y: auto;
}
:not(.aXNw) .pricebook-price-editor {
  position: sticky;
  top: 50px;
}
:not(.aXNw) .pricebook-export-warning {
  max-width: 500px;
  margin-left: 180px !important;
}
:not(.aXNw) .st-form-links {
  padding: 5px;
}
:not(.aXNw) .edit-timeslots-settings .form-horizontal .control-label {
  width: 210px;
}
:not(.aXNw) .edit-timeslots-settings .form-horizontal .controls {
  margin-left: 230px;
}
:not(.aXNw) .edit-timeslots-settings .form-horizontal .form-actions {
  padding-left: 230px;
}
:not(.aXNw) .popover-table-item:hover + span.pop-over-container {
  opacity: 0.85;
  transition: all 0.1s ease 0.5s;
  visibility: visible;
}
:not(.aXNw) .popover-table-item + span.pop-over-container {
  background-color: #000;
  color: #fff;
  position: absolute;
  padding: 1px 5px 2px 5px;
  margin-left: 10px;
  opacity: 0;
  border: 1px solid #111111;
  z-index: 99999;
  max-width: 150px;
  visibility: hidden;
  border-radius: 2px;
  display: inline-block;
  margin-top: -10px;
  font-size: 11px;
}
:not(.aXNw) span.pop-over-container::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #000;
  left: 0;
  top: 50%;
  transform: translateY(-50%) translateX(-50%) rotate(45deg);
  z-index: -1;
}
:not(.aXNw) .popover-table-item {
  position: relative;
  float: left;
}
:not(.aXNw) .outlined-button {
  background: transparent !important;
  border: 1px solid #444445 !important;
  font-weight: 600 !important;
}
:not(.aXNw) .gl-account-isdegault-cell {
  min-width: 80px !important;
}
:not(.aXNw)
  .edit-equipment-view
  .capacity-level-select
  .input-validation-error {
  border-color: #ffc40d;
  color: #333;
}
:not(.aXNw) .edit-equipment-view .capacity-level-select .validation-message {
  color: #000;
  background: #ffc40d;
}
:not(.aXNw)
  .edit-equipment-view
  .capacity-level-select
  .validation-message:after {
  border-right-color: #ffc40d;
}
:not(.aXNw) .custom-fields {
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
:not(.aXNw) .customfields-tooltip {
  position: absolute;
  opacity: 1;
  box-shadow: 0px 8px 24px rgba(20, 20, 20, 0.101961);
  width: 192px;
  background-color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 16px;
  overflow-wrap: break-word;
  transition: opacity 0.3s;
}

:not(.aXNw) article.settings .view.financing-loans-settings h1 {
  font-family: Gotham, Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #4a4a4a;
}
:not(.aXNw)
  article.settings
  .view.financing-loans-settings
  :not(.financing-rules p)
  p {
  font-family: Gotham, Arial, sans-serif;
}
:not(.aXNw) article.settings .view.financing-loans-settings .checkbox > label {
  padding: 0;
}
:not(.aXNw)
  article.settings
  .view.financing-loans-settings
  .checkbox
  > label
  > input[type="checkbox"] {
  display: none;
}
:not(.aXNw)
  article.settings
  .view.financing-loans-settings
  .checkbox
  > label
  > input[type="checkbox"]:checked
  + span {
  background-image: url(/scripts/build/desktop-legacy/233867dd36020097b3e3fc3fee020370.png);
}
:not(.aXNw)
  article.settings
  .view.financing-loans-settings
  .checkbox
  > label
  > span {
  padding-left: 27px;
  display: inline-block;
  min-height: 18px;
  background-image: url(/scripts/build/desktop-legacy/3f90fbb5fb88fefa31440f71dbd596b6.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  font-family: Gotham, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #4a4a4a;
}
:not(.aXNw) article.settings .view.financing-loans-settings .btn {
  padding: 6px 44px;
  font-family: Gotham, Arial, sans-serif;
  font-size: 14px;
  border-radius: 0;
  border: none;
  text-transform: uppercase;
  background: none;
  color: #9b9b9b;
  box-shadow: none;
  text-shadow: none;
}
:not(.aXNw) article.settings .view.financing-loans-settings .btn.btn-success {
  background-color: #00cbeb;
  color: #fff;
}
:not(.aXNw)
  article.settings
  .view.financing-loans-settings
  #remaining-spend-container {
  margin-top: 15px;
}
:not(.aXNw)
  article.settings
  .view.financing-loans-settings
  #remaining-spend-container
  label {
  padding-left: 70px;
}
:not(.aXNw)
  article.settings
  .view.financing-loans-settings
  #estimated-financing-container {
  margin-top: 15px;
}
:not(.aXNw)
  article.settings
  .view.financing-loans-settings
  #estimated-financing-container
  label {
  padding-left: 70px;
}
:not(.aXNw)
  article.settings
  .view.financing-loans-settings
  #show-servicefinance-online-estimate-container {
  margin-top: 15px;
}
:not(.aXNw)
  article.settings
  .view.financing-loans-settings
  #show-servicefinance-online-estimate-container
  label {
  padding-left: 70px;
}
:not(.aXNw)
  article.settings
  .view.financing-loans-settings
  .financing-loans-settings-plans {
  padding: 10px 0 0;
}
:not(.aXNw)
  article.settings
  .view.financing-loans-settings
  .financing-loans-settings-plans
  h2 {
  padding: 10px 0 8px 45px;
  font-family: Gotham, Arial, sans-serif;
  font-size: 16px;
  color: #4a4a4a;
  background-image: url("data:image/png;base64,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0p8zAAA/pWlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMTEgNzkuMTU4MzI1LCAyMDE1LzA5LzEwLTAxOjEwOjIwICAgICAgICAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIKICAgICAgICAgICAgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIKICAgICAgICAgICAgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiCiAgICAgICAgICAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIKICAgICAgICAgICAgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIgogICAgICAgICAgICB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOnRpZmY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vdGlmZi8xLjAvIgogICAgICAgICAgICB4bWxuczpleGlmPSJodHRwOi8vbnMuYWRvYmUuY29tL2V4aWYvMS4wLyI+CiAgICAgICAgIDx4bXBNTTpEb2N1bWVudElEPmFkb2JlOmRvY2lkOnBob3Rvc2hvcDoxODI5ZTFmMC0yNjU4LTExZTYtYjFlMS04Yzk1NzFhNDc3ZDc8L3htcE1NOkRvY3VtZW50SUQ+CiAgICAgICAgIDx4bXBNTTpJbnN0YW5jZUlEPnhtcC5paWQ6ZTNiZTRiNmQtMDMzNi04ZDQ2LWJhNmItYTYzNTdmYTdhOGRjPC94bXBNTTpJbnN0YW5jZUlEPgogICAgICAgICA8eG1wTU06T3JpZ2luYWxEb2N1bWVudElEPjAzMTA4NERGNkRGQjM2N0VDMUE3N0JCMDBBQzE1ODUzPC94bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ+CiAgICAgICAgIDx4bXBNTTpIaXN0b3J5PgogICAgICAgICAgICA8cmRmOlNlcT4KICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDphY3Rpb24+c2F2ZWQ8L3N0RXZ0OmFjdGlvbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0Omluc3RhbmNlSUQ+eG1wLmlpZDplMjdjOTMxNC00MTU3LTkxNGMtYjZmZi03YTFiOThiZjljYmI8L3N0RXZ0Omluc3RhbmNlSUQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDp3aGVuPjIwMTYtMDUtMzBUMTY6MTc6NDErMDU6MDA8L3N0RXZ0OndoZW4+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpzb2Z0d2FyZUFnZW50PkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE1IChXaW5kb3dzKTwvc3RFdnQ6c29mdHdhcmVBZ2VudD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmNoYW5nZWQ+Lzwvc3RFdnQ6Y2hhbmdlZD4KICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6YWN0aW9uPmNvbnZlcnRlZDwvc3RFdnQ6YWN0aW9uPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6cGFyYW1ldGVycz5mcm9tIGltYWdlL2pwZWcgdG8gaW1hZ2UvcG5nPC9zdEV2dDpwYXJhbWV0ZXJzPgogICAgICAgICAgICAgICA8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDphY3Rpb24+ZGVyaXZlZDwvc3RFdnQ6YWN0aW9uPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6cGFyYW1ldGVycz5jb252ZXJ0ZWQgZnJvbSBpbWFnZS9qcGVnIHRvIGltYWdlL3BuZzwvc3RFdnQ6cGFyYW1ldGVycz4KICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6YWN0aW9uPnNhdmVkPC9zdEV2dDphY3Rpb24+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDppbnN0YW5jZUlEPnhtcC5paWQ6ZTNiZTRiNmQtMDMzNi04ZDQ2LWJhNmItYTYzNTdmYTdhOGRjPC9zdEV2dDppbnN0YW5jZUlEPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6d2hlbj4yMDE2LTA1LTMwVDE2OjE3OjQxKzA1OjAwPC9zdEV2dDp3aGVuPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6c29mdHdhcmVBZ2VudD5BZG9iZSBQaG90b3Nob3AgQ0MgMjAxNSAoV2luZG93cyk8L3N0RXZ0OnNvZnR3YXJlQWdlbnQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpjaGFuZ2VkPi88L3N0RXZ0OmNoYW5nZWQ+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICA8L3JkZjpTZXE+CiAgICAgICAgIDwveG1wTU06SGlzdG9yeT4KICAgICAgICAgPHhtcE1NOkRlcml2ZWRGcm9tIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgPHN0UmVmOmluc3RhbmNlSUQ+eG1wLmlpZDplMjdjOTMxNC00MTU3LTkxNGMtYjZmZi03YTFiOThiZjljYmI8L3N0UmVmOmluc3RhbmNlSUQ+CiAgICAgICAgICAgIDxzdFJlZjpkb2N1bWVudElEPjAzMTA4NERGNkRGQjM2N0VDMUE3N0JCMDBBQzE1ODUzPC9zdFJlZjpkb2N1bWVudElEPgogICAgICAgICAgICA8c3RSZWY6b3JpZ2luYWxEb2N1bWVudElEPjAzMTA4NERGNkRGQjM2N0VDMUE3N0JCMDBBQzE1ODUzPC9zdFJlZjpvcmlnaW5hbERvY3VtZW50SUQ+CiAgICAgICAgIDwveG1wTU06RGVyaXZlZEZyb20+CiAgICAgICAgIDxkYzpmb3JtYXQ+aW1hZ2UvcG5nPC9kYzpmb3JtYXQ+CiAgICAgICAgIDxwaG90b3Nob3A6Q29sb3JNb2RlPjM8L3Bob3Rvc2hvcDpDb2xvck1vZGU+CiAgICAgICAgIDxwaG90b3Nob3A6SUNDUHJvZmlsZT5zUkdCIElFQzYxOTY2LTIuMTwvcGhvdG9zaG9wOklDQ1Byb2ZpbGU+CiAgICAgICAgIDx4bXA6Q3JlYXRlRGF0ZT4yMDE2LTA1LTMwVDE0OjIyOjI3KzA1OjAwPC94bXA6Q3JlYXRlRGF0ZT4KICAgICAgICAgPHhtcDpNb2RpZnlEYXRlPjIwMTYtMDUtMzBUMTY6MTc6NDErMDU6MDA8L3htcDpNb2RpZnlEYXRlPgogICAgICAgICA8eG1wOk1ldGFkYXRhRGF0ZT4yMDE2LTA1LTMwVDE2OjE3OjQxKzA1OjAwPC94bXA6TWV0YWRhdGFEYXRlPgogICAgICAgICA8eG1wOkNyZWF0b3JUb29sPkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE1IChXaW5kb3dzKTwveG1wOkNyZWF0b3JUb29sPgogICAgICAgICA8dGlmZjpJbWFnZVdpZHRoPjIwNDg8L3RpZmY6SW1hZ2VXaWR0aD4KICAgICAgICAgPHRpZmY6SW1hZ2VMZW5ndGg+MjYyNDwvdGlmZjpJbWFnZUxlbmd0aD4KICAgICAgICAgPHRpZmY6Qml0c1BlclNhbXBsZT4KICAgICAgICAgICAgPHJkZjpTZXE+CiAgICAgICAgICAgICAgIDxyZGY6bGk+ODwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPjg8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaT44PC9yZGY6bGk+CiAgICAgICAgICAgIDwvcmRmOlNlcT4KICAgICAgICAgPC90aWZmOkJpdHNQZXJTYW1wbGU+CiAgICAgICAgIDx0aWZmOlBob3RvbWV0cmljSW50ZXJwcmV0YXRpb24+MjwvdGlmZjpQaG90b21ldHJpY0ludGVycHJldGF0aW9uPgogICAgICAgICA8dGlmZjpPcmllbnRhdGlvbj4xPC90aWZmOk9yaWVudGF0aW9uPgogICAgICAgICA8dGlmZjpTYW1wbGVzUGVyUGl4ZWw+MzwvdGlmZjpTYW1wbGVzUGVyUGl4ZWw+CiAgICAgICAgIDx0aWZmOlhSZXNvbHV0aW9uPjcyMDAwMC8xMDAwMDwvdGlmZjpYUmVzb2x1dGlvbj4KICAgICAgICAgPHRpZmY6WVJlc29sdXRpb24+NzIwMDAwLzEwMDAwPC90aWZmOllSZXNvbHV0aW9uPgogICAgICAgICA8dGlmZjpSZXNvbHV0aW9uVW5pdD4yPC90aWZmOlJlc29sdXRpb25Vbml0PgogICAgICAgICA8ZXhpZjpFeGlmVmVyc2lvbj4wMjIxPC9leGlmOkV4aWZWZXJzaW9uPgogICAgICAgICA8ZXhpZjpDb2xvclNwYWNlPjE8L2V4aWY6Q29sb3JTcGFjZT4KICAgICAgICAgPGV4aWY6UGl4ZWxYRGltZW5zaW9uPjM1PC9leGlmOlBpeGVsWERpbWVuc2lvbj4KICAgICAgICAgPGV4aWY6UGl4ZWxZRGltZW5zaW9uPjMwPC9leGlmOlBpeGVsWURpbWVuc2lvbj4KICAgICAgPC9yZGY6RGVzY3JpcHRpb24+CiAgIDwvcmRmOlJERj4KPC94OnhtcG1ldGE+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg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");
  background-repeat: no-repeat;
  background-position: center left;
}
:not(.aXNw)
  article.settings
  .view.financing-loans-settings
  .financing-loans-settings-plans
  h2
  small {
  font-size: 14px;
}
:not(.aXNw)
  article.settings
  .view.financing-loans-settings
  .financing-loans-settings-plans
  table.table {
  margin: 4px 0 10px;
}
:not(.aXNw)
  article.settings
  .view.financing-loans-settings
  .financing-loans-settings-plans
  table.table
  thead {
  background-color: #f4f4f4;
  border-top: solid 2px #979797;
  border-bottom: solid 1px #d5d5d5;
}
:not(.aXNw)
  article.settings
  .view.financing-loans-settings
  .financing-loans-settings-plans
  table.table
  thead
  tr
  > th {
  font-family: Gotham, Arial, sans-serif;
  font-size: 12px;
  color: #4a4a4a;
  border-left: solid 0.8px #f4f4f4;
  border-right: solid 0.8px #f4f4f4;
  cursor: pointer;
}
:not(.aXNw)
  article.settings
  .view.financing-loans-settings
  .financing-loans-settings-plans
  table.table
  thead
  tr
  > th
  .icon-caret-down,
:not(.aXNw)
  article.settings
  .view.financing-loans-settings
  .financing-loans-settings-plans
  table.table
  thead
  tr
  > th
  .icon-caret-up {
  color: #9b9b9b;
}
:not(.aXNw)
  article.settings
  .view.financing-loans-settings
  .financing-loans-settings-plans
  table.table
  tbody
  tr
  > td {
  font-family: Gotham, Arial, sans-serif;
  font-size: 13px;
  color: #4a4a4a;
  background-color: #fff;
  border-top: none;
  border-left: solid 0.8px #d0d0d0;
  border-right: none;
  border-bottom: solid 0.8px #d0d0d0;
}
:not(.aXNw)
  article.settings
  .view.financing-loans-settings
  .financing-loans-settings-plans
  table.table
  tbody
  tr
  > td:last-child {
  border-right: solid 0.8px #d0d0d0;
}
:not(.aXNw)
  article.settings
  .view.financing-loans-settings
  .financing-loans-settings-plans
  table.table
  tbody
  tr
  > td
  > .checkbox {
  margin: 4px 0 0 2px;
  padding: 0;
}
:not(.aXNw)
  article.settings
  .view.financing-loans-settings
  .financing-loans-settings-plans
  table.table
  tbody
  tr.marked
  > td {
  background-color: #eefcfe;
}
:not(.aXNw)
  article.settings
  .view.financing-loans-settings
  .financing-loans-settings-plans
  table.table
  tfoot
  tr
  > td {
  padding-top: 10px;
  text-align: center;
}
:not(.aXNw)
  article.settings
  .view.financing-loans-settings
  .financing-loans-settings-plans
  table.table
  tfoot
  tr
  > td
  .btn {
  font-family: Gotham, Arial, sans-serif;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  color: #4a4a4a;
  background-image: none;
  background-color: transparent;
  border-radius: 0;
  border: none;
  box-shadow: none;
  text-shadow: none;
}
:not(.aXNw)
  article.settings
  .view.financing-loans-settings
  .financing-loans-settings-plans
  table.table
  tfoot
  tr
  > td
  .btn
  i {
  font-size: 24px;
}
:not(.aXNw)
  article.settings
  .view.financing-loans-settings
  .financing-loans-settings-plans
  table.table
  tfoot
  tr
  > td
  .btn:active,
:not(.aXNw)
  article.settings
  .view.financing-loans-settings
  .financing-loans-settings-plans
  table.table
  tfoot
  tr
  > td
  .btn:focus {
  outline: none;
}

:not(.aXNw) .select-input {
  position: relative;
  display: inline-block;
}
:not(.aXNw) .select-input select {
  height: 32px;
  -webkit-appearance: none;
  width: 100%;
  padding: 5px 20px 7px 25px;
  margin: 0 0 10px;
  line-height: normal;
}
:not(.aXNw) .select-input:after {
  content: "";
  position: absolute;
  right: 13px;
  top: 50%;
  margin-top: -7px;
  height: 0;
  width: 0;
  border-top: 4px solid #444;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  pointer-events: none;
}
:not(.aXNw) .clearfix {
  *zoom: 1;
}
:not(.aXNw) .clearfix:before,
:not(.aXNw) .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
:not(.aXNw) .clearfix:after {
  clear: both;
}
:not(.aXNw) .hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
:not(.aXNw) .input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
:not(.aXNw) .view.report.billing input[name="From"],
:not(.aXNw) .view.report.billing input[name="To"] {
  width: 100px;
}
:not(.aXNw)
  .view.report.billing
  .select2-container-multi
  .select2-choices
  .select2-search-choice {
  margin: 3px 0 3px 3px;
}
:not(.aXNw) .view.report.billing .select2-container-multi {
  width: 500px;
}
:not(.aXNw) .view.report.billing .select2-container-multi ul.select2-choices {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-color: #ccc;
  background-image: none;
}
:not(.aXNw)
  .view.report.billing
  .select2-container-multi
  ul.select2-choices
  .select2-search-field
  input {
  padding: 3px 5px 3px 5px;
}
:not(.aXNw) .billing-report-body {
  overflow-x: visible;
}
:not(.aXNw) .billing-report-body thead tr:first-child th {
  font-weight: bold;
}
:not(.aXNw) .billing-report-body thead tr:first-child th.billing,
:not(.aXNw) .billing-report-body thead tr:first-child th.users,
:not(.aXNw) .billing-report-body thead tr:first-child th.technicians,
:not(.aXNw) .billing-report-body thead tr:first-child th.phone-numbers,
:not(.aXNw) .billing-report-body thead tr:first-child th.inbound,
:not(.aXNw) .billing-report-body thead tr:first-child th.outbound,
:not(.aXNw) .billing-report-body thead tr:first-child th.sms,
:not(.aXNw) .billing-report-body thead tr:first-child th.totals {
  text-align: center;
}
:not(.aXNw) .billing-report-body thead tr + tr th {
  padding-top: 0;
}
:not(.aXNw) .billing-report-body tr.hover {
  background-color: rgba(0, 192, 255, 0.15);
}
:not(.aXNw) .billing-report-body tr.selected {
  background-color: rgba(0, 0, 0, 0.1);
}
:not(.aXNw) .billing-report-body tr.selected a {
  color: #00b7d2;
}
:not(.aXNw) .billing-report-body td,
:not(.aXNw) .billing-report-body th {
  color: #000;
  white-space: nowrap;
}
:not(.aXNw) .billing-report-body .tenant {
  background-color: rgba(255, 255, 255, 0.2);
}
:not(.aXNw) .billing-report-body .billing {
  background-color: rgba(0, 0, 0, 0.1);
}
:not(.aXNw) .billing-report-body .users {
  background-color: rgba(0, 0, 0, 0.2);
}
:not(.aXNw) .billing-report-body .technicians {
  background-color: rgba(13, 130, 130, 0.2);
}
:not(.aXNw) .billing-report-body .users-revenue {
  background-color: rgba(13, 130, 130, 0.4);
}
:not(.aXNw) .billing-report-body .phone-numbers {
  background-color: rgba(25, 180, 0, 0.2);
}
:not(.aXNw) .billing-report-body .inbound {
  background-color: rgba(255, 180, 0, 0.2);
}
:not(.aXNw) .billing-report-body .outbound {
  background-color: rgba(255, 64, 64, 0.2);
}
:not(.aXNw) .billing-report-body .sms {
  background-color: rgba(0, 64, 255, 0.2);
}
:not(.aXNw) .billing-report-body .totals {
  background-color: rgba(0, 255, 64, 0.2);
}
:not(.aXNw) .billing-report-body .sales {
  background-color: rgba(120, 0, 255, 0.2);
}
:not(.aXNw) .billing-report-body th.sales,
:not(.aXNw) .billing-report-body th.users-revenue {
  vertical-align: top;
}
:not(.aXNw) .billing-report-body .users-revenue,
:not(.aXNw) .billing-report-body .balance,
:not(.aXNw) .billing-report-body .users,
:not(.aXNw) .billing-report-body .technicians,
:not(.aXNw) .billing-report-body .phone-numbers,
:not(.aXNw) .billing-report-body .inbound,
:not(.aXNw) .billing-report-body .outbound,
:not(.aXNw) .billing-report-body .sms,
:not(.aXNw) .billing-report-body .totals,
:not(.aXNw) .billing-report-body .sales {
  text-align: right;
}
:not(.aXNw) .billing-report-body tfoot td {
  font-weight: bold;
}
:not(.aXNw) .view.reports .report-navbar section {
  margin-bottom: 20px;
}
:not(.aXNw) .view.reports .report-navbar label {
  margin: 0;
  font-size: 11px;
  color: #999;
}
:not(.aXNw) .view.reports .report-navbar .input-prepend {
  margin-bottom: 0;
}
:not(.aXNw) .view.reports .report-navbar .report-filter {
  width: 180px;
}
:not(.aXNw) .view.reports .report-navbar .affix {
  top: 20px;
  width: 230px;
}
:not(.aXNw) .view.reports .report-navbar .scheduled-reports ul {
  max-height: 180px;
  overflow: hidden;
}
:not(.aXNw) .view.reports .report-navbar .scheduled-reports a {
  display: block;
}
:not(.aXNw) .view.reports .report-contents h3 {
  display: inline;
}
:not(.aXNw) .view.reports .report-contents section {
  display: none;
}
:not(.aXNw) .view.reports .report-contents section.visible {
  display: block;
}
:not(.aXNw) .view.reports .report-section {
  display: none;
}
:not(.aXNw) .view.reports .report-section.visible {
  display: block;
}
:not(.aXNw) .view.reports .legacy-warning {
  background-color: #ffffff;
  border: 1px solid #dfe0e1;
  border-radius: 6px;
  padding: 16px;
}
:not(.aXNw) .view.reports .legacy-warning .message {
  font-size: 14px;
  line-height: 1.5;
  color: #737475;
  margin-bottom: 24px;
}
/* Reports */
:not(.aXNw) .report .company-address {
  font-size: 13px;
  margin-bottom: 20px;
}
:not(.aXNw) .report table {
  width: 100%;
}
:not(.aXNw) .report a.btn {
  max-height: 20px;
}
:not(.aXNw) .report .toolbar button {
  max-height: 30px;
}
:not(.aXNw) .report .toolbar form {
  margin-bottom: 0;
}
:not(.aXNw) .report .report-table-container {
  overflow-x: auto;
}
:not(.aXNw) .report .report-table-container-noscroll {
  overflow-x: visible;
  display: inline-block;
}
:not(.aXNw) .print-only {
  display: none;
}
@media screen {
  :not(.aXNw) .report .page-break {
    page-break-before: always;
    margin-top: 150px;
  }
}
@media print {
  :not(.aXNw) .print-only {
    display: initial;
  }
  :not(.aXNw) td.print-only,
  :not(.aXNw) th.print-only {
    display: table-cell;
  }
  :not(.aXNw) .report h1,
  :not(.aXNw) .report h2,
  :not(.aXNw) .report h3,
  :not(.aXNw) .report h4,
  :not(.aXNw) .report h5,
  :not(.aXNw) .report h6 {
    color: black !important;
  }
  :not(.aXNw) .report a,
  :not(.aXNw) .report th {
    color: #333 !important;
  }
  :not(.aXNw) .report table.grid {
    width: 100%;
  }
  :not(.aXNw) .report .page-break {
    page-break-before: always;
  }
  :not(.aXNw) .report-container {
    width: 100%;
  }
  :not(.aXNw) .scrollable-x {
    overflow-x: visible !important;
  }
  :not(.aXNw) .pdf-report select,
  :not(.aXNw) .pdf-report input {
    line-height: 20pt;
    max-height: 20pt;
    border: none;
    border-bottom: 1px solid #000;
    border-radius: 0;
    padding: 2px 10px;
  }
  :not(.aXNw) .pdf-report select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  :not(.aXNw) .pdf-report .control-group {
    margin: 0 10px;
  }
}
:not(.aXNw) .big-board-report-content {
  width: 100%;
}
:not(.aXNw) .big-board-report-content table {
  margin-left: auto;
  margin-right: auto;
}
:not(.aXNw) .big-board-report-content table tr:last-child {
  font-weight: bold;
}
:not(.aXNw) .live-board-report-content {
  width: 100%;
}
:not(.aXNw) .live-board-report-content table {
  margin-left: auto;
  margin-right: auto;
}
:not(.aXNw) .live-board-report-content table tr:last-child {
  font-weight: bold;
}
:not(.aXNw) .payroll-report .technician-name {
  margin-bottom: 20px;
}
:not(.aXNw) .payroll-report .page-break {
  page-break-before: always;
}
:not(.aXNw) .daily-huddle-report table {
  font-size: 15px;
}
:not(.aXNw) .daily-huddle-report table td,
:not(.aXNw) .daily-huddle-report table th {
  border-bottom: 1px solid #005000;
}
:not(.aXNw) .table-report table {
  font-size: 15px;
}
:not(.aXNw) .table-report table td,
:not(.aXNw) .table-report table th {
  border-bottom: 1px solid #005000;
}
:not(.aXNw) .table-report table thead th {
  font-weight: bold;
  color: #000;
}
:not(.aXNw) .table-report.pdf-row-fix tr {
  page-break-inside: avoid;
}
:not(.aXNw) .table-report.pdf-col-header-fix thead {
  display: table-row-group;
}
:not(.aXNw) .full-width-report-container {
  position: absolute;
  left: 15px;
  right: 15px;
}
:not(.aXNw) .full-width-report-container > * {
  margin: 0 auto;
}
:not(.aXNw) .full-width-report-container table.table-resizable {
  width: auto;
}
:not(.aXNw) .full-width-report-container table.table-resizable.well {
  border-collapse: separate;
}
@media print {
  :not(.aXNw) .full-width-report-container {
    position: relative;
    left: 0;
    right: 0;
  }
}
@media screen {
  :not(.aXNw) .full-width-report-container {
    margin-bottom: 50px;
  }
}
:not(.aXNw) .full-screen-report-container {
  padding: 10px 20px;
}
:not(.aXNw) .upcoming-jobs-report table {
  font-size: 15px;
}
:not(.aXNw) .upcoming-jobs-report table tr {
  page-break-inside: avoid;
}
:not(.aXNw) .upcoming-jobs-report table td,
:not(.aXNw) .upcoming-jobs-report table th {
  border-bottom: 1px solid #005000;
}
:not(.aXNw) .auto-refresh {
  margin: 0px 0px 2px 0px !important;
}
:not(.aXNw) .pending-export-report .select-input {
  width: 244px;
}
:not(.aXNw) .pending-export-report .export-header {
  white-space: nowrap;
  margin-bottom: 0px;
}
:not(.aXNw) .pending-export-report .export-header input {
  margin: 0px;
}
:not(.aXNw) .pending-export-report table td,
:not(.aXNw) .pending-export-report table th {
  padding: 5px 2px;
  max-width: 188px;
}
:not(.aXNw) .pending-export-report table td.break-words,
:not(.aXNw) .pending-export-report table th.break-words {
  word-wrap: break-word;
}
:not(.aXNw) .pending-export-report table td.white-spaces,
:not(.aXNw) .pending-export-report table th.white-spaces {
  white-space: pre-wrap;
}
:not(.aXNw) .select-input {
  width: 115px;
  margin-left: 0;
}
:not(.aXNw) .select-input-long {
  width: 170px;
}
:not(.aXNw) .list-input {
  width: 244px;
  margin: 0 0 0 20px;
}
:not(.aXNw) .list-input:after {
  margin-top: -2px;
}
:not(.aXNw) .recurring-service-report .select-input,
:not(.aXNw) .customer-by-equipment-age-report .select-input {
  width: 135px;
  margin-left: 0;
}
:not(.aXNw) .deposit-detail-report table.grid td {
  vertical-align: middle;
}
:not(.aXNw) .technician-timesheet-summary-report {
  width: 100%;
  background: white !important;
}
:not(.aXNw) table.short-cells-padding td,
:not(.aXNw) table.short-cells-padding th {
  padding: 5px;
}
:not(.aXNw) #PermitTrackingTable table.grid {
  border: 1px solid #ddd;
  border-collapse: separate;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
:not(.aXNw) .expandable-grid-container table.grid {
  padding: 10px;
  margin-bottom: 10px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-collapse: separate;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}
:not(.aXNw) .scrollable-x {
  overflow-x: scroll;
}
:not(.aXNw) .call-center-performance-summary-report {
  font-size: 11px;
}
:not(.aXNw) .job-detail-by-csr-report {
  font-size: 11px;
}
:not(.aXNw) .job-detail-by-csr-report table td,
:not(.aXNw) .job-detail-by-csr-report table th {
  border: none;
}
:not(.aXNw) .job-detail-by-csr-report table tr > th {
  vertical-align: bottom;
  font-weight: normal;
  color: #999999;
}
:not(.aXNw) .cross-sales-groups-report.table-report select,
:not(.aXNw) .cross-sales-groups-report.table-report input {
  width: 150px;
}
:not(.aXNw) .cross-sales-groups-report.table-report table thead {
  display: table-row-group;
  border-top: 1px solid #000;
  margin-top: 15px;
}
:not(.aXNw) .cross-sales-groups-report.table-report table td,
:not(.aXNw) .cross-sales-groups-report.table-report table th {
  border-bottom: 1px solid #000;
}
:not(.aXNw) .cross-sales-groups-report.table-report table th.no-border {
  border: none;
}
:not(.aXNw) .cross-sales-groups-report.table-report a {
  color: #000;
}
:not(.aXNw) .billing-invoice-print h1 {
  width: 100%;
  text-align: center;
  padding: 140px 0 40px;
}
:not(.aXNw) .billing-invoice-print .st-big-logo {
  position: absolute;
  padding-left: 5px;
}
:not(.aXNw) .billing-invoice-print .st-big-logo img {
  display: block;
  width: 160px;
  height: 108px;
}
:not(.aXNw) .billing-invoice-print .st-big-logo h5 {
  line-height: 16px;
  margin-bottom: 0px;
}
:not(.aXNw) .billing-invoice-print .st-big-logo p {
  line-height: 16px;
  font-size: 12px;
  margin-bottom: 0;
}
:not(.aXNw) .asv-big-board-report table.table.table-bordered {
  border-color: black;
}
:not(.aXNw) .asv-big-board-report table.table.table-bordered td,
:not(.aXNw) .asv-big-board-report table.table.table-bordered th {
  border-color: black;
}
:not(.aXNw) .asv-big-board-report th {
  color: black;
}
:not(.aXNw) .asv-big-board-report th.asv-indicator-top-group {
  background-color: #d9272e;
  text-align: center;
  color: white;
}
:not(.aXNw) .asv-big-board-report th.asv-performance-top-group {
  background-color: #0033a0;
  text-align: center;
  color: white;
}
:not(.aXNw) .asv-big-board-report th.asv-indicator-group {
  color: #d9272e;
  text-align: center;
}
:not(.aXNw) .asv-big-board-report th.asv-performance-group {
  color: #0033a0;
  text-align: center;
}
:not(.aXNw) .asv-big-board-report th.asv-indicator-item {
  color: #d9272e;
  white-space: nowrap;
}
:not(.aXNw) .asv-big-board-report th.asv-performance-item {
  color: #0033a0;
  white-space: nowrap;
}
:not(.aXNw) .asv-big-board-report td {
  white-space: nowrap;
  text-align: right;
}
:not(.aXNw) .asv-big-board-report td.asv-technician {
  white-space: normal;
  text-align: left;
}
:not(.aXNw) .asv-big-board-report tr.asv-totals td {
  font-weight: bold;
}
:not(.aXNw) .active-member-report .report-pager {
  text-align: center;
}
:not(.aXNw) .active-member-report .report-pager a span {
  padding: 2px 7px;
  color: #00b0ff;
  background: none;
}
:not(.aXNw) .active-member-report .report-pager a span.active {
  color: #fff;
  background-color: #00b0ff;
  border-radius: 10px;
}
:not(.aXNw) .williams-payroll-report {
  background: #fff;
  font-size: 18px;
}
:not(.aXNw) .williams-payroll-report h1 {
  font-size: 26px;
  margin-bottom: 18px;
}
:not(.aXNw) .williams-payroll-report h2 {
  font-size: 20px;
  margin-bottom: 18px;
}
:not(.aXNw) .williams-payroll-report .full-width-report-container {
  background: #fff;
  left: 0px;
  right: 0px;
  margin-bottom: 0px;
}
:not(.aXNw) .williams-payroll-report .timesheets-table {
  width: auto;
}
:not(.aXNw) .williams-payroll-report .timesheets-table th {
  padding-right: 80px;
}
/* Styles for Reports 2.0 - Common */
:not(.aXNw) .custom-report .custom-report-settings-tab {
  padding-right: 25px;
  padding-left: 25px;
  cursor: pointer;
  margin-right: 30px;
}
:not(.aXNw) .custom-report .custom-report-settings-tab.active,
:not(.aXNw) .custom-report .custom-report-settings-tab:hover {
  box-shadow: inset 0px -3px 0px 0px #00c0e9;
}
:not(.aXNw) .custom-report header .header {
  margin: 5px 0px !important;
}
:not(.aXNw) .custom-report .k-old-grid .k-old-header .ui.button {
  color: #00b0ff;
}
:not(.aXNw) .custom-report .k-old-grid.no-grouping .k-old-grouping-header {
  display: none;
}
:not(.aXNw) .custom-report form.inlined-form {
  display: inline;
}
:not(.aXNw) .custom-report-grid.k-old-grid {
  width: 100%;
}
:not(.aXNw) .custom-report-grid.k-old-grid table {
  background-color: #fff;
}
:not(.aXNw) .custom-report-grid.k-old-grid tr.k-old-detail-row,
:not(.aXNw) .custom-report-grid.k-old-grid tr.k-old-detail-row:hover {
  background-color: #00b0ff;
}
:not(.aXNw) .custom-report-grid.k-old-grid .inner-grid {
  margin-top: 4px;
  margin-bottom: 4px;
}
:not(.aXNw) .custom-report-grid.k-old-grid .inner-grid-label {
  font-weight: bold;
  color: white;
}
:not(.aXNw) .custom-report-grid.k-old-grid td.selectable-cell {
  cursor: pointer;
  text-decoration: underline;
}
:not(.aXNw)
  .custom-report-grid.k-old-grid
  td.selectable-cell.k-old-state-selected {
  cursor: pointer;
}
:not(.aXNw)
  .custom-report-grid.k-old-grid
  td.selectable-cell.k-old-state-selected:after {
  content: "\f054";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  float: right;
  margin-right: 5px;
}
:not(.aXNw)
  .custom-report-grid.k-old-grid
  td.selectable-cell.k-old-state-selected.expanded:after {
  content: "\f078";
}
:not(.aXNw) .custom-report-grid.k-old-grid td .cell-image {
  overflow: hidden;
  border-radius: 100px;
  display: inline-table;
  text-align: center;
  width: 31px;
  height: 31px;
  border: 2px solid #eee;
}
:not(.aXNw) .custom-report-grid.k-old-grid td .cell-image-content {
  padding-left: 6px;
  vertical-align: inherit;
  display: inline;
}
:not(.aXNw) .custom-report-grid.k-old-grid .k-old-hierarchy-col {
  width: 0px;
}
:not(.aXNw) .custom-report-grid.k-old-grid .k-old-hierarchy-cell,
:not(.aXNw)
  .custom-report-grid.k-old-grid
  th.k-old-header.k-old-hierarchy-cell {
  width: 0px;
  padding: 0px;
  font-size: 0;
}
:not(.aXNw) .custom-report-grid.k-old-grid .k-old-hierarchy-cell a,
:not(.aXNw)
  .custom-report-grid.k-old-grid
  th.k-old-header.k-old-hierarchy-cell
  a {
  display: none;
}
:not(.aXNw) .custom-report-grid.k-old-grid .k-old-grid-filter {
  float: none;
  margin: 0;
  padding: 0.4em;
}
:not(.aXNw)
  .custom-report-grid.k-old-grid
  .k-old-grid-header
  th:not(.k-old-hierarchy-cell).k-old-header {
  padding-left: 0.6em;
  border-top-width: 1px;
}
:not(.aXNw)
  .custom-report-grid.k-old-grid
  .k-old-grid-header
  th:not(.k-old-hierarchy-cell).k-old-header
  > .k-old-link {
  display: inline;
}
:not(.aXNw) .custom-report-grid.k-old-grid .k-old-grouping-header {
  border: none;
}
:not(.aXNw) .custom-report-grid.k-old-grid .k-old-grid-content {
  max-height: 440px;
}
:not(.aXNw) .custom-report-grid.k-old-grid tr.k-old-grouping-row td {
  width: 0px;
}
:not(.aXNw)
  .custom-report-grid.k-old-grid.has-revenue-warning
  .k-old-grid-content
  td[data-field="CompletedRevenue"] {
  background-color: salmon;
}
:not(.aXNw) .custom-report-grid.k-old-grid th.k-old-header.grid-dynamic-column {
  background-color: #fcf8e3;
}
:not(.aXNw)
  .k-old-pdf-export
  .custom-report-grid.k-old-grid
  .k-old-header
  .k-old-grid-filter,
:not(.aXNw) .k-old-pdf-export .custom-report-grid.k-old-grid .k-old-header i {
  display: none;
}
:not(.aXNw)
  .k-old-pdf-export
  .custom-report-grid.k-old-grid
  .k-old-grid-content {
  max-height: none;
  height: 440px;
}
/* Styles for Reports 2.0 Filters */
:not(.aXNw) .custom-filters-container {
  padding-bottom: 16px;
  color: #7f8fa4;
}
:not(.aXNw) .custom-filters-container .ui.checkbox label,
:not(.aXNw) .custom-filters-container .ui.checkbox + label,
:not(.aXNw) .custom-filters-container .ui.checkbox label:hover,
:not(.aXNw) .custom-filters-container .ui.checkbox + label:hover {
  color: #7f8fa4;
}
:not(.aXNw) .custom-filters-container .validation-message {
  left: 100%;
  white-space: nowrap;
}
:not(.aXNw) .custom-filters-container .ui.menu.secondary-filters {
  position: absolute;
  border-top: 2px solid #289df5;
  margin-top: 0;
  width: 100%;
  z-index: 950;
}
:not(.aXNw)
  .custom-filters-container
  .ui.menu.secondary-filters
  .secondary.menu {
  overflow-y: auto;
  max-height: 25rem;
  min-height: 13rem;
}
:not(.aXNw)
  .custom-filters-container
  .ui.menu.secondary-filters
  .secondary.menu
  .menu.transition {
  max-height: 9rem;
}
:not(.aXNw) .custom-report-filter {
  display: inline-block;
  margin-left: 26px;
  min-width: 260px;
  vertical-align: top;
  font-size: 16px;
}
:not(.aXNw) .custom-report-filter-label {
  padding: 6px 0px;
}
/* Styles for Reports 2.0 - Specialized Reports */
:not(.aXNw) .service-manager-report-footer {
  margin-top: 25px;
}
:not(.aXNw) .service-manager-report-footer table {
  width: 100%;
}
:not(.aXNw) .service-manager-report-header {
  margin-bottom: 25px;
}
:not(.aXNw) .service-manager-report-header table {
  width: 100%;
}
:not(.aXNw) .service-manager-report-header table td {
  width: 50%;
}
:not(.aXNw) #service-manager-report-grid .score {
  display: inline-block;
  padding: 2px 8px;
  font-weight: bold;
  color: #fff;
  border-radius: 18px;
}
:not(.aXNw) #service-manager-report-grid .score.s-none {
  background-color: #cccccc;
}
:not(.aXNw) #service-manager-report-grid .score.s-low {
  background-color: #d8002b;
}
:not(.aXNw) #service-manager-report-grid .score.s-mid {
  background-color: #f0ad4e;
}
:not(.aXNw) #service-manager-report-grid .score.s-high {
  background-color: #40a700;
}
:not(.aXNw) #dmr-report-grid .delta.negative {
  color: #f00;
}
:not(.aXNw) #dmr-report-grid table#gmr-report-bottom-panel {
  border: 1px solid #e6e6e6;
  border-collapse: collapse;
}
:not(.aXNw) #dmr-report-grid table#gmr-report-bottom-panel th {
  background-color: #f2f2f2;
  border-left: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  color: #444444;
  font-weight: bold;
}
:not(.aXNw) #dmr-report-grid .k-old-grid-content {
  max-height: 520px;
}
:not(.aXNw) #dmr-report-grid.has-report-bottom-panel .k-old-grid-content {
  max-height: 440px;
}
:not(.aXNw) .k-old-pdf-export #dmr-report-grid.k-old-grid .k-old-grid-content {
  max-height: none;
}
:not(.aXNw) #gmrs-report-summary {
  border-right: 1px solid #e6e6e6;
}
:not(.aXNw) #gmrs-report-summary th,
:not(.aXNw) #gmrs-report-summary td {
  border-style: solid;
  border-width: 0 0 1px 1px;
}
:not(.aXNw) #gmrs-report-summary th {
  font-weight: bold;
  white-space: normal;
}
:not(.aXNw) h5.gmrs-kpi-summary-header {
  outline: 1px solid #e6e6e6;
  background-color: #f2f2f2;
  text-align: center;
  padding: 10px;
  margin: 10px 0 0;
}
:not(.aXNw) .booking-targets-report-grid {
  font-size: 13px;
}
:not(.aXNw) .booking-targets-report-grid .zero-diff {
  background-color: #e6e6e6;
}
:not(.aXNw) #manpower-call-count-report-grid th:not([rowspan="3"]) {
  white-space: normal;
  word-wrap: normal;
}
:not(.aXNw) div.custom-report-payroll-update .progress {
  margin-top: 8px;
  margin-left: 10px;
}
:not(.aXNw) div.custom-report-payroll-update .alert {
  margin-left: 10px;
}
:not(.aXNw) div.custom-report-payroll-update div {
  display: inline-block;
  vertical-align: top;
}
:not(.aXNw) div.custom-report-payroll-update div p {
  color: black;
}
:not(.aXNw) .edit-dashboard-settings .no-bu-mappind-warning {
  background-color: #fff9e2;
  font-family: Nunito Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  display: flex;
}
:not(.aXNw) .edit-dashboard-settings .warning-icon {
  flex: 1;
  margin-top: 16px;
  margin-right: -5px;
  margin-left: 15px;
}
:not(.aXNw) .edit-dashboard-settings .warning-text {
  flex: 2;
  flex-grow: 11;
  margin-top: 12px;
}

:not(.aXNw) .select-input {
  position: relative;
  display: inline-block;
}
:not(.aXNw) .select-input select {
  height: 32px;
  -webkit-appearance: none;
  width: 100%;
  padding: 5px 20px 7px 25px;
  margin: 0 0 10px;
  line-height: normal;
}
:not(.aXNw) .select-input:after {
  content: "";
  position: absolute;
  right: 13px;
  top: 50%;
  margin-top: -7px;
  height: 0;
  width: 0;
  border-top: 4px solid #444;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  pointer-events: none;
}
:not(.aXNw) .scheduled-report-view input[name="NextDate"] {
  width: 85px;
}
:not(.aXNw) .scheduled-report-view input[name="NextTime"] {
  width: 80px;
}
:not(.aXNw) .scheduled-report-view select {
  width: 242px;
}
:not(.aXNw) .scheduled-report-view .select2-container {
  min-width: 242px;
}
:not(.aXNw) .scheduled-report-view .validation-message {
  white-space: pre-wrap;
}

:not(.aXNw) .clearfix {
  *zoom: 1;
}
:not(.aXNw) .clearfix:before,
:not(.aXNw) .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
:not(.aXNw) .clearfix:after {
  clear: both;
}
:not(.aXNw) .hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
:not(.aXNw) .input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
:not(.aXNw) .uv-icon {
  display: none !important;
}
:not(.aXNw) .help-view h1 {
  margin-top: 20px;
  margin-bottom: 50px;
}
:not(.aXNw) .help-view .help-options .help-option {
  text-align: center;
}
:not(.aXNw) .help-view .help-options .help-option .help-option-header {
  font-size: 18px;
  margin-bottom: 20px;
}
:not(.aXNw) .help-view .help-options .help-option .help-option-header i {
  display: block;
  font-size: 48px;
  margin-bottom: 20px;
}
:not(.aXNw) .help-view .help-options .help-option p {
  margin-bottom: 20px;
}
:not(.aXNw) .help-view .help-options .help-option .dropdown-menu {
  text-align: left;
}
:not(.aXNw) #salesforce-live-agent {
  display: none;
  z-index: 1100;
}
:not(.aXNw) #salesforce-live-agent.draggable {
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.35);
  position: fixed !important;
  bottom: 20px;
  right: 20px;
  height: 450px;
  width: 350px;
  margin: 4px;
  min-height: 50px;
  min-width: 200px;
  padding-top: 1.35em;
}
:not(.aXNw) #salesforce-live-agent .drag-bar,
:not(.aXNw) #salesforce-live-agent .button {
  height: 1.35em;
  color: #fff;
}
:not(.aXNw) #salesforce-live-agent.minimized {
  height: 0 !important;
  min-height: 0;
  width: 200px !important;
}
:not(.aXNw) #salesforce-live-agent.minimized .ui-resizable-handle {
  display: none;
}
:not(.aXNw) #salesforce-live-agent.transitions-on {
  transition:
    width 0.2s ease,
    height 0.2s ease;
}
:not(.aXNw) #salesforce-live-agent .drag-bar {
  background-color: #17aad1;
  position: absolute;
  top: 0;
  cursor: move;
  line-height: 16px;
  width: 100%;
  font-weight: bold;
}
:not(.aXNw) #salesforce-live-agent .drag-bar span {
  font-size: 12px;
  margin: 0 10px;
}
:not(.aXNw) #salesforce-live-agent .resizable {
  height: 100%;
  width: 100%;
}
:not(.aXNw) #salesforce-live-agent .sf-chat {
  height: 100%;
  width: 100%;
  background-color: #fff;
  border: none;
}
:not(.aXNw) #salesforce-live-agent .button {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 0;
  width: 3.5em;
  text-align: center;
  cursor: pointer;
  line-height: 14px;
}
:not(.aXNw) #salesforce-live-agent .button:hover {
  background-color: rgba(0, 0, 0, 0.1);
  border-left: 1px solid transparent;
}
:not(.aXNw) #salesforce-live-agent .button i {
  font-style: normal;
  font-size: 18px;
}
:not(.aXNw) #salesforce-live-agent .maxi-chat,
:not(.aXNw) #salesforce-live-agent .mini-chat {
  right: 0em;
}
:not(.aXNw) #salesforce-live-agent .maxi-chat i,
:not(.aXNw) #salesforce-live-agent .mini-chat i {
  font-size: 16px;
  letter-spacing: -0.1em;
  position: relative;
  top: 1px;
}
:not(.aXNw) #salesforce-live-agent .close-chat {
  display: none;
}
:not(.aXNw) #salesforce-live-agent .iframe-overlay {
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  z-index: 100;
}
:not(.aXNw) #salesforce-live-agent .ui-resizable-se {
  width: 16px;
  height: 16px;
}

:not(.aXNw) .clearfix {
  *zoom: 1;
}
:not(.aXNw) .clearfix:before,
:not(.aXNw) .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
:not(.aXNw) .clearfix:after {
  clear: both;
}
:not(.aXNw) .hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
:not(.aXNw) .input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
:not(.aXNw) .alerts-form .field input[type="text"],
:not(.aXNw) .alerts-form .field input[type="hidden"],
:not(.aXNw) .alerts-form .field select {
  width: 350px;
}
:not(.aXNw) .alerts-form .field input[type="number"] {
  width: 335px;
}
:not(.aXNw) .alerts-form .field .multiselect {
  width: 350px;
}
:not(.aXNw) .alerts-form .field .select2-container {
  margin-bottom: 10px;
}
:not(.aXNw) .alerts-list .k-old-grid td {
  padding: 0.5em;
}
:not(.aXNw) .alerts-list .k-old-grid-header th.k-old-header {
  padding-left: 0.6em;
}

:not(.aXNw) .clearfix {
  *zoom: 1;
}
:not(.aXNw) .clearfix:before,
:not(.aXNw) .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
:not(.aXNw) .clearfix:after {
  clear: both;
}
:not(.aXNw) .hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
:not(.aXNw) .input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
:not(.aXNw) .job-timesheets-view,
:not(.aXNw) .timesheets-view,
:not(.aXNw) .timesheet-view {
  width: 1026px;
}
:not(.aXNw) .job-timesheets-view select,
:not(.aXNw) .timesheets-view select,
:not(.aXNw) .timesheet-view select {
  width: 110px;
}
:not(.aXNw) .job-timesheets-view input.date,
:not(.aXNw) .timesheets-view input.date,
:not(.aXNw) .timesheet-view input.date {
  width: 70px;
}
:not(.aXNw) .job-timesheets-view input.time,
:not(.aXNw) .timesheets-view input.time,
:not(.aXNw) .timesheet-view input.time {
  width: 62px;
}
:not(.aXNw) .job-timesheets-view table,
:not(.aXNw) .timesheets-view table,
:not(.aXNw) .timesheet-view table {
  margin-bottom: 10px;
}
:not(.aXNw) .job-timesheets-view table tbody td,
:not(.aXNw) .timesheets-view table tbody td,
:not(.aXNw) .timesheet-view table tbody td {
  vertical-align: middle;
}
:not(.aXNw) .job-timesheets-view table tbody td input,
:not(.aXNw) .timesheets-view table tbody td input,
:not(.aXNw) .timesheet-view table tbody td input,
:not(.aXNw) .job-timesheets-view table tbody td select,
:not(.aXNw) .timesheets-view table tbody td select,
:not(.aXNw) .timesheet-view table tbody td select {
  margin-bottom: 0;
}
:not(.aXNw) .job-timesheets-view .timesheet,
:not(.aXNw) .timesheets-view .timesheet,
:not(.aXNw) .timesheet-view .timesheet {
  margin-bottom: 16px;
}
:not(.aXNw) .job-timesheets-view .date-control,
:not(.aXNw) .timesheets-view .date-control,
:not(.aXNw) .timesheet-view .date-control {
  min-width: 120px;
}
:not(.aXNw) .job-timesheets-view .editable-date-control,
:not(.aXNw) .timesheets-view .editable-date-control,
:not(.aXNw) .timesheet-view .editable-date-control {
  min-width: 170px;
}
:not(.aXNw) #Appointment-list .appointment-text {
  margin: 0 !important;
}
:not(.aXNw) #Appointment-list .date-time-wrapper {
  display: flex;
}
:not(.aXNw) #Appointment-list .date-time-wrapper span {
  padding-top: 8px;
  margin-right: 8px;
}
:not(.aXNw) #Appointment-list .date-time-wrapper .date-time-block {
  display: flex;
  flex-direction: column;
  line-height: 1.6;
}
:not(.aXNw)
  #Appointment-list
  li:not(.k-old-state-selected)
  .date-time-wrapper
  .time {
  color: #737475 !important;
}

:not(.aXNw) .clearfix {
  *zoom: 1;
}
:not(.aXNw) .clearfix:before,
:not(.aXNw) .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
:not(.aXNw) .clearfix:after {
  clear: both;
}
:not(.aXNw) .hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
:not(.aXNw) .input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
:not(.aXNw) .opportunity-view .opportunity-header {
  display: inline;
  margin-right: 10px;
}
:not(.aXNw) .opportunity-view .opportunity-whats-new {
  display: inline;
}
:not(.aXNw) .opportunity-view .opportunity-details {
  width: 100%;
}
:not(.aXNw)
  .opportunity-view
  .opportunity-details
  .template-opportunity-status {
  width: 100%;
  vertical-align: middle;
  white-space: nowrap;
}
:not(.aXNw)
  .opportunity-view
  .opportunity-details
  .template-opportunity-status
  label {
  float: right;
}
:not(.aXNw)
  .opportunity-view
  .opportunity-details
  .template-opportunity-status
  label
  .caret {
  margin-top: 10px;
  margin-left: 2px;
}
:not(.aXNw)
  .opportunity-view
  .opportunity-details
  .template-opportunity-status
  .dropdown-menu
  a {
  font-weight: normal;
}
:not(.aXNw)
  .opportunity-view
  .opportunity-details
  .template-opportunity-status
  .dropdown-menu
  .remove-template {
  color: #b94a48;
}
:not(.aXNw)
  .opportunity-view
  .opportunity-details
  .template-opportunity-status
  .dropdown-menu:before {
  content: "";
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  right: 38px;
}
:not(.aXNw)
  .opportunity-view
  .opportunity-details
  .template-opportunity-status
  .dropdown-menu:after {
  content: "";
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  top: -6px;
  right: 39px;
}
:not(.aXNw) .opportunity-view td.caption {
  padding-left: 0;
  white-space: nowrap;
  color: #999;
  font-weight: bold;
  text-align: right;
  width: 135px;
}
:not(.aXNw) .opportunity-view .job-caption {
  white-space: nowrap;
  vertical-align: middle;
}
:not(.aXNw) .opportunity-view .job-type {
  padding-bottom: 5px;
}
:not(.aXNw) .opportunity-view .job-completed-on {
  padding-top: 5px;
}
:not(.aXNw) .opportunity-view .attributes {
  margin-top: 20px;
  margin-left: 75px;
}
:not(.aXNw) .opportunity-view .attributes .value {
  font-weight: bold;
}
:not(.aXNw) .opportunity-view .attributes li {
  overflow: visible;
}
:not(.aXNw) .opportunity-view .attributes li a {
  color: #00cbe9;
}
:not(.aXNw) .opportunity-view .estimate {
  width: 100%;
}
:not(.aXNw) .opportunity-view .estimate tr {
  height: 36px;
  vertical-align: baseline;
}
:not(.aXNw) .opportunity-view .estimate tr:first-child {
  border-top: 1px solid #999;
}
:not(.aXNw) .opportunity-view .estimate tr.first-row {
  background-color: inherit;
  margin-top: 10px;
}
:not(.aXNw) .opportunity-view .estimate tr.last-row:not(:last-child) {
  border-bottom: 1px solid #999;
}
:not(.aXNw) .opportunity-view .estimate tr td {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  vertical-align: baseline;
}
:not(.aXNw) .opportunity-view .estimate tr td.btn-cell .btn {
  margin-top: 10px;
}
:not(.aXNw) .opportunity-view .estimate tr td > span,
:not(.aXNw) .opportunity-view .estimate tr td > a {
  vertical-align: baseline;
}
:not(.aXNw) .opportunity-view .estimate tr td:not(:first-child) {
  min-width: 200px;
  max-width: 400px;
}
:not(.aXNw) .opportunity-view .estimate tr td input[type="checkbox"] {
  vertical-align: top;
}
:not(.aXNw) .opportunity-view .estimate tr td .icon {
  margin-left: 6px;
}
:not(.aXNw) .opportunity-view .estimate tr td .btn-link {
  display: inline;
  margin: 0;
  margin-left: 6px;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  color: #999;
  text-decoration: none;
}
:not(.aXNw) .opportunity-view .estimate tr td .btn-link:hover {
  color: #000;
}
:not(.aXNw) .opportunity-view .estimate tr td .change-order-tag {
  display: inline-block;
}
:not(.aXNw) .opportunity-view .convert-view {
  margin: 10px;
}
:not(.aXNw) .opportunity-view hr {
  height: 3px;
  border: none;
  background-color: #999;
}
:not(.aXNw) .opportunity-view .follow-up .created-on,
:not(.aXNw) .opportunity-view .email .created-on,
:not(.aXNw) .opportunity-view .attachment .created-on {
  color: #999;
}
:not(.aXNw) .opportunity-view .follow-up a,
:not(.aXNw) .opportunity-view .email a,
:not(.aXNw) .opportunity-view .attachment a {
  padding-left: 10px;
}
:not(.aXNw) .opportunity-view .follow-up .collapse,
:not(.aXNw) .opportunity-view .email .collapse,
:not(.aXNw) .opportunity-view .attachment .collapse {
  cursor: pointer;
}
:not(.aXNw) .opportunity-view .follow-up .collapse:hover,
:not(.aXNw) .opportunity-view .email .collapse:hover,
:not(.aXNw) .opportunity-view .attachment .collapse:hover {
  text-decoration: underline;
}
:not(.aXNw) .opportunity-view .follow-up .collapse:after,
:not(.aXNw) .opportunity-view .email .collapse:after,
:not(.aXNw) .opportunity-view .attachment .collapse:after {
  font-family: "FontAwesome";
  content: "\f077";
  float: right;
}
:not(.aXNw) .opportunity-view .follow-up .collapse.in:after,
:not(.aXNw) .opportunity-view .email .collapse.in:after,
:not(.aXNw) .opportunity-view .attachment .collapse.in:after {
  content: "\f078";
}
:not(.aXNw) .opportunity-view #log-template {
  display: inline-block;
  margin-right: 200px;
}
:not(.aXNw) .opportunity-view .follow-up-editor {
  height: 110px;
}
:not(.aXNw)
  .opportunity-view
  .follow-up-editor
  textarea[name="FollowUpSummary"] {
  width: 450px;
  height: 60px;
}
:not(.aXNw) .opportunity-view .follow-up-editor .next-follow-up-date {
  float: right;
  margin-right: 200px;
}
:not(.aXNw) .select-exiting-jobs-dialog {
  margin-bottom: 50px;
}
:not(.aXNw) .select-exiting-jobs-dialog .toolbar {
  margin-top: 4px;
  display: flex;
  justify-content: flex-end;
}
:not(.aXNw) .select-exiting-jobs-dialog .selected-item {
  color: #00a2eb;
}
:not(.aXNw) .select-exiting-jobs-dialog .clear-selected-item {
  display: block;
  text-align: right;
  color: #00a2eb;
}
:not(.aXNw) .delete-estimate-container {
  display: inline-block;
  vertical-align: middle;
}

:not(.aXNw) .container-fluid-cht-view {
  padding-left: 0px;
  padding-right: 0px;
}
:not(.aXNw) .cht-view {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  font-family: "Nunito Sans", sans-serif;
  background-color: #fcfcfc;
}
:not(.aXNw) .cht-main {
  height: 100%;
  min-width: 1280px;
}
:not(.aXNw) .cht-conversations {
  border-left: 1px solid #dfe0e1;
  border-right: 1px solid #dfe0e1;
  display: flex;
  flex-flow: column;
  float: left;
  height: 100%;
  position: relative;
  width: 370px;
}
:not(.aXNw) .cht-view-menu-margin {
  position: absolute;
  margin-top: 15px;
}
:not(.aXNw) .cht-menu-container {
  position: relative;
}
:not(.aXNw) .cht-menu {
  position: fixed;
  left: 0px;
  z-index: 1;
  background-color: rgba(252, 252, 252, 0.96);
  padding: 15px 15px 15px 25px;
  border-radius: 0 10px 10px 0;
}
:not(.aXNw) .cht-menu-link {
  display: block;
  position: relative;
  box-sizing: border-box;
  padding: 10px 0 0;
  width: 55px;
  height: 55px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 1px 2px 17px 0 rgba(0, 0, 0, 0.07);
  margin-bottom: 25px;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  color: #7f8fa4;
}
:not(.aXNw) .cht-menu-link:last-child {
  margin-bottom: 0px;
}
:not(.aXNw) .cht-menu-link:hover {
  color: #7f8fa4;
}
:not(.aXNw) .cht-menu-link:focus {
  text-decoration: none;
}
:not(.aXNw) .cht-menu-link .fa {
  font-size: 22px;
  color: #2d414c;
}
:not(.aXNw) .cht-menu-link.selected {
  background-color: #2d414c;
  box-shadow: 1px 2px 17px 0 rgba(0, 0, 0, 0.07);
  color: #fafbfc;
}
:not(.aXNw) .cht-menu-link.selected .fa {
  color: #fff;
}
:not(.aXNw) .cht-menu-bubble {
  position: absolute;
  right: -9px;
  top: -9px;
  width: 24px;
  height: 24px;
  background-image: linear-gradient(to bottom, #ff7878, #ff4f4f);
  border-radius: 12px;
  font-weight: 600;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
:not(.aXNw) .cht-menu-text {
  margin-top: -4px;
}
:not(.aXNw) .cht-search-container {
  padding: 24px 20px;
  font-size: 16px;
}
:not(.aXNw) .cht-contacts {
  flex: 1 1 auto;
  background-color: #ffffff;
  overflow-y: scroll;
}
:not(.aXNw) .cht-contacts::-webkit-scrollbar {
  width: 0px;
}
:not(.aXNw) .cht-contact_loader {
  height: 75px;
}
:not(.aXNw) .cht-contact {
  box-sizing: border-box;
  padding: 12px 16px;
  border-bottom: 1px solid #dfe0e1;
  cursor: pointer;
  position: relative;
  font-size: 14px;
}
:not(.aXNw) .cht-contact:hover {
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
  z-index: 2;
}
:not(.aXNw) .cht-contact:hover .cht-contact-name,
:not(.aXNw) .cht-contact:hover .cht-contact-number {
  color: #00aaff;
}
:not(.aXNw) .cht-contact_replied {
  background-color: #f5f6f7;
  opacity: 0.6;
}
:not(.aXNw) .cht-contact_unread {
  border-left: 2px solid #3684f5;
  background-color: #f1f8ff;
}
:not(.aXNw) .cht-contact_unknown .cht-contact-name {
  color: #737475;
}
:not(.aXNw) .cht-contact-name {
  color: #141414;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-weight: 400;
  line-height: 150%;
  width: 160px;
}
:not(.aXNw) .cht-contact-number {
  color: #606162;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}
:not(.aXNw) .cht-contact-number_small {
  color: #737475;
  font-size: 14px;
}
:not(.aXNw) .cht-contact-title {
  max-width: 250px;
  display: inline-block;
}
:not(.aXNw) .cht-contact-action {
  position: absolute;
  top: 4px;
  right: 8px;
  color: #444445;
  font-weight: 400;
  font-size: 12px;
  text-align: right;
  line-height: 150%;
}
:not(.aXNw) .cht-contact-reply-icon {
  color: #1fbc70;
  font-size: 18px;
}
:not(.aXNw) .cht-contact-tags {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-top: 4px;
}
:not(.aXNw) .cht-contact-tag {
  border-radius: 3px;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  margin-right: 4px;
  padding: 2px 6px;
  line-height: 14px;
}
:not(.aXNw) .cht-contact-message {
  color: #141414;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-top: 4px;
  font-size: 14px;
  line-height: 150%;
  font-weight: 400;
}
:not(.aXNw) .cht-conversation-header {
  align-items: center;
  background-color: #ffffff;
  border-bottom: 1px solid #dee2e4;
  display: flex;
  flex-shrink: 0;
  font-size: 16px;
  padding: 6px 7px;
  text-align: center;
}
:not(.aXNw) .cht-conversation-header .chevron.large {
  font-size: 1.2em;
  width: 0.7em;
}
:not(.aXNw) .cht-back-button {
  color: #3684f5;
  cursor: pointer;
  font-size: 30px;
  left: 12px;
  position: absolute;
}
:not(.aXNw) .cht-conversation-title {
  color: #444;
  font-weight: 600;
  margin: 0 auto;
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  line-height: 18px;
}
:not(.aXNw) .ui.dropdown.Button.Button--xsmall.cht-action-menu-button {
  padding: 6px;
  position: absolute;
  right: 9px;
}
:not(.aXNw) .cht-action-icon {
  position: relative;
  top: 2px;
}
:not(.aXNw) .cht-conversation-close-confirmation {
  background-color: #fff4d1;
  color: #333333;
  font-size: 14px;
  font-weight: 600;
  line-height: 50px;
  padding: 0 10px;
}
:not(.aXNw) .cht-conversation-close-confirmation .cht-confirm-close-button {
  background-color: #f8ba00;
  border: none;
  color: #fff;
  float: right;
  height: 33px;
  margin: 7px 0;
  width: 103px;
}
:not(.aXNw) .cht-conversation-close-confirmation .icon {
  color: #f8ba00;
  font-size: 1.2em;
}
:not(.aXNw) .cht-conversation-control {
  border-top: solid 1px #dfe2e5;
  padding: 15px;
  box-sizing: border-box;
  background-color: #ededed;
  flex: 0 1 auto;
  font-size: 14px;
}
:not(.aXNw) .cht-conversation-control.warning {
  background-color: #f9f5e7;
}
:not(.aXNw) .cht-conversation-control form {
  margin: 0;
}
:not(.aXNw) .cht-conversation-control .icon {
  margin: 0;
}
:not(.aXNw) .cht-response-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
:not(.aXNw) .cht-response-container ::-webkit-scrollbar {
  display: none;
}
:not(.aXNw) .cht-response-container button.ui.button {
  height: 32px;
  margin: 0;
  padding: 0;
  width: 70px;
}
:not(.aXNw) .cht-response-container button.ui.button.blue {
  background-color: #3684f5;
}
:not(.aXNw) .cht-response-input {
  width: 260px;
  resize: none;
  box-sizing: border-box;
  height: 32px;
  padding: 4px;
  margin: 0;
  font-family: "Nunito Sans", sans-serif;
  line-height: 24px;
  font-size: 16px;
  color: #141414;
}
:not(.aXNw) .cht-typing-users {
  cursor: pointer;
}
:not(.aXNw) .cht-typing-users.warning {
  cursor: initial;
}
:not(.aXNw) .cht-conversation-icon {
  font-size: 18px;
}
:not(.aXNw) .cht-conversation-input_warning {
  background-color: #f9f5e7;
  border: solid 1px #f8ba00;
}
:not(.aXNw) .cht-conversation-messages {
  box-sizing: border-box;
  padding: 20px 0 0;
  background-color: #f0f3f8;
  overflow-y: scroll;
  flex: 1 1 auto;
}
:not(.aXNw) .cht-conversation-messages::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 5px;
}
:not(.aXNw) .cht-conversation-messages::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(200, 200, 200, 0.5);
}
:not(.aXNw) .cht-message-row {
  margin-bottom: 15px;
  padding: 0 10px;
}
:not(.aXNw) .cht-date-break {
  color: #94a2b5;
  font-size: 14px;
  text-align: center;
}
:not(.aXNw) .cht-message-bubble_out {
  text-align: right;
  margin-left: auto;
}
:not(.aXNw) .cht-message-bubble_out_error {
  position: relative;
  padding-right: 20px;
}
:not(.aXNw) .cht-message-resend {
  cursor: pointer;
  position: absolute;
  right: 0;
  bottom: 25px;
}
:not(.aXNw) .cht-message-resend i {
  font-size: 20px;
  color: #e63717;
  display: inline-block;
  transform: scaleX(-1) rotateZ(-60deg);
}
:not(.aXNw) .cht-message-status {
  font-size: 12px;
  color: #94a2b5;
  margin-top: 5px;
}
:not(.aXNw) .cht-message-status_error {
  color: #e63717;
}
:not(.aXNw) .cht-media_box {
  display: table;
  position: relative;
}
:not(.aXNw) .cht-message {
  position: relative;
  border-radius: 5px;
  max-width: 238px;
  overflow: hidden;
}
:not(.aXNw) .cht-message-last-type-icon {
  color: #777777;
}
:not(.aXNw) .cht-message_media {
  display: block;
  margin-top: 5px;
  max-width: 270px;
}
:not(.aXNw) .cht-message_media_image_wrapper {
  margin-left: auto;
  text-align: right;
  position: relative;
}
:not(.aXNw) .cht-media_video {
  width: auto;
  height: 200px;
  background-color: #000;
}
:not(.aXNw) .cht-message_media_loader {
  display: block;
  margin-top: 5px;
  width: 200px;
  height: 200px;
}
:not(.aXNw) .cht-message_media_play {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -24px;
  margin-top: -24px;
  width: 48px;
  height: 48px;
}
:not(.aXNw) .cht-message_media_download_link {
  position: absolute;
  top: 5px;
  right: 5px;
  color: gray;
  background-color: white;
  width: 20px;
  height: 20px;
  border-style: solid;
  border-width: 1px;
  border-radius: 3px;
  margin-left: 5px;
  margin-top: 5px;
  border-color: #cccccc;
}
@keyframes cht-message_media_loader_animation {
  to {
    transform: rotate(360deg);
  }
}
:not(.aXNw) .cht-message_media_loader_icon {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 50%;
  margin-top: -25%;
  margin-left: -25%;
  border-radius: 50%;
  border-top: 5px solid #07d;
  border-right: 5px solid transparent;
  animation: cht-message_media_loader_animation 0.6s linear infinite;
}
:not(.aXNw) .cht-message_media {
  display: block;
  margin-top: 5px;
  max-width: 270px;
}
:not(.aXNw) .cht-message_media_image {
  top: 0;
  max-width: 100%;
  max-height: 100%;
}
:not(.aXNw) .cht-message_text {
  padding: 8px 12px;
  font-size: 14px;
  word-wrap: break-word;
  display: inline-block;
}
:not(.aXNw) .cht-message-in {
  background-color: #fff;
  border: solid 1px #dfe3e9;
  color: #2d2e31;
}
:not(.aXNw) .cht-message-out {
  background-color: #3684f5;
  color: #fff;
  text-align: left;
  margin-left: auto;
}
:not(.aXNw) .cht-message-notification {
  background-color: #737475;
}
:not(.aXNw) .cht-message-out_scheduled {
  opacity: 0.5;
}
:not(.aXNw) .cht-message-out_error {
  background-color: #ffece9;
  border: 1px solid #ffb2a0;
  color: #e63717;
}
:not(.aXNw) .cht-details-header {
  border-bottom: 1px solid #dee2e4;
}
:not(.aXNw) .cht-details-container {
  height: 100%;
  overflow-y: scroll;
  box-sizing: border-box;
}
:not(.aXNw) .cht-no-chats-container-wrapper {
  height: 100%;
  overflow-y: scroll;
  box-sizing: border-box;
}
:not(.aXNw) .cht-no-chats-container {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 55%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}
:not(.aXNw) .cht-no-chats-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
}
:not(.aXNw) .cht-no-chats-text {
  width: 424px;
  font-size: 16px;
  line-height: 1.5;
}
:not(.aXNw) .cht-modal-tab-container {
  display: flex;
  width: 950px;
  margin: 0 0 0 24px;
}
:not(.aXNw) .cht-modal-tab {
  color: #9e9ea0;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  padding: 14px 0 13px;
  margin-right: 26px;
}
:not(.aXNw) .cht-modal-tab:hover,
:not(.aXNw) .cht-modal-tab.active {
  border-bottom: 2px solid #2270ee;
  color: #3684f5;
}
:not(.aXNw) .cht-details {
  padding: 24px;
  position: relative;
  min-width: 950px;
}
:not(.aXNw) .cht-details .job-detail-view {
  min-width: 1280px;
  margin: -30px -30px 0;
}
:not(.aXNw) .cht-details .right.floated.column {
  padding-right: 0 !important;
}
:not(.aXNw) .cht-details .ui.form {
  max-width: calc(100% + 24px);
}
:not(.aXNw) .cht-details .search .ui.form {
  max-width: calc(100% + 31px);
}
:not(.aXNw) .cht-message-loader {
  color: #94a2b5;
}
:not(.aXNw) .cht-media-nav {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #fff;
  font-size: 40px;
}
:not(.aXNw) .cht-media-nav_prev {
  left: 0;
}
:not(.aXNw) .cht-media-nav_next {
  right: 0;
}
:not(.aXNw) .chat-link {
  background-color: #3684f5;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  width: 18px;
  line-height: 18px;
}
:not(.aXNw) .chat-link i {
  line-height: 18px;
  font-size: 11px;
  color: #fff;
}
:not(.aXNw) .chat-link_empty {
  width: 18px;
  display: inline-block;
}
:not(.aXNw) ul.attributes .chat-link_empty {
  display: none;
}
:not(.aXNw) .chat-link:hover {
  color: #fff;
}
:not(.aXNw) .cht-state-tab-bar {
  display: flex;
  padding: 0px 20px;
  border: solid 1px #dfe0e1;
  border-width: 0px 0px 1px 0px;
  align-items: flex-end;
  background-color: #fcfcfc;
}
:not(.aXNw) .cht-state-tab {
  margin-bottom: -1px;
  padding: 5px 30px;
  border-bottom: solid 1px #dfe0e1;
  border-radius: 3px 3px 0 0;
  background-color: #fcfcfc;
  font-family: Nunito Sans;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #606162;
}
:not(.aXNw) .cht-state-tab.active {
  color: black;
  background-color: #fff;
  border-bottom: none;
  box-shadow:
    0 3px 0 #2270ee inset,
    -1px 0 0 #dfe0e1 inset,
    1px 0 0 #dfe0e1 inset;
}
:not(.aXNw) .cht-state-tab:hover:not(.active) {
  color: #2d2e31;
  background-color: rgba(20, 20, 20, 0.1);
}
:not(.aXNw) .cht-no-results-found {
  width: 100%;
  height: 100%;
  color: #606162;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
}

:not(.aXNw) .imt-view {
  min-width: 1260px;
  font-family:
    "wf_segoe-ui", "Segoe UI", "Lucida Sans", "Helvetica Neue", Helvetica,
    Arial, sans-serif;
}
:not(.aXNw) .imt-header {
  display: flex;
  align-items: center;
  height: 75px;
  padding: 0 30px;
}
:not(.aXNw) .imt-header-title {
  font-size: 20px;
  color: #232323;
}
:not(.aXNw) .imt-header-options {
  margin-left: auto;
  display: flex;
  justify-content: flex-end;
  /* Aligns items to the right */
  align-items: flex-start;
  /* Aligns items to the top */
}
:not(.aXNw) .imt-header-options .box {
  margin: 10px;
  /* Adds space between the boxes */
}
:not(.aXNw) .imt-header-options-btn {
  border-radius: 2px !important;
}
:not(.aXNw) .imt-status {
  display: flex;
  padding: 0 30px;
  border-top: 1px solid #efeff4;
  border-bottom: 1px solid #efeff4;
  background-color: #fff;
}
:not(.aXNw) .imt-status-item {
  font-size: 15px;
  color: #98a4b3;
  font-weight: 600;
  height: 57px;
  line-height: 57px;
  cursor: pointer;
  margin-right: 40px;
}
:not(.aXNw) .imt-status-item:hover,
:not(.aXNw) .imt-status-item_selected {
  font-weight: 600;
  color: #354052;
  border-bottom: 2px solid #2f83fc;
}
:not(.aXNw) .imt-menu {
  display: flex;
  align-items: center;
  padding: 0 30px;
  height: 80px;
  box-sizing: border-box;
  background-color: #f4f7f9;
}
:not(.aXNw) .imt-menu select,
:not(.aXNw) .imt-menu input {
  margin-bottom: 0px;
}
:not(.aXNw) .imt-menu-select {
  margin-right: 20px;
}
:not(.aXNw) .imt-menu-select .st-select {
  width: 130px !important;
}
:not(.aXNw) .imt-menu-select .st-select .btn {
  font-weight: 600;
  color: #354052;
}
:not(.aXNw) .imt-menu-select .bootstrap-select .dropdown-menu {
  box-sizing: unset !important;
}
:not(.aXNw) .imt-menu-select .imt-date-picker {
  display: inline-block;
  text-align: left;
  text-overflow: ellipsis;
}
:not(.aXNw) .imt-menu-select .imt-date-picker .BodyText {
  font-family:
    "wf_segoe-ui", "Segoe UI", "Lucida Sans", "Helvetica Neue", Helvetica,
    Arial, sans-serif !important;
  font-size: 13px !important;
  white-space: nowrap;
}
:not(.aXNw) .imt-menu-add {
  margin-left: auto;
}
:not(.aXNw) .imt-menu-add-button {
  width: 125px;
  padding: 9px 35px;
  border-radius: 2px;
  background-color: #2f83fc;
  font-size: 13px;
  font-weight: 600;
  color: #ffffff;
  border: 0px;
}
:not(.aXNw) .imt-menu-btn-export {
  width: 125px;
  padding: 9px 20px 9px 20px;
  border-radius: 2px;
  font-size: 13px;
  font-weight: 600;
  border: 0px;
}
:not(.aXNw) .imt-grid table {
  table-layout: fixed;
}
:not(.aXNw) .imt-grid .k-old-hierarchy-cell {
  padding-left: 5px;
  padding-top: 5px;
}
:not(.aXNw) .imt-grid .k-old-hierarchy-cell :focus {
  outline: 0;
}
:not(.aXNw) .imt-grid .k-old-grid {
  border-color: #fcfcfc;
}
:not(.aXNw) .imt-grid .k-old-grid .k-old-detail-row .k-old-grid-header {
  height: 0;
  border-bottom-width: 0;
  display: none;
  overflow: hidden;
}
:not(.aXNw) .imt-grid .k-old-grid .k-old-detail-row .k-old-detail-cell {
  padding: 0;
}
:not(.aXNw) .imt-grid .k-old-grid .k-old-detail-row .k-old-hierarchy-cell {
  display: none;
}
:not(.aXNw) .imt-grid .k-old-grid .imt-grid-dot {
  position: relative;
}
:not(.aXNw) .imt-grid .k-old-grid .imt-grid-dot:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #4888e4;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  left: -15px;
}
:not(.aXNw) .imt-grid .k-old-grid .imt-grid-dot-red:before {
  background-color: #ff6149;
}
:not(.aXNw) .imt-grid .k-old-grid .imt-grid-dot-green:before {
  background-color: green;
}
:not(.aXNw) .imt-grid .k-old-grid td {
  border: 0;
  max-width: 300px;
  padding-left: 0;
  padding-right: 10px;
}
:not(.aXNw) .imt-grid .k-old-grid td:nth-child(1),
:not(.aXNw) .imt-grid .k-old-grid td:nth-child(5),
:not(.aXNw) .imt-grid .k-old-grid td:nth-child(6) {
  white-space: nowrap;
}
:not(.aXNw) .imt-grid .k-old-grid td:nth-child(2) {
  overflow: visible;
}
:not(.aXNw) .imt-grid .k-old-grid td a {
  color: #2f83fc;
}
:not(.aXNw) .imt-grid .k-old-grid tr.k-old-master-row {
  height: 60px;
  background-color: #f9f9f9;
}
:not(.aXNw) .imt-grid .k-old-grid tr.k-old-master-row:hover {
  background-color: #ebf3fd;
}
:not(.aXNw) .imt-grid .k-old-grid tr.k-old-master-row.k-old-state-selected {
  box-shadow: none;
  -webkit-box-shadow: none;
  background-color: #ebf3fd;
  color: #444444;
}
:not(.aXNw)
  .imt-grid
  .k-old-grid
  tr.k-old-master-row.k-old-state-selected:hover
  td {
  background-color: #ebf3fd;
}
:not(.aXNw) .imt-grid .k-old-grid tr.k-old-master-row td {
  border-top: 1px solid #efeff4;
}
:not(.aXNw) .imt-grid .k-old-grid tr.k-old-detail-row tr {
  height: 60px;
  background-color: #fff;
}
:not(.aXNw) .imt-grid .k-old-grid tr.k-old-detail-row tr:hover {
  background-color: #ebf3fd;
}
:not(.aXNw) .imt-grid .k-old-grid tr.k-old-detail-row tr.k-old-state-selected {
  box-shadow: none;
  -webkit-box-shadow: none;
  background-color: #ebf3fd;
  color: #444444;
}
:not(.aXNw)
  .imt-grid
  .k-old-grid
  tr.k-old-detail-row
  tr.k-old-state-selected:hover
  td {
  background-color: #ebf3fd;
}
:not(.aXNw) .imt-grid .k-old-grid tr.k-old-detail-row tr td {
  border-top: 1px solid #efeff4;
}
:not(.aXNw) .imt-grid .k-old-grid-header tr {
  height: 64px;
}
:not(.aXNw) .imt-grid .k-old-grid-header tr th {
  padding-left: 0;
  padding-right: 10px;
}
:not(.aXNw) .imt-grid .k-old-grid-header .k-old-header {
  color: #354052;
  background: #fcfcfc;
  font-size: 13px;
  font-weight: 600;
  border: 0;
  vertical-align: middle;
}
:not(.aXNw)
  .imt-grid
  .k-old-grid-header
  .k-old-header:not(.k-old-sorted)
  .k-old-link:hover {
  position: relative;
}
:not(.aXNw)
  .imt-grid
  .k-old-grid-header
  .k-old-header:not(.k-old-sorted)
  .k-old-link:hover:after {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  margin-left: 7px;
  font: 16px/1 "WebComponentsIcons";
  content: "\e127";
}
:not(.aXNw) .imt-grid .k-old-grid-header .k-old-header .k-old-link {
  color: #354052;
}
:not(.aXNw) .imt-grid .k-old-grid-header .k-old-header .k-old-link:focus {
  text-decoration: none;
}
:not(.aXNw) .imt-grid colgroup .k-old-hierarchy-col {
  width: 33px;
}
:not(.aXNw) .imt-fields {
  display: flex;
}
:not(.aXNw) .imt-field {
  margin-bottom: 15px;
  flex: 1 1 100%;
  position: relative;
}
:not(.aXNw) .imt-field .validation-message {
  position: initial;
  display: inline;
  background-color: transparent;
  color: #b94a48;
  padding: 0;
  margin: 0;
}
:not(.aXNw) .imt-field .validation-message:after {
  content: none;
}
:not(.aXNw) .imt-label {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  margin-bottom: 3px;
}
:not(.aXNw) .imt-field.imt-field_narrow {
  flex-shrink: 1.13;
}
:not(.aXNw) .imt-field:not(:last-child) {
  margin-right: 20px;
}
:not(.aXNw) .imt-task-details-form {
  width: 100%;
}
:not(.aXNw) .imt-scrollable-container {
  overflow-y: auto;
  height: 100%;
}
:not(.aXNw) .imt-scrollable-container::-webkit-scrollbar {
  height: 6px;
  width: 4px;
  background: #f0f0f0;
}
:not(.aXNw) .imt-scrollable-container::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #c5c5ca;
}
:not(.aXNw) .imt-subtask-details-form {
  width: 100%;
  position: relative;
  margin-top: 20px;
}
:not(.aXNw) .imt-close-subtask-container {
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  top: -25px;
}
:not(.aXNw) .imt-close-subtask-label {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  color: #2f83fc;
  margin: 0 !important;
  padding: 0 !important;
}
:not(.aXNw) input[type="checkbox"].imt-close-subtask-checkbox {
  margin: 0 5px 0 0;
  height: 15px;
  width: 15px;
}
:not(.aXNw) .imt-input {
  box-sizing: border-box;
}
:not(.aXNw) input.imt-input,
:not(.aXNw) textarea.imt-input {
  width: 100%;
  height: auto;
  resize: none;
}
:not(.aXNw) input.imt-input,
:not(.aXNw) select.imt-input,
:not(.aXNw) textarea.imt-input {
  margin-bottom: 0;
}
:not(.aXNw) .imt-input .select2-input,
:not(.aXNw) select.imt-input,
:not(.aXNw) .imt-input.select2-container {
  width: 100%;
}
:not(.aXNw) .imt-description {
  margin-bottom: 15px;
  position: relative;
}
:not(.aXNw) .imt-description-container {
  overflow: auto;
  border-radius: 4px;
  border: solid 1px #ced0da;
  padding: 7px 0 9px;
}
:not(.aXNw) .imt-description-container.imt-description-container_disabled {
  background-color: #eee;
}
:not(.aXNw) .imt-flyout {
  z-index: 1000;
  position: fixed;
  right: 0;
  top: 0;
  background-color: #f9fafc;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.25);
  display: none;
  width: 624px;
  height: 100%;
}
:not(.aXNw) .imt-flyout-container {
  height: 100%;
  display: flex;
  flex-direction: column;
}
:not(.aXNw) .imt-disabled {
  opacity: 0.5;
  position: relative;
}
:not(.aXNw) .imt-disabled:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
}
:not(.aXNw) .imt-flyout_opened {
  display: block;
}
:not(.aXNw) .imt-flyout-warning-container {
  display: flex;
  background: #ffbfbf;
  padding: 5px 20px 7px 30px;
  color: #b94a48;
}
:not(.aXNw) .imt-flyout-warning-message {
  font-size: 14px;
}
:not(.aXNw) .imt-flyout-warning-action {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  color: #b94a48;
  padding: 0;
  position: relative;
}
:not(.aXNw) .imt-flyout-warning-action:after {
  content: "";
  position: absolute;
  width: 100%;
  border-bottom: #b94a48 1px dotted;
  left: 0;
  bottom: 2px;
}
:not(.aXNw) .imt-flyout-warning-action:hover {
  color: #b94a48;
  text-decoration: none;
}
:not(.aXNw) .imt-flyout-warning-action:focus {
  text-decoration: none;
  color: #b94a48;
}
:not(.aXNw) .imt-flyout-warning-close {
  width: 30px;
  flex: 0 0 30px;
  cursor: pointer;
  margin-left: auto;
  margin-top: -2px;
  font-size: 20px;
  text-align: center;
}
:not(.aXNw) .imt-flyout-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 20px 20px 30px;
  background-color: #f9fafc;
  color: #3c595a;
}
:not(.aXNw) .imt-flyout-title {
  font-size: 27px;
}
:not(.aXNw) .imt-flyout-close {
  height: 30px;
  width: 30px;
  text-align: center;
  cursor: pointer;
  font-size: 27px;
  font-weight: 600;
  opacity: 0.7;
}
:not(.aXNw) .imt-flyout-body {
  padding: 0 30px;
}
:not(.aXNw) .imt-flyout-body-white {
  border-top: solid 1px #d2d2d2;
  padding: 0 30px;
  background: #fff;
}
:not(.aXNw) .imt-flyout-flexible-height {
  flex: 1 1 auto;
  min-height: 100px;
  display: flex;
}
:not(.aXNw) .imt-flyout-footer {
  padding: 0 30px 0 30px;
  min-height: 70px;
  margin-top: auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background-color: #fdfefe;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
:not(.aXNw) .imt-flyout-cancel-button {
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 600;
  color: #808080;
  background-color: transparent;
  border: 0px;
}
:not(.aXNw) .imt-flyout-cancel-button:focus {
  outline: 0;
}
:not(.aXNw) .imt-flyout-cancel-button:hover {
  color: #808080;
}
:not(.aXNw) .imt-flyout-cancel-button[disabled] {
  color: #ced0da;
  cursor: not-allowed;
}
:not(.aXNw) .imt-flyout-back-button {
  font-size: 15px;
  font-weight: bold;
  margin-right: auto;
}
:not(.aXNw) .imt-flyout-back-button .fa-long-arrow-left {
  width: 15px;
  height: 15px;
  margin-right: 8px;
}
:not(.aXNw) .imt-flyout-back-button,
:not(.aXNw) .imt-flyout-back-button:hover {
  color: #2f83fc;
}
:not(.aXNw) .imt-flyout-save-button {
  padding: 10px 20px;
  border-radius: 2px;
  background-color: #2f83fc;
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
  border: 0px;
}
:not(.aXNw) .imt-flyout-save-button[disabled] {
  background-color: #ced0da;
  cursor: not-allowed;
}
:not(.aXNw) .imt-task-status-container {
  margin-left: auto;
  margin-right: 45px;
  font-size: 0;
}
:not(.aXNw) .imt-task-status {
  width: 90.5px;
  height: 38px;
  background-color: #ffffff;
  border: solid 1px #2f83fc;
  font-size: 14px;
  font-weight: 600;
  color: #2f83fc;
  text-transform: uppercase;
}
:not(.aXNw) .imt-task-status:first-child {
  border-radius: 2px 0 0 2px;
}
:not(.aXNw) .imt-task-status:last-child {
  border-radius: 0 2px 2px 0;
}
:not(.aXNw) .imt-task-status[disabled] {
  cursor: not-allowed;
}
:not(.aXNw) .imt-task-status_grayed {
  background-color: #eeeeee;
  border: solid 1px #cccccc;
  color: #7f8fa4;
}
:not(.aXNw) .imt-subtask-list-container {
  padding: 25px 0px 15px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
:not(.aXNw) .imt-subtask-list-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 0 0 auto;
  margin-bottom: 7px;
}
:not(.aXNw) .imt-subtask-list-title {
  font-size: 16px;
  font-weight: 600;
  color: #354052;
}
:not(.aXNw) .imt-subtask-list {
  margin-right: 15px;
  margin-left: -15px;
  padding-left: 15px;
}
:not(.aXNw) .imt-subtask-list-add-button {
  width: 35px;
  height: 35px;
  border-radius: 2px;
  background-color: #ffffff;
  border: solid 1px #1fbad6;
  font-size: 14px;
  color: #1fbad6;
}
:not(.aXNw) .imt-subtask-list-item {
  font-size: 13px;
  color: #354052;
  margin-bottom: 20px;
  margin-left: -15px;
  padding-left: 15px;
  max-width: 500px;
  position: relative;
  overflow-x: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
:not(.aXNw) .imt-subtask-list-item-link {
  color: #2f83fc;
  display: inline-block;
  font-weight: 600;
}
:not(.aXNw) .imt-subtask-list-item-link:focus {
  color: #2f83fc;
  text-decoration: none;
}
:not(.aXNw) .imt-subtask-list-item-not-viewed:before {
  content: "";
  position: absolute;
  top: 0;
  margin-top: 8px;
  left: 2px;
  display: block;
  border-radius: 4px;
  width: 5px;
  height: 5px;
  background-color: #4888e4;
}
:not(.aXNw) .imt-subtask-list-item-right-box {
  margin-left: 30px;
}
:not(.aXNw) .imt-subtask-list-item-right-box.closed {
  color: rgba(127, 127, 127, 0.5);
}
:not(.aXNw) .imt-subtask-list-item-left-box {
  float: left;
}
:not(.aXNw) .imt-subtask-list-item-due {
  font-weight: 600;
}
:not(.aXNw) .imt-subtask-list-item-name {
  font-weight: 400;
}
:not(.aXNw) .imt-subtask-list-empty {
  margin-top: auto;
  margin-bottom: auto;
}
:not(.aXNw) .imt-subtask-list-empty-title {
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  color: #354052;
}
:not(.aXNw) .imt-subtask-list-empty-add-link {
  display: block;
  margin: 10px auto;
  font-size: 15px;
  font-weight: 600;
  color: #2f83fc;
  width: 100px;
}
:not(.aXNw) .imt-collapse-controls {
  padding-top: 8px;
  margin-bottom: 7px;
}
:not(.aXNw) .imt-collapse-button {
  cursor: pointer;
  color: #2f83fc;
  font-weight: 600;
}
:not(.aXNw) .imt-collapse-button i.fa {
  display: inline-block;
  width: 10px;
}
:not(.aXNw) .imt-flyout-body-comments {
  width: 100%;
  background-color: #f8f8f8;
  border-top: solid 1px #d2d2d2;
  padding: 25px 0 10px;
  margin-top: -5px;
}
:not(.aXNw) .imt-comments-header {
  font-size: 17px;
  font-weight: 600;
  color: #354052;
  margin-bottom: 12px;
}
:not(.aXNw) .imt-comments-header .imt-comments-add-info {
  padding-top: 5px;
  font-size: 11px;
}
:not(.aXNw) .imt-comments-add-label {
  float: left;
  font-family: "Segoe UI";
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 23px;
  color: #354051;
  text-transform: unset;
}
:not(.aXNw) .imt-comments-add-info {
  float: right;
  font-size: 10px;
  font-weight: 600;
  color: #7f8fa4;
}
:not(.aXNw) .imt-comments-add-container {
  margin-bottom: 5px;
}
:not(.aXNw) .imt-comments-header,
:not(.aXNw) .imt-comments-add-container,
:not(.aXNw) .imt-comment-container {
  padding: 0 30px;
}
:not(.aXNw) .imt-comment-top-separator {
  margin-bottom: 10px;
  border-top: solid 1.5px rgba(206, 208, 218, 0.7);
  height: 1px;
  width: 100%;
}
:not(.aXNw) .imt-comment-container {
  padding-bottom: 15px;
  position: relative;
}
:not(.aXNw) .imt-comment-container:hover {
  background-color: #f0f0f0;
}
:not(.aXNw) .imt-comment-container.imt-comment-container-editing {
  background-color: #f0f0f0;
}
:not(.aXNw)
  .imt-comment-container.imt-comment-container-editing
  .imt-comment-top-separator {
  visibility: hidden;
}
:not(.aXNw)
  .imt-comment-container.imt-comment-container-editing
  + .imt-comment-container
  .imt-comment-top-separator {
  visibility: hidden;
}
:not(.aXNw) .imt-comment-container:first-child .imt-comment-top-separator {
  visibility: hidden;
}
:not(.aXNw) .imt-texteditor-container:hover .imt-texteditor-menu {
  display: block;
  z-index: 1000;
}
:not(.aXNw) .imt-texteditor-header {
  display: flex;
  align-items: center;
  box-sizing: content-box;
  padding: 0 10px;
  height: 25px;
}
:not(.aXNw) .imt-attachment-label div,
:not(.aXNw) .imt-attachment-label i,
:not(.aXNw) .imt-attachment-label .a-Icon svg {
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  margin-right: 4px;
  text-align: center;
  vertical-align: middle;
}
:not(.aXNw) .imt-texteditor-text-container {
  padding: 5px 10px 0px;
}
:not(.aXNw) .imt-texteditor-text {
  color: rgba(53, 64, 82, 0.8);
  padding: 0 5px 0 0;
  font-size: 13px;
  word-wrap: break-word;
  font-weight: 600;
  width: 100%;
  box-sizing: border-box;
  resize: none;
  margin-bottom: 0;
  background-color: transparent;
  box-shadow: none;
}
:not(.aXNw) .imt-texteditor-text a {
  color: #2f83fc;
}
:not(.aXNw) .imt-texteditor-text[readonly] {
  border: 0;
  cursor: text;
  background-color: transparent;
}
:not(.aXNw) .imt-texteditor-text:focus {
  outline: 0;
  box-shadow: none;
}
:not(.aXNw) .imt-texteditor-text::-webkit-scrollbar {
  height: 6px;
  width: 4px;
  background: #f0f0f0;
}
:not(.aXNw) .imt-texteditor-text::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #c5c5ca;
}
:not(.aXNw) .imt-texteditor-text_max4lines {
  max-height: 80px;
}
:not(.aXNw) .imt-texteditor-empty {
  padding: 5px 10px;
  font-size: 13px;
  font-style: italic;
  color: #7f8fa4;
}
:not(.aXNw) .imt-texteditor-empty_no-modified-by {
  margin-top: -26px;
}
:not(.aXNw) .imt-texteditor-created-by-name {
  font-size: 13px;
  font-weight: 600;
  color: #141414;
  margin-right: 10px;
}
:not(.aXNw) .imt-texteditor-attachment-length {
  font-size: 13px;
  color: #354052;
  margin-right: 10px;
}
:not(.aXNw) .imt-texteditor-created-datetime {
  font-size: 13px;
  color: #7f8fa4;
  margin-right: 10px;
}
:not(.aXNw) .imt-texteditor-was-modified {
  color: #969ca3;
  font-size: 12px;
}
:not(.aXNw) .imt-texteditor-menu {
  display: none;
  position: absolute;
  right: 20px;
  top: 10px;
}
:not(.aXNw) .imt-texteditor-menu:hover .imt-texteditor-menu-list {
  display: block;
}
:not(.aXNw) .imt-texteditor-menu-button {
  width: 36px;
  height: 22px;
  box-sizing: border-box;
  font-size: 16px;
  background-color: #dadbdc;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
}
:not(.aXNw) .imt-texteditor-menu-list {
  display: none;
  position: absolute;
  right: 0px;
  background-color: white;
  border-radius: 4px;
  border: 1px solid #c5c5ca;
  padding: 5px;
}
:not(.aXNw) .imt-texteditor-menu-item {
  cursor: pointer;
  border-radius: 3px;
  padding: 1px 10px;
  min-width: 85px;
}
:not(.aXNw) .imt-texteditor-menu-item:hover {
  color: white;
  background-color: #1fbad6;
}
:not(.aXNw) .imt-texteditor-edit-textarea {
  width: 100%;
  height: 70px;
  resize: none;
  box-sizing: border-box;
  margin-bottom: 5px;
}
:not(.aXNw) .imt-texteditor-edit-textarea_large {
  height: 90px;
}
:not(.aXNw) .imt-texteditor-edit-controls {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 35px;
}
:not(.aXNw) .imt-texteditor-edit-cancel {
  font-size: 13px;
  font-weight: 600;
  color: #808080;
  margin-right: 10px;
}
:not(.aXNw) .imt-texteditor-edit-cancel:hover {
  color: #808080;
}
:not(.aXNw) .imt-texteditor-edit-save[disabled] {
  background-color: #ced0da;
  cursor: not-allowed;
}
:not(.aXNw) .imt-texteditor-edit-save {
  width: 110px;
  height: 28px;
  border-radius: 3px;
  background-color: #1fbad6;
  font-size: 13px;
  font-weight: 600;
  color: #ffffff;
  border: 0px;
}
:not(.aXNw) .imt-dropdown {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  user-select: none;
  background-color: #fff;
}
:not(.aXNw) .imt-dropdown[disabled] {
  background-color: #f4f4f4;
  pointer-events: none;
}
:not(.aXNw) .imt-dropdown[disabled]:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
}
:not(.aXNw) .imt-dropdown-header {
  cursor: pointer;
  display: flex;
  border: solid 1px #ced0da;
  border-radius: 3px;
  padding: 4px 0 4px 8px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
:not(.aXNw) .imt-dropdown_open .imt-dropdown-header {
  box-shadow: none;
  border-color: #9cd5e0;
  border-radius: 3px 3px 0 0;
  border-bottom: 0;
}
:not(.aXNw) .imt-dropdown-body {
  border-radius: 0 0 3px 3px;
  background-color: #ffffff;
  border: solid 1px #9cd5e0;
  border-top: solid 1px #eee;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
  width: 100%;
  box-sizing: border-box;
  z-index: 1;
}
:not(.aXNw) .imt-dropdown-value {
  cursor: pointer;
  flex: 1 1 auto;
  overflow-x: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 0;
}
:not(.aXNw) .imt-dropdown-value_empty {
  opacity: 0.65;
}
:not(.aXNw) .imt-dropdown-clear {
  cursor: pointer;
  flex: 0 0 20px;
  opacity: 0.7;
  text-align: center;
  color: #888;
  font-size: 0.75em;
}
:not(.aXNw) .imt-dropdown-clear:hover {
  opacity: 1;
}
:not(.aXNw) .imt-dropdown-open {
  cursor: pointer;
  text-align: center;
  flex: 0 0 20px;
  color: #444;
}
:not(.aXNw) .imt-dropdown-body {
  position: absolute;
}
:not(.aXNw) .imt-dropdown-list {
  padding: 2px 2px;
  max-height: 200px;
  overflow-y: auto;
}
:not(.aXNw) .imt-dropdown-list::-webkit-scrollbar {
  height: 6px;
  width: 4px;
  background: #f0f0f0;
}
:not(.aXNw) .imt-dropdown-list::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #c5c5ca;
}
:not(.aXNw) .imt-dropdown-list-item {
  cursor: pointer;
  padding: 4px 6px;
  overflow-x: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
:not(.aXNw) .imt-dropdown-list-item:hover {
  background-color: #3875d7;
  color: #fff;
}
:not(.aXNw) .imt-dropdown-add {
  padding: 12px 8px;
  border-top: solid 1px #ced0da;
}
:not(.aXNw) .imt-dropdown-add form {
  margin: 0;
  padding: 0;
}
:not(.aXNw) .imt-dropdown-add-container {
  display: flex;
  border-radius: 4px;
  background-color: #ffffff;
  border: solid 1px #2f83fc;
  padding: 4px;
}
:not(.aXNw) .imt-dropdown-add-input {
  width: 100%;
  border: 0;
  border-radius: 4px;
  padding-left: 4px;
}
:not(.aXNw) .imt-dropdown-add-input:focus {
  outline: 0;
}
:not(.aXNw) .imt-dropdown-add-button {
  border: 0;
  color: #2f83fc;
  background: #fff;
}
:not(.aXNw) .imt-dropdown-add-button:focus {
  outline: 0;
}

:not(.aXNw) .leads {
  position: absolute;
  left: 0;
  right: 0;
  min-width: 1195px;
  padding: 22px;
  top: 54px;
  background: #fcfcfc;
}
:not(.aXNw) .leads h4 {
  color: rgba(0, 0, 0, 0.92);
  font-weight: normal !important;
}
:not(.aXNw) .leads h6 {
  color: #7f8fa4;
  font-size: 14px;
  font-weight: normal;
}
:not(.aXNw) .leads h5.info {
  margin-top: 5px !important;
  font-weight: 600 !important;
  font-size: 16px;
}
:not(.aXNw) .leads .column > p {
  font-size: 14px;
  margin-bottom: 2px;
}
:not(.aXNw) .leads p.value {
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  white-space: nowrap;
}
:not(.aXNw) .leads p.label {
  font-size: 12px;
  font-weight: normal !important;
  color: #7f8fa4 !important;
  background-color: transparent !important;
  padding: 0px !important;
}
:not(.aXNw) .leads .heading {
  padding: 25px 32px;
}
:not(.aXNw) .leads .heading a {
  font-size: 12px;
  font-weight: 600;
}
:not(.aXNw) .leads .column.search {
  padding: 20px 0px !important;
}
:not(.aXNw) .leads .column.search a {
  padding-left: 27px;
  border-left: #dfe3e9 solid 1px;
  display: block;
}
:not(.aXNw) .leads .action-bar {
  border-radius: 4px;
  padding: 22px 33px;
  background-color: #f4f7f9;
  box-shadow: 0 -1px 0 0 #e6eaee;
}
:not(.aXNw) .leads .action-bar .dismiss-btn {
  color: #7f8fa4;
  cursor: pointer;
  max-width: 130px;
}
:not(.aXNw) .leads .action-bar .dismiss-btn .fa {
  font-size: 23px;
  margin-right: 10px;
  top: 2px;
  position: relative;
}
:not(.aXNw) .leads .action-bar .ui.label {
  position: relative;
  top: 15%;
  margin-right: 20px;
}
:not(.aXNw) .leads .main-content {
  padding: 22px 33px;
}
:not(.aXNw) .leads .main-content .card {
  width: 100%;
}
:not(.aXNw) .leads .main-content .card .content > .ui.grid {
  margin-top: 20px;
  margin-bottom: 20px;
}
:not(.aXNw) .leads .main-content .card .content .summary {
  border-right: #dfe3e9 solid 1px;
  padding-right: 4rem !important;
  padding-top: 0px;
  padding-bottom: 0px;
}
:not(.aXNw) .leads .main-content .card .content .summary p {
  color: #7f8fa4;
  white-space: pre-line;
}
:not(.aXNw) .leads .main-content .card .content .info-box p {
  font-size: 16px;
}
:not(.aXNw) .leads .main-content .add-lead-note-view textarea {
  width: 100%;
  height: 60px !important;
  box-sizing: border-box;
  padding: 1em 1em;
  margin-bottom: 20px;
  border-radius: 4px;
  background-color: #ffffff;
  border: solid 1px #e6eaee;
}
:not(.aXNw) .leads .main-content .add-lead-note-view .ui.checkbox {
  margin-left: 22px;
}
:not(.aXNw) .leads .main-content .add-lead-note-view .ui.checkbox label {
  font-size: 14px;
}
:not(.aXNw) .leads .main-content .note .content {
  padding: 1em 1em;
}
:not(.aXNw) .leads .lead-notes p {
  color: #7f8fa4;
}
:not(.aXNw) .leads .lead-notes p .created-by {
  color: #354052;
  font-weight: 600;
}
:not(.aXNw) .leads .lead-notes p .created-on {
  padding-left: 10px;
}
:not(.aXNw) .leads .lead-notes p .pinned {
  padding-left: 10px;
}
:not(.aXNw) .leads .lead-notes .actions {
  float: right;
  font-size: 12px;
}
:not(.aXNw) .leads .lead-notes .actions a {
  margin-right: 8px;
}
:not(.aXNw) .leads .lead-events p {
  color: #7f8fa4;
}
:not(.aXNw) .leads .lead-events p .created-by {
  color: #354052;
  font-weight: 600;
}
:not(.aXNw) .leads .lead-events p .created-on {
  padding-left: 10px;
}
:not(.aXNw) .leads .load-more,
:not(.aXNw) .leads .loading {
  margin-top: 40px;
}
:not(.aXNw) .leads .full-width-dropdown .ui.dropdown {
  width: 100%;
}
@keyframes blink {
  0% {
    opacity: 0.2;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}
:not(.aXNw) .leads .loading {
  font-size: 20px;
}
:not(.aXNw) .leads .loading span {
  animation-name: blink;
  animation-duration: 1.4s;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}
:not(.aXNw) .leads .loading span span:nth-child(2) {
  animation-delay: 0.2s;
}
:not(.aXNw) .leads .loading span span:nth-child(3) {
  animation-delay: 0.4s;
}

:not(.aXNw) .clearfix {
  *zoom: 1;
}
:not(.aXNw) .clearfix:before,
:not(.aXNw) .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
:not(.aXNw) .clearfix:after {
  clear: both;
}
:not(.aXNw) .hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
:not(.aXNw) .input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
:not(.aXNw) .service-demand-report-configuration-view select,
:not(.aXNw) .service-demand-report-configuration-view input {
  width: 100px;
}
:not(.aXNw) .service-demand-report-configuration-view table {
  margin-bottom: 10px;
}
:not(.aXNw) .service-demand-report-configuration-view table th:first-child,
:not(.aXNw) .service-demand-report-configuration-view table td:first-child {
  padding-left: 0;
}
:not(.aXNw) .service-demand-report-configuration-view table th:last-child,
:not(.aXNw) .service-demand-report-configuration-view table td:last-child {
  padding-right: 0;
}
:not(.aXNw) .service-demand-report-configuration-view table tbody td {
  vertical-align: middle;
}
:not(.aXNw) .service-demand-report-configuration-view table tbody td input,
:not(.aXNw) .service-demand-report-configuration-view table tbody td select {
  margin-bottom: 0;
}

:not(.aXNw) article.admin-data-import .alert {
  display: none;
}
:not(.aXNw) article.admin-data-import .alert.alert-success,
:not(.aXNw) article.admin-data-import .alert.alert-error,
:not(.aXNw) article.admin-data-import .alert.alert-info {
  display: block;
}
:not(.aXNw) article.admin-data-import select {
  width: 300px;
}
:not(.aXNw)
  article.admin-data-import
  table.hide-first-row
  tbody
  tr:first-of-type {
  display: none;
}

:not(.aXNw) article.admin-compromised-password .alert {
  display: none;
}
:not(.aXNw) article.admin-compromised-password .alert.alert-success,
:not(.aXNw) article.admin-compromised-password .alert.alert-error,
:not(.aXNw) article.admin-compromised-password .alert.alert-info {
  display: block;
}
:not(.aXNw) article.admin-compromised-password select {
  width: 300px;
}
:not(.aXNw)
  article.admin-compromised-password
  table.hide-first-row
  tbody
  tr:first-of-type {
  display: none;
}
:not(.aXNw) article.admin-compromised-password i.icon-exclamation-sign {
  color: #da4f49;
}
:not(.aXNw) article.admin-compromised-password i.icon-check {
  color: #62c462;
}

:not(.aXNw) .clearfix {
  *zoom: 1;
}
:not(.aXNw) .clearfix:before,
:not(.aXNw) .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
:not(.aXNw) .clearfix:after {
  clear: both;
}
:not(.aXNw) .hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
:not(.aXNw) .input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
:not(.aXNw) .inventory-batch-create .all-header {
  white-space: nowrap;
  margin-bottom: 0;
}
:not(.aXNw) .inventory-batch-create .all-header input {
  margin: 0;
}
:not(.aXNw) .inventory-batch-create td input[type="checkbox"] {
  margin-bottom: 6px;
}
:not(.aXNw) .inventory-batch-view td.caption {
  padding-left: 0;
  white-space: nowrap;
  color: #999;
  font-weight: bold;
  text-align: right;
}

:not(.aXNw) .edit-form-template .tags-editor {
  vertical-align: top;
  padding-left: 4px;
}
:not(.aXNw) .edit-form-template .business-units {
  width: 244px;
}
:not(.aXNw) .edit-form-template .multiselect-container {
  width: inherit;
}
:not(.aXNw) .edit-form-template .multiselect-container .icon-search,
:not(.aXNw) .edit-form-template .multiselect-container .input-group-btn {
  display: none;
}
:not(.aXNw) .edit-form-template .multiselect-container .active a,
:not(.aXNw) .edit-form-template .multiselect-container li:hover a {
  background: transparent;
  color: #000;
}
:not(.aXNw) .edit-form-template .multiselect-container .multiselect-search {
  padding: 14px;
  width: 100%;
}
:not(.aXNw) .edit-form-template .multiselect-container li > a > label.checkbox {
  padding-left: 40px;
}
:not(.aXNw)
  .edit-form-template
  .multiselect-container
  .checkbox
  input[type="checkbox"] {
  opacity: 1;
}
:not(.aXNw) .form-content {
  position: relative;
  margin-bottom: 10px;
}
:not(.aXNw) .form-content-html h2 {
  margin: 20px 0;
}
:not(.aXNw) .label-covered-input {
  position: relative;
  z-index: -10;
}
:not(.aXNw) .get-form-code-link {
  text-decoration: underline;
}
:not(.aXNw) .export-form-control {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 360px;
  resize: none;
  cursor: default !important;
  background: #fff !important;
}
:not(.aXNw) #import-form-control {
  width: 100% !important;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  resize: none;
  white-space: pre;
  overflow-wrap: normal;
  overflow-x: scroll;
}
@media (min-height: 451px) {
  :not(.aXNw) #import-form-control {
    height: 40vh !important;
  }
}
@media (max-height: 450px) {
  :not(.aXNw) #import-form-control {
    height: 56px !important;
  }
}
:not(.aXNw) .form-model-version-editor input {
  max-width: 80px;
}
:not(.aXNw) .form-model-version-editor button {
  margin-bottom: 10px;
}
:not(.aXNw) .form-import-error {
  color: #e54d4d;
}
:not(.aXNw) .form-item {
  position: relative;
  padding-left: 6px;
  margin-bottom: 12px;
}
:not(.aXNw) .form-item .btn-link {
  line-height: normal;
  margin-left: 10px;
}
:not(.aXNw) .form-item .form-item-label {
  font-weight: bold;
}
:not(.aXNw) .form-item .form-item-label-text {
  vertical-align: middle;
}
:not(.aXNw) .form-item .form-item-label-text.required:after {
  content: "*";
  margin-left: 5px;
  color: #e54d4d;
}
:not(.aXNw) .form-item .form-item-label .validation-message {
  vertical-align: middle;
  margin-top: -3px;
  font-weight: normal;
}
:not(.aXNw) .form-item .form-item-description {
  line-height: 1.5;
}
:not(.aXNw) .form-item .form-item-editor {
  display: inline-block;
  vertical-align: middle;
}
:not(.aXNw) .form-item .form-item-editor .signatrue-layout {
  position: relative;
  margin-top: 10px;
}
:not(.aXNw) .form-item .form-item-editor .signatrue-layout .validation-message {
  top: 50%;
  margin-top: -15px;
}
:not(.aXNw) .form-item .form-item-editor .signatrue-layout img {
  position: absolute;
  left: 0;
  top: 0;
  width: 300px;
  height: 113px;
}
:not(.aXNw) .form-item .form-item-editor input[type="text"],
:not(.aXNw) .form-item .form-item-editor textarea,
:not(.aXNw) .form-item .form-item-editor label {
  margin-bottom: 0;
}
:not(.aXNw) .form-item .form-item-editor .signature-pad {
  position: relative;
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 3px #aaaaaa;
  -moz-box-shadow: 0 0 3px #aaaaaa;
  box-shadow: 0 0 3px #aaaaaa;
  width: 300px;
  background: #fff;
}
:not(.aXNw) .form-item .form-item-editor .signature-pad .sigWrapper {
  text-align: center;
  padding: 4px;
}
:not(.aXNw) .form-item .form-item-editor .signature-pad .btn-group {
  position: absolute;
  right: 0;
  top: 0;
}
:not(.aXNw) .form-item .form-item-editor .signature-pad .btn {
  width: 100%;
}
:not(.aXNw) .form-item .form-item-additions {
  margin-top: 10px;
}
:not(.aXNw) .form-item .form-item-additions .pictures {
  margin-bottom: 0;
}
:not(.aXNw) .form-item .form-item-additions .pictures li {
  padding: 0;
  margin: 0 20px 20px 0;
}
:not(.aXNw) .form-item .form-item-additions .pictures li .preview {
  display: inline-block;
  position: relative;
  border: 1px solid #d5d5d5;
  height: 120px;
  width: 120px;
}
:not(.aXNw) .form-item .form-item-additions .pictures li .preview:before {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -8px 0 0 -34px;
  content: "Click to view";
  font-size: 12px;
  text-align: center;
  color: #d5d5d5;
}
:not(.aXNw) .form-item .form-item-additions .pictures li .preview img {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 120px;
  width: 120px;
}
:not(.aXNw) .form-item .form-item-additions .pictures li a {
  display: inline-block;
}
:not(.aXNw) .form-item .form-item-additions .pictures li a i {
  position: relative;
}
:not(.aXNw) .form-item .form-item-additions .note-area {
  position: relative;
  padding: 5px 5px 5px 42px;
  margin-bottom: 10px;
  border: 1px solid #cccccc;
  -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);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #555;
}
:not(.aXNw) .form-item .form-item-additions .note-area i {
  position: absolute;
  top: 4px;
  left: 13px;
}
:not(.aXNw) .additions-edit textarea {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
:not(.aXNw) .additions-edit .pictures {
  margin-bottom: 0;
}
:not(.aXNw) .additions-edit .pictures li {
  padding: 0;
  margin: 0 20px 20px 0;
}
:not(.aXNw) .additions-edit .pictures li .preview {
  display: inline-block;
  position: relative;
  border: 1px solid #d5d5d5;
  height: 120px;
  width: 120px;
}
:not(.aXNw) .additions-edit .pictures li .preview:before {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -8px 0 0 -34px;
  content: "Click to view";
  font-size: 12px;
  text-align: center;
  color: #d5d5d5;
}
:not(.aXNw) .additions-edit .pictures li .preview img {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 120px;
  width: 120px;
}
:not(.aXNw) .additions-edit .pictures li a {
  display: inline-block;
}
:not(.aXNw) .additions-edit .pictures li a i {
  position: relative;
}
:not(.aXNw) .horizontal-layout label.radio {
  float: left;
  margin-right: 10px;
}
:not(.aXNw) .horizontal-layout label.radio:last-child {
  margin-right: 0;
}
:not(.aXNw) .horizontal-layout:after {
  display: block;
  content: "";
  clear: left;
}
:not(.aXNw) .upload-picture-link {
  display: inline-block;
  font-size: 30px;
  line-height: normal;
}
:not(.aXNw) .picture-previews {
  overflow: hidden;
}
:not(.aXNw) .picture-preview {
  position: relative;
  float: left;
  padding-right: 17px;
  margin: 0 8px 18px 0;
  width: 120px;
  height: 120px;
}
:not(.aXNw) .picture-preview:before {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -8px 0 0 -34px;
  content: "Click to view";
  font-size: 12px;
  text-align: center;
  color: #d5d5d5;
}
:not(.aXNw) .picture-preview img {
  position: absolute;
  width: 120px;
  height: 120px;
  left: 0;
  right: 0;
}
:not(.aXNw) .picture-preview a.remove-picture {
  position: absolute;
  top: -5px;
  right: 0;
}
:not(.aXNw) .input-date {
  width: 80px;
}
:not(.aXNw) .form-item-row {
  vertical-align: middle;
}
:not(.aXNw) .form-section {
  margin: 20px 0;
  position: relative;
}
:not(.aXNw) .form-section-name-container {
  padding: 4px 6px;
  position: relative;
  line-height: 30px;
  background: #e7e7e7;
}
:not(.aXNw) .form-section-name-container .btn-link {
  float: right;
}
:not(.aXNw) .form-section-name-container input {
  margin: 0;
  width: 130px;
  vertical-align: middle;
}
:not(.aXNw) .form-section-name-container:after {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background: #d5d5d5;
  content: "";
}
:not(.aXNw) .form-section-name {
  font-size: 15px;
  font-weight: bold;
  vertical-align: middle;
}
:not(.aXNw) .form-section-name:after {
  margin-left: 3px;
  content: "–";
}
:not(.aXNw) .form-section-content {
  padding: 10px 0 10px;
}
:not(.aXNw) .form-section-actions {
  padding-bottom: 15px;
}
:not(.aXNw) .form-section:after {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: #d5d5d5;
  content: "";
}
:not(.aXNw) .form-edit-cols-count .radio {
  display: inline-block;
}
:not(.aXNw) .status-group .radio-info {
  border: 1px solid #bcbcbd;
  border-radius: 3px;
  padding: 0 !important;
  margin-right: 16px;
}
:not(.aXNw) .status-group .radio-info.active {
  border: 1px solid #5bc1de;
  box-shadow: 0px 4px 4px rgba(8, 191, 223, 0.1);
}
:not(.aXNw) .status-group .radio-info:hover {
  cursor: pointer;
}
:not(.aXNw) .status-group .radio-info .status-selection {
  width: 222px;
  padding: 12px 12px 5px 36px !important;
}
:not(.aXNw) .edit-form-header {
  background: white;
  z-index: 1 !important;
  margin-top: 0 !important;
  padding-top: 16px !important;
}
:not(.aXNw) .edit-form-header .validation-message {
  display: none !important;
}
:not(.aXNw) .edit-form-header .input-name-error .edit-form-input {
  border: 1px solid #ffece9 !important;
}
:not(.aXNw) .edit-form-header .input-name-error .edit-form-name {
  background: #ffece9 !important;
  border-radius: 3px;
}
:not(.aXNw) .edit-form-header .edit-mode .edit-form-input {
  display: block !important;
}
:not(.aXNw) .edit-form-header .edit-mode .edit-form-name {
  display: none !important;
}
:not(.aXNw) .edit-form-input {
  display: none !important;
  border: 1px solid #2270ee !important;
  border-radius: 3px !important;
  margin: 0 !important;
  padding: 5px 6px !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #141414 !important;
  width: 223px !important;
}
:not(.aXNw) .edit-form-name {
  padding: 4px 8px;
}
:not(.aXNw) .edit-form-name:hover {
  background: #eeeeee;
  border-radius: 3px;
}
:not(.aXNw) .edit-form-name:hover svg {
  fill: #2270ee !important;
}
:not(.aXNw) .edit-form-name.error {
  background: #ffece9;
  border-radius: 3px;
}
:not(.aXNw) .form-scroll-to-top {
  position: fixed !important;
  bottom: 50%;
  right: 30px;
  z-index: 99;
  background: rgba(20, 20, 20, 0.2) !important;
  border-radius: 24px !important;
  color: #ffffff !important;
}
:not(.aXNw) .form-edit-tabs {
  height: 40px;
  line-height: 40px;
  margin: -10px -10px 20px -10px;
}
:not(.aXNw) .form-edit-tabs .tab {
  display: inline-block;
  padding: 0 20px;
}
:not(.aXNw) .form-edit-tabs .tab:hover a,
:not(.aXNw) .form-edit-tabs .tab.active a {
  padding-bottom: 8px;
  border-bottom: solid 2px #00c0e9;
}
:not(.aXNw) .form-edit-tabs .tab a {
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}
:not(.aXNw) .form-edit-tabs .tab a span {
  color: black;
}
:not(.aXNw) .upload-file {
  position: relative;
  z-index: 0;
  max-width: 700px;
  min-height: 200px;
  font-size: 18px;
  font-weight: 600;
  margin: 7px;
}
:not(.aXNw) .upload-file .file-drop-area {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 7px;
  border: 1px dashed #ccc;
  border-radius: 0px;
}
:not(.aXNw) .upload-file .file-upload-controls {
  z-index: 2;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 7px;
  pointer-events: none;
}
:not(.aXNw) .upload-file .file-upload-controls .uploaded-file-label {
  position: relative;
  min-height: 80px;
  line-height: 80px;
  padding: 3px;
  border: 1px solid #ccc;
  border-radius: 0px;
}
:not(.aXNw)
  .upload-file
  .file-upload-controls
  .uploaded-file-label
  .uploaded-file-name {
  float: left;
  vertical-align: middle;
  display: inline-block;
}
:not(.aXNw) .upload-file .file-upload-controls .uploaded-file-label .icon-ok {
  float: right;
  line-height: 80px;
  vertical-align: middle;
  color: #00c0e9;
}
:not(.aXNw) .upload-file .file-upload-controls #file-browse-substitute {
  width: 100%;
}
:not(.aXNw) .upload-file .file-upload-controls .file-drop-text {
  padding: 30px;
  text-align: center;
}
:not(.aXNw) .upload-file .file-upload-controls .file-drop-text button {
  pointer-events: all;
  font-size: 18px;
  font-weight: 600;
  min-width: 200px;
  min-height: 50px;
}
:not(.aXNw) .upload-file .file-upload-controls .delete-uploaded-button {
  position: absolute;
  bottom: 5px;
  right: 5px;
  font-size: 14px;
  line-height: 20px;
  pointer-events: all;
}
:not(.aXNw) .upload-file .file-upload-controls .delete-uploaded-button a {
  color: black;
}
:not(.aXNw) .form-items-container-wrap {
  position: relative;
}
:not(.aXNw) .form-items-container-wrap .form-items-container {
  padding-bottom: 40px;
}
:not(.aXNw) .form-items-container-wrap > .form-actions {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
:not(.aXNw) .form-items-container-wrap > .form-actions span {
  font-size: 15px;
  color: #b8b8b8;
  line-height: 30px;
}
:not(.aXNw) .form-editable {
  position: relative;
}
:not(.aXNw) .form-editable .actions {
  float: right;
  margin-right: 16px;
  display: none;
}
:not(.aXNw) .form-editable .item-drag-handle {
  display: none;
  position: absolute;
  top: 14px;
  left: 16px;
  cursor: move;
}
:not(.aXNw) .form-editable .item-drag-handle i {
  display: inline-block;
  padding: 0 5px;
}
:not(.aXNw) .form-editable.active {
  background: #fcfcfc;
  z-index: 100;
  padding: 20px 0;
  -webkit-box-shadow: 1px 0 10px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 0 10px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 0 10px 1px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
:not(.aXNw) .form-editable.active .actions {
  margin-top: -10px;
  display: block;
}
:not(.aXNw) .form-editable.active:hover {
  background: #fcfcfc;
}
:not(.aXNw) .form-editable:hover {
  background: #f4f4f4;
}
:not(.aXNw) .form-editable:hover .actions {
  display: block;
}
:not(.aXNw) .form-editable:hover .item-drag-handle {
  display: block;
}
:not(.aXNw) .form-content-edit {
  position: relative;
  padding: 10px 0;
}
:not(.aXNw) .form-content-edit .preview {
  padding: 0 64px 0 125px;
}
:not(.aXNw) .form-content-edit .preview h2 {
  margin: 6px 0;
}
:not(.aXNw) .form-item-edit {
  position: relative;
  padding: 10px 0;
}
:not(.aXNw) .form-item-edit .header {
  padding-top: 5px;
  margin-bottom: 5px;
  display: block;
  font-weight: bold;
}
:not(.aXNw) .form-item-edit .header.required:after {
  content: "*";
  margin-left: 5px;
  color: #e54d4d;
}
:not(.aXNw) .form-item-edit .content {
  margin-top: 10px;
}
:not(.aXNw) .form-item-edit .content .signature-pad {
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 3px #aaaaaa;
  -moz-box-shadow: 0 0 3px #aaaaaa;
  box-shadow: 0 0 3px #aaaaaa;
  width: 300px;
  background: #fff;
  height: 100px;
}
:not(.aXNw) .form-item-edit .content .signature-pad .sigWrapper {
  padding: 4px;
  margin: 0 50px;
  height: 70px;
  border-bottom: 2px solid #e0dbdb;
}
:not(.aXNw) .form-item-edit .content .signature-pad .btn-group {
  position: absolute;
  right: 0;
  top: 0;
}
:not(.aXNw) .form-item-edit .content .signature-pad .btn {
  width: 100%;
}
:not(.aXNw) .form-item-edit label.radio {
  cursor: default;
}
:not(.aXNw) .form-item-edit label.radio input[type="radio"] {
  cursor: default;
  opacity: 1;
}
:not(.aXNw) .form-item-edit label.checkbox {
  cursor: default;
}
:not(.aXNw) .form-item-edit label.checkbox input[type="checkbox"] {
  cursor: default;
  opacity: 1;
}
:not(.aXNw) .form-item-edit .horizontal-layout label.radio {
  float: left;
  margin-right: 10px;
}
:not(.aXNw) .form-item-edit .horizontal-layout label.radio:last-child {
  margin-right: 0;
}
:not(.aXNw) .form-item-edit .horizontal-layout:after {
  display: block;
  content: "";
  clear: left;
}
:not(.aXNw) .form-item-edit .upload-picture-link {
  font-size: 30px;
  color: #c3c3c3;
}
:not(.aXNw) .form-item-edit .input-date {
  width: 80px;
}
:not(.aXNw) .form-item-edit .control-label {
  opacity: 0.6;
}
:not(.aXNw) .form-item-edit.active .content {
  margin-left: 180px;
  margin-bottom: 20px;
}
:not(.aXNw) .form-item-edit.active .content .option-item {
  position: relative;
  margin-left: -23px;
}
:not(.aXNw) .form-item-edit.active .content .option-item .mark {
  margin-left: 23px;
}
:not(.aXNw) .form-item-edit.active .content .option-item .drag-handle {
  position: absolute;
  top: 5px;
  left: 0;
  padding: 0 5px;
  cursor: move;
}
:not(.aXNw) .form-item-edit.active .content .control-group {
  margin-bottom: 5px;
}
:not(.aXNw) .form-item-edit.active .content .control-group input[disabled] {
  cursor: auto;
}
:not(.aXNw) .form-item-edit.active .content .add-option {
  opacity: 0.6;
}
:not(.aXNw) .form-item-edit.active .content .add-option-btn {
  display: inline-block;
}
:not(.aXNw) .form-item-edit.active .content .add-option-btn input {
  cursor: pointer;
}
:not(.aXNw) .form-item-edit.active .content .add-option-btn > button {
  width: 220px;
  text-align: left;
  height: 30px;
  border: 1px solid #ccc;
  background: #eee;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
:not(.aXNw) .form-item-edit.active .content .rm-option {
  margin: 0 0 0 10px;
  color: #999999;
  font-size: 12px;
  cursor: pointer;
}
:not(.aXNw) .form-item-edit.active .content .rm-option:hover {
  color: #000;
}
:not(.aXNw) .stoplight-buttons {
  display: inline-block;
}
:not(.aXNw) .stoplight-buttons .stoplight-red {
  background-color: #ff0000;
}
:not(.aXNw) .stoplight-buttons .stoplight-yellow {
  background-color: #ffd800;
}
:not(.aXNw) .stoplight-buttons .stoplight-green {
  background-color: #00ff90;
}
:not(.aXNw) .form-section-edit {
  margin: 20px 0;
  background: #fcfcfc;
}
:not(.aXNw) .form-section-edit .section-name-container {
  padding: 4px 60px 4px 119px;
  position: relative;
}
:not(.aXNw) .form-section-edit .section-name-container .item-drag-handle {
  display: none;
  position: absolute;
  top: 9px;
  left: 16px;
  cursor: move;
}
:not(.aXNw) .form-section-edit .section-name-container .item-drag-handle i {
  display: inline-block;
  padding: 0 5px;
}
:not(.aXNw) .form-section-edit .section-name-container input {
  width: 100%;
  border-color: transparent;
  box-shadow: none;
  background: none;
  -moz-transition: none;
  -webkit-transition: none;
  transition: none;
  font-size: 15px;
  font-weight: bold;
}
:not(.aXNw) .form-section-edit .section-name-container:hover,
:not(.aXNw) .form-section-edit .section-name-container.in-focus {
  background: #f4f4f4;
}
:not(.aXNw) .form-section-edit .section-name-container:hover input,
:not(.aXNw) .form-section-edit .section-name-container.in-focus input {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -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);
}
:not(.aXNw) .form-section-edit .section-name-container:hover:after,
:not(.aXNw) .form-section-edit .section-name-container.in-focus:after {
  display: none;
}
:not(.aXNw) .form-section-edit .section-name-container .actions {
  position: absolute;
  top: 5px;
  right: 16px;
  display: none;
}
:not(.aXNw) .form-section-edit .section-name-container:after {
  position: absolute;
  bottom: 0;
  left: 119px;
  right: 10px;
  height: 2px;
  background: #d5d5d5;
  content: "";
}
:not(.aXNw) .form-section-edit .section-name-container:hover {
  background: #f4f4f4;
}
:not(.aXNw) .form-section-edit .section-name-container:hover .item-drag-handle {
  display: block;
}
:not(.aXNw) .form-section-edit .section-name-container:hover .actions {
  display: block;
}
:not(.aXNw) .form-section-edit .label-control {
  margin-top: 20px;
}
:not(.aXNw) .form-section-edit .labels-editor {
  position: relative;
  padding: 4px 4px 18px 126px;
  background: #fcfcfc;
  z-index: 100;
  -webkit-box-shadow: 1px 0 10px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 0 10px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 0 10px 1px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
:not(.aXNw) .form-section-edit .labels-editor .section-name {
  padding: 5px 0;
  font-size: 15px;
  font-weight: bold;
}
:not(.aXNw) .form-section-edit .labels-editor .text {
  margin: 5px 0 10px 0;
}
:not(.aXNw) .form-section-edit .labels-editor .control-group {
  position: relative;
  margin: 0 0 5px -20px;
  padding-left: 20px;
}
:not(.aXNw) .form-section-edit .labels-editor .drag-handle {
  position: absolute;
  top: 5px;
  left: 0;
  padding: 0 5px;
  cursor: move;
}
:not(.aXNw) .form-section-edit .labels-editor .rm-btn {
  margin: 0 0 0 10px;
  color: #999999;
  cursor: pointer;
}
:not(.aXNw) .form-section-edit .items {
  position: relative;
}
:not(.aXNw) .form-section-edit .items:before {
  position: absolute;
  top: 0;
  left: 127px;
  bottom: 0;
  width: 2px;
  background: #c3c3c3;
  content: "";
  display: none;
}
:not(.aXNw) .form-section-edit .items .drop-hint {
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  font-size: 15px;
  color: #b8b8b8;
  padding: 20px 0 20px 180px;
}
:not(.aXNw) .form-section-edit .items .drop-hint span {
  line-height: 30px;
}
:not(.aXNw) .form-section-edit .items .section-items-container {
  padding-bottom: 70px;
}
:not(.aXNw) .form-section-edit .items:after {
  position: absolute;
  bottom: 0;
  left: 119px;
  right: 10px;
  height: 1px;
  background: #d5d5d5;
  content: "";
}
:not(.aXNw) .form-section-edit:hover .items:before {
  /*display: block;*/
}
:not(.aXNw) .preview-form-view {
  margin-left: 40px;
}
:not(.aXNw) .form-trigger-list table.table-hover tbody tr:hover td.hover-off {
  background-color: transparent !important;
}
:not(.aXNw) .form-trigger-list .supressed .muted:hover {
  color: #99999a;
  cursor: default;
}
:not(.aXNw) .form-trigger-list-item-edit {
  padding: 0 !important;
  background-color: transparent !important;
}
:not(.aXNw) .form-trigger-list-item-edit .form-horizontal {
  z-index: 100;
  margin: 8px 0;
  padding: 10px 20px 20px;
  -webkit-box-shadow: 1px 0 10px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 0 10px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 0 10px 1px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
:not(.aXNw) .form-trigger-list-item-edit .select2-container {
  width: 220px;
}
:not(.aXNw) .form-trigger-list-item-edit .invoice-range {
  margin-bottom: 10px;
}
:not(.aXNw) .form-trigger-list-item-edit .invoice-range input {
  width: 60px;
}
:not(.aXNw) .form-item-option-editor {
  position: relative;
  margin-left: -23px;
  margin-bottom: 5px;
}
:not(.aXNw) .form-item-option-editor .mark {
  margin-left: 23px;
}
:not(.aXNw) .form-item-option-editor .drag-handle {
  position: absolute;
  top: 5px;
  left: 0;
  padding: 0 5px;
  cursor: move;
}
:not(.aXNw) .signature-refusal-reasons {
  margin-top: 10px;
}
:not(.aXNw) .st-compact-mode--on {
  display: none !important;
}
:not(.aXNw) .st-compact-mode .st-compact-column {
  flex: 33.333%;
}
:not(.aXNw) .st-compact-mode .st-compact-mode--off {
  display: none !important;
}
:not(.aXNw) .st-compact-mode .st-compact-mode--on {
  width: 100%;
  display: block !important;
}
:not(.aXNw) .st-compact-mode .st-compact-mode--on.st-compact-row {
  display: flex !important;
}
:not(.aXNw) .st-compact-mode .st-compact-mode--on.st-compact-search-row {
  display: flex !important;
}
:not(.aXNw) .st-compact-mode .st-compact-row {
  display: flex;
  padding-right: 0 !important;
}
:not(.aXNw) .st-compact-mode .st-compact-row .row .column:last-child {
  padding-right: 0.5em !important;
}
:not(.aXNw) .st-compact-mode .st-compact-row .row.top-row {
  padding-right: 0 !important;
}
@media (min-width: 1400px) {
  :not(.aXNw) .st-compact-mode .st-compact-row .row.top-row {
    width: 65% !important;
  }
}
:not(.aXNw) .st-compact-mode .st-compact-row .row.bottom-row {
  padding-right: 0 !important;
}
@media (min-width: 1400px) {
  :not(.aXNw) .st-compact-mode .st-compact-row .row.bottom-row {
    width: 35% !important;
  }
  :not(.aXNw)
    .st-compact-mode
    .st-compact-row
    .row.bottom-row
    .column:first-child {
    padding-left: 0.5em !important;
  }
}
:not(.aXNw) .st-compact-mode .st-compact-search-row {
  display: flex;
  padding-right: 0px !important;
  padding-left: 24px !important;
}
:not(.aXNw) .st-compact-mode .st-compact-search-row .phone-field {
  width: 31.25% !important;
  margin-left: 8px;
}
@media (min-width: 1400px) {
  :not(.aXNw) .st-compact-mode .st-compact-search-row .phone-field {
    flex: 1;
  }
}
:not(.aXNw) .st-compact-mode .st-compact-search-row .phone-field .column {
  padding-left: 0px !important;
  padding-right: 24px !important;
}
:not(.aXNw) .st-compact-mode .st-compact-search-row .row .column {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
:not(.aXNw) .st-compact-mode .st-compact-search-row .row .column:last-child {
  padding-right: 0px !important;
}
:not(.aXNw) .st-compact-mode .st-compact-search-row .row.top-row {
  padding-right: 0 !important;
}
@media (min-width: 1400px) {
  :not(.aXNw) .st-compact-mode .st-compact-search-row .row.top-row {
    width: 65% !important;
  }
}
:not(.aXNw) .st-compact-mode .st-compact-search-row .row.bottom-row {
  padding-right: 0 !important;
}
@media (min-width: 1400px) {
  :not(.aXNw) .st-compact-mode .st-compact-search-row .row.bottom-row {
    width: 35% !important;
  }
  :not(.aXNw)
    .st-compact-mode
    .st-compact-search-row
    .row.bottom-row
    .column:first-child {
    padding-left: 0.5em !important;
  }
}
:not(.aXNw) .st-compact-mode .ui.divider.search-separator {
  margin-top: 11px;
  padding-bottom: 0.5rem;
}
:not(.aXNw) .st-compact-mode .job-details .ui.divider {
  margin-top: 1.25rem;
}
:not(.aXNw) .st-compact-mode .job-details div.form div.row {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
:not(.aXNw) .st-compact-mode .job-details div.form div.row.p-b-override {
  padding-bottom: 0rem !important;
}
:not(.aXNw) .st-compact-mode .job-details div.form div.grid.date-time {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
  margin-right: -0.5rem;
}
:not(.aXNw) .st-compact-mode .job-details div.form div.grid.date-time div.row {
  padding-bottom: 0 !important;
}
:not(.aXNw) .st-compact-mode .Button {
  line-height: 1.21428571em;
  padding: 0.375em 0.9375em !important;
}
:not(.aXNw) .st-compact-mode .call-script-stage .Button.Button--blue {
  padding: 0.375em 0.6875em !important;
}
:not(.aXNw) .st-compact-mode .ui.grid > .row .column {
  padding-left: 0.5em;
  padding-right: 0.5em;
}
:not(.aXNw) .st-compact-mode .ui.grid > .row .column:first-child {
  padding-left: 1em;
}
:not(.aXNw) .st-compact-mode .ui.grid > .row .column:last-child {
  padding-right: 1em;
}
:not(.aXNw) .st-compact-mode .ui.grid > .row .date-time .column:last-child {
  padding-right: 0.5em;
}
:not(.aXNw)
  .st-compact-mode
  .ui.grid
  > .row
  .date-time
  .column:last-child
  .input {
  padding-right: 0 !important;
}
:not(.aXNw) .st-compact-mode .ui.grid .ui[class*="left icon"].input input {
  padding: 5px 10px !important;
}
:not(.aXNw) .st-compact-mode .ui.grid .ui[class*="left icon"].input > .icon {
  display: none;
}
:not(.aXNw) .st-compact-mode .ui.grid .ui.search.dropdown {
  min-height: 0;
}
:not(.aXNw) .st-compact-mode .ui.grid .ui.search.dropdown:not(.grouped) {
  padding: 3px 1.975em 3px 10px !important;
  padding-top: 7px !important;
}
:not(.aXNw) .st-compact-mode .ui.grid .ui.search.dropdown .text {
  height: 1.15em;
}
:not(.aXNw) .st-compact-mode .ui.grid .ui.search.dropdown i.icon.dropdown {
  padding-top: 8px;
  padding-bottom: 4px;
}
:not(.aXNw) .st-compact-mode .ui.grid .ui.search.dropdown > input.search {
  padding: 3px 1.975em 3px 10px !important;
  padding-top: 7px !important;
}
:not(.aXNw) .st-compact-mode .ui.grid .ui.search.dropdown.multiple {
  padding-top: 6.5px !important;
  padding-bottom: 6.5px !important;
}
:not(.aXNw)
  .st-compact-mode
  .ui.grid
  .ui.search.dropdown.multiple
  > input.search {
  padding: 0 !important;
  margin: 0;
}
:not(.aXNw) .st-compact-mode .ui.grid input.ui.input {
  padding: 3px 1.975em 3px 10px !important;
}
:not(.aXNw) .st-compact-mode .ui.form textarea {
  padding: 5px 10px !important;
}
:not(.aXNw) .st-compact-mode .call-screen-view ul.results li {
  font-size: 14px;
  margin-top: 4px;
  margin-bottom: 4px;
}
:not(.aXNw) .row .st-compact-search-controls {
  display: flex;
  align-items: flex-end;
  padding-left: 8px;
}
:not(.aXNw) .row .st-compact-search-controls .ButtonGroup {
  width: 100%;
  justify-content: space-between;
  align-items: flex-end;
}
:not(.aXNw) .row .st-compact-search-controls .ButtonGroup .ButtonGroup__Item {
  margin-left: 8px;
  margin-right: 0px;
  margin-bottom: 0px;
}
:not(.aXNw)
  .row
  .st-compact-search-controls
  .ButtonGroup
  .ButtonGroup__Item
  .Button.Button--grey {
  padding: 0.375em 0.6875em !important;
}
:not(.aXNw)
  .row
  .st-compact-search-controls
  .ButtonGroup
  .ButtonGroup__Item
  .Button.Button--grey
  .Button__content {
  color: #444445 !important;
  font-size: 18px;
}
:not(.aXNw) .ui.dropdown.clearable .remove.icon {
  font-size: 0.857143em;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 28px;
  top: 10px;
  opacity: 0.5;
  z-index: 100;
  display: none;
  width: 10px;
}
:not(.aXNw) .control-group .ratesheet-select {
  width: 244px;
  height: 32px;
  margin-left: 20px;
  font-size: 13px !important;
}
:not(.aXNw) .control-group.ratesheet-controls .ratesheet-select {
  margin-left: 0px;
}
:not(.aXNw) .control-group.ratesheet-controls .checkbox {
  padding-left: 0px;
}
:not(.aXNw) .control-group.ratesheet-controls .checkbox input[type="radio"] {
  margin-top: 0;
}
:not(.aXNw) .control-group.dropdown {
  margin-right: 515px;
  margin-top: 0;
  width: 244px;
  height: 32px;
  margin-left: 20px;
  font-size: 13px !important;
}

:not(.aXNw) .edit-appointment .button-toolbox .save-btn,
:not(.aXNw) .edit-appointment-definition .button-toolbox .save-btn,
:not(.aXNw) .edit-appointment .button-toolbox .back-btn,
:not(.aXNw) .edit-appointment-definition .button-toolbox .back-btn {
  width: 60px;
  height: 30px;
}
:not(.aXNw) .edit-appointment input[name="Name"],
:not(.aXNw) .edit-appointment-definition input[name="Name"] {
  width: 540px;
}
:not(.aXNw) .edit-appointment .duration-group input,
:not(.aXNw) .edit-appointment-definition .duration-group input {
  width: 113px;
  margin-right: 5px;
}
:not(.aXNw) .edit-appointment .duration-group .separator,
:not(.aXNw) .edit-appointment-definition .duration-group .separator {
  margin-right: 5px;
}
:not(.aXNw) .edit-appointment .all-day,
:not(.aXNw) .edit-appointment-definition .all-day {
  float: left;
  margin-right: 30px;
}
:not(.aXNw) .edit-appointment select[name="TimesheetCode"],
:not(.aXNw) .edit-appointment-definition select[name="TimesheetCode"],
:not(.aXNw) .edit-appointment select[name="Technician"],
:not(.aXNw) .edit-appointment-definition select[name="Technician"] {
  width: 275px;
}
:not(.aXNw) .edit-appointment textarea[name="Summary"],
:not(.aXNw) .edit-appointment-definition textarea[name="Summary"] {
  width: 540px;
  height: 160px;
}
:not(.aXNw) .edit-appointment .controls-panel,
:not(.aXNw) .edit-appointment-definition .controls-panel {
  width: 950px;
}
:not(.aXNw) .edit-appointment input[name="TechnicianName"],
:not(.aXNw) .edit-appointment-definition input[name="TechnicianName"] {
  margin: 0;
}
:not(.aXNw) .edit-appointment .technician-list,
:not(.aXNw) .edit-appointment-definition .technician-list {
  list-style: none;
  margin: 15px 0 0 0;
}
:not(.aXNw) .edit-appointment .technician-list li,
:not(.aXNw) .edit-appointment-definition .technician-list li {
  border-bottom: 1px solid #eeeeee;
}
:not(.aXNw) .edit-appointment .remove-technician-btn,
:not(.aXNw) .edit-appointment-definition .remove-technician-btn {
  color: black;
}
:not(.aXNw) .edit-appointment .technician-selector .search-box,
:not(.aXNw) .edit-appointment-definition .technician-selector .search-box {
  width: 280px;
}
:not(.aXNw) .edit-appointment .technician-selector .technician-list,
:not(.aXNw) .edit-appointment-definition .technician-selector .technician-list {
  width: 270px;
}
:not(.aXNw) .edit-appointment .clearfix,
:not(.aXNw) .edit-appointment-definition .clearfix {
  clear: both;
  padding: 30px 0 10px 0;
}
:not(.aXNw) .edit-repeat .ends input[type="radio"] {
  margin: 0;
}
:not(.aXNw) .edit-repeat .ends .control-label {
  padding-top: 0;
}
:not(.aXNw) .edit-repeat .additional-text {
  display: inline-block;
  margin: 0 5px 0 5px;
}
:not(.aXNw) .edit-repeat .repeat-days .control-label,
:not(.aXNw) .edit-repeat .repeat-by .control-label {
  padding-top: 0;
}
:not(.aXNw) .edit-repeat .repeat-days .controls label,
:not(.aXNw) .edit-repeat .repeat-by .controls label {
  display: inline-block;
  margin: 0;
}
:not(.aXNw) .edit-repeat .repeat-days .controls input[type="radio"],
:not(.aXNw) .edit-repeat .repeat-by .controls input[type="radio"],
:not(.aXNw) .edit-repeat .repeat-days .controls input[type="checkbox"],
:not(.aXNw) .edit-repeat .repeat-by .controls input[type="checkbox"] {
  margin: 0;
}
:not(.aXNw) .edit-repeat input[name="Interval"],
:not(.aXNw) .edit-repeat input[name="CountOccurences"] {
  width: 30px;
}
:not(.aXNw) .edit-repeat input[name="EndOn"] {
  width: 70px;
}
:not(.aXNw) .edit-repeat .repeat-summary {
  font-weight: bold;
  color: #4a4a4a;
}
:not(.aXNw) .appointment-modal {
  border-radius: 0;
}
:not(.aXNw) .appointment-modal .modal-body {
  overflow: visible;
  padding-top: 30px;
}
:not(.aXNw) .appointment-modal .modal-header {
  background-color: #4a4a4a;
}
:not(.aXNw) .appointment-modal .modal-footer {
  background-color: #f9f9f9;
  border-top: 1px #eee solid;
}
:not(.aXNw) .appointment-modal .cancel-button {
  color: black;
}
:not(.aXNw) .appointment-modal .cancel-button:hover {
  color: #4a4a4a;
}
:not(.aXNw) .appointment-modal .validation-message {
  white-space: nowrap;
}
:not(.aXNw) .appointment-modal,
:not(.aXNw) .appointment-popup {
  width: 450px;
}
:not(.aXNw) .appointment-modal .title,
:not(.aXNw) .appointment-popup .title {
  color: #fff;
}
:not(.aXNw) .appointment-modal .create-appointment-form .control-group,
:not(.aXNw) .appointment-popup .create-appointment-form .control-group {
  margin-bottom: 5px;
}
:not(.aXNw) .appointment-modal .close-button,
:not(.aXNw) .appointment-popup .close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  margin: 0;
  color: #fff;
  -webkit-appearance: none;
  float: right;
  font-size: 30px;
  line-height: 15px;
}
:not(.aXNw) .appointment-definition-info-popup .popup-body {
  border-bottom: 1px solid #eeeeee;
}
:not(.aXNw) .appointment-definition-info-popup .popup-footer {
  padding: 0 15px 0 15px;
}
:not(.aXNw) .select-quantity-editing-appointments,
:not(.aXNw) .select-quantity-deleting-appointments,
:not(.aXNw) .select-quantity-updating-appointments-durations {
  width: 570px;
}
:not(.aXNw) .select-quantity-editing-appointments .selection-button,
:not(.aXNw) .select-quantity-deleting-appointments .selection-button,
:not(.aXNw) .select-quantity-updating-appointments-durations .selection-button {
  width: 180px;
}
:not(.aXNw) .select-quantity-editing-appointments .button-description,
:not(.aXNw) .select-quantity-deleting-appointments .button-description,
:not(.aXNw)
  .select-quantity-updating-appointments-durations
  .button-description {
  line-height: 30px;
}
:not(.aXNw) .select-quantity-editing-appointments .question,
:not(.aXNw) .select-quantity-deleting-appointments .question,
:not(.aXNw) .select-quantity-updating-appointments-durations .question {
  padding: 5px 8px;
}
:not(.aXNw) .select-quantity-editing-appointments .buttons,
:not(.aXNw) .select-quantity-deleting-appointments .buttons,
:not(.aXNw) .select-quantity-updating-appointments-durations .buttons {
  text-align: center;
  padding: 15px 0 15px 0;
}

:not(.aXNw) #pricebook-tab-content {
  min-height: 500px;
  overflow: visible;
}
:not(.aXNw) #pricebook-tab-content li {
  list-style-type: none;
}
:not(.aXNw) .category-row {
  max-width: 318px;
  width: 318px;
  height: 40px;
  border: solid 0.5px #cbcbcb;
  border-top: none;
  display: table-cell;
  vertical-align: middle;
  padding-left: 7px;
  padding-right: 7px;
}
:not(.aXNw) .category-row:hover {
  background-color: #e6fcff !important;
  cursor: pointer;
}
:not(.aXNw) .category-name {
  font-size: 14px;
}
:not(.aXNw) li.category-element {
  width: 334px;
  list-style-type: none;
}
:not(.aXNw) li.category-element ul {
  margin: 0;
  padding: 0;
}
:not(.aXNw) li.category-element:nth-of-type(1) > .category-row {
  border-top: solid 0.5px #cbcbcb;
}
:not(.aXNw) .categories-header {
  width: 334px;
}
:not(.aXNw) .categories-header-text {
  font-size: 14px;
  color: #00cbeb;
  text-transform: uppercase;
}
:not(.aXNw) .categories ul {
  margin: 0;
}
:not(.aXNw) .handle {
  cursor: move;
}
:not(.aXNw) .settingsContainer .categories-type-name {
  margin-top: 0;
  text-transform: uppercase;
  padding-bottom: 23px;
  font-size: 20px;
}
:not(.aXNw) .settingsContainer [class^="icon-"],
:not(.aXNw) .settingsContainer [class*=" icon-"] {
  font-family: FontAwesome;
}
:not(.aXNw) .categories-helper-text {
  font-weight: normal;
}
:not(.aXNw) .clear-icon {
  z-index: 1000;
  position: absolute;
  right: 62px;
  top: 5px;
  height: 14px;
  margin: auto;
  margin-right: 10px;
  font-size: 14px;
  cursor: pointer;
  color: #c8c8c8;
}
:not(.aXNw) .clear-icon:hover {
  color: #888888;
}
:not(.aXNw) .next-category-placeholder {
  height: 0px;
  width: 100%;
}
:not(.aXNw) .next-category-placeholder-active {
  height: 15px;
}
:not(.aXNw) .next-category-placeholder-hovered {
  background-color: #cbcbcb;
}
:not(.aXNw) .category-hovered {
  border-left: 3px solid #cbcbcb;
}

:not(.aXNw) .green-bell {
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  background-color: #7ed321;
  font-size: 11px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  color: white;
}
:not(.aXNw) .green-bell i {
  width: 11px !important;
}
:not(.aXNw) .red-bell {
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  background-color: #fd306b;
  font-size: 11px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  color: white;
}
:not(.aXNw) .job-notification-trigger {
  margin: 5px 0 5px 0;
  width: 175px;
  height: 19px;
  position: relative;
}
:not(.aXNw) .job-notification-trigger .text {
  position: absolute;
  font-family: Gotham;
  font-weight: 500;
  color: #606060;
}
:not(.aXNw) .job-notification-trigger .input-toggle {
  position: absolute;
  top: 2px;
}
:not(.aXNw) .job-notification-trigger .input-toggle span {
  display: inline-block !important;
}
:not(.aXNw) .job-notification-trigger-right .input-toggle {
  right: 0;
}
:not(.aXNw) .job-notification-trigger-right .text {
  left: 0;
}
:not(.aXNw) .job-notification-trigger-left .input-toggle {
  left: 0;
}
:not(.aXNw) .job-notification-trigger-left .text {
  left: 40px;
}

:not(.aXNw) .online-payments-link {
  padding-top: 20px;
}
:not(.aXNw) .online-payments-link .payments-description {
  padding: 30px 0;
  display: block;
  font-size: 17px;
}
:not(.aXNw) .online-payments-link .common-payment-options {
  display: flex;
  background-color: white;
  border-radius: 7px;
  box-shadow: 0 0px 14px 3px rgba(0, 0, 0, 0.06);
  padding: 10px 0;
}
:not(.aXNw) .online-payments-link .common-payment-options .common-section {
  border-right: 1px solid #ddd;
  padding: 15px;
}
:not(.aXNw)
  .online-payments-link
  .common-payment-options
  .common-section.options {
  flex-grow: 1;
}
:not(.aXNw)
  .online-payments-link
  .common-payment-options
  .common-section.options
  .subcheckbox {
  margin-left: 60px;
}
:not(.aXNw)
  .online-payments-link
  .common-payment-options
  .common-section.options
  .subcheckbox
  label {
  font-weight: 600;
  color: #141414;
  font-family: "Nunito Sans", sans-serif;
  font-size: 13px;
}
:not(.aXNw)
  .online-payments-link
  .common-payment-options
  .common-section.line-items {
  flex-basis: 350px;
}
:not(.aXNw)
  .online-payments-link
  .common-payment-options
  .common-section.email {
  flex-basis: 350px;
  border: none;
}
:not(.aXNw)
  .online-payments-link
  .common-payment-options
  .payment-options-header {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
  padding-bottom: 14px;
  width: 80%;
  margin-bottom: 20px;
}
:not(.aXNw) .online-payments-link .common-payment-options .cnc-toggle {
  padding: 10px;
  display: flex;
  font-weight: 600;
}
:not(.aXNw)
  .online-payments-link
  .common-payment-options
  .cnc-toggle.subcheckbox {
  line-height: 25px;
}
:not(.aXNw)
  .online-payments-link
  .common-payment-options
  .cnc-toggle
  .checkbox {
  position: relative;
  top: 8px;
  width: 80px;
}
:not(.aXNw)
  .online-payments-link
  .common-payment-options
  .cnc-toggle
  .subcheckbox {
  width: 100% !important;
}
:not(.aXNw)
  .online-payments-link
  .common-payment-options
  .cnc-toggle
  .toggle-description {
  color: #bbb;
  line-height: 15px;
}
:not(.aXNw) .online-payments-link .common-payment-options .toggle-description {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 500;
}
:not(.aXNw) .online-payments-link .common-payment-options .title {
  font-size: 16px;
  font-weight: 600;
  line-height: 40px;
}
:not(.aXNw) .online-payments-link .specific-payment-options {
  background-color: white;
  margin-top: 40px;
  border-radius: 7px;
  box-shadow: 0 0px 14px 3px rgba(0, 0, 0, 0.06);
  padding: 20px 400px 10px 10px;
}
:not(.aXNw) .online-payments-link .specific-payment-options .options-section {
  border-bottom: 1px solid #ddd;
  margin-bottom: 40px;
}
:not(.aXNw)
  .online-payments-link
  .specific-payment-options
  .payment-options-header {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
  padding-bottom: 14px;
  margin-bottom: 40px;
}
:not(.aXNw) .online-payments-link .specific-payment-options .payment-tabs {
  display: flex;
  font-weight: bold;
  font-size: 16px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 23px;
}
:not(.aXNw) .online-payments-link .specific-payment-options .payment-tabs div {
  margin-right: 40px;
  padding-bottom: 10px;
  cursor: pointer;
}
:not(.aXNw)
  .online-payments-link
  .specific-payment-options
  .payment-tabs
  div.active {
  border-bottom: 2px solid #289cf5;
}
:not(.aXNw) .online-payments-link .specific-payment-options .alert {
  max-width: 50%;
}
:not(.aXNw) .online-payments-link .specific-payment-options .alert p.lead {
  margin: 0;
}
:not(.aXNw) .online-payments-link .specific-payment-options .alert a.btn {
  color: #333 !important;
}
:not(.aXNw)
  .online-payments-link
  .specific-payment-options
  .alert
  a.btn
  :hover {
  color: #333 !important;
}
:not(.aXNw) .online-payments-link .first-column {
  position: relative;
}
:not(.aXNw) .online-payments-link .first-column .header {
  position: absolute;
  left: 16px;
  top: 0px;
  font-weight: 600;
}
:not(.aXNw) .online-payments-link .first-column:before {
  content: "";
  background: #e6eaee;
  position: absolute;
  top: 30px;
  right: 0;
  height: 90%;
  width: 1px;
}
:not(.aXNw) .online-payments-link .first-column:after {
  content: "";
  background: #e6eaee;
  position: absolute;
  top: 30px;
  left: 0;
  height: 1px;
  width: 560px;
  margin-left: 16px;
}
:not(.aXNw) .online-payments-link .first-column .businessunit-select {
  position: relative;
  margin-top: 50px;
  padding-top: 10px;
}
:not(.aXNw)
  .online-payments-link
  .first-column
  .businessunit-select
  .businessunit-select-title {
  position: absolute;
  left: 0;
  top: -30px;
  font-weight: 600;
}
:not(.aXNw) .online-payments-link .first-column .businessunit-select:after {
  content: "";
  background: #e6eaee;
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 560px;
}
:not(.aXNw)
  .online-payments-link
  .first-column
  .businessunit-select
  .businessunit-select-checkboxes {
  column-count: 2;
  column-fill: auto;
  height: 300px;
}
:not(.aXNw) .online-payments-link .second-column {
  position: relative;
}
:not(.aXNw) .online-payments-link .second-column .header {
  position: absolute;
  left: 70px;
  top: 0px;
  font-weight: 600;
}
:not(.aXNw) .online-payments-link .second-column:after {
  content: "";
  background: #e6eaee;
  position: absolute;
  top: 30px;
  right: 0;
  height: 1px;
  width: 335px;
  margin-right: 16px;
}
:not(.aXNw) .online-payments-link .second-column,
:not(.aXNw) .online-payments-link .first-column {
  padding-top: 43px;
}
:not(.aXNw) .online-payments-link .ui.form {
  margin-top: 30px;
}
:not(.aXNw) .online-payments-link .ui.form textarea {
  resize: none;
  padding: 16px 14px 16px 14px;
}
:not(.aXNw) .online-payments-link .ui.form input,
:not(.aXNw) .online-payments-link .ui.form textarea {
  background-color: #f8fafc !important;
}
:not(.aXNw) .online-payments-link .ui.form .field label {
  color: #7f8fa4;
}
:not(.aXNw) .online-payments-link .email-validation-message {
  position: absolute !important;
  top: -39px;
}
:not(.aXNw) .online-payments-link .emails input[disabled] {
  opacity: 1 !important;
}
:not(.aXNw) .online-payments-link .infotext {
  margin-top: -40px;
  margin-bottom: 10px;
}
:not(.aXNw) .online-payments-link .tooltiphelper > .tooltip {
  width: 400px !important;
}
:not(.aXNw) .online-payments-link .saved-payment-card {
  margin-top: 30px;
  padding: 10px;
  padding-top: 15px;
  background-color: white;
  border-radius: 7px;
  box-shadow: 0 0px 14px 3px rgba(0, 0, 0, 0.06);
}
:not(.aXNw) .online-payments-link .saved-payment-card .subtitle {
  padding-left: 15px;
  color: #bbb;
  line-height: 15px;
}
:not(.aXNw) .online-payments-link .saved-payment-card .title {
  padding-left: 15px;
  font-size: 16px;
  font-weight: 600;
  line-height: 40px;
}
:not(.aXNw) .online-payments-link .saved-payment-card .cnc-toggle {
  display: flex;
}
:not(.aXNw) .online-payments-link .saved-payment-card .cnc-toggle .checkbox {
  position: relative;
  top: 8px;
  width: 80px;
}
:not(.aXNw) .online-payments-link .saved-payment-card .cnc-toggle .subtitle {
  padding-left: 0px;
}
:not(.aXNw) .online-payments-link .saved-payment-card .cnc-toggle .title {
  font-weight: 600;
  padding-left: 0px;
}
:not(.aXNw) .online-payments-link .saved-payment-card .box {
  margin-top: 30px;
  padding: 10px;
  padding-top: 15px;
  background-color: white;
  border-radius: 7px;
  box-shadow: 0 0px 14px 3px rgba(0, 0, 0, 0.06);
}
:not(.aXNw) .online-payments-link .box2 {
  background-color: white;
  border-radius: 7px;
  box-shadow: 0 0px 14px 3px rgba(0, 0, 0, 0.06);
  margin-left: 15px;
}

:not(.aXNw) .technician-availability-container {
  font-size: 14px;
  margin: -10px -20px 0;
  background-color: white;
}
:not(.aXNw) .technician-availability-container a {
  color: #00c0e9;
  text-decoration: none;
}
:not(.aXNw) .technician-availability-container a:visited {
  text-decoration: none;
  color: inherit;
}
:not(.aXNw) .technician-availability-container a:hover {
  text-decoration: none;
  color: #00c0e9;
}
:not(.aXNw) .technician-availability-container h1 {
  font-family:
    "wf_segoe-ui", "Segoe UI", "Lucida Sans", "Helvetica Neue", Helvetica,
    Arial, sans-serif;
  font-weight: normal;
  font-size: 24px;
  margin: 10px 0;
}
:not(.aXNw) .technician-availability-container .ui.dropdown {
  margin-bottom: 5px;
  font-size: 13px;
}
:not(.aXNw) .technician-availability-container .ui.dropdown > .label {
  text-shadow: none;
}
:not(.aXNw) .technician-availability-container .ui.grid {
  margin: 0 !important;
}
:not(.aXNw) .technician-availability-container .ui.grid > .row {
  margin: 0;
}
:not(.aXNw) .technician-availability-container .ui.checkbox label:before {
  top: 2px;
  left: 2px;
  width: 18px;
  height: 18px;
  border-radius: 2px;
  border: solid 1px #1fbad6 !important;
}
:not(.aXNw)
  .technician-availability-container
  .ui.checkbox
  input:checked
  ~ label:after {
  color: #1fbad6 !important;
}
:not(.aXNw) #create-shift-flyout {
  width: 40%;
  min-width: 620px;
}
:not(.aXNw) #create-shift-flyout label {
  font-size: 14px;
  letter-spacing: 0.35px;
}
:not(.aXNw) #create-shift-flyout > .header {
  padding: 20px 30px;
  background-color: #f8fafc;
  color: #354052;
}
:not(.aXNw) #create-shift-flyout > .header .ui.segment {
  padding: 0;
}
:not(.aXNw) #create-shift-flyout > .header h3 {
  font-size: 25px;
  font-weight: normal;
  letter-spacing: -0.35px;
  margin: 0;
}
:not(.aXNw) #create-shift-flyout > .header .close.button {
  color: #7f8fa4;
  margin-left: 20px;
  opacity: 0.8;
  padding: 8px !important;
}
:not(.aXNw) #create-shift-flyout > .header .close.button,
:not(.aXNw) #create-shift-flyout > .header .close.button:hover,
:not(.aXNw) #create-shift-flyout > .header .close.button:active,
:not(.aXNw) #create-shift-flyout > .header .close.button:focus {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
}
:not(.aXNw) #create-shift-flyout > .header .close.button > span {
  font-size: 28px;
}
:not(.aXNw) #create-shift-flyout .body {
  background-color: #f8fafc;
  height: 85%;
  padding: 0;
}
@media (max-height: 760px) {
  :not(.aXNw) #create-shift-flyout .body {
    height: 77%;
  }
}
:not(.aXNw) #create-shift-flyout .body .shift-options {
  padding: 0 35px;
}
:not(.aXNw) #create-shift-flyout .body .shift-choice {
  margin-bottom: 15px;
  padding: 0 30px;
}
:not(.aXNw) #create-shift-flyout .body .shift-repeats.row {
  padding: 0 0 20px;
}
:not(.aXNw) #create-shift-flyout .body .checkbox {
  padding: 0;
}
:not(.aXNw) #create-shift-flyout .body input {
  border: 1px solid #ced0da;
}
:not(.aXNw) #create-shift-flyout .body .dropdown {
  min-width: 0;
}
:not(.aXNw) #create-shift-flyout .body .title-block {
  padding: 0 30px;
}
:not(.aXNw) #create-shift-flyout .body .start-selector {
  margin-left: 15px;
}
:not(.aXNw) #create-shift-flyout .body .start-selector .k-old-picker-wrap,
:not(.aXNw) #create-shift-flyout .body .end-selector .k-old-picker-wrap {
  height: 43px;
  border: 1px solid rgba(34, 36, 38, 0.15);
  color: rgba(0, 0, 0, 0.92);
  border-radius: 0.25rem;
}
:not(.aXNw) #create-shift-flyout .body .start-selector .k-old-picker-wrap input,
:not(.aXNw) #create-shift-flyout .body .end-selector .k-old-picker-wrap input {
  text-align: right;
  border: 0;
  background-color: #fff;
}
:not(.aXNw) #create-shift-flyout .body .shift-length {
  font-size: 13px;
}
:not(.aXNw) #create-shift-flyout .body .shift-length span {
  display: inline-block;
  margin-top: 10px;
}
:not(.aXNw) #create-shift-flyout .body .frequency-block {
  padding: 0 15px;
}
:not(.aXNw) #create-shift-flyout .body .filler {
  padding: 0 7px;
}
:not(.aXNw) #create-shift-flyout .row {
  margin: 0;
}
:not(.aXNw) #create-shift-flyout .technician-selector-block {
  background-color: #ebf0f1;
  padding: 0 15px 20px 15px;
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
}
:not(.aXNw)
  #create-shift-flyout
  .technician-selector-block
  .business-units.field {
  margin-right: 10px;
}
:not(.aXNw)
  #create-shift-flyout
  .technician-selector-block
  input[type="radio"]
  + label {
  font-weight: 600;
  font-size: 13px;
  top: 3px;
}
:not(.aXNw) #create-shift-flyout .technician-selector-block .filter-dropdown {
  margin-top: 20px;
}
:not(.aXNw)
  #create-shift-flyout
  .technician-selector-block
  .validation-message {
  top: 3px;
}
:not(.aXNw)
  #create-shift-flyout
  .technician-selector-block
  .validation-message {
  top: 3px;
}
:not(.aXNw) #create-shift-flyout .add-note {
  padding: 30px 15px;
}
:not(.aXNw) #create-shift-flyout .footer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  background-color: white;
}
:not(.aXNw) #create-shift-flyout .ui.input,
:not(.aXNw) #create-shift-flyout > input {
  width: 100%;
}
:not(.aXNw) #create-shift-flyout div.column.nowrap {
  white-space: nowrap;
  vertical-align: middle;
}
:not(.aXNw) #create-shift-flyout .column > .ui.dropdown {
  width: 100%;
}
:not(.aXNw) #create-shift-flyout .repeats-block {
  background-color: #ebebeb;
  padding: 15px;
}
:not(.aXNw) #create-shift-flyout .repeats-block .button.blue {
  background-color: white !important;
}
:not(.aXNw) #create-shift-flyout .repeats-block .validation-message {
  margin-left: 0;
  margin-top: 10px;
  z-index: 9;
}
:not(.aXNw) #create-shift-flyout .repeats-block .validation-message:after {
  display: none;
}
:not(.aXNw) #create-shift-flyout .repeats-block .select-placeholder {
  font-size: 13px;
}
:not(.aXNw) #create-shift-flyout .select-placeholder {
  position: absolute;
  z-index: 1;
  opacity: 0.4;
}
:not(.aXNw) #create-shift-flyout .select-placeholder.time-label {
  top: 26px;
  left: 25px;
}
:not(.aXNw) #create-shift-flyout .select-placeholder.time-label ~ select {
  width: 205px;
  padding-left: 110px !important;
}
:not(.aXNw)
  #create-shift-flyout
  .select-placeholder.time-label
  ~ .ui.dropdown
  > .text {
  position: relative;
  left: 90px !important;
}
:not(.aXNw) #create-shift-flyout .select-placeholder.repeats {
  top: 31px;
  right: 32px;
}
:not(.aXNw) #create-shift-flyout .nowrap {
  white-space: nowrap;
}
:not(.aXNw) #create-shift-flyout .left-stick {
  padding-left: 0;
}
:not(.aXNw) #create-shift-flyout .right-stick {
  padding-right: 0;
}
:not(.aXNw) #create-shift-flyout .validation-message {
  position: relative;
  line-height: 26px;
  margin-top: 0em;
  margin-left: 0.6666em;
  font-size: 0.85714286rem;
  white-space: nowrap;
}
:not(.aXNw) .ui.button.basic.link,
:not(.aXNw) .ui.button.basic.link:hover,
:not(.aXNw) .ui.button.basic.link:focus {
  box-shadow: 0 0 !important;
}
:not(.aXNw) .ta-grid {
  height: 100%;
}
:not(.aXNw) .ta-grid h2 {
  font-family:
    "wf_segoe-ui", "Segoe UI", "Lucida Sans", "Helvetica Neue", Helvetica,
    Arial, sans-serif;
  font-weight: normal;
  font-size: 18px;
}
:not(.aXNw) .ta-grid .today {
  background-color: #f7f8fc !important;
}
:not(.aXNw) .ta-nav {
  color: #354052;
  display: inline-block;
  margin: 0;
  border-bottom: 1px solid #d3d3d3;
  background-color: #fcfcfc;
  top: calc(var(--nav-offset-top) + 61px);
  overflow-y: auto !important;
  overflow-x: hidden !important;
  z-index: 900;
  width: 100%;
  padding: 17px 20px 15px;
  min-width: 670px;
  position: fixed;
}
:not(.aXNw) .ta-nav .row {
  margin-right: 40px;
}
:not(.aXNw) .ta-nav .white.buttons .button {
  background-color: #fff !important;
}
:not(.aXNw) .ta-nav .grey.button {
  background-color: #97b3ce !important;
  color: #fff !important;
}
:not(.aXNw) .ta-nav .menu {
  position: fixed !important;
  top: 108px !important;
  left: 254px !important;
}
:not(.aXNw) .ta-nav .vl {
  border-left: 1px solid;
}
:not(.aXNw) .calendar-popup {
  position: absolute;
  z-index: 100;
}
:not(.aXNw) .datepicker .table-condensed tr.week:hover {
  background: #eee;
}
:not(.aXNw) .datepicker .table-condensed .week-active,
:not(.aXNw) .datepicker .table-condensed .week.week-active,
:not(.aXNw) .datepicker .table-condensed .week.week-active:hover,
:not(.aXNw) .datepicker .table-condensed .week.week-active td {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#0088cc),
    to(#0044cc)
  );
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(top, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
:not(.aXNw) .datepicker .table-condensed tfoot th {
  padding: 4px 0;
  cursor: default;
}
:not(.aXNw) .datepicker .table-condensed tfoot th:hover {
  background: transparent;
}
:not(.aXNw) .datepicker .table-condensed tfoot th.today,
:not(.aXNw) .datepicker .table-condensed tfoot th.done {
  cursor: pointer;
}
:not(.aXNw) .datepicker .table-condensed tfoot th.today:hover,
:not(.aXNw) .datepicker .table-condensed tfoot th.done:hover {
  background: #eeeeee;
}
:not(.aXNw) #ta-tabs {
  top: var(--nav-offset-top);
  width: 100%;
  background-color: white;
  padding-left: 20px;
  position: fixed;
  padding-top: 15px;
  z-index: 900;
}
:not(.aXNw) #ta-container {
  overflow-x: auto;
  position: absolute;
  top: calc(var(--nav-offset-top) + 131px);
  z-index: 900;
}
:not(.aXNw) #ta-splitter {
  padding: 0;
}
:not(.aXNw) #left-pane {
  padding: 0 10px 10px;
  width: 220px;
  height: 100%;
  position: fixed;
  z-index: 1;
  background-color: white;
  border-right: 1px solid rgba(34, 36, 38, 0.15);
}
:not(.aXNw) #right-pane {
  margin-left: 210px;
}
:not(.aXNw) #right-pane .k-old-grid-header {
  padding-right: 0 !important;
}
:not(.aXNw) #right-pane .k-old-grid-header .k-old-grid-header-wrap {
  position: fixed;
  z-index: 3;
  border-bottom: 1px solid rgba(34, 36, 38, 0.15);
  width: inherit;
  min-width: 885px;
}
:not(.aXNw) #right-pane .k-old-grid-content {
  overflow-y: auto;
  margin-top: 35px;
  height: calc(100vh - 224px) !important;
}
:not(.aXNw) #right-pane > .pane-content {
  margin-left: 9px;
  min-width: 900px;
}
:not(.aXNw) #right-pane > .pane-content .k-old-grid {
  border: none;
}
:not(.aXNw) #right-pane > .pane-content .k-old-grid .k-old-header {
  border: none;
  text-align: center;
}
:not(.aXNw)
  #right-pane
  > .pane-content
  .k-old-grid
  tr[role="row"]
  td:first-child {
  text-transform: uppercase;
  color: #9dabbd;
  font-weight: bold;
  padding: 10px 20px;
}
:not(.aXNw) #right-pane > .pane-content .k-old-grid td[role="gridcell"] {
  height: 60px;
  padding: 0.4em;
  border: none;
  border-bottom: 1px solid #e6e6e6;
  vertical-align: top;
}
:not(.aXNw) #right-pane > .pane-content .k-old-grid tr.k-old-state-selected {
  background-color: #fff;
}
:not(.aXNw)
  #right-pane
  > .pane-content
  .k-old-grid
  tr.k-old-state-selected:hover
  td {
  background-color: #ebebeb;
}
:not(.aXNw) #right-pane > .pane-content .k-old-grid tr:hover {
  background-color: #fff;
}
:not(.aXNw) #left-pane > .pane-content {
  margin-right: 5px;
  min-width: 170px;
}
:not(.aXNw) #left-pane > .pane-content .pane-section {
  padding: 15px;
}
:not(.aXNw) #left-pane > .pane-content .pane-section .ui.checkbox {
  margin-right: 0.35em;
}
:not(.aXNw) #left-pane > .pane-content .pane-section .field:after {
  background-color: #00c89c;
  border-radius: 50%;
  content: "";
  display: inline-block;
  margin-bottom: 2px;
  width: 8px;
  height: 8px;
}
:not(.aXNw)
  #left-pane
  > .pane-content
  .pane-section
  .field
  div.tooltip.fade.right.in {
  width: 300px;
}
:not(.aXNw) #left-pane > .pane-content .pane-section .field.on-call:after {
  background-color: #ffbb00;
}
:not(.aXNw) #left-pane > .pane-content .pane-section .field.time-off:after {
  background-color: #9fb1c1;
}
:not(.aXNw) #left-pane > .pane-content .checkbox {
  padding-left: 0;
}
:not(.aXNw) #left-pane > .pane-content .section-header {
  font-weight: 800;
  margin-bottom: 12px;
}
:not(.aXNw) .right-aligned {
  padding-left: 125px;
}
:not(.aXNw) .shift-item {
  font-size: 12px;
  background-color: #f5f5f5;
  border-top: 4px solid #00c89c;
  margin: 10px 0;
  min-height: 55px;
  position: relative;
}
:not(.aXNw) .shift-item.on-call {
  border-top: 4px solid #ffbb00;
}
:not(.aXNw) .shift-item.time-off {
  border-top: 4px solid #9fb1c1;
}
:not(.aXNw) .shift-item b {
  white-space: nowrap;
}
:not(.aXNw) .shift-item .shift-info {
  position: absolute;
  overflow: hidden;
  padding: 5px;
  top: 0;
  height: 45px;
}
:not(.aXNw) .shift-item .shift-hover-block {
  display: none;
}
:not(.aXNw) .shift-item:hover > .shift-hover-block {
  position: relative;
  z-index: 2;
  opacity: 0.75;
  display: block;
}
:not(.aXNw) .shift-item:hover > .shift-hover-block div {
  width: 100%;
}
:not(.aXNw) .shift-item:hover > .shift-hover-block .button {
  height: 33px;
  padding: 11px 11px;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
:not(.aXNw) .shift-item:hover > .shift-hover-block i {
  font-size: 22px;
}
:not(.aXNw) .k-old-state-selected .shift-item {
  background-color: #fff;
  color: #354052;
}
:not(.aXNw) #week-days-range {
  width: 120px;
  padding-left: 0;
  padding-right: 0;
}
:not(.aXNw) .multiday {
  width: 16px;
  height: 16px;
  object-fit: contain;
}
:not(.aXNw) #mass-delete-shift-modal .datepicker {
  width: 100px;
}
:not(.aXNw) #mass-delete-shift-modal span {
  font-weight: bold;
  vertical-align: super;
}
:not(.aXNw) #mass-delete-shift-modal span.validation-message {
  display: none;
}

:not(.aXNw) .uppercase {
  text-transform: uppercase;
  letter-spacing: 0.035em;
}
:not(.aXNw) .lowercase {
  text-transform: none;
  letter-spacing: 0;
}
:not(.aXNw) .no-margin {
  margin: 0;
}
:not(.aXNw) .no-border {
  border: none;
  border-radius: 0px;
}
:not(.aXNw) .st-well {
  min-height: 420px;
  min-width: 950px;
  border-radius: 6px;
  background-color: #fff;
  border: solid 1px #e6eaee;
  padding: 40px;
  margin-bottom: 50px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
:not(.aXNw) .st-info-banner {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  position: relative;
  margin-bottom: 20px;
  margin-right: 30px;
}
:not(.aXNw) .st-info-banner table {
  border-radius: 5px;
}
:not(.aXNw) .st-info-banner td {
  border-top: 0px;
  padding-left: 6px;
  padding-right: 10px;
}
:not(.aXNw) .st-info-banner thead {
  border-radius: 5px;
  background-color: #fafafa;
  border-bottom: solid 2px #e9e9e9;
}
:not(.aXNw) .st-info-banner thead th {
  padding-top: 18px;
  padding-bottom: 15px;
}
:not(.aXNw) .st-info-banner thead th.title {
  font-weight: 500;
  color: #777777;
  font-size: 18px;
  padding-left: 20px;
  vertical-align: middle;
}
:not(.aXNw) .st-info-banner thead th .action {
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  padding-right: 21px;
}
:not(.aXNw) .st-info-banner thead th .action.action-danger {
  color: #da625b;
  font-size: 14px;
  padding-right: 26px;
}
:not(.aXNw) .st-info-banner td.result {
  font-weight: 500;
  color: #999999;
}
:not(.aXNw) .st-customized-scrollbar {
  overflow-y: auto;
}
:not(.aXNw) .st-customized-scrollbar::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
:not(.aXNw) .st-customized-scrollbar::-webkit-scrollbar-button {
  background: transparent;
  height: 6px;
}
:not(.aXNw) .st-customized-scrollbar::-webkit-scrollbar-track-piece {
  background-color: rgba(127, 127, 127, 0.1);
  border-radius: 3px;
}
:not(.aXNw) .st-customized-scrollbar::-webkit-scrollbar-thumb {
  background-color: rgba(127, 127, 127, 0.35);
  border-radius: 3px;
}
:not(.aXNw) .baseline {
  vertical-align: baseline !important;
}
:not(.aXNw) .btn-gradient {
  background-image: linear-gradient(
    rgba(255, 255, 255, 0.15),
    rgba(255, 255, 255, 0) 50%,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.065)
  );
  background-origin: border-box;
  background-size: 100% 100%;
  background-position-y: 0px;
}
:not(.aXNw) .btn-hover {
  background-image:
    linear-gradient(
      rgba(255, 255, 255, 0.15),
      rgba(255, 255, 255, 0) 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0.065)
    ),
    url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNk4AIAABAADApMaRMAAAAASUVORK5CYII=");
}
:not(.aXNw) .btn-hover.btn-primary,
:not(.aXNw) .btn-hover.btn-danger,
:not(.aXNw) .btn-hover.btn-success {
  background-image:
    linear-gradient(
      rgba(255, 255, 255, 0.15),
      rgba(255, 255, 255, 0) 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0.065)
    ),
    url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkEAEAABoAFhhTXcgAAAAASUVORK5CYII=");
}
:not(.aXNw) .btn-hover:disabled,
:not(.aXNw) .btn-hover.disabled {
  background-image: linear-gradient(
    rgba(255, 255, 255, 0.2),
    rgba(255, 255, 255, 0) 50%,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.1)
  );
}
:not(.aXNw) .btn-transition {
  transition:
    background 0.125s ease,
    background-image 0.125s ease,
    background-size 0.125s ease,
    box-shadow,
    0.125s ease;
}
:not(.aXNw) .btn-primary-padding {
  padding-left: 1.65rem;
  padding-right: 1.65rem;
}
:not(.aXNw) .st-btn,
:not(.aXNw) .st-button,
:not(.aXNw) .st-select .btn,
:not(.aXNw) .st-select .st-btn,
:not(.aXNw) .st-radio-group > .btn,
:not(.aXNw) .st-radio-group > .st-btn {
  background-color: #fbfbfb;
  border: solid 1px rgba(0, 0, 0, 0.125);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-image: linear-gradient(
    rgba(255, 255, 255, 0.15),
    rgba(255, 255, 255, 0) 50%,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.065)
  );
  background-origin: border-box;
  background-size: 100% 100%;
  background-position-y: 0px;
  color: #333;
  transition:
    background 0.125s ease,
    background-image 0.125s ease,
    background-size 0.125s ease,
    box-shadow,
    0.125s ease;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  min-height: 24px;
  padding: 5px 0.75em 6px;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}
:not(.aXNw) .st-btn:link,
:not(.aXNw) .st-button:link,
:not(.aXNw) .st-select .btn:link,
:not(.aXNw) .st-select .st-btn:link,
:not(.aXNw) .st-radio-group > .btn:link,
:not(.aXNw) .st-radio-group > .st-btn:link,
:not(.aXNw) .st-btn:visited,
:not(.aXNw) .st-button:visited,
:not(.aXNw) .st-select .btn:visited,
:not(.aXNw) .st-select .st-btn:visited,
:not(.aXNw) .st-radio-group > .btn:visited,
:not(.aXNw) .st-radio-group > .st-btn:visited,
:not(.aXNw) .st-btn:active,
:not(.aXNw) .st-button:active,
:not(.aXNw) .st-select .btn:active,
:not(.aXNw) .st-select .st-btn:active,
:not(.aXNw) .st-radio-group > .btn:active,
:not(.aXNw) .st-radio-group > .st-btn:active,
:not(.aXNw) .st-btn:hover,
:not(.aXNw) .st-button:hover,
:not(.aXNw) .st-select .btn:hover,
:not(.aXNw) .st-select .st-btn:hover,
:not(.aXNw) .st-radio-group > .btn:hover,
:not(.aXNw) .st-radio-group > .st-btn:hover {
  color: #333;
}
:not(.aXNw) .st-btn:link:hover,
:not(.aXNw) .st-button:link:hover,
:not(.aXNw) .st-select .btn:link:hover,
:not(.aXNw) .st-select .st-btn:link:hover,
:not(.aXNw) .st-radio-group > .btn:link:hover,
:not(.aXNw) .st-radio-group > .st-btn:link:hover,
:not(.aXNw) .st-btn:visited:hover,
:not(.aXNw) .st-button:visited:hover,
:not(.aXNw) .st-select .btn:visited:hover,
:not(.aXNw) .st-select .st-btn:visited:hover,
:not(.aXNw) .st-radio-group > .btn:visited:hover,
:not(.aXNw) .st-radio-group > .st-btn:visited:hover,
:not(.aXNw) .st-btn:active:hover,
:not(.aXNw) .st-button:active:hover,
:not(.aXNw) .st-select .btn:active:hover,
:not(.aXNw) .st-select .st-btn:active:hover,
:not(.aXNw) .st-radio-group > .btn:active:hover,
:not(.aXNw) .st-radio-group > .st-btn:active:hover,
:not(.aXNw) .st-btn:hover:hover,
:not(.aXNw) .st-button:hover:hover,
:not(.aXNw) .st-select .btn:hover:hover,
:not(.aXNw) .st-select .st-btn:hover:hover,
:not(.aXNw) .st-radio-group > .btn:hover:hover,
:not(.aXNw) .st-radio-group > .st-btn:hover:hover {
  color: #333;
}
:not(.aXNw) .st-btn:hover,
:not(.aXNw) .st-button:hover,
:not(.aXNw) .st-select .btn:hover,
:not(.aXNw) .st-select .st-btn:hover,
:not(.aXNw) .st-radio-group > .btn:hover,
:not(.aXNw) .st-radio-group > .st-btn:hover {
  background-image:
    linear-gradient(
      rgba(255, 255, 255, 0.15),
      rgba(255, 255, 255, 0) 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0.065)
    ),
    url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNk4AIAABAADApMaRMAAAAASUVORK5CYII=");
}
:not(.aXNw) .st-btn:hover.btn-primary,
:not(.aXNw) .st-button:hover.btn-primary,
:not(.aXNw) .st-select .btn:hover.btn-primary,
:not(.aXNw) .st-select .st-btn:hover.btn-primary,
:not(.aXNw) .st-radio-group > .btn:hover.btn-primary,
:not(.aXNw) .st-radio-group > .st-btn:hover.btn-primary,
:not(.aXNw) .st-btn:hover.btn-danger,
:not(.aXNw) .st-button:hover.btn-danger,
:not(.aXNw) .st-select .btn:hover.btn-danger,
:not(.aXNw) .st-select .st-btn:hover.btn-danger,
:not(.aXNw) .st-radio-group > .btn:hover.btn-danger,
:not(.aXNw) .st-radio-group > .st-btn:hover.btn-danger,
:not(.aXNw) .st-btn:hover.btn-success,
:not(.aXNw) .st-button:hover.btn-success,
:not(.aXNw) .st-select .btn:hover.btn-success,
:not(.aXNw) .st-select .st-btn:hover.btn-success,
:not(.aXNw) .st-radio-group > .btn:hover.btn-success,
:not(.aXNw) .st-radio-group > .st-btn:hover.btn-success {
  background-image:
    linear-gradient(
      rgba(255, 255, 255, 0.15),
      rgba(255, 255, 255, 0) 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0.065)
    ),
    url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkEAEAABoAFhhTXcgAAAAASUVORK5CYII=");
}
:not(.aXNw) .st-btn:hover:disabled,
:not(.aXNw) .st-button:hover:disabled,
:not(.aXNw) .st-select .btn:hover:disabled,
:not(.aXNw) .st-select .st-btn:hover:disabled,
:not(.aXNw) .st-radio-group > .btn:hover:disabled,
:not(.aXNw) .st-radio-group > .st-btn:hover:disabled,
:not(.aXNw) .st-btn:hover.disabled,
:not(.aXNw) .st-button:hover.disabled,
:not(.aXNw) .st-select .btn:hover.disabled,
:not(.aXNw) .st-select .st-btn:hover.disabled,
:not(.aXNw) .st-radio-group > .btn:hover.disabled,
:not(.aXNw) .st-radio-group > .st-btn:hover.disabled {
  background-image: linear-gradient(
    rgba(255, 255, 255, 0.2),
    rgba(255, 255, 255, 0) 50%,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.1)
  );
}
:not(.aXNw) .st-btn:disabled,
:not(.aXNw) .st-button:disabled,
:not(.aXNw) .st-select .btn:disabled,
:not(.aXNw) .st-select .st-btn:disabled,
:not(.aXNw) .st-radio-group > .btn:disabled,
:not(.aXNw) .st-radio-group > .st-btn:disabled,
:not(.aXNw) .st-btn.disabled,
:not(.aXNw) .st-button.disabled,
:not(.aXNw) .st-select .btn.disabled,
:not(.aXNw) .st-select .st-btn.disabled,
:not(.aXNw) .st-radio-group > .btn.disabled,
:not(.aXNw) .st-radio-group > .st-btn.disabled {
  opacity: 0.35;
  cursor: default;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
:not(.aXNw) .st-btn:active,
:not(.aXNw) .st-button:active,
:not(.aXNw) .st-select .btn:active,
:not(.aXNw) .st-select .st-btn:active,
:not(.aXNw) .st-radio-group > .btn:active,
:not(.aXNw) .st-radio-group > .st-btn:active,
:not(.aXNw) .st-btn.active,
:not(.aXNw) .st-button.active,
:not(.aXNw) .st-select .btn.active,
:not(.aXNw) .st-select .st-btn.active,
:not(.aXNw) .st-radio-group > .btn.active,
:not(.aXNw) .st-radio-group > .st-btn.active {
  background-size: 100% 500%;
  background-position-y: -50px;
  -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.15);
  background-image:
    linear-gradient(
      rgba(255, 255, 255, 0.15),
      rgba(255, 255, 255, 0) 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0.065)
    ),
    url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNk4AIAABAADApMaRMAAAAASUVORK5CYII=");
  border-top: solid 1px rgba(0, 0, 0, 0.2);
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 2;
}
:not(.aXNw) .st-btn:active.btn-primary,
:not(.aXNw) .st-button:active.btn-primary,
:not(.aXNw) .st-select .btn:active.btn-primary,
:not(.aXNw) .st-select .st-btn:active.btn-primary,
:not(.aXNw) .st-radio-group > .btn:active.btn-primary,
:not(.aXNw) .st-radio-group > .st-btn:active.btn-primary,
:not(.aXNw) .st-btn.active.btn-primary,
:not(.aXNw) .st-button.active.btn-primary,
:not(.aXNw) .st-select .btn.active.btn-primary,
:not(.aXNw) .st-select .st-btn.active.btn-primary,
:not(.aXNw) .st-radio-group > .btn.active.btn-primary,
:not(.aXNw) .st-radio-group > .st-btn.active.btn-primary,
:not(.aXNw) .st-btn:active.btn-danger,
:not(.aXNw) .st-button:active.btn-danger,
:not(.aXNw) .st-select .btn:active.btn-danger,
:not(.aXNw) .st-select .st-btn:active.btn-danger,
:not(.aXNw) .st-radio-group > .btn:active.btn-danger,
:not(.aXNw) .st-radio-group > .st-btn:active.btn-danger,
:not(.aXNw) .st-btn.active.btn-danger,
:not(.aXNw) .st-button.active.btn-danger,
:not(.aXNw) .st-select .btn.active.btn-danger,
:not(.aXNw) .st-select .st-btn.active.btn-danger,
:not(.aXNw) .st-radio-group > .btn.active.btn-danger,
:not(.aXNw) .st-radio-group > .st-btn.active.btn-danger,
:not(.aXNw) .st-btn:active.btn-success,
:not(.aXNw) .st-button:active.btn-success,
:not(.aXNw) .st-select .btn:active.btn-success,
:not(.aXNw) .st-select .st-btn:active.btn-success,
:not(.aXNw) .st-radio-group > .btn:active.btn-success,
:not(.aXNw) .st-radio-group > .st-btn:active.btn-success,
:not(.aXNw) .st-btn.active.btn-success,
:not(.aXNw) .st-button.active.btn-success,
:not(.aXNw) .st-select .btn.active.btn-success,
:not(.aXNw) .st-select .st-btn.active.btn-success,
:not(.aXNw) .st-radio-group > .btn.active.btn-success,
:not(.aXNw) .st-radio-group > .st-btn.active.btn-success {
  background-image:
    linear-gradient(
      rgba(255, 255, 255, 0.15),
      rgba(255, 255, 255, 0) 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0.065)
    ),
    url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkEAEAABoAFhhTXcgAAAAASUVORK5CYII=");
}
:not(.aXNw) .st-btn:active:disabled,
:not(.aXNw) .st-button:active:disabled,
:not(.aXNw) .st-select .btn:active:disabled,
:not(.aXNw) .st-select .st-btn:active:disabled,
:not(.aXNw) .st-radio-group > .btn:active:disabled,
:not(.aXNw) .st-radio-group > .st-btn:active:disabled,
:not(.aXNw) .st-btn.active:disabled,
:not(.aXNw) .st-button.active:disabled,
:not(.aXNw) .st-select .btn.active:disabled,
:not(.aXNw) .st-select .st-btn.active:disabled,
:not(.aXNw) .st-radio-group > .btn.active:disabled,
:not(.aXNw) .st-radio-group > .st-btn.active:disabled,
:not(.aXNw) .st-btn:active.disabled,
:not(.aXNw) .st-button:active.disabled,
:not(.aXNw) .st-select .btn:active.disabled,
:not(.aXNw) .st-select .st-btn:active.disabled,
:not(.aXNw) .st-radio-group > .btn:active.disabled,
:not(.aXNw) .st-radio-group > .st-btn:active.disabled,
:not(.aXNw) .st-btn.active.disabled,
:not(.aXNw) .st-button.active.disabled,
:not(.aXNw) .st-select .btn.active.disabled,
:not(.aXNw) .st-select .st-btn.active.disabled,
:not(.aXNw) .st-radio-group > .btn.active.disabled,
:not(.aXNw) .st-radio-group > .st-btn.active.disabled {
  background-image: linear-gradient(
    rgba(255, 255, 255, 0.2),
    rgba(255, 255, 255, 0) 50%,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.1)
  );
}
:not(.aXNw) .st-btn:focus,
:not(.aXNw) .st-button:focus,
:not(.aXNw) .st-select .btn:focus,
:not(.aXNw) .st-select .st-btn:focus,
:not(.aXNw) .st-radio-group > .btn:focus,
:not(.aXNw) .st-radio-group > .st-btn:focus,
:not(.aXNw) .st-btn:active,
:not(.aXNw) .st-button:active,
:not(.aXNw) .st-select .btn:active,
:not(.aXNw) .st-select .st-btn:active,
:not(.aXNw) .st-radio-group > .btn:active,
:not(.aXNw) .st-radio-group > .st-btn:active,
:not(.aXNw) .st-btn.active,
:not(.aXNw) .st-button.active,
:not(.aXNw) .st-select .btn.active,
:not(.aXNw) .st-select .st-btn.active,
:not(.aXNw) .st-radio-group > .btn.active,
:not(.aXNw) .st-radio-group > .st-btn.active {
  text-decoration: none !important;
}
:not(.aXNw) .st-btn.btn-primary,
:not(.aXNw) .st-button.btn-primary,
:not(.aXNw) .st-select .btn.btn-primary,
:not(.aXNw) .st-select .st-btn.btn-primary,
:not(.aXNw) .st-radio-group > .btn.btn-primary,
:not(.aXNw) .st-radio-group > .st-btn.btn-primary,
:not(.aXNw) .st-btn.btn-primary:hover,
:not(.aXNw) .st-button.btn-primary:hover,
:not(.aXNw) .st-select .btn.btn-primary:hover,
:not(.aXNw) .st-select .st-btn.btn-primary:hover,
:not(.aXNw) .st-radio-group > .btn.btn-primary:hover,
:not(.aXNw) .st-radio-group > .st-btn.btn-primary:hover {
  background-color: #289df5;
  color: #fff;
}
:not(.aXNw) .st-btn.btn-primary:link,
:not(.aXNw) .st-button.btn-primary:link,
:not(.aXNw) .st-select .btn.btn-primary:link,
:not(.aXNw) .st-select .st-btn.btn-primary:link,
:not(.aXNw) .st-radio-group > .btn.btn-primary:link,
:not(.aXNw) .st-radio-group > .st-btn.btn-primary:link,
:not(.aXNw) .st-btn.btn-primary:hover:link,
:not(.aXNw) .st-button.btn-primary:hover:link,
:not(.aXNw) .st-select .btn.btn-primary:hover:link,
:not(.aXNw) .st-select .st-btn.btn-primary:hover:link,
:not(.aXNw) .st-radio-group > .btn.btn-primary:hover:link,
:not(.aXNw) .st-radio-group > .st-btn.btn-primary:hover:link,
:not(.aXNw) .st-btn.btn-primary:visited,
:not(.aXNw) .st-button.btn-primary:visited,
:not(.aXNw) .st-select .btn.btn-primary:visited,
:not(.aXNw) .st-select .st-btn.btn-primary:visited,
:not(.aXNw) .st-radio-group > .btn.btn-primary:visited,
:not(.aXNw) .st-radio-group > .st-btn.btn-primary:visited,
:not(.aXNw) .st-btn.btn-primary:hover:visited,
:not(.aXNw) .st-button.btn-primary:hover:visited,
:not(.aXNw) .st-select .btn.btn-primary:hover:visited,
:not(.aXNw) .st-select .st-btn.btn-primary:hover:visited,
:not(.aXNw) .st-radio-group > .btn.btn-primary:hover:visited,
:not(.aXNw) .st-radio-group > .st-btn.btn-primary:hover:visited,
:not(.aXNw) .st-btn.btn-primary:active,
:not(.aXNw) .st-button.btn-primary:active,
:not(.aXNw) .st-select .btn.btn-primary:active,
:not(.aXNw) .st-select .st-btn.btn-primary:active,
:not(.aXNw) .st-radio-group > .btn.btn-primary:active,
:not(.aXNw) .st-radio-group > .st-btn.btn-primary:active,
:not(.aXNw) .st-btn.btn-primary:hover:active,
:not(.aXNw) .st-button.btn-primary:hover:active,
:not(.aXNw) .st-select .btn.btn-primary:hover:active,
:not(.aXNw) .st-select .st-btn.btn-primary:hover:active,
:not(.aXNw) .st-radio-group > .btn.btn-primary:hover:active,
:not(.aXNw) .st-radio-group > .st-btn.btn-primary:hover:active,
:not(.aXNw) .st-btn.btn-primary:hover,
:not(.aXNw) .st-button.btn-primary:hover,
:not(.aXNw) .st-select .btn.btn-primary:hover,
:not(.aXNw) .st-select .st-btn.btn-primary:hover,
:not(.aXNw) .st-radio-group > .btn.btn-primary:hover,
:not(.aXNw) .st-radio-group > .st-btn.btn-primary:hover,
:not(.aXNw) .st-btn.btn-primary:hover:hover,
:not(.aXNw) .st-button.btn-primary:hover:hover,
:not(.aXNw) .st-select .btn.btn-primary:hover:hover,
:not(.aXNw) .st-select .st-btn.btn-primary:hover:hover,
:not(.aXNw) .st-radio-group > .btn.btn-primary:hover:hover,
:not(.aXNw) .st-radio-group > .st-btn.btn-primary:hover:hover {
  color: #fff;
}
:not(.aXNw) .st-btn.btn-primary:link:hover,
:not(.aXNw) .st-button.btn-primary:link:hover,
:not(.aXNw) .st-select .btn.btn-primary:link:hover,
:not(.aXNw) .st-select .st-btn.btn-primary:link:hover,
:not(.aXNw) .st-radio-group > .btn.btn-primary:link:hover,
:not(.aXNw) .st-radio-group > .st-btn.btn-primary:link:hover,
:not(.aXNw) .st-btn.btn-primary:hover:link:hover,
:not(.aXNw) .st-button.btn-primary:hover:link:hover,
:not(.aXNw) .st-select .btn.btn-primary:hover:link:hover,
:not(.aXNw) .st-select .st-btn.btn-primary:hover:link:hover,
:not(.aXNw) .st-radio-group > .btn.btn-primary:hover:link:hover,
:not(.aXNw) .st-radio-group > .st-btn.btn-primary:hover:link:hover,
:not(.aXNw) .st-btn.btn-primary:visited:hover,
:not(.aXNw) .st-button.btn-primary:visited:hover,
:not(.aXNw) .st-select .btn.btn-primary:visited:hover,
:not(.aXNw) .st-select .st-btn.btn-primary:visited:hover,
:not(.aXNw) .st-radio-group > .btn.btn-primary:visited:hover,
:not(.aXNw) .st-radio-group > .st-btn.btn-primary:visited:hover,
:not(.aXNw) .st-btn.btn-primary:hover:visited:hover,
:not(.aXNw) .st-button.btn-primary:hover:visited:hover,
:not(.aXNw) .st-select .btn.btn-primary:hover:visited:hover,
:not(.aXNw) .st-select .st-btn.btn-primary:hover:visited:hover,
:not(.aXNw) .st-radio-group > .btn.btn-primary:hover:visited:hover,
:not(.aXNw) .st-radio-group > .st-btn.btn-primary:hover:visited:hover,
:not(.aXNw) .st-btn.btn-primary:active:hover,
:not(.aXNw) .st-button.btn-primary:active:hover,
:not(.aXNw) .st-select .btn.btn-primary:active:hover,
:not(.aXNw) .st-select .st-btn.btn-primary:active:hover,
:not(.aXNw) .st-radio-group > .btn.btn-primary:active:hover,
:not(.aXNw) .st-radio-group > .st-btn.btn-primary:active:hover,
:not(.aXNw) .st-btn.btn-primary:hover:active:hover,
:not(.aXNw) .st-button.btn-primary:hover:active:hover,
:not(.aXNw) .st-select .btn.btn-primary:hover:active:hover,
:not(.aXNw) .st-select .st-btn.btn-primary:hover:active:hover,
:not(.aXNw) .st-radio-group > .btn.btn-primary:hover:active:hover,
:not(.aXNw) .st-radio-group > .st-btn.btn-primary:hover:active:hover,
:not(.aXNw) .st-btn.btn-primary:hover:hover,
:not(.aXNw) .st-button.btn-primary:hover:hover,
:not(.aXNw) .st-select .btn.btn-primary:hover:hover,
:not(.aXNw) .st-select .st-btn.btn-primary:hover:hover,
:not(.aXNw) .st-radio-group > .btn.btn-primary:hover:hover,
:not(.aXNw) .st-radio-group > .st-btn.btn-primary:hover:hover,
:not(.aXNw) .st-btn.btn-primary:hover:hover:hover,
:not(.aXNw) .st-button.btn-primary:hover:hover:hover,
:not(.aXNw) .st-select .btn.btn-primary:hover:hover:hover,
:not(.aXNw) .st-select .st-btn.btn-primary:hover:hover:hover,
:not(.aXNw) .st-radio-group > .btn.btn-primary:hover:hover:hover,
:not(.aXNw) .st-radio-group > .st-btn.btn-primary:hover:hover:hover {
  color: #fff;
}
:not(.aXNw) .st-btn.btn-danger,
:not(.aXNw) .st-button.btn-danger,
:not(.aXNw) .st-select .btn.btn-danger,
:not(.aXNw) .st-select .st-btn.btn-danger,
:not(.aXNw) .st-radio-group > .btn.btn-danger,
:not(.aXNw) .st-radio-group > .st-btn.btn-danger,
:not(.aXNw) .st-btn.btn-danger:hover,
:not(.aXNw) .st-button.btn-danger:hover,
:not(.aXNw) .st-select .btn.btn-danger:hover,
:not(.aXNw) .st-select .st-btn.btn-danger:hover,
:not(.aXNw) .st-radio-group > .btn.btn-danger:hover,
:not(.aXNw) .st-radio-group > .st-btn.btn-danger:hover {
  background-color: #d8002b;
  color: #fff;
}
:not(.aXNw) .st-btn.btn-danger:link,
:not(.aXNw) .st-button.btn-danger:link,
:not(.aXNw) .st-select .btn.btn-danger:link,
:not(.aXNw) .st-select .st-btn.btn-danger:link,
:not(.aXNw) .st-radio-group > .btn.btn-danger:link,
:not(.aXNw) .st-radio-group > .st-btn.btn-danger:link,
:not(.aXNw) .st-btn.btn-danger:hover:link,
:not(.aXNw) .st-button.btn-danger:hover:link,
:not(.aXNw) .st-select .btn.btn-danger:hover:link,
:not(.aXNw) .st-select .st-btn.btn-danger:hover:link,
:not(.aXNw) .st-radio-group > .btn.btn-danger:hover:link,
:not(.aXNw) .st-radio-group > .st-btn.btn-danger:hover:link,
:not(.aXNw) .st-btn.btn-danger:visited,
:not(.aXNw) .st-button.btn-danger:visited,
:not(.aXNw) .st-select .btn.btn-danger:visited,
:not(.aXNw) .st-select .st-btn.btn-danger:visited,
:not(.aXNw) .st-radio-group > .btn.btn-danger:visited,
:not(.aXNw) .st-radio-group > .st-btn.btn-danger:visited,
:not(.aXNw) .st-btn.btn-danger:hover:visited,
:not(.aXNw) .st-button.btn-danger:hover:visited,
:not(.aXNw) .st-select .btn.btn-danger:hover:visited,
:not(.aXNw) .st-select .st-btn.btn-danger:hover:visited,
:not(.aXNw) .st-radio-group > .btn.btn-danger:hover:visited,
:not(.aXNw) .st-radio-group > .st-btn.btn-danger:hover:visited,
:not(.aXNw) .st-btn.btn-danger:active,
:not(.aXNw) .st-button.btn-danger:active,
:not(.aXNw) .st-select .btn.btn-danger:active,
:not(.aXNw) .st-select .st-btn.btn-danger:active,
:not(.aXNw) .st-radio-group > .btn.btn-danger:active,
:not(.aXNw) .st-radio-group > .st-btn.btn-danger:active,
:not(.aXNw) .st-btn.btn-danger:hover:active,
:not(.aXNw) .st-button.btn-danger:hover:active,
:not(.aXNw) .st-select .btn.btn-danger:hover:active,
:not(.aXNw) .st-select .st-btn.btn-danger:hover:active,
:not(.aXNw) .st-radio-group > .btn.btn-danger:hover:active,
:not(.aXNw) .st-radio-group > .st-btn.btn-danger:hover:active,
:not(.aXNw) .st-btn.btn-danger:hover,
:not(.aXNw) .st-button.btn-danger:hover,
:not(.aXNw) .st-select .btn.btn-danger:hover,
:not(.aXNw) .st-select .st-btn.btn-danger:hover,
:not(.aXNw) .st-radio-group > .btn.btn-danger:hover,
:not(.aXNw) .st-radio-group > .st-btn.btn-danger:hover,
:not(.aXNw) .st-btn.btn-danger:hover:hover,
:not(.aXNw) .st-button.btn-danger:hover:hover,
:not(.aXNw) .st-select .btn.btn-danger:hover:hover,
:not(.aXNw) .st-select .st-btn.btn-danger:hover:hover,
:not(.aXNw) .st-radio-group > .btn.btn-danger:hover:hover,
:not(.aXNw) .st-radio-group > .st-btn.btn-danger:hover:hover {
  color: #fff;
}
:not(.aXNw) .st-btn.btn-danger:link:hover,
:not(.aXNw) .st-button.btn-danger:link:hover,
:not(.aXNw) .st-select .btn.btn-danger:link:hover,
:not(.aXNw) .st-select .st-btn.btn-danger:link:hover,
:not(.aXNw) .st-radio-group > .btn.btn-danger:link:hover,
:not(.aXNw) .st-radio-group > .st-btn.btn-danger:link:hover,
:not(.aXNw) .st-btn.btn-danger:hover:link:hover,
:not(.aXNw) .st-button.btn-danger:hover:link:hover,
:not(.aXNw) .st-select .btn.btn-danger:hover:link:hover,
:not(.aXNw) .st-select .st-btn.btn-danger:hover:link:hover,
:not(.aXNw) .st-radio-group > .btn.btn-danger:hover:link:hover,
:not(.aXNw) .st-radio-group > .st-btn.btn-danger:hover:link:hover,
:not(.aXNw) .st-btn.btn-danger:visited:hover,
:not(.aXNw) .st-button.btn-danger:visited:hover,
:not(.aXNw) .st-select .btn.btn-danger:visited:hover,
:not(.aXNw) .st-select .st-btn.btn-danger:visited:hover,
:not(.aXNw) .st-radio-group > .btn.btn-danger:visited:hover,
:not(.aXNw) .st-radio-group > .st-btn.btn-danger:visited:hover,
:not(.aXNw) .st-btn.btn-danger:hover:visited:hover,
:not(.aXNw) .st-button.btn-danger:hover:visited:hover,
:not(.aXNw) .st-select .btn.btn-danger:hover:visited:hover,
:not(.aXNw) .st-select .st-btn.btn-danger:hover:visited:hover,
:not(.aXNw) .st-radio-group > .btn.btn-danger:hover:visited:hover,
:not(.aXNw) .st-radio-group > .st-btn.btn-danger:hover:visited:hover,
:not(.aXNw) .st-btn.btn-danger:active:hover,
:not(.aXNw) .st-button.btn-danger:active:hover,
:not(.aXNw) .st-select .btn.btn-danger:active:hover,
:not(.aXNw) .st-select .st-btn.btn-danger:active:hover,
:not(.aXNw) .st-radio-group > .btn.btn-danger:active:hover,
:not(.aXNw) .st-radio-group > .st-btn.btn-danger:active:hover,
:not(.aXNw) .st-btn.btn-danger:hover:active:hover,
:not(.aXNw) .st-button.btn-danger:hover:active:hover,
:not(.aXNw) .st-select .btn.btn-danger:hover:active:hover,
:not(.aXNw) .st-select .st-btn.btn-danger:hover:active:hover,
:not(.aXNw) .st-radio-group > .btn.btn-danger:hover:active:hover,
:not(.aXNw) .st-radio-group > .st-btn.btn-danger:hover:active:hover,
:not(.aXNw) .st-btn.btn-danger:hover:hover,
:not(.aXNw) .st-button.btn-danger:hover:hover,
:not(.aXNw) .st-select .btn.btn-danger:hover:hover,
:not(.aXNw) .st-select .st-btn.btn-danger:hover:hover,
:not(.aXNw) .st-radio-group > .btn.btn-danger:hover:hover,
:not(.aXNw) .st-radio-group > .st-btn.btn-danger:hover:hover,
:not(.aXNw) .st-btn.btn-danger:hover:hover:hover,
:not(.aXNw) .st-button.btn-danger:hover:hover:hover,
:not(.aXNw) .st-select .btn.btn-danger:hover:hover:hover,
:not(.aXNw) .st-select .st-btn.btn-danger:hover:hover:hover,
:not(.aXNw) .st-radio-group > .btn.btn-danger:hover:hover:hover,
:not(.aXNw) .st-radio-group > .st-btn.btn-danger:hover:hover:hover {
  color: #fff;
}
:not(.aXNw) .st-btn.btn-info,
:not(.aXNw) .st-button.btn-info,
:not(.aXNw) .st-select .btn.btn-info,
:not(.aXNw) .st-select .st-btn.btn-info,
:not(.aXNw) .st-radio-group > .btn.btn-info,
:not(.aXNw) .st-radio-group > .st-btn.btn-info,
:not(.aXNw) .st-btn.btn-info:hover,
:not(.aXNw) .st-button.btn-info:hover,
:not(.aXNw) .st-select .btn.btn-info:hover,
:not(.aXNw) .st-select .st-btn.btn-info:hover,
:not(.aXNw) .st-radio-group > .btn.btn-info:hover,
:not(.aXNw) .st-radio-group > .st-btn.btn-info:hover {
  background-color: #68e6ff;
  color: #000;
}
:not(.aXNw) .st-btn.btn-info:link,
:not(.aXNw) .st-button.btn-info:link,
:not(.aXNw) .st-select .btn.btn-info:link,
:not(.aXNw) .st-select .st-btn.btn-info:link,
:not(.aXNw) .st-radio-group > .btn.btn-info:link,
:not(.aXNw) .st-radio-group > .st-btn.btn-info:link,
:not(.aXNw) .st-btn.btn-info:hover:link,
:not(.aXNw) .st-button.btn-info:hover:link,
:not(.aXNw) .st-select .btn.btn-info:hover:link,
:not(.aXNw) .st-select .st-btn.btn-info:hover:link,
:not(.aXNw) .st-radio-group > .btn.btn-info:hover:link,
:not(.aXNw) .st-radio-group > .st-btn.btn-info:hover:link,
:not(.aXNw) .st-btn.btn-info:visited,
:not(.aXNw) .st-button.btn-info:visited,
:not(.aXNw) .st-select .btn.btn-info:visited,
:not(.aXNw) .st-select .st-btn.btn-info:visited,
:not(.aXNw) .st-radio-group > .btn.btn-info:visited,
:not(.aXNw) .st-radio-group > .st-btn.btn-info:visited,
:not(.aXNw) .st-btn.btn-info:hover:visited,
:not(.aXNw) .st-button.btn-info:hover:visited,
:not(.aXNw) .st-select .btn.btn-info:hover:visited,
:not(.aXNw) .st-select .st-btn.btn-info:hover:visited,
:not(.aXNw) .st-radio-group > .btn.btn-info:hover:visited,
:not(.aXNw) .st-radio-group > .st-btn.btn-info:hover:visited,
:not(.aXNw) .st-btn.btn-info:active,
:not(.aXNw) .st-button.btn-info:active,
:not(.aXNw) .st-select .btn.btn-info:active,
:not(.aXNw) .st-select .st-btn.btn-info:active,
:not(.aXNw) .st-radio-group > .btn.btn-info:active,
:not(.aXNw) .st-radio-group > .st-btn.btn-info:active,
:not(.aXNw) .st-btn.btn-info:hover:active,
:not(.aXNw) .st-button.btn-info:hover:active,
:not(.aXNw) .st-select .btn.btn-info:hover:active,
:not(.aXNw) .st-select .st-btn.btn-info:hover:active,
:not(.aXNw) .st-radio-group > .btn.btn-info:hover:active,
:not(.aXNw) .st-radio-group > .st-btn.btn-info:hover:active,
:not(.aXNw) .st-btn.btn-info:hover,
:not(.aXNw) .st-button.btn-info:hover,
:not(.aXNw) .st-select .btn.btn-info:hover,
:not(.aXNw) .st-select .st-btn.btn-info:hover,
:not(.aXNw) .st-radio-group > .btn.btn-info:hover,
:not(.aXNw) .st-radio-group > .st-btn.btn-info:hover,
:not(.aXNw) .st-btn.btn-info:hover:hover,
:not(.aXNw) .st-button.btn-info:hover:hover,
:not(.aXNw) .st-select .btn.btn-info:hover:hover,
:not(.aXNw) .st-select .st-btn.btn-info:hover:hover,
:not(.aXNw) .st-radio-group > .btn.btn-info:hover:hover,
:not(.aXNw) .st-radio-group > .st-btn.btn-info:hover:hover {
  color: #000;
}
:not(.aXNw) .st-btn.btn-info:link:hover,
:not(.aXNw) .st-button.btn-info:link:hover,
:not(.aXNw) .st-select .btn.btn-info:link:hover,
:not(.aXNw) .st-select .st-btn.btn-info:link:hover,
:not(.aXNw) .st-radio-group > .btn.btn-info:link:hover,
:not(.aXNw) .st-radio-group > .st-btn.btn-info:link:hover,
:not(.aXNw) .st-btn.btn-info:hover:link:hover,
:not(.aXNw) .st-button.btn-info:hover:link:hover,
:not(.aXNw) .st-select .btn.btn-info:hover:link:hover,
:not(.aXNw) .st-select .st-btn.btn-info:hover:link:hover,
:not(.aXNw) .st-radio-group > .btn.btn-info:hover:link:hover,
:not(.aXNw) .st-radio-group > .st-btn.btn-info:hover:link:hover,
:not(.aXNw) .st-btn.btn-info:visited:hover,
:not(.aXNw) .st-button.btn-info:visited:hover,
:not(.aXNw) .st-select .btn.btn-info:visited:hover,
:not(.aXNw) .st-select .st-btn.btn-info:visited:hover,
:not(.aXNw) .st-radio-group > .btn.btn-info:visited:hover,
:not(.aXNw) .st-radio-group > .st-btn.btn-info:visited:hover,
:not(.aXNw) .st-btn.btn-info:hover:visited:hover,
:not(.aXNw) .st-button.btn-info:hover:visited:hover,
:not(.aXNw) .st-select .btn.btn-info:hover:visited:hover,
:not(.aXNw) .st-select .st-btn.btn-info:hover:visited:hover,
:not(.aXNw) .st-radio-group > .btn.btn-info:hover:visited:hover,
:not(.aXNw) .st-radio-group > .st-btn.btn-info:hover:visited:hover,
:not(.aXNw) .st-btn.btn-info:active:hover,
:not(.aXNw) .st-button.btn-info:active:hover,
:not(.aXNw) .st-select .btn.btn-info:active:hover,
:not(.aXNw) .st-select .st-btn.btn-info:active:hover,
:not(.aXNw) .st-radio-group > .btn.btn-info:active:hover,
:not(.aXNw) .st-radio-group > .st-btn.btn-info:active:hover,
:not(.aXNw) .st-btn.btn-info:hover:active:hover,
:not(.aXNw) .st-button.btn-info:hover:active:hover,
:not(.aXNw) .st-select .btn.btn-info:hover:active:hover,
:not(.aXNw) .st-select .st-btn.btn-info:hover:active:hover,
:not(.aXNw) .st-radio-group > .btn.btn-info:hover:active:hover,
:not(.aXNw) .st-radio-group > .st-btn.btn-info:hover:active:hover,
:not(.aXNw) .st-btn.btn-info:hover:hover,
:not(.aXNw) .st-button.btn-info:hover:hover,
:not(.aXNw) .st-select .btn.btn-info:hover:hover,
:not(.aXNw) .st-select .st-btn.btn-info:hover:hover,
:not(.aXNw) .st-radio-group > .btn.btn-info:hover:hover,
:not(.aXNw) .st-radio-group > .st-btn.btn-info:hover:hover,
:not(.aXNw) .st-btn.btn-info:hover:hover:hover,
:not(.aXNw) .st-button.btn-info:hover:hover:hover,
:not(.aXNw) .st-select .btn.btn-info:hover:hover:hover,
:not(.aXNw) .st-select .st-btn.btn-info:hover:hover:hover,
:not(.aXNw) .st-radio-group > .btn.btn-info:hover:hover:hover,
:not(.aXNw) .st-radio-group > .st-btn.btn-info:hover:hover:hover {
  color: #000;
}
:not(.aXNw) .st-btn.btn-warning,
:not(.aXNw) .st-button.btn-warning,
:not(.aXNw) .st-select .btn.btn-warning,
:not(.aXNw) .st-select .st-btn.btn-warning,
:not(.aXNw) .st-radio-group > .btn.btn-warning,
:not(.aXNw) .st-radio-group > .st-btn.btn-warning,
:not(.aXNw) .st-btn.btn-warning:hover,
:not(.aXNw) .st-button.btn-warning:hover,
:not(.aXNw) .st-select .btn.btn-warning:hover,
:not(.aXNw) .st-select .st-btn.btn-warning:hover,
:not(.aXNw) .st-radio-group > .btn.btn-warning:hover,
:not(.aXNw) .st-radio-group > .st-btn.btn-warning:hover {
  background-color: #f0ad4e;
  color: #000;
}
:not(.aXNw) .st-btn.btn-warning:link,
:not(.aXNw) .st-button.btn-warning:link,
:not(.aXNw) .st-select .btn.btn-warning:link,
:not(.aXNw) .st-select .st-btn.btn-warning:link,
:not(.aXNw) .st-radio-group > .btn.btn-warning:link,
:not(.aXNw) .st-radio-group > .st-btn.btn-warning:link,
:not(.aXNw) .st-btn.btn-warning:hover:link,
:not(.aXNw) .st-button.btn-warning:hover:link,
:not(.aXNw) .st-select .btn.btn-warning:hover:link,
:not(.aXNw) .st-select .st-btn.btn-warning:hover:link,
:not(.aXNw) .st-radio-group > .btn.btn-warning:hover:link,
:not(.aXNw) .st-radio-group > .st-btn.btn-warning:hover:link,
:not(.aXNw) .st-btn.btn-warning:visited,
:not(.aXNw) .st-button.btn-warning:visited,
:not(.aXNw) .st-select .btn.btn-warning:visited,
:not(.aXNw) .st-select .st-btn.btn-warning:visited,
:not(.aXNw) .st-radio-group > .btn.btn-warning:visited,
:not(.aXNw) .st-radio-group > .st-btn.btn-warning:visited,
:not(.aXNw) .st-btn.btn-warning:hover:visited,
:not(.aXNw) .st-button.btn-warning:hover:visited,
:not(.aXNw) .st-select .btn.btn-warning:hover:visited,
:not(.aXNw) .st-select .st-btn.btn-warning:hover:visited,
:not(.aXNw) .st-radio-group > .btn.btn-warning:hover:visited,
:not(.aXNw) .st-radio-group > .st-btn.btn-warning:hover:visited,
:not(.aXNw) .st-btn.btn-warning:active,
:not(.aXNw) .st-button.btn-warning:active,
:not(.aXNw) .st-select .btn.btn-warning:active,
:not(.aXNw) .st-select .st-btn.btn-warning:active,
:not(.aXNw) .st-radio-group > .btn.btn-warning:active,
:not(.aXNw) .st-radio-group > .st-btn.btn-warning:active,
:not(.aXNw) .st-btn.btn-warning:hover:active,
:not(.aXNw) .st-button.btn-warning:hover:active,
:not(.aXNw) .st-select .btn.btn-warning:hover:active,
:not(.aXNw) .st-select .st-btn.btn-warning:hover:active,
:not(.aXNw) .st-radio-group > .btn.btn-warning:hover:active,
:not(.aXNw) .st-radio-group > .st-btn.btn-warning:hover:active,
:not(.aXNw) .st-btn.btn-warning:hover,
:not(.aXNw) .st-button.btn-warning:hover,
:not(.aXNw) .st-select .btn.btn-warning:hover,
:not(.aXNw) .st-select .st-btn.btn-warning:hover,
:not(.aXNw) .st-radio-group > .btn.btn-warning:hover,
:not(.aXNw) .st-radio-group > .st-btn.btn-warning:hover,
:not(.aXNw) .st-btn.btn-warning:hover:hover,
:not(.aXNw) .st-button.btn-warning:hover:hover,
:not(.aXNw) .st-select .btn.btn-warning:hover:hover,
:not(.aXNw) .st-select .st-btn.btn-warning:hover:hover,
:not(.aXNw) .st-radio-group > .btn.btn-warning:hover:hover,
:not(.aXNw) .st-radio-group > .st-btn.btn-warning:hover:hover {
  color: #000;
}
:not(.aXNw) .st-btn.btn-warning:link:hover,
:not(.aXNw) .st-button.btn-warning:link:hover,
:not(.aXNw) .st-select .btn.btn-warning:link:hover,
:not(.aXNw) .st-select .st-btn.btn-warning:link:hover,
:not(.aXNw) .st-radio-group > .btn.btn-warning:link:hover,
:not(.aXNw) .st-radio-group > .st-btn.btn-warning:link:hover,
:not(.aXNw) .st-btn.btn-warning:hover:link:hover,
:not(.aXNw) .st-button.btn-warning:hover:link:hover,
:not(.aXNw) .st-select .btn.btn-warning:hover:link:hover,
:not(.aXNw) .st-select .st-btn.btn-warning:hover:link:hover,
:not(.aXNw) .st-radio-group > .btn.btn-warning:hover:link:hover,
:not(.aXNw) .st-radio-group > .st-btn.btn-warning:hover:link:hover,
:not(.aXNw) .st-btn.btn-warning:visited:hover,
:not(.aXNw) .st-button.btn-warning:visited:hover,
:not(.aXNw) .st-select .btn.btn-warning:visited:hover,
:not(.aXNw) .st-select .st-btn.btn-warning:visited:hover,
:not(.aXNw) .st-radio-group > .btn.btn-warning:visited:hover,
:not(.aXNw) .st-radio-group > .st-btn.btn-warning:visited:hover,
:not(.aXNw) .st-btn.btn-warning:hover:visited:hover,
:not(.aXNw) .st-button.btn-warning:hover:visited:hover,
:not(.aXNw) .st-select .btn.btn-warning:hover:visited:hover,
:not(.aXNw) .st-select .st-btn.btn-warning:hover:visited:hover,
:not(.aXNw) .st-radio-group > .btn.btn-warning:hover:visited:hover,
:not(.aXNw) .st-radio-group > .st-btn.btn-warning:hover:visited:hover,
:not(.aXNw) .st-btn.btn-warning:active:hover,
:not(.aXNw) .st-button.btn-warning:active:hover,
:not(.aXNw) .st-select .btn.btn-warning:active:hover,
:not(.aXNw) .st-select .st-btn.btn-warning:active:hover,
:not(.aXNw) .st-radio-group > .btn.btn-warning:active:hover,
:not(.aXNw) .st-radio-group > .st-btn.btn-warning:active:hover,
:not(.aXNw) .st-btn.btn-warning:hover:active:hover,
:not(.aXNw) .st-button.btn-warning:hover:active:hover,
:not(.aXNw) .st-select .btn.btn-warning:hover:active:hover,
:not(.aXNw) .st-select .st-btn.btn-warning:hover:active:hover,
:not(.aXNw) .st-radio-group > .btn.btn-warning:hover:active:hover,
:not(.aXNw) .st-radio-group > .st-btn.btn-warning:hover:active:hover,
:not(.aXNw) .st-btn.btn-warning:hover:hover,
:not(.aXNw) .st-button.btn-warning:hover:hover,
:not(.aXNw) .st-select .btn.btn-warning:hover:hover,
:not(.aXNw) .st-select .st-btn.btn-warning:hover:hover,
:not(.aXNw) .st-radio-group > .btn.btn-warning:hover:hover,
:not(.aXNw) .st-radio-group > .st-btn.btn-warning:hover:hover,
:not(.aXNw) .st-btn.btn-warning:hover:hover:hover,
:not(.aXNw) .st-button.btn-warning:hover:hover:hover,
:not(.aXNw) .st-select .btn.btn-warning:hover:hover:hover,
:not(.aXNw) .st-select .st-btn.btn-warning:hover:hover:hover,
:not(.aXNw) .st-radio-group > .btn.btn-warning:hover:hover:hover,
:not(.aXNw) .st-radio-group > .st-btn.btn-warning:hover:hover:hover {
  color: #000;
}
:not(.aXNw) .st-btn.btn-success,
:not(.aXNw) .st-button.btn-success,
:not(.aXNw) .st-select .btn.btn-success,
:not(.aXNw) .st-select .st-btn.btn-success,
:not(.aXNw) .st-radio-group > .btn.btn-success,
:not(.aXNw) .st-radio-group > .st-btn.btn-success,
:not(.aXNw) .st-btn.btn-success:hover,
:not(.aXNw) .st-button.btn-success:hover,
:not(.aXNw) .st-select .btn.btn-success:hover,
:not(.aXNw) .st-select .st-btn.btn-success:hover,
:not(.aXNw) .st-radio-group > .btn.btn-success:hover,
:not(.aXNw) .st-radio-group > .st-btn.btn-success:hover {
  background-color: #40a700;
  color: #fff;
}
:not(.aXNw) .st-btn.btn-success:link,
:not(.aXNw) .st-button.btn-success:link,
:not(.aXNw) .st-select .btn.btn-success:link,
:not(.aXNw) .st-select .st-btn.btn-success:link,
:not(.aXNw) .st-radio-group > .btn.btn-success:link,
:not(.aXNw) .st-radio-group > .st-btn.btn-success:link,
:not(.aXNw) .st-btn.btn-success:hover:link,
:not(.aXNw) .st-button.btn-success:hover:link,
:not(.aXNw) .st-select .btn.btn-success:hover:link,
:not(.aXNw) .st-select .st-btn.btn-success:hover:link,
:not(.aXNw) .st-radio-group > .btn.btn-success:hover:link,
:not(.aXNw) .st-radio-group > .st-btn.btn-success:hover:link,
:not(.aXNw) .st-btn.btn-success:visited,
:not(.aXNw) .st-button.btn-success:visited,
:not(.aXNw) .st-select .btn.btn-success:visited,
:not(.aXNw) .st-select .st-btn.btn-success:visited,
:not(.aXNw) .st-radio-group > .btn.btn-success:visited,
:not(.aXNw) .st-radio-group > .st-btn.btn-success:visited,
:not(.aXNw) .st-btn.btn-success:hover:visited,
:not(.aXNw) .st-button.btn-success:hover:visited,
:not(.aXNw) .st-select .btn.btn-success:hover:visited,
:not(.aXNw) .st-select .st-btn.btn-success:hover:visited,
:not(.aXNw) .st-radio-group > .btn.btn-success:hover:visited,
:not(.aXNw) .st-radio-group > .st-btn.btn-success:hover:visited,
:not(.aXNw) .st-btn.btn-success:active,
:not(.aXNw) .st-button.btn-success:active,
:not(.aXNw) .st-select .btn.btn-success:active,
:not(.aXNw) .st-select .st-btn.btn-success:active,
:not(.aXNw) .st-radio-group > .btn.btn-success:active,
:not(.aXNw) .st-radio-group > .st-btn.btn-success:active,
:not(.aXNw) .st-btn.btn-success:hover:active,
:not(.aXNw) .st-button.btn-success:hover:active,
:not(.aXNw) .st-select .btn.btn-success:hover:active,
:not(.aXNw) .st-select .st-btn.btn-success:hover:active,
:not(.aXNw) .st-radio-group > .btn.btn-success:hover:active,
:not(.aXNw) .st-radio-group > .st-btn.btn-success:hover:active,
:not(.aXNw) .st-btn.btn-success:hover,
:not(.aXNw) .st-button.btn-success:hover,
:not(.aXNw) .st-select .btn.btn-success:hover,
:not(.aXNw) .st-select .st-btn.btn-success:hover,
:not(.aXNw) .st-radio-group > .btn.btn-success:hover,
:not(.aXNw) .st-radio-group > .st-btn.btn-success:hover,
:not(.aXNw) .st-btn.btn-success:hover:hover,
:not(.aXNw) .st-button.btn-success:hover:hover,
:not(.aXNw) .st-select .btn.btn-success:hover:hover,
:not(.aXNw) .st-select .st-btn.btn-success:hover:hover,
:not(.aXNw) .st-radio-group > .btn.btn-success:hover:hover,
:not(.aXNw) .st-radio-group > .st-btn.btn-success:hover:hover {
  color: #fff;
}
:not(.aXNw) .st-btn.btn-success:link:hover,
:not(.aXNw) .st-button.btn-success:link:hover,
:not(.aXNw) .st-select .btn.btn-success:link:hover,
:not(.aXNw) .st-select .st-btn.btn-success:link:hover,
:not(.aXNw) .st-radio-group > .btn.btn-success:link:hover,
:not(.aXNw) .st-radio-group > .st-btn.btn-success:link:hover,
:not(.aXNw) .st-btn.btn-success:hover:link:hover,
:not(.aXNw) .st-button.btn-success:hover:link:hover,
:not(.aXNw) .st-select .btn.btn-success:hover:link:hover,
:not(.aXNw) .st-select .st-btn.btn-success:hover:link:hover,
:not(.aXNw) .st-radio-group > .btn.btn-success:hover:link:hover,
:not(.aXNw) .st-radio-group > .st-btn.btn-success:hover:link:hover,
:not(.aXNw) .st-btn.btn-success:visited:hover,
:not(.aXNw) .st-button.btn-success:visited:hover,
:not(.aXNw) .st-select .btn.btn-success:visited:hover,
:not(.aXNw) .st-select .st-btn.btn-success:visited:hover,
:not(.aXNw) .st-radio-group > .btn.btn-success:visited:hover,
:not(.aXNw) .st-radio-group > .st-btn.btn-success:visited:hover,
:not(.aXNw) .st-btn.btn-success:hover:visited:hover,
:not(.aXNw) .st-button.btn-success:hover:visited:hover,
:not(.aXNw) .st-select .btn.btn-success:hover:visited:hover,
:not(.aXNw) .st-select .st-btn.btn-success:hover:visited:hover,
:not(.aXNw) .st-radio-group > .btn.btn-success:hover:visited:hover,
:not(.aXNw) .st-radio-group > .st-btn.btn-success:hover:visited:hover,
:not(.aXNw) .st-btn.btn-success:active:hover,
:not(.aXNw) .st-button.btn-success:active:hover,
:not(.aXNw) .st-select .btn.btn-success:active:hover,
:not(.aXNw) .st-select .st-btn.btn-success:active:hover,
:not(.aXNw) .st-radio-group > .btn.btn-success:active:hover,
:not(.aXNw) .st-radio-group > .st-btn.btn-success:active:hover,
:not(.aXNw) .st-btn.btn-success:hover:active:hover,
:not(.aXNw) .st-button.btn-success:hover:active:hover,
:not(.aXNw) .st-select .btn.btn-success:hover:active:hover,
:not(.aXNw) .st-select .st-btn.btn-success:hover:active:hover,
:not(.aXNw) .st-radio-group > .btn.btn-success:hover:active:hover,
:not(.aXNw) .st-radio-group > .st-btn.btn-success:hover:active:hover,
:not(.aXNw) .st-btn.btn-success:hover:hover,
:not(.aXNw) .st-button.btn-success:hover:hover,
:not(.aXNw) .st-select .btn.btn-success:hover:hover,
:not(.aXNw) .st-select .st-btn.btn-success:hover:hover,
:not(.aXNw) .st-radio-group > .btn.btn-success:hover:hover,
:not(.aXNw) .st-radio-group > .st-btn.btn-success:hover:hover,
:not(.aXNw) .st-btn.btn-success:hover:hover:hover,
:not(.aXNw) .st-button.btn-success:hover:hover:hover,
:not(.aXNw) .st-select .btn.btn-success:hover:hover:hover,
:not(.aXNw) .st-select .st-btn.btn-success:hover:hover:hover,
:not(.aXNw) .st-radio-group > .btn.btn-success:hover:hover:hover,
:not(.aXNw) .st-radio-group > .st-btn.btn-success:hover:hover:hover {
  color: #fff;
}
:not(.aXNw) .st-btn.btn-primary:hover,
:not(.aXNw) .st-button.btn-primary:hover,
:not(.aXNw) .st-select .btn.btn-primary:hover,
:not(.aXNw) .st-select .st-btn.btn-primary:hover,
:not(.aXNw) .st-radio-group > .btn.btn-primary:hover,
:not(.aXNw) .st-radio-group > .st-btn.btn-primary:hover,
:not(.aXNw) .st-btn.btn-danger:hover,
:not(.aXNw) .st-button.btn-danger:hover,
:not(.aXNw) .st-select .btn.btn-danger:hover,
:not(.aXNw) .st-select .st-btn.btn-danger:hover,
:not(.aXNw) .st-radio-group > .btn.btn-danger:hover,
:not(.aXNw) .st-radio-group > .st-btn.btn-danger:hover,
:not(.aXNw) .st-btn.btn-info:hover,
:not(.aXNw) .st-button.btn-info:hover,
:not(.aXNw) .st-select .btn.btn-info:hover,
:not(.aXNw) .st-select .st-btn.btn-info:hover,
:not(.aXNw) .st-radio-group > .btn.btn-info:hover,
:not(.aXNw) .st-radio-group > .st-btn.btn-info:hover,
:not(.aXNw) .st-btn.btn-warning:hover,
:not(.aXNw) .st-button.btn-warning:hover,
:not(.aXNw) .st-select .btn.btn-warning:hover,
:not(.aXNw) .st-select .st-btn.btn-warning:hover,
:not(.aXNw) .st-radio-group > .btn.btn-warning:hover,
:not(.aXNw) .st-radio-group > .st-btn.btn-warning:hover,
:not(.aXNw) .st-btn.btn-success:hover,
:not(.aXNw) .st-button.btn-success:hover,
:not(.aXNw) .st-select .btn.btn-success:hover,
:not(.aXNw) .st-select .st-btn.btn-success:hover,
:not(.aXNw) .st-radio-group > .btn.btn-success:hover,
:not(.aXNw) .st-radio-group > .st-btn.btn-success:hover {
  background-image:
    linear-gradient(
      rgba(255, 255, 255, 0.15),
      rgba(255, 255, 255, 0) 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0.065)
    ),
    url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNk4AIAABAADApMaRMAAAAASUVORK5CYII=");
}
:not(.aXNw) .st-btn.btn-primary:hover.btn-primary,
:not(.aXNw) .st-button.btn-primary:hover.btn-primary,
:not(.aXNw) .st-select .btn.btn-primary:hover.btn-primary,
:not(.aXNw) .st-select .st-btn.btn-primary:hover.btn-primary,
:not(.aXNw) .st-radio-group > .btn.btn-primary:hover.btn-primary,
:not(.aXNw) .st-radio-group > .st-btn.btn-primary:hover.btn-primary,
:not(.aXNw) .st-btn.btn-danger:hover.btn-primary,
:not(.aXNw) .st-button.btn-danger:hover.btn-primary,
:not(.aXNw) .st-select .btn.btn-danger:hover.btn-primary,
:not(.aXNw) .st-select .st-btn.btn-danger:hover.btn-primary,
:not(.aXNw) .st-radio-group > .btn.btn-danger:hover.btn-primary,
:not(.aXNw) .st-radio-group > .st-btn.btn-danger:hover.btn-primary,
:not(.aXNw) .st-btn.btn-info:hover.btn-primary,
:not(.aXNw) .st-button.btn-info:hover.btn-primary,
:not(.aXNw) .st-select .btn.btn-info:hover.btn-primary,
:not(.aXNw) .st-select .st-btn.btn-info:hover.btn-primary,
:not(.aXNw) .st-radio-group > .btn.btn-info:hover.btn-primary,
:not(.aXNw) .st-radio-group > .st-btn.btn-info:hover.btn-primary,
:not(.aXNw) .st-btn.btn-warning:hover.btn-primary,
:not(.aXNw) .st-button.btn-warning:hover.btn-primary,
:not(.aXNw) .st-select .btn.btn-warning:hover.btn-primary,
:not(.aXNw) .st-select .st-btn.btn-warning:hover.btn-primary,
:not(.aXNw) .st-radio-group > .btn.btn-warning:hover.btn-primary,
:not(.aXNw) .st-radio-group > .st-btn.btn-warning:hover.btn-primary,
:not(.aXNw) .st-btn.btn-success:hover.btn-primary,
:not(.aXNw) .st-button.btn-success:hover.btn-primary,
:not(.aXNw) .st-select .btn.btn-success:hover.btn-primary,
:not(.aXNw) .st-select .st-btn.btn-success:hover.btn-primary,
:not(.aXNw) .st-radio-group > .btn.btn-success:hover.btn-primary,
:not(.aXNw) .st-radio-group > .st-btn.btn-success:hover.btn-primary,
:not(.aXNw) .st-btn.btn-primary:hover.btn-danger,
:not(.aXNw) .st-button.btn-primary:hover.btn-danger,
:not(.aXNw) .st-select .btn.btn-primary:hover.btn-danger,
:not(.aXNw) .st-select .st-btn.btn-primary:hover.btn-danger,
:not(.aXNw) .st-radio-group > .btn.btn-primary:hover.btn-danger,
:not(.aXNw) .st-radio-group > .st-btn.btn-primary:hover.btn-danger,
:not(.aXNw) .st-btn.btn-danger:hover.btn-danger,
:not(.aXNw) .st-button.btn-danger:hover.btn-danger,
:not(.aXNw) .st-select .btn.btn-danger:hover.btn-danger,
:not(.aXNw) .st-select .st-btn.btn-danger:hover.btn-danger,
:not(.aXNw) .st-radio-group > .btn.btn-danger:hover.btn-danger,
:not(.aXNw) .st-radio-group > .st-btn.btn-danger:hover.btn-danger,
:not(.aXNw) .st-btn.btn-info:hover.btn-danger,
:not(.aXNw) .st-button.btn-info:hover.btn-danger,
:not(.aXNw) .st-select .btn.btn-info:hover.btn-danger,
:not(.aXNw) .st-select .st-btn.btn-info:hover.btn-danger,
:not(.aXNw) .st-radio-group > .btn.btn-info:hover.btn-danger,
:not(.aXNw) .st-radio-group > .st-btn.btn-info:hover.btn-danger,
:not(.aXNw) .st-btn.btn-warning:hover.btn-danger,
:not(.aXNw) .st-button.btn-warning:hover.btn-danger,
:not(.aXNw) .st-select .btn.btn-warning:hover.btn-danger,
:not(.aXNw) .st-select .st-btn.btn-warning:hover.btn-danger,
:not(.aXNw) .st-radio-group > .btn.btn-warning:hover.btn-danger,
:not(.aXNw) .st-radio-group > .st-btn.btn-warning:hover.btn-danger,
:not(.aXNw) .st-btn.btn-success:hover.btn-danger,
:not(.aXNw) .st-button.btn-success:hover.btn-danger,
:not(.aXNw) .st-select .btn.btn-success:hover.btn-danger,
:not(.aXNw) .st-select .st-btn.btn-success:hover.btn-danger,
:not(.aXNw) .st-radio-group > .btn.btn-success:hover.btn-danger,
:not(.aXNw) .st-radio-group > .st-btn.btn-success:hover.btn-danger,
:not(.aXNw) .st-btn.btn-primary:hover.btn-success,
:not(.aXNw) .st-button.btn-primary:hover.btn-success,
:not(.aXNw) .st-select .btn.btn-primary:hover.btn-success,
:not(.aXNw) .st-select .st-btn.btn-primary:hover.btn-success,
:not(.aXNw) .st-radio-group > .btn.btn-primary:hover.btn-success,
:not(.aXNw) .st-radio-group > .st-btn.btn-primary:hover.btn-success,
:not(.aXNw) .st-btn.btn-danger:hover.btn-success,
:not(.aXNw) .st-button.btn-danger:hover.btn-success,
:not(.aXNw) .st-select .btn.btn-danger:hover.btn-success,
:not(.aXNw) .st-select .st-btn.btn-danger:hover.btn-success,
:not(.aXNw) .st-radio-group > .btn.btn-danger:hover.btn-success,
:not(.aXNw) .st-radio-group > .st-btn.btn-danger:hover.btn-success,
:not(.aXNw) .st-btn.btn-info:hover.btn-success,
:not(.aXNw) .st-button.btn-info:hover.btn-success,
:not(.aXNw) .st-select .btn.btn-info:hover.btn-success,
:not(.aXNw) .st-select .st-btn.btn-info:hover.btn-success,
:not(.aXNw) .st-radio-group > .btn.btn-info:hover.btn-success,
:not(.aXNw) .st-radio-group > .st-btn.btn-info:hover.btn-success,
:not(.aXNw) .st-btn.btn-warning:hover.btn-success,
:not(.aXNw) .st-button.btn-warning:hover.btn-success,
:not(.aXNw) .st-select .btn.btn-warning:hover.btn-success,
:not(.aXNw) .st-select .st-btn.btn-warning:hover.btn-success,
:not(.aXNw) .st-radio-group > .btn.btn-warning:hover.btn-success,
:not(.aXNw) .st-radio-group > .st-btn.btn-warning:hover.btn-success,
:not(.aXNw) .st-btn.btn-success:hover.btn-success,
:not(.aXNw) .st-button.btn-success:hover.btn-success,
:not(.aXNw) .st-select .btn.btn-success:hover.btn-success,
:not(.aXNw) .st-select .st-btn.btn-success:hover.btn-success,
:not(.aXNw) .st-radio-group > .btn.btn-success:hover.btn-success,
:not(.aXNw) .st-radio-group > .st-btn.btn-success:hover.btn-success {
  background-image:
    linear-gradient(
      rgba(255, 255, 255, 0.15),
      rgba(255, 255, 255, 0) 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0.065)
    ),
    url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkEAEAABoAFhhTXcgAAAAASUVORK5CYII=");
}
:not(.aXNw) .st-btn.btn-primary:hover:disabled,
:not(.aXNw) .st-button.btn-primary:hover:disabled,
:not(.aXNw) .st-select .btn.btn-primary:hover:disabled,
:not(.aXNw) .st-select .st-btn.btn-primary:hover:disabled,
:not(.aXNw) .st-radio-group > .btn.btn-primary:hover:disabled,
:not(.aXNw) .st-radio-group > .st-btn.btn-primary:hover:disabled,
:not(.aXNw) .st-btn.btn-danger:hover:disabled,
:not(.aXNw) .st-button.btn-danger:hover:disabled,
:not(.aXNw) .st-select .btn.btn-danger:hover:disabled,
:not(.aXNw) .st-select .st-btn.btn-danger:hover:disabled,
:not(.aXNw) .st-radio-group > .btn.btn-danger:hover:disabled,
:not(.aXNw) .st-radio-group > .st-btn.btn-danger:hover:disabled,
:not(.aXNw) .st-btn.btn-info:hover:disabled,
:not(.aXNw) .st-button.btn-info:hover:disabled,
:not(.aXNw) .st-select .btn.btn-info:hover:disabled,
:not(.aXNw) .st-select .st-btn.btn-info:hover:disabled,
:not(.aXNw) .st-radio-group > .btn.btn-info:hover:disabled,
:not(.aXNw) .st-radio-group > .st-btn.btn-info:hover:disabled,
:not(.aXNw) .st-btn.btn-warning:hover:disabled,
:not(.aXNw) .st-button.btn-warning:hover:disabled,
:not(.aXNw) .st-select .btn.btn-warning:hover:disabled,
:not(.aXNw) .st-select .st-btn.btn-warning:hover:disabled,
:not(.aXNw) .st-radio-group > .btn.btn-warning:hover:disabled,
:not(.aXNw) .st-radio-group > .st-btn.btn-warning:hover:disabled,
:not(.aXNw) .st-btn.btn-success:hover:disabled,
:not(.aXNw) .st-button.btn-success:hover:disabled,
:not(.aXNw) .st-select .btn.btn-success:hover:disabled,
:not(.aXNw) .st-select .st-btn.btn-success:hover:disabled,
:not(.aXNw) .st-radio-group > .btn.btn-success:hover:disabled,
:not(.aXNw) .st-radio-group > .st-btn.btn-success:hover:disabled,
:not(.aXNw) .st-btn.btn-primary:hover.disabled,
:not(.aXNw) .st-button.btn-primary:hover.disabled,
:not(.aXNw) .st-select .btn.btn-primary:hover.disabled,
:not(.aXNw) .st-select .st-btn.btn-primary:hover.disabled,
:not(.aXNw) .st-radio-group > .btn.btn-primary:hover.disabled,
:not(.aXNw) .st-radio-group > .st-btn.btn-primary:hover.disabled,
:not(.aXNw) .st-btn.btn-danger:hover.disabled,
:not(.aXNw) .st-button.btn-danger:hover.disabled,
:not(.aXNw) .st-select .btn.btn-danger:hover.disabled,
:not(.aXNw) .st-select .st-btn.btn-danger:hover.disabled,
:not(.aXNw) .st-radio-group > .btn.btn-danger:hover.disabled,
:not(.aXNw) .st-radio-group > .st-btn.btn-danger:hover.disabled,
:not(.aXNw) .st-btn.btn-info:hover.disabled,
:not(.aXNw) .st-button.btn-info:hover.disabled,
:not(.aXNw) .st-select .btn.btn-info:hover.disabled,
:not(.aXNw) .st-select .st-btn.btn-info:hover.disabled,
:not(.aXNw) .st-radio-group > .btn.btn-info:hover.disabled,
:not(.aXNw) .st-radio-group > .st-btn.btn-info:hover.disabled,
:not(.aXNw) .st-btn.btn-warning:hover.disabled,
:not(.aXNw) .st-button.btn-warning:hover.disabled,
:not(.aXNw) .st-select .btn.btn-warning:hover.disabled,
:not(.aXNw) .st-select .st-btn.btn-warning:hover.disabled,
:not(.aXNw) .st-radio-group > .btn.btn-warning:hover.disabled,
:not(.aXNw) .st-radio-group > .st-btn.btn-warning:hover.disabled,
:not(.aXNw) .st-btn.btn-success:hover.disabled,
:not(.aXNw) .st-button.btn-success:hover.disabled,
:not(.aXNw) .st-select .btn.btn-success:hover.disabled,
:not(.aXNw) .st-select .st-btn.btn-success:hover.disabled,
:not(.aXNw) .st-radio-group > .btn.btn-success:hover.disabled,
:not(.aXNw) .st-radio-group > .st-btn.btn-success:hover.disabled {
  background-image: linear-gradient(
    rgba(255, 255, 255, 0.2),
    rgba(255, 255, 255, 0) 50%,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.1)
  );
}
:not(.aXNw) .st-btn.btn-primary:active,
:not(.aXNw) .st-button.btn-primary:active,
:not(.aXNw) .st-select .btn.btn-primary:active,
:not(.aXNw) .st-select .st-btn.btn-primary:active,
:not(.aXNw) .st-radio-group > .btn.btn-primary:active,
:not(.aXNw) .st-radio-group > .st-btn.btn-primary:active,
:not(.aXNw) .st-btn.btn-danger:active,
:not(.aXNw) .st-button.btn-danger:active,
:not(.aXNw) .st-select .btn.btn-danger:active,
:not(.aXNw) .st-select .st-btn.btn-danger:active,
:not(.aXNw) .st-radio-group > .btn.btn-danger:active,
:not(.aXNw) .st-radio-group > .st-btn.btn-danger:active,
:not(.aXNw) .st-btn.btn-info:active,
:not(.aXNw) .st-button.btn-info:active,
:not(.aXNw) .st-select .btn.btn-info:active,
:not(.aXNw) .st-select .st-btn.btn-info:active,
:not(.aXNw) .st-radio-group > .btn.btn-info:active,
:not(.aXNw) .st-radio-group > .st-btn.btn-info:active,
:not(.aXNw) .st-btn.btn-warning:active,
:not(.aXNw) .st-button.btn-warning:active,
:not(.aXNw) .st-select .btn.btn-warning:active,
:not(.aXNw) .st-select .st-btn.btn-warning:active,
:not(.aXNw) .st-radio-group > .btn.btn-warning:active,
:not(.aXNw) .st-radio-group > .st-btn.btn-warning:active,
:not(.aXNw) .st-btn.btn-success:active,
:not(.aXNw) .st-button.btn-success:active,
:not(.aXNw) .st-select .btn.btn-success:active,
:not(.aXNw) .st-select .st-btn.btn-success:active,
:not(.aXNw) .st-radio-group > .btn.btn-success:active,
:not(.aXNw) .st-radio-group > .st-btn.btn-success:active,
:not(.aXNw) .st-btn.btn-primary.active,
:not(.aXNw) .st-button.btn-primary.active,
:not(.aXNw) .st-select .btn.btn-primary.active,
:not(.aXNw) .st-select .st-btn.btn-primary.active,
:not(.aXNw) .st-radio-group > .btn.btn-primary.active,
:not(.aXNw) .st-radio-group > .st-btn.btn-primary.active,
:not(.aXNw) .st-btn.btn-danger.active,
:not(.aXNw) .st-button.btn-danger.active,
:not(.aXNw) .st-select .btn.btn-danger.active,
:not(.aXNw) .st-select .st-btn.btn-danger.active,
:not(.aXNw) .st-radio-group > .btn.btn-danger.active,
:not(.aXNw) .st-radio-group > .st-btn.btn-danger.active,
:not(.aXNw) .st-btn.btn-info.active,
:not(.aXNw) .st-button.btn-info.active,
:not(.aXNw) .st-select .btn.btn-info.active,
:not(.aXNw) .st-select .st-btn.btn-info.active,
:not(.aXNw) .st-radio-group > .btn.btn-info.active,
:not(.aXNw) .st-radio-group > .st-btn.btn-info.active,
:not(.aXNw) .st-btn.btn-warning.active,
:not(.aXNw) .st-button.btn-warning.active,
:not(.aXNw) .st-select .btn.btn-warning.active,
:not(.aXNw) .st-select .st-btn.btn-warning.active,
:not(.aXNw) .st-radio-group > .btn.btn-warning.active,
:not(.aXNw) .st-radio-group > .st-btn.btn-warning.active,
:not(.aXNw) .st-btn.btn-success.active,
:not(.aXNw) .st-button.btn-success.active,
:not(.aXNw) .st-select .btn.btn-success.active,
:not(.aXNw) .st-select .st-btn.btn-success.active,
:not(.aXNw) .st-radio-group > .btn.btn-success.active,
:not(.aXNw) .st-radio-group > .st-btn.btn-success.active {
  background-size: 100% 500%;
  background-position-y: -50px;
  -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.25);
  background-image:
    linear-gradient(
      rgba(255, 255, 255, 0.15),
      rgba(255, 255, 255, 0) 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0.065)
    ),
    url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNk4AIAABAADApMaRMAAAAASUVORK5CYII=");
}
:not(.aXNw) .st-btn.btn-primary:active.btn-primary,
:not(.aXNw) .st-button.btn-primary:active.btn-primary,
:not(.aXNw) .st-select .btn.btn-primary:active.btn-primary,
:not(.aXNw) .st-select .st-btn.btn-primary:active.btn-primary,
:not(.aXNw) .st-radio-group > .btn.btn-primary:active.btn-primary,
:not(.aXNw) .st-radio-group > .st-btn.btn-primary:active.btn-primary,
:not(.aXNw) .st-btn.btn-danger:active.btn-primary,
:not(.aXNw) .st-button.btn-danger:active.btn-primary,
:not(.aXNw) .st-select .btn.btn-danger:active.btn-primary,
:not(.aXNw) .st-select .st-btn.btn-danger:active.btn-primary,
:not(.aXNw) .st-radio-group > .btn.btn-danger:active.btn-primary,
:not(.aXNw) .st-radio-group > .st-btn.btn-danger:active.btn-primary,
:not(.aXNw) .st-btn.btn-info:active.btn-primary,
:not(.aXNw) .st-button.btn-info:active.btn-primary,
:not(.aXNw) .st-select .btn.btn-info:active.btn-primary,
:not(.aXNw) .st-select .st-btn.btn-info:active.btn-primary,
:not(.aXNw) .st-radio-group > .btn.btn-info:active.btn-primary,
:not(.aXNw) .st-radio-group > .st-btn.btn-info:active.btn-primary,
:not(.aXNw) .st-btn.btn-warning:active.btn-primary,
:not(.aXNw) .st-button.btn-warning:active.btn-primary,
:not(.aXNw) .st-select .btn.btn-warning:active.btn-primary,
:not(.aXNw) .st-select .st-btn.btn-warning:active.btn-primary,
:not(.aXNw) .st-radio-group > .btn.btn-warning:active.btn-primary,
:not(.aXNw) .st-radio-group > .st-btn.btn-warning:active.btn-primary,
:not(.aXNw) .st-btn.btn-success:active.btn-primary,
:not(.aXNw) .st-button.btn-success:active.btn-primary,
:not(.aXNw) .st-select .btn.btn-success:active.btn-primary,
:not(.aXNw) .st-select .st-btn.btn-success:active.btn-primary,
:not(.aXNw) .st-radio-group > .btn.btn-success:active.btn-primary,
:not(.aXNw) .st-radio-group > .st-btn.btn-success:active.btn-primary,
:not(.aXNw) .st-btn.btn-primary.active.btn-primary,
:not(.aXNw) .st-button.btn-primary.active.btn-primary,
:not(.aXNw) .st-select .btn.btn-primary.active.btn-primary,
:not(.aXNw) .st-select .st-btn.btn-primary.active.btn-primary,
:not(.aXNw) .st-radio-group > .btn.btn-primary.active.btn-primary,
:not(.aXNw) .st-radio-group > .st-btn.btn-primary.active.btn-primary,
:not(.aXNw) .st-btn.btn-danger.active.btn-primary,
:not(.aXNw) .st-button.btn-danger.active.btn-primary,
:not(.aXNw) .st-select .btn.btn-danger.active.btn-primary,
:not(.aXNw) .st-select .st-btn.btn-danger.active.btn-primary,
:not(.aXNw) .st-radio-group > .btn.btn-danger.active.btn-primary,
:not(.aXNw) .st-radio-group > .st-btn.btn-danger.active.btn-primary,
:not(.aXNw) .st-btn.btn-info.active.btn-primary,
:not(.aXNw) .st-button.btn-info.active.btn-primary,
:not(.aXNw) .st-select .btn.btn-info.active.btn-primary,
:not(.aXNw) .st-select .st-btn.btn-info.active.btn-primary,
:not(.aXNw) .st-radio-group > .btn.btn-info.active.btn-primary,
:not(.aXNw) .st-radio-group > .st-btn.btn-info.active.btn-primary,
:not(.aXNw) .st-btn.btn-warning.active.btn-primary,
:not(.aXNw) .st-button.btn-warning.active.btn-primary,
:not(.aXNw) .st-select .btn.btn-warning.active.btn-primary,
:not(.aXNw) .st-select .st-btn.btn-warning.active.btn-primary,
:not(.aXNw) .st-radio-group > .btn.btn-warning.active.btn-primary,
:not(.aXNw) .st-radio-group > .st-btn.btn-warning.active.btn-primary,
:not(.aXNw) .st-btn.btn-success.active.btn-primary,
:not(.aXNw) .st-button.btn-success.active.btn-primary,
:not(.aXNw) .st-select .btn.btn-success.active.btn-primary,
:not(.aXNw) .st-select .st-btn.btn-success.active.btn-primary,
:not(.aXNw) .st-radio-group > .btn.btn-success.active.btn-primary,
:not(.aXNw) .st-radio-group > .st-btn.btn-success.active.btn-primary,
:not(.aXNw) .st-btn.btn-primary:active.btn-danger,
:not(.aXNw) .st-button.btn-primary:active.btn-danger,
:not(.aXNw) .st-select .btn.btn-primary:active.btn-danger,
:not(.aXNw) .st-select .st-btn.btn-primary:active.btn-danger,
:not(.aXNw) .st-radio-group > .btn.btn-primary:active.btn-danger,
:not(.aXNw) .st-radio-group > .st-btn.btn-primary:active.btn-danger,
:not(.aXNw) .st-btn.btn-danger:active.btn-danger,
:not(.aXNw) .st-button.btn-danger:active.btn-danger,
:not(.aXNw) .st-select .btn.btn-danger:active.btn-danger,
:not(.aXNw) .st-select .st-btn.btn-danger:active.btn-danger,
:not(.aXNw) .st-radio-group > .btn.btn-danger:active.btn-danger,
:not(.aXNw) .st-radio-group > .st-btn.btn-danger:active.btn-danger,
:not(.aXNw) .st-btn.btn-info:active.btn-danger,
:not(.aXNw) .st-button.btn-info:active.btn-danger,
:not(.aXNw) .st-select .btn.btn-info:active.btn-danger,
:not(.aXNw) .st-select .st-btn.btn-info:active.btn-danger,
:not(.aXNw) .st-radio-group > .btn.btn-info:active.btn-danger,
:not(.aXNw) .st-radio-group > .st-btn.btn-info:active.btn-danger,
:not(.aXNw) .st-btn.btn-warning:active.btn-danger,
:not(.aXNw) .st-button.btn-warning:active.btn-danger,
:not(.aXNw) .st-select .btn.btn-warning:active.btn-danger,
:not(.aXNw) .st-select .st-btn.btn-warning:active.btn-danger,
:not(.aXNw) .st-radio-group > .btn.btn-warning:active.btn-danger,
:not(.aXNw) .st-radio-group > .st-btn.btn-warning:active.btn-danger,
:not(.aXNw) .st-btn.btn-success:active.btn-danger,
:not(.aXNw) .st-button.btn-success:active.btn-danger,
:not(.aXNw) .st-select .btn.btn-success:active.btn-danger,
:not(.aXNw) .st-select .st-btn.btn-success:active.btn-danger,
:not(.aXNw) .st-radio-group > .btn.btn-success:active.btn-danger,
:not(.aXNw) .st-radio-group > .st-btn.btn-success:active.btn-danger,
:not(.aXNw) .st-btn.btn-primary.active.btn-danger,
:not(.aXNw) .st-button.btn-primary.active.btn-danger,
:not(.aXNw) .st-select .btn.btn-primary.active.btn-danger,
:not(.aXNw) .st-select .st-btn.btn-primary.active.btn-danger,
:not(.aXNw) .st-radio-group > .btn.btn-primary.active.btn-danger,
:not(.aXNw) .st-radio-group > .st-btn.btn-primary.active.btn-danger,
:not(.aXNw) .st-btn.btn-danger.active.btn-danger,
:not(.aXNw) .st-button.btn-danger.active.btn-danger,
:not(.aXNw) .st-select .btn.btn-danger.active.btn-danger,
:not(.aXNw) .st-select .st-btn.btn-danger.active.btn-danger,
:not(.aXNw) .st-radio-group > .btn.btn-danger.active.btn-danger,
:not(.aXNw) .st-radio-group > .st-btn.btn-danger.active.btn-danger,
:not(.aXNw) .st-btn.btn-info.active.btn-danger,
:not(.aXNw) .st-button.btn-info.active.btn-danger,
:not(.aXNw) .st-select .btn.btn-info.active.btn-danger,
:not(.aXNw) .st-select .st-btn.btn-info.active.btn-danger,
:not(.aXNw) .st-radio-group > .btn.btn-info.active.btn-danger,
:not(.aXNw) .st-radio-group > .st-btn.btn-info.active.btn-danger,
:not(.aXNw) .st-btn.btn-warning.active.btn-danger,
:not(.aXNw) .st-button.btn-warning.active.btn-danger,
:not(.aXNw) .st-select .btn.btn-warning.active.btn-danger,
:not(.aXNw) .st-select .st-btn.btn-warning.active.btn-danger,
:not(.aXNw) .st-radio-group > .btn.btn-warning.active.btn-danger,
:not(.aXNw) .st-radio-group > .st-btn.btn-warning.active.btn-danger,
:not(.aXNw) .st-btn.btn-success.active.btn-danger,
:not(.aXNw) .st-button.btn-success.active.btn-danger,
:not(.aXNw) .st-select .btn.btn-success.active.btn-danger,
:not(.aXNw) .st-select .st-btn.btn-success.active.btn-danger,
:not(.aXNw) .st-radio-group > .btn.btn-success.active.btn-danger,
:not(.aXNw) .st-radio-group > .st-btn.btn-success.active.btn-danger,
:not(.aXNw) .st-btn.btn-primary:active.btn-success,
:not(.aXNw) .st-button.btn-primary:active.btn-success,
:not(.aXNw) .st-select .btn.btn-primary:active.btn-success,
:not(.aXNw) .st-select .st-btn.btn-primary:active.btn-success,
:not(.aXNw) .st-radio-group > .btn.btn-primary:active.btn-success,
:not(.aXNw) .st-radio-group > .st-btn.btn-primary:active.btn-success,
:not(.aXNw) .st-btn.btn-danger:active.btn-success,
:not(.aXNw) .st-button.btn-danger:active.btn-success,
:not(.aXNw) .st-select .btn.btn-danger:active.btn-success,
:not(.aXNw) .st-select .st-btn.btn-danger:active.btn-success,
:not(.aXNw) .st-radio-group > .btn.btn-danger:active.btn-success,
:not(.aXNw) .st-radio-group > .st-btn.btn-danger:active.btn-success,
:not(.aXNw) .st-btn.btn-info:active.btn-success,
:not(.aXNw) .st-button.btn-info:active.btn-success,
:not(.aXNw) .st-select .btn.btn-info:active.btn-success,
:not(.aXNw) .st-select .st-btn.btn-info:active.btn-success,
:not(.aXNw) .st-radio-group > .btn.btn-info:active.btn-success,
:not(.aXNw) .st-radio-group > .st-btn.btn-info:active.btn-success,
:not(.aXNw) .st-btn.btn-warning:active.btn-success,
:not(.aXNw) .st-button.btn-warning:active.btn-success,
:not(.aXNw) .st-select .btn.btn-warning:active.btn-success,
:not(.aXNw) .st-select .st-btn.btn-warning:active.btn-success,
:not(.aXNw) .st-radio-group > .btn.btn-warning:active.btn-success,
:not(.aXNw) .st-radio-group > .st-btn.btn-warning:active.btn-success,
:not(.aXNw) .st-btn.btn-success:active.btn-success,
:not(.aXNw) .st-button.btn-success:active.btn-success,
:not(.aXNw) .st-select .btn.btn-success:active.btn-success,
:not(.aXNw) .st-select .st-btn.btn-success:active.btn-success,
:not(.aXNw) .st-radio-group > .btn.btn-success:active.btn-success,
:not(.aXNw) .st-radio-group > .st-btn.btn-success:active.btn-success,
:not(.aXNw) .st-btn.btn-primary.active.btn-success,
:not(.aXNw) .st-button.btn-primary.active.btn-success,
:not(.aXNw) .st-select .btn.btn-primary.active.btn-success,
:not(.aXNw) .st-select .st-btn.btn-primary.active.btn-success,
:not(.aXNw) .st-radio-group > .btn.btn-primary.active.btn-success,
:not(.aXNw) .st-radio-group > .st-btn.btn-primary.active.btn-success,
:not(.aXNw) .st-btn.btn-danger.active.btn-success,
:not(.aXNw) .st-button.btn-danger.active.btn-success,
:not(.aXNw) .st-select .btn.btn-danger.active.btn-success,
:not(.aXNw) .st-select .st-btn.btn-danger.active.btn-success,
:not(.aXNw) .st-radio-group > .btn.btn-danger.active.btn-success,
:not(.aXNw) .st-radio-group > .st-btn.btn-danger.active.btn-success,
:not(.aXNw) .st-btn.btn-info.active.btn-success,
:not(.aXNw) .st-button.btn-info.active.btn-success,
:not(.aXNw) .st-select .btn.btn-info.active.btn-success,
:not(.aXNw) .st-select .st-btn.btn-info.active.btn-success,
:not(.aXNw) .st-radio-group > .btn.btn-info.active.btn-success,
:not(.aXNw) .st-radio-group > .st-btn.btn-info.active.btn-success,
:not(.aXNw) .st-btn.btn-warning.active.btn-success,
:not(.aXNw) .st-button.btn-warning.active.btn-success,
:not(.aXNw) .st-select .btn.btn-warning.active.btn-success,
:not(.aXNw) .st-select .st-btn.btn-warning.active.btn-success,
:not(.aXNw) .st-radio-group > .btn.btn-warning.active.btn-success,
:not(.aXNw) .st-radio-group > .st-btn.btn-warning.active.btn-success,
:not(.aXNw) .st-btn.btn-success.active.btn-success,
:not(.aXNw) .st-button.btn-success.active.btn-success,
:not(.aXNw) .st-select .btn.btn-success.active.btn-success,
:not(.aXNw) .st-select .st-btn.btn-success.active.btn-success,
:not(.aXNw) .st-radio-group > .btn.btn-success.active.btn-success,
:not(.aXNw) .st-radio-group > .st-btn.btn-success.active.btn-success {
  background-image:
    linear-gradient(
      rgba(255, 255, 255, 0.15),
      rgba(255, 255, 255, 0) 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0.065)
    ),
    url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkEAEAABoAFhhTXcgAAAAASUVORK5CYII=");
}
:not(.aXNw) .st-btn.btn-primary:active:disabled,
:not(.aXNw) .st-button.btn-primary:active:disabled,
:not(.aXNw) .st-select .btn.btn-primary:active:disabled,
:not(.aXNw) .st-select .st-btn.btn-primary:active:disabled,
:not(.aXNw) .st-radio-group > .btn.btn-primary:active:disabled,
:not(.aXNw) .st-radio-group > .st-btn.btn-primary:active:disabled,
:not(.aXNw) .st-btn.btn-danger:active:disabled,
:not(.aXNw) .st-button.btn-danger:active:disabled,
:not(.aXNw) .st-select .btn.btn-danger:active:disabled,
:not(.aXNw) .st-select .st-btn.btn-danger:active:disabled,
:not(.aXNw) .st-radio-group > .btn.btn-danger:active:disabled,
:not(.aXNw) .st-radio-group > .st-btn.btn-danger:active:disabled,
:not(.aXNw) .st-btn.btn-info:active:disabled,
:not(.aXNw) .st-button.btn-info:active:disabled,
:not(.aXNw) .st-select .btn.btn-info:active:disabled,
:not(.aXNw) .st-select .st-btn.btn-info:active:disabled,
:not(.aXNw) .st-radio-group > .btn.btn-info:active:disabled,
:not(.aXNw) .st-radio-group > .st-btn.btn-info:active:disabled,
:not(.aXNw) .st-btn.btn-warning:active:disabled,
:not(.aXNw) .st-button.btn-warning:active:disabled,
:not(.aXNw) .st-select .btn.btn-warning:active:disabled,
:not(.aXNw) .st-select .st-btn.btn-warning:active:disabled,
:not(.aXNw) .st-radio-group > .btn.btn-warning:active:disabled,
:not(.aXNw) .st-radio-group > .st-btn.btn-warning:active:disabled,
:not(.aXNw) .st-btn.btn-success:active:disabled,
:not(.aXNw) .st-button.btn-success:active:disabled,
:not(.aXNw) .st-select .btn.btn-success:active:disabled,
:not(.aXNw) .st-select .st-btn.btn-success:active:disabled,
:not(.aXNw) .st-radio-group > .btn.btn-success:active:disabled,
:not(.aXNw) .st-radio-group > .st-btn.btn-success:active:disabled,
:not(.aXNw) .st-btn.btn-primary.active:disabled,
:not(.aXNw) .st-button.btn-primary.active:disabled,
:not(.aXNw) .st-select .btn.btn-primary.active:disabled,
:not(.aXNw) .st-select .st-btn.btn-primary.active:disabled,
:not(.aXNw) .st-radio-group > .btn.btn-primary.active:disabled,
:not(.aXNw) .st-radio-group > .st-btn.btn-primary.active:disabled,
:not(.aXNw) .st-btn.btn-danger.active:disabled,
:not(.aXNw) .st-button.btn-danger.active:disabled,
:not(.aXNw) .st-select .btn.btn-danger.active:disabled,
:not(.aXNw) .st-select .st-btn.btn-danger.active:disabled,
:not(.aXNw) .st-radio-group > .btn.btn-danger.active:disabled,
:not(.aXNw) .st-radio-group > .st-btn.btn-danger.active:disabled,
:not(.aXNw) .st-btn.btn-info.active:disabled,
:not(.aXNw) .st-button.btn-info.active:disabled,
:not(.aXNw) .st-select .btn.btn-info.active:disabled,
:not(.aXNw) .st-select .st-btn.btn-info.active:disabled,
:not(.aXNw) .st-radio-group > .btn.btn-info.active:disabled,
:not(.aXNw) .st-radio-group > .st-btn.btn-info.active:disabled,
:not(.aXNw) .st-btn.btn-warning.active:disabled,
:not(.aXNw) .st-button.btn-warning.active:disabled,
:not(.aXNw) .st-select .btn.btn-warning.active:disabled,
:not(.aXNw) .st-select .st-btn.btn-warning.active:disabled,
:not(.aXNw) .st-radio-group > .btn.btn-warning.active:disabled,
:not(.aXNw) .st-radio-group > .st-btn.btn-warning.active:disabled,
:not(.aXNw) .st-btn.btn-success.active:disabled,
:not(.aXNw) .st-button.btn-success.active:disabled,
:not(.aXNw) .st-select .btn.btn-success.active:disabled,
:not(.aXNw) .st-select .st-btn.btn-success.active:disabled,
:not(.aXNw) .st-radio-group > .btn.btn-success.active:disabled,
:not(.aXNw) .st-radio-group > .st-btn.btn-success.active:disabled,
:not(.aXNw) .st-btn.btn-primary:active.disabled,
:not(.aXNw) .st-button.btn-primary:active.disabled,
:not(.aXNw) .st-select .btn.btn-primary:active.disabled,
:not(.aXNw) .st-select .st-btn.btn-primary:active.disabled,
:not(.aXNw) .st-radio-group > .btn.btn-primary:active.disabled,
:not(.aXNw) .st-radio-group > .st-btn.btn-primary:active.disabled,
:not(.aXNw) .st-btn.btn-danger:active.disabled,
:not(.aXNw) .st-button.btn-danger:active.disabled,
:not(.aXNw) .st-select .btn.btn-danger:active.disabled,
:not(.aXNw) .st-select .st-btn.btn-danger:active.disabled,
:not(.aXNw) .st-radio-group > .btn.btn-danger:active.disabled,
:not(.aXNw) .st-radio-group > .st-btn.btn-danger:active.disabled,
:not(.aXNw) .st-btn.btn-info:active.disabled,
:not(.aXNw) .st-button.btn-info:active.disabled,
:not(.aXNw) .st-select .btn.btn-info:active.disabled,
:not(.aXNw) .st-select .st-btn.btn-info:active.disabled,
:not(.aXNw) .st-radio-group > .btn.btn-info:active.disabled,
:not(.aXNw) .st-radio-group > .st-btn.btn-info:active.disabled,
:not(.aXNw) .st-btn.btn-warning:active.disabled,
:not(.aXNw) .st-button.btn-warning:active.disabled,
:not(.aXNw) .st-select .btn.btn-warning:active.disabled,
:not(.aXNw) .st-select .st-btn.btn-warning:active.disabled,
:not(.aXNw) .st-radio-group > .btn.btn-warning:active.disabled,
:not(.aXNw) .st-radio-group > .st-btn.btn-warning:active.disabled,
:not(.aXNw) .st-btn.btn-success:active.disabled,
:not(.aXNw) .st-button.btn-success:active.disabled,
:not(.aXNw) .st-select .btn.btn-success:active.disabled,
:not(.aXNw) .st-select .st-btn.btn-success:active.disabled,
:not(.aXNw) .st-radio-group > .btn.btn-success:active.disabled,
:not(.aXNw) .st-radio-group > .st-btn.btn-success:active.disabled,
:not(.aXNw) .st-btn.btn-primary.active.disabled,
:not(.aXNw) .st-button.btn-primary.active.disabled,
:not(.aXNw) .st-select .btn.btn-primary.active.disabled,
:not(.aXNw) .st-select .st-btn.btn-primary.active.disabled,
:not(.aXNw) .st-radio-group > .btn.btn-primary.active.disabled,
:not(.aXNw) .st-radio-group > .st-btn.btn-primary.active.disabled,
:not(.aXNw) .st-btn.btn-danger.active.disabled,
:not(.aXNw) .st-button.btn-danger.active.disabled,
:not(.aXNw) .st-select .btn.btn-danger.active.disabled,
:not(.aXNw) .st-select .st-btn.btn-danger.active.disabled,
:not(.aXNw) .st-radio-group > .btn.btn-danger.active.disabled,
:not(.aXNw) .st-radio-group > .st-btn.btn-danger.active.disabled,
:not(.aXNw) .st-btn.btn-info.active.disabled,
:not(.aXNw) .st-button.btn-info.active.disabled,
:not(.aXNw) .st-select .btn.btn-info.active.disabled,
:not(.aXNw) .st-select .st-btn.btn-info.active.disabled,
:not(.aXNw) .st-radio-group > .btn.btn-info.active.disabled,
:not(.aXNw) .st-radio-group > .st-btn.btn-info.active.disabled,
:not(.aXNw) .st-btn.btn-warning.active.disabled,
:not(.aXNw) .st-button.btn-warning.active.disabled,
:not(.aXNw) .st-select .btn.btn-warning.active.disabled,
:not(.aXNw) .st-select .st-btn.btn-warning.active.disabled,
:not(.aXNw) .st-radio-group > .btn.btn-warning.active.disabled,
:not(.aXNw) .st-radio-group > .st-btn.btn-warning.active.disabled,
:not(.aXNw) .st-btn.btn-success.active.disabled,
:not(.aXNw) .st-button.btn-success.active.disabled,
:not(.aXNw) .st-select .btn.btn-success.active.disabled,
:not(.aXNw) .st-select .st-btn.btn-success.active.disabled,
:not(.aXNw) .st-radio-group > .btn.btn-success.active.disabled,
:not(.aXNw) .st-radio-group > .st-btn.btn-success.active.disabled {
  background-image: linear-gradient(
    rgba(255, 255, 255, 0.2),
    rgba(255, 255, 255, 0) 50%,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.1)
  );
}
:not(.aXNw) .st-btn.btn-primary,
:not(.aXNw) .st-button.btn-primary,
:not(.aXNw) .st-select .btn.btn-primary,
:not(.aXNw) .st-select .st-btn.btn-primary,
:not(.aXNw) .st-radio-group > .btn.btn-primary,
:not(.aXNw) .st-radio-group > .st-btn.btn-primary,
:not(.aXNw) .st-btn.wide,
:not(.aXNw) .st-button.wide,
:not(.aXNw) .st-select .btn.wide,
:not(.aXNw) .st-select .st-btn.wide,
:not(.aXNw) .st-radio-group > .btn.wide,
:not(.aXNw) .st-radio-group > .st-btn.wide {
  padding-left: 1.65rem;
  padding-right: 1.65rem;
}
:not(.aXNw) .st-btn.large,
:not(.aXNw) .st-button.large,
:not(.aXNw) .st-select .btn.large,
:not(.aXNw) .st-select .st-btn.large,
:not(.aXNw) .st-radio-group > .btn.large,
:not(.aXNw) .st-radio-group > .st-btn.large,
:not(.aXNw) .st-btn.btn-lg,
:not(.aXNw) .st-button.btn-lg,
:not(.aXNw) .st-select .btn.btn-lg,
:not(.aXNw) .st-select .st-btn.btn-lg,
:not(.aXNw) .st-radio-group > .btn.btn-lg,
:not(.aXNw) .st-radio-group > .st-btn.btn-lg {
  font-size: 120%;
  padding-top: 12px;
  padding-bottom: 14px;
}
:not(.aXNw) .st-btn.small,
:not(.aXNw) .st-button.small,
:not(.aXNw) .st-select .btn.small,
:not(.aXNw) .st-select .st-btn.small,
:not(.aXNw) .st-radio-group > .btn.small,
:not(.aXNw) .st-radio-group > .st-btn.small,
:not(.aXNw) .st-btn.btn-sm,
:not(.aXNw) .st-button.btn-sm,
:not(.aXNw) .st-select .btn.btn-sm,
:not(.aXNw) .st-select .st-btn.btn-sm,
:not(.aXNw) .st-radio-group > .btn.btn-sm,
:not(.aXNw) .st-radio-group > .st-btn.btn-sm {
  padding-top: 0px;
  padding-bottom: 2px;
  min-height: 24px;
}
:not(.aXNw) .st-btn.small.btn-primary,
:not(.aXNw) .st-button.small.btn-primary,
:not(.aXNw) .st-select .btn.small.btn-primary,
:not(.aXNw) .st-select .st-btn.small.btn-primary,
:not(.aXNw) .st-radio-group > .btn.small.btn-primary,
:not(.aXNw) .st-radio-group > .st-btn.small.btn-primary,
:not(.aXNw) .st-btn.btn-sm.btn-primary,
:not(.aXNw) .st-button.btn-sm.btn-primary,
:not(.aXNw) .st-select .btn.btn-sm.btn-primary,
:not(.aXNw) .st-select .st-btn.btn-sm.btn-primary,
:not(.aXNw) .st-radio-group > .btn.btn-sm.btn-primary,
:not(.aXNw) .st-radio-group > .st-btn.btn-sm.btn-primary {
  padding: 0 1.35em;
}
:not(.aXNw) .st-btn.flat,
:not(.aXNw) .st-button.flat,
:not(.aXNw) .st-select .btn.flat,
:not(.aXNw) .st-select .st-btn.flat,
:not(.aXNw) .st-radio-group > .btn.flat,
:not(.aXNw) .st-radio-group > .st-btn.flat,
:not(.aXNw) .st-btn.btn-flat,
:not(.aXNw) .st-button.btn-flat,
:not(.aXNw) .st-select .btn.btn-flat,
:not(.aXNw) .st-select .st-btn.btn-flat,
:not(.aXNw) .st-radio-group > .btn.btn-flat,
:not(.aXNw) .st-radio-group > .st-btn.btn-flat {
  background-image: linear-gradient(rgba(0, 0, 0, 0.035), rgba(0, 0, 0, 0.035));
  border-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
:not(.aXNw) .st-btn.flat:hover,
:not(.aXNw) .st-button.flat:hover,
:not(.aXNw) .st-select .btn.flat:hover,
:not(.aXNw) .st-select .st-btn.flat:hover,
:not(.aXNw) .st-radio-group > .btn.flat:hover,
:not(.aXNw) .st-radio-group > .st-btn.flat:hover,
:not(.aXNw) .st-btn.btn-flat:hover,
:not(.aXNw) .st-button.btn-flat:hover,
:not(.aXNw) .st-select .btn.btn-flat:hover,
:not(.aXNw) .st-select .st-btn.btn-flat:hover,
:not(.aXNw) .st-radio-group > .btn.btn-flat:hover,
:not(.aXNw) .st-radio-group > .st-btn.btn-flat:hover {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkEAEAABoAFhhTXcgAAAAASUVORK5CYII=") !important;
}
:not(.aXNw) .st-btn.flat:active,
:not(.aXNw) .st-button.flat:active,
:not(.aXNw) .st-select .btn.flat:active,
:not(.aXNw) .st-select .st-btn.flat:active,
:not(.aXNw) .st-radio-group > .btn.flat:active,
:not(.aXNw) .st-radio-group > .st-btn.flat:active,
:not(.aXNw) .st-btn.btn-flat:active,
:not(.aXNw) .st-button.btn-flat:active,
:not(.aXNw) .st-select .btn.btn-flat:active,
:not(.aXNw) .st-select .st-btn.btn-flat:active,
:not(.aXNw) .st-radio-group > .btn.btn-flat:active,
:not(.aXNw) .st-radio-group > .st-btn.btn-flat:active,
:not(.aXNw) .st-btn.flat.active,
:not(.aXNw) .st-button.flat.active,
:not(.aXNw) .st-select .btn.flat.active,
:not(.aXNw) .st-select .st-btn.flat.active,
:not(.aXNw) .st-radio-group > .btn.flat.active,
:not(.aXNw) .st-radio-group > .st-btn.flat.active,
:not(.aXNw) .st-btn.btn-flat.active,
:not(.aXNw) .st-button.btn-flat.active,
:not(.aXNw) .st-select .btn.btn-flat.active,
:not(.aXNw) .st-select .st-btn.btn-flat.active,
:not(.aXNw) .st-radio-group > .btn.btn-flat.active,
:not(.aXNw) .st-radio-group > .st-btn.btn-flat.active {
  background-size: 100% 500%;
  background-position-y: -50px;
  -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2);
  background-image:
    linear-gradient(
      rgba(255, 255, 255, 0.15),
      rgba(255, 255, 255, 0) 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0.065)
    ),
    url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNk4AIAABAADApMaRMAAAAASUVORK5CYII=");
  border-color: rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.1);
}
:not(.aXNw) .st-btn.flat:active.btn-primary,
:not(.aXNw) .st-button.flat:active.btn-primary,
:not(.aXNw) .st-select .btn.flat:active.btn-primary,
:not(.aXNw) .st-select .st-btn.flat:active.btn-primary,
:not(.aXNw) .st-radio-group > .btn.flat:active.btn-primary,
:not(.aXNw) .st-radio-group > .st-btn.flat:active.btn-primary,
:not(.aXNw) .st-btn.btn-flat:active.btn-primary,
:not(.aXNw) .st-button.btn-flat:active.btn-primary,
:not(.aXNw) .st-select .btn.btn-flat:active.btn-primary,
:not(.aXNw) .st-select .st-btn.btn-flat:active.btn-primary,
:not(.aXNw) .st-radio-group > .btn.btn-flat:active.btn-primary,
:not(.aXNw) .st-radio-group > .st-btn.btn-flat:active.btn-primary,
:not(.aXNw) .st-btn.flat.active.btn-primary,
:not(.aXNw) .st-button.flat.active.btn-primary,
:not(.aXNw) .st-select .btn.flat.active.btn-primary,
:not(.aXNw) .st-select .st-btn.flat.active.btn-primary,
:not(.aXNw) .st-radio-group > .btn.flat.active.btn-primary,
:not(.aXNw) .st-radio-group > .st-btn.flat.active.btn-primary,
:not(.aXNw) .st-btn.btn-flat.active.btn-primary,
:not(.aXNw) .st-button.btn-flat.active.btn-primary,
:not(.aXNw) .st-select .btn.btn-flat.active.btn-primary,
:not(.aXNw) .st-select .st-btn.btn-flat.active.btn-primary,
:not(.aXNw) .st-radio-group > .btn.btn-flat.active.btn-primary,
:not(.aXNw) .st-radio-group > .st-btn.btn-flat.active.btn-primary,
:not(.aXNw) .st-btn.flat:active.btn-danger,
:not(.aXNw) .st-button.flat:active.btn-danger,
:not(.aXNw) .st-select .btn.flat:active.btn-danger,
:not(.aXNw) .st-select .st-btn.flat:active.btn-danger,
:not(.aXNw) .st-radio-group > .btn.flat:active.btn-danger,
:not(.aXNw) .st-radio-group > .st-btn.flat:active.btn-danger,
:not(.aXNw) .st-btn.btn-flat:active.btn-danger,
:not(.aXNw) .st-button.btn-flat:active.btn-danger,
:not(.aXNw) .st-select .btn.btn-flat:active.btn-danger,
:not(.aXNw) .st-select .st-btn.btn-flat:active.btn-danger,
:not(.aXNw) .st-radio-group > .btn.btn-flat:active.btn-danger,
:not(.aXNw) .st-radio-group > .st-btn.btn-flat:active.btn-danger,
:not(.aXNw) .st-btn.flat.active.btn-danger,
:not(.aXNw) .st-button.flat.active.btn-danger,
:not(.aXNw) .st-select .btn.flat.active.btn-danger,
:not(.aXNw) .st-select .st-btn.flat.active.btn-danger,
:not(.aXNw) .st-radio-group > .btn.flat.active.btn-danger,
:not(.aXNw) .st-radio-group > .st-btn.flat.active.btn-danger,
:not(.aXNw) .st-btn.btn-flat.active.btn-danger,
:not(.aXNw) .st-button.btn-flat.active.btn-danger,
:not(.aXNw) .st-select .btn.btn-flat.active.btn-danger,
:not(.aXNw) .st-select .st-btn.btn-flat.active.btn-danger,
:not(.aXNw) .st-radio-group > .btn.btn-flat.active.btn-danger,
:not(.aXNw) .st-radio-group > .st-btn.btn-flat.active.btn-danger,
:not(.aXNw) .st-btn.flat:active.btn-success,
:not(.aXNw) .st-button.flat:active.btn-success,
:not(.aXNw) .st-select .btn.flat:active.btn-success,
:not(.aXNw) .st-select .st-btn.flat:active.btn-success,
:not(.aXNw) .st-radio-group > .btn.flat:active.btn-success,
:not(.aXNw) .st-radio-group > .st-btn.flat:active.btn-success,
:not(.aXNw) .st-btn.btn-flat:active.btn-success,
:not(.aXNw) .st-button.btn-flat:active.btn-success,
:not(.aXNw) .st-select .btn.btn-flat:active.btn-success,
:not(.aXNw) .st-select .st-btn.btn-flat:active.btn-success,
:not(.aXNw) .st-radio-group > .btn.btn-flat:active.btn-success,
:not(.aXNw) .st-radio-group > .st-btn.btn-flat:active.btn-success,
:not(.aXNw) .st-btn.flat.active.btn-success,
:not(.aXNw) .st-button.flat.active.btn-success,
:not(.aXNw) .st-select .btn.flat.active.btn-success,
:not(.aXNw) .st-select .st-btn.flat.active.btn-success,
:not(.aXNw) .st-radio-group > .btn.flat.active.btn-success,
:not(.aXNw) .st-radio-group > .st-btn.flat.active.btn-success,
:not(.aXNw) .st-btn.btn-flat.active.btn-success,
:not(.aXNw) .st-button.btn-flat.active.btn-success,
:not(.aXNw) .st-select .btn.btn-flat.active.btn-success,
:not(.aXNw) .st-select .st-btn.btn-flat.active.btn-success,
:not(.aXNw) .st-radio-group > .btn.btn-flat.active.btn-success,
:not(.aXNw) .st-radio-group > .st-btn.btn-flat.active.btn-success {
  background-image:
    linear-gradient(
      rgba(255, 255, 255, 0.15),
      rgba(255, 255, 255, 0) 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0.065)
    ),
    url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkEAEAABoAFhhTXcgAAAAASUVORK5CYII=");
}
:not(.aXNw) .st-btn.flat:active:disabled,
:not(.aXNw) .st-button.flat:active:disabled,
:not(.aXNw) .st-select .btn.flat:active:disabled,
:not(.aXNw) .st-select .st-btn.flat:active:disabled,
:not(.aXNw) .st-radio-group > .btn.flat:active:disabled,
:not(.aXNw) .st-radio-group > .st-btn.flat:active:disabled,
:not(.aXNw) .st-btn.btn-flat:active:disabled,
:not(.aXNw) .st-button.btn-flat:active:disabled,
:not(.aXNw) .st-select .btn.btn-flat:active:disabled,
:not(.aXNw) .st-select .st-btn.btn-flat:active:disabled,
:not(.aXNw) .st-radio-group > .btn.btn-flat:active:disabled,
:not(.aXNw) .st-radio-group > .st-btn.btn-flat:active:disabled,
:not(.aXNw) .st-btn.flat.active:disabled,
:not(.aXNw) .st-button.flat.active:disabled,
:not(.aXNw) .st-select .btn.flat.active:disabled,
:not(.aXNw) .st-select .st-btn.flat.active:disabled,
:not(.aXNw) .st-radio-group > .btn.flat.active:disabled,
:not(.aXNw) .st-radio-group > .st-btn.flat.active:disabled,
:not(.aXNw) .st-btn.btn-flat.active:disabled,
:not(.aXNw) .st-button.btn-flat.active:disabled,
:not(.aXNw) .st-select .btn.btn-flat.active:disabled,
:not(.aXNw) .st-select .st-btn.btn-flat.active:disabled,
:not(.aXNw) .st-radio-group > .btn.btn-flat.active:disabled,
:not(.aXNw) .st-radio-group > .st-btn.btn-flat.active:disabled,
:not(.aXNw) .st-btn.flat:active.disabled,
:not(.aXNw) .st-button.flat:active.disabled,
:not(.aXNw) .st-select .btn.flat:active.disabled,
:not(.aXNw) .st-select .st-btn.flat:active.disabled,
:not(.aXNw) .st-radio-group > .btn.flat:active.disabled,
:not(.aXNw) .st-radio-group > .st-btn.flat:active.disabled,
:not(.aXNw) .st-btn.btn-flat:active.disabled,
:not(.aXNw) .st-button.btn-flat:active.disabled,
:not(.aXNw) .st-select .btn.btn-flat:active.disabled,
:not(.aXNw) .st-select .st-btn.btn-flat:active.disabled,
:not(.aXNw) .st-radio-group > .btn.btn-flat:active.disabled,
:not(.aXNw) .st-radio-group > .st-btn.btn-flat:active.disabled,
:not(.aXNw) .st-btn.flat.active.disabled,
:not(.aXNw) .st-button.flat.active.disabled,
:not(.aXNw) .st-select .btn.flat.active.disabled,
:not(.aXNw) .st-select .st-btn.flat.active.disabled,
:not(.aXNw) .st-radio-group > .btn.flat.active.disabled,
:not(.aXNw) .st-radio-group > .st-btn.flat.active.disabled,
:not(.aXNw) .st-btn.btn-flat.active.disabled,
:not(.aXNw) .st-button.btn-flat.active.disabled,
:not(.aXNw) .st-select .btn.btn-flat.active.disabled,
:not(.aXNw) .st-select .st-btn.btn-flat.active.disabled,
:not(.aXNw) .st-radio-group > .btn.btn-flat.active.disabled,
:not(.aXNw) .st-radio-group > .st-btn.btn-flat.active.disabled {
  background-image: linear-gradient(
    rgba(255, 255, 255, 0.2),
    rgba(255, 255, 255, 0) 50%,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.1)
  );
}
:not(.aXNw) .st-btn[data-toggle="dropdown"],
:not(.aXNw) .st-button[data-toggle="dropdown"],
:not(.aXNw) .st-select .btn[data-toggle="dropdown"],
:not(.aXNw) .st-select .st-btn[data-toggle="dropdown"],
:not(.aXNw) .st-radio-group > .btn[data-toggle="dropdown"],
:not(.aXNw) .st-radio-group > .st-btn[data-toggle="dropdown"] {
  padding-left: 0.5em;
  padding-right: 0.5em;
}
:not(.aXNw) .st-btn:empty,
:not(.aXNw) .st-button:empty,
:not(.aXNw) .st-select .btn:empty,
:not(.aXNw) .st-select .st-btn:empty,
:not(.aXNw) .st-radio-group > .btn:empty,
:not(.aXNw) .st-radio-group > .st-btn:empty {
  outline: 1px solid red;
}
:not(.aXNw) .st-btn.pale,
:not(.aXNw) .st-button.pale,
:not(.aXNw) .st-select .btn.pale,
:not(.aXNw) .st-select .st-btn.pale,
:not(.aXNw) .st-radio-group > .btn.pale,
:not(.aXNw) .st-radio-group > .st-btn.pale {
  background-image: linear-gradient(to top, #f2f4f7, #ffffff);
  border: solid 1px rgba(0, 0, 0, 0.125);
  color: #354052;
}
:not(.aXNw) .st-btn.pale:link,
:not(.aXNw) .st-button.pale:link,
:not(.aXNw) .st-select .btn.pale:link,
:not(.aXNw) .st-select .st-btn.pale:link,
:not(.aXNw) .st-radio-group > .btn.pale:link,
:not(.aXNw) .st-radio-group > .st-btn.pale:link,
:not(.aXNw) .st-btn.pale:visited,
:not(.aXNw) .st-button.pale:visited,
:not(.aXNw) .st-select .btn.pale:visited,
:not(.aXNw) .st-select .st-btn.pale:visited,
:not(.aXNw) .st-radio-group > .btn.pale:visited,
:not(.aXNw) .st-radio-group > .st-btn.pale:visited,
:not(.aXNw) .st-btn.pale:active,
:not(.aXNw) .st-button.pale:active,
:not(.aXNw) .st-select .btn.pale:active,
:not(.aXNw) .st-select .st-btn.pale:active,
:not(.aXNw) .st-radio-group > .btn.pale:active,
:not(.aXNw) .st-radio-group > .st-btn.pale:active,
:not(.aXNw) .st-btn.pale:hover,
:not(.aXNw) .st-button.pale:hover,
:not(.aXNw) .st-select .btn.pale:hover,
:not(.aXNw) .st-select .st-btn.pale:hover,
:not(.aXNw) .st-radio-group > .btn.pale:hover,
:not(.aXNw) .st-radio-group > .st-btn.pale:hover {
  color: #354052;
}
:not(.aXNw) .st-btn.pale:link:hover,
:not(.aXNw) .st-button.pale:link:hover,
:not(.aXNw) .st-select .btn.pale:link:hover,
:not(.aXNw) .st-select .st-btn.pale:link:hover,
:not(.aXNw) .st-radio-group > .btn.pale:link:hover,
:not(.aXNw) .st-radio-group > .st-btn.pale:link:hover,
:not(.aXNw) .st-btn.pale:visited:hover,
:not(.aXNw) .st-button.pale:visited:hover,
:not(.aXNw) .st-select .btn.pale:visited:hover,
:not(.aXNw) .st-select .st-btn.pale:visited:hover,
:not(.aXNw) .st-radio-group > .btn.pale:visited:hover,
:not(.aXNw) .st-radio-group > .st-btn.pale:visited:hover,
:not(.aXNw) .st-btn.pale:active:hover,
:not(.aXNw) .st-button.pale:active:hover,
:not(.aXNw) .st-select .btn.pale:active:hover,
:not(.aXNw) .st-select .st-btn.pale:active:hover,
:not(.aXNw) .st-radio-group > .btn.pale:active:hover,
:not(.aXNw) .st-radio-group > .st-btn.pale:active:hover,
:not(.aXNw) .st-btn.pale:hover:hover,
:not(.aXNw) .st-button.pale:hover:hover,
:not(.aXNw) .st-select .btn.pale:hover:hover,
:not(.aXNw) .st-select .st-btn.pale:hover:hover,
:not(.aXNw) .st-radio-group > .btn.pale:hover:hover,
:not(.aXNw) .st-radio-group > .st-btn.pale:hover:hover {
  color: #354052;
}
:not(.aXNw) .st-btn.blue,
:not(.aXNw) .st-button.blue,
:not(.aXNw) .st-select .btn.blue,
:not(.aXNw) .st-select .st-btn.blue,
:not(.aXNw) .st-radio-group > .btn.blue,
:not(.aXNw) .st-radio-group > .st-btn.blue {
  background-image: linear-gradient(to top, #1991eb, #2da1f8);
  border: none;
  color: #fff;
}
:not(.aXNw) .st-btn.blue:link,
:not(.aXNw) .st-button.blue:link,
:not(.aXNw) .st-select .btn.blue:link,
:not(.aXNw) .st-select .st-btn.blue:link,
:not(.aXNw) .st-radio-group > .btn.blue:link,
:not(.aXNw) .st-radio-group > .st-btn.blue:link,
:not(.aXNw) .st-btn.blue:visited,
:not(.aXNw) .st-button.blue:visited,
:not(.aXNw) .st-select .btn.blue:visited,
:not(.aXNw) .st-select .st-btn.blue:visited,
:not(.aXNw) .st-radio-group > .btn.blue:visited,
:not(.aXNw) .st-radio-group > .st-btn.blue:visited,
:not(.aXNw) .st-btn.blue:active,
:not(.aXNw) .st-button.blue:active,
:not(.aXNw) .st-select .btn.blue:active,
:not(.aXNw) .st-select .st-btn.blue:active,
:not(.aXNw) .st-radio-group > .btn.blue:active,
:not(.aXNw) .st-radio-group > .st-btn.blue:active,
:not(.aXNw) .st-btn.blue:hover,
:not(.aXNw) .st-button.blue:hover,
:not(.aXNw) .st-select .btn.blue:hover,
:not(.aXNw) .st-select .st-btn.blue:hover,
:not(.aXNw) .st-radio-group > .btn.blue:hover,
:not(.aXNw) .st-radio-group > .st-btn.blue:hover {
  color: #fff;
}
:not(.aXNw) .st-btn.blue:link:hover,
:not(.aXNw) .st-button.blue:link:hover,
:not(.aXNw) .st-select .btn.blue:link:hover,
:not(.aXNw) .st-select .st-btn.blue:link:hover,
:not(.aXNw) .st-radio-group > .btn.blue:link:hover,
:not(.aXNw) .st-radio-group > .st-btn.blue:link:hover,
:not(.aXNw) .st-btn.blue:visited:hover,
:not(.aXNw) .st-button.blue:visited:hover,
:not(.aXNw) .st-select .btn.blue:visited:hover,
:not(.aXNw) .st-select .st-btn.blue:visited:hover,
:not(.aXNw) .st-radio-group > .btn.blue:visited:hover,
:not(.aXNw) .st-radio-group > .st-btn.blue:visited:hover,
:not(.aXNw) .st-btn.blue:active:hover,
:not(.aXNw) .st-button.blue:active:hover,
:not(.aXNw) .st-select .btn.blue:active:hover,
:not(.aXNw) .st-select .st-btn.blue:active:hover,
:not(.aXNw) .st-radio-group > .btn.blue:active:hover,
:not(.aXNw) .st-radio-group > .st-btn.blue:active:hover,
:not(.aXNw) .st-btn.blue:hover:hover,
:not(.aXNw) .st-button.blue:hover:hover,
:not(.aXNw) .st-select .btn.blue:hover:hover,
:not(.aXNw) .st-select .st-btn.blue:hover:hover,
:not(.aXNw) .st-radio-group > .btn.blue:hover:hover,
:not(.aXNw) .st-radio-group > .st-btn.blue:hover:hover {
  color: #fff;
}
:not(.aXNw) .st-btn.white,
:not(.aXNw) .st-button.white,
:not(.aXNw) .st-select .btn.white,
:not(.aXNw) .st-select .st-btn.white,
:not(.aXNw) .st-radio-group > .btn.white,
:not(.aXNw) .st-radio-group > .st-btn.white {
  background: #fff;
  color: #289df5;
  font-weight: bold;
}
:not(.aXNw) .st-btn.white:link,
:not(.aXNw) .st-button.white:link,
:not(.aXNw) .st-select .btn.white:link,
:not(.aXNw) .st-select .st-btn.white:link,
:not(.aXNw) .st-radio-group > .btn.white:link,
:not(.aXNw) .st-radio-group > .st-btn.white:link,
:not(.aXNw) .st-btn.white:visited,
:not(.aXNw) .st-button.white:visited,
:not(.aXNw) .st-select .btn.white:visited,
:not(.aXNw) .st-select .st-btn.white:visited,
:not(.aXNw) .st-radio-group > .btn.white:visited,
:not(.aXNw) .st-radio-group > .st-btn.white:visited,
:not(.aXNw) .st-btn.white:active,
:not(.aXNw) .st-button.white:active,
:not(.aXNw) .st-select .btn.white:active,
:not(.aXNw) .st-select .st-btn.white:active,
:not(.aXNw) .st-radio-group > .btn.white:active,
:not(.aXNw) .st-radio-group > .st-btn.white:active,
:not(.aXNw) .st-btn.white:hover,
:not(.aXNw) .st-button.white:hover,
:not(.aXNw) .st-select .btn.white:hover,
:not(.aXNw) .st-select .st-btn.white:hover,
:not(.aXNw) .st-radio-group > .btn.white:hover,
:not(.aXNw) .st-radio-group > .st-btn.white:hover {
  color: #289df5;
}
:not(.aXNw) .st-btn.white:link:hover,
:not(.aXNw) .st-button.white:link:hover,
:not(.aXNw) .st-select .btn.white:link:hover,
:not(.aXNw) .st-select .st-btn.white:link:hover,
:not(.aXNw) .st-radio-group > .btn.white:link:hover,
:not(.aXNw) .st-radio-group > .st-btn.white:link:hover,
:not(.aXNw) .st-btn.white:visited:hover,
:not(.aXNw) .st-button.white:visited:hover,
:not(.aXNw) .st-select .btn.white:visited:hover,
:not(.aXNw) .st-select .st-btn.white:visited:hover,
:not(.aXNw) .st-radio-group > .btn.white:visited:hover,
:not(.aXNw) .st-radio-group > .st-btn.white:visited:hover,
:not(.aXNw) .st-btn.white:active:hover,
:not(.aXNw) .st-button.white:active:hover,
:not(.aXNw) .st-select .btn.white:active:hover,
:not(.aXNw) .st-select .st-btn.white:active:hover,
:not(.aXNw) .st-radio-group > .btn.white:active:hover,
:not(.aXNw) .st-radio-group > .st-btn.white:active:hover,
:not(.aXNw) .st-btn.white:hover:hover,
:not(.aXNw) .st-button.white:hover:hover,
:not(.aXNw) .st-select .btn.white:hover:hover,
:not(.aXNw) .st-select .st-btn.white:hover:hover,
:not(.aXNw) .st-radio-group > .btn.white:hover:hover,
:not(.aXNw) .st-radio-group > .st-btn.white:hover:hover {
  color: #289df5;
}
:not(.aXNw) .st-btn.curved,
:not(.aXNw) .st-button.curved,
:not(.aXNw) .st-select .btn.curved,
:not(.aXNw) .st-select .st-btn.curved,
:not(.aXNw) .st-radio-group > .btn.curved,
:not(.aXNw) .st-radio-group > .st-btn.curved {
  border-radius: 50px;
  background-image: linear-gradient(to top, #f2f4f7, #ffffff);
  box-shadow: 0 10px 20px -5px gray;
  border: solid 0.5px #e6e6e6;
  color: #00a9f7;
}
:not(.aXNw) .st-btn.curved:link,
:not(.aXNw) .st-button.curved:link,
:not(.aXNw) .st-select .btn.curved:link,
:not(.aXNw) .st-select .st-btn.curved:link,
:not(.aXNw) .st-radio-group > .btn.curved:link,
:not(.aXNw) .st-radio-group > .st-btn.curved:link,
:not(.aXNw) .st-btn.curved:visited,
:not(.aXNw) .st-button.curved:visited,
:not(.aXNw) .st-select .btn.curved:visited,
:not(.aXNw) .st-select .st-btn.curved:visited,
:not(.aXNw) .st-radio-group > .btn.curved:visited,
:not(.aXNw) .st-radio-group > .st-btn.curved:visited,
:not(.aXNw) .st-btn.curved:active,
:not(.aXNw) .st-button.curved:active,
:not(.aXNw) .st-select .btn.curved:active,
:not(.aXNw) .st-select .st-btn.curved:active,
:not(.aXNw) .st-radio-group > .btn.curved:active,
:not(.aXNw) .st-radio-group > .st-btn.curved:active,
:not(.aXNw) .st-btn.curved:hover,
:not(.aXNw) .st-button.curved:hover,
:not(.aXNw) .st-select .btn.curved:hover,
:not(.aXNw) .st-select .st-btn.curved:hover,
:not(.aXNw) .st-radio-group > .btn.curved:hover,
:not(.aXNw) .st-radio-group > .st-btn.curved:hover {
  color: #00a9f7;
}
:not(.aXNw) .st-btn.curved:link:hover,
:not(.aXNw) .st-button.curved:link:hover,
:not(.aXNw) .st-select .btn.curved:link:hover,
:not(.aXNw) .st-select .st-btn.curved:link:hover,
:not(.aXNw) .st-radio-group > .btn.curved:link:hover,
:not(.aXNw) .st-radio-group > .st-btn.curved:link:hover,
:not(.aXNw) .st-btn.curved:visited:hover,
:not(.aXNw) .st-button.curved:visited:hover,
:not(.aXNw) .st-select .btn.curved:visited:hover,
:not(.aXNw) .st-select .st-btn.curved:visited:hover,
:not(.aXNw) .st-radio-group > .btn.curved:visited:hover,
:not(.aXNw) .st-radio-group > .st-btn.curved:visited:hover,
:not(.aXNw) .st-btn.curved:active:hover,
:not(.aXNw) .st-button.curved:active:hover,
:not(.aXNw) .st-select .btn.curved:active:hover,
:not(.aXNw) .st-select .st-btn.curved:active:hover,
:not(.aXNw) .st-radio-group > .btn.curved:active:hover,
:not(.aXNw) .st-radio-group > .st-btn.curved:active:hover,
:not(.aXNw) .st-btn.curved:hover:hover,
:not(.aXNw) .st-button.curved:hover:hover,
:not(.aXNw) .st-select .btn.curved:hover:hover,
:not(.aXNw) .st-select .st-btn.curved:hover:hover,
:not(.aXNw) .st-radio-group > .btn.curved:hover:hover,
:not(.aXNw) .st-radio-group > .st-btn.curved:hover:hover {
  color: #00a9f7;
}
:not(.aXNw) .st-btn.curved.inactive,
:not(.aXNw) .st-button.curved.inactive,
:not(.aXNw) .st-select .btn.curved.inactive,
:not(.aXNw) .st-select .st-btn.curved.inactive,
:not(.aXNw) .st-radio-group > .btn.curved.inactive,
:not(.aXNw) .st-radio-group > .st-btn.curved.inactive {
  box-shadow: none;
  color: #8f8f94 !important;
}
:not(.aXNw) .st-btn.curved.inactive:link,
:not(.aXNw) .st-button.curved.inactive:link,
:not(.aXNw) .st-select .btn.curved.inactive:link,
:not(.aXNw) .st-select .st-btn.curved.inactive:link,
:not(.aXNw) .st-radio-group > .btn.curved.inactive:link,
:not(.aXNw) .st-radio-group > .st-btn.curved.inactive:link,
:not(.aXNw) .st-btn.curved.inactive:visited,
:not(.aXNw) .st-button.curved.inactive:visited,
:not(.aXNw) .st-select .btn.curved.inactive:visited,
:not(.aXNw) .st-select .st-btn.curved.inactive:visited,
:not(.aXNw) .st-radio-group > .btn.curved.inactive:visited,
:not(.aXNw) .st-radio-group > .st-btn.curved.inactive:visited,
:not(.aXNw) .st-btn.curved.inactive:active,
:not(.aXNw) .st-button.curved.inactive:active,
:not(.aXNw) .st-select .btn.curved.inactive:active,
:not(.aXNw) .st-select .st-btn.curved.inactive:active,
:not(.aXNw) .st-radio-group > .btn.curved.inactive:active,
:not(.aXNw) .st-radio-group > .st-btn.curved.inactive:active {
  color: #8f8f94 !important;
}
:not(.aXNw) .st-btn.btn-floating,
:not(.aXNw) .st-button.btn-floating,
:not(.aXNw) .st-select .btn.btn-floating,
:not(.aXNw) .st-select .st-btn.btn-floating,
:not(.aXNw) .st-radio-group > .btn.btn-floating,
:not(.aXNw) .st-radio-group > .st-btn.btn-floating {
  background-image: none;
  -webkit-box-shadow: 0 2px 4px 0 rgba(127, 127, 127, 0.35);
  -moz-box-shadow: 0 2px 4px 0 rgba(127, 127, 127, 0.35);
  box-shadow: 0 2px 4px 0 rgba(127, 127, 127, 0.35);
  border: none !important;
}
:not(.aXNw) .st-btn.st-btn-add i.fa,
:not(.aXNw) .st-button.st-btn-add i.fa,
:not(.aXNw) .st-select .btn.st-btn-add i.fa,
:not(.aXNw) .st-select .st-btn.st-btn-add i.fa,
:not(.aXNw) .st-radio-group > .btn.st-btn-add i.fa,
:not(.aXNw) .st-radio-group > .st-btn.st-btn-add i.fa {
  font-size: 24px;
}
:not(.aXNw) .st-btn.st-btn-add span,
:not(.aXNw) .st-button.st-btn-add span,
:not(.aXNw) .st-select .btn.st-btn-add span,
:not(.aXNw) .st-select .st-btn.st-btn-add span,
:not(.aXNw) .st-radio-group > .btn.st-btn-add span,
:not(.aXNw) .st-radio-group > .st-btn.st-btn-add span {
  position: relative;
  bottom: 3px;
}
:not(.aXNw) .st-btn[data-toggle="dropdown"]:first-child:not(:last-child),
:not(.aXNw) .st-button[data-toggle="dropdown"]:first-child:not(:last-child),
:not(.aXNw)
  .st-select
  .btn[data-toggle="dropdown"]:first-child:not(:last-child),
:not(.aXNw)
  .st-select
  .st-btn[data-toggle="dropdown"]:first-child:not(:last-child),
:not(.aXNw)
  .st-radio-group
  > .btn[data-toggle="dropdown"]:first-child:not(:last-child),
:not(.aXNw)
  .st-radio-group
  > .st-btn[data-toggle="dropdown"]:first-child:not(:last-child) {
  padding-left: 1em;
  padding-right: 1em;
}
:not(.aXNw) .st-btn .material-icons,
:not(.aXNw) .st-button .material-icons,
:not(.aXNw) .st-select .btn .material-icons,
:not(.aXNw) .st-select .st-btn .material-icons,
:not(.aXNw) .st-radio-group > .btn .material-icons,
:not(.aXNw) .st-radio-group > .st-btn .material-icons {
  position: relative;
  top: -2px;
}
:not(.aXNw) .st-radio-group > .btn:active,
:not(.aXNw) .st-radio-group > .st-btn:active,
:not(.aXNw) .st-radio-group > .btn.active,
:not(.aXNw) .st-radio-group > .st-btn.active {
  background-image:
    linear-gradient(
      rgba(255, 255, 255, 0.15),
      rgba(255, 255, 255, 0) 50%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0.065)
    ),
    url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkkAQAAB8AG7jymN8AAAAASUVORK5CYII=");
}
:not(.aXNw) .btn-group .st-btn:not(.round),
:not(.aXNw) .st-radio-group .st-btn:not(.round),
:not(.aXNw) .btn-group .st-button:not(.round),
:not(.aXNw) .st-radio-group .st-button:not(.round),
:not(.aXNw) .btn-group .btn:not(.round),
:not(.aXNw) .st-radio-group .btn:not(.round) {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
:not(.aXNw) .btn-group .st-btn:first-of-type,
:not(.aXNw) .st-radio-group .st-btn:first-of-type,
:not(.aXNw) .btn-group .st-button:first-of-type,
:not(.aXNw) .st-radio-group .st-button:first-of-type,
:not(.aXNw) .btn-group .btn:first-of-type,
:not(.aXNw) .st-radio-group .btn:first-of-type {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
:not(.aXNw) .btn-group .st-btn:last-of-type,
:not(.aXNw) .st-radio-group .st-btn:last-of-type,
:not(.aXNw) .btn-group .st-button:last-of-type,
:not(.aXNw) .st-radio-group .st-button:last-of-type,
:not(.aXNw) .btn-group .btn:last-of-type,
:not(.aXNw) .st-radio-group .btn:last-of-type {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
:not(.aXNw) .btn-group .st-btn + .btn,
:not(.aXNw) .st-radio-group .st-btn + .btn,
:not(.aXNw) .btn-group .st-button + .btn,
:not(.aXNw) .st-radio-group .st-button + .btn,
:not(.aXNw) .btn-group .btn + .btn,
:not(.aXNw) .st-radio-group .btn + .btn,
:not(.aXNw) .btn-group .st-btn + .st-btn,
:not(.aXNw) .st-radio-group .st-btn + .st-btn,
:not(.aXNw) .btn-group .st-button + .st-btn,
:not(.aXNw) .st-radio-group .st-button + .st-btn,
:not(.aXNw) .btn-group .btn + .st-btn,
:not(.aXNw) .st-radio-group .btn + .st-btn,
:not(.aXNw) .btn-group .st-btn + .st-button,
:not(.aXNw) .st-radio-group .st-btn + .st-button,
:not(.aXNw) .btn-group .st-button + .st-button,
:not(.aXNw) .st-radio-group .st-button + .st-button,
:not(.aXNw) .btn-group .btn + .st-button,
:not(.aXNw) .st-radio-group .btn + .st-button {
  margin-left: -1px;
}
:not(.aXNw) .rised .st-btn,
:not(.aXNw) .st-modal [class*="footer"] .st-btn,
:not(.aXNw) .st-flyout [class*="footer"] .st-btn,
:not(.aXNw) .rised .st-button,
:not(.aXNw) .st-modal [class*="footer"] .st-button,
:not(.aXNw) .st-flyout [class*="footer"] .st-button {
  color: #289df5;
  background-image: none;
  background-color: transparent;
  border-color: transparent !important;
  border-top-width: 2px;
  font-size: 0.98rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.035em;
}
:not(.aXNw) .rised .st-btn:link,
:not(.aXNw) .st-modal [class*="footer"] .st-btn:link,
:not(.aXNw) .st-flyout [class*="footer"] .st-btn:link,
:not(.aXNw) .rised .st-button:link,
:not(.aXNw) .st-modal [class*="footer"] .st-button:link,
:not(.aXNw) .st-flyout [class*="footer"] .st-button:link,
:not(.aXNw) .rised .st-btn:visited,
:not(.aXNw) .st-modal [class*="footer"] .st-btn:visited,
:not(.aXNw) .st-flyout [class*="footer"] .st-btn:visited,
:not(.aXNw) .rised .st-button:visited,
:not(.aXNw) .st-modal [class*="footer"] .st-button:visited,
:not(.aXNw) .st-flyout [class*="footer"] .st-button:visited,
:not(.aXNw) .rised .st-btn:active,
:not(.aXNw) .st-modal [class*="footer"] .st-btn:active,
:not(.aXNw) .st-flyout [class*="footer"] .st-btn:active,
:not(.aXNw) .rised .st-button:active,
:not(.aXNw) .st-modal [class*="footer"] .st-button:active,
:not(.aXNw) .st-flyout [class*="footer"] .st-button:active,
:not(.aXNw) .rised .st-btn:hover,
:not(.aXNw) .st-modal [class*="footer"] .st-btn:hover,
:not(.aXNw) .st-flyout [class*="footer"] .st-btn:hover,
:not(.aXNw) .rised .st-button:hover,
:not(.aXNw) .st-modal [class*="footer"] .st-button:hover,
:not(.aXNw) .st-flyout [class*="footer"] .st-button:hover {
  color: #289df5;
}
:not(.aXNw) .rised .st-btn:link:hover,
:not(.aXNw) .st-modal [class*="footer"] .st-btn:link:hover,
:not(.aXNw) .st-flyout [class*="footer"] .st-btn:link:hover,
:not(.aXNw) .rised .st-button:link:hover,
:not(.aXNw) .st-modal [class*="footer"] .st-button:link:hover,
:not(.aXNw) .st-flyout [class*="footer"] .st-button:link:hover,
:not(.aXNw) .rised .st-btn:visited:hover,
:not(.aXNw) .st-modal [class*="footer"] .st-btn:visited:hover,
:not(.aXNw) .st-flyout [class*="footer"] .st-btn:visited:hover,
:not(.aXNw) .rised .st-button:visited:hover,
:not(.aXNw) .st-modal [class*="footer"] .st-button:visited:hover,
:not(.aXNw) .st-flyout [class*="footer"] .st-button:visited:hover,
:not(.aXNw) .rised .st-btn:active:hover,
:not(.aXNw) .st-modal [class*="footer"] .st-btn:active:hover,
:not(.aXNw) .st-flyout [class*="footer"] .st-btn:active:hover,
:not(.aXNw) .rised .st-button:active:hover,
:not(.aXNw) .st-modal [class*="footer"] .st-button:active:hover,
:not(.aXNw) .st-flyout [class*="footer"] .st-button:active:hover,
:not(.aXNw) .rised .st-btn:hover:hover,
:not(.aXNw) .st-modal [class*="footer"] .st-btn:hover:hover,
:not(.aXNw) .st-flyout [class*="footer"] .st-btn:hover:hover,
:not(.aXNw) .rised .st-button:hover:hover,
:not(.aXNw) .st-modal [class*="footer"] .st-button:hover:hover,
:not(.aXNw) .st-flyout [class*="footer"] .st-button:hover:hover {
  color: #289df5;
}
:not(.aXNw) .rised .st-btn:hover,
:not(.aXNw) .st-modal [class*="footer"] .st-btn:hover,
:not(.aXNw) .st-flyout [class*="footer"] .st-btn:hover,
:not(.aXNw) .rised .st-button:hover,
:not(.aXNw) .st-modal [class*="footer"] .st-button:hover,
:not(.aXNw) .st-flyout [class*="footer"] .st-button:hover {
  background-color: rgba(127, 127, 127, 0.125);
  border-color: transparent !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
:not(.aXNw) .rised .st-btn.btn-primary,
:not(.aXNw) .st-modal [class*="footer"] .st-btn.btn-primary,
:not(.aXNw) .st-flyout [class*="footer"] .st-btn.btn-primary,
:not(.aXNw) .rised .st-button.btn-primary,
:not(.aXNw) .st-modal [class*="footer"] .st-button.btn-primary,
:not(.aXNw) .st-flyout [class*="footer"] .st-button.btn-primary {
  background-color: #289df5 !important;
  color: #fff;
}
:not(.aXNw) .rised .st-btn.btn-primary:link,
:not(.aXNw) .st-modal [class*="footer"] .st-btn.btn-primary:link,
:not(.aXNw) .st-flyout [class*="footer"] .st-btn.btn-primary:link,
:not(.aXNw) .rised .st-button.btn-primary:link,
:not(.aXNw) .st-modal [class*="footer"] .st-button.btn-primary:link,
:not(.aXNw) .st-flyout [class*="footer"] .st-button.btn-primary:link,
:not(.aXNw) .rised .st-btn.btn-primary:visited,
:not(.aXNw) .st-modal [class*="footer"] .st-btn.btn-primary:visited,
:not(.aXNw) .st-flyout [class*="footer"] .st-btn.btn-primary:visited,
:not(.aXNw) .rised .st-button.btn-primary:visited,
:not(.aXNw) .st-modal [class*="footer"] .st-button.btn-primary:visited,
:not(.aXNw) .st-flyout [class*="footer"] .st-button.btn-primary:visited,
:not(.aXNw) .rised .st-btn.btn-primary:active,
:not(.aXNw) .st-modal [class*="footer"] .st-btn.btn-primary:active,
:not(.aXNw) .st-flyout [class*="footer"] .st-btn.btn-primary:active,
:not(.aXNw) .rised .st-button.btn-primary:active,
:not(.aXNw) .st-modal [class*="footer"] .st-button.btn-primary:active,
:not(.aXNw) .st-flyout [class*="footer"] .st-button.btn-primary:active,
:not(.aXNw) .rised .st-btn.btn-primary:hover,
:not(.aXNw) .st-modal [class*="footer"] .st-btn.btn-primary:hover,
:not(.aXNw) .st-flyout [class*="footer"] .st-btn.btn-primary:hover,
:not(.aXNw) .rised .st-button.btn-primary:hover,
:not(.aXNw) .st-modal [class*="footer"] .st-button.btn-primary:hover,
:not(.aXNw) .st-flyout [class*="footer"] .st-button.btn-primary:hover {
  color: #fff;
}
:not(.aXNw) .rised .st-btn.btn-primary:link:hover,
:not(.aXNw) .st-modal [class*="footer"] .st-btn.btn-primary:link:hover,
:not(.aXNw) .st-flyout [class*="footer"] .st-btn.btn-primary:link:hover,
:not(.aXNw) .rised .st-button.btn-primary:link:hover,
:not(.aXNw) .st-modal [class*="footer"] .st-button.btn-primary:link:hover,
:not(.aXNw) .st-flyout [class*="footer"] .st-button.btn-primary:link:hover,
:not(.aXNw) .rised .st-btn.btn-primary:visited:hover,
:not(.aXNw) .st-modal [class*="footer"] .st-btn.btn-primary:visited:hover,
:not(.aXNw) .st-flyout [class*="footer"] .st-btn.btn-primary:visited:hover,
:not(.aXNw) .rised .st-button.btn-primary:visited:hover,
:not(.aXNw) .st-modal [class*="footer"] .st-button.btn-primary:visited:hover,
:not(.aXNw) .st-flyout [class*="footer"] .st-button.btn-primary:visited:hover,
:not(.aXNw) .rised .st-btn.btn-primary:active:hover,
:not(.aXNw) .st-modal [class*="footer"] .st-btn.btn-primary:active:hover,
:not(.aXNw) .st-flyout [class*="footer"] .st-btn.btn-primary:active:hover,
:not(.aXNw) .rised .st-button.btn-primary:active:hover,
:not(.aXNw) .st-modal [class*="footer"] .st-button.btn-primary:active:hover,
:not(.aXNw) .st-flyout [class*="footer"] .st-button.btn-primary:active:hover,
:not(.aXNw) .rised .st-btn.btn-primary:hover:hover,
:not(.aXNw) .st-modal [class*="footer"] .st-btn.btn-primary:hover:hover,
:not(.aXNw) .st-flyout [class*="footer"] .st-btn.btn-primary:hover:hover,
:not(.aXNw) .rised .st-button.btn-primary:hover:hover,
:not(.aXNw) .st-modal [class*="footer"] .st-button.btn-primary:hover:hover,
:not(.aXNw) .st-flyout [class*="footer"] .st-button.btn-primary:hover:hover {
  color: #fff;
}
:not(.aXNw) .rised .st-btn.btn-danger,
:not(.aXNw) .st-modal [class*="footer"] .st-btn.btn-danger,
:not(.aXNw) .st-flyout [class*="footer"] .st-btn.btn-danger,
:not(.aXNw) .rised .st-button.btn-danger,
:not(.aXNw) .st-modal [class*="footer"] .st-button.btn-danger,
:not(.aXNw) .st-flyout [class*="footer"] .st-button.btn-danger {
  color: #d8002b;
}
:not(.aXNw) .rised .st-btn.btn-danger:link,
:not(.aXNw) .st-modal [class*="footer"] .st-btn.btn-danger:link,
:not(.aXNw) .st-flyout [class*="footer"] .st-btn.btn-danger:link,
:not(.aXNw) .rised .st-button.btn-danger:link,
:not(.aXNw) .st-modal [class*="footer"] .st-button.btn-danger:link,
:not(.aXNw) .st-flyout [class*="footer"] .st-button.btn-danger:link,
:not(.aXNw) .rised .st-btn.btn-danger:visited,
:not(.aXNw) .st-modal [class*="footer"] .st-btn.btn-danger:visited,
:not(.aXNw) .st-flyout [class*="footer"] .st-btn.btn-danger:visited,
:not(.aXNw) .rised .st-button.btn-danger:visited,
:not(.aXNw) .st-modal [class*="footer"] .st-button.btn-danger:visited,
:not(.aXNw) .st-flyout [class*="footer"] .st-button.btn-danger:visited,
:not(.aXNw) .rised .st-btn.btn-danger:active,
:not(.aXNw) .st-modal [class*="footer"] .st-btn.btn-danger:active,
:not(.aXNw) .st-flyout [class*="footer"] .st-btn.btn-danger:active,
:not(.aXNw) .rised .st-button.btn-danger:active,
:not(.aXNw) .st-modal [class*="footer"] .st-button.btn-danger:active,
:not(.aXNw) .st-flyout [class*="footer"] .st-button.btn-danger:active,
:not(.aXNw) .rised .st-btn.btn-danger:hover,
:not(.aXNw) .st-modal [class*="footer"] .st-btn.btn-danger:hover,
:not(.aXNw) .st-flyout [class*="footer"] .st-btn.btn-danger:hover,
:not(.aXNw) .rised .st-button.btn-danger:hover,
:not(.aXNw) .st-modal [class*="footer"] .st-button.btn-danger:hover,
:not(.aXNw) .st-flyout [class*="footer"] .st-button.btn-danger:hover {
  color: #d8002b;
}
:not(.aXNw) .rised .st-btn.btn-danger:link:hover,
:not(.aXNw) .st-modal [class*="footer"] .st-btn.btn-danger:link:hover,
:not(.aXNw) .st-flyout [class*="footer"] .st-btn.btn-danger:link:hover,
:not(.aXNw) .rised .st-button.btn-danger:link:hover,
:not(.aXNw) .st-modal [class*="footer"] .st-button.btn-danger:link:hover,
:not(.aXNw) .st-flyout [class*="footer"] .st-button.btn-danger:link:hover,
:not(.aXNw) .rised .st-btn.btn-danger:visited:hover,
:not(.aXNw) .st-modal [class*="footer"] .st-btn.btn-danger:visited:hover,
:not(.aXNw) .st-flyout [class*="footer"] .st-btn.btn-danger:visited:hover,
:not(.aXNw) .rised .st-button.btn-danger:visited:hover,
:not(.aXNw) .st-modal [class*="footer"] .st-button.btn-danger:visited:hover,
:not(.aXNw) .st-flyout [class*="footer"] .st-button.btn-danger:visited:hover,
:not(.aXNw) .rised .st-btn.btn-danger:active:hover,
:not(.aXNw) .st-modal [class*="footer"] .st-btn.btn-danger:active:hover,
:not(.aXNw) .st-flyout [class*="footer"] .st-btn.btn-danger:active:hover,
:not(.aXNw) .rised .st-button.btn-danger:active:hover,
:not(.aXNw) .st-modal [class*="footer"] .st-button.btn-danger:active:hover,
:not(.aXNw) .st-flyout [class*="footer"] .st-button.btn-danger:active:hover,
:not(.aXNw) .rised .st-btn.btn-danger:hover:hover,
:not(.aXNw) .st-modal [class*="footer"] .st-btn.btn-danger:hover:hover,
:not(.aXNw) .st-flyout [class*="footer"] .st-btn.btn-danger:hover:hover,
:not(.aXNw) .rised .st-button.btn-danger:hover:hover,
:not(.aXNw) .st-modal [class*="footer"] .st-button.btn-danger:hover:hover,
:not(.aXNw) .st-flyout [class*="footer"] .st-button.btn-danger:hover:hover {
  color: #d8002b;
}
:not(.aXNw) .rised .st-btn.btn-info,
:not(.aXNw) .st-modal [class*="footer"] .st-btn.btn-info,
:not(.aXNw) .st-flyout [class*="footer"] .st-btn.btn-info,
:not(.aXNw) .rised .st-button.btn-info,
:not(.aXNw) .st-modal [class*="footer"] .st-button.btn-info,
:not(.aXNw) .st-flyout [class*="footer"] .st-button.btn-info {
  background-color: #68e6ff !important;
  color: #000;
}
:not(.aXNw) .rised .st-btn.btn-info:link,
:not(.aXNw) .st-modal [class*="footer"] .st-btn.btn-info:link,
:not(.aXNw) .st-flyout [class*="footer"] .st-btn.btn-info:link,
:not(.aXNw) .rised .st-button.btn-info:link,
:not(.aXNw) .st-modal [class*="footer"] .st-button.btn-info:link,
:not(.aXNw) .st-flyout [class*="footer"] .st-button.btn-info:link,
:not(.aXNw) .rised .st-btn.btn-info:visited,
:not(.aXNw) .st-modal [class*="footer"] .st-btn.btn-info:visited,
:not(.aXNw) .st-flyout [class*="footer"] .st-btn.btn-info:visited,
:not(.aXNw) .rised .st-button.btn-info:visited,
:not(.aXNw) .st-modal [class*="footer"] .st-button.btn-info:visited,
:not(.aXNw) .st-flyout [class*="footer"] .st-button.btn-info:visited,
:not(.aXNw) .rised .st-btn.btn-info:active,
:not(.aXNw) .st-modal [class*="footer"] .st-btn.btn-info:active,
:not(.aXNw) .st-flyout [class*="footer"] .st-btn.btn-info:active,
:not(.aXNw) .rised .st-button.btn-info:active,
:not(.aXNw) .st-modal [class*="footer"] .st-button.btn-info:active,
:not(.aXNw) .st-flyout [class*="footer"] .st-button.btn-info:active,
:not(.aXNw) .rised .st-btn.btn-info:hover,
:not(.aXNw) .st-modal [class*="footer"] .st-btn.btn-info:hover,
:not(.aXNw) .st-flyout [class*="footer"] .st-btn.btn-info:hover,
:not(.aXNw) .rised .st-button.btn-info:hover,
:not(.aXNw) .st-modal [class*="footer"] .st-button.btn-info:hover,
:not(.aXNw) .st-flyout [class*="footer"] .st-button.btn-info:hover {
  color: #000;
}
:not(.aXNw) .rised .st-btn.btn-info:link:hover,
:not(.aXNw) .st-modal [class*="footer"] .st-btn.btn-info:link:hover,
:not(.aXNw) .st-flyout [class*="footer"] .st-btn.btn-info:link:hover,
:not(.aXNw) .rised .st-button.btn-info:link:hover,
:not(.aXNw) .st-modal [class*="footer"] .st-button.btn-info:link:hover,
:not(.aXNw) .st-flyout [class*="footer"] .st-button.btn-info:link:hover,
:not(.aXNw) .rised .st-btn.btn-info:visited:hover,
:not(.aXNw) .st-modal [class*="footer"] .st-btn.btn-info:visited:hover,
:not(.aXNw) .st-flyout [class*="footer"] .st-btn.btn-info:visited:hover,
:not(.aXNw) .rised .st-button.btn-info:visited:hover,
:not(.aXNw) .st-modal [class*="footer"] .st-button.btn-info:visited:hover,
:not(.aXNw) .st-flyout [class*="footer"] .st-button.btn-info:visited:hover,
:not(.aXNw) .rised .st-btn.btn-info:active:hover,
:not(.aXNw) .st-modal [class*="footer"] .st-btn.btn-info:active:hover,
:not(.aXNw) .st-flyout [class*="footer"] .st-btn.btn-info:active:hover,
:not(.aXNw) .rised .st-button.btn-info:active:hover,
:not(.aXNw) .st-modal [class*="footer"] .st-button.btn-info:active:hover,
:not(.aXNw) .st-flyout [class*="footer"] .st-button.btn-info:active:hover,
:not(.aXNw) .rised .st-btn.btn-info:hover:hover,
:not(.aXNw) .st-modal [class*="footer"] .st-btn.btn-info:hover:hover,
:not(.aXNw) .st-flyout [class*="footer"] .st-btn.btn-info:hover:hover,
:not(.aXNw) .rised .st-button.btn-info:hover:hover,
:not(.aXNw) .st-modal [class*="footer"] .st-button.btn-info:hover:hover,
:not(.aXNw) .st-flyout [class*="footer"] .st-button.btn-info:hover:hover {
  color: #000;
}
:not(.aXNw) .rised .st-btn.btn-warning,
:not(.aXNw) .st-modal [class*="footer"] .st-btn.btn-warning,
:not(.aXNw) .st-flyout [class*="footer"] .st-btn.btn-warning,
:not(.aXNw) .rised .st-button.btn-warning,
:not(.aXNw) .st-modal [class*="footer"] .st-button.btn-warning,
:not(.aXNw) .st-flyout [class*="footer"] .st-button.btn-warning {
  background-color: #f0ad4e !important;
  color: #000;
}
:not(.aXNw) .rised .st-btn.btn-warning:link,
:not(.aXNw) .st-modal [class*="footer"] .st-btn.btn-warning:link,
:not(.aXNw) .st-flyout [class*="footer"] .st-btn.btn-warning:link,
:not(.aXNw) .rised .st-button.btn-warning:link,
:not(.aXNw) .st-modal [class*="footer"] .st-button.btn-warning:link,
:not(.aXNw) .st-flyout [class*="footer"] .st-button.btn-warning:link,
:not(.aXNw) .rised .st-btn.btn-warning:visited,
:not(.aXNw) .st-modal [class*="footer"] .st-btn.btn-warning:visited,
:not(.aXNw) .st-flyout [class*="footer"] .st-btn.btn-warning:visited,
:not(.aXNw) .rised .st-button.btn-warning:visited,
:not(.aXNw) .st-modal [class*="footer"] .st-button.btn-warning:visited,
:not(.aXNw) .st-flyout [class*="footer"] .st-button.btn-warning:visited,
:not(.aXNw) .rised .st-btn.btn-warning:active,
:not(.aXNw) .st-modal [class*="footer"] .st-btn.btn-warning:active,
:not(.aXNw) .st-flyout [class*="footer"] .st-btn.btn-warning:active,
:not(.aXNw) .rised .st-button.btn-warning:active,
:not(.aXNw) .st-modal [class*="footer"] .st-button.btn-warning:active,
:not(.aXNw) .st-flyout [class*="footer"] .st-button.btn-warning:active,
:not(.aXNw) .rised .st-btn.btn-warning:hover,
:not(.aXNw) .st-modal [class*="footer"] .st-btn.btn-warning:hover,
:not(.aXNw) .st-flyout [class*="footer"] .st-btn.btn-warning:hover,
:not(.aXNw) .rised .st-button.btn-warning:hover,
:not(.aXNw) .st-modal [class*="footer"] .st-button.btn-warning:hover,
:not(.aXNw) .st-flyout [class*="footer"] .st-button.btn-warning:hover {
  color: #000;
}
:not(.aXNw) .rised .st-btn.btn-warning:link:hover,
:not(.aXNw) .st-modal [class*="footer"] .st-btn.btn-warning:link:hover,
:not(.aXNw) .st-flyout [class*="footer"] .st-btn.btn-warning:link:hover,
:not(.aXNw) .rised .st-button.btn-warning:link:hover,
:not(.aXNw) .st-modal [class*="footer"] .st-button.btn-warning:link:hover,
:not(.aXNw) .st-flyout [class*="footer"] .st-button.btn-warning:link:hover,
:not(.aXNw) .rised .st-btn.btn-warning:visited:hover,
:not(.aXNw) .st-modal [class*="footer"] .st-btn.btn-warning:visited:hover,
:not(.aXNw) .st-flyout [class*="footer"] .st-btn.btn-warning:visited:hover,
:not(.aXNw) .rised .st-button.btn-warning:visited:hover,
:not(.aXNw) .st-modal [class*="footer"] .st-button.btn-warning:visited:hover,
:not(.aXNw) .st-flyout [class*="footer"] .st-button.btn-warning:visited:hover,
:not(.aXNw) .rised .st-btn.btn-warning:active:hover,
:not(.aXNw) .st-modal [class*="footer"] .st-btn.btn-warning:active:hover,
:not(.aXNw) .st-flyout [class*="footer"] .st-btn.btn-warning:active:hover,
:not(.aXNw) .rised .st-button.btn-warning:active:hover,
:not(.aXNw) .st-modal [class*="footer"] .st-button.btn-warning:active:hover,
:not(.aXNw) .st-flyout [class*="footer"] .st-button.btn-warning:active:hover,
:not(.aXNw) .rised .st-btn.btn-warning:hover:hover,
:not(.aXNw) .st-modal [class*="footer"] .st-btn.btn-warning:hover:hover,
:not(.aXNw) .st-flyout [class*="footer"] .st-btn.btn-warning:hover:hover,
:not(.aXNw) .rised .st-button.btn-warning:hover:hover,
:not(.aXNw) .st-modal [class*="footer"] .st-button.btn-warning:hover:hover,
:not(.aXNw) .st-flyout [class*="footer"] .st-button.btn-warning:hover:hover {
  color: #000;
}
:not(.aXNw) .rised .st-btn.btn-success,
:not(.aXNw) .st-modal [class*="footer"] .st-btn.btn-success,
:not(.aXNw) .st-flyout [class*="footer"] .st-btn.btn-success,
:not(.aXNw) .rised .st-button.btn-success,
:not(.aXNw) .st-modal [class*="footer"] .st-button.btn-success,
:not(.aXNw) .st-flyout [class*="footer"] .st-button.btn-success {
  color: #40a700;
}
:not(.aXNw) .rised .st-btn.btn-success:link,
:not(.aXNw) .st-modal [class*="footer"] .st-btn.btn-success:link,
:not(.aXNw) .st-flyout [class*="footer"] .st-btn.btn-success:link,
:not(.aXNw) .rised .st-button.btn-success:link,
:not(.aXNw) .st-modal [class*="footer"] .st-button.btn-success:link,
:not(.aXNw) .st-flyout [class*="footer"] .st-button.btn-success:link,
:not(.aXNw) .rised .st-btn.btn-success:visited,
:not(.aXNw) .st-modal [class*="footer"] .st-btn.btn-success:visited,
:not(.aXNw) .st-flyout [class*="footer"] .st-btn.btn-success:visited,
:not(.aXNw) .rised .st-button.btn-success:visited,
:not(.aXNw) .st-modal [class*="footer"] .st-button.btn-success:visited,
:not(.aXNw) .st-flyout [class*="footer"] .st-button.btn-success:visited,
:not(.aXNw) .rised .st-btn.btn-success:active,
:not(.aXNw) .st-modal [class*="footer"] .st-btn.btn-success:active,
:not(.aXNw) .st-flyout [class*="footer"] .st-btn.btn-success:active,
:not(.aXNw) .rised .st-button.btn-success:active,
:not(.aXNw) .st-modal [class*="footer"] .st-button.btn-success:active,
:not(.aXNw) .st-flyout [class*="footer"] .st-button.btn-success:active,
:not(.aXNw) .rised .st-btn.btn-success:hover,
:not(.aXNw) .st-modal [class*="footer"] .st-btn.btn-success:hover,
:not(.aXNw) .st-flyout [class*="footer"] .st-btn.btn-success:hover,
:not(.aXNw) .rised .st-button.btn-success:hover,
:not(.aXNw) .st-modal [class*="footer"] .st-button.btn-success:hover,
:not(.aXNw) .st-flyout [class*="footer"] .st-button.btn-success:hover {
  color: #40a700;
}
:not(.aXNw) .rised .st-btn.btn-success:link:hover,
:not(.aXNw) .st-modal [class*="footer"] .st-btn.btn-success:link:hover,
:not(.aXNw) .st-flyout [class*="footer"] .st-btn.btn-success:link:hover,
:not(.aXNw) .rised .st-button.btn-success:link:hover,
:not(.aXNw) .st-modal [class*="footer"] .st-button.btn-success:link:hover,
:not(.aXNw) .st-flyout [class*="footer"] .st-button.btn-success:link:hover,
:not(.aXNw) .rised .st-btn.btn-success:visited:hover,
:not(.aXNw) .st-modal [class*="footer"] .st-btn.btn-success:visited:hover,
:not(.aXNw) .st-flyout [class*="footer"] .st-btn.btn-success:visited:hover,
:not(.aXNw) .rised .st-button.btn-success:visited:hover,
:not(.aXNw) .st-modal [class*="footer"] .st-button.btn-success:visited:hover,
:not(.aXNw) .st-flyout [class*="footer"] .st-button.btn-success:visited:hover,
:not(.aXNw) .rised .st-btn.btn-success:active:hover,
:not(.aXNw) .st-modal [class*="footer"] .st-btn.btn-success:active:hover,
:not(.aXNw) .st-flyout [class*="footer"] .st-btn.btn-success:active:hover,
:not(.aXNw) .rised .st-button.btn-success:active:hover,
:not(.aXNw) .st-modal [class*="footer"] .st-button.btn-success:active:hover,
:not(.aXNw) .st-flyout [class*="footer"] .st-button.btn-success:active:hover,
:not(.aXNw) .rised .st-btn.btn-success:hover:hover,
:not(.aXNw) .st-modal [class*="footer"] .st-btn.btn-success:hover:hover,
:not(.aXNw) .st-flyout [class*="footer"] .st-btn.btn-success:hover:hover,
:not(.aXNw) .rised .st-button.btn-success:hover:hover,
:not(.aXNw) .st-modal [class*="footer"] .st-button.btn-success:hover:hover,
:not(.aXNw) .st-flyout [class*="footer"] .st-button.btn-success:hover:hover {
  color: #40a700;
}
:not(.aXNw) .st-pagination .st-btn {
  min-width: 2.5em;
  text-align: center;
}
:not(.aXNw) .st-pagination .st-btn.active {
  background-color: #eee;
}
:not(.aXNw) .st-pagination .st-btn:first-child,
:not(.aXNw) .st-pagination .st-btn:last-child {
  padding-left: 0.35em;
  padding-right: 0.35em;
}
:not(.aXNw) .settings .btn-success {
  padding-left: 1.65rem;
  padding-right: 1.65rem;
}
:not(.aXNw) .settings .st-btn {
  margin-right: 0.5em;
}
:not(.aXNw) .st-checkbox {
  padding-left: 20px;
}
:not(.aXNw) .st-checkbox label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}
:not(.aXNw) .st-checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #fff;
  -moz-transition:
    border 0.15s ease-in-out,
    color 0.15s ease-in-out;
  -o-transition:
    border 0.15s ease-in-out,
    color 0.15s ease-in-out;
  -webkit-transition:
    border 0.15s ease-in-out,
    color 0.15s ease-in-out;
  transition:
    border 0.15s ease-in-out,
    color 0.15s ease-in-out;
}
:not(.aXNw) .st-checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #555;
}
:not(.aXNw) .st-checkbox input[type="checkbox"],
:not(.aXNw) .st-checkbox input[type="radio"] {
  opacity: 0;
  z-index: 1;
  cursor: pointer;
  position: absolute;
}
:not(.aXNw) .st-checkbox input[type="checkbox"]:focus + label::before,
:not(.aXNw) .st-checkbox input[type="radio"]:focus + label::before {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
:not(.aXNw) .st-checkbox input[type="checkbox"]:checked + label::after,
:not(.aXNw) .st-checkbox input[type="radio"]:checked + label::after {
  font-family: "FontAwesome";
  content: "\f00c";
}
:not(.aXNw) .st-checkbox input[type="checkbox"]:indeterminate + label::after,
:not(.aXNw) .st-checkbox input[type="radio"]:indeterminate + label::after {
  display: block;
  content: " ";
  width: 10px;
  height: 3px;
  background-color: #555555;
  border-radius: 2px;
  margin-left: -16.5px;
  margin-top: 7px;
}
:not(.aXNw) .st-checkbox input[type="checkbox"]:disabled,
:not(.aXNw) .st-checkbox input[type="radio"]:disabled,
:not(.aXNw) .st-checkbox input[type="checkbox"]:disabled *,
:not(.aXNw) .st-checkbox input[type="radio"]:disabled * {
  cursor: not-allowed;
}
:not(.aXNw) .st-checkbox input[type="checkbox"]:disabled + label,
:not(.aXNw) .st-checkbox input[type="radio"]:disabled + label {
  opacity: 0.65;
}
:not(.aXNw) .st-checkbox input[type="checkbox"]:disabled + label::before,
:not(.aXNw) .st-checkbox input[type="radio"]:disabled + label::before {
  background-color: #eee;
  cursor: not-allowed;
}
:not(.aXNw) .st-checkbox.checkbox-circle label::before {
  border-radius: 50%;
}
:not(.aXNw) .st-checkbox.checkbox-inline {
  margin-top: 0;
}
:not(.aXNw) .checkbox-primary input[type="checkbox"]:checked + label::before,
:not(.aXNw) .checkbox-primary input[type="radio"]:checked + label::before {
  background-color: #289df5;
  border-color: #289df5;
}
:not(.aXNw) .checkbox-primary input[type="checkbox"]:checked + label::after,
:not(.aXNw) .checkbox-primary input[type="radio"]:checked + label::after {
  color: #fff;
}
:not(.aXNw) .checkbox-danger input[type="checkbox"]:checked + label::before,
:not(.aXNw) .checkbox-danger input[type="radio"]:checked + label::before {
  background-color: #d8002b;
  border-color: #d8002b;
}
:not(.aXNw) .checkbox-danger input[type="checkbox"]:checked + label::after,
:not(.aXNw) .checkbox-danger input[type="radio"]:checked + label::after {
  color: #fff;
}
:not(.aXNw) .checkbox-info input[type="checkbox"]:checked + label::before,
:not(.aXNw) .checkbox-info input[type="radio"]:checked + label::before {
  background-color: #68e6ff;
  border-color: #68e6ff;
}
:not(.aXNw) .checkbox-info input[type="checkbox"]:checked + label::after,
:not(.aXNw) .checkbox-info input[type="radio"]:checked + label::after {
  color: #fff;
}
:not(.aXNw) .checkbox-warning input[type="checkbox"]:checked + label::before,
:not(.aXNw) .checkbox-warning input[type="radio"]:checked + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
:not(.aXNw) .checkbox-warning input[type="checkbox"]:checked + label::after,
:not(.aXNw) .checkbox-warning input[type="radio"]:checked + label::after {
  color: #fff;
}
:not(.aXNw) .checkbox-success input[type="checkbox"]:checked + label::before,
:not(.aXNw) .checkbox-success input[type="radio"]:checked + label::before {
  background-color: #40a700;
  border-color: #40a700;
}
:not(.aXNw) .checkbox-success input[type="checkbox"]:checked + label::after,
:not(.aXNw) .checkbox-success input[type="radio"]:checked + label::after {
  color: #fff;
}
:not(.aXNw)
  .checkbox-primary
  input[type="checkbox"]:indeterminate
  + label::before,
:not(.aXNw)
  .checkbox-primary
  input[type="radio"]:indeterminate
  + label::before {
  background-color: #289df5;
  border-color: #289df5;
}
:not(.aXNw)
  .checkbox-primary
  input[type="checkbox"]:indeterminate
  + label::after,
:not(.aXNw) .checkbox-primary input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}
:not(.aXNw)
  .checkbox-danger
  input[type="checkbox"]:indeterminate
  + label::before,
:not(.aXNw) .checkbox-danger input[type="radio"]:indeterminate + label::before {
  background-color: #d8002b;
  border-color: #d8002b;
}
:not(.aXNw)
  .checkbox-danger
  input[type="checkbox"]:indeterminate
  + label::after,
:not(.aXNw) .checkbox-danger input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}
:not(.aXNw) .checkbox-info input[type="checkbox"]:indeterminate + label::before,
:not(.aXNw) .checkbox-info input[type="radio"]:indeterminate + label::before {
  background-color: #68e6ff;
  border-color: #68e6ff;
}
:not(.aXNw) .checkbox-info input[type="checkbox"]:indeterminate + label::after,
:not(.aXNw) .checkbox-info input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}
:not(.aXNw)
  .checkbox-warning
  input[type="checkbox"]:indeterminate
  + label::before,
:not(.aXNw)
  .checkbox-warning
  input[type="radio"]:indeterminate
  + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
:not(.aXNw)
  .checkbox-warning
  input[type="checkbox"]:indeterminate
  + label::after,
:not(.aXNw) .checkbox-warning input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}
:not(.aXNw)
  .checkbox-success
  input[type="checkbox"]:indeterminate
  + label::before,
:not(.aXNw)
  .checkbox-success
  input[type="radio"]:indeterminate
  + label::before {
  background-color: #40a700;
  border-color: #40a700;
}
:not(.aXNw)
  .checkbox-success
  input[type="checkbox"]:indeterminate
  + label::after,
:not(.aXNw) .checkbox-success input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}
:not(.aXNw) .st-radio {
  padding-left: 20px;
}
:not(.aXNw) .st-radio label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}
:not(.aXNw) .st-radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #ccc;
  border-radius: 50%;
  background-color: #fff;
  -moz-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
  -webkit-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
}
:not(.aXNw) .st-radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 11px;
  height: 11px;
  left: 3px;
  top: 3px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #555;
  transform: scale(0, 0);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
:not(.aXNw) .st-radio input[type="radio"] {
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}
:not(.aXNw) .st-radio input[type="radio"]:focus + label::before {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
:not(.aXNw) .st-radio input[type="radio"]:checked + label::after {
  transform: scale(1, 1);
}
:not(.aXNw) .st-radio input[type="radio"]:disabled {
  cursor: not-allowed;
}
:not(.aXNw) .st-radio input[type="radio"]:disabled + label {
  opacity: 0.65;
}
:not(.aXNw) .st-radio input[type="radio"]:disabled + label::before {
  cursor: not-allowed;
}
:not(.aXNw) .st-radio.radio-inline {
  margin-top: 0;
}
:not(.aXNw) .radio-primary input[type="radio"] + label::after {
  background-color: #289df5;
}
:not(.aXNw) .radio-primary input[type="radio"]:checked + label::before {
  border-color: #289df5;
}
:not(.aXNw) .radio-primary input[type="radio"]:checked + label::after {
  background-color: #289df5;
}
:not(.aXNw) .radio-danger input[type="radio"] + label::after {
  background-color: #d8002b;
}
:not(.aXNw) .radio-danger input[type="radio"]:checked + label::before {
  border-color: #d8002b;
}
:not(.aXNw) .radio-danger input[type="radio"]:checked + label::after {
  background-color: #d8002b;
}
:not(.aXNw) .radio-info input[type="radio"] + label::after {
  background-color: #68e6ff;
}
:not(.aXNw) .radio-info input[type="radio"]:checked + label::before {
  border-color: #68e6ff;
}
:not(.aXNw) .radio-info input[type="radio"]:checked + label::after {
  background-color: #68e6ff;
}
:not(.aXNw) .radio-warning input[type="radio"] + label::after {
  background-color: #f0ad4e;
}
:not(.aXNw) .radio-warning input[type="radio"]:checked + label::before {
  border-color: #f0ad4e;
}
:not(.aXNw) .radio-warning input[type="radio"]:checked + label::after {
  background-color: #f0ad4e;
}
:not(.aXNw) .radio-success input[type="radio"] + label::after {
  background-color: #40a700;
}
:not(.aXNw) .radio-success input[type="radio"]:checked + label::before {
  border-color: #40a700;
}
:not(.aXNw) .radio-success input[type="radio"]:checked + label::after {
  background-color: #40a700;
}
:not(.aXNw) .st-checkbox [type="checkbox"]:checked + label:after,
:not(.aXNw) .st-checkbox [type="radio"]:checked + label:after {
  font-family: "FontAwesome";
  content: "\f00c";
}
:not(.aXNw) .st-checkbox [type="checkbox"] :checked + label::before,
:not(.aXNw) .st-checkbox [type="radio"] :checked + label::before,
:not(.aXNw) .st-checkbox [type="checkbox"] :checked + label::after,
:not(.aXNw) .st-checkbox [type="radio"] :checked + label::after {
  color: #fff;
}
:not(.aXNw) .st-radio [type="radio"],
:not(.aXNw) .st-radio-inline [type="radio"],
:not(.aXNw) .st-checkbox [type="checkbox"],
:not(.aXNw) .st-checkbox-inline [type="checkbox"] {
  position: absolute;
  margin-top: 4px;
  margin-left: -20px;
}
:not(.aXNw) .st-radio + .st-radio,
:not(.aXNw) .st-checkbox + .st-checkbox {
  margin-top: 5px;
}
:not(.aXNw) .st-radio + .st-radio.radio-inline,
:not(.aXNw) .st-checkbox + .st-checkbox.radio-inline,
:not(.aXNw) .st-radio + .st-radio.checkbox-inline,
:not(.aXNw) .st-checkbox + .st-checkbox.checkbox-inline,
:not(.aXNw) .st-radio + .st-radio.inline,
:not(.aXNw) .st-checkbox + .st-checkbox.inline {
  margin-top: 0;
}
:not(.aXNw) .st-radio label,
:not(.aXNw) .st-checkbox label {
  min-height: 1.5rem;
  margin-bottom: 0;
}
:not(.aXNw) .st-radio label::before,
:not(.aXNw) .st-checkbox label::before {
  width: 16px;
  height: 16px;
  border-width: 2px;
}
:not(.aXNw) .st-checkbox input[type="checkbox"]:checked + label::after,
:not(.aXNw) .st-checkbox input[type="radio"]:checked + label::after {
  font-size: 85%;
}
:not(.aXNw) .st-checkbox label::before,
:not(.aXNw) .st-radio label::before {
  top: 50%;
  margin-top: -10px;
}
:not(.aXNw) .st-checkbox label::after,
:not(.aXNw) .st-radio label::after {
  top: 50%;
}
:not(.aXNw) .st-checkbox label::after {
  margin-top: -13px;
}
:not(.aXNw) .st-radio label::after {
  margin-top: -6px;
  width: 12px;
  height: 12px;
  left: 4px;
}
:not(.aXNw) .st-radio-group {
  *zoom: 1;
}
:not(.aXNw) .st-radio-group:before,
:not(.aXNw) .st-radio-group:after {
  display: table;
  content: "";
  line-height: 0;
}
:not(.aXNw) .st-radio-group:after {
  clear: both;
}
:not(.aXNw) .st-radio-group > .st-btn,
:not(.aXNw) .st-radio-group > .btn,
:not(.aXNw) .st-radio-group > label {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  float: left;
}
:not(.aXNw) .st-radio-group > .btn input[type="radio"],
:not(.aXNw) .st-radio-group > .btn-group > .btn input[type="radio"],
:not(.aXNw) .st-radio-group > .btn input[type="checkbox"],
:not(.aXNw) .st-radio-group > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
:not(.aXNw) ul.st-tabs {
  margin: 0;
}
:not(.aXNw) .st-tabs .tab a,
:not(.aXNw) .st-tabs a.tab {
  text-decoration: none;
}
:not(.aXNw) .st-tabs .tab a:visited,
:not(.aXNw) .st-tabs a.tab:visited,
:not(.aXNw) .st-tabs .tab a:link,
:not(.aXNw) .st-tabs a.tab:link {
  text-decoration: none;
}
:not(.aXNw) .st-tabs.inventory-tabs,
:not(.aXNw) .st-tabs.communication-tabs {
  position: relative;
  z-index: 2;
}
:not(.aXNw) .st-tabs.inventory-tabs .tab-mixin,
:not(.aXNw) .st-tabs.communication-tabs .tab-mixin {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-top: solid 1px transparent;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: #eff3f6;
  color: #354052;
  display: inline-block;
  font-weight: 600;
  min-width: 200px;
  padding: 10px 0;
  text-align: center;
  vertical-align: middle;
}
:not(.aXNw) .st-tabs.inventory-tabs .tab-mixin:hover,
:not(.aXNw) .st-tabs.communication-tabs .tab-mixin:hover {
  opacity: 0.8;
}
:not(.aXNw) .st-tabs.inventory-tabs .active-tab-mixin,
:not(.aXNw) .st-tabs.communication-tabs .active-tab-mixin {
  background-color: #fff;
  color: #354052;
  cursor: default;
  border-top: solid 1px #e6eaee;
  border-left: solid 1px #e6eaee;
  border-right: solid 1px #e6eaee;
  position: relative;
}
:not(.aXNw) .st-tabs.inventory-tabs .active-tab-mixin:hover,
:not(.aXNw) .st-tabs.communication-tabs .active-tab-mixin:hover {
  opacity: 1;
}
:not(.aXNw) .st-tabs.inventory-tabs .active-tab-mixin::after,
:not(.aXNw) .st-tabs.communication-tabs .active-tab-mixin::after {
  background-color: #fff;
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  height: 2px;
  width: 100%;
}
:not(.aXNw) .st-tabs.inventory-tabs .tab,
:not(.aXNw) .st-tabs.communication-tabs .tab {
  display: inline-block;
}
:not(.aXNw) .st-tabs.inventory-tabs .tab a,
:not(.aXNw) .st-tabs.communication-tabs .tab a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-top: solid 1px transparent;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: #eff3f6;
  color: #354052;
  display: inline-block;
  font-weight: 600;
  min-width: 200px;
  padding: 10px 0;
  text-align: center;
  vertical-align: middle;
}
:not(.aXNw) .st-tabs.inventory-tabs .tab a:hover,
:not(.aXNw) .st-tabs.communication-tabs .tab a:hover {
  opacity: 0.8;
}
:not(.aXNw) .st-tabs.inventory-tabs a.tab,
:not(.aXNw) .st-tabs.communication-tabs a.tab {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-top: solid 1px transparent;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: #eff3f6;
  color: #354052;
  display: inline-block;
  font-weight: 600;
  min-width: 200px;
  padding: 10px 0;
  text-align: center;
  vertical-align: middle;
}
:not(.aXNw) .st-tabs.inventory-tabs a.tab:hover,
:not(.aXNw) .st-tabs.communication-tabs a.tab:hover {
  opacity: 0.8;
}
:not(.aXNw) .st-tabs.inventory-tabs .tab.active a,
:not(.aXNw) .st-tabs.communication-tabs .tab.active a {
  background-color: #fff;
  color: #354052;
  cursor: default;
  border-top: solid 1px #e6eaee;
  border-left: solid 1px #e6eaee;
  border-right: solid 1px #e6eaee;
  position: relative;
}
:not(.aXNw) .st-tabs.inventory-tabs .tab.active a:hover,
:not(.aXNw) .st-tabs.communication-tabs .tab.active a:hover {
  opacity: 1;
}
:not(.aXNw) .st-tabs.inventory-tabs .tab.active a::after,
:not(.aXNw) .st-tabs.communication-tabs .tab.active a::after {
  background-color: #fff;
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  height: 2px;
  width: 100%;
}
:not(.aXNw) .st-tabs.inventory-tabs a.tab.active,
:not(.aXNw) .st-tabs.communication-tabs a.tab.active {
  background-color: #fff;
  color: #354052;
  cursor: default;
  border-top: solid 1px #e6eaee;
  border-left: solid 1px #e6eaee;
  border-right: solid 1px #e6eaee;
  position: relative;
}
:not(.aXNw) .st-tabs.inventory-tabs a.tab.active:hover,
:not(.aXNw) .st-tabs.communication-tabs a.tab.active:hover {
  opacity: 1;
}
:not(.aXNw) .st-tabs.inventory-tabs a.tab.active::after,
:not(.aXNw) .st-tabs.communication-tabs a.tab.active::after {
  background-color: #fff;
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  height: 2px;
  width: 100%;
}
:not(.aXNw) .st-tabs.right {
  text-align: right;
}
:not(.aXNw) .st-tabs.card-tabs .tabs {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #eff3f6;
  position: relative;
  width: 100%;
  margin: 0;
}
:not(.aXNw) .st-tabs.card-tabs .tabs .tab {
  display: inline-block;
}
:not(.aXNw) .st-tabs.card-tabs .tabs .tab a {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: #354052;
  padding: 12px 24px;
  position: relative;
  opacity: 0.35;
}
:not(.aXNw) .st-tabs.card-tabs .tabs .tab a:hover {
  opacity: 0.65;
  cursor: pointer;
}
:not(.aXNw) .st-tabs.card-tabs .tabs .tab.active a {
  opacity: 1;
}
:not(.aXNw) .st-tabs.card-tabs .tabs .tab.active a::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #289df5;
  content: "";
  display: block;
  height: 4px;
  position: absolute;
  bottom: -1px;
  left: 1em;
  right: 1em;
}
:not(.aXNw) .st-tabs-2 {
  background-color: #ffffff;
  padding-left: 20px;
}
:not(.aXNw) .st-tabs-2 #nav.nav.nav-pills.tab-nav li a {
  font-size: 16px;
  margin-bottom: 0px;
  color: #7f8fa4;
  margin-left: 20px;
  margin-right: 20px;
}
:not(.aXNw) .st-tabs-2 #nav.nav.nav-pills.tab-nav li.active a {
  color: #333;
  border-bottom: 2px #289df5 solid;
}
:not(.aXNw) .st-tabs-3 {
  border-bottom: solid 2px #ebecee;
  margin-bottom: 20px;
  padding: 0px;
}
:not(.aXNw) .st-tabs-3 ul {
  margin-bottom: -1px;
}
:not(.aXNw) .st-tabs-3 #nav.nav-tabs li.active a,
:not(.aXNw) .st-tabs-3 #nav.nav-tabs li.active a:hover,
:not(.aXNw) .st-tabs-3 #nav.nav-tabs li.active a:active {
  border-bottom: 2px #14aaf4 solid;
  color: #14aaf4;
}
:not(.aXNw) .st-tabs-3 #nav.nav-tabs .tab {
  border: none;
  font-weight: 600;
  margin-bottom: 0px;
  color: #7f8fa4;
  font-size: 18px;
  font-weight: bold;
  background-color: transparent;
}
:not(.aXNw) .st-tabs-3 #nav.nav-tabs .tab:hover {
  border: none;
  border-bottom: 2px #ccc solid;
}
:not(.aXNw) .st-collapse:first-of-type,
:not(.aXNw) .st-collapse:first-of-type .trigger,
:not(.aXNw) .st-collapse:first-of-type .trigger > a {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}
:not(.aXNw) .st-collapse:last-of-type,
:not(.aXNw) .st-collapse:last-of-type .trigger,
:not(.aXNw) .st-collapse:last-of-type .trigger > a {
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
:not(.aXNw) .st-collapse + .st-collapse .trigger a {
  border-top: solid 1px rgba(0, 0, 0, 0.05);
}
:not(.aXNw) .st-collapse a[data-toggle="collapse"] {
  text-decoration: none;
}
:not(.aXNw) .st-collapse .collapse.in,
:not(.aXNw) .st-collapse .trigger a {
  background-color: #eff3f6;
}
:not(.aXNw) .st-collapse .trigger a {
  color: #333;
  cursor: pointer;
  display: block;
  padding: 10px 14px;
  padding-left: 52px;
  position: relative;
  text-align: left;
}
:not(.aXNw) .st-collapse .trigger a::before {
  content: "keyboard_arrow_down";
  color: #289df5;
  display: inline-block;
  font-family: "Material Icons";
  font-size: 1.5rem;
  position: absolute;
  top: 4px;
  left: 16px;
}
:not(.aXNw) .st-collapse .trigger a.collapsed {
  background-color: #fff;
}
:not(.aXNw) .st-collapse .trigger a.collapsed::before {
  content: "chevron_right";
}
:not(.aXNw) .st-collapse .content {
  margin-top: 8px;
}
:not(.aXNw) .st-tabs:not(.right) + .tab-content .st-card {
  border-top-left-radius: 0;
}
:not(.aXNw) .st-tabs.right + .tab-content .st-card {
  border-top-right-radius: 0;
}
:not(.aXNw) .st-table {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}
:not(.aXNw) .st-table .table-wrapper {
  width: 100%;
  overflow: auto;
}
:not(.aXNw) .st-table .table {
  margin-top: 20px;
}
:not(.aXNw) .st-table thead {
  background-image: linear-gradient(to top, #eff3f6, #ffffff);
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}
:not(.aXNw) .st-table thead th {
  vertical-align: middle;
  color: #7f8fa4;
}
:not(.aXNw) .st-table thead th[data-bind*="click"] {
  cursor: pointer;
}
:not(.aXNw) .st-table td,
:not(.aXNw) .st-table th {
  line-height: 1rem;
  vertical-align: middle;
}
:not(.aXNw) .st-table td {
  border-top: solid 1px rgba(127, 127, 127, 0.1);
  padding: 16px 8px;
}
:not(.aXNw) .st-table th {
  padding: 14px 8px;
}
:not(.aXNw) .st-table tr:first-child td {
  border: none;
}
:not(.aXNw) .st-table .checkbox-col {
  padding-left: 18px;
}
:not(.aXNw) .st-table .no-border,
:not(.aXNw) .st-table .no-border td,
:not(.aXNw) .st-table .no-border th {
  border: none;
}
:not(.aXNw) .st-table a.btn-link {
  margin-left: 0px;
  line-height: initial;
  vertical-align: initial;
}
:not(.aXNw) .st-table .modern-checkbox input {
  display: none;
}
:not(.aXNw) .st-table .modern-checkbox .indicator {
  border: 2px solid #cccccc;
  border-radius: 4px;
  width: 14px;
  height: 14px;
}
:not(.aXNw) .st-table .modern-checkbox input:checked + label .indicator {
  border: 2px solid #00c0e9;
  border-width: 0;
  width: 18px;
  height: 18px;
}
:not(.aXNw) .st-table th {
  white-space: nowrap;
}
:not(.aXNw) .st-table th i.icon-sort {
  cursor: pointer;
  margin-left: 4px;
  white-space: nowrap;
}
:not(.aXNw) .st-table tbody td .project-link {
  display: inline-block;
  color: #7f8fa4;
  vertical-align: middle;
}
:not(.aXNw) .st-table tbody td .dot {
  width: 8px;
  height: 8px;
  border-radius: 100px;
  display: inline-block;
  margin-left: 2px;
}
:not(.aXNw) .st-table tbody td .yellow {
  background-color: #ffcc00;
}
:not(.aXNw) .st-table tbody td .green {
  background-color: #00ca6d;
}
:not(.aXNw) .st-table tbody td .red {
  background-color: #e64c66;
}
:not(.aXNw) .st-table tbody td .material-code {
  border-bottom: 1px dotted;
}
:not(.aXNw) .st-table tbody td .revenue {
  display: inline-block;
  width: 32px;
}
:not(.aXNw) .st-table tbody td.business-unit,
:not(.aXNw) .st-table tbody td.truck-name,
:not(.aXNw) .st-table tbody td.vendor-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
:not(.aXNw) table.sticky-header {
  table-layout: fixed;
  min-width: 960px;
  width: 100%;
}
:not(.aXNw) table.sticky-header td,
:not(.aXNw) table.sticky-header th {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
:not(.aXNw) table.sticky-header thead {
  z-index: 990;
}
:not(.aXNw) table.sticky-header thead.thead-fixed {
  position: fixed;
  top: 0;
  width: 100%;
}
:not(.aXNw) .change-vendor {
  z-index: 989;
  margin-top: 0;
}
:not(.aXNw) .change-vendor .st-table .st-radio {
  margin: -4px 0 -2px;
  position: relative;
  left: 5px;
}
:not(.aXNw) .st-card {
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: solid 1px rgba(0, 0, 0, 0.125);
  position: relative;
  margin-bottom: 20px;
  margin-right: 30px;
}
:not(.aXNw) .st-card.rised {
  border-color: transparent !important;
  box-shadow:
    0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.2),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
:not(.aXNw) .st-card .header,
:not(.aXNw) .st-card .card-header,
:not(.aXNw) .st-card .st-card-header,
:not(.aXNw) .st-card .heading,
:not(.aXNw) .st-card .card-heading,
:not(.aXNw) .st-card .st-card-heading,
:not(.aXNw) .st-card > h1,
:not(.aXNw) .st-card > h2,
:not(.aXNw) .st-card > h3,
:not(.aXNw) .st-card > h4,
:not(.aXNw) .st-card > h5,
:not(.aXNw) .st-card > h6,
:not(.aXNw) .st-card .content,
:not(.aXNw) .st-card .card-content,
:not(.aXNw) .st-card .st-card-content,
:not(.aXNw) .st-card > p {
  margin: 1.265rem 1.85rem;
  min-width: 200px;
}
:not(.aXNw) .st-card .content p:last-child,
:not(.aXNw) .st-card .card-content p:last-child,
:not(.aXNw) .st-card .st-card-content p:last-child,
:not(.aXNw) .st-card > p p:last-child {
  margin-bottom: 0;
}
:not(.aXNw) .st-card .footer,
:not(.aXNw) .st-card .card-footer,
:not(.aXNw) .st-card .st-card-footer {
  background-color: rgba(0, 0, 0, 0.02);
  border-top: 1px solid rgba(0, 0, 0, 0.065);
  padding: 1.3rem 1.85rem;
  margin: -1px;
}
:not(.aXNw) .st-card .heading,
:not(.aXNw) .st-card .header,
:not(.aXNw) .st-card .card-heading,
:not(.aXNw) .st-card .st-card-heading,
:not(.aXNw) .st-card > h2:first-child {
  font-size: 18px;
  font-weight: 600;
}
:not(.aXNw) .st-card hr {
  margin-top: 0.35rem;
  margin-bottom: 0.35rem;
}
:not(.aXNw) .st-card hr + .st-customized-scrollbar {
  margin-top: -0.35rem;
  margin-bottom: 0.35rem;
}
:not(.aXNw) .st-card .tab:first-child a {
  margin-left: 6px;
}
:not(.aXNw) .st-card .tab-content,
:not(.aXNw) .st-card .tabs-content {
  margin: 1.3rem 1.85rem;
}
:not(.aXNw) .st-card.disabled {
  border-left: solid 4px #dd3b1e;
}
:not(.aXNw) .st-card.inactive {
  border-left: solid 4px #ffcc00;
}
:not(.aXNw) .st-card.active {
  border-left: solid 4px #41a700;
}
:not(.aXNw) .modal-open {
  overflow: hidden;
}
:not(.aXNw) .st-modal .modal-header .title,
:not(.aXNw) .st-modal .header .title {
  text-transform: uppercase;
  letter-spacing: 0.035em;
}
:not(.aXNw) .st-modal .modal-header .btn-close,
:not(.aXNw) .st-modal > .header .btn-close {
  font-size: 2em;
  line-height: 150%;
}
:not(.aXNw) .st-modal .modal-body,
:not(.aXNw) .st-modal > .content,
:not(.aXNw) .st-modal > .body {
  max-height: 65vh;
}
:not(.aXNw) .override-z-index {
  z-index: 1200 !important;
}
:not(.aXNw) .st-modal,
:not(.aXNw) .st-flyout {
  border-radius: 0;
  border-color: transparent;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
:not(.aXNw) .st-modal .modal-header,
:not(.aXNw) .st-flyout .modal-header,
:not(.aXNw) .st-modal > .header,
:not(.aXNw) .st-flyout > .header,
:not(.aXNw) .st-modal .navbar,
:not(.aXNw) .st-flyout .navbar,
:not(.aXNw) .st-modal .modal-body,
:not(.aXNw) .st-flyout .modal-body,
:not(.aXNw) .st-modal > .content,
:not(.aXNw) .st-flyout > .content,
:not(.aXNw) .st-modal > .body,
:not(.aXNw) .st-flyout > .body,
:not(.aXNw) .st-modal .modal-footer,
:not(.aXNw) .st-flyout .modal-footer,
:not(.aXNw) .st-modal > .footer,
:not(.aXNw) .st-flyout > .footer {
  padding: 12px 15px;
  *zoom: 1;
}
:not(.aXNw) .st-modal .modal-header:before,
:not(.aXNw) .st-flyout .modal-header:before,
:not(.aXNw) .st-modal > .header:before,
:not(.aXNw) .st-flyout > .header:before,
:not(.aXNw) .st-modal .navbar:before,
:not(.aXNw) .st-flyout .navbar:before,
:not(.aXNw) .st-modal .modal-body:before,
:not(.aXNw) .st-flyout .modal-body:before,
:not(.aXNw) .st-modal > .content:before,
:not(.aXNw) .st-flyout > .content:before,
:not(.aXNw) .st-modal > .body:before,
:not(.aXNw) .st-flyout > .body:before,
:not(.aXNw) .st-modal .modal-footer:before,
:not(.aXNw) .st-flyout .modal-footer:before,
:not(.aXNw) .st-modal > .footer:before,
:not(.aXNw) .st-flyout > .footer:before,
:not(.aXNw) .st-modal .modal-header:after,
:not(.aXNw) .st-flyout .modal-header:after,
:not(.aXNw) .st-modal > .header:after,
:not(.aXNw) .st-flyout > .header:after,
:not(.aXNw) .st-modal .navbar:after,
:not(.aXNw) .st-flyout .navbar:after,
:not(.aXNw) .st-modal .modal-body:after,
:not(.aXNw) .st-flyout .modal-body:after,
:not(.aXNw) .st-modal > .content:after,
:not(.aXNw) .st-flyout > .content:after,
:not(.aXNw) .st-modal > .body:after,
:not(.aXNw) .st-flyout > .body:after,
:not(.aXNw) .st-modal .modal-footer:after,
:not(.aXNw) .st-flyout .modal-footer:after,
:not(.aXNw) .st-modal > .footer:after,
:not(.aXNw) .st-flyout > .footer:after {
  display: table;
  content: "";
  line-height: 0;
}
:not(.aXNw) .st-modal .modal-header:after,
:not(.aXNw) .st-flyout .modal-header:after,
:not(.aXNw) .st-modal > .header:after,
:not(.aXNw) .st-flyout > .header:after,
:not(.aXNw) .st-modal .navbar:after,
:not(.aXNw) .st-flyout .navbar:after,
:not(.aXNw) .st-modal .modal-body:after,
:not(.aXNw) .st-flyout .modal-body:after,
:not(.aXNw) .st-modal > .content:after,
:not(.aXNw) .st-flyout > .content:after,
:not(.aXNw) .st-modal > .body:after,
:not(.aXNw) .st-flyout > .body:after,
:not(.aXNw) .st-modal .modal-footer:after,
:not(.aXNw) .st-flyout .modal-footer:after,
:not(.aXNw) .st-modal > .footer:after,
:not(.aXNw) .st-flyout > .footer:after {
  clear: both;
}
:not(.aXNw) .st-modal .modal-header .body-header li.active,
:not(.aXNw) .st-flyout .modal-header .body-header li.active,
:not(.aXNw) .st-modal > .header .body-header li.active,
:not(.aXNw) .st-flyout > .header .body-header li.active,
:not(.aXNw) .st-modal .navbar .body-header li.active,
:not(.aXNw) .st-flyout .navbar .body-header li.active,
:not(.aXNw) .st-modal .modal-body .body-header li.active,
:not(.aXNw) .st-flyout .modal-body .body-header li.active,
:not(.aXNw) .st-modal > .content .body-header li.active,
:not(.aXNw) .st-flyout > .content .body-header li.active,
:not(.aXNw) .st-modal > .body .body-header li.active,
:not(.aXNw) .st-flyout > .body .body-header li.active,
:not(.aXNw) .st-modal .modal-footer .body-header li.active,
:not(.aXNw) .st-flyout .modal-footer .body-header li.active,
:not(.aXNw) .st-modal > .footer .body-header li.active,
:not(.aXNw) .st-flyout > .footer .body-header li.active {
  color: blue;
}
:not(.aXNw) .st-modal .modal-header,
:not(.aXNw) .st-flyout .modal-header,
:not(.aXNw) .st-modal > .header,
:not(.aXNw) .st-flyout > .header {
  background-color: #4a4a4a;
  border-bottom: none;
  color: #fff;
  position: relative;
}
:not(.aXNw) .st-modal .modal-header .title,
:not(.aXNw) .st-flyout .modal-header .title,
:not(.aXNw) .st-modal > .header .title,
:not(.aXNw) .st-flyout > .header .title {
  color: #fff;
  font-weight: bold;
  max-width: 80%;
}
:not(.aXNw) .st-modal .modal-header .btn-close,
:not(.aXNw) .st-flyout .modal-header .btn-close,
:not(.aXNw) .st-modal > .header .btn-close,
:not(.aXNw) .st-flyout > .header .btn-close {
  color: #eee;
  cursor: pointer;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 0.5em;
  height: 100%;
}
:not(.aXNw) .st-modal .modal-header .btn-close:hover,
:not(.aXNw) .st-flyout .modal-header .btn-close:hover,
:not(.aXNw) .st-modal > .header .btn-close:hover,
:not(.aXNw) .st-flyout > .header .btn-close:hover {
  background: rgba(127, 127, 127, 0.1);
}
:not(.aXNw) .st-modal .modal-progress,
:not(.aXNw) .st-flyout .modal-progress {
  height: 3px;
}
:not(.aXNw) .st-modal .modal-body,
:not(.aXNw) .st-flyout .modal-body,
:not(.aXNw) .st-modal > .content,
:not(.aXNw) .st-flyout > .content,
:not(.aXNw) .st-modal > .body,
:not(.aXNw) .st-flyout > .body {
  overflow: auto;
  padding-top: 24px;
}
:not(.aXNw) .st-modal .modal-body .input-validation-error,
:not(.aXNw) .st-flyout .modal-body .input-validation-error,
:not(.aXNw) .st-modal > .content .input-validation-error,
:not(.aXNw) .st-flyout > .content .input-validation-error,
:not(.aXNw) .st-modal > .body .input-validation-error,
:not(.aXNw) .st-flyout > .body .input-validation-error {
  border-color: #d32323;
  color: #d32323;
}
:not(.aXNw) .st-modal .modal-footer,
:not(.aXNw) .st-flyout .modal-footer,
:not(.aXNw) .st-modal > .footer,
:not(.aXNw) .st-flyout > .footer,
:not(.aXNw) .st-modal .navbar,
:not(.aXNw) .st-flyout .navbar {
  background-color: rgba(0, 0, 0, 0.02);
  border-top: 1px solid rgba(0, 0, 0, 0.065);
  margin-bottom: auto;
}
:not(.aXNw) .st-modal > .close,
:not(.aXNw) .st-flyout > .close,
:not(.aXNw) .st-modal .btn-close,
:not(.aXNw) .st-flyout .btn-close {
  position: absolute;
  right: 12px;
  top: 12px;
  z-index: 20;
}
:not(.aXNw) .st-modal-light {
  border-radius: 0;
  border-color: transparent;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
:not(.aXNw) .st-modal-light .modal-header .btn-close,
:not(.aXNw) .st-modal-light > .header .btn-close {
  font-size: 2em;
  line-height: 150%;
}
:not(.aXNw) .st-modal-light .modal-body,
:not(.aXNw) .st-modal-light > .content,
:not(.aXNw) .st-modal-light > .body {
  max-height: 65vh;
}
:not(.aXNw) .st-modal-light .modal-header,
:not(.aXNw) .st-modal-light > .header,
:not(.aXNw) .st-modal-light .navbar,
:not(.aXNw) .st-modal-light .modal-body,
:not(.aXNw) .st-modal-light > .content,
:not(.aXNw) .st-modal-light > .body,
:not(.aXNw) .st-modal-light .modal-footer,
:not(.aXNw) .st-modal-light > .footer {
  padding: 12px 15px;
  *zoom: 1;
}
:not(.aXNw) .st-modal-light .modal-header:before,
:not(.aXNw) .st-modal-light > .header:before,
:not(.aXNw) .st-modal-light .navbar:before,
:not(.aXNw) .st-modal-light .modal-body:before,
:not(.aXNw) .st-modal-light > .content:before,
:not(.aXNw) .st-modal-light > .body:before,
:not(.aXNw) .st-modal-light .modal-footer:before,
:not(.aXNw) .st-modal-light > .footer:before,
:not(.aXNw) .st-modal-light .modal-header:after,
:not(.aXNw) .st-modal-light > .header:after,
:not(.aXNw) .st-modal-light .navbar:after,
:not(.aXNw) .st-modal-light .modal-body:after,
:not(.aXNw) .st-modal-light > .content:after,
:not(.aXNw) .st-modal-light > .body:after,
:not(.aXNw) .st-modal-light .modal-footer:after,
:not(.aXNw) .st-modal-light > .footer:after {
  display: table;
  content: "";
  line-height: 0;
}
:not(.aXNw) .st-modal-light .modal-header:after,
:not(.aXNw) .st-modal-light > .header:after,
:not(.aXNw) .st-modal-light .navbar:after,
:not(.aXNw) .st-modal-light .modal-body:after,
:not(.aXNw) .st-modal-light > .content:after,
:not(.aXNw) .st-modal-light > .body:after,
:not(.aXNw) .st-modal-light .modal-footer:after,
:not(.aXNw) .st-modal-light > .footer:after {
  clear: both;
}
:not(.aXNw) .st-modal-light .modal-header .body-header li.active,
:not(.aXNw) .st-modal-light > .header .body-header li.active,
:not(.aXNw) .st-modal-light .navbar .body-header li.active,
:not(.aXNw) .st-modal-light .modal-body .body-header li.active,
:not(.aXNw) .st-modal-light > .content .body-header li.active,
:not(.aXNw) .st-modal-light > .body .body-header li.active,
:not(.aXNw) .st-modal-light .modal-footer .body-header li.active,
:not(.aXNw) .st-modal-light > .footer .body-header li.active {
  color: blue;
}
:not(.aXNw) .st-modal-light .modal-header,
:not(.aXNw) .st-modal-light > .header {
  background-color: #4a4a4a;
  border-bottom: none;
  color: #fff;
  position: relative;
}
:not(.aXNw) .st-modal-light .modal-header .title,
:not(.aXNw) .st-modal-light > .header .title {
  color: #fff;
  font-weight: bold;
  max-width: 80%;
}
:not(.aXNw) .st-modal-light .modal-header .btn-close,
:not(.aXNw) .st-modal-light > .header .btn-close {
  color: #eee;
  cursor: pointer;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 0.5em;
  height: 100%;
}
:not(.aXNw) .st-modal-light .modal-header .btn-close:hover,
:not(.aXNw) .st-modal-light > .header .btn-close:hover {
  background: rgba(127, 127, 127, 0.1);
}
:not(.aXNw) .st-modal-light .modal-progress {
  height: 3px;
}
:not(.aXNw) .st-modal-light .modal-body,
:not(.aXNw) .st-modal-light > .content,
:not(.aXNw) .st-modal-light > .body {
  overflow: auto;
  padding-top: 24px;
}
:not(.aXNw) .st-modal-light .modal-body .input-validation-error,
:not(.aXNw) .st-modal-light > .content .input-validation-error,
:not(.aXNw) .st-modal-light > .body .input-validation-error {
  border-color: #d32323;
  color: #d32323;
}
:not(.aXNw) .st-modal-light .modal-footer,
:not(.aXNw) .st-modal-light > .footer,
:not(.aXNw) .st-modal-light .navbar {
  background-color: rgba(0, 0, 0, 0.02);
  border-top: 1px solid rgba(0, 0, 0, 0.065);
  margin-bottom: auto;
}
:not(.aXNw) .st-modal-light > .close,
:not(.aXNw) .st-modal-light .btn-close {
  position: absolute;
  right: 12px;
  top: 12px;
  z-index: 20;
}
:not(.aXNw) .st-modal-light + .validation-message,
:not(.aXNw) .st-modal-light .validation-message {
  background: transparent;
  color: #b00;
  font-size: 90%;
  line-height: 125%;
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
}
:not(.aXNw) .st-modal-light + .validation-message:after,
:not(.aXNw) .st-modal-light .validation-message:after {
  display: none;
}
:not(.aXNw) .st-modal-light .modal-header,
:not(.aXNw) .st-modal-light > .header {
  background-color: #f0f3f8;
  color: #333;
  min-height: 15px;
}
:not(.aXNw) .st-modal-light .modal-header .btn-close,
:not(.aXNw) .st-modal-light > .header .btn-close {
  top: 5px;
  color: #333;
}
:not(.aXNw) .st-modal-light .modal-footer,
:not(.aXNw) .st-modal-light > .footer,
:not(.aXNw) .st-modal-light .navbar {
  border: none;
  background-color: #f0f3f8;
}
:not(.aXNw) .setup-modal .modal-header,
:not(.aXNw) .setup-modal > .header {
  padding: 0px;
  background-image: linear-gradient(to top, #2ea1f8, #1990ea);
  color: #ffffff;
}
:not(.aXNw) .setup-modal .modal-header .btn-close,
:not(.aXNw) .setup-modal > .header .btn-close {
  top: 5px;
  color: #333;
  height: initial;
}
:not(.aXNw) .setup-modal .modal-header .modal-sub-header,
:not(.aXNw) .setup-modal > .header .modal-sub-header,
:not(.aXNw) .setup-modal .modal-header > .sub-header,
:not(.aXNw) .setup-modal > .header > .sub-header {
  padding: 20px 30px;
  font-size: 16px;
}
:not(.aXNw) .setup-modal .modal-header .body-sub-header,
:not(.aXNw) .setup-modal > .header .body-sub-header,
:not(.aXNw) .setup-modal .modal-header .sub-header + .sub-header,
:not(.aXNw) .setup-modal > .header .sub-header + .sub-header {
  background-color: #222c3c;
  padding: 20px 30px;
}
:not(.aXNw) .setup-modal .modal-header .body-sub-header .circle,
:not(.aXNw) .setup-modal > .header .body-sub-header .circle,
:not(.aXNw) .setup-modal .modal-header .sub-header + .sub-header .circle,
:not(.aXNw) .setup-modal > .header .sub-header + .sub-header .circle {
  border-radius: 50%;
  width: 28px;
  height: 28px;
  background-color: #313c4d;
  text-align: center;
}
:not(.aXNw) .setup-modal .modal-header .body-sub-header .circle span,
:not(.aXNw) .setup-modal > .header .body-sub-header .circle span,
:not(.aXNw) .setup-modal .modal-header .sub-header + .sub-header .circle span,
:not(.aXNw) .setup-modal > .header .sub-header + .sub-header .circle span {
  vertical-align: middle;
}
:not(.aXNw) .setup-modal .modal-header .body-sub-header .circle span .fa,
:not(.aXNw) .setup-modal > .header .body-sub-header .circle span .fa,
:not(.aXNw)
  .setup-modal
  .modal-header
  .sub-header
  + .sub-header
  .circle
  span
  .fa,
:not(.aXNw) .setup-modal > .header .sub-header + .sub-header .circle span .fa {
  color: #7f8fa4;
}
:not(.aXNw) .setup-modal .modal-header .body-sub-header ul,
:not(.aXNw) .setup-modal > .header .body-sub-header ul,
:not(.aXNw) .setup-modal .modal-header .sub-header + .sub-header ul,
:not(.aXNw) .setup-modal > .header .sub-header + .sub-header ul {
  margin: 0px;
}
:not(.aXNw) .setup-modal .modal-header .body-sub-header li,
:not(.aXNw) .setup-modal > .header .body-sub-header li,
:not(.aXNw) .setup-modal .modal-header .sub-header + .sub-header li,
:not(.aXNw) .setup-modal > .header .sub-header + .sub-header li {
  margin-left: 20px;
}
:not(.aXNw) .setup-modal .modal-header .body-sub-header li:first-child,
:not(.aXNw) .setup-modal > .header .body-sub-header li:first-child,
:not(.aXNw) .setup-modal .modal-header .sub-header + .sub-header li:first-child,
:not(.aXNw) .setup-modal > .header .sub-header + .sub-header li:first-child {
  margin-left: 0px;
}
:not(.aXNw) .setup-modal .modal-header .body-sub-header li h5,
:not(.aXNw) .setup-modal > .header .body-sub-header li h5,
:not(.aXNw) .setup-modal .modal-header .sub-header + .sub-header li h5,
:not(.aXNw) .setup-modal > .header .sub-header + .sub-header li h5 {
  display: inline;
  color: #848c98;
  margin-left: 10px;
  vertical-align: middle;
}
:not(.aXNw) .setup-modal .modal-header .body-sub-header li.active .circle,
:not(.aXNw) .setup-modal > .header .body-sub-header li.active .circle,
:not(.aXNw)
  .setup-modal
  .modal-header
  .sub-header
  + .sub-header
  li.active
  .circle,
:not(.aXNw) .setup-modal > .header .sub-header + .sub-header li.active .circle {
  background-image: linear-gradient(to top, #1991eb, #2da1f8);
}
:not(.aXNw) .setup-modal .modal-header .body-sub-header li.active h5,
:not(.aXNw) .setup-modal > .header .body-sub-header li.active h5,
:not(.aXNw) .setup-modal .modal-header .sub-header + .sub-header li.active h5,
:not(.aXNw) .setup-modal > .header .sub-header + .sub-header li.active h5 {
  color: #ffffff;
}
:not(.aXNw) .setup-modal .modal-body,
:not(.aXNw) .setup-modal > .content,
:not(.aXNw) .setup-modal > .body {
  padding: 25px 30px 0px 30px;
}
:not(.aXNw) .setup-modal .modal-bottom-light,
:not(.aXNw) .setup-modal > .footer,
:not(.aXNw) .setup-modal .navbar {
  border: none;
}
:not(.aXNw) .setup-modal .modal-bottom-light {
  padding: 20px 30px;
  *zoom: 1;
}
:not(.aXNw) .setup-modal .modal-bottom-light:before,
:not(.aXNw) .setup-modal .modal-bottom-light:after {
  display: table;
  content: "";
  line-height: 0;
}
:not(.aXNw) .setup-modal .modal-bottom-light:after {
  clear: both;
}
:not(.aXNw) .setup-modal .modal-bottom-light a {
  font-size: 14px;
  font-weight: 600;
  color: #7383a1;
  text-decoration: none;
  margin-top: 6px;
}
:not(.aXNw) .setup-modal .modal-bottom-light a:hover,
:not(.aXNw) .setup-modal .modal-bottom-light a:link,
:not(.aXNw) .setup-modal .modal-bottom-light a:visited {
  font-size: 14px;
  font-weight: 600;
  color: #7383a1;
  text-decoration: none;
}
:not(.aXNw) .anvil-modal-dialog {
  font-family: "Nunito Sans", sans-serif;
}
:not(.aXNw) .anvil-modal-dialog .modal-header {
  padding: 24px 32px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}
:not(.aXNw) .anvil-modal-dialog .modal-body {
  padding: 24px 32px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  overflow-y: visible;
}
:not(.aXNw) .anvil-modal-dialog .modal-body p a {
  color: #2270ee;
}
:not(.aXNw) .anvil-modal-dialog .modal-footer {
  padding: 24px 32px;
  background: white;
}
:not(.aXNw) .anvil-modal-dialog .modal-footer .btn {
  background-color: #bcbcbd;
  color: #444445;
  align-items: center;
  background: whitesmoke;
  border: 0;
  border-radius: 3px;
  box-sizing: border-box;
  display: inline-flex;
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
  line-height: 1;
  margin: 0;
  outline: none;
  padding: 0.75em 1em;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  margin-left: 16px;
}
:not(.aXNw) .anvil-modal-dialog .modal-footer .btn-default {
  background-color: #2270ee;
  color: white;
}
:not(.aXNw) .anvil-modal-dialog .modal-footer .btn-default:disabled {
  background-color: #f5f5f5;
  color: #bcbcbd;
}
:not(.aXNw) .modal-dialog-submit .modal-header {
  background-color: transparent;
}
:not(.aXNw) .modal-dialog-submit .modal-body {
  font-size: 10pt;
}
:not(.aXNw) .modal-dialog-submit .modal-body .bold {
  font-weight: 900;
}
:not(.aXNw) .modal-dialog-submit .modal-footer {
  background-color: transparent;
}
:not(.aXNw) .modal-dialog-submit .modal-footer .btn {
  margin-left: 0;
}
:not(.aXNw) .modal-dialog-submit .modal-header {
  border-bottom: none;
}
:not(.aXNw) button[data-balloon] {
  overflow: visible;
}
:not(.aXNw) [data-balloon=""]:before,
:not(.aXNw) [data-balloon=""]:after {
  display: none !important;
}
:not(.aXNw) [data-balloon] {
  position: relative;
}
:not(.aXNw) [data-balloon]:before,
:not(.aXNw) [data-balloon]:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  pointer-events: none;
  -moz-transition: all 0.18s ease-out 0.18s;
  -o-transition: all 0.18s ease-out 0.18s;
  -webkit-transition: all 0.18s ease-out 0.18s;
  transition: all 0.18s ease-out 0.18s;
  bottom: 100%;
  left: 50%;
  position: absolute;
  z-index: 10;
  -webkit-transform: translate(-50%, 10px);
  -ms-transform: translate(-50%, 10px);
  transform: translate(-50%, 10px);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
}
:not(.aXNw) [data-balloon]:after {
  background: rgba(17, 17, 17, 0.9);
  border-radius: 0.33333333rem;
  color: #fff;
  content: attr(data-balloon);
  padding: 0.5em 1em 0.6em;
  white-space: nowrap;
  margin-bottom: 11px;
}
:not(.aXNw) [data-balloon]:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%280%29%22%20d%3D%22M6,0%20L18,12%20L30,0%20Z%22/%3E%3C/svg%3E")
    no-repeat;
  background-size: 100% auto;
  height: 6px;
  width: 18px;
  z-index: 100;
  content: "";
  margin-bottom: 5px;
}
:not(.aXNw) [data-balloon]:hover:before,
:not(.aXNw) [data-balloon][data-balloon-visible]:before,
:not(.aXNw) [data-balloon]:hover:after,
:not(.aXNw) [data-balloon][data-balloon-visible]:after {
  opacity: 0.01;
  filter: alpha(opacity=1);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
:not(.aXNw) [data-balloon].font-awesome:after {
  font-family: FontAwesome;
}
:not(.aXNw) [data-balloon][data-balloon-break]:after {
  white-space: pre;
}
:not(.aXNw) [data-balloon-pos="down"]:before,
:not(.aXNw) [data-balloon-pos="down"]:after {
  bottom: auto;
  left: 50%;
  top: 100%;
  -webkit-transform: translate(-50%, -10px);
  -ms-transform: translate(-50%, -10px);
  transform: translate(-50%, -10px);
}
:not(.aXNw) [data-balloon-pos="down"]:after {
  margin-top: 11px;
}
:not(.aXNw) [data-balloon-pos="down"]:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%28180%2018%206%29%22%20d%3D%22M6,0%20L18,12%20L30,0%20Z%22/%3E%3C/svg%3E")
    no-repeat;
  background-size: 100% auto;
  height: 6px;
  width: 18px;
  z-index: 100;
  margin-top: 5px;
  margin-bottom: 0;
}
:not(.aXNw) [data-balloon-pos="down"]:hover:before,
:not(.aXNw) [data-balloon-pos="down"][data-balloon-visible]:before,
:not(.aXNw) [data-balloon-pos="down"]:hover:after,
:not(.aXNw) [data-balloon-pos="down"][data-balloon-visible]:after {
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
:not(.aXNw) [data-balloon-pos="left"]:before,
:not(.aXNw) [data-balloon-pos="left"]:after {
  bottom: auto;
  left: auto;
  right: 100%;
  top: 50%;
  -webkit-transform: translate(10px, -50%);
  -ms-transform: translate(10px, -50%);
  transform: translate(10px, -50%);
}
:not(.aXNw) [data-balloon-pos="left"]:after {
  margin-right: 11px;
}
:not(.aXNw) [data-balloon-pos="left"]:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%28-90%2018%2018%29%22%20d%3D%22M6,0%20L18,12%20L30,0%20Z%22/%3E%3C/svg%3E")
    no-repeat;
  background-size: 100% auto;
  height: 18px;
  width: 6px;
  z-index: 100;
  margin-right: 5px;
  margin-bottom: 0;
}
:not(.aXNw) [data-balloon-pos="left"]:hover:before,
:not(.aXNw) [data-balloon-pos="left"][data-balloon-visible]:before,
:not(.aXNw) [data-balloon-pos="left"]:hover:after,
:not(.aXNw) [data-balloon-pos="left"][data-balloon-visible]:after {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
:not(.aXNw) [data-balloon-pos="right"]:before,
:not(.aXNw) [data-balloon-pos="right"]:after {
  bottom: auto;
  left: 100%;
  top: 50%;
  -webkit-transform: translate(-10px, -50%);
  -ms-transform: translate(-10px, -50%);
  transform: translate(-10px, -50%);
}
:not(.aXNw) [data-balloon-pos="right"]:after {
  margin-left: 11px;
}
:not(.aXNw) [data-balloon-pos="right"]:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%2890%206%206%29%22%20d%3D%22M6,0%20L18,12%20L30,0%20Z%22/%3E%3C/svg%3E")
    no-repeat;
  background-size: 100% auto;
  height: 18px;
  width: 6px;
  z-index: 100;
  margin-bottom: 0;
  margin-left: 5px;
}
:not(.aXNw) [data-balloon-pos="right"]:hover:before,
:not(.aXNw) [data-balloon-pos="right"][data-balloon-visible]:before,
:not(.aXNw) [data-balloon-pos="right"]:hover:after,
:not(.aXNw) [data-balloon-pos="right"][data-balloon-visible]:after {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
:not(.aXNw) [data-balloon-length]:after {
  white-space: normal;
}
:not(.aXNw) [data-balloon-length="small"]:after {
  width: 80px;
}
:not(.aXNw) [data-balloon-length="medium"]:after {
  width: 150px;
}
:not(.aXNw) [data-balloon-length="large"]:after {
  width: 260px;
}
:not(.aXNw) [data-balloon-length="xlarge"]:after {
  width: 50vw;
}
@media screen and (min-width: 768px) {
  :not(.aXNw) [data-balloon-length="xlarge"]:after {
    width: 380px;
  }
}
:not(.aXNw) [data-balloon-length="fit"]:after {
  width: 100%;
}
:not(.aXNw) .st-flyout,
:not(.aXNw) .st-flyout-pane {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  right: 0;
  margin: auto;
  z-index: 1050;
  width: 560px;
  height: 100%;
  transform: translate3d(0%, 0, 0);
}
:not(.aXNw) .st-flyout.modal,
:not(.aXNw) .st-flyout-pane.modal {
  border: none;
  max-width: initial;
  left: initial;
  right: 0;
}
:not(.aXNw) .st-flyout.fade,
:not(.aXNw) .st-flyout-pane.fade {
  -moz-transition:
    opacity 0.3s linear,
    right 0.3s ease-out,
    left 0.3s ease-out;
  -o-transition:
    opacity 0.3s linear,
    right 0.3s ease-out,
    left 0.3s ease-out;
  -webkit-transition:
    opacity 0.3s linear,
    right 0.3s ease-out,
    left 0.3s ease-out;
  transition:
    opacity 0.3s linear,
    right 0.3s ease-out,
    left 0.3s ease-out;
}
:not(.aXNw) .st-flyout.left,
:not(.aXNw) .st-flyout-pane.left {
  left: 0;
  right: auto;
}
:not(.aXNw) .st-flyout.left.fade,
:not(.aXNw) .st-flyout-pane.left.fade {
  left: -50%;
}
:not(.aXNw) .st-flyout.left.fade.in,
:not(.aXNw) .st-flyout-pane.left.fade.in {
  left: 0;
}
:not(.aXNw) .st-flyout.right,
:not(.aXNw) .st-flyout-pane.right {
  left: auto;
  right: 0;
}
:not(.aXNw) .st-flyout.right.fade,
:not(.aXNw) .st-flyout-pane.right.fade {
  right: -50%;
}
:not(.aXNw) .st-flyout.right.fade.in,
:not(.aXNw) .st-flyout-pane.right.fade.in {
  right: 0;
}
:not(.aXNw) .st-flyout > .content,
:not(.aXNw) .st-flyout-pane > .content,
:not(.aXNw) .st-flyout > .body,
:not(.aXNw) .st-flyout-pane > .body,
:not(.aXNw) .st-flyout > .modal-body,
:not(.aXNw) .st-flyout-pane > .modal-body {
  flex-grow: 1;
  overflow-y: auto;
  height: 86%;
  height: calc(100% - 128px);
  padding-top: 0;
  padding-bottom: 0;
}
:not(.aXNw) .st-flyout .header,
:not(.aXNw) .st-flyout-pane .header,
:not(.aXNw) .st-flyout .flyout-header,
:not(.aXNw) .st-flyout-pane .flyout-header {
  text-align: center;
  position: relative;
}
:not(.aXNw) .st-flyout .header .title,
:not(.aXNw) .st-flyout-pane .header .title,
:not(.aXNw) .st-flyout .flyout-header .title,
:not(.aXNw) .st-flyout-pane .flyout-header .title {
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 300;
  max-width: 65%;
}
:not(.aXNw) .st-flyout .header .btn-close,
:not(.aXNw) .st-flyout-pane .header .btn-close,
:not(.aXNw) .st-flyout .flyout-header .btn-close,
:not(.aXNw) .st-flyout-pane .flyout-header .btn-close {
  display: flex;
  align-items: center;
  left: 0;
  right: auto;
  padding: 0 0.65em 0 1.35em;
  vertical-align: bottom;
  text-transform: uppercase;
  letter-spacing: 0.035em;
}
:not(.aXNw) .st-flyout .header .btn-close::after,
:not(.aXNw) .st-flyout-pane .header .btn-close::after,
:not(.aXNw) .st-flyout .flyout-header .btn-close::after,
:not(.aXNw) .st-flyout-pane .flyout-header .btn-close::after,
:not(.aXNw) .st-flyout .header .btn-close::before,
:not(.aXNw) .st-flyout-pane .header .btn-close::before,
:not(.aXNw) .st-flyout .flyout-header .btn-close::before,
:not(.aXNw) .st-flyout-pane .flyout-header .btn-close::before {
  font-family: "Material Icons";
  font-size: 24px;
  text-transform: none !important;
}
:not(.aXNw) .st-flyout .header .btn-close::after,
:not(.aXNw) .st-flyout-pane .header .btn-close::after,
:not(.aXNw) .st-flyout .flyout-header .btn-close::after,
:not(.aXNw) .st-flyout-pane .flyout-header .btn-close::after {
  content: "chevron_right";
}
:not(.aXNw) .st-flyout .header .btn-close::before,
:not(.aXNw) .st-flyout-pane .header .btn-close::before,
:not(.aXNw) .st-flyout .flyout-header .btn-close::before,
:not(.aXNw) .st-flyout-pane .flyout-header .btn-close::before {
  content: "";
}
:not(.aXNw) .st-flyout.left.fade,
:not(.aXNw) .st-flyout-pane.left.fade {
  right: auto;
  left: -50%;
}
:not(.aXNw) .st-flyout.left.fade .header .btn-close,
:not(.aXNw) .st-flyout-pane.left.fade .header .btn-close,
:not(.aXNw) .st-flyout.left.fade .flyout-header .btn-close,
:not(.aXNw) .st-flyout-pane.left.fade .flyout-header .btn-close {
  left: auto;
  right: 0;
  padding: 0 1.35em 0 0.65em;
}
:not(.aXNw) .st-flyout.left.fade .header .btn-close::after,
:not(.aXNw) .st-flyout-pane.left.fade .header .btn-close::after,
:not(.aXNw) .st-flyout.left.fade .flyout-header .btn-close::after,
:not(.aXNw) .st-flyout-pane.left.fade .flyout-header .btn-close::after {
  content: "";
}
:not(.aXNw) .st-flyout.left.fade .header .btn-close::before,
:not(.aXNw) .st-flyout-pane.left.fade .header .btn-close::before,
:not(.aXNw) .st-flyout.left.fade .flyout-header .btn-close::before,
:not(.aXNw) .st-flyout-pane.left.fade .flyout-header .btn-close::before {
  content: "chevron_left";
}
:not(.aXNw) .st-flyout.left.fade.in,
:not(.aXNw) .st-flyout-pane.left.fade.in {
  right: auto;
  left: 0;
}
:not(.aXNw) .st-flyout.left.fade.in .navbar,
:not(.aXNw) .st-flyout-pane.left.fade.in .navbar {
  padding-right: 2rem;
}
:not(.aXNw) .st-flyout .navbar,
:not(.aXNw) .st-flyout-pane .navbar {
  padding-top: 18px;
  padding-bottom: 18px;
}
:not(.aXNw) .st-flyout .navbar .title,
:not(.aXNw) .st-flyout-pane .navbar .title {
  display: inline-block;
  margin-top: 0.35em;
}
:not(.aXNw) .st-flyout :not(.btn-group) > .btn + .btn,
:not(.aXNw) .st-flyout-pane :not(.btn-group) > .btn + .btn,
:not(.aXNw) .st-flyout :not(.btn-group) > .st-btn + .st-btn,
:not(.aXNw) .st-flyout-pane :not(.btn-group) > .st-btn + .st-btn {
  margin-left: 0.65em;
}
:not(.aXNw) .kendo-timepicker {
  height: 37.56px;
  display: flex;
  align-items: center;
}
:not(.aXNw) .kendo-timepicker .time-label,
:not(.aXNw) .kendo-timepicker .select-placeholder,
:not(.aXNw) .kendo-timepicker label {
  position: absolute;
  z-index: 1;
  opacity: 0.4;
  left: 18px;
}
:not(.aXNw) .kendo-timepicker .k-old-widget {
  height: 100%;
}
:not(.aXNw) .kendo-timepicker .k-old-picker-wrap.k-old-state-default {
  border: 1px solid rgba(34, 36, 38, 0.15);
  color: rgba(0, 0, 0, 0.92);
  border-radius: 0.25rem;
  display: flex;
  height: 100%;
}
:not(.aXNw) .kendo-timepicker .k-old-picker-wrap .k-old-input {
  text-align: right;
  border: 0 !important;
  background-color: #fff !important;
  width: 100% !important;
  padding: 0.177em 0.2em !important;
}
:not(.aXNw) .kendo-timepicker .validation-message {
  position: absolute;
  left: 100%;
}
:not(.aXNw) .kendo-timepicker .k-old-select {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
:not(.aXNw) .st-input-mixin {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
:not(.aXNw) .st-input-mixin:focus {
  border-color: #289df5;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
:not(.aXNw) .st-input-mixin.lg {
  width: 260px;
}
:not(.aXNw) .st-input-mixin.sm {
  width: 80px;
  height: 25px;
}
:not(.aXNw) .st-input-mixin b {
  font-weight: 600;
  font-size: 1.035em;
}
:not(.aXNw) input.st-input {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding-top: 7px;
  padding-bottom: 8px;
}
:not(.aXNw) input.st-input:focus {
  border-color: #289df5;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
:not(.aXNw) input.st-input.lg {
  width: 260px;
}
:not(.aXNw) input.st-input.sm {
  width: 80px;
  height: 25px;
}
:not(.aXNw) input.st-input b {
  font-weight: 600;
  font-size: 1.035em;
}
:not(.aXNw) input.st-input.add-on {
  line-height: 1.25rem;
}
:not(.aXNw) .st-input select,
:not(.aXNw) .st-select select,
:not(.aXNw) .st-input textarea,
:not(.aXNw) .st-select textarea,
:not(.aXNw) .st-input input[type="text"],
:not(.aXNw) .st-select input[type="text"],
:not(.aXNw) .st-input input[type="password"],
:not(.aXNw) .st-select input[type="password"],
:not(.aXNw) .st-input input[type="datetime"],
:not(.aXNw) .st-select input[type="datetime"],
:not(.aXNw) .st-input input[type="datetime-local"],
:not(.aXNw) .st-select input[type="datetime-local"],
:not(.aXNw) .st-input input[type="date"],
:not(.aXNw) .st-select input[type="date"],
:not(.aXNw) .st-input input[type="month"],
:not(.aXNw) .st-select input[type="month"],
:not(.aXNw) .st-input input[type="time"],
:not(.aXNw) .st-select input[type="time"],
:not(.aXNw) .st-input input[type="week"],
:not(.aXNw) .st-select input[type="week"],
:not(.aXNw) .st-input input[type="number"],
:not(.aXNw) .st-select input[type="number"],
:not(.aXNw) .st-input input[type="email"],
:not(.aXNw) .st-select input[type="email"],
:not(.aXNw) .st-input input[type="url"],
:not(.aXNw) .st-select input[type="url"],
:not(.aXNw) .st-input input[type="search"],
:not(.aXNw) .st-select input[type="search"],
:not(.aXNw) .st-input input[type="tel"],
:not(.aXNw) .st-select input[type="tel"],
:not(.aXNw) .st-input input[type="color"],
:not(.aXNw) .st-select input[type="color"],
:not(.aXNw) .st-input .add-on,
:not(.aXNw) .st-select .add-on {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding-top: 7px;
  padding-bottom: 8px;
}
:not(.aXNw) .st-input select:focus,
:not(.aXNw) .st-select select:focus,
:not(.aXNw) .st-input textarea:focus,
:not(.aXNw) .st-select textarea:focus,
:not(.aXNw) .st-input input[type="text"]:focus,
:not(.aXNw) .st-select input[type="text"]:focus,
:not(.aXNw) .st-input input[type="password"]:focus,
:not(.aXNw) .st-select input[type="password"]:focus,
:not(.aXNw) .st-input input[type="datetime"]:focus,
:not(.aXNw) .st-select input[type="datetime"]:focus,
:not(.aXNw) .st-input input[type="datetime-local"]:focus,
:not(.aXNw) .st-select input[type="datetime-local"]:focus,
:not(.aXNw) .st-input input[type="date"]:focus,
:not(.aXNw) .st-select input[type="date"]:focus,
:not(.aXNw) .st-input input[type="month"]:focus,
:not(.aXNw) .st-select input[type="month"]:focus,
:not(.aXNw) .st-input input[type="time"]:focus,
:not(.aXNw) .st-select input[type="time"]:focus,
:not(.aXNw) .st-input input[type="week"]:focus,
:not(.aXNw) .st-select input[type="week"]:focus,
:not(.aXNw) .st-input input[type="number"]:focus,
:not(.aXNw) .st-select input[type="number"]:focus,
:not(.aXNw) .st-input input[type="email"]:focus,
:not(.aXNw) .st-select input[type="email"]:focus,
:not(.aXNw) .st-input input[type="url"]:focus,
:not(.aXNw) .st-select input[type="url"]:focus,
:not(.aXNw) .st-input input[type="search"]:focus,
:not(.aXNw) .st-select input[type="search"]:focus,
:not(.aXNw) .st-input input[type="tel"]:focus,
:not(.aXNw) .st-select input[type="tel"]:focus,
:not(.aXNw) .st-input input[type="color"]:focus,
:not(.aXNw) .st-select input[type="color"]:focus,
:not(.aXNw) .st-input .add-on:focus,
:not(.aXNw) .st-select .add-on:focus {
  border-color: #289df5;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
:not(.aXNw) .st-input select.lg,
:not(.aXNw) .st-select select.lg,
:not(.aXNw) .st-input textarea.lg,
:not(.aXNw) .st-select textarea.lg,
:not(.aXNw) .st-input input[type="text"].lg,
:not(.aXNw) .st-select input[type="text"].lg,
:not(.aXNw) .st-input input[type="password"].lg,
:not(.aXNw) .st-select input[type="password"].lg,
:not(.aXNw) .st-input input[type="datetime"].lg,
:not(.aXNw) .st-select input[type="datetime"].lg,
:not(.aXNw) .st-input input[type="datetime-local"].lg,
:not(.aXNw) .st-select input[type="datetime-local"].lg,
:not(.aXNw) .st-input input[type="date"].lg,
:not(.aXNw) .st-select input[type="date"].lg,
:not(.aXNw) .st-input input[type="month"].lg,
:not(.aXNw) .st-select input[type="month"].lg,
:not(.aXNw) .st-input input[type="time"].lg,
:not(.aXNw) .st-select input[type="time"].lg,
:not(.aXNw) .st-input input[type="week"].lg,
:not(.aXNw) .st-select input[type="week"].lg,
:not(.aXNw) .st-input input[type="number"].lg,
:not(.aXNw) .st-select input[type="number"].lg,
:not(.aXNw) .st-input input[type="email"].lg,
:not(.aXNw) .st-select input[type="email"].lg,
:not(.aXNw) .st-input input[type="url"].lg,
:not(.aXNw) .st-select input[type="url"].lg,
:not(.aXNw) .st-input input[type="search"].lg,
:not(.aXNw) .st-select input[type="search"].lg,
:not(.aXNw) .st-input input[type="tel"].lg,
:not(.aXNw) .st-select input[type="tel"].lg,
:not(.aXNw) .st-input input[type="color"].lg,
:not(.aXNw) .st-select input[type="color"].lg,
:not(.aXNw) .st-input .add-on.lg,
:not(.aXNw) .st-select .add-on.lg {
  width: 260px;
}
:not(.aXNw) .st-input select.sm,
:not(.aXNw) .st-select select.sm,
:not(.aXNw) .st-input textarea.sm,
:not(.aXNw) .st-select textarea.sm,
:not(.aXNw) .st-input input[type="text"].sm,
:not(.aXNw) .st-select input[type="text"].sm,
:not(.aXNw) .st-input input[type="password"].sm,
:not(.aXNw) .st-select input[type="password"].sm,
:not(.aXNw) .st-input input[type="datetime"].sm,
:not(.aXNw) .st-select input[type="datetime"].sm,
:not(.aXNw) .st-input input[type="datetime-local"].sm,
:not(.aXNw) .st-select input[type="datetime-local"].sm,
:not(.aXNw) .st-input input[type="date"].sm,
:not(.aXNw) .st-select input[type="date"].sm,
:not(.aXNw) .st-input input[type="month"].sm,
:not(.aXNw) .st-select input[type="month"].sm,
:not(.aXNw) .st-input input[type="time"].sm,
:not(.aXNw) .st-select input[type="time"].sm,
:not(.aXNw) .st-input input[type="week"].sm,
:not(.aXNw) .st-select input[type="week"].sm,
:not(.aXNw) .st-input input[type="number"].sm,
:not(.aXNw) .st-select input[type="number"].sm,
:not(.aXNw) .st-input input[type="email"].sm,
:not(.aXNw) .st-select input[type="email"].sm,
:not(.aXNw) .st-input input[type="url"].sm,
:not(.aXNw) .st-select input[type="url"].sm,
:not(.aXNw) .st-input input[type="search"].sm,
:not(.aXNw) .st-select input[type="search"].sm,
:not(.aXNw) .st-input input[type="tel"].sm,
:not(.aXNw) .st-select input[type="tel"].sm,
:not(.aXNw) .st-input input[type="color"].sm,
:not(.aXNw) .st-select input[type="color"].sm,
:not(.aXNw) .st-input .add-on.sm,
:not(.aXNw) .st-select .add-on.sm {
  width: 80px;
  height: 25px;
}
:not(.aXNw) .st-input select b,
:not(.aXNw) .st-select select b,
:not(.aXNw) .st-input textarea b,
:not(.aXNw) .st-select textarea b,
:not(.aXNw) .st-input input[type="text"] b,
:not(.aXNw) .st-select input[type="text"] b,
:not(.aXNw) .st-input input[type="password"] b,
:not(.aXNw) .st-select input[type="password"] b,
:not(.aXNw) .st-input input[type="datetime"] b,
:not(.aXNw) .st-select input[type="datetime"] b,
:not(.aXNw) .st-input input[type="datetime-local"] b,
:not(.aXNw) .st-select input[type="datetime-local"] b,
:not(.aXNw) .st-input input[type="date"] b,
:not(.aXNw) .st-select input[type="date"] b,
:not(.aXNw) .st-input input[type="month"] b,
:not(.aXNw) .st-select input[type="month"] b,
:not(.aXNw) .st-input input[type="time"] b,
:not(.aXNw) .st-select input[type="time"] b,
:not(.aXNw) .st-input input[type="week"] b,
:not(.aXNw) .st-select input[type="week"] b,
:not(.aXNw) .st-input input[type="number"] b,
:not(.aXNw) .st-select input[type="number"] b,
:not(.aXNw) .st-input input[type="email"] b,
:not(.aXNw) .st-select input[type="email"] b,
:not(.aXNw) .st-input input[type="url"] b,
:not(.aXNw) .st-select input[type="url"] b,
:not(.aXNw) .st-input input[type="search"] b,
:not(.aXNw) .st-select input[type="search"] b,
:not(.aXNw) .st-input input[type="tel"] b,
:not(.aXNw) .st-select input[type="tel"] b,
:not(.aXNw) .st-input input[type="color"] b,
:not(.aXNw) .st-select input[type="color"] b,
:not(.aXNw) .st-input .add-on b,
:not(.aXNw) .st-select .add-on b {
  font-weight: 600;
  font-size: 1.035em;
}
:not(.aXNw) .st-input select.add-on,
:not(.aXNw) .st-select select.add-on,
:not(.aXNw) .st-input textarea.add-on,
:not(.aXNw) .st-select textarea.add-on,
:not(.aXNw) .st-input input[type="text"].add-on,
:not(.aXNw) .st-select input[type="text"].add-on,
:not(.aXNw) .st-input input[type="password"].add-on,
:not(.aXNw) .st-select input[type="password"].add-on,
:not(.aXNw) .st-input input[type="datetime"].add-on,
:not(.aXNw) .st-select input[type="datetime"].add-on,
:not(.aXNw) .st-input input[type="datetime-local"].add-on,
:not(.aXNw) .st-select input[type="datetime-local"].add-on,
:not(.aXNw) .st-input input[type="date"].add-on,
:not(.aXNw) .st-select input[type="date"].add-on,
:not(.aXNw) .st-input input[type="month"].add-on,
:not(.aXNw) .st-select input[type="month"].add-on,
:not(.aXNw) .st-input input[type="time"].add-on,
:not(.aXNw) .st-select input[type="time"].add-on,
:not(.aXNw) .st-input input[type="week"].add-on,
:not(.aXNw) .st-select input[type="week"].add-on,
:not(.aXNw) .st-input input[type="number"].add-on,
:not(.aXNw) .st-select input[type="number"].add-on,
:not(.aXNw) .st-input input[type="email"].add-on,
:not(.aXNw) .st-select input[type="email"].add-on,
:not(.aXNw) .st-input input[type="url"].add-on,
:not(.aXNw) .st-select input[type="url"].add-on,
:not(.aXNw) .st-input input[type="search"].add-on,
:not(.aXNw) .st-select input[type="search"].add-on,
:not(.aXNw) .st-input input[type="tel"].add-on,
:not(.aXNw) .st-select input[type="tel"].add-on,
:not(.aXNw) .st-input input[type="color"].add-on,
:not(.aXNw) .st-select input[type="color"].add-on,
:not(.aXNw) .st-input .add-on.add-on,
:not(.aXNw) .st-select .add-on.add-on {
  line-height: 1.25rem;
}
:not(.aXNw) .st-input .add-on,
:not(.aXNw) .st-select .add-on {
  min-width: 28px;
}
:not(.aXNw) .st-input textarea,
:not(.aXNw) .st-select textarea {
  width: 90%;
}
:not(.aXNw) .st-input.input-append input,
:not(.aXNw) .st-select.input-append input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
:not(.aXNw) .st-input.input-append input + .add-on,
:not(.aXNw) .st-select.input-append input + .add-on,
:not(.aXNw) .st-input.input-append input + .st-btn,
:not(.aXNw) .st-select.input-append input + .st-btn {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
:not(.aXNw) .st-input.input-prepend .add-on,
:not(.aXNw) .st-select.input-prepend .add-on,
:not(.aXNw) .st-input.input-prepend .st-btn,
:not(.aXNw) .st-select.input-prepend .st-btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
:not(.aXNw) .st-input.input-prepend .add-on + input,
:not(.aXNw) .st-select.input-prepend .add-on + input,
:not(.aXNw) .st-input.input-prepend .st-btn + input,
:not(.aXNw) .st-select.input-prepend .st-btn + input {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
:not(.aXNw) .st-input.input-icon input,
:not(.aXNw) .st-select.input-icon input {
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.05) 0px,
    rgba(0, 0, 0, 0.05) 35px,
    rgba(0, 0, 0, 0) 35px
  );
  padding-left: 42px;
}
:not(.aXNw) .st-input.input-icon[class*=" icon-"]::before,
:not(.aXNw) .st-select.input-icon[class*=" icon-"]::before {
  margin-top: 8px;
  margin-left: 10px;
}
:not(.aXNw) .st-input.input-validation-error,
:not(.aXNw) .st-select.input-validation-error {
  border-color: #d8002b;
}
:not(.aXNw) .st-modal + .validation-message,
:not(.aXNw) .st-card + .validation-message,
:not(.aXNw) .st-input + .validation-message,
:not(.aXNw) .st-select + .validation-message,
:not(.aXNw) .st-modal .validation-message,
:not(.aXNw) .st-card .validation-message,
:not(.aXNw) .st-input .validation-message,
:not(.aXNw) .st-select .validation-message {
  background: transparent;
  color: #b00;
  font-size: 90%;
  line-height: 125%;
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
}
:not(.aXNw) .st-modal + .validation-message:after,
:not(.aXNw) .st-card + .validation-message:after,
:not(.aXNw) .st-input + .validation-message:after,
:not(.aXNw) .st-select + .validation-message:after,
:not(.aXNw) .st-modal .validation-message:after,
:not(.aXNw) .st-card .validation-message:after,
:not(.aXNw) .st-input .validation-message:after,
:not(.aXNw) .st-select .validation-message:after {
  display: none;
}
:not(.aXNw) .cursor-disabled {
  cursor: not-allowed;
}
:not(.aXNw) select.bs-select-hidden,
:not(.aXNw) select.selectpicker {
  display: none !important;
}
:not(.aXNw) .bootstrap-select {
  width: 220px \0;
  /*IE9 and below*/
}
:not(.aXNw) .bootstrap-select > .dropdown-toggle {
  width: 100%;
  padding-right: 25px;
  z-index: 1;
}
:not(.aXNw) .bootstrap-select > .dropdown-toggle.bs-placeholder,
:not(.aXNw) .bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
:not(.aXNw) .bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
:not(.aXNw) .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: rgba(127, 127, 127, 0.5);
}
:not(.aXNw) .bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
}
:not(.aXNw) .bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2;
}
:not(.aXNw) .has-error .bootstrap-select .dropdown-toggle,
:not(.aXNw) .error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}
:not(.aXNw) .bootstrap-select.fit-width {
  width: auto !important;
}
:not(.aXNw)
  .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(
    .input-group-btn
  ) {
  width: 220px;
}
:not(.aXNw) .bootstrap-select .dropdown-header {
  margin-bottom: 8px;
}
:not(.aXNw) .bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}
:not(.aXNw) .bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
:not(.aXNw) .bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}
:not(.aXNw) .bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}
:not(.aXNw)
  .bootstrap-select.form-control.input-group-btn:not(:first-child):not(
    :last-child
  )
  > .btn {
  border-radius: 0;
}
:not(.aXNw) .bootstrap-select.btn-group:not(.input-group-btn),
:not(.aXNw) .bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
:not(.aXNw) .bootstrap-select.btn-group.dropdown-menu-right,
:not(.aXNw) .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
:not(.aXNw)
  .row
  .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right;
}
:not(.aXNw) .form-inline .bootstrap-select.btn-group,
:not(.aXNw) .form-horizontal .bootstrap-select.btn-group,
:not(.aXNw) .form-group .bootstrap-select.btn-group {
  margin-bottom: 0;
}
:not(.aXNw) .form-group-lg .bootstrap-select.btn-group.form-control,
:not(.aXNw) .form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}
:not(.aXNw)
  .form-group-lg
  .bootstrap-select.btn-group.form-control
  .dropdown-toggle,
:not(.aXNw)
  .form-group-sm
  .bootstrap-select.btn-group.form-control
  .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}
:not(.aXNw) .form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}
:not(.aXNw) .bootstrap-select.btn-group.disabled,
:not(.aXNw) .bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}
:not(.aXNw) .bootstrap-select.btn-group.disabled:focus,
:not(.aXNw) .bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}
:not(.aXNw) .bootstrap-select.btn-group.bs-container {
  position: absolute;
  height: 0 !important;
  padding: 0 !important;
}
:not(.aXNw) .bootstrap-select.btn-group.bs-container .dropdown-menu {
  z-index: 1060;
}
:not(.aXNw) .bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 95%;
  text-align: left;
  text-overflow: ellipsis;
}
:not(.aXNw) .bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
:not(.aXNw) .bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
  width: 100%;
}
:not(.aXNw) .bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  box-sizing: border-box;
}
:not(.aXNw) .bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}
:not(.aXNw) .bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}
:not(.aXNw) .bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #fff;
}
:not(.aXNw) .bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
:not(.aXNw) .bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
  user-select: none;
}
:not(.aXNw) .bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 1.65em;
}
:not(.aXNw) .bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}
:not(.aXNw) .bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}
:not(.aXNw) .bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}
:not(.aXNw) .bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  box-sizing: border-box;
}
:not(.aXNw) .bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}
:not(.aXNw)
  .bootstrap-select.btn-group.fit-width
  .dropdown-toggle
  .filter-option {
  position: static;
}
:not(.aXNw) .bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
:not(.aXNw)
  .bootstrap-select.btn-group.show-tick
  .dropdown-menu
  li.selected
  a
  span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}
:not(.aXNw)
  .bootstrap-select.btn-group.show-tick
  .dropdown-menu
  li
  a
  span.text {
  margin-right: 34px;
}
:not(.aXNw) .bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1061;
}
:not(.aXNw) .bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
:not(.aXNw) .bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
:not(.aXNw) .bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}
:not(.aXNw) .bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0;
}
:not(.aXNw)
  .bootstrap-select.show-menu-arrow.pull-right
  .dropdown-toggle:before {
  right: 12px;
  left: auto;
}
:not(.aXNw)
  .bootstrap-select.show-menu-arrow.pull-right
  .dropdown-toggle:after {
  right: 13px;
  left: auto;
}
:not(.aXNw) .bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
:not(.aXNw) .bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}
/*
.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}

.bs-actionsbox {
  width: 100%;
  box-sizing: border-box;

  & .btn-group button {
    width: 50%;
  }
}

.bs-donebutton {
  float: left;
  width: 100%;
  box-sizing: border-box;

  & .btn-group button {
    width: 100%;
  }
}

.bs-searchbox {
  & + .bs-actionsbox {
    padding: 0 8px 4px;
  }

  & .form-control {
    margin-bottom: 0;
    width: 100%;
    float: none;
  }
}
*/
:not(.aXNw) .st-select .btn,
:not(.aXNw) .st-select .dropdown-toggle {
  line-height: 1.5rem;
}
:not(.aXNw) .st-select ul.dropdown-menu li a,
:not(.aXNw) .st-select .dropdown-menu ul.menu li a {
  margin-left: 0;
  margin-right: 0;
}
:not(.aXNw) .st-select.open .btn-primary.dropdown-toggle,
:not(.aXNw) .st-select .open .btn-primary.dropdown-toggle {
  background-color: #289df5;
  color: #fff;
}
:not(.aXNw) .st-select.open .btn-primary.dropdown-toggle:link,
:not(.aXNw) .st-select .open .btn-primary.dropdown-toggle:link,
:not(.aXNw) .st-select.open .btn-primary.dropdown-toggle:visited,
:not(.aXNw) .st-select .open .btn-primary.dropdown-toggle:visited,
:not(.aXNw) .st-select.open .btn-primary.dropdown-toggle:active,
:not(.aXNw) .st-select .open .btn-primary.dropdown-toggle:active,
:not(.aXNw) .st-select.open .btn-primary.dropdown-toggle:hover,
:not(.aXNw) .st-select .open .btn-primary.dropdown-toggle:hover {
  color: #fff;
}
:not(.aXNw) .st-select.open .btn-primary.dropdown-toggle:link:hover,
:not(.aXNw) .st-select .open .btn-primary.dropdown-toggle:link:hover,
:not(.aXNw) .st-select.open .btn-primary.dropdown-toggle:visited:hover,
:not(.aXNw) .st-select .open .btn-primary.dropdown-toggle:visited:hover,
:not(.aXNw) .st-select.open .btn-primary.dropdown-toggle:active:hover,
:not(.aXNw) .st-select .open .btn-primary.dropdown-toggle:active:hover,
:not(.aXNw) .st-select.open .btn-primary.dropdown-toggle:hover:hover,
:not(.aXNw) .st-select .open .btn-primary.dropdown-toggle:hover:hover {
  color: #fff;
}
:not(.aXNw) .st-select.open .btn-danger.dropdown-toggle,
:not(.aXNw) .st-select .open .btn-danger.dropdown-toggle {
  background-color: #d8002b;
  color: #fff;
}
:not(.aXNw) .st-select.open .btn-danger.dropdown-toggle:link,
:not(.aXNw) .st-select .open .btn-danger.dropdown-toggle:link,
:not(.aXNw) .st-select.open .btn-danger.dropdown-toggle:visited,
:not(.aXNw) .st-select .open .btn-danger.dropdown-toggle:visited,
:not(.aXNw) .st-select.open .btn-danger.dropdown-toggle:active,
:not(.aXNw) .st-select .open .btn-danger.dropdown-toggle:active,
:not(.aXNw) .st-select.open .btn-danger.dropdown-toggle:hover,
:not(.aXNw) .st-select .open .btn-danger.dropdown-toggle:hover {
  color: #fff;
}
:not(.aXNw) .st-select.open .btn-danger.dropdown-toggle:link:hover,
:not(.aXNw) .st-select .open .btn-danger.dropdown-toggle:link:hover,
:not(.aXNw) .st-select.open .btn-danger.dropdown-toggle:visited:hover,
:not(.aXNw) .st-select .open .btn-danger.dropdown-toggle:visited:hover,
:not(.aXNw) .st-select.open .btn-danger.dropdown-toggle:active:hover,
:not(.aXNw) .st-select .open .btn-danger.dropdown-toggle:active:hover,
:not(.aXNw) .st-select.open .btn-danger.dropdown-toggle:hover:hover,
:not(.aXNw) .st-select .open .btn-danger.dropdown-toggle:hover:hover {
  color: #fff;
}
:not(.aXNw) .st-select.open .btn-info.dropdown-toggle,
:not(.aXNw) .st-select .open .btn-info.dropdown-toggle {
  background-color: #68e6ff;
  color: #000;
}
:not(.aXNw) .st-select.open .btn-info.dropdown-toggle:link,
:not(.aXNw) .st-select .open .btn-info.dropdown-toggle:link,
:not(.aXNw) .st-select.open .btn-info.dropdown-toggle:visited,
:not(.aXNw) .st-select .open .btn-info.dropdown-toggle:visited,
:not(.aXNw) .st-select.open .btn-info.dropdown-toggle:active,
:not(.aXNw) .st-select .open .btn-info.dropdown-toggle:active,
:not(.aXNw) .st-select.open .btn-info.dropdown-toggle:hover,
:not(.aXNw) .st-select .open .btn-info.dropdown-toggle:hover {
  color: #000;
}
:not(.aXNw) .st-select.open .btn-info.dropdown-toggle:link:hover,
:not(.aXNw) .st-select .open .btn-info.dropdown-toggle:link:hover,
:not(.aXNw) .st-select.open .btn-info.dropdown-toggle:visited:hover,
:not(.aXNw) .st-select .open .btn-info.dropdown-toggle:visited:hover,
:not(.aXNw) .st-select.open .btn-info.dropdown-toggle:active:hover,
:not(.aXNw) .st-select .open .btn-info.dropdown-toggle:active:hover,
:not(.aXNw) .st-select.open .btn-info.dropdown-toggle:hover:hover,
:not(.aXNw) .st-select .open .btn-info.dropdown-toggle:hover:hover {
  color: #000;
}
:not(.aXNw) .st-select.open .btn-warning.dropdown-toggle,
:not(.aXNw) .st-select .open .btn-warning.dropdown-toggle {
  background-color: #f0ad4e;
  color: #000;
}
:not(.aXNw) .st-select.open .btn-warning.dropdown-toggle:link,
:not(.aXNw) .st-select .open .btn-warning.dropdown-toggle:link,
:not(.aXNw) .st-select.open .btn-warning.dropdown-toggle:visited,
:not(.aXNw) .st-select .open .btn-warning.dropdown-toggle:visited,
:not(.aXNw) .st-select.open .btn-warning.dropdown-toggle:active,
:not(.aXNw) .st-select .open .btn-warning.dropdown-toggle:active,
:not(.aXNw) .st-select.open .btn-warning.dropdown-toggle:hover,
:not(.aXNw) .st-select .open .btn-warning.dropdown-toggle:hover {
  color: #000;
}
:not(.aXNw) .st-select.open .btn-warning.dropdown-toggle:link:hover,
:not(.aXNw) .st-select .open .btn-warning.dropdown-toggle:link:hover,
:not(.aXNw) .st-select.open .btn-warning.dropdown-toggle:visited:hover,
:not(.aXNw) .st-select .open .btn-warning.dropdown-toggle:visited:hover,
:not(.aXNw) .st-select.open .btn-warning.dropdown-toggle:active:hover,
:not(.aXNw) .st-select .open .btn-warning.dropdown-toggle:active:hover,
:not(.aXNw) .st-select.open .btn-warning.dropdown-toggle:hover:hover,
:not(.aXNw) .st-select .open .btn-warning.dropdown-toggle:hover:hover {
  color: #000;
}
:not(.aXNw) .st-select.open .btn-success.dropdown-toggle,
:not(.aXNw) .st-select .open .btn-success.dropdown-toggle {
  background-color: #40a700;
  color: #fff;
}
:not(.aXNw) .st-select.open .btn-success.dropdown-toggle:link,
:not(.aXNw) .st-select .open .btn-success.dropdown-toggle:link,
:not(.aXNw) .st-select.open .btn-success.dropdown-toggle:visited,
:not(.aXNw) .st-select .open .btn-success.dropdown-toggle:visited,
:not(.aXNw) .st-select.open .btn-success.dropdown-toggle:active,
:not(.aXNw) .st-select .open .btn-success.dropdown-toggle:active,
:not(.aXNw) .st-select.open .btn-success.dropdown-toggle:hover,
:not(.aXNw) .st-select .open .btn-success.dropdown-toggle:hover {
  color: #fff;
}
:not(.aXNw) .st-select.open .btn-success.dropdown-toggle:link:hover,
:not(.aXNw) .st-select .open .btn-success.dropdown-toggle:link:hover,
:not(.aXNw) .st-select.open .btn-success.dropdown-toggle:visited:hover,
:not(.aXNw) .st-select .open .btn-success.dropdown-toggle:visited:hover,
:not(.aXNw) .st-select.open .btn-success.dropdown-toggle:active:hover,
:not(.aXNw) .st-select .open .btn-success.dropdown-toggle:active:hover,
:not(.aXNw) .st-select.open .btn-success.dropdown-toggle:hover:hover,
:not(.aXNw) .st-select .open .btn-success.dropdown-toggle:hover:hover {
  color: #fff;
}
:not(.aXNw) .st-select .btn-primary.bs-placeholder,
:not(.aXNw) .st-select .btn-danger.bs-placeholder,
:not(.aXNw) .st-select .btn-success.bs-placeholder,
:not(.aXNw) .st-select .btn-primary.bs-placeholder:hover,
:not(.aXNw) .st-select .btn-danger.bs-placeholder:hover,
:not(.aXNw) .st-select .btn-success.bs-placeholder:hover,
:not(.aXNw) .st-select .btn-primary.bs-placeholder:focus,
:not(.aXNw) .st-select .btn-danger.bs-placeholder:focus,
:not(.aXNw) .st-select .btn-success.bs-placeholder:focus,
:not(.aXNw) .st-select .btn-primary.bs-placeholder:active,
:not(.aXNw) .st-select .btn-danger.bs-placeholder:active,
:not(.aXNw) .st-select .btn-success.bs-placeholder:active {
  color: rgba(255, 255, 255, 0.5);
}
:not(.aXNw)
  .st-select.bootstrap-select.btn-group.show-tick
  .dropdown-menu
  li.selected
  span.check-mark,
:not(.aXNw)
  .st-select.bootstrap-select.btn-group.show-tick
  .dropdown-menu
  li
  span.check-mark {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  position: absolute;
  right: 8px;
  margin-top: 0px;
  border: 2px solid rgba(0, 0, 0, 0.15);
}
:not(.aXNw)
  .st-select.bootstrap-select.btn-group.show-tick
  .dropdown-menu
  li.selected
  span.check-mark::before,
:not(.aXNw)
  .st-select.bootstrap-select.btn-group.show-tick
  .dropdown-menu
  li
  span.check-mark::before {
  opacity: 1;
}
:not(.aXNw)
  .st-select.bootstrap-select.btn-group.show-tick
  .dropdown-menu
  li
  span.check-mark::before {
  opacity: 0;
}
:not(.aXNw) .bootstrap-select.btn-group .dropdown-menu li a span.text {
  max-width: 240px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
:not(.aXNw) .bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  padding: 0.065em;
}
:not(.aXNw) .bootstrap-select .btn-group-sm .btn {
  padding-top: 0px;
  padding-bottom: 2px;
  min-height: 28px;
}
:not(.aXNw) .bootstrap-select .btn:hover,
:not(.aXNw) .bootstrap-select .btn:focus {
  background-position: initial;
}
:not(.aXNw) .bootstrap-select .hidden {
  display: none !important;
}
:not(.aXNw) .bootstrap-select .bs-searchbox input[type="text"] {
  box-sizing: border-box;
  padding: 14px 4px !important;
  width: 100%;
}
:not(.aXNw) .bootstrap-select .bs-actionsbox {
  margin-bottom: 2px;
}
:not(.aXNw) .bootstrap-select li.active a {
  background-image: none !important;
  background-color: rgba(127, 127, 127, 0.1) !important;
}
:not(.aXNw) .st-switch,
:not(.aXNw) .st-toggle {
  margin-bottom: 10px;
}
:not(.aXNw) .st-switch input[type="checkbox"],
:not(.aXNw) .st-toggle input[type="checkbox"],
:not(.aXNw) .st-switch input[type="radio"],
:not(.aXNw) .st-toggle input[type="radio"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
:not(.aXNw) .st-switch label,
:not(.aXNw) .st-toggle label {
  padding-left: 52px;
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  min-height: 14px;
  overflow: visible;
  cursor: pointer;
}
:not(.aXNw) .st-switch label::before,
:not(.aXNw) .st-toggle label::before,
:not(.aXNw) .st-switch label::after,
:not(.aXNw) .st-toggle label::after {
  content: "";
  border-radius: 24px;
  position: absolute;
  top: 50%;
  transition: 0.25s ease-in-out;
}
:not(.aXNw) .st-switch label::before,
:not(.aXNw) .st-toggle label::before {
  width: 48px;
  height: 24px;
  background: #d8002b;
  margin-top: -12px;
  left: 0px;
}
:not(.aXNw) .st-switch label::after,
:not(.aXNw) .st-toggle label::after {
  width: 20px;
  height: 20px;
  background: #fff;
  margin-top: -10px;
  left: 2px;
}
:not(.aXNw) .st-switch label:empty,
:not(.aXNw) .st-toggle label:empty {
  content: "a";
}
:not(.aXNw) .st-switch input:checked + label::before,
:not(.aXNw) .st-toggle input:checked + label::before {
  background: #40a700;
}
:not(.aXNw) .st-switch input:checked + label::after,
:not(.aXNw) .st-toggle input:checked + label::after {
  left: 26px;
}
:not(.aXNw) .st-switch.styled input:checked + label::before,
:not(.aXNw) .st-toggle.styled input:checked + label::before,
:not(.aXNw) .st-switch.styled input + label::before,
:not(.aXNw) .st-toggle.styled input + label::before,
:not(.aXNw) .st-switch input + label.styled::before,
:not(.aXNw) .st-toggle input + label.styled::before,
:not(.aXNw) .st-switch input:checked + label.styled::before,
:not(.aXNw) .st-toggle input:checked + label.styled::before {
  font-family: "FontAwesome";
  content: "\f00c";
  color: rgba(255, 255, 255, 0.8);
  text-indent: 7px;
  font-size: 80%;
  line-height: 24px;
  transition: 0.25s ease-in-out;
}
:not(.aXNw) .st-switch.on-off input + label::before,
:not(.aXNw) .st-toggle.on-off input + label::before,
:not(.aXNw) .st-switch input + label.on-off::before,
:not(.aXNw) .st-toggle input + label.on-off::before {
  content: "Off";
  color: #fff;
  text-indent: 26px;
  font-size: 75%;
  line-height: 24px;
  transition: 0.15s ease-in-out;
}
:not(.aXNw) .st-switch.on-off input:checked + label::before,
:not(.aXNw) .st-toggle.on-off input:checked + label::before,
:not(.aXNw) .st-switch input:checked + label.on-off::before,
:not(.aXNw) .st-toggle input:checked + label.on-off::before {
  content: "On";
  text-indent: 8px;
}
:not(.aXNw) .st-switch.styled input + label::before,
:not(.aXNw) .st-toggle.styled input + label::before,
:not(.aXNw) .st-switch input + label.styled::before,
:not(.aXNw) .st-toggle input + label.styled::before {
  color: rgba(255, 255, 255, 0);
}
:not(.aXNw) .st-switch input:focus + label::before,
:not(.aXNw) .st-toggle input:focus + label::before {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
:not(.aXNw) .control-group .st-switch {
  margin-top: 5px;
}
:not(.aXNw) .st-toggle-2 label {
  display: inline-block;
}
:not(.aXNw) .st-toggle-2 span {
  margin-left: 5px;
  font-size: 16px;
  margin-bottom: 10px;
  position: relative;
  bottom: 10px;
}
:not(.aXNw) .st-rotating-circle {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  overflow: visible;
}
:not(.aXNw) .st-rotating-circle::after {
  content: "";
  display: block;
  height: 24px;
  width: 24px;
  position: relative;
  animation: rotation 0.65s infinite linear;
  border: 3px solid rgba(0, 174, 239, 0.15);
  border-top: 3px solid rgba(0, 174, 239, 0.8);
  border-radius: 100%;
}
:not(.aXNw) .st-rotating-circle.small::after {
  height: 16px;
  width: 16px;
  border-width: 2px;
}
:not(.aXNw) .st-rotating-circle.big::after {
  height: 32px;
  width: 32px;
  border-width: 4px;
}
:not(.aXNw) .st-rotating-circle.huge::after {
  height: 64px;
  width: 64px;
  border-width: 6px;
}
:not(.aXNw) .st-rotating-circle.slow::after {
  animation-duration: 2s;
}
:not(.aXNw) .st-rotating-circle.gray::after {
  border-color: rgba(0, 0, 0, 0.15);
  border-top-color: rgba(0, 0, 0, 0.8);
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
:not(.aXNw) .st-progress-bar {
  height: 4px;
  width: 100%;
  overflow: hidden;
}
:not(.aXNw) .st-progress-bar span {
  background-color: #d8002b;
  color: #d8002b;
  display: block;
  min-height: 4px;
}
:not(.aXNw) .st-progress-bar.smooth {
  height: 5px;
  border-radius: 1em;
  background-color: #ccd5e2;
  box-shadow: 0 3px 8px rgba(127, 127, 127, 0.25);
}
:not(.aXNw) .st-progress-bar.smooth span {
  height: 5px;
  border-radius: 1em;
  background: linear-gradient(to right, #2abebb 0%, #44e796 100%);
}
:not(.aXNw) #animated-progress-bar {
  animation: bar-progressing 15s infinite;
}
@keyframes bar-progressing {
  0% {
    width: 0;
  }
  50% {
    width: 65%;
  }
  100% {
    width: 100%;
  }
}
:not(.aXNw) .st-input-mixin {
  padding-top: 7px;
  padding-bottom: 8px;
}
:not(.aXNw) .st-input-mixin.add-on {
  line-height: 1.25rem;
}
:not(.aXNw) input.st-input {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding-top: 7px;
  padding-bottom: 8px;
}
:not(.aXNw) input.st-input:focus {
  border-color: #289df5;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
:not(.aXNw) input.st-input.lg {
  width: 260px;
}
:not(.aXNw) input.st-input.sm {
  width: 80px;
  height: 25px;
}
:not(.aXNw) input.st-input b {
  font-weight: 600;
  font-size: 1.035em;
}
:not(.aXNw) input.st-input.add-on {
  line-height: 1.25rem;
}
:not(.aXNw) .st-input select,
:not(.aXNw) .st-select select,
:not(.aXNw) .st-input textarea,
:not(.aXNw) .st-select textarea,
:not(.aXNw) .st-input input[type="text"],
:not(.aXNw) .st-select input[type="text"],
:not(.aXNw) .st-input input[type="password"],
:not(.aXNw) .st-select input[type="password"],
:not(.aXNw) .st-input input[type="datetime"],
:not(.aXNw) .st-select input[type="datetime"],
:not(.aXNw) .st-input input[type="datetime-local"],
:not(.aXNw) .st-select input[type="datetime-local"],
:not(.aXNw) .st-input input[type="date"],
:not(.aXNw) .st-select input[type="date"],
:not(.aXNw) .st-input input[type="month"],
:not(.aXNw) .st-select input[type="month"],
:not(.aXNw) .st-input input[type="time"],
:not(.aXNw) .st-select input[type="time"],
:not(.aXNw) .st-input input[type="week"],
:not(.aXNw) .st-select input[type="week"],
:not(.aXNw) .st-input input[type="number"],
:not(.aXNw) .st-select input[type="number"],
:not(.aXNw) .st-input input[type="email"],
:not(.aXNw) .st-select input[type="email"],
:not(.aXNw) .st-input input[type="url"],
:not(.aXNw) .st-select input[type="url"],
:not(.aXNw) .st-input input[type="search"],
:not(.aXNw) .st-select input[type="search"],
:not(.aXNw) .st-input input[type="tel"],
:not(.aXNw) .st-select input[type="tel"],
:not(.aXNw) .st-input input[type="color"],
:not(.aXNw) .st-select input[type="color"],
:not(.aXNw) .st-input .add-on,
:not(.aXNw) .st-select .add-on {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding-top: 7px;
  padding-bottom: 8px;
}
:not(.aXNw) .st-input select:focus,
:not(.aXNw) .st-select select:focus,
:not(.aXNw) .st-input textarea:focus,
:not(.aXNw) .st-select textarea:focus,
:not(.aXNw) .st-input input[type="text"]:focus,
:not(.aXNw) .st-select input[type="text"]:focus,
:not(.aXNw) .st-input input[type="password"]:focus,
:not(.aXNw) .st-select input[type="password"]:focus,
:not(.aXNw) .st-input input[type="datetime"]:focus,
:not(.aXNw) .st-select input[type="datetime"]:focus,
:not(.aXNw) .st-input input[type="datetime-local"]:focus,
:not(.aXNw) .st-select input[type="datetime-local"]:focus,
:not(.aXNw) .st-input input[type="date"]:focus,
:not(.aXNw) .st-select input[type="date"]:focus,
:not(.aXNw) .st-input input[type="month"]:focus,
:not(.aXNw) .st-select input[type="month"]:focus,
:not(.aXNw) .st-input input[type="time"]:focus,
:not(.aXNw) .st-select input[type="time"]:focus,
:not(.aXNw) .st-input input[type="week"]:focus,
:not(.aXNw) .st-select input[type="week"]:focus,
:not(.aXNw) .st-input input[type="number"]:focus,
:not(.aXNw) .st-select input[type="number"]:focus,
:not(.aXNw) .st-input input[type="email"]:focus,
:not(.aXNw) .st-select input[type="email"]:focus,
:not(.aXNw) .st-input input[type="url"]:focus,
:not(.aXNw) .st-select input[type="url"]:focus,
:not(.aXNw) .st-input input[type="search"]:focus,
:not(.aXNw) .st-select input[type="search"]:focus,
:not(.aXNw) .st-input input[type="tel"]:focus,
:not(.aXNw) .st-select input[type="tel"]:focus,
:not(.aXNw) .st-input input[type="color"]:focus,
:not(.aXNw) .st-select input[type="color"]:focus,
:not(.aXNw) .st-input .add-on:focus,
:not(.aXNw) .st-select .add-on:focus {
  border-color: #289df5;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
:not(.aXNw) .st-input select.lg,
:not(.aXNw) .st-select select.lg,
:not(.aXNw) .st-input textarea.lg,
:not(.aXNw) .st-select textarea.lg,
:not(.aXNw) .st-input input[type="text"].lg,
:not(.aXNw) .st-select input[type="text"].lg,
:not(.aXNw) .st-input input[type="password"].lg,
:not(.aXNw) .st-select input[type="password"].lg,
:not(.aXNw) .st-input input[type="datetime"].lg,
:not(.aXNw) .st-select input[type="datetime"].lg,
:not(.aXNw) .st-input input[type="datetime-local"].lg,
:not(.aXNw) .st-select input[type="datetime-local"].lg,
:not(.aXNw) .st-input input[type="date"].lg,
:not(.aXNw) .st-select input[type="date"].lg,
:not(.aXNw) .st-input input[type="month"].lg,
:not(.aXNw) .st-select input[type="month"].lg,
:not(.aXNw) .st-input input[type="time"].lg,
:not(.aXNw) .st-select input[type="time"].lg,
:not(.aXNw) .st-input input[type="week"].lg,
:not(.aXNw) .st-select input[type="week"].lg,
:not(.aXNw) .st-input input[type="number"].lg,
:not(.aXNw) .st-select input[type="number"].lg,
:not(.aXNw) .st-input input[type="email"].lg,
:not(.aXNw) .st-select input[type="email"].lg,
:not(.aXNw) .st-input input[type="url"].lg,
:not(.aXNw) .st-select input[type="url"].lg,
:not(.aXNw) .st-input input[type="search"].lg,
:not(.aXNw) .st-select input[type="search"].lg,
:not(.aXNw) .st-input input[type="tel"].lg,
:not(.aXNw) .st-select input[type="tel"].lg,
:not(.aXNw) .st-input input[type="color"].lg,
:not(.aXNw) .st-select input[type="color"].lg,
:not(.aXNw) .st-input .add-on.lg,
:not(.aXNw) .st-select .add-on.lg {
  width: 260px;
}
:not(.aXNw) .st-input select.sm,
:not(.aXNw) .st-select select.sm,
:not(.aXNw) .st-input textarea.sm,
:not(.aXNw) .st-select textarea.sm,
:not(.aXNw) .st-input input[type="text"].sm,
:not(.aXNw) .st-select input[type="text"].sm,
:not(.aXNw) .st-input input[type="password"].sm,
:not(.aXNw) .st-select input[type="password"].sm,
:not(.aXNw) .st-input input[type="datetime"].sm,
:not(.aXNw) .st-select input[type="datetime"].sm,
:not(.aXNw) .st-input input[type="datetime-local"].sm,
:not(.aXNw) .st-select input[type="datetime-local"].sm,
:not(.aXNw) .st-input input[type="date"].sm,
:not(.aXNw) .st-select input[type="date"].sm,
:not(.aXNw) .st-input input[type="month"].sm,
:not(.aXNw) .st-select input[type="month"].sm,
:not(.aXNw) .st-input input[type="time"].sm,
:not(.aXNw) .st-select input[type="time"].sm,
:not(.aXNw) .st-input input[type="week"].sm,
:not(.aXNw) .st-select input[type="week"].sm,
:not(.aXNw) .st-input input[type="number"].sm,
:not(.aXNw) .st-select input[type="number"].sm,
:not(.aXNw) .st-input input[type="email"].sm,
:not(.aXNw) .st-select input[type="email"].sm,
:not(.aXNw) .st-input input[type="url"].sm,
:not(.aXNw) .st-select input[type="url"].sm,
:not(.aXNw) .st-input input[type="search"].sm,
:not(.aXNw) .st-select input[type="search"].sm,
:not(.aXNw) .st-input input[type="tel"].sm,
:not(.aXNw) .st-select input[type="tel"].sm,
:not(.aXNw) .st-input input[type="color"].sm,
:not(.aXNw) .st-select input[type="color"].sm,
:not(.aXNw) .st-input .add-on.sm,
:not(.aXNw) .st-select .add-on.sm {
  width: 80px;
  height: 25px;
}
:not(.aXNw) .st-input select b,
:not(.aXNw) .st-select select b,
:not(.aXNw) .st-input textarea b,
:not(.aXNw) .st-select textarea b,
:not(.aXNw) .st-input input[type="text"] b,
:not(.aXNw) .st-select input[type="text"] b,
:not(.aXNw) .st-input input[type="password"] b,
:not(.aXNw) .st-select input[type="password"] b,
:not(.aXNw) .st-input input[type="datetime"] b,
:not(.aXNw) .st-select input[type="datetime"] b,
:not(.aXNw) .st-input input[type="datetime-local"] b,
:not(.aXNw) .st-select input[type="datetime-local"] b,
:not(.aXNw) .st-input input[type="date"] b,
:not(.aXNw) .st-select input[type="date"] b,
:not(.aXNw) .st-input input[type="month"] b,
:not(.aXNw) .st-select input[type="month"] b,
:not(.aXNw) .st-input input[type="time"] b,
:not(.aXNw) .st-select input[type="time"] b,
:not(.aXNw) .st-input input[type="week"] b,
:not(.aXNw) .st-select input[type="week"] b,
:not(.aXNw) .st-input input[type="number"] b,
:not(.aXNw) .st-select input[type="number"] b,
:not(.aXNw) .st-input input[type="email"] b,
:not(.aXNw) .st-select input[type="email"] b,
:not(.aXNw) .st-input input[type="url"] b,
:not(.aXNw) .st-select input[type="url"] b,
:not(.aXNw) .st-input input[type="search"] b,
:not(.aXNw) .st-select input[type="search"] b,
:not(.aXNw) .st-input input[type="tel"] b,
:not(.aXNw) .st-select input[type="tel"] b,
:not(.aXNw) .st-input input[type="color"] b,
:not(.aXNw) .st-select input[type="color"] b,
:not(.aXNw) .st-input .add-on b,
:not(.aXNw) .st-select .add-on b {
  font-weight: 600;
  font-size: 1.035em;
}
:not(.aXNw) .st-input select.add-on,
:not(.aXNw) .st-select select.add-on,
:not(.aXNw) .st-input textarea.add-on,
:not(.aXNw) .st-select textarea.add-on,
:not(.aXNw) .st-input input[type="text"].add-on,
:not(.aXNw) .st-select input[type="text"].add-on,
:not(.aXNw) .st-input input[type="password"].add-on,
:not(.aXNw) .st-select input[type="password"].add-on,
:not(.aXNw) .st-input input[type="datetime"].add-on,
:not(.aXNw) .st-select input[type="datetime"].add-on,
:not(.aXNw) .st-input input[type="datetime-local"].add-on,
:not(.aXNw) .st-select input[type="datetime-local"].add-on,
:not(.aXNw) .st-input input[type="date"].add-on,
:not(.aXNw) .st-select input[type="date"].add-on,
:not(.aXNw) .st-input input[type="month"].add-on,
:not(.aXNw) .st-select input[type="month"].add-on,
:not(.aXNw) .st-input input[type="time"].add-on,
:not(.aXNw) .st-select input[type="time"].add-on,
:not(.aXNw) .st-input input[type="week"].add-on,
:not(.aXNw) .st-select input[type="week"].add-on,
:not(.aXNw) .st-input input[type="number"].add-on,
:not(.aXNw) .st-select input[type="number"].add-on,
:not(.aXNw) .st-input input[type="email"].add-on,
:not(.aXNw) .st-select input[type="email"].add-on,
:not(.aXNw) .st-input input[type="url"].add-on,
:not(.aXNw) .st-select input[type="url"].add-on,
:not(.aXNw) .st-input input[type="search"].add-on,
:not(.aXNw) .st-select input[type="search"].add-on,
:not(.aXNw) .st-input input[type="tel"].add-on,
:not(.aXNw) .st-select input[type="tel"].add-on,
:not(.aXNw) .st-input input[type="color"].add-on,
:not(.aXNw) .st-select input[type="color"].add-on,
:not(.aXNw) .st-input .add-on.add-on,
:not(.aXNw) .st-select .add-on.add-on {
  line-height: 1.25rem;
}
:not(.aXNw) .st-two-col-fluid {
  height: auto;
  overflow: hidden;
  min-width: 400px;
}
:not(.aXNw) .st-two-col-fluid:after {
  content: "";
  display: table;
  clear: both;
}
:not(.aXNw) .st-two-col-fluid > div {
  float: left;
  box-sizing: border-box;
}
:not(.aXNw) .st-two-col-fluid .flexible-col {
  width: auto;
}
:not(.aXNw) .st-two-col-fluid .flexible-col:first-child {
  margin-right: 200px;
}
:not(.aXNw) .st-two-col-fluid .flexible-col:not(:first-child) {
  margin-left: 200px;
  float: none;
}
:not(.aXNw) .st-two-col-fluid .fixed-col {
  width: 200px;
}
:not(.aXNw) .st-two-col-fluid .fixed-col:not(:first-child) {
  margin-left: -200px;
}
:not(.aXNw) .st-radio label::before,
:not(.aXNw) .st-checkbox label::before,
:not(.aXNw) .st-radio label::after,
:not(.aXNw) .st-checkbox label::after {
  font-size: 14px !important;
  line-height: 24px !important;
}

:not(.aXNw) .pac-container {
  z-index: 10000 !important;
}

:not(.aXNw) .technician-status-board-container {
  font-size: 14px;
  background-color: white;
  margin: -15px -20px;
}
:not(.aXNw) .technician-status-board-container #right-pane {
  margin-left: 260px;
  padding: 10px;
  min-height: 87vh;
}
:not(.aXNw) .technician-status-board-container #right-pane .data-container {
  width: 100%;
  overflow: hidden;
}
:not(.aXNw)
  .technician-status-board-container
  #right-pane
  .data-container
  .divider,
:not(.aXNw)
  .technician-status-board-container
  #right-pane
  .data-container
  .table-container {
  margin-left: 40px;
}
:not(.aXNw)
  .technician-status-board-container
  #right-pane
  .data-container
  .section {
  margin: 20px 24px;
  border-radius: 6px 0 0 6px;
}
:not(.aXNw)
  .technician-status-board-container
  #right-pane
  .data-container
  .section
  > h4 {
  font-size: 18px;
  font-weight: 300;
  padding: 0 10px;
}
:not(.aXNw)
  .technician-status-board-container
  #right-pane
  .data-container
  .section
  > h4
  > span {
  display: block;
}
:not(.aXNw)
  .technician-status-board-container
  #right-pane
  .data-container
  .section
  .table-container {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: -60px 0 0 120px;
}
:not(.aXNw)
  .technician-status-board-container
  #right-pane
  .data-container
  .section
  .table-container
  .table-cell {
  font-size: 14px;
  display: table-cell;
  float: left;
  width: 175px;
  height: 51px;
  border-radius: 4px;
  background-color: rgba(127, 143, 164, 0.05);
  padding: 6px 10px;
  margin: 2px;
}
:not(.aXNw)
  .technician-status-board-container
  #right-pane
  .data-container
  .section
  .table-container
  .table-cell
  > span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 160px;
  display: block;
}
:not(.aXNw)
  .technician-status-board-container
  #right-pane
  .data-container
  .section
  .table-container
  .table-cell:hover {
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
}
:not(.aXNw) .technician-status-board-container #right-pane .idle {
  border-left: 6px solid #ed9200;
}
:not(.aXNw) .technician-status-board-container #right-pane .meal {
  border-left: 6px solid #f7981c;
}
:not(.aXNw) .technician-status-board-container #right-pane .nja {
  border-left: 6px solid #ad81cc;
}
:not(.aXNw) .technician-status-board-container #right-pane .working {
  border-left: 6px solid #00c2b1;
}
:not(.aXNw)
  .technician-status-board-container
  #right-pane
  .working
  .table-cell {
  cursor: pointer;
}
:not(.aXNw) .technician-status-board-container #right-pane .offduty {
  border-left: 6px solid #a6a6a6;
}
:not(.aXNw) .technician-status-board-container #right-pane .no-result {
  display: table;
  table-layout: fixed;
  width: 100%;
}
:not(.aXNw) .technician-status-board-container #left-pane {
  width: 260px;
  padding-top: 40px;
}
:not(.aXNw) .technician-status-board-container #left-pane .pane-section {
  padding: 0 15px;
}
:not(.aXNw)
  .technician-status-board-container
  #left-pane
  .pane-section
  .filter-header {
  text-transform: uppercase;
  color: #354052;
  font-weight: 600;
  font-size: 14px;
  opacity: 0.4;
  padding-bottom: 15px;
  width: 150px;
}
:not(.aXNw) .technician-status-board-container #left-pane .pane-section .reset {
  float: right;
  margin-top: -40px;
}
:not(.aXNw)
  .technician-status-board-container
  #left-pane
  .pane-section
  .fields
  > .ui {
  margin: 0 10px 5px 0;
  position: relative;
}
:not(.aXNw)
  .technician-status-board-container
  #left-pane
  .pane-section
  .fields
  > .ui
  label::before {
  border: solid 1px #1fbad6;
}
:not(.aXNw)
  .technician-status-board-container
  #left-pane
  .pane-section
  .fields
  > .ui
  label::after {
  color: #00bdd8;
}
:not(.aXNw)
  .technician-status-board-container
  #left-pane
  .pane-section
  .select2-container {
  width: 211px !important;
}
:not(.aXNw)
  .technician-status-board-container
  #left-pane
  .pane-section
  .select2-container
  .select2-search-field {
  height: 38px;
  line-height: 38px;
}

:not(.aXNw) .view.vendors .vendor-list {
  padding-left: 30px !important;
  padding-right: 30px !important;
  padding-top: 30px !important;
  overflow-y: scroll;
  height: calc(100vh - 90px);
  background: #fff;
}
:not(.aXNw) .view.vendors .selection.list .item {
  height: 105px;
  display: flex;
  align-items: center;
}
:not(.aXNw) .view.vendors .selection.list .item .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
:not(.aXNw) .view.vendors .selection.list .item .description {
  margin: 5px 0px;
  color: #7f8fa4 !important;
  font-size: 14px;
  font-weight: 600;
}
:not(.aXNw) .view.vendors .semi-heading {
  color: #7f8fa4 !important;
  font-size: 14px;
  font-weight: 600;
  margin-top: 30px !important;
}
:not(.aXNw) .view.vendors .medium.header h4 {
  color: #354052;
  font-size: 20px;
}
:not(.aXNw) .view.vendors .medium.header .sub.header {
  color: #354052;
  line-height: 1.81;
  font-weight: 300;
  margin-bottom: 40px;
}
:not(.aXNw) .view.vendors .form .field {
  margin-bottom: 25px;
}
:not(.aXNw) .view.vendors .form .field label {
  color: #7f8fa4;
  font-size: 14px;
}
:not(.aXNw) .view.vendors .grey.button {
  background-color: #97b3ce !important;
  color: #fff !important;
}
:not(.aXNw) .view.edit-vendor .top-heading {
  display: flex;
  align-items: center;
}
:not(.aXNw) .view.edit-vendor .top-heading h5.header {
  font-weight: normal;
  display: inline-block;
  margin-bottom: 0px;
  margin-right: 30px;
}
:not(.aXNw) .view.edit-vendor .top-heading .back-link {
  border-left: 2px solid #dfe3e9;
  padding-left: 30px;
}
:not(.aXNw) .view.edit-vendor .form .small.header {
  font-size: 16px;
  font-weight: 600;
  margin-top: 30px;
}
:not(.aXNw) .view.edit-vendor .form .enable-section {
  display: flex;
  justify-content: space-between;
}
:not(.aXNw) .view.edit-vendor .form .field {
  margin-bottom: 25px;
}
:not(.aXNw) .view.edit-vendor .form .field label {
  color: #7f8fa4;
  font-size: 14px;
  font-weight: 600;
}
:not(.aXNw) .view.edit-vendor .form .select2-container {
  width: 100%;
}
:not(.aXNw) .view.edit-vendor .form .select2-container .select2-choices {
  min-height: 40px;
  padding: 2px 0px;
}
:not(.aXNw) .view.edit-vendor .form .select2-container .select2-choices input {
  border: 0px;
}

:not(.aXNw) .kpi-matrix-grid-container .kpi-details {
  display: none;
}
:not(.aXNw) .kpi-matrix-grid-container .kpi-icon {
  display: block;
}
:not(.aXNw) .kpi-matrix-grid-container.detailed .kpi-details {
  display: block;
}
:not(.aXNw) .kpi-matrix-grid-container.detailed .kpi-icon {
  display: none;
}
:not(.aXNw) #kpi-matrix-grid.k-grid {
  width: 100%;
}
:not(.aXNw) .kpi-matrix-view-toolbar .ui.dropdown {
  width: 400px;
}

:not(.aXNw) .uploader-progress-bar {
  height: 3px;
  width: 100%;
  overflow: hidden;
  position: absolute;
}
:not(.aXNw) .uploader-progress-bar span {
  background-color: #289df5;
  color: #289df5;
  display: block;
  min-height: 4px;
}
:not(.aXNw) .asset-uploader-progress-bar {
  top: 86px;
  left: 0;
  right: 0;
}
:not(.aXNw) .image-uploader-progress-bar {
  top: 77px;
  left: 0;
  right: 0;
  z-index: 2;
}
:not(.aXNw) .uploader-progress-bar.smooth {
  height: 5px;
  border-radius: 1em;
  background-color: #eaeff2;
  box-shadow: 0 3px 8px rgba(127, 127, 127, 0.25);
}
:not(.aXNw) .uploader-progress-bar.smooth span {
  height: 5px;
  border-radius: 1em;
  background: linear-gradient(to right, #2abebb 0%, #44e796 100%);
}
:not(.aXNw) .uploader-animated-progress-bar {
  animation: bar-progressing 15s infinite;
}
@keyframes bar-progressing {
  0% {
    width: 0;
  }
  50% {
    width: 65%;
  }
  100% {
    width: 100%;
  }
}
:not(.aXNw) .assets-container {
  display: inline-block;
  max-width: 442px;
  min-width: 442px;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
:not(.aXNw) .assets-container-disabled {
  background-color: #f4f4f4;
}
:not(.aXNw) .assets-container-disabled .asset-card {
  border: 1px solid #ddd;
}
:not(.aXNw) .image-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 24px;
  margin: 25px 20px;
}
:not(.aXNw) .image-card,
:not(.aXNw) .video-card {
  position: relative;
  height: 80px;
  width: 80px;
  background-color: #f5f5f5;
  border: 1px solid #dfe0e1;
}
:not(.aXNw) .image-card img,
:not(.aXNw) .video-card img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
:not(.aXNw) .video-card .video-duration {
  position: absolute;
  z-index: 2;
  right: 5px;
  bottom: 5px;
  opacity: 0.4;
  border-radius: 3px;
  background-color: #000000;
  color: white;
  font-size: 10px;
  line-height: 15px;
  padding: 0 5px 0 5px;
}
:not(.aXNw) .asset-card {
  background-color: #f5f7fa;
  border-radius: 4px;
  position: relative;
  margin: 15px;
  padding: 12px 3px;
  max-width: 402px;
  height: 66px;
  font-size: 14px;
  font-weight: 500;
  font-family: NunitoSans, sans-serif;
}
:not(.aXNw) .asset-card .asset-content {
  margin: 5px 12px;
  color: #00c4ed;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
:not(.aXNw) .asset-card input {
  width: 345px;
  height: 22px;
  padding-right: 25px;
}
:not(.aXNw) .asset-card :first-child {
  margin-top: 0;
}
:not(.aXNw) .asset-card :last-child {
  margin-bottom: 0;
}
:not(.aXNw) .asset-card.disabled {
  border-left: solid 4px #f5f5f5;
  color: #f5f5f5;
}
:not(.aXNw) .asset-card.inactive {
  border-left: solid 4px #f5f5f5;
  color: #f5f5f5;
}
:not(.aXNw) .asset-card.active {
  border-left: solid 4px #f5f7fa;
}
:not(.aXNw) .alias-char-counter {
  position: absolute;
  text-align: right;
  left: 365px;
  top: 48px;
  width: 20px;
  height: 24px;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  letter-spacing: normal;
  color: #9e9ea0;
}
:not(.aXNw) .remove-button {
  position: absolute;
  top: -8px;
  right: -8px;
  height: 16px;
  width: 16px;
  background-color: #6a7a85;
  border-radius: 50%;
  display: inline-block;
  z-index: 2;
}
:not(.aXNw) .x-icon {
  position: absolute;
  left: 1px;
  margin: 0 !important;
  height: 16px;
  width: 16px;
}
:not(.aXNw) .x-icon::before,
:not(.aXNw) .x-icon::after {
  position: absolute;
  top: 3px;
  left: 7px;
  content: " ";
  height: 10px;
  width: 1px;
  background-color: #fff;
}
:not(.aXNw) .x-icon::before {
  transform: rotate(45deg);
}
:not(.aXNw) .x-icon::after {
  transform: rotate(-45deg);
}
:not(.aXNw) .assets-upload-area {
  display: block;
  position: relative;
  height: 45px;
  background-color: #ecf4fd;
  border-radius: 4px;
}
:not(.aXNw) .assets-upload-area a {
  position: absolute;
  top: 9px;
  bottom: 0;
  left: 0;
  right: 0;
  font-family: NunitoSans, sans-serif;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  color: #4183c4 !important;
  vertical-align: middle;
}
:not(.aXNw) .assets-upload-area a i {
  margin-right: 5px;
}
:not(.aXNw) .assets-container-footer {
  display: block;
  position: relative;
  height: 92px;
  background-color: #fff;
  border-radius: 4px;
}
:not(.aXNw) .assets-container-footer a {
  font-family: NunitoSans, Sans-serif;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #737475;
  position: absolute;
  top: 24px;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  vertical-align: middle;
}
:not(.aXNw) .assets-container-footer a i {
  margin-right: 5px;
}

:not(.aXNw) .duplicated-code-banner-container {
  width: 400px;
  background: #ffece9;
  border: 1px solid #ffb2a0;
  margin-left: 180px;
  margin-bottom: 20px;
  font-family: Nunito Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  padding: 16px;
  border-radius: 3px;
}
:not(.aXNw) .duplicated-code-banner-container .duplicated-code-banner-header {
  color: #e63717;
}
:not(.aXNw)
  .duplicated-code-banner-container
  .duplicated-code-banner-header
  .header-caption {
  margin-left: 16px;
}
:not(.aXNw) .duplicated-code-banner-container .duplicated-code-banner-content {
  margin-top: 5px;
  margin-left: 35px;
  padding-right: 84px;
}
:not(.aXNw)
  .duplicated-code-banner-container
  .duplicated-code-banner-content
  .view-button {
  margin-top: 20px;
  width: 142px;
  height: 32px;
  text-align: center;
  font-size: 16px;
  background: #ffece9;
  color: #444445;
  border: 1px solid #444445;
  box-sizing: border-box;
  border-radius: 3px;
}

:not(.aXNw) .tag {
  text-shadow: none;
}

:not(.aXNw) article.membership-renewal-protection .alert {
  display: none;
}
:not(.aXNw) article.membership-renewal-protection .alert.alert-success,
:not(.aXNw) article.membership-renewal-protection .alert.alert-error,
:not(.aXNw) article.membership-renewal-protection .alert.alert-info {
  display: block;
}
:not(.aXNw) article.membership-renewal-protection .controls {
  margin-left: 80px;
}
:not(.aXNw) article.membership-renewal-protection .control-label {
  text-align: left;
}
:not(.aXNw)
  article.membership-renewal-protection
  .membership-renewal-protection-feature {
  width: 300px;
}
:not(.aXNw)
  article.membership-renewal-protection
  .membership-renewal-protection-month,
:not(.aXNw)
  article.membership-renewal-protection
  .membership-renewal-protection-year {
  width: 120px;
}
:not(.aXNw) article.membership-renewal-protection .month-year-separator {
  margin: 0 24px;
}

:not(.aXNw) article.tsys-settlement-import-manual-scheduling .alert {
  display: none;
}
:not(.aXNw)
  article.tsys-settlement-import-manual-scheduling
  .alert.alert-success,
:not(.aXNw) article.tsys-settlement-import-manual-scheduling .alert.alert-error,
:not(.aXNw) article.tsys-settlement-import-manual-scheduling .alert.alert-info {
  display: block;
}
:not(.aXNw) article.tsys-settlement-import-manual-scheduling .control-box {
  display: flex;
  gap: 20px;
  align-items: center;
}

:not(.aXNw) .price-level-toogle > div > div > input {
  display: none !important;
}
:not(.aXNw) .price-level-toogle {
  display: inline-block;
}

:not(.aXNw) .clearfix {
  *zoom: 1;
}
:not(.aXNw) .clearfix:before,
:not(.aXNw) .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
:not(.aXNw) .clearfix:after {
  clear: both;
}
:not(.aXNw) .hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
:not(.aXNw) .input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
:not(.aXNw) .container-fluid-dispatch {
  margin-top: 0px !important;
}
:not(.aXNw) .container-fluid-dispatch.sidebar-hidden {
  margin-right: 0 !important;
}
@media screen and (min-width: 1400px) {
  :not(.aXNw) .container-fluid-dispatch {
    margin-right: 210px;
  }
}
:not(.aXNw) .dispatch-newsfeed {
  /* Newsfeed */
}
:not(.aXNw) .dispatch-newsfeed .newsfeed a[data-toggle="dropdown"] {
  position: relative;
}
:not(.aXNw)
  .dispatch-newsfeed
  .newsfeed
  a[data-toggle="dropdown"]
  .unread-indicator {
  position: absolute;
  right: -5px;
  top: -8px;
  font-size: 16px;
  color: #00cbe9;
}
:not(.aXNw) .dispatch-newsfeed .newsfeed .newsfeed-header {
  color: var(--light-text-text-default, #141414);
  font-family: Nunito Sans;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  padding-top: 8px;
  padding-bottom: 6px;
}
:not(.aXNw) .dispatch-newsfeed .newsfeed .newsfeed-header b {
  padding-right: 8px;
}
:not(.aXNw) .dispatch-newsfeed .newsfeed .dropdown-menu {
  width: 200px;
  padding: 0;
  overflow-y: auto;
  max-height: 400px;
  left: -100px;
}
:not(.aXNw) .dispatch-newsfeed .newsfeed .dropdown-menu header {
  padding: 0 10px;
  border-bottom: 1px solid #d9d9d9;
}
:not(.aXNw) .dispatch-newsfeed .newsfeed .dropdown-menu header h4 {
  margin: 15px 0 5px 0;
}
:not(.aXNw) .dispatch-newsfeed .newsfeed .dropdown-menu header p {
  font-size: 12px;
  margin-bottom: 2px;
}
:not(.aXNw) .dispatch-newsfeed .newsfeed .dropdown-menu .options {
  padding: 10px;
  font-size: 11px;
  border-bottom: 1px solid #d9d9d9;
}
:not(.aXNw) .dispatch-newsfeed .newsfeed .dropdown-menu ul li {
  padding: 10px;
  border-bottom: 1px solid #d9d9d9;
}
:not(.aXNw) .dispatch-newsfeed .newsfeed .dropdown-menu ul li .name {
  font-weight: bold;
}
:not(.aXNw) .dispatch-newsfeed .newsfeed .dropdown-menu ul li .body {
  display: block;
}
:not(.aXNw) .dispatch-newsfeed .newsfeed .dropdown-menu ul li .detach-btn {
  width: auto;
  padding: 0px;
  display: inline;
  color: #999;
}
:not(.aXNw)
  .dispatch-newsfeed
  .newsfeed
  .dropdown-menu
  ul
  li
  .detach-btn:hover {
  background: transparent none;
  color: #999;
}
:not(.aXNw) .dispatch-newsfeed .newsfeed .dropdown-menu .no-entries {
  padding: 0 10px;
  font-size: 11px;
}
:not(.aXNw) .dispatch-newsfeed .newsfeed .dropdown-menu .load-btn {
  padding: 0 10px;
  font-size: 11px;
}
:not(.aXNw) .dispatch-newsfeed .newsfeed .chat-history {
  color: #00cbe9;
  background: none;
}
@media screen and (min-width: 1400px) {
  :not(.aXNw)
    .dispatch-newsfeed
    .newsfeed-legacy
    a[data-toggle="dropdown"].hide-when-fullscreen {
    display: none;
  }
  :not(.aXNw) .dispatch-newsfeed .newsfeed-legacy .dropdown-menu.float-right {
    position: fixed;
    right: 0;
    top: var(--nav-offset-top);
    height: 100%;
    max-height: none;
    display: block !important;
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 0;
    border: none;
    -webkit-box-shadow: -1px 0 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: -1px 0 5px rgba(0, 0, 0, 0.15);
    box-shadow: -1px 0 5px rgba(0, 0, 0, 0.15);
    float: none;
    min-width: 0;
    left: auto;
  }
  :not(.aXNw)
    .dispatch-newsfeed
    .newsfeed-legacy
    .dropdown-menu.float-right
    .temp-stub {
    height: 60px;
  }
}

/*# sourceMappingURL=app-css.379821199ec8105f2efd.bundle.css.map*/
