/*!
 * Bootstrap
 *
 * 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: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;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: 1px dotted #333;
  outline-offset: 0;
}
a:hover,
a:active {
  outline: 0;
}
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 */
  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 {
  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 !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  background-color: #ffffff;
}
a {
  color: #0088cc;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #005580;
  text-decoration: underline;
}
.img-rounded {
  border-radius: 6px;
}
.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);
}
.img-circle {
  border-radius: 500px;
}
.row:before,
.row:after {
  display: table;
  content: "";
  line-height: 0;
}
.row:after {
  clear: both;
}
[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.row [class*="span"] ~ .radio[class*="span"],
.control-group [class*="span"] ~ .radio[class*="span"],
.row [class*="span"] ~ .checkbox[class*="span"],
.control-group [class*="span"] ~ .checkbox[class*="span"] {
  padding-left: 42px;
}
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 980px;
}
.span12,
input.span12,
textarea.span12,
.uneditable-input.span12,
.control-text.span12 {
  width: 960px;
}
.span11,
input.span11,
textarea.span11,
.uneditable-input.span11,
.control-text.span11 {
  width: 880px;
}
.span10,
input.span10,
textarea.span10,
.uneditable-input.span10,
.control-text.span10 {
  width: 800px;
}
.span9,
input.span9,
textarea.span9,
.uneditable-input.span9,
.control-text.span9 {
  width: 720px;
}
.span8,
input.span8,
textarea.span8,
.uneditable-input.span8,
.control-text.span8 {
  width: 640px;
}
.span7,
input.span7,
textarea.span7,
.uneditable-input.span7,
.control-text.span7 {
  width: 560px;
}
.span6,
input.span6,
textarea.span6,
.uneditable-input.span6,
.control-text.span6 {
  width: 480px;
}
.span5,
input.span5,
textarea.span5,
.uneditable-input.span5,
.control-text.span5 {
  width: 400px;
}
.span4,
input.span4,
textarea.span4,
.uneditable-input.span4,
.control-text.span4 {
  width: 320px;
}
.span3,
input.span3,
textarea.span3,
.uneditable-input.span3,
.control-text.span3 {
  width: 240px;
}
.span2,
input.span2,
textarea.span2,
.uneditable-input.span2,
.control-text.span2 {
  width: 160px;
}
.span1,
input.span1,
textarea.span1,
.uneditable-input.span1,
.control-text.span1 {
  width: 80px;
}
.span-sm-24,
input.span-sm-24,
textarea.span-sm-24,
.uneditable-input.span-sm-24,
.control-text.span-sm-24 {
  width: 960px;
}
.span-sm-23,
input.span-sm-23,
textarea.span-sm-23,
.uneditable-input.span-sm-23,
.control-text.span-sm-23 {
  width: 920px;
}
.span-sm-22,
input.span-sm-22,
textarea.span-sm-22,
.uneditable-input.span-sm-22,
.control-text.span-sm-22 {
  width: 880px;
}
.span-sm-21,
input.span-sm-21,
textarea.span-sm-21,
.uneditable-input.span-sm-21,
.control-text.span-sm-21 {
  width: 840px;
}
.span-sm-20,
input.span-sm-20,
textarea.span-sm-20,
.uneditable-input.span-sm-20,
.control-text.span-sm-20 {
  width: 800px;
}
.span-sm-19,
input.span-sm-19,
textarea.span-sm-19,
.uneditable-input.span-sm-19,
.control-text.span-sm-19 {
  width: 760px;
}
.span-sm-18,
input.span-sm-18,
textarea.span-sm-18,
.uneditable-input.span-sm-18,
.control-text.span-sm-18 {
  width: 720px;
}
.span-sm-17,
input.span-sm-17,
textarea.span-sm-17,
.uneditable-input.span-sm-17,
.control-text.span-sm-17 {
  width: 680px;
}
.span-sm-16,
input.span-sm-16,
textarea.span-sm-16,
.uneditable-input.span-sm-16,
.control-text.span-sm-16 {
  width: 640px;
}
.span-sm-15,
input.span-sm-15,
textarea.span-sm-15,
.uneditable-input.span-sm-15,
.control-text.span-sm-15 {
  width: 600px;
}
.span-sm-14,
input.span-sm-14,
textarea.span-sm-14,
.uneditable-input.span-sm-14,
.control-text.span-sm-14 {
  width: 560px;
}
.span-sm-13,
input.span-sm-13,
textarea.span-sm-13,
.uneditable-input.span-sm-13,
.control-text.span-sm-13 {
  width: 520px;
}
.span-sm-12,
input.span-sm-12,
textarea.span-sm-12,
.uneditable-input.span-sm-12,
.control-text.span-sm-12 {
  width: 480px;
}
.span-sm-11,
input.span-sm-11,
textarea.span-sm-11,
.uneditable-input.span-sm-11,
.control-text.span-sm-11 {
  width: 440px;
}
.span-sm-10,
input.span-sm-10,
textarea.span-sm-10,
.uneditable-input.span-sm-10,
.control-text.span-sm-10 {
  width: 400px;
}
.span-sm-9,
input.span-sm-9,
textarea.span-sm-9,
.uneditable-input.span-sm-9,
.control-text.span-sm-9 {
  width: 360px;
}
.span-sm-8,
input.span-sm-8,
textarea.span-sm-8,
.uneditable-input.span-sm-8,
.control-text.span-sm-8 {
  width: 320px;
}
.span-sm-7,
input.span-sm-7,
textarea.span-sm-7,
.uneditable-input.span-sm-7,
.control-text.span-sm-7 {
  width: 280px;
}
.span-sm-6,
input.span-sm-6,
textarea.span-sm-6,
.uneditable-input.span-sm-6,
.control-text.span-sm-6 {
  width: 240px;
}
.span-sm-5,
input.span-sm-5,
textarea.span-sm-5,
.uneditable-input.span-sm-5,
.control-text.span-sm-5 {
  width: 200px;
}
.span-sm-4,
input.span-sm-4,
textarea.span-sm-4,
.uneditable-input.span-sm-4,
.control-text.span-sm-4 {
  width: 160px;
}
.span-sm-3,
input.span-sm-3,
textarea.span-sm-3,
.uneditable-input.span-sm-3,
.control-text.span-sm-3 {
  width: 120px;
}
.span-sm-2,
input.span-sm-2,
textarea.span-sm-2,
.uneditable-input.span-sm-2,
.control-text.span-sm-2 {
  width: 80px;
}
.span-sm-1,
input.span-sm-1,
textarea.span-sm-1,
.uneditable-input.span-sm-1,
.control-text.span-sm-1 {
  width: 40px;
}
.offset12 {
  margin-left: 960px;
}
.offset11 {
  margin-left: 880px;
}
.offset10 {
  margin-left: 800px;
}
.offset9 {
  margin-left: 720px;
}
.offset8 {
  margin-left: 640px;
}
.offset7 {
  margin-left: 560px;
}
.offset6 {
  margin-left: 480px;
}
.offset5 {
  margin-left: 400px;
}
.offset4 {
  margin-left: 320px;
}
.offset3 {
  margin-left: 240px;
}
.offset2 {
  margin-left: 160px;
}
.offset1 {
  margin-left: 80px;
}
.row-fluid {
  width: 100%;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.row-fluid:after {
  clear: both;
}
.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;
}
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 0;
}
.row-fluid .span12 {
  width: 100%;
}
.row-fluid .span11 {
  width: 91.66666667%;
}
.row-fluid .span10 {
  width: 83.33333333%;
}
.row-fluid .span9 {
  width: 75%;
}
.row-fluid .span8 {
  width: 66.66666667%;
}
.row-fluid .span7 {
  width: 58.33333333%;
}
.row-fluid .span6 {
  width: 50%;
}
.row-fluid .span5 {
  width: 41.66666667%;
}
.row-fluid .span4 {
  width: 33.33333333%;
}
.row-fluid .span3 {
  width: 25%;
}
.row-fluid .span2 {
  width: 16.66666667%;
}
.row-fluid .span1 {
  width: 8.33333333%;
}
.row-fluid .offset12 {
  margin-left: 100%;
}
.row-fluid .offset12:first-child {
  margin-left: 100%;
}
.row-fluid .offset11 {
  margin-left: 91.66666667%;
}
.row-fluid .offset11:first-child {
  margin-left: 91.66666667%;
}
.row-fluid .offset10 {
  margin-left: 83.33333333%;
}
.row-fluid .offset10:first-child {
  margin-left: 83.33333333%;
}
.row-fluid .offset9 {
  margin-left: 75%;
}
.row-fluid .offset9:first-child {
  margin-left: 75%;
}
.row-fluid .offset8 {
  margin-left: 66.66666667%;
}
.row-fluid .offset8:first-child {
  margin-left: 66.66666667%;
}
.row-fluid .offset7 {
  margin-left: 58.33333333%;
}
.row-fluid .offset7:first-child {
  margin-left: 58.33333333%;
}
.row-fluid .offset6 {
  margin-left: 50%;
}
.row-fluid .offset6:first-child {
  margin-left: 50%;
}
.row-fluid .offset5 {
  margin-left: 41.66666667%;
}
.row-fluid .offset5:first-child {
  margin-left: 41.66666667%;
}
.row-fluid .offset4 {
  margin-left: 33.33333333%;
}
.row-fluid .offset4:first-child {
  margin-left: 33.33333333%;
}
.row-fluid .offset3 {
  margin-left: 25%;
}
.row-fluid .offset3:first-child {
  margin-left: 25%;
}
.row-fluid .offset2 {
  margin-left: 16.66666667%;
}
.row-fluid .offset2:first-child {
  margin-left: 16.66666667%;
}
.row-fluid .offset1 {
  margin-left: 8.33333333%;
}
.row-fluid .offset1:first-child {
  margin-left: 8.33333333%;
}
[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none;
}
[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right;
}
.container {
  margin-right: auto;
  margin-left: auto;
}
.container:before,
.container:after {
  display: table;
  content: "";
  line-height: 0;
}
.container:after {
  clear: both;
}
.container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.container-fluid:after {
  clear: both;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 200;
  line-height: 30px;
}
small {
  font-size: 85%;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
cite {
  font-style: normal;
}
.muted {
  color: #999999;
}
a.muted:hover,
a.muted:focus {
  color: #808080;
}
.text-warning {
  color: #c09853;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #a47e3c;
}
.text-error {
  color: #b94a48;
}
a.text-error:hover,
a.text-error:focus {
  color: #953b39;
}
.text-info {
  color: #3a87ad;
}
a.text-info:hover,
a.text-info:focus {
  color: #2d6987;
}
.text-success {
  color: #468847;
}
a.text-success:hover,
a.text-success:focus {
  color: #356635;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 20px;
  color: inherit;
  text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
h2,
h3 {
  line-height: 40px;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 26px;
}
h3 {
  font-size: 22px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 12px;
}
h1 small {
  font-size: 24px;
}
h2 small {
  font-size: 18px;
}
h3 small {
  font-size: 14px;
}
h4 small {
  font-size: 14px;
}
.page-header {
  padding-bottom: 9px;
  margin: 20px 0 30px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  padding: 0;
  margin: 0 0 10px 25px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
li {
  line-height: 20px;
}
li > p {
  margin: 0 0 10px 0;
}
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}
ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}
ul.inline > li,
ol.inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 20px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 10px;
}
.dl-horizontal:before,
.dl-horizontal:after {
  display: table;
  content: "";
  line-height: 0;
}
.dl-horizontal:after {
  clear: both;
}
.dl-horizontal dt {
  float: left;
  width: 160px;
  min-width: 160px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dl-horizontal dd {
  margin-left: 180px;
}
hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #ffffff;
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  margin-bottom: 0;
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote small {
  display: block;
  line-height: 20px;
  color: #999999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
}
code,
pre {
  padding: 0 3px 2px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 12px;
  color: #333333;
  border-radius: 3px;
}
code {
  padding: 2px 4px;
  color: #d14;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  white-space: nowrap;
}
pre {
  display: block;
  padding: 12px 16px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 20px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border-radius: 3px;
}
pre.prettyprint {
  margin-bottom: 20px;
}
pre code {
  padding: 0;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
  min-height: 15px;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
form {
  margin: 0 0 20px;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
legend small {
  font-size: 15px;
  color: #999999;
}
label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}
input,
button,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
label {
  display: block;
  margin-bottom: 5px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
.control-text {
  display: inline-block;
  height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  border-radius: 3px;
  vertical-align: middle;
}
.control-text {
  padding: 5px 6px;
}
input,
textarea,
.uneditable-input,
.control-text {
  width: 206px;
}
textarea {
  height: auto;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-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);
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
input[type="radio"],
input[type="checkbox"],
.faux-checkbox {
  margin: 4px 0 0;
  line-height: normal;
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"],
.faux-checkbox {
  width: auto;
}
select,
input[type="file"] {
  height: 30px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */
  line-height: inherit;
}
select {
  width: 220px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
}
select[multiple],
select[size] {
  height: auto;
}
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.uneditable-input,
.uneditable-textarea {
  color: #555;
  background-color: #fcfcfc;
  border-color: #cccccc;
  -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;
}
.uneditable-input,
.control-text {
  overflow: hidden;
  white-space: nowrap;
}
.uneditable-textarea {
  width: auto;
  height: auto;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999;
}
.radio,
.checkbox,
.alert-acknowledge {
  min-height: 20px;
  padding-left: 20px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"],
.alert-acknowledge input[type="checkbox"],
.checkbox .faux-checkbox {
  float: left;
  margin-left: -20px;
}
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
.input-medium {
  width: 150px;
}
.input-large {
  width: 210px;
}
.input-xlarge {
  width: 270px;
}
.input-xxlarge {
  width: 530px;
}
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.control-text[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .control-text[class*="span"] {
  float: none;
  margin-left: 0;
}
.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-append .control-text[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.input-prepend .control-text[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .control-text[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block;
}
.controls-row:before,
.controls-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.controls-row:after {
  clear: both;
}
.controls-row [class*="span"],
.row-fluid .controls-row [class*="span"] {
  float: left;
}
.controls-row .checkbox[class*="span"],
.controls-row .radio[class*="span"] {
  padding-top: 5px;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly],
.uneditable-input.readonly {
  cursor: not-allowed;
  background-color: #eeeeee;
}
select[disabled],
select[readonly] {
  padding: 4px 6px;
  -webkit-text-fill-color: #555555;
}
.responsive-ui.mobile-ios select[disabled],
.responsive-ui.mobile-ios select[readonly],
.responsive-ui.mobile-ios input[disabled],
.responsive-ui.mobile-ios input[readonly] {
  -webkit-appearance: none;
  -webkit-text-fill-color: #555555;
  color: #555555;
  opacity: 1.0;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}
.control-group.warning .control-label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
}
.control-group.warning input,
.control-group.warning select,
.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);
}
.control-group.warning input:focus,
.control-group.warning select:focus,
.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;
}
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}
.control-group.conflict .control-label,
.control-group.conflict .help-block,
.control-group.conflict .help-inline {
  color: #c09853;
}
.control-group.conflict .checkbox,
.control-group.conflict .radio,
.control-group.conflict input,
.control-group.conflict select,
.control-group.conflict textarea {
  color: #c09853;
}
.control-group.conflict input,
.control-group.conflict select,
.control-group.conflict 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);
}
.control-group.conflict input:focus,
.control-group.conflict select:focus,
.control-group.conflict 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;
}
.control-group.conflict .input-prepend .add-on,
.control-group.conflict .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}
.control-group.error .control-label,
.control-group.invalid .control-label,
.control-group.error .help-block,
.control-group.invalid .help-block,
.control-group.error .help-inline,
.control-group.invalid .help-inline {
  color: #b94a48;
}
.control-group.error .checkbox,
.control-group.invalid .checkbox,
.control-group.error .radio,
.control-group.invalid .radio,
.control-group.error input,
.control-group.invalid input,
.control-group.error select,
.control-group.invalid select,
.control-group.error textarea,
.control-group.invalid textarea {
  color: #b94a48;
}
.control-group.error input,
.control-group.invalid input,
.control-group.error select,
.control-group.invalid select,
.control-group.error textarea,
.control-group.invalid 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);
}
.control-group.error input:focus,
.control-group.invalid input:focus,
.control-group.error select:focus,
.control-group.invalid select:focus,
.control-group.error textarea:focus,
.control-group.invalid 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;
}
.control-group.error .input-prepend .add-on,
.control-group.invalid .input-prepend .add-on,
.control-group.error .input-append .add-on,
.control-group.invalid .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}
.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
}
.control-group.success input,
.control-group.success select,
.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);
}
.control-group.success input:focus,
.control-group.success select:focus,
.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;
}
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}
.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #3a87ad;
}
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #3a87ad;
}
.control-group.info input,
.control-group.info select,
.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);
}
.control-group.info input:focus,
.control-group.info select:focus,
.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;
}
.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}
input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
input:focus:invalid:focus,
textarea:focus:invalid:focus,
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;
}
.form-actions {
  padding: 5px 8px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #E0E0E0;
  border-top: 1px solid #BBBBBB;
  min-height: 26px;
}
.form-actions:before,
.form-actions:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-actions:after {
  clear: both;
}
.table td.form-actions,
.table-striped tbody > tr:nth-child(odd) > td.form-actions {
  background-color: #E0E0E0;
  border-top: 1px solid #BBBBBB;
  min-height: 26px;
  height: 26px;
  padding: 5px 8px;
}
.help-block,
.help-inline {
  color: #595959;
}
.help-block {
  display: block;
  margin-bottom: 10px;
}
.help-inline {
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
}
.input-append,
.input-prepend {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: middle;
  font-size: 0;
  white-space: nowrap;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input,
.input-append .control-text .dropdown-menu,
.input-prepend .control-text .dropdown-menu,
.input-append .popover,
.input-prepend .popover {
  font-size: 14px;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input,
.input-append .control-text,
.input-prepend .control-text,
.input-append .selectize-input,
.input-prepend .selectize-input {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
  border-radius: 0 3px 3px 0;
}
.input-append input:focus,
.input-prepend input:focus,
.input-append select:focus,
.input-prepend select:focus,
.input-append .uneditable-input:focus,
.input-prepend .uneditable-input:focus,
.input-append .control-text:focus,
.input-prepend .control-text:focus,
.input-append .selectize-input:focus,
.input-prepend .selectize-input:focus {
  z-index: 2;
}
.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 30px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .btn-group > .dropdown-toggle {
  vertical-align: top;
  border-radius: 0;
}
.input-append .active,
.input-prepend .active {
  background-color: #a9dba9;
  border-color: #46a546;
}
.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  border-radius: 3px 0 0 3px;
}
.input-append input,
.input-append select,
.input-append .uneditable-input {
  border-radius: 3px 0 0 3px;
}
.input-append input + .btn-group .btn:last-child,
.input-append select + .btn-group .btn:last-child,
.input-append .uneditable-input + .btn-group .btn:last-child {
  border-radius: 0 3px 3px 0;
}
.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
  margin-left: -1px;
}
.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
  border-radius: 0 3px 3px 0;
}
.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  border-radius: 0;
}
.input-prepend.input-append input + .btn-group .btn,
.input-prepend.input-append select + .btn-group .btn,
.input-prepend.input-append .uneditable-input + .btn-group .btn {
  border-radius: 0 3px 3px 0;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  border-radius: 3px 0 0 3px;
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  border-radius: 0 3px 3px 0;
}
.input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}
input.search-query {
  padding-right: 14px;
  padding-left: 14px;
  margin-bottom: 0;
  border-radius: 15px;
}
/* Allow for input prepend/append in search forms */
.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
  border-radius: 0;
}
.form-search .input-append .search-query {
  border-radius: 14px 0 0 14px;
}
.form-search .input-append .btn {
  border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .search-query {
  border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .btn {
  border-radius: 14px 0 0 14px;
}
.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .control-text,
.form-inline .control-text,
.form-horizontal .control-text,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}
.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
  display: inline-block;
}
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"],
.alert .alert-acknowledge input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}
.control-group {
  margin-bottom: 10px;
}
legend + .control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate;
}
.form-horizontal [class*="span"] .control-group {
  padding-left: 0;
}
.form-horizontal .control-group {
  margin-bottom: 7px;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}
.form-horizontal .controls {
  margin-left: 180px;
}
.form-horizontal .help-block {
  margin-bottom: 0;
}
.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block,
.form-horizontal .uneditable-input + .help-block,
.form-horizontal .control-text .input-prepend + .help-block,
.form-horizontal .input-append + .help-block {
  margin-top: 10px;
}
.form-horizontal .form-actions {
  padding-left: 180px;
}
.faux-checkbox > [class^="icon-"],
.faux-checkbox > [class*=" icon-"] {
  margin-top: -2px;
}
table,
.table-striped,
.table-striped-bordered {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
.table,
.fr-view .table,
.ui-inlinelist .table {
  width: 100%;
  margin-bottom: 20px;
}
.table th,
.fr-view .table th,
.ui-inlinelist .table th,
.table td,
.fr-view .table td,
.ui-inlinelist .table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-top: 1px solid #dddddd;
}
.table th p,
.fr-view .table th p,
.ui-inlinelist .table th p,
.table td p,
.fr-view .table td p,
.ui-inlinelist .table td p {
  margin-bottom: 0;
  min-height: 20px;
}
.table th,
.fr-view .table th,
.ui-inlinelist .table th {
  font-weight: bold;
}
.table thead th,
.fr-view .table thead th,
.ui-inlinelist .table thead th {
  vertical-align: bottom;
  background: inherit;
  border-bottom: 1px solid #dddddd;
}
.table caption + thead tr:first-child th,
.fr-view .table caption + thead tr:first-child th,
.ui-inlinelist .table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.fr-view .table caption + thead tr:first-child td,
.ui-inlinelist .table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.fr-view .table colgroup + thead tr:first-child th,
.ui-inlinelist .table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.fr-view .table colgroup + thead tr:first-child td,
.ui-inlinelist .table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.fr-view .table thead:first-child tr:first-child th,
.ui-inlinelist .table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td,
.fr-view .table thead:first-child tr:first-child td,
.ui-inlinelist .table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody,
.fr-view .table tbody + tbody,
.ui-inlinelist .table tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table,
.fr-view .table .table,
.ui-inlinelist .table .table {
  background-color: #ffffff;
}
.fr-view .table .fr-selected-cell {
  border: 1px double #1e88e5 !important;
}
.table-condensed th,
.ui-inlinelist .table-condensed th,
.fr-view .table-condensed th,
.table-condensed td,
.ui-inlinelist .table-condensed td,
.fr-view .table-condensed td {
  padding: 4px 5px;
}
.table-bordered,
.fr-view .table-bordered {
  border: 1px solid #dddddd;
  border-collapse: collapse;
  border-left: 0;
  border-radius: 3px;
}
.table-bordered th,
.fr-view .table-bordered th,
.table-bordered td,
.fr-view .table-bordered td {
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}
.table-bordered caption + thead tr:first-child th,
.fr-view .table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.fr-view .table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.fr-view .table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.fr-view .table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.fr-view .table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.fr-view .table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.fr-view .table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.fr-view .table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td,
.fr-view .table-bordered tbody:first-child tr:first-child td {
  border-top: 1px solid #dddddd;
}
.table-bordered thead:first-child tr:first-child > th:first-child,
.fr-view .table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.fr-view .table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child,
.fr-view .table-bordered tbody:first-child tr:first-child > th:first-child {
  border-top-left-radius: 3px;
}
.table-bordered thead:first-child tr:first-child > th:last-child,
.fr-view .table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.fr-view .table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child,
.fr-view .table-bordered tbody:first-child tr:first-child > th:last-child {
  border-top-right-radius: 3px;
}
.table-bordered thead:last-child tr:last-child > th:first-child,
.fr-view .table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.fr-view .table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.fr-view .table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.fr-view .table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child,
.fr-view .table-bordered tfoot:last-child tr:last-child > th:first-child {
  border-bottom-left-radius: 3px;
}
.table-bordered thead:last-child tr:last-child > th:last-child,
.fr-view .table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.fr-view .table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.fr-view .table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.fr-view .table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child,
.fr-view .table-bordered tfoot:last-child tr:last-child > th:last-child {
  border-bottom-right-radius: 3px;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:first-child,
.fr-view .table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  border-bottom-left-radius: 0;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:last-child,
.fr-view .table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  border-bottom-right-radius: 0;
}
.table-bordered caption + thead tr:first-child th:first-child,
.fr-view .table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.fr-view .table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.fr-view .table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child,
.fr-view .table-bordered colgroup + tbody tr:first-child td:first-child {
  border-top-left-radius: 3px;
}
.table-bordered caption + thead tr:first-child th:last-child,
.fr-view .table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.fr-view .table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.fr-view .table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child,
.fr-view .table-bordered colgroup + tbody tr:first-child td:last-child {
  border-top-right-radius: 3px;
}
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped-bordered tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th,
.table-striped-bordered tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
  border-left-color: #f9f9f9;
  border-right-color: #f9f9f9;
}
.table-bordered tbody > tr:nth-child(odd) > td,
.table-striped-bordered tbody > tr:nth-child(odd) > td,
.table-bordered tbody > tr:nth-child(odd) > th,
.table-striped-bordered tbody > tr:nth-child(odd) > th {
  border-left-color: #dddddd;
  border-right-color: #dddddd;
}
.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
  background-color: #f5f5f5;
}
table td[class*="span"],
table th[class*="span"],
.row-fluid table td[class*="span"],
.row-fluid table th[class*="span"] {
  display: table-cell;
  float: none;
  margin-left: 0;
}
.table td.span1,
.table th.span1 {
  float: none;
  margin-left: 0;
}
.table td.span2,
.table th.span2 {
  float: none;
  margin-left: 0;
}
.table td.span3,
.table th.span3 {
  float: none;
  margin-left: 0;
}
.table td.span4,
.table th.span4 {
  float: none;
  margin-left: 0;
}
.table td.span5,
.table th.span5 {
  float: none;
  margin-left: 0;
}
.table td.span6,
.table th.span6 {
  float: none;
  margin-left: 0;
}
.table td.span7,
.table th.span7 {
  float: none;
  margin-left: 0;
}
.table td.span8,
.table th.span8 {
  float: none;
  margin-left: 0;
}
.table td.span9,
.table th.span9 {
  float: none;
  margin-left: 0;
}
.table td.span10,
.table th.span10 {
  float: none;
  margin-left: 0;
}
.table td.span11,
.table th.span11 {
  float: none;
  margin-left: 0;
}
.table td.span12,
.table th.span12 {
  float: none;
  margin-left: 0;
}
.table tbody tr.success > td {
  background-color: #dff0d8;
}
.table tbody tr.error > td {
  background-color: #f2dede;
}
.table tbody tr.warning > td {
  background-color: #fcf8e3;
}
.table tbody tr.info > td {
  background-color: #d9edf7;
}
.table-hover tbody tr.success:hover > td {
  background-color: #d0e9c6;
}
.table-hover tbody tr.error:hover > td {
  background-color: #ebcccc;
}
.table-hover tbody tr.warning:hover > td {
  background-color: #faf2cc;
}
.table-hover tbody tr.info:hover > td {
  background-color: #c4e3f3;
}
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  line-height: 14px;
  vertical-align: text-top;
  margin-top: 1px;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}
.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}
.dropdown-menu,
.popup-menu ul {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  min-width: 180px;
  padding: 0 0;
  margin: 0;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  background-clip: padding-box;
}
.dropdown-menu.pull-right,
.popup-menu ul.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider,
.popup-menu ul .divider {
  height: 1px;
  margin: 9px 1px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}
.dropdown-menu > li > a,
.popup-menu ul > li > a,
.dropdown-menu > li > span,
.popup-menu ul > li > span {
  display: block;
  padding: 6px 8px 6px 8px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333333;
  white-space: nowrap;
  min-width: 180px;
  font-size: 13px;
}
.popup-menu-small ul {
  min-width: 100px;
}
.popup-menu-small ul > li > a,
.popup-menu-small ul > li > span {
  min-width: 100px;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.popup-menu ul > li > a:hover,
.popup-menu ul > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  text-decoration: none;
  background-color: #e6e6e6;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus,
.popup-menu ul > li.active > a,
.popup-menu ul > li.active > a:hover,
.popup-menu ul > li.active > a:focus {
  background-color: #9ac9ed;
  text-decoration: none;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus,
.popup-menu ul > li.disabled > a,
.popup-menu ul > li.disabled > a:hover,
.popup-menu ul > li.disabled > a:focus {
  color: #999999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus,
.popup-menu ul > li.disabled > a:hover,
.popup-menu ul > li.disabled > a:focus {
  text-decoration: none;
  background: none;
  background-color: transparent;
  background-image: none;
  cursor: default;
}
.open > .dropdown-menu {
  display: block;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000000;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  border-radius: 5px 5px 5px 0;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  border-radius: 6px 0 6px 6px;
}
.dropdown .dropdown-menu .nav-header {
  padding-left: 20px;
  padding-right: 20px;
}
.typeahead {
  z-index: 1051;
  margin-top: 2px;
  border-radius: 3px;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-large {
  padding: 24px;
  border-radius: 3px;
}
.well-small {
  padding: 9px;
  border-radius: 2px;
}
.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;
}
.fade.in {
  opacity: 1;
}
.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;
}
.collapse.in {
  height: auto;
}
.close,
.btn-close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000000;
  opacity: 0.6;
}
.close:hover,
.btn-close:hover,
.close:focus,
.btn-close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 1;
}
button.close,
button.btn-close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.btn-close:before {
  content: "\00d7";
}
.btn.btn-close,
.btn.btn-close:hover,
.btn.btn-close:active,
.btn.btn-close:focus {
  width: auto;
  height: auto;
  padding: 0 4px 3px 4px;
  opacity: 1;
  background: none;
  font-size: 20px;
  line-height: 20px;
  box-shadow: none;
  text-shadow: none;
}
.btn {
  display: inline-block;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  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);
  border: 1px solid #cccccc;
  border-bottom-color: #b3b3b3;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
}
.btn:hover,
.btn:focus {
  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;
}
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn.btn-focused {
  color: #333333;
  text-decoration: none;
  background: #E6E6E6;
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.5;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-large {
  padding: 11px 19px;
  font-size: 17.5px;
  border-radius: 3px;
}
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}
.btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
  border-radius: 2px;
}
.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}
.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px;
}
.btn-mini,
.btn-mini[disabled] {
  padding: 0 6px;
  font-size: 10.5px;
  border-radius: 2px;
}
.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;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}
.btn-primary,
a.btn.btn-primary[href]:visited {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  background-image: -moz-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(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  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);
}
.btn-primary:hover,
a.btn.btn-primary[href]:visited:hover,
.btn-primary:focus,
a.btn.btn-primary[href]:visited:focus,
.btn-primary:active,
a.btn.btn-primary[href]:visited:active,
.btn-primary.active,
a.btn.btn-primary[href]:visited.active,
.btn-primary.disabled,
a.btn.btn-primary[href]:visited.disabled,
.btn-primary[disabled],
a.btn.btn-primary[href]:visited[disabled] {
  color: #ffffff;
  background-color: #0044cc;
}
.btn-warning,
a.btn.btn-warning[href]:visited {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn-warning:hover,
a.btn.btn-warning[href]:visited:hover,
.btn-warning:focus,
a.btn.btn-warning[href]:visited:focus,
.btn-warning:active,
a.btn.btn-warning[href]:visited:active,
.btn-warning.active,
a.btn.btn-warning[href]:visited.active,
.btn-warning.disabled,
a.btn.btn-warning[href]:visited.disabled,
.btn-warning[disabled],
a.btn.btn-warning[href]:visited[disabled] {
  color: #ffffff;
  background-color: #f89406;
}
.btn-danger,
a.btn.btn-danger[href]:visited {
  color: #ffffff;
  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;
  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);
}
.btn-danger:hover,
a.btn.btn-danger[href]:visited:hover,
.btn-danger:focus,
a.btn.btn-danger[href]:visited:focus,
.btn-danger:active,
a.btn.btn-danger[href]:visited:active,
.btn-danger.active,
a.btn.btn-danger[href]:visited.active,
.btn-danger.disabled,
a.btn.btn-danger[href]:visited.disabled,
.btn-danger[disabled],
a.btn.btn-danger[href]:visited[disabled] {
  color: #ffffff;
  background-color: #bd362f;
}
.btn-success,
a.btn.btn-success[href]:visited {
  color: #ffffff;
  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;
  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);
}
.btn-success:hover,
a.btn.btn-success[href]:visited:hover,
.btn-success:focus,
a.btn.btn-success[href]:visited:focus,
.btn-success:active,
a.btn.btn-success[href]:visited:active,
.btn-success.active,
a.btn.btn-success[href]:visited.active,
.btn-success.disabled,
a.btn.btn-success[href]:visited.disabled,
.btn-success[disabled],
a.btn.btn-success[href]:visited[disabled] {
  color: #ffffff;
  background-color: #51a351;
}
.btn-info,
a.btn.btn-info[href]:visited {
  color: #ffffff;
  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;
  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);
}
.btn-info:hover,
a.btn.btn-info[href]:visited:hover,
.btn-info:focus,
a.btn.btn-info[href]:visited:focus,
.btn-info:active,
a.btn.btn-info[href]:visited:active,
.btn-info.active,
a.btn.btn-info[href]:visited.active,
.btn-info.disabled,
a.btn.btn-info[href]:visited.disabled,
.btn-info[disabled],
a.btn.btn-info[href]:visited[disabled] {
  color: #ffffff;
  background-color: #2f96b4;
}
.btn-inverse,
a.btn.btn-inverse[href]:visited {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: -moz-linear-gradient(top, #444444, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
  background-image: -webkit-linear-gradient(top, #444444, #222222);
  background-image: -o-linear-gradient(top, #444444, #222222);
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn-inverse:hover,
a.btn.btn-inverse[href]:visited:hover,
.btn-inverse:focus,
a.btn.btn-inverse[href]:visited:focus,
.btn-inverse:active,
a.btn.btn-inverse[href]:visited:active,
.btn-inverse.active,
a.btn.btn-inverse[href]:visited.active,
.btn-inverse.disabled,
a.btn.btn-inverse[href]:visited.disabled,
.btn-inverse[disabled],
a.btn.btn-inverse[href]:visited[disabled] {
  color: #ffffff;
  background-color: #222222;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
.btn-link.disabled {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #0088cc;
  border-radius: 0;
}
.btn-link:hover,
.btn-link:focus {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
.btn-link[disabled]:focus .btn-link.disabled:hover,
.btn-link.disabled:focus {
  color: #333333;
  text-decoration: none;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}
.btn-group {
  position: relative;
  display: inline-block;
  font-size: 0;
  vertical-align: middle;
  white-space: nowrap;
}
.btn-group + .btn-group {
  margin-left: 5px;
}
.btn-toolbar {
  font-size: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group {
  margin-left: 5px;
}
.btn-group > .btn {
  position: relative;
  border-radius: 0;
}
.btn-group > .btn + .btn {
  margin-left: -1px;
}
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 14px;
}
.btn-group > .btn-mini {
  font-size: 10.5px;
}
.btn-group > .btn-small {
  font-size: 11.9px;
}
.btn-group > .btn-large {
  font-size: 17.5px;
}
.btn-group > .btn:first-child {
  margin-left: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.btn-group > .btn.large:first-child {
  margin-left: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-group > .btn-mini + .dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
}
.btn-group > .btn-large + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #0044cc;
}
.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406;
}
.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}
.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}
.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}
.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222222;
}
.btn .caret {
  margin-top: 8px;
  margin-left: 0;
}
.btn-large .caret {
  margin-top: 6px;
}
.btn-large .caret {
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-width: 5px;
}
.btn-mini .caret,
.btn-small .caret {
  margin-top: 8px;
}
.dropup .btn-large .caret {
  border-bottom-width: 5px;
}
.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.btn-group-vertical {
  display: inline-block;
}
.btn-group-vertical > .btn {
  display: block;
  float: none;
  max-width: 100%;
  border-radius: 0;
}
.btn-group-vertical > .btn + .btn {
  margin-left: 0;
  margin-top: -1px;
}
.btn-group-vertical > .btn:first-child {
  border-radius: 3px 3px 0 0;
}
.btn-group-vertical > .btn:last-child {
  border-radius: 0 0 3px 3px;
}
.btn-group-vertical > .btn-large:first-child {
  border-radius: 3px 3px 0 0;
}
.btn-group-vertical > .btn-large:last-child {
  border-radius: 0 0 3px 3px;
}
.alert {
  padding: 8px 14px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  border-radius: 3px;
}
.alert,
.alert h4 {
  color: #c09853;
}
.alert h4 {
  margin: 0;
}
.alert .close {
  position: relative;
  top: -2px;
  right: 0;
  float: right;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  color: #000;
  opacity: .6;
  background: none;
  border: none;
  box-shadow: none;
  padding: 0;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-success h4 {
  color: #468847;
}
.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alert-danger h4,
.alert-error h4 {
  color: #b94a48;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-info h4 {
  color: #3a87ad;
}
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul,
.alert > p:last-child {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}
.nav {
  margin-left: 0;
  margin-bottom: 20px;
  list-style: none;
}
.nav > li > a {
  display: block;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li > a > img {
  max-width: none;
}
.nav > .pull-right {
  float: right;
}
.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  color: #999999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}
.nav li + .nav-header {
  margin-top: 9px;
}
.nav-list {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}
.nav-list > li > a,
.nav-list .nav-header {
  margin-left: -15px;
  margin-right: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.nav-list > li > a {
  padding: 8px 15px;
}
.nav-list-condensed > li > a {
  padding: 5px 12px;
}
.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #0088cc;
}
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  margin-right: 2px;
}
.nav-list .divider {
  height: 1px;
  margin: 9px 1px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}
.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
  display: table;
  content: "";
  line-height: 0;
}
.nav-tabs:after,
.nav-pills:after {
  clear: both;
}
.nav-tabs > li,
.nav-pills > li {
  float: left;
}
.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 20px;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li.hover,
.nav-pills > li.hover:hover {
  background: none;
}
.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  border-radius: 5px;
}
.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
  color: #ffffff;
  background-color: #0088cc;
}
.nav-pills-dark > li > a {
  color: white;
}
.nav-pills-dark > .active > a,
.nav-pills-dark > .active > a:hover,
.nav-pills-dark > li > a:hover,
.nav-pills-dark > .active > a:focus {
  background-color: #000;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li > a {
  margin-right: 0;
}
.nav-tabs.nav-stacked {
  border-bottom: 0;
}
.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  border-radius: 0;
}
.nav-tabs.nav-stacked > li:first-child > a {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.nav-tabs.nav-stacked > li:last-child > a {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.nav-tabs.nav-stacked > li > a:hover,
.nav-tabs.nav-stacked > li > a:focus {
  border-color: #ddd;
  z-index: 2;
}
.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}
.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}
.nav-tabs .dropdown-menu {
  border-radius: 0 0 6px 6px;
}
.nav-pills .dropdown-menu {
  border-radius: 6px;
}
.nav .dropdown-toggle .caret {
  border-top-color: #0088cc;
  border-bottom-color: #0088cc;
  margin-top: 6px;
}
.nav .dropdown-toggle:hover .caret,
.nav .dropdown-toggle:focus .caret {
  border-top-color: #005580;
  border-bottom-color: #005580;
}
/* move down carets for tabs */
.nav-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}
.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}
.nav > .dropdown.active > a:hover,
.nav > .dropdown.active > a:focus {
  cursor: pointer;
}
.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover,
.nav > li.dropdown.open.active > a:focus {
  color: #ffffff;
  background-color: #999999;
  border-color: #999999;
}
.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret,
.nav li.dropdown.open a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 1;
}
.tabs-stacked .open > a:hover,
.tabs-stacked .open > a:focus {
  border-color: #999999;
}
.tabbable:before,
.tabbable:after {
  display: table;
  content: "";
  line-height: 0;
}
.tabbable:after {
  clear: both;
}
.tab-content {
  overflow: auto;
}
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a {
  border-radius: 0 0 4px 4px;
}
.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-bottom-color: transparent;
  border-top-color: #ddd;
}
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}
.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  border-radius: 4px 0 0 4px;
}
.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
}
.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}
.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  border-radius: 0 4px 4px 0;
}
.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}
.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
}
.nav > .disabled > a {
  color: #999999;
}
.nav > .disabled > a:hover,
.nav > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  cursor: default;
}
.breadcrumb {
  padding: 8px 15px;
  margin: 0 0 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 3px;
}
.breadcrumb > li {
  display: inline-block;
  text-shadow: 0 1px 0 #ffffff;
}
.breadcrumb > li > .divider {
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #999999;
}
.pagination {
  margin: 20px 0;
}
.pagination ul {
  display: inline-block;
  margin-left: 0;
  margin-bottom: 0;
  border-radius: 3px;
  -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);
}
.pagination ul > li {
  display: inline;
}
.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left-width: 0;
}
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5;
}
.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999999;
  cursor: default;
}
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  color: #999999;
  background-color: transparent;
  cursor: default;
}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pagination-centered {
  text-align: center;
}
.pagination-right {
  text-align: right;
}
.pagination-large ul > li > a,
.pagination-large ul > li > span {
  padding: 11px 19px;
  font-size: 17.5px;
}
.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pagination-mini ul > li:first-child > a,
.pagination-small ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > span {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.pagination-mini ul > li:last-child > a,
.pagination-small ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > span {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.pagination-small ul > li > a,
.pagination-small ul > li > span {
  padding: 2px 10px;
  font-size: 11.9px;
}
.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: 0 6px;
  font-size: 10.5px;
}
.pager {
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager:before,
.pager:after {
  display: table;
  content: "";
  line-height: 0;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  background-color: #fff;
  cursor: default;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
}
.modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: auto;
  max-width: 1024px;
  margin-left: -512px;
  background-color: #ffffff;
  border: 1px solid #b2b2b2;
  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);
  background-clip: padding-box;
  outline: none;
}
.modal.fade {
  -webkit-transition: opacity .3s linear, top .3s ease-out;
  -moz-transition: opacity .3s linear, top .3s ease-out;
  -o-transition: opacity .3s linear, top .3s ease-out;
  transition: opacity .3s linear, top .3s ease-out;
  top: -25%;
}
.modal.fade.in {
  top: 10%;
}
.modal-scrollable .modal {
  border: 1px solid #000000;
}
.modal-alert {
  width: 560px;
}
.modal.modal-alert {
  margin-left: -280px;
}
.modal-scrollable {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto;
}
.modal-scrollable .modal {
  position: absolute;
  top: 45%;
}
.modal-scrollable .modal.fade {
  -webkit-transition: opacity .3s linear, top .3s ease-out;
  -moz-transition: opacity .3s linear, top .3s ease-out;
  -o-transition: opacity .3s linear, top .3s ease-out;
  transition: opacity .3s linear, top .3s ease-out;
  top: -25%;
}
.modal-scrollable .modal.fade.in {
  top: 45%;
}
.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-header .btn-close {
  margin-top: -2px;
}
.modal-header h3 {
  margin: 0;
  line-height: 30px;
}
.modal-overflow.modal {
  top: 10px;
}
.modal-overflow.modal.fade {
  top: -100%;
}
.modal-overflow.modal.fade.in {
  top: 10px;
}
.modal-body {
  position: relative;
  overflow-y: auto;
  max-height: 400px;
  padding: 15px;
}
.modal-form {
  margin-bottom: 0;
}
.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
}
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.label,
.badge {
  display: inline-block;
  padding: 2px 4px;
  font-size: 11px;
  font-weight: bold;
  line-height: 14px;
  color: #ffffff;
  vertical-align: baseline;
  white-space: nowrap;
  background-color: #999999;
}
.label {
  border-radius: 3px;
}
.badge {
  padding-left: 9px;
  padding-right: 9px;
  border-radius: 9px;
}
.label:empty,
.badge:empty {
  display: none;
}
a.label:hover,
a.label:focus,
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label-important,
.badge-important {
  background-color: #b94a48;
}
.label-important[href],
.badge-important[href] {
  background-color: #953b39;
}
.label-warning,
.badge-warning {
  background-color: #f89406;
}
.label-warning[href],
.badge-warning[href] {
  background-color: #c67605;
}
.label-success,
.badge-success {
  background-color: #468847;
}
.label-success[href],
.badge-success[href] {
  background-color: #356635;
}
.label-info,
.badge-info {
  background-color: #3a87ad;
}
.label-info[href],
.badge-info[href] {
  background-color: #2d6987;
}
.label-inverse,
.badge-inverse {
  background-color: #333333;
}
.label-inverse[href],
.badge-inverse[href] {
  background-color: #1a1a1a;
}
.btn .label,
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-mini .label,
.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;
  }
}
.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;
  -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);
  border-radius: 3px;
}
.progress .bar {
  width: 0%;
  height: 100%;
  color: #ffffff;
  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;
  -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;
}
.progress .bar + .bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
  -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
  box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
}
.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;
}
.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;
}
.progress-danger .bar,
.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;
}
.progress-danger.progress-striped .bar,
.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);
}
.progress-success .bar,
.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;
}
.progress-success.progress-striped .bar,
.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);
}
.progress-info .bar,
.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;
}
.progress-info.progress-striped .bar,
.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);
}
.progress-warning .bar,
.progress .bar-warning {
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
}
.progress-warning.progress-striped .bar,
.progress-striped .bar-warning {
  background-color: #fbb450;
  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);
}
.accordion {
  margin-bottom: 20px;
}
.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
}
.accordion-heading {
  border-bottom: 0;
}
.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}
.accordion-toggle {
  cursor: pointer;
}
.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}
.carousel {
  position: relative;
  margin-bottom: 20px;
  line-height: 1;
}
.carousel-inner {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.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;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 40%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  background: #222222;
  border: 3px solid #ffffff;
  border-radius: 23px;
  opacity: 0.5;
}
.carousel-control.right {
  left: auto;
  right: 15px;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
}
.carousel-indicators {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 5;
  margin: 0;
  list-style: none;
}
.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;
}
.carousel-indicators .active {
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  background: #333333;
  background: rgba(0, 0, 0, 0.75);
}
.carousel-caption h4,
.carousel-caption p {
  color: #ffffff;
  line-height: 20px;
}
.carousel-caption h4 {
  margin: 0 0 5px;
}
.carousel-caption p {
  margin-bottom: 0;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
.affix {
  position: fixed;
}
.selectize-control {
  position: relative;
}
.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #333333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  -webkit-font-smoothing: inherit;
}
.selectize-input,
.selectize-control.single .selectize-input.focus {
  background: #ffffff;
  cursor: text;
  display: inline-block;
}
.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 4px 6px 4px 6px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.selectize-control.multi .selectize-input.has-items {
  padding: 2px 6px 0 6px;
}
.selectize-input.full {
  background-color: #ffffff;
}
.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default;
}
.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}
.selectize-input.dropdown-active {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.selectize-input > * {
  vertical-align: middle;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
}
.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 1px 3px 3px 0;
  padding: 0 5px;
  background: #e6e6e6;
  color: #333333;
  border: 1px solid #cccccc;
}
.selectize-control.multi .selectize-input > div.active {
  background: #0088cc;
  color: #ffffff;
  border: 1px solid #0077b3;
}
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #474747;
  background: #fafafa;
  border: 1px solid #e0e0e0;
}
.selectize-input > input[type="text"],
.selectize-input > input[type="text"]:focus {
  padding: 0;
  min-height: 0;
  max-height: none;
  max-width: 100%;
  height: 19px;
  margin: 0;
  text-indent: 0;
  border: 0 none;
  background: none;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.selectize-input > input[type="text"]:focus,
.selectize-input > input[type="text"]:focus:focus {
  outline: none;
}
.selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}
.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #e5e5e5;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}
.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #ffffff;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(255, 237, 40, 0.4);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 3px 6px;
}
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}
.selectize-dropdown .optgroup-header {
  color: #999999;
  background: #ffffff;
  cursor: default;
}
.selectize-dropdown .active {
  background-color: #0088cc;
  color: #ffffff;
}
.selectize-dropdown .active.create {
  color: #ffffff;
}
.selectize-dropdown .create {
  color: rgba(51, 51, 51, 0.5);
}
.selectize-dropdown .selectize-dropdown-bottom {
  margin: -1px 0 0 0;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.selectize-dropdown .selectize-dropdown-top {
  margin: 0 0 -1px 0;
}
.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
}
.slick-cell .selectize-control.single .selectize-input:after,
.slick-cell .selectize-control.openonclick .selectize-input:after {
  top: 2px;
}
.selectize-control.single .selectize-input,
.selectize-control.openonclick .selectize-input,
.selectize-control.single .selectize-input input,
.selectize-control.openonclick .selectize-input input {
  cursor: pointer;
}
.selectize-control.single .selectize-input.focus,
.selectize-control.openonclick .selectize-input.focus,
.selectize-control.single .selectize-input.focus input,
.selectize-control.openonclick .selectize-input.focus input {
  cursor: text;
}
.selectize-control.single .selectize-input:after,
.selectize-control.openonclick .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 3px;
  right: 1px;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='17' viewBox='0 0 20 20' width='17' xmlns='http://www.w3.org/2000/svg'><path d='M6.19141 7.91675L4.94141 9.16675L10 14.2253L15.0586 9.16675L13.8086 7.91675L10 11.7253L6.19141 7.91675Z'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 2px;
  width: 18px;
  height: 18px;
  /*border-style: solid;
		border-width: @selectize-arrow-size @selectize-arrow-size 0 @selectize-arrow-size;
		border-color: @selectize-arrow-color transparent transparent transparent;*/
}
.selectize-control.single .selectize-input.dropdown-active:after,
.selectize-control.openonclick .selectize-input.dropdown-active:after {
  /*margin-top: @selectize-arrow-size * -0.8;
		border-width: 0 @selectize-arrow-size @selectize-arrow-size @selectize-arrow-size;
		border-color: transparent transparent @selectize-arrow-color transparent;*/
}
.selectize-control .selectize-input.disabled {
  opacity: 1;
  background-color: #ffffff;
}
/**
 * selectize.bootstrap.css (v@@version) - Bootstrap Theme
 * Copyright (c) 2013 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
/*@import "selectize";*/
.selectize-dropdown {
  margin: 2px 0 0 0;
  z-index: 1000;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  -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);
}
.selectize-dropdown .optgroup-header {
  font-size: 11px;
  font-weight: bold;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}
.selectize-dropdown .optgroup:first-child:before {
  display: none;
}
.selectize-dropdown .optgroup:before {
  content: ' ';
  display: block;
  height: 1px;
  margin: 9px 1px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
  margin-left: -6px;
  margin-right: -6px;
}
.selectize-dropdown [data-selectable].active {
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
}
.selectize-dropdown-content {
  padding: 0;
}
.selectize-dropdown-header {
  padding: 6px 6px;
}
.selectize-input {
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
}
.selectize-input.dropdown-active {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.selectize-input.dropdown-active::before {
  display: none;
}
.selectize-input.focus,
.selectize-input.focus:hover {
  background: #ffffff;
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}
.selectize-control.single .selectize-input {
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.selectize-control.single .selectize-input: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;
}
.selectize-control.single .selectize-input.disabled {
  background: #e6e6e6;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.selectize-control.multi .selectize-input {
  -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);
}
.selectize-control.multi .selectize-input.has-items {
  padding-left: 3px;
  padding-right: 3px;
}
.selectize-control.multi .selectize-input.disabled {
  background: #e6e6e6;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.selectize-control.multi .selectize-input > div {
  color: #333333;
  text-shadow: none;
  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);
  border: 1px solid #cccccc;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.selectize-control.multi .selectize-input > div.active {
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
  box-shadow: 0 1px 2px rgba(0,0,0,.05);
  color: #ffffff;
  text-shadow: none;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  border-color: #0077b3 #0077b3 #004466;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border: 1px solid #0088cc;
}
.selectize-control.plugin-remove_button .item[data-value] {
  position: relative;
  padding-right: 24px !important;
}
.selectize-control.plugin-remove_button .item[data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 1px 0 0 0;
  border-left: 1px solid #cccccc;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}
.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #0077b3;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #e0e0e0;
}
.selectize-control.single .item[data-value] {
  position: static !important;
  padding-right: 0 !important;
}
.selectize-control.single .item[data-value] .remove {
  background: #fff !important;
  width: 23px !important;
  line-height: 23px !important;
}
/*!
 * Font Awesome Pro 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
/*@fa-font-path:        "../webfonts";*/
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url('img/font/fa-regular-400.eot?v=5.15.3');
  src: url('img/font/fa-regular-400.eot?&v=5.15.3#iefix') format('embedded-opentype'), url('img/font/fa-regular-400.woff2?v=5.15.3') format('woff2'), url('img/font/fa-regular-400.woff?v=5.15.3') format('woff'), url('img/font/fa-regular-400.ttf?v=5.15.3') format('truetype'), url('img/font/fa-regular-400.svg?v=5.15.3#fontawesome') format('svg');
}
.far,
[class^="icon-"],
[class*=" icon-"],
.icon {
  font-family: 'Font Awesome 5 Pro', Sans-Serif;
  font-weight: 400;
}
/*!
 * Font Awesome Pro 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url('img/font/fa-brands-400.eot?v=5.15.3');
  src: url('img/font/fa-brands-400.eot?v=5.15.3#iefix') format('embedded-opentype'), url('img/font/fa-brands-400.woff2?v=5.15.3') format('woff2'), url('img/font/fa-brands-400.woff?v=5.15.3') format('woff'), url('img/font/fa-brands-400.ttf?v=5.15.3') format('truetype'), url('img/font/fa-brands-400.svg?v=5.15.3#fontawesome') format('svg');
}
.fab,
.iconbrands {
  font-family: 'Font Awesome 5 Brands';
}
/*!
 * Font Awesome Pro 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 300;
  font-display: auto;
  src: url('img/font/fa-light-300.eot?v=5.15.3');
  src: url('img/font/fa-light-300.eot?v=5.15.3#iefix') format('embedded-opentype'), url('img/font/fa-light-300.woff2?v=5.15.3') format('woff2'), url('img/font/fa-light-300.woff?v=5.15.3') format('woff'), url('img/font/fa-light-300.ttf?v=5.15.3') format('truetype'), url('img/font/fa-light-300.svg?v=5.15.3#fontawesome') format('svg');
}
.iconlight {
  font-family: 'Font Awesome 5 Pro', Sans-Serif;
  font-weight: 300;
}
/*!
 * Font Awesome Pro 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: 'Font Awesome 5 Duotone';
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url('img/font/fa-duotone-900.eot?v=5.15.3');
  src: url('img/font/fa-duotone-900.eot?v=5.15.3#iefix') format('embedded-opentype'), url('img/font/fa-duotone-900.woff2?v=5.15.3') format('woff2'), url('img/font/fa-duotone-900.woff?v=5.15.3') format('woff'), url('img/font/fa-duotone-900.ttf?v=5.15.3') format('truetype'), url('img/font/fa-duotone-900.svg?v=5.15.3#fontawesome') format('svg');
}
.iconduotone {
  position: relative;
  font-family: 'Font Awesome 5 Duotone';
  font-weight: 900;
}
.iconduotone:before {
  position: absolute;
  color: var(--icon-primary-color, inherit);
  opacity: 1;
  opacity: var(--icon-primary-opacity, 1);
}
.iconduotone:after {
  color: var(--icon-secondary-color, inherit);
  opacity: 0.4;
  opacity: var(--icon-secondary-opacity, 0.4);
}
.icon-swap-opacity .iconduotone:before,
.iconduotone.icon-swap-opacity:before {
  opacity: 0.4;
  opacity: var(--icon-secondary-opacity, 0.4);
}
.icon-swap-opacity .iconduotone:after,
.iconduotone.icon-swap-opacity:after {
  opacity: 1;
  opacity: var(--icon-primary-opacity, 1);
}
.iconduotone.icon-inverse {
  color: #ffffff;
}
.iconduotone.icon-stack-1x,
.iconduotone.icon-stack-2x {
  position: absolute;
}
.iconduotone.icon-stack-1x:before,
.iconduotone.icon-stack-2x:before,
.iconduotone.icon-fw:before {
  left: 50%;
  transform: translateX(-50%);
}
.iconduotone.icon-abacus:after {
  content: "\10f640";
}
.iconduotone.icon-acorn:after {
  content: "\10f6ae";
}
.iconduotone.icon-ad:after {
  content: "\10f641";
}
.iconduotone.icon-address-book:after {
  content: "\10f2b9";
}
.iconduotone.icon-address-card:after {
  content: "\10f2bb";
}
.iconduotone.icon-adjust:after {
  content: "\10f042";
}
.iconduotone.icon-air-conditioner:after {
  content: "\10f8f4";
}
.iconduotone.icon-air-freshener:after {
  content: "\10f5d0";
}
.iconduotone.icon-alarm-clock:after {
  content: "\10f34e";
}
.iconduotone.icon-alarm-exclamation:after {
  content: "\10f843";
}
.iconduotone.icon-alarm-plus:after {
  content: "\10f844";
}
.iconduotone.icon-alarm-snooze:after {
  content: "\10f845";
}
.iconduotone.icon-album:after {
  content: "\10f89f";
}
.iconduotone.icon-album-collection:after {
  content: "\10f8a0";
}
.iconduotone.icon-alicorn:after {
  content: "\10f6b0";
}
.iconduotone.icon-alien:after {
  content: "\10f8f5";
}
.iconduotone.icon-alien-monster:after {
  content: "\10f8f6";
}
.iconduotone.icon-align-center:after {
  content: "\10f037";
}
.iconduotone.icon-align-justify:after {
  content: "\10f039";
}
.iconduotone.icon-align-left:after {
  content: "\10f036";
}
.iconduotone.icon-align-right:after {
  content: "\10f038";
}
.iconduotone.icon-align-slash:after {
  content: "\10f846";
}
.iconduotone.icon-allergies:after {
  content: "\10f461";
}
.iconduotone.icon-ambulance:after {
  content: "\10f0f9";
}
.iconduotone.icon-american-sign-language-interpreting:after {
  content: "\10f2a3";
}
.iconduotone.icon-amp-guitar:after {
  content: "\10f8a1";
}
.iconduotone.icon-analytics:after {
  content: "\10f643";
}
.iconduotone.icon-anchor:after {
  content: "\10f13d";
}
.iconduotone.icon-angel:after {
  content: "\10f779";
}
.iconduotone.icon-angle-double-down:after {
  content: "\10f103";
}
.iconduotone.icon-angle-double-left:after {
  content: "\10f100";
}
.iconduotone.icon-angle-double-right:after {
  content: "\10f101";
}
.iconduotone.icon-angle-double-up:after {
  content: "\10f102";
}
.iconduotone.icon-angle-down:after {
  content: "\10f107";
}
.iconduotone.icon-angle-left:after {
  content: "\10f104";
}
.iconduotone.icon-angle-right:after {
  content: "\10f105";
}
.iconduotone.icon-angle-up:after {
  content: "\10f106";
}
.iconduotone.icon-angry:after {
  content: "\10f556";
}
.iconduotone.icon-ankh:after {
  content: "\10f644";
}
.iconduotone.icon-apple-alt:after {
  content: "\10f5d1";
}
.iconduotone.icon-apple-crate:after {
  content: "\10f6b1";
}
.iconduotone.icon-archive:after {
  content: "\10f187";
}
.iconduotone.icon-archway:after {
  content: "\10f557";
}
.iconduotone.icon-arrow-alt-circle-down:after {
  content: "\10f358";
}
.iconduotone.icon-arrow-alt-circle-left:after {
  content: "\10f359";
}
.iconduotone.icon-arrow-alt-circle-right:after {
  content: "\10f35a";
}
.iconduotone.icon-arrow-alt-circle-up:after {
  content: "\10f35b";
}
.iconduotone.icon-arrow-alt-down:after {
  content: "\10f354";
}
.iconduotone.icon-arrow-alt-from-bottom:after {
  content: "\10f346";
}
.iconduotone.icon-arrow-alt-from-left:after {
  content: "\10f347";
}
.iconduotone.icon-arrow-alt-from-right:after {
  content: "\10f348";
}
.iconduotone.icon-arrow-alt-from-top:after {
  content: "\10f349";
}
.iconduotone.icon-arrow-alt-left:after {
  content: "\10f355";
}
.iconduotone.icon-arrow-alt-right:after {
  content: "\10f356";
}
.iconduotone.icon-arrow-alt-square-down:after {
  content: "\10f350";
}
.iconduotone.icon-arrow-alt-square-left:after {
  content: "\10f351";
}
.iconduotone.icon-arrow-alt-square-right:after {
  content: "\10f352";
}
.iconduotone.icon-arrow-alt-square-up:after {
  content: "\10f353";
}
.iconduotone.icon-arrow-alt-to-bottom:after {
  content: "\10f34a";
}
.iconduotone.icon-arrow-alt-to-left:after {
  content: "\10f34b";
}
.iconduotone.icon-arrow-alt-to-right:after {
  content: "\10f34c";
}
.iconduotone.icon-arrow-alt-to-top:after {
  content: "\10f34d";
}
.iconduotone.icon-arrow-alt-up:after {
  content: "\10f357";
}
.iconduotone.icon-arrow-circle-down:after {
  content: "\10f0ab";
}
.iconduotone.icon-arrow-circle-left:after {
  content: "\10f0a8";
}
.iconduotone.icon-arrow-circle-right:after {
  content: "\10f0a9";
}
.iconduotone.icon-arrow-circle-up:after {
  content: "\10f0aa";
}
.iconduotone.icon-arrow-down:after {
  content: "\10f063";
}
.iconduotone.icon-arrow-from-bottom:after {
  content: "\10f342";
}
.iconduotone.icon-arrow-from-left:after {
  content: "\10f343";
}
.iconduotone.icon-arrow-from-right:after {
  content: "\10f344";
}
.iconduotone.icon-arrow-from-top:after {
  content: "\10f345";
}
.iconduotone.icon-arrow-left:after {
  content: "\10f060";
}
.iconduotone.icon-arrow-right:after {
  content: "\10f061";
}
.iconduotone.icon-arrow-square-down:after {
  content: "\10f339";
}
.iconduotone.icon-arrow-square-left:after {
  content: "\10f33a";
}
.iconduotone.icon-arrow-square-right:after {
  content: "\10f33b";
}
.iconduotone.icon-arrow-square-up:after {
  content: "\10f33c";
}
.iconduotone.icon-arrow-to-bottom:after {
  content: "\10f33d";
}
.iconduotone.icon-arrow-to-left:after {
  content: "\10f33e";
}
.iconduotone.icon-arrow-to-right:after {
  content: "\10f340";
}
.iconduotone.icon-arrow-to-top:after {
  content: "\10f341";
}
.iconduotone.icon-arrow-up:after {
  content: "\10f062";
}
.iconduotone.icon-arrows:after {
  content: "\10f047";
}
.iconduotone.icon-arrows-alt:after {
  content: "\10f0b2";
}
.iconduotone.icon-arrows-alt-h:after {
  content: "\10f337";
}
.iconduotone.icon-arrows-alt-v:after {
  content: "\10f338";
}
.iconduotone.icon-arrows-h:after {
  content: "\10f07e";
}
.iconduotone.icon-arrows-v:after {
  content: "\10f07d";
}
.iconduotone.icon-assistive-listening-systems:after {
  content: "\10f2a2";
}
.iconduotone.icon-asterisk:after {
  content: "\10f069";
}
.iconduotone.icon-at:after {
  content: "\10f1fa";
}
.iconduotone.icon-atlas:after {
  content: "\10f558";
}
.iconduotone.icon-atom:after {
  content: "\10f5d2";
}
.iconduotone.icon-atom-alt:after {
  content: "\10f5d3";
}
.iconduotone.icon-audio-description:after {
  content: "\10f29e";
}
.iconduotone.icon-award:after {
  content: "\10f559";
}
.iconduotone.icon-axe:after {
  content: "\10f6b2";
}
.iconduotone.icon-axe-battle:after {
  content: "\10f6b3";
}
.iconduotone.icon-baby:after {
  content: "\10f77c";
}
.iconduotone.icon-baby-carriage:after {
  content: "\10f77d";
}
.iconduotone.icon-backpack:after {
  content: "\10f5d4";
}
.iconduotone.icon-backspace:after {
  content: "\10f55a";
}
.iconduotone.icon-backward:after {
  content: "\10f04a";
}
.iconduotone.icon-bacon:after {
  content: "\10f7e5";
}
.iconduotone.icon-bacteria:after {
  content: "\10e059";
}
.iconduotone.icon-bacterium:after {
  content: "\10e05a";
}
.iconduotone.icon-badge:after {
  content: "\10f335";
}
.iconduotone.icon-badge-check:after {
  content: "\10f336";
}
.iconduotone.icon-badge-dollar:after {
  content: "\10f645";
}
.iconduotone.icon-badge-percent:after {
  content: "\10f646";
}
.iconduotone.icon-badge-sheriff:after {
  content: "\10f8a2";
}
.iconduotone.icon-badger-honey:after {
  content: "\10f6b4";
}
.iconduotone.icon-bags-shopping:after {
  content: "\10f847";
}
.iconduotone.icon-bahai:after {
  content: "\10f666";
}
.iconduotone.icon-balance-scale:after {
  content: "\10f24e";
}
.iconduotone.icon-balance-scale-left:after {
  content: "\10f515";
}
.iconduotone.icon-balance-scale-right:after {
  content: "\10f516";
}
.iconduotone.icon-ball-pile:after {
  content: "\10f77e";
}
.iconduotone.icon-ballot:after {
  content: "\10f732";
}
.iconduotone.icon-ballot-check:after {
  content: "\10f733";
}
.iconduotone.icon-ban:after {
  content: "\10f05e";
}
.iconduotone.icon-band-aid:after {
  content: "\10f462";
}
.iconduotone.icon-banjo:after {
  content: "\10f8a3";
}
.iconduotone.icon-barcode:after {
  content: "\10f02a";
}
.iconduotone.icon-barcode-alt:after {
  content: "\10f463";
}
.iconduotone.icon-barcode-read:after {
  content: "\10f464";
}
.iconduotone.icon-barcode-scan:after {
  content: "\10f465";
}
.iconduotone.icon-bars:after {
  content: "\10f0c9";
}
.iconduotone.icon-baseball:after {
  content: "\10f432";
}
.iconduotone.icon-baseball-ball:after {
  content: "\10f433";
}
.iconduotone.icon-basketball-ball:after {
  content: "\10f434";
}
.iconduotone.icon-basketball-hoop:after {
  content: "\10f435";
}
.iconduotone.icon-bat:after {
  content: "\10f6b5";
}
.iconduotone.icon-bath:after {
  content: "\10f2cd";
}
.iconduotone.icon-battery-bolt:after {
  content: "\10f376";
}
.iconduotone.icon-battery-empty:after {
  content: "\10f244";
}
.iconduotone.icon-battery-full:after {
  content: "\10f240";
}
.iconduotone.icon-battery-half:after {
  content: "\10f242";
}
.iconduotone.icon-battery-quarter:after {
  content: "\10f243";
}
.iconduotone.icon-battery-slash:after {
  content: "\10f377";
}
.iconduotone.icon-battery-three-quarters:after {
  content: "\10f241";
}
.iconduotone.icon-bed:after {
  content: "\10f236";
}
.iconduotone.icon-bed-alt:after {
  content: "\10f8f7";
}
.iconduotone.icon-bed-bunk:after {
  content: "\10f8f8";
}
.iconduotone.icon-bed-empty:after {
  content: "\10f8f9";
}
.iconduotone.icon-beer:after {
  content: "\10f0fc";
}
.iconduotone.icon-bell:after {
  content: "\10f0f3";
}
.iconduotone.icon-bell-exclamation:after {
  content: "\10f848";
}
.iconduotone.icon-bell-on:after {
  content: "\10f8fa";
}
.iconduotone.icon-bell-plus:after {
  content: "\10f849";
}
.iconduotone.icon-bell-school:after {
  content: "\10f5d5";
}
.iconduotone.icon-bell-school-slash:after {
  content: "\10f5d6";
}
.iconduotone.icon-bell-slash:after {
  content: "\10f1f6";
}
.iconduotone.icon-bells:after {
  content: "\10f77f";
}
.iconduotone.icon-betamax:after {
  content: "\10f8a4";
}
.iconduotone.icon-bezier-curve:after {
  content: "\10f55b";
}
.iconduotone.icon-bible:after {
  content: "\10f647";
}
.iconduotone.icon-bicycle:after {
  content: "\10f206";
}
.iconduotone.icon-biking:after {
  content: "\10f84a";
}
.iconduotone.icon-biking-mountain:after {
  content: "\10f84b";
}
.iconduotone.icon-binoculars:after {
  content: "\10f1e5";
}
.iconduotone.icon-biohazard:after {
  content: "\10f780";
}
.iconduotone.icon-birthday-cake:after {
  content: "\10f1fd";
}
.iconduotone.icon-blanket:after {
  content: "\10f498";
}
.iconduotone.icon-blender:after {
  content: "\10f517";
}
.iconduotone.icon-blender-phone:after {
  content: "\10f6b6";
}
.iconduotone.icon-blind:after {
  content: "\10f29d";
}
.iconduotone.icon-blinds:after {
  content: "\10f8fb";
}
.iconduotone.icon-blinds-open:after {
  content: "\10f8fc";
}
.iconduotone.icon-blinds-raised:after {
  content: "\10f8fd";
}
.iconduotone.icon-blog:after {
  content: "\10f781";
}
.iconduotone.icon-bold:after {
  content: "\10f032";
}
.iconduotone.icon-bolt:after {
  content: "\10f0e7";
}
.iconduotone.icon-bomb:after {
  content: "\10f1e2";
}
.iconduotone.icon-bone:after {
  content: "\10f5d7";
}
.iconduotone.icon-bone-break:after {
  content: "\10f5d8";
}
.iconduotone.icon-bong:after {
  content: "\10f55c";
}
.iconduotone.icon-book:after {
  content: "\10f02d";
}
.iconduotone.icon-book-alt:after {
  content: "\10f5d9";
}
.iconduotone.icon-book-dead:after {
  content: "\10f6b7";
}
.iconduotone.icon-book-heart:after {
  content: "\10f499";
}
.iconduotone.icon-book-medical:after {
  content: "\10f7e6";
}
.iconduotone.icon-book-open:after {
  content: "\10f518";
}
.iconduotone.icon-book-reader:after {
  content: "\10f5da";
}
.iconduotone.icon-book-spells:after {
  content: "\10f6b8";
}
.iconduotone.icon-book-user:after {
  content: "\10f7e7";
}
.iconduotone.icon-bookmark:after {
  content: "\10f02e";
}
.iconduotone.icon-books:after {
  content: "\10f5db";
}
.iconduotone.icon-books-medical:after {
  content: "\10f7e8";
}
.iconduotone.icon-boombox:after {
  content: "\10f8a5";
}
.iconduotone.icon-boot:after {
  content: "\10f782";
}
.iconduotone.icon-booth-curtain:after {
  content: "\10f734";
}
.iconduotone.icon-border-all:after {
  content: "\10f84c";
}
.iconduotone.icon-border-bottom:after {
  content: "\10f84d";
}
.iconduotone.icon-border-center-h:after {
  content: "\10f89c";
}
.iconduotone.icon-border-center-v:after {
  content: "\10f89d";
}
.iconduotone.icon-border-inner:after {
  content: "\10f84e";
}
.iconduotone.icon-border-left:after {
  content: "\10f84f";
}
.iconduotone.icon-border-none:after {
  content: "\10f850";
}
.iconduotone.icon-border-outer:after {
  content: "\10f851";
}
.iconduotone.icon-border-right:after {
  content: "\10f852";
}
.iconduotone.icon-border-style:after {
  content: "\10f853";
}
.iconduotone.icon-border-style-alt:after {
  content: "\10f854";
}
.iconduotone.icon-border-top:after {
  content: "\10f855";
}
.iconduotone.icon-bow-arrow:after {
  content: "\10f6b9";
}
.iconduotone.icon-bowling-ball:after {
  content: "\10f436";
}
.iconduotone.icon-bowling-pins:after {
  content: "\10f437";
}
.iconduotone.icon-box:after {
  content: "\10f466";
}
.iconduotone.icon-box-alt:after {
  content: "\10f49a";
}
.iconduotone.icon-box-ballot:after {
  content: "\10f735";
}
.iconduotone.icon-box-check:after {
  content: "\10f467";
}
.iconduotone.icon-box-fragile:after {
  content: "\10f49b";
}
.iconduotone.icon-box-full:after {
  content: "\10f49c";
}
.iconduotone.icon-box-heart:after {
  content: "\10f49d";
}
.iconduotone.icon-box-open:after {
  content: "\10f49e";
}
.iconduotone.icon-box-tissue:after {
  content: "\10e05b";
}
.iconduotone.icon-box-up:after {
  content: "\10f49f";
}
.iconduotone.icon-box-usd:after {
  content: "\10f4a0";
}
.iconduotone.icon-boxes:after {
  content: "\10f468";
}
.iconduotone.icon-boxes-alt:after {
  content: "\10f4a1";
}
.iconduotone.icon-boxing-glove:after {
  content: "\10f438";
}
.iconduotone.icon-brackets:after {
  content: "\10f7e9";
}
.iconduotone.icon-brackets-curly:after {
  content: "\10f7ea";
}
.iconduotone.icon-braille:after {
  content: "\10f2a1";
}
.iconduotone.icon-brain:after {
  content: "\10f5dc";
}
.iconduotone.icon-bread-loaf:after {
  content: "\10f7eb";
}
.iconduotone.icon-bread-slice:after {
  content: "\10f7ec";
}
.iconduotone.icon-briefcase:after {
  content: "\10f0b1";
}
.iconduotone.icon-briefcase-medical:after {
  content: "\10f469";
}
.iconduotone.icon-bring-forward:after {
  content: "\10f856";
}
.iconduotone.icon-bring-front:after {
  content: "\10f857";
}
.iconduotone.icon-broadcast-tower:after {
  content: "\10f519";
}
.iconduotone.icon-broom:after {
  content: "\10f51a";
}
.iconduotone.icon-browser:after {
  content: "\10f37e";
}
.iconduotone.icon-brush:after {
  content: "\10f55d";
}
.iconduotone.icon-bug:after {
  content: "\10f188";
}
.iconduotone.icon-building:after {
  content: "\10f1ad";
}
.iconduotone.icon-bullhorn:after {
  content: "\10f0a1";
}
.iconduotone.icon-bullseye:after {
  content: "\10f140";
}
.iconduotone.icon-bullseye-arrow:after {
  content: "\10f648";
}
.iconduotone.icon-bullseye-pointer:after {
  content: "\10f649";
}
.iconduotone.icon-burger-soda:after {
  content: "\10f858";
}
.iconduotone.icon-burn:after {
  content: "\10f46a";
}
.iconduotone.icon-burrito:after {
  content: "\10f7ed";
}
.iconduotone.icon-bus:after {
  content: "\10f207";
}
.iconduotone.icon-bus-alt:after {
  content: "\10f55e";
}
.iconduotone.icon-bus-school:after {
  content: "\10f5dd";
}
.iconduotone.icon-business-time:after {
  content: "\10f64a";
}
.iconduotone.icon-cabinet-filing:after {
  content: "\10f64b";
}
.iconduotone.icon-cactus:after {
  content: "\10f8a7";
}
.iconduotone.icon-calculator:after {
  content: "\10f1ec";
}
.iconduotone.icon-calculator-alt:after {
  content: "\10f64c";
}
.iconduotone.icon-calendar:after {
  content: "\10f133";
}
.iconduotone.icon-calendar-alt:after {
  content: "\10f073";
}
.iconduotone.icon-calendar-check:after {
  content: "\10f274";
}
.iconduotone.icon-calendar-day:after {
  content: "\10f783";
}
.iconduotone.icon-calendar-edit:after {
  content: "\10f333";
}
.iconduotone.icon-calendar-exclamation:after {
  content: "\10f334";
}
.iconduotone.icon-calendar-minus:after {
  content: "\10f272";
}
.iconduotone.icon-calendar-plus:after {
  content: "\10f271";
}
.iconduotone.icon-calendar-star:after {
  content: "\10f736";
}
.iconduotone.icon-calendar-times:after {
  content: "\10f273";
}
.iconduotone.icon-calendar-week:after {
  content: "\10f784";
}
.iconduotone.icon-camcorder:after {
  content: "\10f8a8";
}
.iconduotone.icon-camera:after {
  content: "\10f030";
}
.iconduotone.icon-camera-alt:after {
  content: "\10f332";
}
.iconduotone.icon-camera-home:after {
  content: "\10f8fe";
}
.iconduotone.icon-camera-movie:after {
  content: "\10f8a9";
}
.iconduotone.icon-camera-polaroid:after {
  content: "\10f8aa";
}
.iconduotone.icon-camera-retro:after {
  content: "\10f083";
}
.iconduotone.icon-campfire:after {
  content: "\10f6ba";
}
.iconduotone.icon-campground:after {
  content: "\10f6bb";
}
.iconduotone.icon-candle-holder:after {
  content: "\10f6bc";
}
.iconduotone.icon-candy-cane:after {
  content: "\10f786";
}
.iconduotone.icon-candy-corn:after {
  content: "\10f6bd";
}
.iconduotone.icon-cannabis:after {
  content: "\10f55f";
}
.iconduotone.icon-capsules:after {
  content: "\10f46b";
}
.iconduotone.icon-car:after {
  content: "\10f1b9";
}
.iconduotone.icon-car-alt:after {
  content: "\10f5de";
}
.iconduotone.icon-car-battery:after {
  content: "\10f5df";
}
.iconduotone.icon-car-building:after {
  content: "\10f859";
}
.iconduotone.icon-car-bump:after {
  content: "\10f5e0";
}
.iconduotone.icon-car-bus:after {
  content: "\10f85a";
}
.iconduotone.icon-car-crash:after {
  content: "\10f5e1";
}
.iconduotone.icon-car-garage:after {
  content: "\10f5e2";
}
.iconduotone.icon-car-mechanic:after {
  content: "\10f5e3";
}
.iconduotone.icon-car-side:after {
  content: "\10f5e4";
}
.iconduotone.icon-car-tilt:after {
  content: "\10f5e5";
}
.iconduotone.icon-car-wash:after {
  content: "\10f5e6";
}
.iconduotone.icon-caravan:after {
  content: "\10f8ff";
}
.iconduotone.icon-caravan-alt:after {
  content: "\10e000";
}
.iconduotone.icon-caret-circle-down:after {
  content: "\10f32d";
}
.iconduotone.icon-caret-circle-left:after {
  content: "\10f32e";
}
.iconduotone.icon-caret-circle-right:after {
  content: "\10f330";
}
.iconduotone.icon-caret-circle-up:after {
  content: "\10f331";
}
.iconduotone.icon-caret-down:after {
  content: "\10f0d7";
}
.iconduotone.icon-caret-left:after {
  content: "\10f0d9";
}
.iconduotone.icon-caret-right:after {
  content: "\10f0da";
}
.iconduotone.icon-caret-square-down:after {
  content: "\10f150";
}
.iconduotone.icon-caret-square-left:after {
  content: "\10f191";
}
.iconduotone.icon-caret-square-right:after {
  content: "\10f152";
}
.iconduotone.icon-caret-square-up:after {
  content: "\10f151";
}
.iconduotone.icon-caret-up:after {
  content: "\10f0d8";
}
.iconduotone.icon-carrot:after {
  content: "\10f787";
}
.iconduotone.icon-cars:after {
  content: "\10f85b";
}
.iconduotone.icon-cart-arrow-down:after {
  content: "\10f218";
}
.iconduotone.icon-cart-plus:after {
  content: "\10f217";
}
.iconduotone.icon-cash-register:after {
  content: "\10f788";
}
.iconduotone.icon-cassette-tape:after {
  content: "\10f8ab";
}
.iconduotone.icon-cat:after {
  content: "\10f6be";
}
.iconduotone.icon-cat-space:after {
  content: "\10e001";
}
.iconduotone.icon-cauldron:after {
  content: "\10f6bf";
}
.iconduotone.icon-cctv:after {
  content: "\10f8ac";
}
.iconduotone.icon-certificate:after {
  content: "\10f0a3";
}
.iconduotone.icon-chair:after {
  content: "\10f6c0";
}
.iconduotone.icon-chair-office:after {
  content: "\10f6c1";
}
.iconduotone.icon-chalkboard:after {
  content: "\10f51b";
}
.iconduotone.icon-chalkboard-teacher:after {
  content: "\10f51c";
}
.iconduotone.icon-charging-station:after {
  content: "\10f5e7";
}
.iconduotone.icon-chart-area:after {
  content: "\10f1fe";
}
.iconduotone.icon-chart-bar:after {
  content: "\10f080";
}
.iconduotone.icon-chart-line:after {
  content: "\10f201";
}
.iconduotone.icon-chart-line-down:after {
  content: "\10f64d";
}
.iconduotone.icon-chart-network:after {
  content: "\10f78a";
}
.iconduotone.icon-chart-pie:after {
  content: "\10f200";
}
.iconduotone.icon-chart-pie-alt:after {
  content: "\10f64e";
}
.iconduotone.icon-chart-scatter:after {
  content: "\10f7ee";
}
.iconduotone.icon-check:after {
  content: "\10f00c";
}
.iconduotone.icon-check-circle:after {
  content: "\10f058";
}
.iconduotone.icon-check-double:after {
  content: "\10f560";
}
.iconduotone.icon-check-square:after {
  content: "\10f14a";
}
.iconduotone.icon-cheese:after {
  content: "\10f7ef";
}
.iconduotone.icon-cheese-swiss:after {
  content: "\10f7f0";
}
.iconduotone.icon-cheeseburger:after {
  content: "\10f7f1";
}
.iconduotone.icon-chess:after {
  content: "\10f439";
}
.iconduotone.icon-chess-bishop:after {
  content: "\10f43a";
}
.iconduotone.icon-chess-bishop-alt:after {
  content: "\10f43b";
}
.iconduotone.icon-chess-board:after {
  content: "\10f43c";
}
.iconduotone.icon-chess-clock:after {
  content: "\10f43d";
}
.iconduotone.icon-chess-clock-alt:after {
  content: "\10f43e";
}
.iconduotone.icon-chess-king:after {
  content: "\10f43f";
}
.iconduotone.icon-chess-king-alt:after {
  content: "\10f440";
}
.iconduotone.icon-chess-knight:after {
  content: "\10f441";
}
.iconduotone.icon-chess-knight-alt:after {
  content: "\10f442";
}
.iconduotone.icon-chess-pawn:after {
  content: "\10f443";
}
.iconduotone.icon-chess-pawn-alt:after {
  content: "\10f444";
}
.iconduotone.icon-chess-queen:after {
  content: "\10f445";
}
.iconduotone.icon-chess-queen-alt:after {
  content: "\10f446";
}
.iconduotone.icon-chess-rook:after {
  content: "\10f447";
}
.iconduotone.icon-chess-rook-alt:after {
  content: "\10f448";
}
.iconduotone.icon-chevron-circle-down:after {
  content: "\10f13a";
}
.iconduotone.icon-chevron-circle-left:after {
  content: "\10f137";
}
.iconduotone.icon-chevron-circle-right:after {
  content: "\10f138";
}
.iconduotone.icon-chevron-circle-up:after {
  content: "\10f139";
}
.iconduotone.icon-chevron-double-down:after {
  content: "\10f322";
}
.iconduotone.icon-chevron-double-left:after {
  content: "\10f323";
}
.iconduotone.icon-chevron-double-right:after {
  content: "\10f324";
}
.iconduotone.icon-chevron-double-up:after {
  content: "\10f325";
}
.iconduotone.icon-chevron-down:after {
  content: "\10f078";
}
.iconduotone.icon-chevron-left:after {
  content: "\10f053";
}
.iconduotone.icon-chevron-right:after {
  content: "\10f054";
}
.iconduotone.icon-chevron-square-down:after {
  content: "\10f329";
}
.iconduotone.icon-chevron-square-left:after {
  content: "\10f32a";
}
.iconduotone.icon-chevron-square-right:after {
  content: "\10f32b";
}
.iconduotone.icon-chevron-square-up:after {
  content: "\10f32c";
}
.iconduotone.icon-chevron-up:after {
  content: "\10f077";
}
.iconduotone.icon-child:after {
  content: "\10f1ae";
}
.iconduotone.icon-chimney:after {
  content: "\10f78b";
}
.iconduotone.icon-church:after {
  content: "\10f51d";
}
.iconduotone.icon-circle:after {
  content: "\10f111";
}
.iconduotone.icon-circle-notch:after {
  content: "\10f1ce";
}
.iconduotone.icon-city:after {
  content: "\10f64f";
}
.iconduotone.icon-clarinet:after {
  content: "\10f8ad";
}
.iconduotone.icon-claw-marks:after {
  content: "\10f6c2";
}
.iconduotone.icon-clinic-medical:after {
  content: "\10f7f2";
}
.iconduotone.icon-clipboard:after {
  content: "\10f328";
}
.iconduotone.icon-clipboard-check:after {
  content: "\10f46c";
}
.iconduotone.icon-clipboard-list:after {
  content: "\10f46d";
}
.iconduotone.icon-clipboard-list-check:after {
  content: "\10f737";
}
.iconduotone.icon-clipboard-prescription:after {
  content: "\10f5e8";
}
.iconduotone.icon-clipboard-user:after {
  content: "\10f7f3";
}
.iconduotone.icon-clock:after {
  content: "\10f017";
}
.iconduotone.icon-clone:after {
  content: "\10f24d";
}
.iconduotone.icon-closed-captioning:after {
  content: "\10f20a";
}
.iconduotone.icon-cloud:after {
  content: "\10f0c2";
}
.iconduotone.icon-cloud-download:after {
  content: "\10f0ed";
}
.iconduotone.icon-cloud-download-alt:after {
  content: "\10f381";
}
.iconduotone.icon-cloud-drizzle:after {
  content: "\10f738";
}
.iconduotone.icon-cloud-hail:after {
  content: "\10f739";
}
.iconduotone.icon-cloud-hail-mixed:after {
  content: "\10f73a";
}
.iconduotone.icon-cloud-meatball:after {
  content: "\10f73b";
}
.iconduotone.icon-cloud-moon:after {
  content: "\10f6c3";
}
.iconduotone.icon-cloud-moon-rain:after {
  content: "\10f73c";
}
.iconduotone.icon-cloud-music:after {
  content: "\10f8ae";
}
.iconduotone.icon-cloud-rain:after {
  content: "\10f73d";
}
.iconduotone.icon-cloud-rainbow:after {
  content: "\10f73e";
}
.iconduotone.icon-cloud-showers:after {
  content: "\10f73f";
}
.iconduotone.icon-cloud-showers-heavy:after {
  content: "\10f740";
}
.iconduotone.icon-cloud-sleet:after {
  content: "\10f741";
}
.iconduotone.icon-cloud-snow:after {
  content: "\10f742";
}
.iconduotone.icon-cloud-sun:after {
  content: "\10f6c4";
}
.iconduotone.icon-cloud-sun-rain:after {
  content: "\10f743";
}
.iconduotone.icon-cloud-upload:after {
  content: "\10f0ee";
}
.iconduotone.icon-cloud-upload-alt:after {
  content: "\10f382";
}
.iconduotone.icon-clouds:after {
  content: "\10f744";
}
.iconduotone.icon-clouds-moon:after {
  content: "\10f745";
}
.iconduotone.icon-clouds-sun:after {
  content: "\10f746";
}
.iconduotone.icon-club:after {
  content: "\10f327";
}
.iconduotone.icon-cocktail:after {
  content: "\10f561";
}
.iconduotone.icon-code:after {
  content: "\10f121";
}
.iconduotone.icon-code-branch:after {
  content: "\10f126";
}
.iconduotone.icon-code-commit:after {
  content: "\10f386";
}
.iconduotone.icon-code-merge:after {
  content: "\10f387";
}
.iconduotone.icon-coffee:after {
  content: "\10f0f4";
}
.iconduotone.icon-coffee-pot:after {
  content: "\10e002";
}
.iconduotone.icon-coffee-togo:after {
  content: "\10f6c5";
}
.iconduotone.icon-coffin:after {
  content: "\10f6c6";
}
.iconduotone.icon-coffin-cross:after {
  content: "\10e051";
}
.iconduotone.icon-cog:after {
  content: "\10f013";
}
.iconduotone.icon-cogs:after {
  content: "\10f085";
}
.iconduotone.icon-coin:after {
  content: "\10f85c";
}
.iconduotone.icon-coins:after {
  content: "\10f51e";
}
.iconduotone.icon-columns:after {
  content: "\10f0db";
}
.iconduotone.icon-comet:after {
  content: "\10e003";
}
.iconduotone.icon-comment:after {
  content: "\10f075";
}
.iconduotone.icon-comment-alt:after {
  content: "\10f27a";
}
.iconduotone.icon-comment-alt-check:after {
  content: "\10f4a2";
}
.iconduotone.icon-comment-alt-dollar:after {
  content: "\10f650";
}
.iconduotone.icon-comment-alt-dots:after {
  content: "\10f4a3";
}
.iconduotone.icon-comment-alt-edit:after {
  content: "\10f4a4";
}
.iconduotone.icon-comment-alt-exclamation:after {
  content: "\10f4a5";
}
.iconduotone.icon-comment-alt-lines:after {
  content: "\10f4a6";
}
.iconduotone.icon-comment-alt-medical:after {
  content: "\10f7f4";
}
.iconduotone.icon-comment-alt-minus:after {
  content: "\10f4a7";
}
.iconduotone.icon-comment-alt-music:after {
  content: "\10f8af";
}
.iconduotone.icon-comment-alt-plus:after {
  content: "\10f4a8";
}
.iconduotone.icon-comment-alt-slash:after {
  content: "\10f4a9";
}
.iconduotone.icon-comment-alt-smile:after {
  content: "\10f4aa";
}
.iconduotone.icon-comment-alt-times:after {
  content: "\10f4ab";
}
.iconduotone.icon-comment-check:after {
  content: "\10f4ac";
}
.iconduotone.icon-comment-dollar:after {
  content: "\10f651";
}
.iconduotone.icon-comment-dots:after {
  content: "\10f4ad";
}
.iconduotone.icon-comment-edit:after {
  content: "\10f4ae";
}
.iconduotone.icon-comment-exclamation:after {
  content: "\10f4af";
}
.iconduotone.icon-comment-lines:after {
  content: "\10f4b0";
}
.iconduotone.icon-comment-medical:after {
  content: "\10f7f5";
}
.iconduotone.icon-comment-minus:after {
  content: "\10f4b1";
}
.iconduotone.icon-comment-music:after {
  content: "\10f8b0";
}
.iconduotone.icon-comment-plus:after {
  content: "\10f4b2";
}
.iconduotone.icon-comment-slash:after {
  content: "\10f4b3";
}
.iconduotone.icon-comment-smile:after {
  content: "\10f4b4";
}
.iconduotone.icon-comment-times:after {
  content: "\10f4b5";
}
.iconduotone.icon-comments:after {
  content: "\10f086";
}
.iconduotone.icon-comments-alt:after {
  content: "\10f4b6";
}
.iconduotone.icon-comments-alt-dollar:after {
  content: "\10f652";
}
.iconduotone.icon-comments-dollar:after {
  content: "\10f653";
}
.iconduotone.icon-compact-disc:after {
  content: "\10f51f";
}
.iconduotone.icon-compass:after {
  content: "\10f14e";
}
.iconduotone.icon-compass-slash:after {
  content: "\10f5e9";
}
.iconduotone.icon-compress:after {
  content: "\10f066";
}
.iconduotone.icon-compress-alt:after {
  content: "\10f422";
}
.iconduotone.icon-compress-arrows-alt:after {
  content: "\10f78c";
}
.iconduotone.icon-compress-wide:after {
  content: "\10f326";
}
.iconduotone.icon-computer-classic:after {
  content: "\10f8b1";
}
.iconduotone.icon-computer-speaker:after {
  content: "\10f8b2";
}
.iconduotone.icon-concierge-bell:after {
  content: "\10f562";
}
.iconduotone.icon-construction:after {
  content: "\10f85d";
}
.iconduotone.icon-container-storage:after {
  content: "\10f4b7";
}
.iconduotone.icon-conveyor-belt:after {
  content: "\10f46e";
}
.iconduotone.icon-conveyor-belt-alt:after {
  content: "\10f46f";
}
.iconduotone.icon-cookie:after {
  content: "\10f563";
}
.iconduotone.icon-cookie-bite:after {
  content: "\10f564";
}
.iconduotone.icon-copy:after {
  content: "\10f0c5";
}
.iconduotone.icon-copyright:after {
  content: "\10f1f9";
}
.iconduotone.icon-corn:after {
  content: "\10f6c7";
}
.iconduotone.icon-couch:after {
  content: "\10f4b8";
}
.iconduotone.icon-cow:after {
  content: "\10f6c8";
}
.iconduotone.icon-cowbell:after {
  content: "\10f8b3";
}
.iconduotone.icon-cowbell-more:after {
  content: "\10f8b4";
}
.iconduotone.icon-credit-card:after {
  content: "\10f09d";
}
.iconduotone.icon-credit-card-blank:after {
  content: "\10f389";
}
.iconduotone.icon-credit-card-front:after {
  content: "\10f38a";
}
.iconduotone.icon-cricket:after {
  content: "\10f449";
}
.iconduotone.icon-croissant:after {
  content: "\10f7f6";
}
.iconduotone.icon-crop:after {
  content: "\10f125";
}
.iconduotone.icon-crop-alt:after {
  content: "\10f565";
}
.iconduotone.icon-cross:after {
  content: "\10f654";
}
.iconduotone.icon-crosshairs:after {
  content: "\10f05b";
}
.iconduotone.icon-crow:after {
  content: "\10f520";
}
.iconduotone.icon-crown:after {
  content: "\10f521";
}
.iconduotone.icon-crutch:after {
  content: "\10f7f7";
}
.iconduotone.icon-crutches:after {
  content: "\10f7f8";
}
.iconduotone.icon-cube:after {
  content: "\10f1b2";
}
.iconduotone.icon-cubes:after {
  content: "\10f1b3";
}
.iconduotone.icon-curling:after {
  content: "\10f44a";
}
.iconduotone.icon-cut:after {
  content: "\10f0c4";
}
.iconduotone.icon-dagger:after {
  content: "\10f6cb";
}
.iconduotone.icon-database:after {
  content: "\10f1c0";
}
.iconduotone.icon-deaf:after {
  content: "\10f2a4";
}
.iconduotone.icon-debug:after {
  content: "\10f7f9";
}
.iconduotone.icon-deer:after {
  content: "\10f78e";
}
.iconduotone.icon-deer-rudolph:after {
  content: "\10f78f";
}
.iconduotone.icon-democrat:after {
  content: "\10f747";
}
.iconduotone.icon-desktop:after {
  content: "\10f108";
}
.iconduotone.icon-desktop-alt:after {
  content: "\10f390";
}
.iconduotone.icon-dewpoint:after {
  content: "\10f748";
}
.iconduotone.icon-dharmachakra:after {
  content: "\10f655";
}
.iconduotone.icon-diagnoses:after {
  content: "\10f470";
}
.iconduotone.icon-diamond:after {
  content: "\10f219";
}
.iconduotone.icon-dice:after {
  content: "\10f522";
}
.iconduotone.icon-dice-d10:after {
  content: "\10f6cd";
}
.iconduotone.icon-dice-d12:after {
  content: "\10f6ce";
}
.iconduotone.icon-dice-d20:after {
  content: "\10f6cf";
}
.iconduotone.icon-dice-d4:after {
  content: "\10f6d0";
}
.iconduotone.icon-dice-d6:after {
  content: "\10f6d1";
}
.iconduotone.icon-dice-d8:after {
  content: "\10f6d2";
}
.iconduotone.icon-dice-five:after {
  content: "\10f523";
}
.iconduotone.icon-dice-four:after {
  content: "\10f524";
}
.iconduotone.icon-dice-one:after {
  content: "\10f525";
}
.iconduotone.icon-dice-six:after {
  content: "\10f526";
}
.iconduotone.icon-dice-three:after {
  content: "\10f527";
}
.iconduotone.icon-dice-two:after {
  content: "\10f528";
}
.iconduotone.icon-digging:after {
  content: "\10f85e";
}
.iconduotone.icon-digital-tachograph:after {
  content: "\10f566";
}
.iconduotone.icon-diploma:after {
  content: "\10f5ea";
}
.iconduotone.icon-directions:after {
  content: "\10f5eb";
}
.iconduotone.icon-disc-drive:after {
  content: "\10f8b5";
}
.iconduotone.icon-disease:after {
  content: "\10f7fa";
}
.iconduotone.icon-divide:after {
  content: "\10f529";
}
.iconduotone.icon-dizzy:after {
  content: "\10f567";
}
.iconduotone.icon-dna:after {
  content: "\10f471";
}
.iconduotone.icon-do-not-enter:after {
  content: "\10f5ec";
}
.iconduotone.icon-dog:after {
  content: "\10f6d3";
}
.iconduotone.icon-dog-leashed:after {
  content: "\10f6d4";
}
.iconduotone.icon-dollar-sign:after {
  content: "\10f155";
}
.iconduotone.icon-dolly:after {
  content: "\10f472";
}
.iconduotone.icon-dolly-empty:after {
  content: "\10f473";
}
.iconduotone.icon-dolly-flatbed:after {
  content: "\10f474";
}
.iconduotone.icon-dolly-flatbed-alt:after {
  content: "\10f475";
}
.iconduotone.icon-dolly-flatbed-empty:after {
  content: "\10f476";
}
.iconduotone.icon-donate:after {
  content: "\10f4b9";
}
.iconduotone.icon-door-closed:after {
  content: "\10f52a";
}
.iconduotone.icon-door-open:after {
  content: "\10f52b";
}
.iconduotone.icon-dot-circle:after {
  content: "\10f192";
}
.iconduotone.icon-dove:after {
  content: "\10f4ba";
}
.iconduotone.icon-download:after {
  content: "\10f019";
}
.iconduotone.icon-drafting-compass:after {
  content: "\10f568";
}
.iconduotone.icon-dragon:after {
  content: "\10f6d5";
}
.iconduotone.icon-draw-circle:after {
  content: "\10f5ed";
}
.iconduotone.icon-draw-polygon:after {
  content: "\10f5ee";
}
.iconduotone.icon-draw-square:after {
  content: "\10f5ef";
}
.iconduotone.icon-dreidel:after {
  content: "\10f792";
}
.iconduotone.icon-drone:after {
  content: "\10f85f";
}
.iconduotone.icon-drone-alt:after {
  content: "\10f860";
}
.iconduotone.icon-drum:after {
  content: "\10f569";
}
.iconduotone.icon-drum-steelpan:after {
  content: "\10f56a";
}
.iconduotone.icon-drumstick:after {
  content: "\10f6d6";
}
.iconduotone.icon-drumstick-bite:after {
  content: "\10f6d7";
}
.iconduotone.icon-dryer:after {
  content: "\10f861";
}
.iconduotone.icon-dryer-alt:after {
  content: "\10f862";
}
.iconduotone.icon-duck:after {
  content: "\10f6d8";
}
.iconduotone.icon-dumbbell:after {
  content: "\10f44b";
}
.iconduotone.icon-dumpster:after {
  content: "\10f793";
}
.iconduotone.icon-dumpster-fire:after {
  content: "\10f794";
}
.iconduotone.icon-dungeon:after {
  content: "\10f6d9";
}
.iconduotone.icon-ear:after {
  content: "\10f5f0";
}
.iconduotone.icon-ear-muffs:after {
  content: "\10f795";
}
.iconduotone.icon-eclipse:after {
  content: "\10f749";
}
.iconduotone.icon-eclipse-alt:after {
  content: "\10f74a";
}
.iconduotone.icon-edit:after {
  content: "\10f044";
}
.iconduotone.icon-egg:after {
  content: "\10f7fb";
}
.iconduotone.icon-egg-fried:after {
  content: "\10f7fc";
}
.iconduotone.icon-eject:after {
  content: "\10f052";
}
.iconduotone.icon-elephant:after {
  content: "\10f6da";
}
.iconduotone.icon-ellipsis-h:after {
  content: "\10f141";
}
.iconduotone.icon-ellipsis-h-alt:after {
  content: "\10f39b";
}
.iconduotone.icon-ellipsis-v:after {
  content: "\10f142";
}
.iconduotone.icon-ellipsis-v-alt:after {
  content: "\10f39c";
}
.iconduotone.icon-empty-set:after {
  content: "\10f656";
}
.iconduotone.icon-engine-warning:after {
  content: "\10f5f2";
}
.iconduotone.icon-envelope:after {
  content: "\10f0e0";
}
.iconduotone.icon-envelope-open:after {
  content: "\10f2b6";
}
.iconduotone.icon-envelope-open-dollar:after {
  content: "\10f657";
}
.iconduotone.icon-envelope-open-text:after {
  content: "\10f658";
}
.iconduotone.icon-envelope-square:after {
  content: "\10f199";
}
.iconduotone.icon-equals:after {
  content: "\10f52c";
}
.iconduotone.icon-eraser:after {
  content: "\10f12d";
}
.iconduotone.icon-ethernet:after {
  content: "\10f796";
}
.iconduotone.icon-euro-sign:after {
  content: "\10f153";
}
.iconduotone.icon-exchange:after {
  content: "\10f0ec";
}
.iconduotone.icon-exchange-alt:after {
  content: "\10f362";
}
.iconduotone.icon-exclamation:after {
  content: "\10f12a";
}
.iconduotone.icon-exclamation-circle:after {
  content: "\10f06a";
}
.iconduotone.icon-exclamation-square:after {
  content: "\10f321";
}
.iconduotone.icon-exclamation-triangle:after {
  content: "\10f071";
}
.iconduotone.icon-expand:after {
  content: "\10f065";
}
.iconduotone.icon-expand-alt:after {
  content: "\10f424";
}
.iconduotone.icon-expand-arrows:after {
  content: "\10f31d";
}
.iconduotone.icon-expand-arrows-alt:after {
  content: "\10f31e";
}
.iconduotone.icon-expand-wide:after {
  content: "\10f320";
}
.iconduotone.icon-external-link:after {
  content: "\10f08e";
}
.iconduotone.icon-external-link-alt:after {
  content: "\10f35d";
}
.iconduotone.icon-external-link-square:after {
  content: "\10f14c";
}
.iconduotone.icon-external-link-square-alt:after {
  content: "\10f360";
}
.iconduotone.icon-eye:after {
  content: "\10f06e";
}
.iconduotone.icon-eye-dropper:after {
  content: "\10f1fb";
}
.iconduotone.icon-eye-evil:after {
  content: "\10f6db";
}
.iconduotone.icon-eye-slash:after {
  content: "\10f070";
}
.iconduotone.icon-fan:after {
  content: "\10f863";
}
.iconduotone.icon-fan-table:after {
  content: "\10e004";
}
.iconduotone.icon-farm:after {
  content: "\10f864";
}
.iconduotone.icon-fast-backward:after {
  content: "\10f049";
}
.iconduotone.icon-fast-forward:after {
  content: "\10f050";
}
.iconduotone.icon-faucet:after {
  content: "\10e005";
}
.iconduotone.icon-faucet-drip:after {
  content: "\10e006";
}
.iconduotone.icon-fax:after {
  content: "\10f1ac";
}
.iconduotone.icon-feather:after {
  content: "\10f52d";
}
.iconduotone.icon-feather-alt:after {
  content: "\10f56b";
}
.iconduotone.icon-female:after {
  content: "\10f182";
}
.iconduotone.icon-field-hockey:after {
  content: "\10f44c";
}
.iconduotone.icon-fighter-jet:after {
  content: "\10f0fb";
}
.iconduotone.icon-file:after {
  content: "\10f15b";
}
.iconduotone.icon-file-alt:after {
  content: "\10f15c";
}
.iconduotone.icon-file-archive:after {
  content: "\10f1c6";
}
.iconduotone.icon-file-audio:after {
  content: "\10f1c7";
}
.iconduotone.icon-file-certificate:after {
  content: "\10f5f3";
}
.iconduotone.icon-file-chart-line:after {
  content: "\10f659";
}
.iconduotone.icon-file-chart-pie:after {
  content: "\10f65a";
}
.iconduotone.icon-file-check:after {
  content: "\10f316";
}
.iconduotone.icon-file-code:after {
  content: "\10f1c9";
}
.iconduotone.icon-file-contract:after {
  content: "\10f56c";
}
.iconduotone.icon-file-csv:after {
  content: "\10f6dd";
}
.iconduotone.icon-file-download:after {
  content: "\10f56d";
}
.iconduotone.icon-file-edit:after {
  content: "\10f31c";
}
.iconduotone.icon-file-excel:after {
  content: "\10f1c3";
}
.iconduotone.icon-file-exclamation:after {
  content: "\10f31a";
}
.iconduotone.icon-file-export:after {
  content: "\10f56e";
}
.iconduotone.icon-file-image:after {
  content: "\10f1c5";
}
.iconduotone.icon-file-import:after {
  content: "\10f56f";
}
.iconduotone.icon-file-invoice:after {
  content: "\10f570";
}
.iconduotone.icon-file-invoice-dollar:after {
  content: "\10f571";
}
.iconduotone.icon-file-medical:after {
  content: "\10f477";
}
.iconduotone.icon-file-medical-alt:after {
  content: "\10f478";
}
.iconduotone.icon-file-minus:after {
  content: "\10f318";
}
.iconduotone.icon-file-music:after {
  content: "\10f8b6";
}
.iconduotone.icon-file-pdf:after {
  content: "\10f1c1";
}
.iconduotone.icon-file-plus:after {
  content: "\10f319";
}
.iconduotone.icon-file-powerpoint:after {
  content: "\10f1c4";
}
.iconduotone.icon-file-prescription:after {
  content: "\10f572";
}
.iconduotone.icon-file-search:after {
  content: "\10f865";
}
.iconduotone.icon-file-signature:after {
  content: "\10f573";
}
.iconduotone.icon-file-spreadsheet:after {
  content: "\10f65b";
}
.iconduotone.icon-file-times:after {
  content: "\10f317";
}
.iconduotone.icon-file-upload:after {
  content: "\10f574";
}
.iconduotone.icon-file-user:after {
  content: "\10f65c";
}
.iconduotone.icon-file-video:after {
  content: "\10f1c8";
}
.iconduotone.icon-file-word:after {
  content: "\10f1c2";
}
.iconduotone.icon-files-medical:after {
  content: "\10f7fd";
}
.iconduotone.icon-fill:after {
  content: "\10f575";
}
.iconduotone.icon-fill-drip:after {
  content: "\10f576";
}
.iconduotone.icon-film:after {
  content: "\10f008";
}
.iconduotone.icon-film-alt:after {
  content: "\10f3a0";
}
.iconduotone.icon-film-canister:after {
  content: "\10f8b7";
}
.iconduotone.icon-filter:after {
  content: "\10f0b0";
}
.iconduotone.icon-fingerprint:after {
  content: "\10f577";
}
.iconduotone.icon-fire:after {
  content: "\10f06d";
}
.iconduotone.icon-fire-alt:after {
  content: "\10f7e4";
}
.iconduotone.icon-fire-extinguisher:after {
  content: "\10f134";
}
.iconduotone.icon-fire-smoke:after {
  content: "\10f74b";
}
.iconduotone.icon-fireplace:after {
  content: "\10f79a";
}
.iconduotone.icon-first-aid:after {
  content: "\10f479";
}
.iconduotone.icon-fish:after {
  content: "\10f578";
}
.iconduotone.icon-fish-cooked:after {
  content: "\10f7fe";
}
.iconduotone.icon-fist-raised:after {
  content: "\10f6de";
}
.iconduotone.icon-flag:after {
  content: "\10f024";
}
.iconduotone.icon-flag-alt:after {
  content: "\10f74c";
}
.iconduotone.icon-flag-checkered:after {
  content: "\10f11e";
}
.iconduotone.icon-flag-usa:after {
  content: "\10f74d";
}
.iconduotone.icon-flame:after {
  content: "\10f6df";
}
.iconduotone.icon-flashlight:after {
  content: "\10f8b8";
}
.iconduotone.icon-flask:after {
  content: "\10f0c3";
}
.iconduotone.icon-flask-poison:after {
  content: "\10f6e0";
}
.iconduotone.icon-flask-potion:after {
  content: "\10f6e1";
}
.iconduotone.icon-flower:after {
  content: "\10f7ff";
}
.iconduotone.icon-flower-daffodil:after {
  content: "\10f800";
}
.iconduotone.icon-flower-tulip:after {
  content: "\10f801";
}
.iconduotone.icon-flushed:after {
  content: "\10f579";
}
.iconduotone.icon-flute:after {
  content: "\10f8b9";
}
.iconduotone.icon-flux-capacitor:after {
  content: "\10f8ba";
}
.iconduotone.icon-fog:after {
  content: "\10f74e";
}
.iconduotone.icon-folder:after {
  content: "\10f07b";
}
.iconduotone.icon-folder-download:after {
  content: "\10e053";
}
.iconduotone.icon-folder-minus:after {
  content: "\10f65d";
}
.iconduotone.icon-folder-open:after {
  content: "\10f07c";
}
.iconduotone.icon-folder-plus:after {
  content: "\10f65e";
}
.iconduotone.icon-folder-times:after {
  content: "\10f65f";
}
.iconduotone.icon-folder-tree:after {
  content: "\10f802";
}
.iconduotone.icon-folder-upload:after {
  content: "\10e054";
}
.iconduotone.icon-folders:after {
  content: "\10f660";
}
.iconduotone.icon-font:after {
  content: "\10f031";
}
.iconduotone.icon-font-awesome-logo-full:after {
  content: "\10f4e6";
}
.iconduotone.icon-font-case:after {
  content: "\10f866";
}
.iconduotone.icon-football-ball:after {
  content: "\10f44e";
}
.iconduotone.icon-football-helmet:after {
  content: "\10f44f";
}
.iconduotone.icon-forklift:after {
  content: "\10f47a";
}
.iconduotone.icon-forward:after {
  content: "\10f04e";
}
.iconduotone.icon-fragile:after {
  content: "\10f4bb";
}
.iconduotone.icon-french-fries:after {
  content: "\10f803";
}
.iconduotone.icon-frog:after {
  content: "\10f52e";
}
.iconduotone.icon-frosty-head:after {
  content: "\10f79b";
}
.iconduotone.icon-frown:after {
  content: "\10f119";
}
.iconduotone.icon-frown-open:after {
  content: "\10f57a";
}
.iconduotone.icon-function:after {
  content: "\10f661";
}
.iconduotone.icon-funnel-dollar:after {
  content: "\10f662";
}
.iconduotone.icon-futbol:after {
  content: "\10f1e3";
}
.iconduotone.icon-galaxy:after {
  content: "\10e008";
}
.iconduotone.icon-game-board:after {
  content: "\10f867";
}
.iconduotone.icon-game-board-alt:after {
  content: "\10f868";
}
.iconduotone.icon-game-console-handheld:after {
  content: "\10f8bb";
}
.iconduotone.icon-gamepad:after {
  content: "\10f11b";
}
.iconduotone.icon-gamepad-alt:after {
  content: "\10f8bc";
}
.iconduotone.icon-garage:after {
  content: "\10e009";
}
.iconduotone.icon-garage-car:after {
  content: "\10e00a";
}
.iconduotone.icon-garage-open:after {
  content: "\10e00b";
}
.iconduotone.icon-gas-pump:after {
  content: "\10f52f";
}
.iconduotone.icon-gas-pump-slash:after {
  content: "\10f5f4";
}
.iconduotone.icon-gavel:after {
  content: "\10f0e3";
}
.iconduotone.icon-gem:after {
  content: "\10f3a5";
}
.iconduotone.icon-genderless:after {
  content: "\10f22d";
}
.iconduotone.icon-ghost:after {
  content: "\10f6e2";
}
.iconduotone.icon-gift:after {
  content: "\10f06b";
}
.iconduotone.icon-gift-card:after {
  content: "\10f663";
}
.iconduotone.icon-gifts:after {
  content: "\10f79c";
}
.iconduotone.icon-gingerbread-man:after {
  content: "\10f79d";
}
.iconduotone.icon-glass:after {
  content: "\10f804";
}
.iconduotone.icon-glass-champagne:after {
  content: "\10f79e";
}
.iconduotone.icon-glass-cheers:after {
  content: "\10f79f";
}
.iconduotone.icon-glass-citrus:after {
  content: "\10f869";
}
.iconduotone.icon-glass-martini:after {
  content: "\10f000";
}
.iconduotone.icon-glass-martini-alt:after {
  content: "\10f57b";
}
.iconduotone.icon-glass-whiskey:after {
  content: "\10f7a0";
}
.iconduotone.icon-glass-whiskey-rocks:after {
  content: "\10f7a1";
}
.iconduotone.icon-glasses:after {
  content: "\10f530";
}
.iconduotone.icon-glasses-alt:after {
  content: "\10f5f5";
}
.iconduotone.icon-globe:after {
  content: "\10f0ac";
}
.iconduotone.icon-globe-africa:after {
  content: "\10f57c";
}
.iconduotone.icon-globe-americas:after {
  content: "\10f57d";
}
.iconduotone.icon-globe-asia:after {
  content: "\10f57e";
}
.iconduotone.icon-globe-europe:after {
  content: "\10f7a2";
}
.iconduotone.icon-globe-snow:after {
  content: "\10f7a3";
}
.iconduotone.icon-globe-stand:after {
  content: "\10f5f6";
}
.iconduotone.icon-golf-ball:after {
  content: "\10f450";
}
.iconduotone.icon-golf-club:after {
  content: "\10f451";
}
.iconduotone.icon-gopuram:after {
  content: "\10f664";
}
.iconduotone.icon-graduation-cap:after {
  content: "\10f19d";
}
.iconduotone.icon-gramophone:after {
  content: "\10f8bd";
}
.iconduotone.icon-greater-than:after {
  content: "\10f531";
}
.iconduotone.icon-greater-than-equal:after {
  content: "\10f532";
}
.iconduotone.icon-grimace:after {
  content: "\10f57f";
}
.iconduotone.icon-grin:after {
  content: "\10f580";
}
.iconduotone.icon-grin-alt:after {
  content: "\10f581";
}
.iconduotone.icon-grin-beam:after {
  content: "\10f582";
}
.iconduotone.icon-grin-beam-sweat:after {
  content: "\10f583";
}
.iconduotone.icon-grin-hearts:after {
  content: "\10f584";
}
.iconduotone.icon-grin-squint:after {
  content: "\10f585";
}
.iconduotone.icon-grin-squint-tears:after {
  content: "\10f586";
}
.iconduotone.icon-grin-stars:after {
  content: "\10f587";
}
.iconduotone.icon-grin-tears:after {
  content: "\10f588";
}
.iconduotone.icon-grin-tongue:after {
  content: "\10f589";
}
.iconduotone.icon-grin-tongue-squint:after {
  content: "\10f58a";
}
.iconduotone.icon-grin-tongue-wink:after {
  content: "\10f58b";
}
.iconduotone.icon-grin-wink:after {
  content: "\10f58c";
}
.iconduotone.icon-grip-horizontal:after {
  content: "\10f58d";
}
.iconduotone.icon-grip-lines:after {
  content: "\10f7a4";
}
.iconduotone.icon-grip-lines-vertical:after {
  content: "\10f7a5";
}
.iconduotone.icon-grip-vertical:after {
  content: "\10f58e";
}
.iconduotone.icon-guitar:after {
  content: "\10f7a6";
}
.iconduotone.icon-guitar-electric:after {
  content: "\10f8be";
}
.iconduotone.icon-guitars:after {
  content: "\10f8bf";
}
.iconduotone.icon-h-square:after {
  content: "\10f0fd";
}
.iconduotone.icon-h1:after {
  content: "\10f313";
}
.iconduotone.icon-h2:after {
  content: "\10f314";
}
.iconduotone.icon-h3:after {
  content: "\10f315";
}
.iconduotone.icon-h4:after {
  content: "\10f86a";
}
.iconduotone.icon-hamburger:after {
  content: "\10f805";
}
.iconduotone.icon-hammer:after {
  content: "\10f6e3";
}
.iconduotone.icon-hammer-war:after {
  content: "\10f6e4";
}
.iconduotone.icon-hamsa:after {
  content: "\10f665";
}
.iconduotone.icon-hand-heart:after {
  content: "\10f4bc";
}
.iconduotone.icon-hand-holding:after {
  content: "\10f4bd";
}
.iconduotone.icon-hand-holding-box:after {
  content: "\10f47b";
}
.iconduotone.icon-hand-holding-heart:after {
  content: "\10f4be";
}
.iconduotone.icon-hand-holding-magic:after {
  content: "\10f6e5";
}
.iconduotone.icon-hand-holding-medical:after {
  content: "\10e05c";
}
.iconduotone.icon-hand-holding-seedling:after {
  content: "\10f4bf";
}
.iconduotone.icon-hand-holding-usd:after {
  content: "\10f4c0";
}
.iconduotone.icon-hand-holding-water:after {
  content: "\10f4c1";
}
.iconduotone.icon-hand-lizard:after {
  content: "\10f258";
}
.iconduotone.icon-hand-middle-finger:after {
  content: "\10f806";
}
.iconduotone.icon-hand-paper:after {
  content: "\10f256";
}
.iconduotone.icon-hand-peace:after {
  content: "\10f25b";
}
.iconduotone.icon-hand-point-down:after {
  content: "\10f0a7";
}
.iconduotone.icon-hand-point-left:after {
  content: "\10f0a5";
}
.iconduotone.icon-hand-point-right:after {
  content: "\10f0a4";
}
.iconduotone.icon-hand-point-up:after {
  content: "\10f0a6";
}
.iconduotone.icon-hand-pointer:after {
  content: "\10f25a";
}
.iconduotone.icon-hand-receiving:after {
  content: "\10f47c";
}
.iconduotone.icon-hand-rock:after {
  content: "\10f255";
}
.iconduotone.icon-hand-scissors:after {
  content: "\10f257";
}
.iconduotone.icon-hand-sparkles:after {
  content: "\10e05d";
}
.iconduotone.icon-hand-spock:after {
  content: "\10f259";
}
.iconduotone.icon-hands:after {
  content: "\10f4c2";
}
.iconduotone.icon-hands-heart:after {
  content: "\10f4c3";
}
.iconduotone.icon-hands-helping:after {
  content: "\10f4c4";
}
.iconduotone.icon-hands-usd:after {
  content: "\10f4c5";
}
.iconduotone.icon-hands-wash:after {
  content: "\10e05e";
}
.iconduotone.icon-handshake:after {
  content: "\10f2b5";
}
.iconduotone.icon-handshake-alt:after {
  content: "\10f4c6";
}
.iconduotone.icon-handshake-alt-slash:after {
  content: "\10e05f";
}
.iconduotone.icon-handshake-slash:after {
  content: "\10e060";
}
.iconduotone.icon-hanukiah:after {
  content: "\10f6e6";
}
.iconduotone.icon-hard-hat:after {
  content: "\10f807";
}
.iconduotone.icon-hashtag:after {
  content: "\10f292";
}
.iconduotone.icon-hat-chef:after {
  content: "\10f86b";
}
.iconduotone.icon-hat-cowboy:after {
  content: "\10f8c0";
}
.iconduotone.icon-hat-cowboy-side:after {
  content: "\10f8c1";
}
.iconduotone.icon-hat-santa:after {
  content: "\10f7a7";
}
.iconduotone.icon-hat-winter:after {
  content: "\10f7a8";
}
.iconduotone.icon-hat-witch:after {
  content: "\10f6e7";
}
.iconduotone.icon-hat-wizard:after {
  content: "\10f6e8";
}
.iconduotone.icon-hdd:after {
  content: "\10f0a0";
}
.iconduotone.icon-head-side:after {
  content: "\10f6e9";
}
.iconduotone.icon-head-side-brain:after {
  content: "\10f808";
}
.iconduotone.icon-head-side-cough:after {
  content: "\10e061";
}
.iconduotone.icon-head-side-cough-slash:after {
  content: "\10e062";
}
.iconduotone.icon-head-side-headphones:after {
  content: "\10f8c2";
}
.iconduotone.icon-head-side-mask:after {
  content: "\10e063";
}
.iconduotone.icon-head-side-medical:after {
  content: "\10f809";
}
.iconduotone.icon-head-side-virus:after {
  content: "\10e064";
}
.iconduotone.icon-head-vr:after {
  content: "\10f6ea";
}
.iconduotone.icon-heading:after {
  content: "\10f1dc";
}
.iconduotone.icon-headphones:after {
  content: "\10f025";
}
.iconduotone.icon-headphones-alt:after {
  content: "\10f58f";
}
.iconduotone.icon-headset:after {
  content: "\10f590";
}
.iconduotone.icon-heart:after {
  content: "\10f004";
}
.iconduotone.icon-heart-broken:after {
  content: "\10f7a9";
}
.iconduotone.icon-heart-circle:after {
  content: "\10f4c7";
}
.iconduotone.icon-heart-rate:after {
  content: "\10f5f8";
}
.iconduotone.icon-heart-square:after {
  content: "\10f4c8";
}
.iconduotone.icon-heartbeat:after {
  content: "\10f21e";
}
.iconduotone.icon-heat:after {
  content: "\10e00c";
}
.iconduotone.icon-helicopter:after {
  content: "\10f533";
}
.iconduotone.icon-helmet-battle:after {
  content: "\10f6eb";
}
.iconduotone.icon-hexagon:after {
  content: "\10f312";
}
.iconduotone.icon-highlighter:after {
  content: "\10f591";
}
.iconduotone.icon-hiking:after {
  content: "\10f6ec";
}
.iconduotone.icon-hippo:after {
  content: "\10f6ed";
}
.iconduotone.icon-history:after {
  content: "\10f1da";
}
.iconduotone.icon-hockey-mask:after {
  content: "\10f6ee";
}
.iconduotone.icon-hockey-puck:after {
  content: "\10f453";
}
.iconduotone.icon-hockey-sticks:after {
  content: "\10f454";
}
.iconduotone.icon-holly-berry:after {
  content: "\10f7aa";
}
.iconduotone.icon-home:after {
  content: "\10f015";
}
.iconduotone.icon-home-alt:after {
  content: "\10f80a";
}
.iconduotone.icon-home-heart:after {
  content: "\10f4c9";
}
.iconduotone.icon-home-lg:after {
  content: "\10f80b";
}
.iconduotone.icon-home-lg-alt:after {
  content: "\10f80c";
}
.iconduotone.icon-hood-cloak:after {
  content: "\10f6ef";
}
.iconduotone.icon-horizontal-rule:after {
  content: "\10f86c";
}
.iconduotone.icon-horse:after {
  content: "\10f6f0";
}
.iconduotone.icon-horse-head:after {
  content: "\10f7ab";
}
.iconduotone.icon-horse-saddle:after {
  content: "\10f8c3";
}
.iconduotone.icon-hospital:after {
  content: "\10f0f8";
}
.iconduotone.icon-hospital-alt:after {
  content: "\10f47d";
}
.iconduotone.icon-hospital-symbol:after {
  content: "\10f47e";
}
.iconduotone.icon-hospital-user:after {
  content: "\10f80d";
}
.iconduotone.icon-hospitals:after {
  content: "\10f80e";
}
.iconduotone.icon-hot-tub:after {
  content: "\10f593";
}
.iconduotone.icon-hotdog:after {
  content: "\10f80f";
}
.iconduotone.icon-hotel:after {
  content: "\10f594";
}
.iconduotone.icon-hourglass:after {
  content: "\10f254";
}
.iconduotone.icon-hourglass-end:after {
  content: "\10f253";
}
.iconduotone.icon-hourglass-half:after {
  content: "\10f252";
}
.iconduotone.icon-hourglass-start:after {
  content: "\10f251";
}
.iconduotone.icon-house:after {
  content: "\10e00d";
}
.iconduotone.icon-house-damage:after {
  content: "\10f6f1";
}
.iconduotone.icon-house-day:after {
  content: "\10e00e";
}
.iconduotone.icon-house-flood:after {
  content: "\10f74f";
}
.iconduotone.icon-house-leave:after {
  content: "\10e00f";
}
.iconduotone.icon-house-night:after {
  content: "\10e010";
}
.iconduotone.icon-house-return:after {
  content: "\10e011";
}
.iconduotone.icon-house-signal:after {
  content: "\10e012";
}
.iconduotone.icon-house-user:after {
  content: "\10e065";
}
.iconduotone.icon-hryvnia:after {
  content: "\10f6f2";
}
.iconduotone.icon-humidity:after {
  content: "\10f750";
}
.iconduotone.icon-hurricane:after {
  content: "\10f751";
}
.iconduotone.icon-i-cursor:after {
  content: "\10f246";
}
.iconduotone.icon-ice-cream:after {
  content: "\10f810";
}
.iconduotone.icon-ice-skate:after {
  content: "\10f7ac";
}
.iconduotone.icon-icicles:after {
  content: "\10f7ad";
}
.iconduotone.icon-icons:after {
  content: "\10f86d";
}
.iconduotone.icon-icons-alt:after {
  content: "\10f86e";
}
.iconduotone.icon-id-badge:after {
  content: "\10f2c1";
}
.iconduotone.icon-id-card:after {
  content: "\10f2c2";
}
.iconduotone.icon-id-card-alt:after {
  content: "\10f47f";
}
.iconduotone.icon-igloo:after {
  content: "\10f7ae";
}
.iconduotone.icon-image:after {
  content: "\10f03e";
}
.iconduotone.icon-image-polaroid:after {
  content: "\10f8c4";
}
.iconduotone.icon-images:after {
  content: "\10f302";
}
.iconduotone.icon-inbox:after {
  content: "\10f01c";
}
.iconduotone.icon-inbox-in:after {
  content: "\10f310";
}
.iconduotone.icon-inbox-out:after {
  content: "\10f311";
}
.iconduotone.icon-indent:after {
  content: "\10f03c";
}
.iconduotone.icon-industry:after {
  content: "\10f275";
}
.iconduotone.icon-industry-alt:after {
  content: "\10f3b3";
}
.iconduotone.icon-infinity:after {
  content: "\10f534";
}
.iconduotone.icon-info:after {
  content: "\10f129";
}
.iconduotone.icon-info-circle:after {
  content: "\10f05a";
}
.iconduotone.icon-info-square:after {
  content: "\10f30f";
}
.iconduotone.icon-inhaler:after {
  content: "\10f5f9";
}
.iconduotone.icon-integral:after {
  content: "\10f667";
}
.iconduotone.icon-intersection:after {
  content: "\10f668";
}
.iconduotone.icon-inventory:after {
  content: "\10f480";
}
.iconduotone.icon-island-tropical:after {
  content: "\10f811";
}
.iconduotone.icon-italic:after {
  content: "\10f033";
}
.iconduotone.icon-jack-o-lantern:after {
  content: "\10f30e";
}
.iconduotone.icon-jedi:after {
  content: "\10f669";
}
.iconduotone.icon-joint:after {
  content: "\10f595";
}
.iconduotone.icon-journal-whills:after {
  content: "\10f66a";
}
.iconduotone.icon-joystick:after {
  content: "\10f8c5";
}
.iconduotone.icon-jug:after {
  content: "\10f8c6";
}
.iconduotone.icon-kaaba:after {
  content: "\10f66b";
}
.iconduotone.icon-kazoo:after {
  content: "\10f8c7";
}
.iconduotone.icon-kerning:after {
  content: "\10f86f";
}
.iconduotone.icon-key:after {
  content: "\10f084";
}
.iconduotone.icon-key-skeleton:after {
  content: "\10f6f3";
}
.iconduotone.icon-keyboard:after {
  content: "\10f11c";
}
.iconduotone.icon-keynote:after {
  content: "\10f66c";
}
.iconduotone.icon-khanda:after {
  content: "\10f66d";
}
.iconduotone.icon-kidneys:after {
  content: "\10f5fb";
}
.iconduotone.icon-kiss:after {
  content: "\10f596";
}
.iconduotone.icon-kiss-beam:after {
  content: "\10f597";
}
.iconduotone.icon-kiss-wink-heart:after {
  content: "\10f598";
}
.iconduotone.icon-kite:after {
  content: "\10f6f4";
}
.iconduotone.icon-kiwi-bird:after {
  content: "\10f535";
}
.iconduotone.icon-knife-kitchen:after {
  content: "\10f6f5";
}
.iconduotone.icon-lambda:after {
  content: "\10f66e";
}
.iconduotone.icon-lamp:after {
  content: "\10f4ca";
}
.iconduotone.icon-lamp-desk:after {
  content: "\10e014";
}
.iconduotone.icon-lamp-floor:after {
  content: "\10e015";
}
.iconduotone.icon-landmark:after {
  content: "\10f66f";
}
.iconduotone.icon-landmark-alt:after {
  content: "\10f752";
}
.iconduotone.icon-language:after {
  content: "\10f1ab";
}
.iconduotone.icon-laptop:after {
  content: "\10f109";
}
.iconduotone.icon-laptop-code:after {
  content: "\10f5fc";
}
.iconduotone.icon-laptop-house:after {
  content: "\10e066";
}
.iconduotone.icon-laptop-medical:after {
  content: "\10f812";
}
.iconduotone.icon-lasso:after {
  content: "\10f8c8";
}
.iconduotone.icon-laugh:after {
  content: "\10f599";
}
.iconduotone.icon-laugh-beam:after {
  content: "\10f59a";
}
.iconduotone.icon-laugh-squint:after {
  content: "\10f59b";
}
.iconduotone.icon-laugh-wink:after {
  content: "\10f59c";
}
.iconduotone.icon-layer-group:after {
  content: "\10f5fd";
}
.iconduotone.icon-layer-minus:after {
  content: "\10f5fe";
}
.iconduotone.icon-layer-plus:after {
  content: "\10f5ff";
}
.iconduotone.icon-leaf:after {
  content: "\10f06c";
}
.iconduotone.icon-leaf-heart:after {
  content: "\10f4cb";
}
.iconduotone.icon-leaf-maple:after {
  content: "\10f6f6";
}
.iconduotone.icon-leaf-oak:after {
  content: "\10f6f7";
}
.iconduotone.icon-lemon:after {
  content: "\10f094";
}
.iconduotone.icon-less-than:after {
  content: "\10f536";
}
.iconduotone.icon-less-than-equal:after {
  content: "\10f537";
}
.iconduotone.icon-level-down:after {
  content: "\10f149";
}
.iconduotone.icon-level-down-alt:after {
  content: "\10f3be";
}
.iconduotone.icon-level-up:after {
  content: "\10f148";
}
.iconduotone.icon-level-up-alt:after {
  content: "\10f3bf";
}
.iconduotone.icon-life-ring:after {
  content: "\10f1cd";
}
.iconduotone.icon-light-ceiling:after {
  content: "\10e016";
}
.iconduotone.icon-light-switch:after {
  content: "\10e017";
}
.iconduotone.icon-light-switch-off:after {
  content: "\10e018";
}
.iconduotone.icon-light-switch-on:after {
  content: "\10e019";
}
.iconduotone.icon-lightbulb:after {
  content: "\10f0eb";
}
.iconduotone.icon-lightbulb-dollar:after {
  content: "\10f670";
}
.iconduotone.icon-lightbulb-exclamation:after {
  content: "\10f671";
}
.iconduotone.icon-lightbulb-on:after {
  content: "\10f672";
}
.iconduotone.icon-lightbulb-slash:after {
  content: "\10f673";
}
.iconduotone.icon-lights-holiday:after {
  content: "\10f7b2";
}
.iconduotone.icon-line-columns:after {
  content: "\10f870";
}
.iconduotone.icon-line-height:after {
  content: "\10f871";
}
.iconduotone.icon-link:after {
  content: "\10f0c1";
}
.iconduotone.icon-lips:after {
  content: "\10f600";
}
.iconduotone.icon-lira-sign:after {
  content: "\10f195";
}
.iconduotone.icon-list:after {
  content: "\10f03a";
}
.iconduotone.icon-list-alt:after {
  content: "\10f022";
}
.iconduotone.icon-list-music:after {
  content: "\10f8c9";
}
.iconduotone.icon-list-ol:after {
  content: "\10f0cb";
}
.iconduotone.icon-list-ul:after {
  content: "\10f0ca";
}
.iconduotone.icon-location:after {
  content: "\10f601";
}
.iconduotone.icon-location-arrow:after {
  content: "\10f124";
}
.iconduotone.icon-location-circle:after {
  content: "\10f602";
}
.iconduotone.icon-location-slash:after {
  content: "\10f603";
}
.iconduotone.icon-lock:after {
  content: "\10f023";
}
.iconduotone.icon-lock-alt:after {
  content: "\10f30d";
}
.iconduotone.icon-lock-open:after {
  content: "\10f3c1";
}
.iconduotone.icon-lock-open-alt:after {
  content: "\10f3c2";
}
.iconduotone.icon-long-arrow-alt-down:after {
  content: "\10f309";
}
.iconduotone.icon-long-arrow-alt-left:after {
  content: "\10f30a";
}
.iconduotone.icon-long-arrow-alt-right:after {
  content: "\10f30b";
}
.iconduotone.icon-long-arrow-alt-up:after {
  content: "\10f30c";
}
.iconduotone.icon-long-arrow-down:after {
  content: "\10f175";
}
.iconduotone.icon-long-arrow-left:after {
  content: "\10f177";
}
.iconduotone.icon-long-arrow-right:after {
  content: "\10f178";
}
.iconduotone.icon-long-arrow-up:after {
  content: "\10f176";
}
.iconduotone.icon-loveseat:after {
  content: "\10f4cc";
}
.iconduotone.icon-low-vision:after {
  content: "\10f2a8";
}
.iconduotone.icon-luchador:after {
  content: "\10f455";
}
.iconduotone.icon-luggage-cart:after {
  content: "\10f59d";
}
.iconduotone.icon-lungs:after {
  content: "\10f604";
}
.iconduotone.icon-lungs-virus:after {
  content: "\10e067";
}
.iconduotone.icon-mace:after {
  content: "\10f6f8";
}
.iconduotone.icon-magic:after {
  content: "\10f0d0";
}
.iconduotone.icon-magnet:after {
  content: "\10f076";
}
.iconduotone.icon-mail-bulk:after {
  content: "\10f674";
}
.iconduotone.icon-mailbox:after {
  content: "\10f813";
}
.iconduotone.icon-male:after {
  content: "\10f183";
}
.iconduotone.icon-mandolin:after {
  content: "\10f6f9";
}
.iconduotone.icon-map:after {
  content: "\10f279";
}
.iconduotone.icon-map-marked:after {
  content: "\10f59f";
}
.iconduotone.icon-map-marked-alt:after {
  content: "\10f5a0";
}
.iconduotone.icon-map-marker:after {
  content: "\10f041";
}
.iconduotone.icon-map-marker-alt:after {
  content: "\10f3c5";
}
.iconduotone.icon-map-marker-alt-slash:after {
  content: "\10f605";
}
.iconduotone.icon-map-marker-check:after {
  content: "\10f606";
}
.iconduotone.icon-map-marker-edit:after {
  content: "\10f607";
}
.iconduotone.icon-map-marker-exclamation:after {
  content: "\10f608";
}
.iconduotone.icon-map-marker-minus:after {
  content: "\10f609";
}
.iconduotone.icon-map-marker-plus:after {
  content: "\10f60a";
}
.iconduotone.icon-map-marker-question:after {
  content: "\10f60b";
}
.iconduotone.icon-map-marker-slash:after {
  content: "\10f60c";
}
.iconduotone.icon-map-marker-smile:after {
  content: "\10f60d";
}
.iconduotone.icon-map-marker-times:after {
  content: "\10f60e";
}
.iconduotone.icon-map-pin:after {
  content: "\10f276";
}
.iconduotone.icon-map-signs:after {
  content: "\10f277";
}
.iconduotone.icon-marker:after {
  content: "\10f5a1";
}
.iconduotone.icon-mars:after {
  content: "\10f222";
}
.iconduotone.icon-mars-double:after {
  content: "\10f227";
}
.iconduotone.icon-mars-stroke:after {
  content: "\10f229";
}
.iconduotone.icon-mars-stroke-h:after {
  content: "\10f22b";
}
.iconduotone.icon-mars-stroke-v:after {
  content: "\10f22a";
}
.iconduotone.icon-mask:after {
  content: "\10f6fa";
}
.iconduotone.icon-meat:after {
  content: "\10f814";
}
.iconduotone.icon-medal:after {
  content: "\10f5a2";
}
.iconduotone.icon-medkit:after {
  content: "\10f0fa";
}
.iconduotone.icon-megaphone:after {
  content: "\10f675";
}
.iconduotone.icon-meh:after {
  content: "\10f11a";
}
.iconduotone.icon-meh-blank:after {
  content: "\10f5a4";
}
.iconduotone.icon-meh-rolling-eyes:after {
  content: "\10f5a5";
}
.iconduotone.icon-memory:after {
  content: "\10f538";
}
.iconduotone.icon-menorah:after {
  content: "\10f676";
}
.iconduotone.icon-mercury:after {
  content: "\10f223";
}
.iconduotone.icon-meteor:after {
  content: "\10f753";
}
.iconduotone.icon-microchip:after {
  content: "\10f2db";
}
.iconduotone.icon-microphone:after {
  content: "\10f130";
}
.iconduotone.icon-microphone-alt:after {
  content: "\10f3c9";
}
.iconduotone.icon-microphone-alt-slash:after {
  content: "\10f539";
}
.iconduotone.icon-microphone-slash:after {
  content: "\10f131";
}
.iconduotone.icon-microphone-stand:after {
  content: "\10f8cb";
}
.iconduotone.icon-microscope:after {
  content: "\10f610";
}
.iconduotone.icon-microwave:after {
  content: "\10e01b";
}
.iconduotone.icon-mind-share:after {
  content: "\10f677";
}
.iconduotone.icon-minus:after {
  content: "\10f068";
}
.iconduotone.icon-minus-circle:after {
  content: "\10f056";
}
.iconduotone.icon-minus-hexagon:after {
  content: "\10f307";
}
.iconduotone.icon-minus-octagon:after {
  content: "\10f308";
}
.iconduotone.icon-minus-square:after {
  content: "\10f146";
}
.iconduotone.icon-mistletoe:after {
  content: "\10f7b4";
}
.iconduotone.icon-mitten:after {
  content: "\10f7b5";
}
.iconduotone.icon-mobile:after {
  content: "\10f10b";
}
.iconduotone.icon-mobile-alt:after {
  content: "\10f3cd";
}
.iconduotone.icon-mobile-android:after {
  content: "\10f3ce";
}
.iconduotone.icon-mobile-android-alt:after {
  content: "\10f3cf";
}
.iconduotone.icon-money-bill:after {
  content: "\10f0d6";
}
.iconduotone.icon-money-bill-alt:after {
  content: "\10f3d1";
}
.iconduotone.icon-money-bill-wave:after {
  content: "\10f53a";
}
.iconduotone.icon-money-bill-wave-alt:after {
  content: "\10f53b";
}
.iconduotone.icon-money-check:after {
  content: "\10f53c";
}
.iconduotone.icon-money-check-alt:after {
  content: "\10f53d";
}
.iconduotone.icon-money-check-edit:after {
  content: "\10f872";
}
.iconduotone.icon-money-check-edit-alt:after {
  content: "\10f873";
}
.iconduotone.icon-monitor-heart-rate:after {
  content: "\10f611";
}
.iconduotone.icon-monkey:after {
  content: "\10f6fb";
}
.iconduotone.icon-monument:after {
  content: "\10f5a6";
}
.iconduotone.icon-moon:after {
  content: "\10f186";
}
.iconduotone.icon-moon-cloud:after {
  content: "\10f754";
}
.iconduotone.icon-moon-stars:after {
  content: "\10f755";
}
.iconduotone.icon-mortar-pestle:after {
  content: "\10f5a7";
}
.iconduotone.icon-mosque:after {
  content: "\10f678";
}
.iconduotone.icon-motorcycle:after {
  content: "\10f21c";
}
.iconduotone.icon-mountain:after {
  content: "\10f6fc";
}
.iconduotone.icon-mountains:after {
  content: "\10f6fd";
}
.iconduotone.icon-mouse:after {
  content: "\10f8cc";
}
.iconduotone.icon-mouse-alt:after {
  content: "\10f8cd";
}
.iconduotone.icon-mouse-pointer:after {
  content: "\10f245";
}
.iconduotone.icon-mp3-player:after {
  content: "\10f8ce";
}
.iconduotone.icon-mug:after {
  content: "\10f874";
}
.iconduotone.icon-mug-hot:after {
  content: "\10f7b6";
}
.iconduotone.icon-mug-marshmallows:after {
  content: "\10f7b7";
}
.iconduotone.icon-mug-tea:after {
  content: "\10f875";
}
.iconduotone.icon-music:after {
  content: "\10f001";
}
.iconduotone.icon-music-alt:after {
  content: "\10f8cf";
}
.iconduotone.icon-music-alt-slash:after {
  content: "\10f8d0";
}
.iconduotone.icon-music-slash:after {
  content: "\10f8d1";
}
.iconduotone.icon-narwhal:after {
  content: "\10f6fe";
}
.iconduotone.icon-network-wired:after {
  content: "\10f6ff";
}
.iconduotone.icon-neuter:after {
  content: "\10f22c";
}
.iconduotone.icon-newspaper:after {
  content: "\10f1ea";
}
.iconduotone.icon-not-equal:after {
  content: "\10f53e";
}
.iconduotone.icon-notes-medical:after {
  content: "\10f481";
}
.iconduotone.icon-object-group:after {
  content: "\10f247";
}
.iconduotone.icon-object-ungroup:after {
  content: "\10f248";
}
.iconduotone.icon-octagon:after {
  content: "\10f306";
}
.iconduotone.icon-oil-can:after {
  content: "\10f613";
}
.iconduotone.icon-oil-temp:after {
  content: "\10f614";
}
.iconduotone.icon-om:after {
  content: "\10f679";
}
.iconduotone.icon-omega:after {
  content: "\10f67a";
}
.iconduotone.icon-ornament:after {
  content: "\10f7b8";
}
.iconduotone.icon-otter:after {
  content: "\10f700";
}
.iconduotone.icon-outdent:after {
  content: "\10f03b";
}
.iconduotone.icon-outlet:after {
  content: "\10e01c";
}
.iconduotone.icon-oven:after {
  content: "\10e01d";
}
.iconduotone.icon-overline:after {
  content: "\10f876";
}
.iconduotone.icon-page-break:after {
  content: "\10f877";
}
.iconduotone.icon-pager:after {
  content: "\10f815";
}
.iconduotone.icon-paint-brush:after {
  content: "\10f1fc";
}
.iconduotone.icon-paint-brush-alt:after {
  content: "\10f5a9";
}
.iconduotone.icon-paint-roller:after {
  content: "\10f5aa";
}
.iconduotone.icon-palette:after {
  content: "\10f53f";
}
.iconduotone.icon-pallet:after {
  content: "\10f482";
}
.iconduotone.icon-pallet-alt:after {
  content: "\10f483";
}
.iconduotone.icon-paper-plane:after {
  content: "\10f1d8";
}
.iconduotone.icon-paperclip:after {
  content: "\10f0c6";
}
.iconduotone.icon-parachute-box:after {
  content: "\10f4cd";
}
.iconduotone.icon-paragraph:after {
  content: "\10f1dd";
}
.iconduotone.icon-paragraph-rtl:after {
  content: "\10f878";
}
.iconduotone.icon-parking:after {
  content: "\10f540";
}
.iconduotone.icon-parking-circle:after {
  content: "\10f615";
}
.iconduotone.icon-parking-circle-slash:after {
  content: "\10f616";
}
.iconduotone.icon-parking-slash:after {
  content: "\10f617";
}
.iconduotone.icon-passport:after {
  content: "\10f5ab";
}
.iconduotone.icon-pastafarianism:after {
  content: "\10f67b";
}
.iconduotone.icon-paste:after {
  content: "\10f0ea";
}
.iconduotone.icon-pause:after {
  content: "\10f04c";
}
.iconduotone.icon-pause-circle:after {
  content: "\10f28b";
}
.iconduotone.icon-paw:after {
  content: "\10f1b0";
}
.iconduotone.icon-paw-alt:after {
  content: "\10f701";
}
.iconduotone.icon-paw-claws:after {
  content: "\10f702";
}
.iconduotone.icon-peace:after {
  content: "\10f67c";
}
.iconduotone.icon-pegasus:after {
  content: "\10f703";
}
.iconduotone.icon-pen:after {
  content: "\10f304";
}
.iconduotone.icon-pen-alt:after {
  content: "\10f305";
}
.iconduotone.icon-pen-fancy:after {
  content: "\10f5ac";
}
.iconduotone.icon-pen-nib:after {
  content: "\10f5ad";
}
.iconduotone.icon-pen-square:after {
  content: "\10f14b";
}
.iconduotone.icon-pencil:after {
  content: "\10f040";
}
.iconduotone.icon-pencil-alt:after {
  content: "\10f303";
}
.iconduotone.icon-pencil-paintbrush:after {
  content: "\10f618";
}
.iconduotone.icon-pencil-ruler:after {
  content: "\10f5ae";
}
.iconduotone.icon-pennant:after {
  content: "\10f456";
}
.iconduotone.icon-people-arrows:after {
  content: "\10e068";
}
.iconduotone.icon-people-carry:after {
  content: "\10f4ce";
}
.iconduotone.icon-pepper-hot:after {
  content: "\10f816";
}
.iconduotone.icon-percent:after {
  content: "\10f295";
}
.iconduotone.icon-percentage:after {
  content: "\10f541";
}
.iconduotone.icon-person-booth:after {
  content: "\10f756";
}
.iconduotone.icon-person-carry:after {
  content: "\10f4cf";
}
.iconduotone.icon-person-dolly:after {
  content: "\10f4d0";
}
.iconduotone.icon-person-dolly-empty:after {
  content: "\10f4d1";
}
.iconduotone.icon-person-sign:after {
  content: "\10f757";
}
.iconduotone.icon-phone:after {
  content: "\10f095";
}
.iconduotone.icon-phone-alt:after {
  content: "\10f879";
}
.iconduotone.icon-phone-laptop:after {
  content: "\10f87a";
}
.iconduotone.icon-phone-office:after {
  content: "\10f67d";
}
.iconduotone.icon-phone-plus:after {
  content: "\10f4d2";
}
.iconduotone.icon-phone-rotary:after {
  content: "\10f8d3";
}
.iconduotone.icon-phone-slash:after {
  content: "\10f3dd";
}
.iconduotone.icon-phone-square:after {
  content: "\10f098";
}
.iconduotone.icon-phone-square-alt:after {
  content: "\10f87b";
}
.iconduotone.icon-phone-volume:after {
  content: "\10f2a0";
}
.iconduotone.icon-photo-video:after {
  content: "\10f87c";
}
.iconduotone.icon-pi:after {
  content: "\10f67e";
}
.iconduotone.icon-piano:after {
  content: "\10f8d4";
}
.iconduotone.icon-piano-keyboard:after {
  content: "\10f8d5";
}
.iconduotone.icon-pie:after {
  content: "\10f705";
}
.iconduotone.icon-pig:after {
  content: "\10f706";
}
.iconduotone.icon-piggy-bank:after {
  content: "\10f4d3";
}
.iconduotone.icon-pills:after {
  content: "\10f484";
}
.iconduotone.icon-pizza:after {
  content: "\10f817";
}
.iconduotone.icon-pizza-slice:after {
  content: "\10f818";
}
.iconduotone.icon-place-of-worship:after {
  content: "\10f67f";
}
.iconduotone.icon-plane:after {
  content: "\10f072";
}
.iconduotone.icon-plane-alt:after {
  content: "\10f3de";
}
.iconduotone.icon-plane-arrival:after {
  content: "\10f5af";
}
.iconduotone.icon-plane-departure:after {
  content: "\10f5b0";
}
.iconduotone.icon-plane-slash:after {
  content: "\10e069";
}
.iconduotone.icon-planet-moon:after {
  content: "\10e01f";
}
.iconduotone.icon-planet-ringed:after {
  content: "\10e020";
}
.iconduotone.icon-play:after {
  content: "\10f04b";
}
.iconduotone.icon-play-circle:after {
  content: "\10f144";
}
.iconduotone.icon-plug:after {
  content: "\10f1e6";
}
.iconduotone.icon-plus:after {
  content: "\10f067";
}
.iconduotone.icon-plus-circle:after {
  content: "\10f055";
}
.iconduotone.icon-plus-hexagon:after {
  content: "\10f300";
}
.iconduotone.icon-plus-octagon:after {
  content: "\10f301";
}
.iconduotone.icon-plus-square:after {
  content: "\10f0fe";
}
.iconduotone.icon-podcast:after {
  content: "\10f2ce";
}
.iconduotone.icon-podium:after {
  content: "\10f680";
}
.iconduotone.icon-podium-star:after {
  content: "\10f758";
}
.iconduotone.icon-police-box:after {
  content: "\10e021";
}
.iconduotone.icon-poll:after {
  content: "\10f681";
}
.iconduotone.icon-poll-h:after {
  content: "\10f682";
}
.iconduotone.icon-poll-people:after {
  content: "\10f759";
}
.iconduotone.icon-poo:after {
  content: "\10f2fe";
}
.iconduotone.icon-poo-storm:after {
  content: "\10f75a";
}
.iconduotone.icon-poop:after {
  content: "\10f619";
}
.iconduotone.icon-popcorn:after {
  content: "\10f819";
}
.iconduotone.icon-portal-enter:after {
  content: "\10e022";
}
.iconduotone.icon-portal-exit:after {
  content: "\10e023";
}
.iconduotone.icon-portrait:after {
  content: "\10f3e0";
}
.iconduotone.icon-pound-sign:after {
  content: "\10f154";
}
.iconduotone.icon-power-off:after {
  content: "\10f011";
}
.iconduotone.icon-pray:after {
  content: "\10f683";
}
.iconduotone.icon-praying-hands:after {
  content: "\10f684";
}
.iconduotone.icon-prescription:after {
  content: "\10f5b1";
}
.iconduotone.icon-prescription-bottle:after {
  content: "\10f485";
}
.iconduotone.icon-prescription-bottle-alt:after {
  content: "\10f486";
}
.iconduotone.icon-presentation:after {
  content: "\10f685";
}
.iconduotone.icon-print:after {
  content: "\10f02f";
}
.iconduotone.icon-print-search:after {
  content: "\10f81a";
}
.iconduotone.icon-print-slash:after {
  content: "\10f686";
}
.iconduotone.icon-procedures:after {
  content: "\10f487";
}
.iconduotone.icon-project-diagram:after {
  content: "\10f542";
}
.iconduotone.icon-projector:after {
  content: "\10f8d6";
}
.iconduotone.icon-pump-medical:after {
  content: "\10e06a";
}
.iconduotone.icon-pump-soap:after {
  content: "\10e06b";
}
.iconduotone.icon-pumpkin:after {
  content: "\10f707";
}
.iconduotone.icon-puzzle-piece:after {
  content: "\10f12e";
}
.iconduotone.icon-qrcode:after {
  content: "\10f029";
}
.iconduotone.icon-question:after {
  content: "\10f128";
}
.iconduotone.icon-question-circle:after {
  content: "\10f059";
}
.iconduotone.icon-question-square:after {
  content: "\10f2fd";
}
.iconduotone.icon-quidditch:after {
  content: "\10f458";
}
.iconduotone.icon-quote-left:after {
  content: "\10f10d";
}
.iconduotone.icon-quote-right:after {
  content: "\10f10e";
}
.iconduotone.icon-quran:after {
  content: "\10f687";
}
.iconduotone.icon-rabbit:after {
  content: "\10f708";
}
.iconduotone.icon-rabbit-fast:after {
  content: "\10f709";
}
.iconduotone.icon-racquet:after {
  content: "\10f45a";
}
.iconduotone.icon-radar:after {
  content: "\10e024";
}
.iconduotone.icon-radiation:after {
  content: "\10f7b9";
}
.iconduotone.icon-radiation-alt:after {
  content: "\10f7ba";
}
.iconduotone.icon-radio:after {
  content: "\10f8d7";
}
.iconduotone.icon-radio-alt:after {
  content: "\10f8d8";
}
.iconduotone.icon-rainbow:after {
  content: "\10f75b";
}
.iconduotone.icon-raindrops:after {
  content: "\10f75c";
}
.iconduotone.icon-ram:after {
  content: "\10f70a";
}
.iconduotone.icon-ramp-loading:after {
  content: "\10f4d4";
}
.iconduotone.icon-random:after {
  content: "\10f074";
}
.iconduotone.icon-raygun:after {
  content: "\10e025";
}
.iconduotone.icon-receipt:after {
  content: "\10f543";
}
.iconduotone.icon-record-vinyl:after {
  content: "\10f8d9";
}
.iconduotone.icon-rectangle-landscape:after {
  content: "\10f2fa";
}
.iconduotone.icon-rectangle-portrait:after {
  content: "\10f2fb";
}
.iconduotone.icon-rectangle-wide:after {
  content: "\10f2fc";
}
.iconduotone.icon-recycle:after {
  content: "\10f1b8";
}
.iconduotone.icon-redo:after {
  content: "\10f01e";
}
.iconduotone.icon-redo-alt:after {
  content: "\10f2f9";
}
.iconduotone.icon-refrigerator:after {
  content: "\10e026";
}
.iconduotone.icon-registered:after {
  content: "\10f25d";
}
.iconduotone.icon-remove-format:after {
  content: "\10f87d";
}
.iconduotone.icon-repeat:after {
  content: "\10f363";
}
.iconduotone.icon-repeat-1:after {
  content: "\10f365";
}
.iconduotone.icon-repeat-1-alt:after {
  content: "\10f366";
}
.iconduotone.icon-repeat-alt:after {
  content: "\10f364";
}
.iconduotone.icon-reply:after {
  content: "\10f3e5";
}
.iconduotone.icon-reply-all:after {
  content: "\10f122";
}
.iconduotone.icon-republican:after {
  content: "\10f75e";
}
.iconduotone.icon-restroom:after {
  content: "\10f7bd";
}
.iconduotone.icon-retweet:after {
  content: "\10f079";
}
.iconduotone.icon-retweet-alt:after {
  content: "\10f361";
}
.iconduotone.icon-ribbon:after {
  content: "\10f4d6";
}
.iconduotone.icon-ring:after {
  content: "\10f70b";
}
.iconduotone.icon-rings-wedding:after {
  content: "\10f81b";
}
.iconduotone.icon-road:after {
  content: "\10f018";
}
.iconduotone.icon-robot:after {
  content: "\10f544";
}
.iconduotone.icon-rocket:after {
  content: "\10f135";
}
.iconduotone.icon-rocket-launch:after {
  content: "\10e027";
}
.iconduotone.icon-route:after {
  content: "\10f4d7";
}
.iconduotone.icon-route-highway:after {
  content: "\10f61a";
}
.iconduotone.icon-route-interstate:after {
  content: "\10f61b";
}
.iconduotone.icon-router:after {
  content: "\10f8da";
}
.iconduotone.icon-rss:after {
  content: "\10f09e";
}
.iconduotone.icon-rss-square:after {
  content: "\10f143";
}
.iconduotone.icon-ruble-sign:after {
  content: "\10f158";
}
.iconduotone.icon-ruler:after {
  content: "\10f545";
}
.iconduotone.icon-ruler-combined:after {
  content: "\10f546";
}
.iconduotone.icon-ruler-horizontal:after {
  content: "\10f547";
}
.iconduotone.icon-ruler-triangle:after {
  content: "\10f61c";
}
.iconduotone.icon-ruler-vertical:after {
  content: "\10f548";
}
.iconduotone.icon-running:after {
  content: "\10f70c";
}
.iconduotone.icon-rupee-sign:after {
  content: "\10f156";
}
.iconduotone.icon-rv:after {
  content: "\10f7be";
}
.iconduotone.icon-sack:after {
  content: "\10f81c";
}
.iconduotone.icon-sack-dollar:after {
  content: "\10f81d";
}
.iconduotone.icon-sad-cry:after {
  content: "\10f5b3";
}
.iconduotone.icon-sad-tear:after {
  content: "\10f5b4";
}
.iconduotone.icon-salad:after {
  content: "\10f81e";
}
.iconduotone.icon-sandwich:after {
  content: "\10f81f";
}
.iconduotone.icon-satellite:after {
  content: "\10f7bf";
}
.iconduotone.icon-satellite-dish:after {
  content: "\10f7c0";
}
.iconduotone.icon-sausage:after {
  content: "\10f820";
}
.iconduotone.icon-save:after {
  content: "\10f0c7";
}
.iconduotone.icon-sax-hot:after {
  content: "\10f8db";
}
.iconduotone.icon-saxophone:after {
  content: "\10f8dc";
}
.iconduotone.icon-scalpel:after {
  content: "\10f61d";
}
.iconduotone.icon-scalpel-path:after {
  content: "\10f61e";
}
.iconduotone.icon-scanner:after {
  content: "\10f488";
}
.iconduotone.icon-scanner-image:after {
  content: "\10f8f3";
}
.iconduotone.icon-scanner-keyboard:after {
  content: "\10f489";
}
.iconduotone.icon-scanner-touchscreen:after {
  content: "\10f48a";
}
.iconduotone.icon-scarecrow:after {
  content: "\10f70d";
}
.iconduotone.icon-scarf:after {
  content: "\10f7c1";
}
.iconduotone.icon-school:after {
  content: "\10f549";
}
.iconduotone.icon-screwdriver:after {
  content: "\10f54a";
}
.iconduotone.icon-scroll:after {
  content: "\10f70e";
}
.iconduotone.icon-scroll-old:after {
  content: "\10f70f";
}
.iconduotone.icon-scrubber:after {
  content: "\10f2f8";
}
.iconduotone.icon-scythe:after {
  content: "\10f710";
}
.iconduotone.icon-sd-card:after {
  content: "\10f7c2";
}
.iconduotone.icon-search:after {
  content: "\10f002";
}
.iconduotone.icon-search-dollar:after {
  content: "\10f688";
}
.iconduotone.icon-search-location:after {
  content: "\10f689";
}
.iconduotone.icon-search-minus:after {
  content: "\10f010";
}
.iconduotone.icon-search-plus:after {
  content: "\10f00e";
}
.iconduotone.icon-seedling:after {
  content: "\10f4d8";
}
.iconduotone.icon-send-back:after {
  content: "\10f87e";
}
.iconduotone.icon-send-backward:after {
  content: "\10f87f";
}
.iconduotone.icon-sensor:after {
  content: "\10e028";
}
.iconduotone.icon-sensor-alert:after {
  content: "\10e029";
}
.iconduotone.icon-sensor-fire:after {
  content: "\10e02a";
}
.iconduotone.icon-sensor-on:after {
  content: "\10e02b";
}
.iconduotone.icon-sensor-smoke:after {
  content: "\10e02c";
}
.iconduotone.icon-server:after {
  content: "\10f233";
}
.iconduotone.icon-shapes:after {
  content: "\10f61f";
}
.iconduotone.icon-share:after {
  content: "\10f064";
}
.iconduotone.icon-share-all:after {
  content: "\10f367";
}
.iconduotone.icon-share-alt:after {
  content: "\10f1e0";
}
.iconduotone.icon-share-alt-square:after {
  content: "\10f1e1";
}
.iconduotone.icon-share-square:after {
  content: "\10f14d";
}
.iconduotone.icon-sheep:after {
  content: "\10f711";
}
.iconduotone.icon-shekel-sign:after {
  content: "\10f20b";
}
.iconduotone.icon-shield:after {
  content: "\10f132";
}
.iconduotone.icon-shield-alt:after {
  content: "\10f3ed";
}
.iconduotone.icon-shield-check:after {
  content: "\10f2f7";
}
.iconduotone.icon-shield-cross:after {
  content: "\10f712";
}
.iconduotone.icon-shield-virus:after {
  content: "\10e06c";
}
.iconduotone.icon-ship:after {
  content: "\10f21a";
}
.iconduotone.icon-shipping-fast:after {
  content: "\10f48b";
}
.iconduotone.icon-shipping-timed:after {
  content: "\10f48c";
}
.iconduotone.icon-shish-kebab:after {
  content: "\10f821";
}
.iconduotone.icon-shoe-prints:after {
  content: "\10f54b";
}
.iconduotone.icon-shopping-bag:after {
  content: "\10f290";
}
.iconduotone.icon-shopping-basket:after {
  content: "\10f291";
}
.iconduotone.icon-shopping-cart:after {
  content: "\10f07a";
}
.iconduotone.icon-shovel:after {
  content: "\10f713";
}
.iconduotone.icon-shovel-snow:after {
  content: "\10f7c3";
}
.iconduotone.icon-shower:after {
  content: "\10f2cc";
}
.iconduotone.icon-shredder:after {
  content: "\10f68a";
}
.iconduotone.icon-shuttle-van:after {
  content: "\10f5b6";
}
.iconduotone.icon-shuttlecock:after {
  content: "\10f45b";
}
.iconduotone.icon-sickle:after {
  content: "\10f822";
}
.iconduotone.icon-sigma:after {
  content: "\10f68b";
}
.iconduotone.icon-sign:after {
  content: "\10f4d9";
}
.iconduotone.icon-sign-in:after {
  content: "\10f090";
}
.iconduotone.icon-sign-in-alt:after {
  content: "\10f2f6";
}
.iconduotone.icon-sign-language:after {
  content: "\10f2a7";
}
.iconduotone.icon-sign-out:after {
  content: "\10f08b";
}
.iconduotone.icon-sign-out-alt:after {
  content: "\10f2f5";
}
.iconduotone.icon-signal:after {
  content: "\10f012";
}
.iconduotone.icon-signal-1:after {
  content: "\10f68c";
}
.iconduotone.icon-signal-2:after {
  content: "\10f68d";
}
.iconduotone.icon-signal-3:after {
  content: "\10f68e";
}
.iconduotone.icon-signal-4:after {
  content: "\10f68f";
}
.iconduotone.icon-signal-alt:after {
  content: "\10f690";
}
.iconduotone.icon-signal-alt-1:after {
  content: "\10f691";
}
.iconduotone.icon-signal-alt-2:after {
  content: "\10f692";
}
.iconduotone.icon-signal-alt-3:after {
  content: "\10f693";
}
.iconduotone.icon-signal-alt-slash:after {
  content: "\10f694";
}
.iconduotone.icon-signal-slash:after {
  content: "\10f695";
}
.iconduotone.icon-signal-stream:after {
  content: "\10f8dd";
}
.iconduotone.icon-signature:after {
  content: "\10f5b7";
}
.iconduotone.icon-sim-card:after {
  content: "\10f7c4";
}
.iconduotone.icon-sink:after {
  content: "\10e06d";
}
.iconduotone.icon-siren:after {
  content: "\10e02d";
}
.iconduotone.icon-siren-on:after {
  content: "\10e02e";
}
.iconduotone.icon-sitemap:after {
  content: "\10f0e8";
}
.iconduotone.icon-skating:after {
  content: "\10f7c5";
}
.iconduotone.icon-skeleton:after {
  content: "\10f620";
}
.iconduotone.icon-ski-jump:after {
  content: "\10f7c7";
}
.iconduotone.icon-ski-lift:after {
  content: "\10f7c8";
}
.iconduotone.icon-skiing:after {
  content: "\10f7c9";
}
.iconduotone.icon-skiing-nordic:after {
  content: "\10f7ca";
}
.iconduotone.icon-skull:after {
  content: "\10f54c";
}
.iconduotone.icon-skull-cow:after {
  content: "\10f8de";
}
.iconduotone.icon-skull-crossbones:after {
  content: "\10f714";
}
.iconduotone.icon-slash:after {
  content: "\10f715";
}
.iconduotone.icon-sledding:after {
  content: "\10f7cb";
}
.iconduotone.icon-sleigh:after {
  content: "\10f7cc";
}
.iconduotone.icon-sliders-h:after {
  content: "\10f1de";
}
.iconduotone.icon-sliders-h-square:after {
  content: "\10f3f0";
}
.iconduotone.icon-sliders-v:after {
  content: "\10f3f1";
}
.iconduotone.icon-sliders-v-square:after {
  content: "\10f3f2";
}
.iconduotone.icon-smile:after {
  content: "\10f118";
}
.iconduotone.icon-smile-beam:after {
  content: "\10f5b8";
}
.iconduotone.icon-smile-plus:after {
  content: "\10f5b9";
}
.iconduotone.icon-smile-wink:after {
  content: "\10f4da";
}
.iconduotone.icon-smog:after {
  content: "\10f75f";
}
.iconduotone.icon-smoke:after {
  content: "\10f760";
}
.iconduotone.icon-smoking:after {
  content: "\10f48d";
}
.iconduotone.icon-smoking-ban:after {
  content: "\10f54d";
}
.iconduotone.icon-sms:after {
  content: "\10f7cd";
}
.iconduotone.icon-snake:after {
  content: "\10f716";
}
.iconduotone.icon-snooze:after {
  content: "\10f880";
}
.iconduotone.icon-snow-blowing:after {
  content: "\10f761";
}
.iconduotone.icon-snowboarding:after {
  content: "\10f7ce";
}
.iconduotone.icon-snowflake:after {
  content: "\10f2dc";
}
.iconduotone.icon-snowflakes:after {
  content: "\10f7cf";
}
.iconduotone.icon-snowman:after {
  content: "\10f7d0";
}
.iconduotone.icon-snowmobile:after {
  content: "\10f7d1";
}
.iconduotone.icon-snowplow:after {
  content: "\10f7d2";
}
.iconduotone.icon-soap:after {
  content: "\10e06e";
}
.iconduotone.icon-socks:after {
  content: "\10f696";
}
.iconduotone.icon-solar-panel:after {
  content: "\10f5ba";
}
.iconduotone.icon-solar-system:after {
  content: "\10e02f";
}
.iconduotone.icon-sort:after {
  content: "\10f0dc";
}
.iconduotone.icon-sort-alpha-down:after {
  content: "\10f15d";
}
.iconduotone.icon-sort-alpha-down-alt:after {
  content: "\10f881";
}
.iconduotone.icon-sort-alpha-up:after {
  content: "\10f15e";
}
.iconduotone.icon-sort-alpha-up-alt:after {
  content: "\10f882";
}
.iconduotone.icon-sort-alt:after {
  content: "\10f883";
}
.iconduotone.icon-sort-amount-down:after {
  content: "\10f160";
}
.iconduotone.icon-sort-amount-down-alt:after {
  content: "\10f884";
}
.iconduotone.icon-sort-amount-up:after {
  content: "\10f161";
}
.iconduotone.icon-sort-amount-up-alt:after {
  content: "\10f885";
}
.iconduotone.icon-sort-circle:after {
  content: "\10e030";
}
.iconduotone.icon-sort-circle-down:after {
  content: "\10e031";
}
.iconduotone.icon-sort-circle-up:after {
  content: "\10e032";
}
.iconduotone.icon-sort-down:after {
  content: "\10f0dd";
}
.iconduotone.icon-sort-numeric-down:after {
  content: "\10f162";
}
.iconduotone.icon-sort-numeric-down-alt:after {
  content: "\10f886";
}
.iconduotone.icon-sort-numeric-up:after {
  content: "\10f163";
}
.iconduotone.icon-sort-numeric-up-alt:after {
  content: "\10f887";
}
.iconduotone.icon-sort-shapes-down:after {
  content: "\10f888";
}
.iconduotone.icon-sort-shapes-down-alt:after {
  content: "\10f889";
}
.iconduotone.icon-sort-shapes-up:after {
  content: "\10f88a";
}
.iconduotone.icon-sort-shapes-up-alt:after {
  content: "\10f88b";
}
.iconduotone.icon-sort-size-down:after {
  content: "\10f88c";
}
.iconduotone.icon-sort-size-down-alt:after {
  content: "\10f88d";
}
.iconduotone.icon-sort-size-up:after {
  content: "\10f88e";
}
.iconduotone.icon-sort-size-up-alt:after {
  content: "\10f88f";
}
.iconduotone.icon-sort-up:after {
  content: "\10f0de";
}
.iconduotone.icon-soup:after {
  content: "\10f823";
}
.iconduotone.icon-spa:after {
  content: "\10f5bb";
}
.iconduotone.icon-space-shuttle:after {
  content: "\10f197";
}
.iconduotone.icon-space-station-moon:after {
  content: "\10e033";
}
.iconduotone.icon-space-station-moon-alt:after {
  content: "\10e034";
}
.iconduotone.icon-spade:after {
  content: "\10f2f4";
}
.iconduotone.icon-sparkles:after {
  content: "\10f890";
}
.iconduotone.icon-speaker:after {
  content: "\10f8df";
}
.iconduotone.icon-speakers:after {
  content: "\10f8e0";
}
.iconduotone.icon-spell-check:after {
  content: "\10f891";
}
.iconduotone.icon-spider:after {
  content: "\10f717";
}
.iconduotone.icon-spider-black-widow:after {
  content: "\10f718";
}
.iconduotone.icon-spider-web:after {
  content: "\10f719";
}
.iconduotone.icon-spinner:after {
  content: "\10f110";
}
.iconduotone.icon-spinner-third:after {
  content: "\10f3f4";
}
.iconduotone.icon-splotch:after {
  content: "\10f5bc";
}
.iconduotone.icon-spray-can:after {
  content: "\10f5bd";
}
.iconduotone.icon-sprinkler:after {
  content: "\10e035";
}
.iconduotone.icon-square:after {
  content: "\10f0c8";
}
.iconduotone.icon-square-full:after {
  content: "\10f45c";
}
.iconduotone.icon-square-root:after {
  content: "\10f697";
}
.iconduotone.icon-square-root-alt:after {
  content: "\10f698";
}
.iconduotone.icon-squirrel:after {
  content: "\10f71a";
}
.iconduotone.icon-staff:after {
  content: "\10f71b";
}
.iconduotone.icon-stamp:after {
  content: "\10f5bf";
}
.iconduotone.icon-star:after {
  content: "\10f005";
}
.iconduotone.icon-star-and-crescent:after {
  content: "\10f699";
}
.iconduotone.icon-star-christmas:after {
  content: "\10f7d4";
}
.iconduotone.icon-star-exclamation:after {
  content: "\10f2f3";
}
.iconduotone.icon-star-half:after {
  content: "\10f089";
}
.iconduotone.icon-star-half-alt:after {
  content: "\10f5c0";
}
.iconduotone.icon-star-of-david:after {
  content: "\10f69a";
}
.iconduotone.icon-star-of-life:after {
  content: "\10f621";
}
.iconduotone.icon-star-shooting:after {
  content: "\10e036";
}
.iconduotone.icon-starfighter:after {
  content: "\10e037";
}
.iconduotone.icon-starfighter-alt:after {
  content: "\10e038";
}
.iconduotone.icon-stars:after {
  content: "\10f762";
}
.iconduotone.icon-starship:after {
  content: "\10e039";
}
.iconduotone.icon-starship-freighter:after {
  content: "\10e03a";
}
.iconduotone.icon-steak:after {
  content: "\10f824";
}
.iconduotone.icon-steering-wheel:after {
  content: "\10f622";
}
.iconduotone.icon-step-backward:after {
  content: "\10f048";
}
.iconduotone.icon-step-forward:after {
  content: "\10f051";
}
.iconduotone.icon-stethoscope:after {
  content: "\10f0f1";
}
.iconduotone.icon-sticky-note:after {
  content: "\10f249";
}
.iconduotone.icon-stocking:after {
  content: "\10f7d5";
}
.iconduotone.icon-stomach:after {
  content: "\10f623";
}
.iconduotone.icon-stop:after {
  content: "\10f04d";
}
.iconduotone.icon-stop-circle:after {
  content: "\10f28d";
}
.iconduotone.icon-stopwatch:after {
  content: "\10f2f2";
}
.iconduotone.icon-stopwatch-20:after {
  content: "\10e06f";
}
.iconduotone.icon-store:after {
  content: "\10f54e";
}
.iconduotone.icon-store-alt:after {
  content: "\10f54f";
}
.iconduotone.icon-store-alt-slash:after {
  content: "\10e070";
}
.iconduotone.icon-store-slash:after {
  content: "\10e071";
}
.iconduotone.icon-stream:after {
  content: "\10f550";
}
.iconduotone.icon-street-view:after {
  content: "\10f21d";
}
.iconduotone.icon-stretcher:after {
  content: "\10f825";
}
.iconduotone.icon-strikethrough:after {
  content: "\10f0cc";
}
.iconduotone.icon-stroopwafel:after {
  content: "\10f551";
}
.iconduotone.icon-subscript:after {
  content: "\10f12c";
}
.iconduotone.icon-subway:after {
  content: "\10f239";
}
.iconduotone.icon-suitcase:after {
  content: "\10f0f2";
}
.iconduotone.icon-suitcase-rolling:after {
  content: "\10f5c1";
}
.iconduotone.icon-sun:after {
  content: "\10f185";
}
.iconduotone.icon-sun-cloud:after {
  content: "\10f763";
}
.iconduotone.icon-sun-dust:after {
  content: "\10f764";
}
.iconduotone.icon-sun-haze:after {
  content: "\10f765";
}
.iconduotone.icon-sunglasses:after {
  content: "\10f892";
}
.iconduotone.icon-sunrise:after {
  content: "\10f766";
}
.iconduotone.icon-sunset:after {
  content: "\10f767";
}
.iconduotone.icon-superscript:after {
  content: "\10f12b";
}
.iconduotone.icon-surprise:after {
  content: "\10f5c2";
}
.iconduotone.icon-swatchbook:after {
  content: "\10f5c3";
}
.iconduotone.icon-swimmer:after {
  content: "\10f5c4";
}
.iconduotone.icon-swimming-pool:after {
  content: "\10f5c5";
}
.iconduotone.icon-sword:after {
  content: "\10f71c";
}
.iconduotone.icon-sword-laser:after {
  content: "\10e03b";
}
.iconduotone.icon-sword-laser-alt:after {
  content: "\10e03c";
}
.iconduotone.icon-swords:after {
  content: "\10f71d";
}
.iconduotone.icon-swords-laser:after {
  content: "\10e03d";
}
.iconduotone.icon-synagogue:after {
  content: "\10f69b";
}
.iconduotone.icon-sync:after {
  content: "\10f021";
}
.iconduotone.icon-sync-alt:after {
  content: "\10f2f1";
}
.iconduotone.icon-syringe:after {
  content: "\10f48e";
}
.iconduotone.icon-table:after {
  content: "\10f0ce";
}
.iconduotone.icon-table-tennis:after {
  content: "\10f45d";
}
.iconduotone.icon-tablet:after {
  content: "\10f10a";
}
.iconduotone.icon-tablet-alt:after {
  content: "\10f3fa";
}
.iconduotone.icon-tablet-android:after {
  content: "\10f3fb";
}
.iconduotone.icon-tablet-android-alt:after {
  content: "\10f3fc";
}
.iconduotone.icon-tablet-rugged:after {
  content: "\10f48f";
}
.iconduotone.icon-tablets:after {
  content: "\10f490";
}
.iconduotone.icon-tachometer:after {
  content: "\10f0e4";
}
.iconduotone.icon-tachometer-alt:after {
  content: "\10f3fd";
}
.iconduotone.icon-tachometer-alt-average:after {
  content: "\10f624";
}
.iconduotone.icon-tachometer-alt-fast:after {
  content: "\10f625";
}
.iconduotone.icon-tachometer-alt-fastest:after {
  content: "\10f626";
}
.iconduotone.icon-tachometer-alt-slow:after {
  content: "\10f627";
}
.iconduotone.icon-tachometer-alt-slowest:after {
  content: "\10f628";
}
.iconduotone.icon-tachometer-average:after {
  content: "\10f629";
}
.iconduotone.icon-tachometer-fast:after {
  content: "\10f62a";
}
.iconduotone.icon-tachometer-fastest:after {
  content: "\10f62b";
}
.iconduotone.icon-tachometer-slow:after {
  content: "\10f62c";
}
.iconduotone.icon-tachometer-slowest:after {
  content: "\10f62d";
}
.iconduotone.icon-taco:after {
  content: "\10f826";
}
.iconduotone.icon-tag:after {
  content: "\10f02b";
}
.iconduotone.icon-tags:after {
  content: "\10f02c";
}
.iconduotone.icon-tally:after {
  content: "\10f69c";
}
.iconduotone.icon-tanakh:after {
  content: "\10f827";
}
.iconduotone.icon-tape:after {
  content: "\10f4db";
}
.iconduotone.icon-tasks:after {
  content: "\10f0ae";
}
.iconduotone.icon-tasks-alt:after {
  content: "\10f828";
}
.iconduotone.icon-taxi:after {
  content: "\10f1ba";
}
.iconduotone.icon-teeth:after {
  content: "\10f62e";
}
.iconduotone.icon-teeth-open:after {
  content: "\10f62f";
}
.iconduotone.icon-telescope:after {
  content: "\10e03e";
}
.iconduotone.icon-temperature-down:after {
  content: "\10e03f";
}
.iconduotone.icon-temperature-frigid:after {
  content: "\10f768";
}
.iconduotone.icon-temperature-high:after {
  content: "\10f769";
}
.iconduotone.icon-temperature-hot:after {
  content: "\10f76a";
}
.iconduotone.icon-temperature-low:after {
  content: "\10f76b";
}
.iconduotone.icon-temperature-up:after {
  content: "\10e040";
}
.iconduotone.icon-tenge:after {
  content: "\10f7d7";
}
.iconduotone.icon-tennis-ball:after {
  content: "\10f45e";
}
.iconduotone.icon-terminal:after {
  content: "\10f120";
}
.iconduotone.icon-text:after {
  content: "\10f893";
}
.iconduotone.icon-text-height:after {
  content: "\10f034";
}
.iconduotone.icon-text-size:after {
  content: "\10f894";
}
.iconduotone.icon-text-width:after {
  content: "\10f035";
}
.iconduotone.icon-th:after {
  content: "\10f00a";
}
.iconduotone.icon-th-large:after {
  content: "\10f009";
}
.iconduotone.icon-th-list:after {
  content: "\10f00b";
}
.iconduotone.icon-theater-masks:after {
  content: "\10f630";
}
.iconduotone.icon-thermometer:after {
  content: "\10f491";
}
.iconduotone.icon-thermometer-empty:after {
  content: "\10f2cb";
}
.iconduotone.icon-thermometer-full:after {
  content: "\10f2c7";
}
.iconduotone.icon-thermometer-half:after {
  content: "\10f2c9";
}
.iconduotone.icon-thermometer-quarter:after {
  content: "\10f2ca";
}
.iconduotone.icon-thermometer-three-quarters:after {
  content: "\10f2c8";
}
.iconduotone.icon-theta:after {
  content: "\10f69e";
}
.iconduotone.icon-thumbs-down:after {
  content: "\10f165";
}
.iconduotone.icon-thumbs-up:after {
  content: "\10f164";
}
.iconduotone.icon-thumbtack:after {
  content: "\10f08d";
}
.iconduotone.icon-thunderstorm:after {
  content: "\10f76c";
}
.iconduotone.icon-thunderstorm-moon:after {
  content: "\10f76d";
}
.iconduotone.icon-thunderstorm-sun:after {
  content: "\10f76e";
}
.iconduotone.icon-ticket:after {
  content: "\10f145";
}
.iconduotone.icon-ticket-alt:after {
  content: "\10f3ff";
}
.iconduotone.icon-tilde:after {
  content: "\10f69f";
}
.iconduotone.icon-times:after {
  content: "\10f00d";
}
.iconduotone.icon-times-circle:after {
  content: "\10f057";
}
.iconduotone.icon-times-hexagon:after {
  content: "\10f2ee";
}
.iconduotone.icon-times-octagon:after {
  content: "\10f2f0";
}
.iconduotone.icon-times-square:after {
  content: "\10f2d3";
}
.iconduotone.icon-tint:after {
  content: "\10f043";
}
.iconduotone.icon-tint-slash:after {
  content: "\10f5c7";
}
.iconduotone.icon-tire:after {
  content: "\10f631";
}
.iconduotone.icon-tire-flat:after {
  content: "\10f632";
}
.iconduotone.icon-tire-pressure-warning:after {
  content: "\10f633";
}
.iconduotone.icon-tire-rugged:after {
  content: "\10f634";
}
.iconduotone.icon-tired:after {
  content: "\10f5c8";
}
.iconduotone.icon-toggle-off:after {
  content: "\10f204";
}
.iconduotone.icon-toggle-on:after {
  content: "\10f205";
}
.iconduotone.icon-toilet:after {
  content: "\10f7d8";
}
.iconduotone.icon-toilet-paper:after {
  content: "\10f71e";
}
.iconduotone.icon-toilet-paper-alt:after {
  content: "\10f71f";
}
.iconduotone.icon-toilet-paper-slash:after {
  content: "\10e072";
}
.iconduotone.icon-tombstone:after {
  content: "\10f720";
}
.iconduotone.icon-tombstone-alt:after {
  content: "\10f721";
}
.iconduotone.icon-toolbox:after {
  content: "\10f552";
}
.iconduotone.icon-tools:after {
  content: "\10f7d9";
}
.iconduotone.icon-tooth:after {
  content: "\10f5c9";
}
.iconduotone.icon-toothbrush:after {
  content: "\10f635";
}
.iconduotone.icon-torah:after {
  content: "\10f6a0";
}
.iconduotone.icon-torii-gate:after {
  content: "\10f6a1";
}
.iconduotone.icon-tornado:after {
  content: "\10f76f";
}
.iconduotone.icon-tractor:after {
  content: "\10f722";
}
.iconduotone.icon-trademark:after {
  content: "\10f25c";
}
.iconduotone.icon-traffic-cone:after {
  content: "\10f636";
}
.iconduotone.icon-traffic-light:after {
  content: "\10f637";
}
.iconduotone.icon-traffic-light-go:after {
  content: "\10f638";
}
.iconduotone.icon-traffic-light-slow:after {
  content: "\10f639";
}
.iconduotone.icon-traffic-light-stop:after {
  content: "\10f63a";
}
.iconduotone.icon-trailer:after {
  content: "\10e041";
}
.iconduotone.icon-train:after {
  content: "\10f238";
}
.iconduotone.icon-tram:after {
  content: "\10f7da";
}
.iconduotone.icon-transgender:after {
  content: "\10f224";
}
.iconduotone.icon-transgender-alt:after {
  content: "\10f225";
}
.iconduotone.icon-transporter:after {
  content: "\10e042";
}
.iconduotone.icon-transporter-1:after {
  content: "\10e043";
}
.iconduotone.icon-transporter-2:after {
  content: "\10e044";
}
.iconduotone.icon-transporter-3:after {
  content: "\10e045";
}
.iconduotone.icon-transporter-empty:after {
  content: "\10e046";
}
.iconduotone.icon-trash:after {
  content: "\10f1f8";
}
.iconduotone.icon-trash-alt:after {
  content: "\10f2ed";
}
.iconduotone.icon-trash-restore:after {
  content: "\10f829";
}
.iconduotone.icon-trash-restore-alt:after {
  content: "\10f82a";
}
.iconduotone.icon-trash-undo:after {
  content: "\10f895";
}
.iconduotone.icon-trash-undo-alt:after {
  content: "\10f896";
}
.iconduotone.icon-treasure-chest:after {
  content: "\10f723";
}
.iconduotone.icon-tree:after {
  content: "\10f1bb";
}
.iconduotone.icon-tree-alt:after {
  content: "\10f400";
}
.iconduotone.icon-tree-christmas:after {
  content: "\10f7db";
}
.iconduotone.icon-tree-decorated:after {
  content: "\10f7dc";
}
.iconduotone.icon-tree-large:after {
  content: "\10f7dd";
}
.iconduotone.icon-tree-palm:after {
  content: "\10f82b";
}
.iconduotone.icon-trees:after {
  content: "\10f724";
}
.iconduotone.icon-triangle:after {
  content: "\10f2ec";
}
.iconduotone.icon-triangle-music:after {
  content: "\10f8e2";
}
.iconduotone.icon-trophy:after {
  content: "\10f091";
}
.iconduotone.icon-trophy-alt:after {
  content: "\10f2eb";
}
.iconduotone.icon-truck:after {
  content: "\10f0d1";
}
.iconduotone.icon-truck-container:after {
  content: "\10f4dc";
}
.iconduotone.icon-truck-couch:after {
  content: "\10f4dd";
}
.iconduotone.icon-truck-loading:after {
  content: "\10f4de";
}
.iconduotone.icon-truck-monster:after {
  content: "\10f63b";
}
.iconduotone.icon-truck-moving:after {
  content: "\10f4df";
}
.iconduotone.icon-truck-pickup:after {
  content: "\10f63c";
}
.iconduotone.icon-truck-plow:after {
  content: "\10f7de";
}
.iconduotone.icon-truck-ramp:after {
  content: "\10f4e0";
}
.iconduotone.icon-trumpet:after {
  content: "\10f8e3";
}
.iconduotone.icon-tshirt:after {
  content: "\10f553";
}
.iconduotone.icon-tty:after {
  content: "\10f1e4";
}
.iconduotone.icon-turkey:after {
  content: "\10f725";
}
.iconduotone.icon-turntable:after {
  content: "\10f8e4";
}
.iconduotone.icon-turtle:after {
  content: "\10f726";
}
.iconduotone.icon-tv:after {
  content: "\10f26c";
}
.iconduotone.icon-tv-alt:after {
  content: "\10f8e5";
}
.iconduotone.icon-tv-music:after {
  content: "\10f8e6";
}
.iconduotone.icon-tv-retro:after {
  content: "\10f401";
}
.iconduotone.icon-typewriter:after {
  content: "\10f8e7";
}
.iconduotone.icon-ufo:after {
  content: "\10e047";
}
.iconduotone.icon-ufo-beam:after {
  content: "\10e048";
}
.iconduotone.icon-umbrella:after {
  content: "\10f0e9";
}
.iconduotone.icon-umbrella-beach:after {
  content: "\10f5ca";
}
.iconduotone.icon-underline:after {
  content: "\10f0cd";
}
.iconduotone.icon-undo:after {
  content: "\10f0e2";
}
.iconduotone.icon-undo-alt:after {
  content: "\10f2ea";
}
.iconduotone.icon-unicorn:after {
  content: "\10f727";
}
.iconduotone.icon-union:after {
  content: "\10f6a2";
}
.iconduotone.icon-universal-access:after {
  content: "\10f29a";
}
.iconduotone.icon-university:after {
  content: "\10f19c";
}
.iconduotone.icon-unlink:after {
  content: "\10f127";
}
.iconduotone.icon-unlock:after {
  content: "\10f09c";
}
.iconduotone.icon-unlock-alt:after {
  content: "\10f13e";
}
.iconduotone.icon-upload:after {
  content: "\10f093";
}
.iconduotone.icon-usb-drive:after {
  content: "\10f8e9";
}
.iconduotone.icon-usd-circle:after {
  content: "\10f2e8";
}
.iconduotone.icon-usd-square:after {
  content: "\10f2e9";
}
.iconduotone.icon-user:after {
  content: "\10f007";
}
.iconduotone.icon-user-alien:after {
  content: "\10e04a";
}
.iconduotone.icon-user-alt:after {
  content: "\10f406";
}
.iconduotone.icon-user-alt-slash:after {
  content: "\10f4fa";
}
.iconduotone.icon-user-astronaut:after {
  content: "\10f4fb";
}
.iconduotone.icon-user-chart:after {
  content: "\10f6a3";
}
.iconduotone.icon-user-check:after {
  content: "\10f4fc";
}
.iconduotone.icon-user-circle:after {
  content: "\10f2bd";
}
.iconduotone.icon-user-clock:after {
  content: "\10f4fd";
}
.iconduotone.icon-user-cog:after {
  content: "\10f4fe";
}
.iconduotone.icon-user-cowboy:after {
  content: "\10f8ea";
}
.iconduotone.icon-user-crown:after {
  content: "\10f6a4";
}
.iconduotone.icon-user-edit:after {
  content: "\10f4ff";
}
.iconduotone.icon-user-friends:after {
  content: "\10f500";
}
.iconduotone.icon-user-graduate:after {
  content: "\10f501";
}
.iconduotone.icon-user-hard-hat:after {
  content: "\10f82c";
}
.iconduotone.icon-user-headset:after {
  content: "\10f82d";
}
.iconduotone.icon-user-injured:after {
  content: "\10f728";
}
.iconduotone.icon-user-lock:after {
  content: "\10f502";
}
.iconduotone.icon-user-md:after {
  content: "\10f0f0";
}
.iconduotone.icon-user-md-chat:after {
  content: "\10f82e";
}
.iconduotone.icon-user-minus:after {
  content: "\10f503";
}
.iconduotone.icon-user-music:after {
  content: "\10f8eb";
}
.iconduotone.icon-user-ninja:after {
  content: "\10f504";
}
.iconduotone.icon-user-nurse:after {
  content: "\10f82f";
}
.iconduotone.icon-user-plus:after {
  content: "\10f234";
}
.iconduotone.icon-user-robot:after {
  content: "\10e04b";
}
.iconduotone.icon-user-secret:after {
  content: "\10f21b";
}
.iconduotone.icon-user-shield:after {
  content: "\10f505";
}
.iconduotone.icon-user-slash:after {
  content: "\10f506";
}
.iconduotone.icon-user-tag:after {
  content: "\10f507";
}
.iconduotone.icon-user-tie:after {
  content: "\10f508";
}
.iconduotone.icon-user-times:after {
  content: "\10f235";
}
.iconduotone.icon-user-unlock:after {
  content: "\10e058";
}
.iconduotone.icon-user-visor:after {
  content: "\10e04c";
}
.iconduotone.icon-users:after {
  content: "\10f0c0";
}
.iconduotone.icon-users-class:after {
  content: "\10f63d";
}
.iconduotone.icon-users-cog:after {
  content: "\10f509";
}
.iconduotone.icon-users-crown:after {
  content: "\10f6a5";
}
.iconduotone.icon-users-medical:after {
  content: "\10f830";
}
.iconduotone.icon-users-slash:after {
  content: "\10e073";
}
.iconduotone.icon-utensil-fork:after {
  content: "\10f2e3";
}
.iconduotone.icon-utensil-knife:after {
  content: "\10f2e4";
}
.iconduotone.icon-utensil-spoon:after {
  content: "\10f2e5";
}
.iconduotone.icon-utensils:after {
  content: "\10f2e7";
}
.iconduotone.icon-utensils-alt:after {
  content: "\10f2e6";
}
.iconduotone.icon-vacuum:after {
  content: "\10e04d";
}
.iconduotone.icon-vacuum-robot:after {
  content: "\10e04e";
}
.iconduotone.icon-value-absolute:after {
  content: "\10f6a6";
}
.iconduotone.icon-vector-square:after {
  content: "\10f5cb";
}
.iconduotone.icon-venus:after {
  content: "\10f221";
}
.iconduotone.icon-venus-double:after {
  content: "\10f226";
}
.iconduotone.icon-venus-mars:after {
  content: "\10f228";
}
.iconduotone.icon-vest:after {
  content: "\10e085";
}
.iconduotone.icon-vest-patches:after {
  content: "\10e086";
}
.iconduotone.icon-vhs:after {
  content: "\10f8ec";
}
.iconduotone.icon-vial:after {
  content: "\10f492";
}
.iconduotone.icon-vials:after {
  content: "\10f493";
}
.iconduotone.icon-video:after {
  content: "\10f03d";
}
.iconduotone.icon-video-plus:after {
  content: "\10f4e1";
}
.iconduotone.icon-video-slash:after {
  content: "\10f4e2";
}
.iconduotone.icon-vihara:after {
  content: "\10f6a7";
}
.iconduotone.icon-violin:after {
  content: "\10f8ed";
}
.iconduotone.icon-virus:after {
  content: "\10e074";
}
.iconduotone.icon-virus-slash:after {
  content: "\10e075";
}
.iconduotone.icon-viruses:after {
  content: "\10e076";
}
.iconduotone.icon-voicemail:after {
  content: "\10f897";
}
.iconduotone.icon-volcano:after {
  content: "\10f770";
}
.iconduotone.icon-volleyball-ball:after {
  content: "\10f45f";
}
.iconduotone.icon-volume:after {
  content: "\10f6a8";
}
.iconduotone.icon-volume-down:after {
  content: "\10f027";
}
.iconduotone.icon-volume-mute:after {
  content: "\10f6a9";
}
.iconduotone.icon-volume-off:after {
  content: "\10f026";
}
.iconduotone.icon-volume-slash:after {
  content: "\10f2e2";
}
.iconduotone.icon-volume-up:after {
  content: "\10f028";
}
.iconduotone.icon-vote-nay:after {
  content: "\10f771";
}
.iconduotone.icon-vote-yea:after {
  content: "\10f772";
}
.iconduotone.icon-vr-cardboard:after {
  content: "\10f729";
}
.iconduotone.icon-wagon-covered:after {
  content: "\10f8ee";
}
.iconduotone.icon-walker:after {
  content: "\10f831";
}
.iconduotone.icon-walkie-talkie:after {
  content: "\10f8ef";
}
.iconduotone.icon-walking:after {
  content: "\10f554";
}
.iconduotone.icon-wallet:after {
  content: "\10f555";
}
.iconduotone.icon-wand:after {
  content: "\10f72a";
}
.iconduotone.icon-wand-magic:after {
  content: "\10f72b";
}
.iconduotone.icon-warehouse:after {
  content: "\10f494";
}
.iconduotone.icon-warehouse-alt:after {
  content: "\10f495";
}
.iconduotone.icon-washer:after {
  content: "\10f898";
}
.iconduotone.icon-watch:after {
  content: "\10f2e1";
}
.iconduotone.icon-watch-calculator:after {
  content: "\10f8f0";
}
.iconduotone.icon-watch-fitness:after {
  content: "\10f63e";
}
.iconduotone.icon-water:after {
  content: "\10f773";
}
.iconduotone.icon-water-lower:after {
  content: "\10f774";
}
.iconduotone.icon-water-rise:after {
  content: "\10f775";
}
.iconduotone.icon-wave-sine:after {
  content: "\10f899";
}
.iconduotone.icon-wave-square:after {
  content: "\10f83e";
}
.iconduotone.icon-wave-triangle:after {
  content: "\10f89a";
}
.iconduotone.icon-waveform:after {
  content: "\10f8f1";
}
.iconduotone.icon-waveform-path:after {
  content: "\10f8f2";
}
.iconduotone.icon-webcam:after {
  content: "\10f832";
}
.iconduotone.icon-webcam-slash:after {
  content: "\10f833";
}
.iconduotone.icon-weight:after {
  content: "\10f496";
}
.iconduotone.icon-weight-hanging:after {
  content: "\10f5cd";
}
.iconduotone.icon-whale:after {
  content: "\10f72c";
}
.iconduotone.icon-wheat:after {
  content: "\10f72d";
}
.iconduotone.icon-wheelchair:after {
  content: "\10f193";
}
.iconduotone.icon-whistle:after {
  content: "\10f460";
}
.iconduotone.icon-wifi:after {
  content: "\10f1eb";
}
.iconduotone.icon-wifi-1:after {
  content: "\10f6aa";
}
.iconduotone.icon-wifi-2:after {
  content: "\10f6ab";
}
.iconduotone.icon-wifi-slash:after {
  content: "\10f6ac";
}
.iconduotone.icon-wind:after {
  content: "\10f72e";
}
.iconduotone.icon-wind-turbine:after {
  content: "\10f89b";
}
.iconduotone.icon-wind-warning:after {
  content: "\10f776";
}
.iconduotone.icon-window:after {
  content: "\10f40e";
}
.iconduotone.icon-window-alt:after {
  content: "\10f40f";
}
.iconduotone.icon-window-close:after {
  content: "\10f410";
}
.iconduotone.icon-window-frame:after {
  content: "\10e04f";
}
.iconduotone.icon-window-frame-open:after {
  content: "\10e050";
}
.iconduotone.icon-window-maximize:after {
  content: "\10f2d0";
}
.iconduotone.icon-window-minimize:after {
  content: "\10f2d1";
}
.iconduotone.icon-window-restore:after {
  content: "\10f2d2";
}
.iconduotone.icon-windsock:after {
  content: "\10f777";
}
.iconduotone.icon-wine-bottle:after {
  content: "\10f72f";
}
.iconduotone.icon-wine-glass:after {
  content: "\10f4e3";
}
.iconduotone.icon-wine-glass-alt:after {
  content: "\10f5ce";
}
.iconduotone.icon-won-sign:after {
  content: "\10f159";
}
.iconduotone.icon-wreath:after {
  content: "\10f7e2";
}
.iconduotone.icon-wrench:after {
  content: "\10f0ad";
}
.iconduotone.icon-x-ray:after {
  content: "\10f497";
}
.iconduotone.icon-yen-sign:after {
  content: "\10f157";
}
.iconduotone.icon-yin-yang:after {
  content: "\10f6ad";
}
/*!
 * Font Awesome Pro 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url('img/font/fa-solid-900.eot?v=5.15.3');
  src: url('img/font/fa-solid-900.eot?v=5.15.3#iefix&') format('embedded-opentype'), url('img/font/fa-solid-900.woff2?v=5.15.3') format('woff2'), url('img/font/fa-solid-900.woff?v=5.15.3') format('woff'), url('img/font/fa-solid-900.ttf?v=5.15.3') format('truetype'), url('img/font/fa-solid-900.svg?v=5.15.3#fontawesome') format('svg');
}
.iconsolid {
  font-family: 'Font Awesome 5 Pro', Sans-Serif;
  font-weight: 900;
}
/*!
 * Font Awesome Pro 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
.icon,
[class^="icon-"],
[class*=" icon-"],
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
/* makes the font 33% larger relative to the icon container */
.icon-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}
.icon-xs {
  font-size: .75em;
}
.icon-sm {
  font-size: .875em;
}
.icon-1x {
  font-size: 1em;
}
.icon-2x {
  font-size: 2em;
}
.icon-3x {
  font-size: 3em;
}
.icon-4x {
  font-size: 4em;
}
.icon-5x {
  font-size: 5em;
}
.icon-6x {
  font-size: 6em;
}
.icon-7x {
  font-size: 7em;
}
.icon-8x {
  font-size: 8em;
}
.icon-9x {
  font-size: 9em;
}
.icon-10x {
  font-size: 10em;
}
.icon-fw {
  text-align: center;
  width: 1.25em;
}
.icon-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.icon-ul > li {
  position: relative;
}
.icon-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}
.icon-border {
  border-radius: .1em;
  border: solid 0.08em #eeeeee;
  padding: .2em .25em .15em;
}
.icon-pull-left {
  float: left;
}
.icon-pull-right {
  float: right;
}
.icon.icon-pull-left,
.fas.icon-pull-left,
.far.icon-pull-left,
.fal.icon-pull-left,
.fab.icon-pull-left {
  margin-right: .3em;
}
.icon.icon-pull-right,
.fas.icon-pull-right,
.far.icon-pull-right,
.fal.icon-pull-right,
.fab.icon-pull-right {
  margin-left: .3em;
}
.icon-spin {
  animation: fa-spin 2s infinite linear;
}
.icon-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.icon-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}
.icon-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}
.icon-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}
.icon-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}
.icon-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}
.icon-flip-both,
.icon-flip-horizontal.icon-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}
:root .icon-rotate-90,
:root .icon-rotate-180,
:root .icon-rotate-270,
:root .icon-flip-horizontal,
:root .icon-flip-vertical,
:root .icon-flip-both {
  filter: none;
}
.icon-stack {
  display: inline-block;
  height: 27px;
  line-height: 27px;
  position: relative;
  vertical-align: middle;
  width: 27px;
}
.icon-stack-1x,
.icon-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.icon-stack-1x {
  line-height: inherit;
}
.icon-stack-2x {
  font-size: 2em;
}
.icon-inverse {
  color: #ffffff;
}
.icon.icon-glass:before {
  content: "\f000";
}
.icon.icon-meetup {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-star-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.icon.icon-star-o:before {
  content: "\f005";
}
.icon.icon-remove:before {
  content: "\f00d";
}
.icon.icon-close:before {
  content: "\f00d";
}
.icon.icon-gear:before {
  content: "\f013";
}
.icon-warning-sign:before {
  content: "\f071";
}
.icon-ok:before {
  content: "\f00c";
}
.icon-sort-alpha-asc:before {
  content: "\f15d";
}
.icon-sort-alpha-desc:before {
  content: "\f15e";
}
.icon-pagebreak:before {
  content: "\f877";
}
.icon.icon-trash-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.icon.icon-trash-o:before {
  content: "\f2ed";
}
.icon.icon-file-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.icon.icon-file-o:before {
  content: "\f15b";
}
.icon.icon-clock-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.icon.icon-clock-o:before {
  content: "\f017";
}
.icon.icon-arrow-circle-o-down {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.icon.icon-arrow-circle-o-down:before {
  content: "\f358";
}
.icon.icon-arrow-circle-o-up {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.icon.icon-arrow-circle-o-up:before {
  content: "\f35b";
}
.icon.icon-play-circle-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.icon.icon-play-circle-o:before {
  content: "\f144";
}
.icon.icon-repeat:before {
  content: "\f01e";
}
.icon.icon-rotate-right:before {
  content: "\f01e";
}
.icon.icon-refresh:before {
  content: "\f021";
}
.icon.icon-list-alt {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.icon.icon-dedent:before {
  content: "\f03b";
}
.icon.icon-video-camera:before {
  content: "\f03d";
}
.icon.icon-picture-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.icon.icon-picture-o:before {
  content: "\f03e";
}
.icon.icon-photo {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.icon.icon-photo:before {
  content: "\f03e";
}
.icon.icon-image {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.icon.icon-image:before {
  content: "\f03e";
}
/*.@{fa-css-prefix}.@{fa-css-prefix}-pencil:before { content: @fa-var-pencil-alt; }*/
.icon.icon-map-marker:before {
  content: "\f3c5";
}
.icon.icon-pencil-square-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.icon.icon-pencil-square-o:before {
  content: "\f044";
}
.icon.icon-share-square-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.icon.icon-share-square-o:before {
  content: "\f14d";
}
.icon.icon-check-square-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.icon.icon-check-square-o:before {
  content: "\f14a";
}
.icon.icon-arrows:before {
  content: "\f0b2";
}
.icon.icon-times-circle-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.icon.icon-times-circle-o:before {
  content: "\f057";
}
.icon.icon-check-circle-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.icon.icon-check-circle-o:before {
  content: "\f058";
}
.icon.icon-mail-forward:before {
  content: "\f064";
}
.icon.icon-expand:before {
  content: "\f424";
}
.icon.icon-compress:before {
  content: "\f422";
}
.icon.icon-eye {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.icon.icon-eye-slash {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.icon.icon-warning:before {
  content: "\f071";
}
/*.@{fa-css-prefix}.@{fa-css-prefix}-calendar:before { content: @fa-var-calendar-alt; }*/
.icon.icon-arrows-v:before {
  content: "\f338";
}
.icon.icon-arrows-h:before {
  content: "\f337";
}
.icon.icon-bar-chart {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.icon.icon-bar-chart:before {
  content: "\f080";
}
.icon.icon-bar-chart-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.icon.icon-bar-chart-o:before {
  content: "\f080";
}
.icon.icon-twitter-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-facebook-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-gears:before {
  content: "\f085";
}
.icon.icon-thumbs-o-up {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.icon.icon-thumbs-o-up:before {
  content: "\f164";
}
.icon.icon-thumbs-o-down {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.icon.icon-thumbs-o-down:before {
  content: "\f165";
}
.icon.icon-heart-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.icon.icon-heart-o:before {
  content: "\f004";
}
.icon.icon-sign-out:before {
  content: "\f2f5";
}
.icon.icon-linkedin-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-linkedin-square:before {
  content: "\f08c";
}
.icon.icon-thumb-tack:before {
  content: "\f08d";
}
.icon.icon-external-link:before {
  content: "\f35d";
}
.icon.icon-sign-in:before {
  content: "\f2f6";
}
.icon.icon-github-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-lemon-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.icon.icon-lemon-o:before {
  content: "\f094";
}
.icon.icon-square-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.icon.icon-square-o:before {
  content: "\f0c8";
}
.icon.icon-bookmark-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.icon.icon-bookmark-o:before {
  content: "\f02e";
}
.icon.icon-twitter {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-facebook {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-facebook:before {
  content: "\f39e";
}
.icon.icon-facebook-f {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-facebook-f:before {
  content: "\f39e";
}
.icon.icon-github {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-credit-card {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.icon.icon-feed:before {
  content: "\f09e";
}
.icon.icon-hdd-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.icon.icon-hdd-o:before {
  content: "\f0a0";
}
.icon.icon-hand-o-right {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.icon.icon-hand-o-right:before {
  content: "\f0a4";
}
.icon.icon-hand-o-left {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.icon.icon-hand-o-left:before {
  content: "\f0a5";
}
.icon.icon-hand-o-up {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.icon.icon-hand-o-up:before {
  content: "\f0a6";
}
.icon.icon-hand-o-down {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.icon.icon-hand-o-down:before {
  content: "\f0a7";
}
.icon.icon-arrows-alt:before {
  content: "\f31e";
}
.icon.icon-group:before {
  content: "\f0c0";
}
.icon.icon-chain:before {
  content: "\f0c1";
}
.icon.icon-scissors:before {
  content: "\f0c4";
}
.icon.icon-files-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.icon.icon-files-o:before {
  content: "\f0c5";
}
.icon.icon-floppy-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.icon.icon-floppy-o:before {
  content: "\f0c7";
}
.icon.icon-navicon:before {
  content: "\f0c9";
}
.icon.icon-reorder:before {
  content: "\f0c9";
}
.icon.icon-pinterest {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-pinterest-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-google-plus-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-google-plus {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-google-plus:before {
  content: "\f0d5";
}
.icon.icon-money {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.icon.icon-money:before {
  content: "\f3d1";
}
.icon.icon-unsorted:before {
  content: "\f0dc";
}
.icon.icon-sort-desc:before {
  content: "\f0dd";
}
.icon.icon-sort-asc:before {
  content: "\f0de";
}
.icon.icon-linkedin {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-linkedin:before {
  content: "\f0e1";
}
.icon.icon-rotate-left:before {
  content: "\f0e2";
}
.icon.icon-legal:before {
  content: "\f0e3";
}
/*
.@{fa-css-prefix}.@{fa-css-prefix}-tachometer:before { content: @fa-var-tachometer-alt; }

.@{fa-css-prefix}.@{fa-css-prefix}-dashboard:before { content: @fa-var-tachometer-alt; }*/
.icon.icon-comment-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.icon.icon-comment-o:before {
  content: "\f075";
}
.icon.icon-comments-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.icon.icon-comments-o:before {
  content: "\f086";
}
.icon.icon-flash:before {
  content: "\f0e7";
}
.icon.icon-clipboard {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.icon.icon-paste {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.icon.icon-paste:before {
  content: "\f328";
}
.icon.icon-lightbulb-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.icon.icon-lightbulb-o:before {
  content: "\f0eb";
}
.icon.icon-exchange:before {
  content: "\f362";
}
.icon.icon-cloud-download:before {
  content: "\f381";
}
.icon.icon-cloud-upload:before {
  content: "\f382";
}
.icon.icon-bell-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.icon.icon-bell-o:before {
  content: "\f0f3";
}
.icon.icon-cutlery:before {
  content: "\f2e7";
}
.icon.icon-file-text-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.icon.icon-file-text-o:before {
  content: "\f15c";
}
.icon.icon-building-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.icon.icon-building-o:before {
  content: "\f1ad";
}
.icon.icon-hospital-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.icon.icon-hospital-o:before {
  content: "\f0f8";
}
.icon.icon-tablet:before {
  content: "\f3fa";
}
/*.@{fa-css-prefix}.@{fa-css-prefix}-mobile:before { content: @fa-var-mobile-alt; }*/
.icon.icon-mobile-phone:before {
  content: "\f3cd";
}
.icon.icon-circle-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.icon.icon-circle-o:before {
  content: "\f111";
}
.icon.icon-mail-reply:before {
  content: "\f3e5";
}
.icon.icon-github-alt {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-folder-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.icon.icon-folder-o:before {
  content: "\f07b";
}
.icon.icon-folder-open-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.icon.icon-folder-open-o:before {
  content: "\f07c";
}
.icon.icon-smile-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.icon.icon-smile-o:before {
  content: "\f118";
}
.icon.icon-frown-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.icon.icon-frown-o:before {
  content: "\f119";
}
.icon.icon-meh-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.icon.icon-meh-o:before {
  content: "\f11a";
}
.icon.icon-keyboard-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.icon.icon-keyboard-o:before {
  content: "\f11c";
}
.icon.icon-flag-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.icon.icon-flag-o:before {
  content: "\f024";
}
.icon.icon-mail-reply-all:before {
  content: "\f122";
}
.icon.icon-star-half-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.icon.icon-star-half-o:before {
  content: "\f089";
}
.icon.icon-star-half-empty {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.icon.icon-star-half-empty:before {
  content: "\f089";
}
.icon.icon-star-half-full {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.icon.icon-star-half-full:before {
  content: "\f089";
}
.icon.icon-code-fork:before {
  content: "\f126";
}
.icon.icon-chain-broken:before {
  content: "\f127";
}
.icon.icon-shield:before {
  content: "\f3ed";
}
.icon.icon-calendar-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.icon.icon-calendar-o:before {
  content: "\f133";
}
.icon.icon-maxcdn {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-html5 {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-css3 {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-ticket:before {
  content: "\f3ff";
}
.icon.icon-minus-square-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.icon.icon-minus-square-o:before {
  content: "\f146";
}
.icon.icon-level-up:before {
  content: "\f3bf";
}
.icon.icon-level-down:before {
  content: "\f3be";
}
.icon.icon-pencil-square:before {
  content: "\f14b";
}
.icon.icon-external-link-square:before {
  content: "\f360";
}
.icon.icon-compass {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.icon.icon-caret-square-o-down {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.icon.icon-caret-square-o-down:before {
  content: "\f150";
}
.icon.icon-toggle-down {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.icon.icon-toggle-down:before {
  content: "\f150";
}
.icon.icon-caret-square-o-up {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.icon.icon-caret-square-o-up:before {
  content: "\f151";
}
.icon.icon-toggle-up {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.icon.icon-toggle-up:before {
  content: "\f151";
}
.icon.icon-caret-square-o-right {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.icon.icon-caret-square-o-right:before {
  content: "\f152";
}
.icon.icon-toggle-right {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.icon.icon-toggle-right:before {
  content: "\f152";
}
.icon.icon-eur:before {
  content: "\f153";
}
.icon.icon-euro:before {
  content: "\f153";
}
.icon.icon-gbp:before {
  content: "\f154";
}
.icon.icon-usd:before {
  content: "\f155";
}
.icon.icon-dollar:before {
  content: "\f155";
}
.icon.icon-inr:before {
  content: "\f156";
}
.icon.icon-rupee:before {
  content: "\f156";
}
.icon.icon-jpy:before {
  content: "\f157";
}
.icon.icon-cny:before {
  content: "\f157";
}
.icon.icon-rmb:before {
  content: "\f157";
}
.icon.icon-yen:before {
  content: "\f157";
}
.icon.icon-rub:before {
  content: "\f158";
}
.icon.icon-ruble:before {
  content: "\f158";
}
.icon.icon-rouble:before {
  content: "\f158";
}
.icon.icon-krw:before {
  content: "\f159";
}
.icon.icon-won:before {
  content: "\f159";
}
.icon.icon-btc {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-bitcoin {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-bitcoin:before {
  content: "\f15a";
}
.icon.icon-file-text:before {
  content: "\f15c";
}
.icon.icon-sort-alpha-asc:before {
  content: "\f15d";
}
.icon.icon-sort-alpha-desc:before {
  content: "\f15e";
}
.icon.icon-sort-amount-asc:before {
  content: "\f160";
}
.icon.icon-sort-amount-desc:before {
  content: "\f161";
}
.icon.icon-sort-numeric-asc:before {
  content: "\f162";
}
.icon.icon-sort-numeric-desc:before {
  content: "\f163";
}
.icon.icon-youtube-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-youtube {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-xing {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-xing-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-youtube-play {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-youtube-play:before {
  content: "\f167";
}
.icon.icon-dropbox {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-stack-overflow {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-instagram {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-flickr {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-adn {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-bitbucket {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-bitbucket-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-bitbucket-square:before {
  content: "\f171";
}
.icon.icon-tumblr {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-tumblr-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-long-arrow-down:before {
  content: "\f309";
}
.icon.icon-long-arrow-up:before {
  content: "\f30c";
}
.icon.icon-long-arrow-left:before {
  content: "\f30a";
}
.icon.icon-long-arrow-right:before {
  content: "\f30b";
}
.icon.icon-apple {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-windows {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-android {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-linux {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-dribbble {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-skype {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-foursquare {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-trello {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-gratipay {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-gittip {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-gittip:before {
  content: "\f184";
}
.icon.icon-sun-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.icon.icon-sun-o:before {
  content: "\f185";
}
.icon.icon-moon-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.icon.icon-moon-o:before {
  content: "\f186";
}
.icon.icon-vk {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-weibo {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-renren {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-pagelines {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-stack-exchange {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-arrow-circle-o-right {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.icon.icon-arrow-circle-o-right:before {
  content: "\f35a";
}
.icon.icon-arrow-circle-o-left {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.icon.icon-arrow-circle-o-left:before {
  content: "\f359";
}
.icon.icon-caret-square-o-left {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.icon.icon-caret-square-o-left:before {
  content: "\f191";
}
.icon.icon-toggle-left {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.icon.icon-toggle-left:before {
  content: "\f191";
}
.icon.icon-dot-circle-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.icon.icon-dot-circle-o:before {
  content: "\f192";
}
.icon.icon-vimeo-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-try:before {
  content: "\f195";
}
.icon.icon-turkish-lira:before {
  content: "\f195";
}
.icon.icon-plus-square-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.icon.icon-plus-square-o:before {
  content: "\f0fe";
}
.icon.icon-slack {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-wordpress {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-openid {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-institution:before {
  content: "\f19c";
}
.icon.icon-bank:before {
  content: "\f19c";
}
.icon.icon-mortar-board:before {
  content: "\f19d";
}
.icon.icon-yahoo {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-google {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-reddit {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-reddit-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-stumbleupon-circle {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-stumbleupon {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-delicious {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-digg {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-pied-piper-pp {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-pied-piper-alt {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-drupal {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-joomla {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-spoon:before {
  content: "\f2e5";
}
.icon.icon-behance {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-behance-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-steam {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-steam-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-automobile:before {
  content: "\f1b9";
}
.icon.icon-cab:before {
  content: "\f1ba";
}
.icon.icon-envelope-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.icon.icon-envelope-o:before {
  content: "\f0e0";
}
.icon.icon-spotify {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-deviantart {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-soundcloud {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-file-pdf-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.icon.icon-file-pdf-o:before {
  content: "\f1c1";
}
.icon.icon-file-word-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.icon.icon-file-word-o:before {
  content: "\f1c2";
}
.icon.icon-file-excel-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.icon.icon-file-excel-o:before {
  content: "\f1c3";
}
.icon.icon-file-powerpoint-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.icon.icon-file-powerpoint-o:before {
  content: "\f1c4";
}
.icon.icon-file-image-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.icon.icon-file-image-o:before {
  content: "\f1c5";
}
.icon.icon-file-photo-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.icon.icon-file-photo-o:before {
  content: "\f1c5";
}
.icon.icon-file-picture-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.icon.icon-file-picture-o:before {
  content: "\f1c5";
}
.icon.icon-file-archive-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.icon.icon-file-archive-o:before {
  content: "\f1c6";
}
.icon.icon-file-zip-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.icon.icon-file-zip-o:before {
  content: "\f1c6";
}
.icon.icon-file-audio-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.icon.icon-file-audio-o:before {
  content: "\f1c7";
}
.icon.icon-file-sound-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.icon.icon-file-sound-o:before {
  content: "\f1c7";
}
.icon.icon-file-video-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.icon.icon-file-video-o:before {
  content: "\f1c8";
}
.icon.icon-file-movie-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.icon.icon-file-movie-o:before {
  content: "\f1c8";
}
.icon.icon-file-code-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.icon.icon-file-code-o:before {
  content: "\f1c9";
}
.icon.icon-vine {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-codepen {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-jsfiddle {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-life-ring {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.icon.icon-life-bouy {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.icon.icon-life-bouy:before {
  content: "\f1cd";
}
.icon.icon-life-buoy {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.icon.icon-life-buoy:before {
  content: "\f1cd";
}
.icon.icon-life-saver {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.icon.icon-life-saver:before {
  content: "\f1cd";
}
.icon.icon-support {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.icon.icon-support:before {
  content: "\f1cd";
}
.icon.icon-circle-o-notch:before {
  content: "\f1ce";
}
.icon.icon-rebel {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-ra {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-ra:before {
  content: "\f1d0";
}
.icon.icon-resistance {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-resistance:before {
  content: "\f1d0";
}
.icon.icon-empire {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-ge {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-ge:before {
  content: "\f1d1";
}
.icon.icon-git-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-git {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-hacker-news {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-y-combinator-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-y-combinator-square:before {
  content: "\f1d4";
}
.icon.icon-yc-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-yc-square:before {
  content: "\f1d4";
}
.icon.icon-tencent-weibo {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-qq {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-weixin {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-wechat {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-wechat:before {
  content: "\f1d7";
}
.icon.icon-send:before {
  content: "\f1d8";
}
.icon.icon-paper-plane-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.icon.icon-paper-plane-o:before {
  content: "\f1d8";
}
.icon.icon-send-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.icon.icon-send-o:before {
  content: "\f1d8";
}
.icon.icon-circle-thin {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.icon.icon-circle-thin:before {
  content: "\f111";
}
.icon.icon-header:before {
  content: "\f1dc";
}
.icon.icon-sliders:before {
  content: "\f1de";
}
.icon.icon-futbol-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.icon.icon-futbol-o:before {
  content: "\f1e3";
}
.icon.icon-soccer-ball-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.icon.icon-soccer-ball-o:before {
  content: "\f1e3";
}
.icon.icon-slideshare {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-twitch {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-yelp {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-newspaper-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.icon.icon-newspaper-o:before {
  content: "\f1ea";
}
.icon.icon-paypal {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-google-wallet {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-cc-visa {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-cc-mastercard {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-cc-discover {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-cc-amex {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-cc-paypal {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-cc-stripe {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-bell-slash-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.icon.icon-bell-slash-o:before {
  content: "\f1f6";
}
/*.@{fa-css-prefix}.@{fa-css-prefix}-trash:before { content: @fa-var-trash-alt; }*/
.icon.icon-copyright {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.icon.icon-eyedropper:before {
  content: "\f1fb";
}
.icon.icon-area-chart:before {
  content: "\f1fe";
}
.icon.icon-pie-chart:before {
  content: "\f200";
}
.icon.icon-line-chart:before {
  content: "\f201";
}
.icon.icon-lastfm {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-lastfm-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-ioxhost {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-angellist {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-cc {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.icon.icon-cc:before {
  content: "\f20a";
}
.icon.icon-ils:before {
  content: "\f20b";
}
.icon.icon-shekel:before {
  content: "\f20b";
}
.icon.icon-sheqel:before {
  content: "\f20b";
}
.icon.icon-meanpath {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-meanpath:before {
  content: "\f2b4";
}
.icon.icon-buysellads {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-connectdevelop {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-dashcube {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-forumbee {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-leanpub {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-sellsy {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-shirtsinbulk {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-simplybuilt {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-skyatlas {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-diamond {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.icon.icon-diamond:before {
  content: "\f3a5";
}
.icon.icon-intersex:before {
  content: "\f224";
}
.icon.icon-facebook-official {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-facebook-official:before {
  content: "\f09a";
}
.icon.icon-pinterest-p {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-whatsapp {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-hotel:before {
  content: "\f236";
}
.icon.icon-viacoin {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-medium {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-y-combinator {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-yc {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-yc:before {
  content: "\f23b";
}
.icon.icon-optin-monster {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-opencart {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-expeditedssl {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-battery-4:before {
  content: "\f240";
}
.icon.icon-battery:before {
  content: "\f240";
}
.icon.icon-battery-3:before {
  content: "\f241";
}
.icon.icon-battery-2:before {
  content: "\f242";
}
.icon.icon-battery-1:before {
  content: "\f243";
}
.icon.icon-battery-0:before {
  content: "\f244";
}
.icon.icon-object-group {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.icon.icon-object-ungroup {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.icon.icon-sticky-note-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.icon.icon-sticky-note-o:before {
  content: "\f249";
}
.icon.icon-cc-jcb {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-cc-diners-club {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-clone {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.icon.icon-hourglass-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.icon.icon-hourglass-o:before {
  content: "\f254";
}
.icon.icon-hourglass-1:before {
  content: "\f251";
}
.icon.icon-hourglass-2:before {
  content: "\f252";
}
.icon.icon-hourglass-3:before {
  content: "\f253";
}
.icon.icon-hand-rock-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.icon.icon-hand-rock-o:before {
  content: "\f255";
}
.icon.icon-hand-grab-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.icon.icon-hand-grab-o:before {
  content: "\f255";
}
.icon.icon-hand-paper-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.icon.icon-hand-paper-o:before {
  content: "\f256";
}
.icon.icon-hand-stop-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.icon.icon-hand-stop-o:before {
  content: "\f256";
}
.icon.icon-hand-scissors-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.icon.icon-hand-scissors-o:before {
  content: "\f257";
}
.icon.icon-hand-lizard-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.icon.icon-hand-lizard-o:before {
  content: "\f258";
}
.icon.icon-hand-spock-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.icon.icon-hand-spock-o:before {
  content: "\f259";
}
.icon.icon-hand-pointer-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.icon.icon-hand-pointer-o:before {
  content: "\f25a";
}
.icon.icon-hand-peace-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.icon.icon-hand-peace-o:before {
  content: "\f25b";
}
.icon.icon-registered {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.icon.icon-creative-commons {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-gg {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-gg-circle {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-tripadvisor {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-odnoklassniki {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-odnoklassniki-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-get-pocket {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-wikipedia-w {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-safari {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-chrome {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-firefox {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-opera {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-internet-explorer {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-television:before {
  content: "\f26c";
}
.icon.icon-contao {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-500px {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-amazon {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-calendar-plus-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.icon.icon-calendar-plus-o:before {
  content: "\f271";
}
.icon.icon-calendar-minus-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.icon.icon-calendar-minus-o:before {
  content: "\f272";
}
.icon.icon-calendar-times-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.icon.icon-calendar-times-o:before {
  content: "\f273";
}
.icon.icon-calendar-check-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.icon.icon-calendar-check-o:before {
  content: "\f274";
}
.icon.icon-map-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.icon.icon-map-o:before {
  content: "\f279";
}
.icon.icon-commenting:before {
  content: "\f4ad";
}
.icon.icon-commenting-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.icon.icon-commenting-o:before {
  content: "\f4ad";
}
.icon.icon-houzz {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-vimeo {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-vimeo:before {
  content: "\f27d";
}
.icon.icon-black-tie {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-fonticons {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-reddit-alien {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-edge {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-credit-card-alt:before {
  content: "\f09d";
}
.icon.icon-codiepie {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-modx {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-fort-awesome {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-usb {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-product-hunt {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-mixcloud {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-scribd {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-pause-circle-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.icon.icon-pause-circle-o:before {
  content: "\f28b";
}
.icon.icon-stop-circle-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.icon.icon-stop-circle-o:before {
  content: "\f28d";
}
.icon.icon-bluetooth {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-bluetooth-b {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-gitlab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-wpbeginner {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-wpforms {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-envira {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-wheelchair-alt {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-wheelchair-alt:before {
  content: "\f368";
}
.icon.icon-question-circle-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.icon.icon-question-circle-o:before {
  content: "\f059";
}
.icon.icon-volume-control-phone:before {
  content: "\f2a0";
}
.icon.icon-asl-interpreting:before {
  content: "\f2a3";
}
.icon.icon-deafness:before {
  content: "\f2a4";
}
.icon.icon-hard-of-hearing:before {
  content: "\f2a4";
}
.icon.icon-glide {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-glide-g {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-signing:before {
  content: "\f2a7";
}
.icon.icon-viadeo {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-viadeo-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-snapchat {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-snapchat-ghost {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-snapchat-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-pied-piper {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-first-order {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-yoast {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-themeisle {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-google-plus-official {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-google-plus-official:before {
  content: "\f2b3";
}
.icon.icon-google-plus-circle {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-google-plus-circle:before {
  content: "\f2b3";
}
.icon.icon-font-awesome {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-fa {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-fa:before {
  content: "\f2b4";
}
.icon.icon-handshake-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.icon.icon-handshake-o:before {
  content: "\f2b5";
}
.icon.icon-envelope-open-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.icon.icon-envelope-open-o:before {
  content: "\f2b6";
}
.icon.icon-linode {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-address-book-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.icon.icon-address-book-o:before {
  content: "\f2b9";
}
.icon.icon-vcard:before {
  content: "\f2bb";
}
.icon.icon-address-card-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.icon.icon-address-card-o:before {
  content: "\f2bb";
}
.icon.icon-vcard-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.icon.icon-vcard-o:before {
  content: "\f2bb";
}
.icon.icon-user-circle-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.icon.icon-user-circle-o:before {
  content: "\f2bd";
}
.icon.icon-user-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.icon.icon-user-o:before {
  content: "\f007";
}
.icon.icon-id-badge {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.icon.icon-drivers-license:before {
  content: "\f2c2";
}
.icon.icon-id-card-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.icon.icon-id-card-o:before {
  content: "\f2c2";
}
.icon.icon-drivers-license-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.icon.icon-drivers-license-o:before {
  content: "\f2c2";
}
.icon.icon-quora {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-free-code-camp {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-telegram {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-thermometer-4:before {
  content: "\f2c7";
}
.icon.icon-thermometer:before {
  content: "\f2c7";
}
.icon.icon-thermometer-3:before {
  content: "\f2c8";
}
.icon.icon-thermometer-2:before {
  content: "\f2c9";
}
.icon.icon-thermometer-1:before {
  content: "\f2ca";
}
.icon.icon-thermometer-0:before {
  content: "\f2cb";
}
.icon.icon-bathtub:before {
  content: "\f2cd";
}
.icon.icon-s15:before {
  content: "\f2cd";
}
.icon.icon-window-maximize {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.icon.icon-window-restore {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.icon.icon-times-rectangle:before {
  content: "\f410";
}
.icon.icon-window-close-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.icon.icon-window-close-o:before {
  content: "\f410";
}
.icon.icon-times-rectangle-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.icon.icon-times-rectangle-o:before {
  content: "\f410";
}
.icon.icon-bandcamp {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-grav {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-etsy {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-imdb {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-ravelry {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-eercast {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-eercast:before {
  content: "\f2da";
}
.icon.icon-snowflake-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.icon.icon-snowflake-o:before {
  content: "\f2dc";
}
.icon.icon-superpowers {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-wpexplorer {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.icon.icon-cab:before {
  content: "\f1ba";
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.icon-500px:before {
  content: "\f26e";
}
.icon-abacus:before {
  content: "\f640";
}
.icon-accessible-icon:before {
  content: "\f368";
}
.icon-accusoft:before {
  content: "\f369";
}
.icon-acorn:before {
  content: "\f6ae";
}
.icon-acquisitions-incorporated:before {
  content: "\f6af";
}
.icon-ad:before {
  content: "\f641";
}
.icon-address-book:before {
  content: "\f2b9";
}
.icon-address-card:before {
  content: "\f2bb";
}
.icon-adjust:before {
  content: "\f042";
}
.icon-adn:before {
  content: "\f170";
}
.icon-adobe:before {
  content: "\f778";
}
.icon-adversal:before {
  content: "\f36a";
}
.icon-affiliatetheme:before {
  content: "\f36b";
}
.icon-air-conditioner:before {
  content: "\f8f4";
}
.icon-air-freshener:before {
  content: "\f5d0";
}
.icon-airbnb:before {
  content: "\f834";
}
.icon-alarm-clock:before {
  content: "\f34e";
}
.icon-alarm-exclamation:before {
  content: "\f843";
}
.icon-alarm-plus:before {
  content: "\f844";
}
.icon-alarm-snooze:before {
  content: "\f845";
}
.icon-album:before {
  content: "\f89f";
}
.icon-album-collection:before {
  content: "\f8a0";
}
.icon-algolia:before {
  content: "\f36c";
}
.icon-alicorn:before {
  content: "\f6b0";
}
.icon-alien:before {
  content: "\f8f5";
}
.icon-alien-monster:before {
  content: "\f8f6";
}
.icon-align-center:before {
  content: "\f037";
}
.icon-align-justify:before {
  content: "\f039";
}
.icon-align-left:before {
  content: "\f036";
}
.icon-align-right:before {
  content: "\f038";
}
.icon-align-slash:before {
  content: "\f846";
}
.icon-alipay:before {
  content: "\f642";
}
.icon-allergies:before {
  content: "\f461";
}
.icon-amazon:before {
  content: "\f270";
}
.icon-amazon-pay:before {
  content: "\f42c";
}
.icon-ambulance:before {
  content: "\f0f9";
}
.icon-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.icon-amilia:before {
  content: "\f36d";
}
.icon-amp-guitar:before {
  content: "\f8a1";
}
.icon-analytics:before {
  content: "\f643";
}
.icon-anchor:before {
  content: "\f13d";
}
.icon-android:before {
  content: "\f17b";
}
.icon-angel:before {
  content: "\f779";
}
.icon-angellist:before {
  content: "\f209";
}
.icon-angle-double-down:before {
  content: "\f103";
}
.icon-angle-double-left:before {
  content: "\f100";
}
.icon-angle-double-right:before {
  content: "\f101";
}
.icon-angle-double-up:before {
  content: "\f102";
}
.icon-angle-down:before {
  content: "\f107";
}
.icon-angle-left:before {
  content: "\f104";
}
.icon-angle-right:before {
  content: "\f105";
}
.icon-angle-up:before {
  content: "\f106";
}
.icon-angry:before {
  content: "\f556";
}
.icon-angrycreative:before {
  content: "\f36e";
}
.icon-angular:before {
  content: "\f420";
}
.icon-ankh:before {
  content: "\f644";
}
.icon-app-store:before {
  content: "\f36f";
}
.icon-app-store-ios:before {
  content: "\f370";
}
.icon-apper:before {
  content: "\f371";
}
.icon-apple:before {
  content: "\f179";
}
.icon-apple-alt:before {
  content: "\f5d1";
}
.icon-apple-crate:before {
  content: "\f6b1";
}
.icon-apple-pay:before {
  content: "\f415";
}
.icon-archive:before {
  content: "\f187";
}
.icon-archway:before {
  content: "\f557";
}
.icon-arrow-alt-circle-down:before {
  content: "\f358";
}
.icon-arrow-alt-circle-left:before {
  content: "\f359";
}
.icon-arrow-alt-circle-right:before {
  content: "\f35a";
}
.icon-arrow-alt-circle-up:before {
  content: "\f35b";
}
.icon-arrow-alt-down:before {
  content: "\f354";
}
.icon-arrow-alt-from-bottom:before {
  content: "\f346";
}
.icon-arrow-alt-from-left:before {
  content: "\f347";
}
.icon-arrow-alt-from-right:before {
  content: "\f348";
}
.icon-arrow-alt-from-top:before {
  content: "\f349";
}
.icon-arrow-alt-left:before {
  content: "\f355";
}
.icon-arrow-alt-right:before {
  content: "\f356";
}
.icon-arrow-alt-square-down:before {
  content: "\f350";
}
.icon-arrow-alt-square-left:before {
  content: "\f351";
}
.icon-arrow-alt-square-right:before {
  content: "\f352";
}
.icon-arrow-alt-square-up:before {
  content: "\f353";
}
.icon-arrow-alt-to-bottom:before {
  content: "\f34a";
}
.icon-arrow-alt-to-left:before {
  content: "\f34b";
}
.icon-arrow-alt-to-right:before {
  content: "\f34c";
}
.icon-arrow-alt-to-top:before {
  content: "\f34d";
}
.icon-arrow-alt-up:before {
  content: "\f357";
}
.icon-arrow-circle-down:before,
.icon-circle-arrow-down:before {
  content: "\f0ab";
}
.icon-arrow-circle-left:before {
  content: "\f0a8";
}
.icon-arrow-circle-right:before {
  content: "\f0a9";
}
.icon-arrow-circle-up:before {
  content: "\f0aa";
}
.icon-arrow-down:before {
  content: "\f063";
}
.icon-arrow-from-bottom:before {
  content: "\f342";
}
.icon-arrow-from-left:before {
  content: "\f343";
}
.icon-arrow-from-right:before {
  content: "\f344";
}
.icon-arrow-from-top:before {
  content: "\f345";
}
.icon-arrow-left:before {
  content: "\f060";
}
.icon-arrow-right:before {
  content: "\f061";
}
.icon-arrow-square-down:before {
  content: "\f339";
}
.icon-arrow-square-left:before {
  content: "\f33a";
}
.icon-arrow-square-right:before {
  content: "\f33b";
}
.icon-arrow-square-up:before {
  content: "\f33c";
}
.icon-arrow-to-bottom:before {
  content: "\f33d";
}
.icon-arrow-to-left:before {
  content: "\f33e";
}
.icon-arrow-to-right:before {
  content: "\f340";
}
.icon-arrow-to-top:before {
  content: "\f341";
}
.icon-arrow-up:before {
  content: "\f062";
}
.icon-arrows:before {
  content: "\f047";
}
.icon-arrows-alt:before {
  content: "\f0b2";
}
.icon-arrows-alt-h:before {
  content: "\f337";
}
.icon-arrows-alt-v:before {
  content: "\f338";
}
.icon-arrows-h:before {
  content: "\f07e";
}
.icon-arrows-v:before {
  content: "\f07d";
}
.icon-artstation:before {
  content: "\f77a";
}
.icon-assistive-listening-systems:before {
  content: "\f2a2";
}
.icon-asterisk:before {
  content: "\f069";
}
.icon-asymmetrik:before {
  content: "\f372";
}
.icon-at:before {
  content: "\f1fa";
}
.icon-atlas:before {
  content: "\f558";
}
.icon-atlassian:before {
  content: "\f77b";
}
.icon-atom:before {
  content: "\f5d2";
}
.icon-atom-alt:before {
  content: "\f5d3";
}
.icon-audible:before {
  content: "\f373";
}
.icon-audio-description:before {
  content: "\f29e";
}
.icon-autoprefixer:before {
  content: "\f41c";
}
.icon-avianex:before {
  content: "\f374";
}
.icon-aviato:before {
  content: "\f421";
}
.icon-award:before {
  content: "\f559";
}
.icon-aws:before {
  content: "\f375";
}
.icon-axe:before {
  content: "\f6b2";
}
.icon-axe-battle:before {
  content: "\f6b3";
}
.icon-baby:before {
  content: "\f77c";
}
.icon-baby-carriage:before {
  content: "\f77d";
}
.icon-backpack:before {
  content: "\f5d4";
}
.icon-backspace:before {
  content: "\f55a";
}
.icon-backward:before {
  content: "\f04a";
}
.icon-bacon:before {
  content: "\f7e5";
}
.icon-bacteria:before {
  content: "\e059";
}
.icon-bacterium:before {
  content: "\e05a";
}
.icon-badge:before {
  content: "\f335";
}
.icon-badge-check:before {
  content: "\f336";
}
.icon-badge-dollar:before {
  content: "\f645";
}
.icon-badge-percent:before {
  content: "\f646";
}
.icon-badge-sheriff:before {
  content: "\f8a2";
}
.icon-badger-honey:before {
  content: "\f6b4";
}
.icon-bags-shopping:before {
  content: "\f847";
}
.icon-bahai:before {
  content: "\f666";
}
.icon-balance-scale:before {
  content: "\f24e";
}
.icon-balance-scale-left:before {
  content: "\f515";
}
.icon-balance-scale-right:before {
  content: "\f516";
}
.icon-ball-pile:before {
  content: "\f77e";
}
.icon-ballot:before {
  content: "\f732";
}
.icon-ballot-check:before {
  content: "\f733";
}
.icon-ban:before {
  content: "\f05e";
}
.icon-band-aid:before {
  content: "\f462";
}
.icon-bandcamp:before {
  content: "\f2d5";
}
.icon-banjo:before {
  content: "\f8a3";
}
.icon-barcode:before {
  content: "\f02a";
}
.icon-barcode-alt:before {
  content: "\f463";
}
.icon-barcode-read:before {
  content: "\f464";
}
.icon-barcode-scan:before {
  content: "\f465";
}
.icon-bars:before {
  content: "\f0c9";
}
.icon-baseball:before {
  content: "\f432";
}
.icon-baseball-ball:before {
  content: "\f433";
}
.icon-basketball-ball:before {
  content: "\f434";
}
.icon-basketball-hoop:before {
  content: "\f435";
}
.icon-bat:before {
  content: "\f6b5";
}
.icon-bath:before {
  content: "\f2cd";
}
.icon-battery-bolt:before {
  content: "\f376";
}
.icon-battery-empty:before {
  content: "\f244";
}
.icon-battery-full:before {
  content: "\f240";
}
.icon-battery-half:before {
  content: "\f242";
}
.icon-battery-quarter:before {
  content: "\f243";
}
.icon-battery-slash:before {
  content: "\f377";
}
.icon-battery-three-quarters:before {
  content: "\f241";
}
.icon-battle-net:before {
  content: "\f835";
}
.icon-bed:before {
  content: "\f236";
}
.icon-bed-alt:before {
  content: "\f8f7";
}
.icon-bed-bunk:before {
  content: "\f8f8";
}
.icon-bed-empty:before {
  content: "\f8f9";
}
.icon-beer:before {
  content: "\f0fc";
}
.icon-behance:before {
  content: "\f1b4";
}
.icon-behance-square:before {
  content: "\f1b5";
}
.icon-bell:before {
  content: "\f0f3";
}
.icon-bell-exclamation:before {
  content: "\f848";
}
.icon-bell-on:before {
  content: "\f8fa";
}
.icon-bell-plus:before {
  content: "\f849";
}
.icon-bell-school:before {
  content: "\f5d5";
}
.icon-bell-school-slash:before {
  content: "\f5d6";
}
.icon-bell-slash:before {
  content: "\f1f6";
}
.icon-bells:before {
  content: "\f77f";
}
.icon-betamax:before {
  content: "\f8a4";
}
.icon-bezier-curve:before {
  content: "\f55b";
}
.icon-bible:before {
  content: "\f647";
}
.icon-bicycle:before {
  content: "\f206";
}
.icon-biking:before {
  content: "\f84a";
}
.icon-biking-mountain:before {
  content: "\f84b";
}
.icon-bimobject:before {
  content: "\f378";
}
.icon-binoculars:before {
  content: "\f1e5";
}
.icon-biohazard:before {
  content: "\f780";
}
.icon-birthday-cake:before {
  content: "\f1fd";
}
.icon-bitbucket:before {
  content: "\f171";
}
.icon-bitcoin:before {
  content: "\f379";
}
.icon-bity:before {
  content: "\f37a";
}
.icon-black-tie:before {
  content: "\f27e";
}
.icon-blackberry:before {
  content: "\f37b";
}
.icon-blanket:before {
  content: "\f498";
}
.icon-blender:before {
  content: "\f517";
}
.icon-blender-phone:before {
  content: "\f6b6";
}
.icon-blind:before {
  content: "\f29d";
}
.icon-blinds:before {
  content: "\f8fb";
}
.icon-blinds-open:before {
  content: "\f8fc";
}
.icon-blinds-raised:before {
  content: "\f8fd";
}
.icon-blog:before {
  content: "\f781";
}
.icon-blogger:before {
  content: "\f37c";
}
.icon-blogger-b:before {
  content: "\f37d";
}
.icon-bluetooth:before {
  content: "\f293";
}
.icon-bluetooth-b:before {
  content: "\f294";
}
.icon-bold:before {
  content: "\f032";
}
.icon-bolt:before {
  content: "\f0e7";
}
.icon-bomb:before {
  content: "\f1e2";
}
.icon-bone:before {
  content: "\f5d7";
}
.icon-bone-break:before {
  content: "\f5d8";
}
.icon-bong:before {
  content: "\f55c";
}
.icon-book:before {
  content: "\f02d";
}
.icon-book-alt:before {
  content: "\f5d9";
}
.icon-book-dead:before {
  content: "\f6b7";
}
.icon-book-heart:before {
  content: "\f499";
}
.icon-book-medical:before {
  content: "\f7e6";
}
.icon-book-open:before {
  content: "\f518";
}
.icon-book-reader:before {
  content: "\f5da";
}
.icon-book-spells:before {
  content: "\f6b8";
}
.icon-book-user:before {
  content: "\f7e7";
}
.icon-bookmark:before {
  content: "\f02e";
}
.icon-books:before {
  content: "\f5db";
}
.icon-books-medical:before {
  content: "\f7e8";
}
.icon-boombox:before {
  content: "\f8a5";
}
.icon-boot:before {
  content: "\f782";
}
.icon-booth-curtain:before {
  content: "\f734";
}
.icon-bootstrap:before {
  content: "\f836";
}
.icon-border-all:before {
  content: "\f84c";
}
.icon-border-bottom:before {
  content: "\f84d";
}
.icon-border-center-h:before {
  content: "\f89c";
}
.icon-border-center-v:before {
  content: "\f89d";
}
.icon-border-inner:before {
  content: "\f84e";
}
.icon-border-left:before {
  content: "\f84f";
}
.icon-border-none:before {
  content: "\f850";
}
.icon-border-outer:before {
  content: "\f851";
}
.icon-border-right:before {
  content: "\f852";
}
.icon-border-style:before {
  content: "\f853";
}
.icon-border-style-alt:before {
  content: "\f854";
}
.icon-border-top:before {
  content: "\f855";
}
.icon-bow-arrow:before {
  content: "\f6b9";
}
.icon-bowling-ball:before {
  content: "\f436";
}
.icon-bowling-pins:before {
  content: "\f437";
}
.icon-box:before {
  content: "\f466";
}
.icon-box-alt:before {
  content: "\f49a";
}
.icon-box-ballot:before {
  content: "\f735";
}
.icon-box-check:before {
  content: "\f467";
}
.icon-box-fragile:before {
  content: "\f49b";
}
.icon-box-full:before {
  content: "\f49c";
}
.icon-box-heart:before {
  content: "\f49d";
}
.icon-box-open:before {
  content: "\f49e";
}
.icon-box-tissue:before {
  content: "\e05b";
}
.icon-box-up:before {
  content: "\f49f";
}
.icon-box-usd:before {
  content: "\f4a0";
}
.icon-boxes:before {
  content: "\f468";
}
.icon-boxes-alt:before {
  content: "\f4a1";
}
.icon-boxing-glove:before {
  content: "\f438";
}
.icon-brackets:before {
  content: "\f7e9";
}
.icon-brackets-curly:before {
  content: "\f7ea";
}
.icon-braille:before {
  content: "\f2a1";
}
.icon-brain:before {
  content: "\f5dc";
}
.icon-bread-loaf:before {
  content: "\f7eb";
}
.icon-bread-slice:before {
  content: "\f7ec";
}
.icon-briefcase:before {
  content: "\f0b1";
}
.icon-briefcase-medical:before {
  content: "\f469";
}
.icon-bring-forward:before {
  content: "\f856";
}
.icon-bring-front:before {
  content: "\f857";
}
.icon-broadcast-tower:before {
  content: "\f519";
}
.icon-broom:before {
  content: "\f51a";
}
.icon-browser:before {
  content: "\f37e";
}
.icon-brush:before {
  content: "\f55d";
}
.icon-btc:before {
  content: "\f15a";
}
.icon-buffer:before {
  content: "\f837";
}
.icon-bug:before {
  content: "\f188";
}
.icon-building:before {
  content: "\f1ad";
}
.icon-bullhorn:before {
  content: "\f0a1";
}
.icon-bullseye:before {
  content: "\f140";
}
.icon-bullseye-arrow:before {
  content: "\f648";
}
.icon-bullseye-pointer:before {
  content: "\f649";
}
.icon-burger-soda:before {
  content: "\f858";
}
.icon-burn:before {
  content: "\f46a";
}
.icon-buromobelexperte:before {
  content: "\f37f";
}
.icon-burrito:before {
  content: "\f7ed";
}
.icon-bus:before {
  content: "\f207";
}
.icon-bus-alt:before {
  content: "\f55e";
}
.icon-bus-school:before {
  content: "\f5dd";
}
.icon-business-time:before {
  content: "\f64a";
}
.icon-buy-n-large:before {
  content: "\f8a6";
}
.icon-buysellads:before {
  content: "\f20d";
}
.icon-cabinet-filing:before {
  content: "\f64b";
}
.icon-cactus:before {
  content: "\f8a7";
}
.icon-calculator:before {
  content: "\f1ec";
}
.icon-calculator-alt:before {
  content: "\f64c";
}
.icon-calendar:before {
  content: "\f133";
}
.icon-calendar-alt:before {
  content: "\f073";
}
.icon-calendar-check:before {
  content: "\f274";
}
.icon-calendar-day:before {
  content: "\f783";
}
.icon-calendar-edit:before {
  content: "\f333";
}
.icon-calendar-exclamation:before {
  content: "\f334";
}
.icon-calendar-minus:before {
  content: "\f272";
}
.icon-calendar-plus:before {
  content: "\f271";
}
.icon-calendar-star:before {
  content: "\f736";
}
.icon-calendar-times:before {
  content: "\f273";
}
.icon-calendar-week:before {
  content: "\f784";
}
.icon-camcorder:before {
  content: "\f8a8";
}
.icon-camera:before {
  content: "\f030";
}
.icon-camera-alt:before {
  content: "\f332";
}
.icon-camera-home:before {
  content: "\f8fe";
}
.icon-camera-movie:before {
  content: "\f8a9";
}
.icon-camera-polaroid:before {
  content: "\f8aa";
}
.icon-camera-retro:before {
  content: "\f083";
}
.icon-campfire:before {
  content: "\f6ba";
}
.icon-campground:before {
  content: "\f6bb";
}
.icon-canadian-maple-leaf:before {
  content: "\f785";
}
.icon-candle-holder:before {
  content: "\f6bc";
}
.icon-candy-cane:before {
  content: "\f786";
}
.icon-candy-corn:before {
  content: "\f6bd";
}
.icon-cannabis:before {
  content: "\f55f";
}
.icon-capsules:before {
  content: "\f46b";
}
.icon-car:before {
  content: "\f1b9";
}
.icon-car-alt:before {
  content: "\f5de";
}
.icon-car-battery:before {
  content: "\f5df";
}
.icon-car-building:before {
  content: "\f859";
}
.icon-car-bump:before {
  content: "\f5e0";
}
.icon-car-bus:before {
  content: "\f85a";
}
.icon-car-crash:before {
  content: "\f5e1";
}
.icon-car-garage:before {
  content: "\f5e2";
}
.icon-car-mechanic:before {
  content: "\f5e3";
}
.icon-car-side:before {
  content: "\f5e4";
}
.icon-car-tilt:before {
  content: "\f5e5";
}
.icon-car-wash:before {
  content: "\f5e6";
}
.icon-caravan:before {
  content: "\f8ff";
}
.icon-caravan-alt:before {
  content: "\e000";
}
.icon-caret-circle-down:before {
  content: "\f32d";
}
.icon-caret-circle-left:before {
  content: "\f32e";
}
.icon-caret-circle-right:before {
  content: "\f330";
}
.icon-caret-circle-up:before {
  content: "\f331";
}
.icon-caret-down:before {
  content: "\f0d7";
}
.icon-caret-left:before {
  content: "\f0d9";
}
.icon-caret-right:before {
  content: "\f0da";
}
.icon-caret-square-down:before {
  content: "\f150";
}
.icon-caret-square-left:before {
  content: "\f191";
}
.icon-caret-square-right:before {
  content: "\f152";
}
.icon-caret-square-up:before {
  content: "\f151";
}
.icon-caret-up:before {
  content: "\f0d8";
}
.icon-carrot:before {
  content: "\f787";
}
.icon-cars:before {
  content: "\f85b";
}
.icon-cart-arrow-down:before {
  content: "\f218";
}
.icon-cart-plus:before {
  content: "\f217";
}
.icon-cash-register:before {
  content: "\f788";
}
.icon-cassette-tape:before {
  content: "\f8ab";
}
.icon-cat:before {
  content: "\f6be";
}
.icon-cat-space:before {
  content: "\e001";
}
.icon-cauldron:before {
  content: "\f6bf";
}
.icon-cc-amazon-pay:before {
  content: "\f42d";
}
.icon-cc-amex:before {
  content: "\f1f3";
}
.icon-cc-apple-pay:before {
  content: "\f416";
}
.icon-cc-diners-club:before {
  content: "\f24c";
}
.icon-cc-discover:before {
  content: "\f1f2";
}
.icon-cc-jcb:before {
  content: "\f24b";
}
.icon-cc-mastercard:before {
  content: "\f1f1";
}
.icon-cc-paypal:before {
  content: "\f1f4";
}
.icon-cc-stripe:before {
  content: "\f1f5";
}
.icon-cc-visa:before {
  content: "\f1f0";
}
.icon-cctv:before {
  content: "\f8ac";
}
.icon-centercode:before {
  content: "\f380";
}
.icon-centos:before {
  content: "\f789";
}
.icon-certificate:before {
  content: "\f0a3";
}
.icon-chair:before {
  content: "\f6c0";
}
.icon-chair-office:before {
  content: "\f6c1";
}
.icon-chalkboard:before {
  content: "\f51b";
}
.icon-chalkboard-teacher:before {
  content: "\f51c";
}
.icon-charging-station:before {
  content: "\f5e7";
}
.icon-chart-area:before {
  content: "\f1fe";
}
.icon-chart-bar:before {
  content: "\f080";
}
.icon-chart-line:before {
  content: "\f201";
}
.icon-chart-line-down:before {
  content: "\f64d";
}
.icon-chart-network:before {
  content: "\f78a";
}
.icon-chart-pie:before {
  content: "\f200";
}
.icon-chart-pie-alt:before {
  content: "\f64e";
}
.icon-chart-scatter:before {
  content: "\f7ee";
}
.icon-check:before {
  content: "\f00c";
}
.icon-check-circle:before {
  content: "\f058";
}
.icon-check-double:before {
  content: "\f560";
}
.icon-check-square:before {
  content: "\f14a";
}
.icon-cheese:before {
  content: "\f7ef";
}
.icon-cheese-swiss:before {
  content: "\f7f0";
}
.icon-cheeseburger:before {
  content: "\f7f1";
}
.icon-chess:before {
  content: "\f439";
}
.icon-chess-bishop:before {
  content: "\f43a";
}
.icon-chess-bishop-alt:before {
  content: "\f43b";
}
.icon-chess-board:before {
  content: "\f43c";
}
.icon-chess-clock:before {
  content: "\f43d";
}
.icon-chess-clock-alt:before {
  content: "\f43e";
}
.icon-chess-king:before {
  content: "\f43f";
}
.icon-chess-king-alt:before {
  content: "\f440";
}
.icon-chess-knight:before {
  content: "\f441";
}
.icon-chess-knight-alt:before {
  content: "\f442";
}
.icon-chess-pawn:before {
  content: "\f443";
}
.icon-chess-pawn-alt:before {
  content: "\f444";
}
.icon-chess-queen:before {
  content: "\f445";
}
.icon-chess-queen-alt:before {
  content: "\f446";
}
.icon-chess-rook:before {
  content: "\f447";
}
.icon-chess-rook-alt:before {
  content: "\f448";
}
.icon-chevron-circle-down:before {
  content: "\f13a";
}
.icon-chevron-circle-left:before {
  content: "\f137";
}
.icon-chevron-circle-right:before {
  content: "\f138";
}
.icon-chevron-circle-up:before {
  content: "\f139";
}
.icon-chevron-double-down:before {
  content: "\f322";
}
.icon-chevron-double-left:before {
  content: "\f323";
}
.icon-chevron-double-right:before {
  content: "\f324";
}
.icon-chevron-double-up:before {
  content: "\f325";
}
.icon-chevron-down:before {
  content: "\f078";
}
.icon-chevron-left:before {
  content: "\f053";
}
.icon-chevron-right:before {
  content: "\f054";
}
.icon-chevron-square-down:before {
  content: "\f329";
}
.icon-chevron-square-left:before {
  content: "\f32a";
}
.icon-chevron-square-right:before {
  content: "\f32b";
}
.icon-chevron-square-up:before {
  content: "\f32c";
}
.icon-chevron-up:before {
  content: "\f077";
}
.icon-child:before {
  content: "\f1ae";
}
.icon-chimney:before {
  content: "\f78b";
}
.icon-chrome:before {
  content: "\f268";
}
.icon-chromecast:before {
  content: "\f838";
}
.icon-church:before {
  content: "\f51d";
}
.icon-circle:before {
  content: "\f111";
}
.icon-circle-notch:before {
  content: "\f1ce";
}
.icon-city:before {
  content: "\f64f";
}
.icon-clarinet:before {
  content: "\f8ad";
}
.icon-claw-marks:before {
  content: "\f6c2";
}
.icon-clinic-medical:before {
  content: "\f7f2";
}
.icon-clipboard:before {
  content: "\f328";
}
.icon-clipboard-check:before {
  content: "\f46c";
}
.icon-clipboard-list:before {
  content: "\f46d";
}
.icon-clipboard-list-check:before {
  content: "\f737";
}
.icon-clipboard-prescription:before {
  content: "\f5e8";
}
.icon-clipboard-user:before {
  content: "\f7f3";
}
.icon-clock:before {
  content: "\f017";
}
.icon-clone:before {
  content: "\f24d";
}
.icon-closed-captioning:before {
  content: "\f20a";
}
.icon-cloud:before {
  content: "\f0c2";
}
.icon-cloud-download:before {
  content: "\f0ed";
}
.icon-cloud-download-alt:before {
  content: "\f381";
}
.icon-cloud-drizzle:before {
  content: "\f738";
}
.icon-cloud-hail:before {
  content: "\f739";
}
.icon-cloud-hail-mixed:before {
  content: "\f73a";
}
.icon-cloud-meatball:before {
  content: "\f73b";
}
.icon-cloud-moon:before {
  content: "\f6c3";
}
.icon-cloud-moon-rain:before {
  content: "\f73c";
}
.icon-cloud-music:before {
  content: "\f8ae";
}
.icon-cloud-rain:before {
  content: "\f73d";
}
.icon-cloud-rainbow:before {
  content: "\f73e";
}
.icon-cloud-showers:before {
  content: "\f73f";
}
.icon-cloud-showers-heavy:before {
  content: "\f740";
}
.icon-cloud-sleet:before {
  content: "\f741";
}
.icon-cloud-snow:before {
  content: "\f742";
}
.icon-cloud-sun:before {
  content: "\f6c4";
}
.icon-cloud-sun-rain:before {
  content: "\f743";
}
.icon-cloud-upload:before {
  content: "\f0ee";
}
.icon-cloud-upload-alt:before {
  content: "\f382";
}
.icon-cloudflare:before {
  content: "\e07d";
}
.icon-clouds:before {
  content: "\f744";
}
.icon-clouds-moon:before {
  content: "\f745";
}
.icon-clouds-sun:before {
  content: "\f746";
}
.icon-cloudscale:before {
  content: "\f383";
}
.icon-cloudsmith:before {
  content: "\f384";
}
.icon-cloudversify:before {
  content: "\f385";
}
.icon-club:before {
  content: "\f327";
}
.icon-cocktail:before {
  content: "\f561";
}
.icon-code:before {
  content: "\f121";
}
.icon-code-branch:before {
  content: "\f126";
}
.icon-code-commit:before {
  content: "\f386";
}
.icon-code-merge:before {
  content: "\f387";
}
.icon-codepen:before {
  content: "\f1cb";
}
.icon-codiepie:before {
  content: "\f284";
}
.icon-coffee:before {
  content: "\f0f4";
}
.icon-coffee-pot:before {
  content: "\e002";
}
.icon-coffee-togo:before {
  content: "\f6c5";
}
.icon-coffin:before {
  content: "\f6c6";
}
.icon-coffin-cross:before {
  content: "\e051";
}
.icon-cog:before {
  content: "\f013";
}
.icon-cogs:before {
  content: "\f085";
}
.icon-coin:before {
  content: "\f85c";
}
.icon-coins:before {
  content: "\f51e";
}
.icon-columns:before {
  content: "\f0db";
}
.icon-comet:before {
  content: "\e003";
}
.icon-comment:before {
  content: "\f075";
}
.icon-comment-alt:before {
  content: "\f27a";
}
.icon-comment-alt-check:before {
  content: "\f4a2";
}
.icon-comment-alt-dollar:before {
  content: "\f650";
}
.icon-comment-alt-dots:before {
  content: "\f4a3";
}
.icon-comment-alt-edit:before {
  content: "\f4a4";
}
.icon-comment-alt-exclamation:before {
  content: "\f4a5";
}
.icon-comment-alt-lines:before {
  content: "\f4a6";
}
.icon-comment-alt-medical:before {
  content: "\f7f4";
}
.icon-comment-alt-minus:before {
  content: "\f4a7";
}
.icon-comment-alt-music:before {
  content: "\f8af";
}
.icon-comment-alt-plus:before {
  content: "\f4a8";
}
.icon-comment-alt-slash:before {
  content: "\f4a9";
}
.icon-comment-alt-smile:before {
  content: "\f4aa";
}
.icon-comment-alt-times:before {
  content: "\f4ab";
}
.icon-comment-check:before {
  content: "\f4ac";
}
.icon-comment-dollar:before {
  content: "\f651";
}
.icon-comment-dots:before {
  content: "\f4ad";
}
.icon-comment-edit:before {
  content: "\f4ae";
}
.icon-comment-exclamation:before {
  content: "\f4af";
}
.icon-comment-lines:before {
  content: "\f4b0";
}
.icon-comment-medical:before {
  content: "\f7f5";
}
.icon-comment-minus:before {
  content: "\f4b1";
}
.icon-comment-music:before {
  content: "\f8b0";
}
.icon-comment-plus:before {
  content: "\f4b2";
}
.icon-comment-slash:before {
  content: "\f4b3";
}
.icon-comment-smile:before {
  content: "\f4b4";
}
.icon-comment-times:before {
  content: "\f4b5";
}
.icon-comments:before {
  content: "\f086";
}
.icon-comments-alt:before {
  content: "\f4b6";
}
.icon-comments-alt-dollar:before {
  content: "\f652";
}
.icon-comments-dollar:before {
  content: "\f653";
}
.icon-compact-disc:before {
  content: "\f51f";
}
.icon-compass:before {
  content: "\f14e";
}
.icon-compass-slash:before {
  content: "\f5e9";
}
.icon-compress:before {
  content: "\f066";
}
.icon-compress-alt:before {
  content: "\f422";
}
.icon-compress-arrows-alt:before {
  content: "\f78c";
}
.icon-compress-wide:before {
  content: "\f326";
}
.icon-computer-classic:before {
  content: "\f8b1";
}
.icon-computer-speaker:before {
  content: "\f8b2";
}
.icon-concierge-bell:before {
  content: "\f562";
}
.icon-confluence:before {
  content: "\f78d";
}
.icon-connectdevelop:before {
  content: "\f20e";
}
.icon-construction:before {
  content: "\f85d";
}
.icon-container-storage:before {
  content: "\f4b7";
}
.icon-contao:before {
  content: "\f26d";
}
.icon-conveyor-belt:before {
  content: "\f46e";
}
.icon-conveyor-belt-alt:before {
  content: "\f46f";
}
.icon-cookie:before {
  content: "\f563";
}
.icon-cookie-bite:before {
  content: "\f564";
}
.icon-copy:before {
  content: "\f0c5";
}
.icon-copyright:before {
  content: "\f1f9";
}
.icon-corn:before {
  content: "\f6c7";
}
.icon-cotton-bureau:before {
  content: "\f89e";
}
.icon-couch:before {
  content: "\f4b8";
}
.icon-cow:before {
  content: "\f6c8";
}
.icon-cowbell:before {
  content: "\f8b3";
}
.icon-cowbell-more:before {
  content: "\f8b4";
}
.icon-cpanel:before {
  content: "\f388";
}
.icon-creative-commons:before {
  content: "\f25e";
}
.icon-creative-commons-by:before {
  content: "\f4e7";
}
.icon-creative-commons-nc:before {
  content: "\f4e8";
}
.icon-creative-commons-nc-eu:before {
  content: "\f4e9";
}
.icon-creative-commons-nc-jp:before {
  content: "\f4ea";
}
.icon-creative-commons-nd:before {
  content: "\f4eb";
}
.icon-creative-commons-pd:before {
  content: "\f4ec";
}
.icon-creative-commons-pd-alt:before {
  content: "\f4ed";
}
.icon-creative-commons-remix:before {
  content: "\f4ee";
}
.icon-creative-commons-sa:before {
  content: "\f4ef";
}
.icon-creative-commons-sampling:before {
  content: "\f4f0";
}
.icon-creative-commons-sampling-plus:before {
  content: "\f4f1";
}
.icon-creative-commons-share:before {
  content: "\f4f2";
}
.icon-creative-commons-zero:before {
  content: "\f4f3";
}
.icon-credit-card:before {
  content: "\f09d";
}
.icon-credit-card-blank:before {
  content: "\f389";
}
.icon-credit-card-front:before {
  content: "\f38a";
}
.icon-cricket:before {
  content: "\f449";
}
.icon-critical-role:before {
  content: "\f6c9";
}
.icon-croissant:before {
  content: "\f7f6";
}
.icon-crop:before {
  content: "\f125";
}
.icon-crop-alt:before {
  content: "\f565";
}
.icon-cross:before {
  content: "\f654";
}
.icon-crosshairs:before {
  content: "\f05b";
}
.icon-crow:before {
  content: "\f520";
}
.icon-crown:before {
  content: "\f521";
}
.icon-crutch:before {
  content: "\f7f7";
}
.icon-crutches:before {
  content: "\f7f8";
}
.icon-css3:before {
  content: "\f13c";
}
.icon-css3-alt:before {
  content: "\f38b";
}
.icon-cube:before {
  content: "\f1b2";
}
.icon-cubes:before {
  content: "\f1b3";
}
.icon-curling:before {
  content: "\f44a";
}
.icon-cut:before {
  content: "\f0c4";
}
.icon-cuttlefish:before {
  content: "\f38c";
}
.icon-d-and-d:before {
  content: "\f38d";
}
.icon-d-and-d-beyond:before {
  content: "\f6ca";
}
.icon-dagger:before {
  content: "\f6cb";
}
.icon-dailymotion:before {
  content: "\e052";
}
.icon-dashcube:before {
  content: "\f210";
}
.icon-database:before {
  content: "\f1c0";
}
.icon-deaf:before {
  content: "\f2a4";
}
.icon-debug:before {
  content: "\f7f9";
}
.icon-deer:before {
  content: "\f78e";
}
.icon-deer-rudolph:before {
  content: "\f78f";
}
.icon-deezer:before {
  content: "\e077";
}
.icon-delicious:before {
  content: "\f1a5";
}
.icon-democrat:before {
  content: "\f747";
}
.icon-deploydog:before {
  content: "\f38e";
}
.icon-deskpro:before {
  content: "\f38f";
}
.icon-desktop:before {
  content: "\f108";
}
.icon-desktop-alt:before {
  content: "\f390";
}
.icon-dev:before {
  content: "\f6cc";
}
.icon-deviantart:before {
  content: "\f1bd";
}
.icon-dewpoint:before {
  content: "\f748";
}
.icon-dharmachakra:before {
  content: "\f655";
}
.icon-dhl:before {
  content: "\f790";
}
.icon-diagnoses:before {
  content: "\f470";
}
.icon-diamond:before {
  content: "\f219";
}
.icon-diaspora:before {
  content: "\f791";
}
.icon-dice:before {
  content: "\f522";
}
.icon-dice-d10:before {
  content: "\f6cd";
}
.icon-dice-d12:before {
  content: "\f6ce";
}
.icon-dice-d20:before {
  content: "\f6cf";
}
.icon-dice-d4:before {
  content: "\f6d0";
}
.icon-dice-d6:before {
  content: "\f6d1";
}
.icon-dice-d8:before {
  content: "\f6d2";
}
.icon-dice-five:before {
  content: "\f523";
}
.icon-dice-four:before {
  content: "\f524";
}
.icon-dice-one:before {
  content: "\f525";
}
.icon-dice-six:before {
  content: "\f526";
}
.icon-dice-three:before {
  content: "\f527";
}
.icon-dice-two:before {
  content: "\f528";
}
.icon-digg:before {
  content: "\f1a6";
}
.icon-digging:before {
  content: "\f85e";
}
.icon-digital-ocean:before {
  content: "\f391";
}
.icon-digital-tachograph:before {
  content: "\f566";
}
.icon-diploma:before {
  content: "\f5ea";
}
.icon-directions:before {
  content: "\f5eb";
}
.icon-disc-drive:before {
  content: "\f8b5";
}
.icon-discord:before {
  content: "\f392";
}
.icon-discourse:before {
  content: "\f393";
}
.icon-disease:before {
  content: "\f7fa";
}
.icon-divide:before {
  content: "\f529";
}
.icon-dizzy:before {
  content: "\f567";
}
.icon-dna:before {
  content: "\f471";
}
.icon-do-not-enter:before {
  content: "\f5ec";
}
.icon-dochub:before {
  content: "\f394";
}
.icon-docker:before {
  content: "\f395";
}
.icon-dog:before {
  content: "\f6d3";
}
.icon-dog-leashed:before {
  content: "\f6d4";
}
.icon-dollar-sign:before {
  content: "\f155";
}
.icon-dolly:before {
  content: "\f472";
}
.icon-dolly-empty:before {
  content: "\f473";
}
.icon-dolly-flatbed:before {
  content: "\f474";
}
.icon-dolly-flatbed-alt:before {
  content: "\f475";
}
.icon-dolly-flatbed-empty:before {
  content: "\f476";
}
.icon-donate:before {
  content: "\f4b9";
}
.icon-door-closed:before {
  content: "\f52a";
}
.icon-door-open:before {
  content: "\f52b";
}
.icon-dot-circle:before {
  content: "\f192";
}
.icon-dove:before {
  content: "\f4ba";
}
.icon-download:before {
  content: "\f019";
}
.icon-draft2digital:before {
  content: "\f396";
}
.icon-drafting-compass:before {
  content: "\f568";
}
.icon-dragon:before {
  content: "\f6d5";
}
.icon-draw-circle:before {
  content: "\f5ed";
}
.icon-draw-polygon:before {
  content: "\f5ee";
}
.icon-draw-square:before {
  content: "\f5ef";
}
.icon-dreidel:before {
  content: "\f792";
}
.icon-dribbble:before {
  content: "\f17d";
}
.icon-dribbble-square:before {
  content: "\f397";
}
.icon-drone:before {
  content: "\f85f";
}
.icon-drone-alt:before {
  content: "\f860";
}
.icon-dropbox:before {
  content: "\f16b";
}
.icon-drum:before {
  content: "\f569";
}
.icon-drum-steelpan:before {
  content: "\f56a";
}
.icon-drumstick:before {
  content: "\f6d6";
}
.icon-drumstick-bite:before {
  content: "\f6d7";
}
.icon-drupal:before {
  content: "\f1a9";
}
.icon-dryer:before {
  content: "\f861";
}
.icon-dryer-alt:before {
  content: "\f862";
}
.icon-duck:before {
  content: "\f6d8";
}
.icon-dumbbell:before {
  content: "\f44b";
}
.icon-dumpster:before {
  content: "\f793";
}
.icon-dumpster-fire:before {
  content: "\f794";
}
.icon-dungeon:before {
  content: "\f6d9";
}
.icon-dyalog:before {
  content: "\f399";
}
.icon-ear:before {
  content: "\f5f0";
}
.icon-ear-muffs:before {
  content: "\f795";
}
.icon-earlybirds:before {
  content: "\f39a";
}
.icon-ebay:before {
  content: "\f4f4";
}
.icon-eclipse:before {
  content: "\f749";
}
.icon-eclipse-alt:before {
  content: "\f74a";
}
.icon-edge:before {
  content: "\f282";
}
.icon-edge-legacy:before {
  content: "\e078";
}
.icon-edit:before {
  content: "\f044";
}
.icon-egg:before {
  content: "\f7fb";
}
.icon-egg-fried:before {
  content: "\f7fc";
}
.icon-eject:before {
  content: "\f052";
}
.icon-elementor:before {
  content: "\f430";
}
.icon-elephant:before {
  content: "\f6da";
}
.icon-ellipsis-h:before {
  content: "\f141";
}
.icon-ellipsis-h-alt:before {
  content: "\f39b";
}
.icon-ellipsis-v:before {
  content: "\f142";
}
.icon-ellipsis-v-alt:before {
  content: "\f39c";
}
.icon-ello:before {
  content: "\f5f1";
}
.icon-ember:before {
  content: "\f423";
}
.icon-empire:before {
  content: "\f1d1";
}
.icon-empty-set:before {
  content: "\f656";
}
.icon-engine-warning:before {
  content: "\f5f2";
}
.icon-envelope:before {
  content: "\f0e0";
}
.icon-envelope-open:before {
  content: "\f2b6";
}
.icon-envelope-open-dollar:before {
  content: "\f657";
}
.icon-envelope-open-text:before {
  content: "\f658";
}
.icon-envelope-square:before {
  content: "\f199";
}
.icon-envira:before {
  content: "\f299";
}
.icon-equals:before {
  content: "\f52c";
}
.icon-eraser:before {
  content: "\f12d";
}
.icon-erlang:before {
  content: "\f39d";
}
.icon-ethereum:before {
  content: "\f42e";
}
.icon-ethernet:before {
  content: "\f796";
}
.icon-etsy:before {
  content: "\f2d7";
}
.icon-euro-sign:before {
  content: "\f153";
}
.icon-evernote:before {
  content: "\f839";
}
.icon-exchange:before {
  content: "\f0ec";
}
.icon-exchange-alt:before {
  content: "\f362";
}
.icon-exclamation:before {
  content: "\f12a";
}
.icon-exclamation-circle:before {
  content: "\f06a";
}
.icon-exclamation-square:before {
  content: "\f321";
}
.icon-exclamation-triangle:before {
  content: "\f071";
}
.icon-expand:before {
  content: "\f065";
}
.icon-expand-alt:before {
  content: "\f424";
}
.icon-expand-arrows:before {
  content: "\f31d";
}
.icon-expand-arrows-alt:before {
  content: "\f31e";
}
.icon-expand-wide:before {
  content: "\f320";
}
.icon-expeditedssl:before {
  content: "\f23e";
}
.icon-external-link:before {
  content: "\f08e";
}
.icon-external-link-alt:before {
  content: "\f35d";
}
.icon-external-link-square:before {
  content: "\f14c";
}
.icon-external-link-square-alt:before {
  content: "\f360";
}
.icon-eye:before {
  content: "\f06e";
}
.icon-eye-dropper:before {
  content: "\f1fb";
}
.icon-eye-evil:before {
  content: "\f6db";
}
.icon-eye-slash:before {
  content: "\f070";
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-facebook-f:before {
  content: "\f39e";
}
.icon-facebook-messenger:before {
  content: "\f39f";
}
.icon-facebook-square:before {
  content: "\f082";
}
.icon-fan:before {
  content: "\f863";
}
.icon-fan-table:before {
  content: "\e004";
}
.icon-fantasy-flight-games:before {
  content: "\f6dc";
}
.icon-farm:before {
  content: "\f864";
}
.icon-fast-backward:before {
  content: "\f049";
}
.icon-fast-forward:before {
  content: "\f050";
}
.icon-faucet:before {
  content: "\e005";
}
.icon-faucet-drip:before {
  content: "\e006";
}
.icon-fax:before {
  content: "\f1ac";
}
.icon-feather:before {
  content: "\f52d";
}
.icon-feather-alt:before {
  content: "\f56b";
}
.icon-fedex:before {
  content: "\f797";
}
.icon-fedora:before {
  content: "\f798";
}
.icon-female:before {
  content: "\f182";
}
.icon-field-hockey:before {
  content: "\f44c";
}
.icon-fighter-jet:before {
  content: "\f0fb";
}
.icon-figma:before {
  content: "\f799";
}
.icon-file:before {
  content: "\f15b";
}
.icon-file-alt:before {
  content: "\f15c";
}
.icon-file-archive:before {
  content: "\f1c6";
}
.icon-file-audio:before {
  content: "\f1c7";
}
.icon-file-certificate:before {
  content: "\f5f3";
}
.icon-file-chart-line:before {
  content: "\f659";
}
.icon-file-chart-pie:before {
  content: "\f65a";
}
.icon-file-check:before {
  content: "\f316";
}
.icon-file-code:before {
  content: "\f1c9";
}
.icon-file-contract:before {
  content: "\f56c";
}
.icon-file-csv:before {
  content: "\f6dd";
}
.icon-file-download:before {
  content: "\f56d";
}
.icon-file-edit:before {
  content: "\f31c";
}
.icon-file-excel:before {
  content: "\f1c3";
}
.icon-file-exclamation:before {
  content: "\f31a";
}
.icon-file-export:before {
  content: "\f56e";
}
.icon-file-image:before {
  content: "\f1c5";
}
.icon-file-import:before {
  content: "\f56f";
}
.icon-file-invoice:before {
  content: "\f570";
}
.icon-file-invoice-dollar:before {
  content: "\f571";
}
.icon-file-medical:before {
  content: "\f477";
}
.icon-file-medical-alt:before {
  content: "\f478";
}
.icon-file-minus:before {
  content: "\f318";
}
.icon-file-music:before {
  content: "\f8b6";
}
.icon-file-pdf:before {
  content: "\f1c1";
}
.icon-file-plus:before {
  content: "\f319";
}
.icon-file-powerpoint:before {
  content: "\f1c4";
}
.icon-file-prescription:before {
  content: "\f572";
}
.icon-file-search:before {
  content: "\f865";
}
.icon-file-signature:before {
  content: "\f573";
}
.icon-file-spreadsheet:before {
  content: "\f65b";
}
.icon-file-times:before {
  content: "\f317";
}
.icon-file-upload:before {
  content: "\f574";
}
.icon-file-user:before {
  content: "\f65c";
}
.icon-file-video:before {
  content: "\f1c8";
}
.icon-file-word:before {
  content: "\f1c2";
}
.icon-files-medical:before {
  content: "\f7fd";
}
.icon-fill:before {
  content: "\f575";
}
.icon-fill-drip:before {
  content: "\f576";
}
.icon-film:before {
  content: "\f008";
}
.icon-film-alt:before {
  content: "\f3a0";
}
.icon-film-canister:before {
  content: "\f8b7";
}
.icon-filter:before {
  content: "\f0b0";
}
.icon-fingerprint:before {
  content: "\f577";
}
.icon-fire:before {
  content: "\f06d";
}
.icon-fire-alt:before {
  content: "\f7e4";
}
.icon-fire-extinguisher:before {
  content: "\f134";
}
.icon-fire-smoke:before {
  content: "\f74b";
}
.icon-firefox:before {
  content: "\f269";
}
.icon-firefox-browser:before {
  content: "\e007";
}
.icon-fireplace:before {
  content: "\f79a";
}
.icon-first-aid:before {
  content: "\f479";
}
.icon-first-order:before {
  content: "\f2b0";
}
.icon-first-order-alt:before {
  content: "\f50a";
}
.icon-firstdraft:before {
  content: "\f3a1";
}
.icon-fish:before {
  content: "\f578";
}
.icon-fish-cooked:before {
  content: "\f7fe";
}
.icon-fist-raised:before {
  content: "\f6de";
}
.icon-flag:before {
  content: "\f024";
}
.icon-flag-alt:before {
  content: "\f74c";
}
.icon-flag-checkered:before {
  content: "\f11e";
}
.icon-flag-usa:before {
  content: "\f74d";
}
.icon-flame:before {
  content: "\f6df";
}
.icon-flashlight:before {
  content: "\f8b8";
}
.icon-flask:before {
  content: "\f0c3";
}
.icon-flask-poison:before {
  content: "\f6e0";
}
.icon-flask-potion:before {
  content: "\f6e1";
}
.icon-flickr:before {
  content: "\f16e";
}
.icon-flipboard:before {
  content: "\f44d";
}
.icon-flower:before {
  content: "\f7ff";
}
.icon-flower-daffodil:before {
  content: "\f800";
}
.icon-flower-tulip:before {
  content: "\f801";
}
.icon-flushed:before {
  content: "\f579";
}
.icon-flute:before {
  content: "\f8b9";
}
.icon-flux-capacitor:before {
  content: "\f8ba";
}
.icon-fly:before {
  content: "\f417";
}
.icon-fog:before {
  content: "\f74e";
}
.icon-folder:before {
  content: "\f07b";
}
.icon-folder-download:before {
  content: "\e053";
}
.icon-folder-minus:before {
  content: "\f65d";
}
.icon-folder-open:before {
  content: "\f07c";
}
.icon-folder-plus:before {
  content: "\f65e";
}
.icon-folder-times:before {
  content: "\f65f";
}
.icon-folder-tree:before {
  content: "\f802";
}
.icon-folder-upload:before {
  content: "\e054";
}
.icon-folders:before {
  content: "\f660";
}
.icon-font:before {
  content: "\f031";
}
.icon-font-awesome:before {
  content: "\f2b4";
}
.icon-font-awesome-alt:before {
  content: "\f35c";
}
.icon-font-awesome-flag:before {
  content: "\f425";
}
.icon-font-awesome-logo-full:before {
  content: "\f4e6";
}
.icon-font-case:before {
  content: "\f866";
}
.icon-fonticons:before {
  content: "\f280";
}
.icon-fonticons-fi:before {
  content: "\f3a2";
}
.icon-football-ball:before {
  content: "\f44e";
}
.icon-football-helmet:before {
  content: "\f44f";
}
.icon-forklift:before {
  content: "\f47a";
}
.icon-fort-awesome:before {
  content: "\f286";
}
.icon-fort-awesome-alt:before {
  content: "\f3a3";
}
.icon-forumbee:before {
  content: "\f211";
}
.icon-forward:before {
  content: "\f04e";
}
.icon-foursquare:before {
  content: "\f180";
}
.icon-fragile:before {
  content: "\f4bb";
}
.icon-free-code-camp:before {
  content: "\f2c5";
}
.icon-freebsd:before {
  content: "\f3a4";
}
.icon-french-fries:before {
  content: "\f803";
}
.icon-frog:before {
  content: "\f52e";
}
.icon-frosty-head:before {
  content: "\f79b";
}
.icon-frown:before {
  content: "\f119";
}
.icon-frown-open:before {
  content: "\f57a";
}
.icon-fulcrum:before {
  content: "\f50b";
}
.icon-function:before {
  content: "\f661";
}
.icon-funnel-dollar:before {
  content: "\f662";
}
.icon-futbol:before {
  content: "\f1e3";
}
.icon-galactic-republic:before {
  content: "\f50c";
}
.icon-galactic-senate:before {
  content: "\f50d";
}
.icon-galaxy:before {
  content: "\e008";
}
.icon-game-board:before {
  content: "\f867";
}
.icon-game-board-alt:before {
  content: "\f868";
}
.icon-game-console-handheld:before {
  content: "\f8bb";
}
.icon-gamepad:before {
  content: "\f11b";
}
.icon-gamepad-alt:before {
  content: "\f8bc";
}
.icon-garage:before {
  content: "\e009";
}
.icon-garage-car:before {
  content: "\e00a";
}
.icon-garage-open:before {
  content: "\e00b";
}
.icon-gas-pump:before {
  content: "\f52f";
}
.icon-gas-pump-slash:before {
  content: "\f5f4";
}
.icon-gavel:before {
  content: "\f0e3";
}
.icon-gem:before {
  content: "\f3a5";
}
.icon-genderless:before {
  content: "\f22d";
}
.icon-get-pocket:before {
  content: "\f265";
}
.icon-gg:before {
  content: "\f260";
}
.icon-gg-circle:before {
  content: "\f261";
}
.icon-ghost:before {
  content: "\f6e2";
}
.icon-gift:before {
  content: "\f06b";
}
.icon-gift-card:before {
  content: "\f663";
}
.icon-gifts:before {
  content: "\f79c";
}
.icon-gingerbread-man:before {
  content: "\f79d";
}
.icon-git:before {
  content: "\f1d3";
}
.icon-git-alt:before {
  content: "\f841";
}
.icon-git-square:before {
  content: "\f1d2";
}
.icon-github:before {
  content: "\f09b";
}
.icon-github-alt:before {
  content: "\f113";
}
.icon-github-square:before {
  content: "\f092";
}
.icon-gitkraken:before {
  content: "\f3a6";
}
.icon-gitlab:before {
  content: "\f296";
}
.icon-gitter:before {
  content: "\f426";
}
.icon-glass:before {
  content: "\f804";
}
.icon-glass-champagne:before {
  content: "\f79e";
}
.icon-glass-cheers:before {
  content: "\f79f";
}
.icon-glass-citrus:before {
  content: "\f869";
}
.icon-glass-martini:before {
  content: "\f000";
}
.icon-glass-martini-alt:before {
  content: "\f57b";
}
.icon-glass-whiskey:before {
  content: "\f7a0";
}
.icon-glass-whiskey-rocks:before {
  content: "\f7a1";
}
.icon-glasses:before {
  content: "\f530";
}
.icon-glasses-alt:before {
  content: "\f5f5";
}
.icon-glide:before {
  content: "\f2a5";
}
.icon-glide-g:before {
  content: "\f2a6";
}
.icon-globe:before {
  content: "\f0ac";
}
.icon-globe-africa:before {
  content: "\f57c";
}
.icon-globe-americas:before {
  content: "\f57d";
}
.icon-globe-asia:before {
  content: "\f57e";
}
.icon-globe-europe:before {
  content: "\f7a2";
}
.icon-globe-snow:before {
  content: "\f7a3";
}
.icon-globe-stand:before {
  content: "\f5f6";
}
.icon-gofore:before {
  content: "\f3a7";
}
.icon-golf-ball:before {
  content: "\f450";
}
.icon-golf-club:before {
  content: "\f451";
}
.icon-goodreads:before {
  content: "\f3a8";
}
.icon-goodreads-g:before {
  content: "\f3a9";
}
.icon-google:before {
  content: "\f1a0";
}
.icon-google-drive:before {
  content: "\f3aa";
}
.icon-google-pay:before {
  content: "\e079";
}
.icon-google-play:before {
  content: "\f3ab";
}
.icon-google-plus:before {
  content: "\f2b3";
}
.icon-google-plus-g:before {
  content: "\f0d5";
}
.icon-google-plus-square:before {
  content: "\f0d4";
}
.icon-google-wallet:before {
  content: "\f1ee";
}
.icon-gopuram:before {
  content: "\f664";
}
.icon-graduation-cap:before {
  content: "\f19d";
}
.icon-gramophone:before {
  content: "\f8bd";
}
.icon-gratipay:before {
  content: "\f184";
}
.icon-grav:before {
  content: "\f2d6";
}
.icon-greater-than:before {
  content: "\f531";
}
.icon-greater-than-equal:before {
  content: "\f532";
}
.icon-grimace:before {
  content: "\f57f";
}
.icon-grin:before {
  content: "\f580";
}
.icon-grin-alt:before {
  content: "\f581";
}
.icon-grin-beam:before {
  content: "\f582";
}
.icon-grin-beam-sweat:before {
  content: "\f583";
}
.icon-grin-hearts:before {
  content: "\f584";
}
.icon-grin-squint:before {
  content: "\f585";
}
.icon-grin-squint-tears:before {
  content: "\f586";
}
.icon-grin-stars:before {
  content: "\f587";
}
.icon-grin-tears:before {
  content: "\f588";
}
.icon-grin-tongue:before {
  content: "\f589";
}
.icon-grin-tongue-squint:before {
  content: "\f58a";
}
.icon-grin-tongue-wink:before {
  content: "\f58b";
}
.icon-grin-wink:before {
  content: "\f58c";
}
.icon-grip-horizontal:before {
  content: "\f58d";
}
.icon-grip-lines:before {
  content: "\f7a4";
}
.icon-grip-lines-vertical:before {
  content: "\f7a5";
}
.icon-grip-vertical:before {
  content: "\f58e";
}
.icon-gripfire:before {
  content: "\f3ac";
}
.icon-grunt:before {
  content: "\f3ad";
}
.icon-guilded:before {
  content: "\e07e";
}
.icon-guitar:before {
  content: "\f7a6";
}
.icon-guitar-electric:before {
  content: "\f8be";
}
.icon-guitars:before {
  content: "\f8bf";
}
.icon-gulp:before {
  content: "\f3ae";
}
.icon-h-square:before {
  content: "\f0fd";
}
.icon-h1:before {
  content: "\f313";
}
.icon-h2:before {
  content: "\f314";
}
.icon-h3:before {
  content: "\f315";
}
.icon-h4:before {
  content: "\f86a";
}
.icon-hacker-news:before {
  content: "\f1d4";
}
.icon-hacker-news-square:before {
  content: "\f3af";
}
.icon-hackerrank:before {
  content: "\f5f7";
}
.icon-hamburger:before {
  content: "\f805";
}
.icon-hammer:before {
  content: "\f6e3";
}
.icon-hammer-war:before {
  content: "\f6e4";
}
.icon-hamsa:before {
  content: "\f665";
}
.icon-hand-heart:before {
  content: "\f4bc";
}
.icon-hand-holding:before {
  content: "\f4bd";
}
.icon-hand-holding-box:before {
  content: "\f47b";
}
.icon-hand-holding-heart:before {
  content: "\f4be";
}
.icon-hand-holding-magic:before {
  content: "\f6e5";
}
.icon-hand-holding-medical:before {
  content: "\e05c";
}
.icon-hand-holding-seedling:before {
  content: "\f4bf";
}
.icon-hand-holding-usd:before {
  content: "\f4c0";
}
.icon-hand-holding-water:before {
  content: "\f4c1";
}
.icon-hand-lizard:before {
  content: "\f258";
}
.icon-hand-middle-finger:before {
  content: "\f806";
}
.icon-hand-paper:before {
  content: "\f256";
}
.icon-hand-peace:before {
  content: "\f25b";
}
.icon-hand-point-down:before {
  content: "\f0a7";
}
.icon-hand-point-left:before {
  content: "\f0a5";
}
.icon-hand-point-right:before {
  content: "\f0a4";
}
.icon-hand-point-up:before {
  content: "\f0a6";
}
.icon-hand-pointer:before {
  content: "\f25a";
}
.icon-hand-receiving:before {
  content: "\f47c";
}
.icon-hand-rock:before {
  content: "\f255";
}
.icon-hand-scissors:before {
  content: "\f257";
}
.icon-hand-sparkles:before {
  content: "\e05d";
}
.icon-hand-spock:before {
  content: "\f259";
}
.icon-hands:before {
  content: "\f4c2";
}
.icon-hands-heart:before {
  content: "\f4c3";
}
.icon-hands-helping:before {
  content: "\f4c4";
}
.icon-hands-usd:before {
  content: "\f4c5";
}
.icon-hands-wash:before {
  content: "\e05e";
}
.icon-handshake:before {
  content: "\f2b5";
}
.icon-handshake-alt:before {
  content: "\f4c6";
}
.icon-handshake-alt-slash:before {
  content: "\e05f";
}
.icon-handshake-slash:before {
  content: "\e060";
}
.icon-hanukiah:before {
  content: "\f6e6";
}
.icon-hard-hat:before {
  content: "\f807";
}
.icon-hashtag:before {
  content: "\f292";
}
.icon-hat-chef:before {
  content: "\f86b";
}
.icon-hat-cowboy:before {
  content: "\f8c0";
}
.icon-hat-cowboy-side:before {
  content: "\f8c1";
}
.icon-hat-santa:before {
  content: "\f7a7";
}
.icon-hat-winter:before {
  content: "\f7a8";
}
.icon-hat-witch:before {
  content: "\f6e7";
}
.icon-hat-wizard:before {
  content: "\f6e8";
}
.icon-hdd:before {
  content: "\f0a0";
}
.icon-head-side:before {
  content: "\f6e9";
}
.icon-head-side-brain:before {
  content: "\f808";
}
.icon-head-side-cough:before {
  content: "\e061";
}
.icon-head-side-cough-slash:before {
  content: "\e062";
}
.icon-head-side-headphones:before {
  content: "\f8c2";
}
.icon-head-side-mask:before {
  content: "\e063";
}
.icon-head-side-medical:before {
  content: "\f809";
}
.icon-head-side-virus:before {
  content: "\e064";
}
.icon-head-vr:before {
  content: "\f6ea";
}
.icon-heading:before {
  content: "\f1dc";
}
.icon-headphones:before {
  content: "\f025";
}
.icon-headphones-alt:before {
  content: "\f58f";
}
.icon-headset:before {
  content: "\f590";
}
.icon-heart:before {
  content: "\f004";
}
.icon-heart-broken:before {
  content: "\f7a9";
}
.icon-heart-circle:before {
  content: "\f4c7";
}
.icon-heart-rate:before {
  content: "\f5f8";
}
.icon-heart-square:before {
  content: "\f4c8";
}
.icon-heartbeat:before {
  content: "\f21e";
}
.icon-heat:before {
  content: "\e00c";
}
.icon-helicopter:before {
  content: "\f533";
}
.icon-helmet-battle:before {
  content: "\f6eb";
}
.icon-hexagon:before {
  content: "\f312";
}
.icon-highlighter:before {
  content: "\f591";
}
.icon-hiking:before {
  content: "\f6ec";
}
.icon-hippo:before {
  content: "\f6ed";
}
.icon-hips:before {
  content: "\f452";
}
.icon-hire-a-helper:before {
  content: "\f3b0";
}
.icon-history:before {
  content: "\f1da";
}
.icon-hive:before {
  content: "\e07f";
}
.icon-hockey-mask:before {
  content: "\f6ee";
}
.icon-hockey-puck:before {
  content: "\f453";
}
.icon-hockey-sticks:before {
  content: "\f454";
}
.icon-holly-berry:before {
  content: "\f7aa";
}
.icon-home:before {
  content: "\f015";
}
.icon-home-alt:before {
  content: "\f80a";
}
.icon-home-heart:before {
  content: "\f4c9";
}
.icon-home-lg:before {
  content: "\f80b";
}
.icon-home-lg-alt:before {
  content: "\f80c";
}
.icon-hood-cloak:before {
  content: "\f6ef";
}
.icon-hooli:before {
  content: "\f427";
}
.icon-horizontal-rule:before {
  content: "\f86c";
}
.icon-hornbill:before {
  content: "\f592";
}
.icon-horse:before {
  content: "\f6f0";
}
.icon-horse-head:before {
  content: "\f7ab";
}
.icon-horse-saddle:before {
  content: "\f8c3";
}
.icon-hospital:before {
  content: "\f0f8";
}
.icon-hospital-alt:before {
  content: "\f47d";
}
.icon-hospital-symbol:before {
  content: "\f47e";
}
.icon-hospital-user:before {
  content: "\f80d";
}
.icon-hospitals:before {
  content: "\f80e";
}
.icon-hot-tub:before {
  content: "\f593";
}
.icon-hotdog:before {
  content: "\f80f";
}
.icon-hotel:before {
  content: "\f594";
}
.icon-hotjar:before {
  content: "\f3b1";
}
.icon-hourglass:before {
  content: "\f254";
}
.icon-hourglass-end:before {
  content: "\f253";
}
.icon-hourglass-half:before {
  content: "\f252";
}
.icon-hourglass-start:before {
  content: "\f251";
}
.icon-house:before {
  content: "\e00d";
}
.icon-house-damage:before {
  content: "\f6f1";
}
.icon-house-day:before {
  content: "\e00e";
}
.icon-house-flood:before {
  content: "\f74f";
}
.icon-house-leave:before {
  content: "\e00f";
}
.icon-house-night:before {
  content: "\e010";
}
.icon-house-return:before {
  content: "\e011";
}
.icon-house-signal:before {
  content: "\e012";
}
.icon-house-user:before {
  content: "\e065";
}
.icon-houzz:before {
  content: "\f27c";
}
.icon-hryvnia:before {
  content: "\f6f2";
}
.icon-html5:before {
  content: "\f13b";
}
.icon-hubspot:before {
  content: "\f3b2";
}
.icon-humidity:before {
  content: "\f750";
}
.icon-hurricane:before {
  content: "\f751";
}
.icon-i-cursor:before {
  content: "\f246";
}
.icon-ice-cream:before {
  content: "\f810";
}
.icon-ice-skate:before {
  content: "\f7ac";
}
.icon-icicles:before {
  content: "\f7ad";
}
.icon-icons:before {
  content: "\f86d";
}
.icon-icons-alt:before {
  content: "\f86e";
}
.icon-id-badge:before {
  content: "\f2c1";
}
.icon-id-card:before {
  content: "\f2c2";
}
.icon-id-card-alt:before {
  content: "\f47f";
}
.icon-ideal:before {
  content: "\e013";
}
.icon-igloo:before {
  content: "\f7ae";
}
.icon-image:before {
  content: "\f03e";
}
.icon-image-polaroid:before {
  content: "\f8c4";
}
.icon-images:before {
  content: "\f302";
}
.icon-imdb:before {
  content: "\f2d8";
}
.icon-inbox:before {
  content: "\f01c";
}
.icon-inbox-in:before {
  content: "\f310";
}
.icon-inbox-out:before {
  content: "\f311";
}
.icon-indent:before {
  content: "\f03c";
}
.icon-industry:before {
  content: "\f275";
}
.icon-industry-alt:before {
  content: "\f3b3";
}
.icon-infinity:before {
  content: "\f534";
}
.icon-info:before {
  content: "\f129";
}
.icon-info-circle:before {
  content: "\f05a";
}
.icon-info-square:before {
  content: "\f30f";
}
.icon-inhaler:before {
  content: "\f5f9";
}
.icon-innosoft:before {
  content: "\e080";
}
.icon-instagram:before {
  content: "\f16d";
}
.icon-instagram-square:before {
  content: "\e055";
}
.icon-instalod:before {
  content: "\e081";
}
.icon-integral:before {
  content: "\f667";
}
.icon-intercom:before {
  content: "\f7af";
}
.icon-internet-explorer:before {
  content: "\f26b";
}
.icon-intersection:before {
  content: "\f668";
}
.icon-inventory:before {
  content: "\f480";
}
.icon-invision:before {
  content: "\f7b0";
}
.icon-ioxhost:before {
  content: "\f208";
}
.icon-island-tropical:before {
  content: "\f811";
}
.icon-italic:before {
  content: "\f033";
}
.icon-itch-io:before {
  content: "\f83a";
}
.icon-itunes:before {
  content: "\f3b4";
}
.icon-itunes-note:before {
  content: "\f3b5";
}
.icon-jack-o-lantern:before {
  content: "\f30e";
}
.icon-java:before {
  content: "\f4e4";
}
.icon-jedi:before {
  content: "\f669";
}
.icon-jedi-order:before {
  content: "\f50e";
}
.icon-jenkins:before {
  content: "\f3b6";
}
.icon-jira:before {
  content: "\f7b1";
}
.icon-joget:before {
  content: "\f3b7";
}
.icon-joint:before {
  content: "\f595";
}
.icon-joomla:before {
  content: "\f1aa";
}
.icon-journal-whills:before {
  content: "\f66a";
}
.icon-joystick:before {
  content: "\f8c5";
}
.icon-js:before {
  content: "\f3b8";
}
.icon-js-square:before {
  content: "\f3b9";
}
.icon-jsfiddle:before {
  content: "\f1cc";
}
.icon-jug:before {
  content: "\f8c6";
}
.icon-kaaba:before {
  content: "\f66b";
}
.icon-kaggle:before {
  content: "\f5fa";
}
.icon-kazoo:before {
  content: "\f8c7";
}
.icon-kerning:before {
  content: "\f86f";
}
.icon-key:before {
  content: "\f084";
}
.icon-key-skeleton:before {
  content: "\f6f3";
}
.icon-keybase:before {
  content: "\f4f5";
}
.icon-keyboard:before {
  content: "\f11c";
}
.icon-keycdn:before {
  content: "\f3ba";
}
.icon-keynote:before {
  content: "\f66c";
}
.icon-khanda:before {
  content: "\f66d";
}
.icon-kickstarter:before {
  content: "\f3bb";
}
.icon-kickstarter-k:before {
  content: "\f3bc";
}
.icon-kidneys:before {
  content: "\f5fb";
}
.icon-kiss:before {
  content: "\f596";
}
.icon-kiss-beam:before {
  content: "\f597";
}
.icon-kiss-wink-heart:before {
  content: "\f598";
}
.icon-kite:before {
  content: "\f6f4";
}
.icon-kiwi-bird:before {
  content: "\f535";
}
.icon-knife-kitchen:before {
  content: "\f6f5";
}
.icon-korvue:before {
  content: "\f42f";
}
.icon-lambda:before {
  content: "\f66e";
}
.icon-lamp:before {
  content: "\f4ca";
}
.icon-lamp-desk:before {
  content: "\e014";
}
.icon-lamp-floor:before {
  content: "\e015";
}
.icon-landmark:before {
  content: "\f66f";
}
.icon-landmark-alt:before {
  content: "\f752";
}
.icon-language:before {
  content: "\f1ab";
}
.icon-laptop:before {
  content: "\f109";
}
.icon-laptop-code:before {
  content: "\f5fc";
}
.icon-laptop-house:before {
  content: "\e066";
}
.icon-laptop-medical:before {
  content: "\f812";
}
.icon-laravel:before {
  content: "\f3bd";
}
.icon-lasso:before {
  content: "\f8c8";
}
.icon-lastfm:before {
  content: "\f202";
}
.icon-lastfm-square:before {
  content: "\f203";
}
.icon-laugh:before {
  content: "\f599";
}
.icon-laugh-beam:before {
  content: "\f59a";
}
.icon-laugh-squint:before {
  content: "\f59b";
}
.icon-laugh-wink:before {
  content: "\f59c";
}
.icon-layer-group:before {
  content: "\f5fd";
}
.icon-layer-minus:before {
  content: "\f5fe";
}
.icon-layer-plus:before {
  content: "\f5ff";
}
.icon-leaf:before {
  content: "\f06c";
}
.icon-leaf-heart:before {
  content: "\f4cb";
}
.icon-leaf-maple:before {
  content: "\f6f6";
}
.icon-leaf-oak:before {
  content: "\f6f7";
}
.icon-leanpub:before {
  content: "\f212";
}
.icon-lemon:before {
  content: "\f094";
}
.icon-less:before {
  content: "\f41d";
}
.icon-less-than:before {
  content: "\f536";
}
.icon-less-than-equal:before {
  content: "\f537";
}
.icon-level-down:before {
  content: "\f149";
}
.icon-level-down-alt:before {
  content: "\f3be";
}
.icon-level-up:before {
  content: "\f148";
}
.icon-level-up-alt:before {
  content: "\f3bf";
}
.icon-life-ring:before {
  content: "\f1cd";
}
.icon-light-ceiling:before {
  content: "\e016";
}
.icon-light-switch:before {
  content: "\e017";
}
.icon-light-switch-off:before {
  content: "\e018";
}
.icon-light-switch-on:before {
  content: "\e019";
}
.icon-lightbulb:before {
  content: "\f0eb";
}
.icon-lightbulb-dollar:before {
  content: "\f670";
}
.icon-lightbulb-exclamation:before {
  content: "\f671";
}
.icon-lightbulb-on:before {
  content: "\f672";
}
.icon-lightbulb-slash:before {
  content: "\f673";
}
.icon-lights-holiday:before {
  content: "\f7b2";
}
.icon-line:before {
  content: "\f3c0";
}
.icon-line-columns:before {
  content: "\f870";
}
.icon-line-height:before {
  content: "\f871";
}
.icon-link:before {
  content: "\f0c1";
}
.icon-linkedin:before {
  content: "\f08c";
}
.icon-linkedin-in:before {
  content: "\f0e1";
}
.icon-linode:before {
  content: "\f2b8";
}
.icon-linux:before {
  content: "\f17c";
}
.icon-lips:before {
  content: "\f600";
}
.icon-lira-sign:before {
  content: "\f195";
}
.icon-list:before {
  content: "\f03a";
}
.icon-list-alt:before {
  content: "\f022";
}
.icon-list-music:before {
  content: "\f8c9";
}
.icon-list-ol:before {
  content: "\f0cb";
}
.icon-list-ul:before {
  content: "\f0ca";
}
.icon-location:before {
  content: "\f601";
}
.icon-location-arrow:before {
  content: "\f124";
}
.icon-location-circle:before {
  content: "\f602";
}
.icon-location-slash:before {
  content: "\f603";
}
.icon-lock:before {
  content: "\f023";
}
.icon-lock-alt:before {
  content: "\f30d";
}
.icon-lock-open:before {
  content: "\f3c1";
}
.icon-lock-open-alt:before {
  content: "\f3c2";
}
.icon-long-arrow-alt-down:before {
  content: "\f309";
}
.icon-long-arrow-alt-left:before {
  content: "\f30a";
}
.icon-long-arrow-alt-right:before {
  content: "\f30b";
}
.icon-long-arrow-alt-up:before {
  content: "\f30c";
}
.icon-long-arrow-down:before {
  content: "\f175";
}
.icon-long-arrow-left:before {
  content: "\f177";
}
.icon-long-arrow-right:before {
  content: "\f178";
}
.icon-long-arrow-up:before {
  content: "\f176";
}
.icon-loveseat:before {
  content: "\f4cc";
}
.icon-low-vision:before {
  content: "\f2a8";
}
.icon-luchador:before {
  content: "\f455";
}
.icon-luggage-cart:before {
  content: "\f59d";
}
.icon-lungs:before {
  content: "\f604";
}
.icon-lungs-virus:before {
  content: "\e067";
}
.icon-lyft:before {
  content: "\f3c3";
}
.icon-mace:before {
  content: "\f6f8";
}
.icon-magento:before {
  content: "\f3c4";
}
.icon-magic:before {
  content: "\f0d0";
}
.icon-magnet:before {
  content: "\f076";
}
.icon-mail-bulk:before {
  content: "\f674";
}
.icon-mailbox:before {
  content: "\f813";
}
.icon-mailchimp:before {
  content: "\f59e";
}
.icon-male:before {
  content: "\f183";
}
.icon-mandalorian:before {
  content: "\f50f";
}
.icon-mandolin:before {
  content: "\f6f9";
}
.icon-map:before {
  content: "\f279";
}
.icon-map-marked:before {
  content: "\f59f";
}
.icon-map-marked-alt:before {
  content: "\f5a0";
}
.icon-map-marker:before {
  content: "\f041";
}
.icon-map-marker-alt:before {
  content: "\f3c5";
}
.icon-map-marker-alt-slash:before {
  content: "\f605";
}
.icon-map-marker-check:before {
  content: "\f606";
}
.icon-map-marker-edit:before {
  content: "\f607";
}
.icon-map-marker-exclamation:before {
  content: "\f608";
}
.icon-map-marker-minus:before {
  content: "\f609";
}
.icon-map-marker-plus:before {
  content: "\f60a";
}
.icon-map-marker-question:before {
  content: "\f60b";
}
.icon-map-marker-slash:before {
  content: "\f60c";
}
.icon-map-marker-smile:before {
  content: "\f60d";
}
.icon-map-marker-times:before {
  content: "\f60e";
}
.icon-map-pin:before {
  content: "\f276";
}
.icon-map-signs:before {
  content: "\f277";
}
.icon-markdown:before {
  content: "\f60f";
}
.icon-marker:before {
  content: "\f5a1";
}
.icon-mars:before {
  content: "\f222";
}
.icon-mars-double:before {
  content: "\f227";
}
.icon-mars-stroke:before {
  content: "\f229";
}
.icon-mars-stroke-h:before {
  content: "\f22b";
}
.icon-mars-stroke-v:before {
  content: "\f22a";
}
.icon-mask:before {
  content: "\f6fa";
}
.icon-mastodon:before {
  content: "\f4f6";
}
.icon-maxcdn:before {
  content: "\f136";
}
.icon-mdb:before {
  content: "\f8ca";
}
.icon-meat:before {
  content: "\f814";
}
.icon-medal:before {
  content: "\f5a2";
}
.icon-medapps:before {
  content: "\f3c6";
}
.icon-medium:before {
  content: "\f23a";
}
.icon-medium-m:before {
  content: "\f3c7";
}
.icon-medkit:before {
  content: "\f0fa";
}
.icon-medrt:before {
  content: "\f3c8";
}
.icon-meetup:before {
  content: "\f2e0";
}
.icon-megaphone:before {
  content: "\f675";
}
.icon-megaport:before {
  content: "\f5a3";
}
.icon-meh:before {
  content: "\f11a";
}
.icon-meh-blank:before {
  content: "\f5a4";
}
.icon-meh-rolling-eyes:before {
  content: "\f5a5";
}
.icon-memory:before {
  content: "\f538";
}
.icon-mendeley:before {
  content: "\f7b3";
}
.icon-menorah:before {
  content: "\f676";
}
.icon-mercury:before {
  content: "\f223";
}
.icon-meteor:before {
  content: "\f753";
}
.icon-microblog:before {
  content: "\e01a";
}
.icon-microchip:before {
  content: "\f2db";
}
.icon-microphone:before {
  content: "\f130";
}
.icon-microphone-alt:before {
  content: "\f3c9";
}
.icon-microphone-alt-slash:before {
  content: "\f539";
}
.icon-microphone-slash:before {
  content: "\f131";
}
.icon-microphone-stand:before {
  content: "\f8cb";
}
.icon-microscope:before {
  content: "\f610";
}
.icon-microsoft:before {
  content: "\f3ca";
}
.icon-microwave:before {
  content: "\e01b";
}
.icon-mind-share:before {
  content: "\f677";
}
.icon-minus:before {
  content: "\f068";
}
.icon-minus-circle:before {
  content: "\f056";
}
.icon-minus-hexagon:before {
  content: "\f307";
}
.icon-minus-octagon:before {
  content: "\f308";
}
.icon-minus-square:before {
  content: "\f146";
}
.icon-mistletoe:before {
  content: "\f7b4";
}
.icon-mitten:before {
  content: "\f7b5";
}
.icon-mix:before {
  content: "\f3cb";
}
.icon-mixcloud:before {
  content: "\f289";
}
.icon-mixer:before {
  content: "\e056";
}
.icon-mizuni:before {
  content: "\f3cc";
}
.icon-mobile:before {
  content: "\f10b";
}
.icon-mobile-alt:before {
  content: "\f3cd";
}
.icon-mobile-android:before {
  content: "\f3ce";
}
.icon-mobile-android-alt:before {
  content: "\f3cf";
}
.icon-modx:before {
  content: "\f285";
}
.icon-monero:before {
  content: "\f3d0";
}
.icon-money-bill:before {
  content: "\f0d6";
}
.icon-money-bill-alt:before {
  content: "\f3d1";
}
.icon-money-bill-wave:before {
  content: "\f53a";
}
.icon-money-bill-wave-alt:before {
  content: "\f53b";
}
.icon-money-check:before {
  content: "\f53c";
}
.icon-money-check-alt:before {
  content: "\f53d";
}
.icon-money-check-edit:before {
  content: "\f872";
}
.icon-money-check-edit-alt:before {
  content: "\f873";
}
.icon-monitor-heart-rate:before {
  content: "\f611";
}
.icon-monkey:before {
  content: "\f6fb";
}
.icon-monument:before {
  content: "\f5a6";
}
.icon-moon:before {
  content: "\f186";
}
.icon-moon-cloud:before {
  content: "\f754";
}
.icon-moon-stars:before {
  content: "\f755";
}
.icon-mortar-pestle:before {
  content: "\f5a7";
}
.icon-mosque:before {
  content: "\f678";
}
.icon-motorcycle:before {
  content: "\f21c";
}
.icon-mountain:before {
  content: "\f6fc";
}
.icon-mountains:before {
  content: "\f6fd";
}
.icon-mouse:before {
  content: "\f8cc";
}
.icon-mouse-alt:before {
  content: "\f8cd";
}
.icon-mouse-pointer:before {
  content: "\f245";
}
.icon-mp3-player:before {
  content: "\f8ce";
}
.icon-mug:before {
  content: "\f874";
}
.icon-mug-hot:before {
  content: "\f7b6";
}
.icon-mug-marshmallows:before {
  content: "\f7b7";
}
.icon-mug-tea:before {
  content: "\f875";
}
.icon-music:before {
  content: "\f001";
}
.icon-music-alt:before {
  content: "\f8cf";
}
.icon-music-alt-slash:before {
  content: "\f8d0";
}
.icon-music-slash:before {
  content: "\f8d1";
}
.icon-napster:before {
  content: "\f3d2";
}
.icon-narwhal:before {
  content: "\f6fe";
}
.icon-neos:before {
  content: "\f612";
}
.icon-network-wired:before {
  content: "\f6ff";
}
.icon-neuter:before {
  content: "\f22c";
}
.icon-newspaper:before {
  content: "\f1ea";
}
.icon-nimblr:before {
  content: "\f5a8";
}
.icon-node:before {
  content: "\f419";
}
.icon-node-js:before {
  content: "\f3d3";
}
.icon-not-equal:before {
  content: "\f53e";
}
.icon-notes-medical:before {
  content: "\f481";
}
.icon-npm:before {
  content: "\f3d4";
}
.icon-ns8:before {
  content: "\f3d5";
}
.icon-nutritionix:before {
  content: "\f3d6";
}
.icon-object-group:before {
  content: "\f247";
}
.icon-object-ungroup:before {
  content: "\f248";
}
.icon-octagon:before {
  content: "\f306";
}
.icon-octopus-deploy:before {
  content: "\e082";
}
.icon-odnoklassniki:before {
  content: "\f263";
}
.icon-odnoklassniki-square:before {
  content: "\f264";
}
.icon-oil-can:before {
  content: "\f613";
}
.icon-oil-temp:before {
  content: "\f614";
}
.icon-old-republic:before {
  content: "\f510";
}
.icon-om:before {
  content: "\f679";
}
.icon-omega:before {
  content: "\f67a";
}
.icon-opencart:before {
  content: "\f23d";
}
.icon-openid:before {
  content: "\f19b";
}
.icon-opera:before {
  content: "\f26a";
}
.icon-optin-monster:before {
  content: "\f23c";
}
.icon-orcid:before {
  content: "\f8d2";
}
.icon-ornament:before {
  content: "\f7b8";
}
.icon-osi:before {
  content: "\f41a";
}
.icon-otter:before {
  content: "\f700";
}
.icon-outdent:before {
  content: "\f03b";
}
.icon-outlet:before {
  content: "\e01c";
}
.icon-oven:before {
  content: "\e01d";
}
.icon-overline:before {
  content: "\f876";
}
.icon-page-break:before {
  content: "\f877";
}
.icon-page4:before {
  content: "\f3d7";
}
.icon-pagelines:before {
  content: "\f18c";
}
.icon-pager:before {
  content: "\f815";
}
.icon-paint-brush:before {
  content: "\f1fc";
}
.icon-paint-brush-alt:before {
  content: "\f5a9";
}
.icon-paint-roller:before {
  content: "\f5aa";
}
.icon-palette:before {
  content: "\f53f";
}
.icon-palfed:before {
  content: "\f3d8";
}
.icon-pallet:before {
  content: "\f482";
}
.icon-pallet-alt:before {
  content: "\f483";
}
.icon-paper-plane:before {
  content: "\f1d8";
}
.icon-paperclip:before {
  content: "\f0c6";
}
.icon-parachute-box:before {
  content: "\f4cd";
}
.icon-paragraph:before {
  content: "\f1dd";
}
.icon-paragraph-rtl:before {
  content: "\f878";
}
.icon-parking:before {
  content: "\f540";
}
.icon-parking-circle:before {
  content: "\f615";
}
.icon-parking-circle-slash:before {
  content: "\f616";
}
.icon-parking-slash:before {
  content: "\f617";
}
.icon-passport:before {
  content: "\f5ab";
}
.icon-pastafarianism:before {
  content: "\f67b";
}
.icon-paste:before {
  content: "\f0ea";
}
.icon-patreon:before {
  content: "\f3d9";
}
.icon-pause:before {
  content: "\f04c";
}
.icon-pause-circle:before {
  content: "\f28b";
}
.icon-paw:before {
  content: "\f1b0";
}
.icon-paw-alt:before {
  content: "\f701";
}
.icon-paw-claws:before {
  content: "\f702";
}
.icon-paypal:before {
  content: "\f1ed";
}
.icon-peace:before {
  content: "\f67c";
}
.icon-pegasus:before {
  content: "\f703";
}
.icon-pen:before {
  content: "\f304";
}
.icon-pen-alt:before {
  content: "\f305";
}
.icon-pen-fancy:before {
  content: "\f5ac";
}
.icon-pen-nib:before {
  content: "\f5ad";
}
.icon-pen-square:before {
  content: "\f14b";
}
.icon-pencil:before {
  content: "\f040";
}
.icon-pencil-alt:before {
  content: "\f303";
}
.icon-pencil-paintbrush:before {
  content: "\f618";
}
.icon-pencil-ruler:before {
  content: "\f5ae";
}
.icon-pennant:before {
  content: "\f456";
}
.icon-penny-arcade:before {
  content: "\f704";
}
.icon-people-arrows:before {
  content: "\e068";
}
.icon-people-carry:before {
  content: "\f4ce";
}
.icon-pepper-hot:before {
  content: "\f816";
}
.icon-perbyte:before {
  content: "\e083";
}
.icon-percent:before {
  content: "\f295";
}
.icon-percentage:before {
  content: "\f541";
}
.icon-periscope:before {
  content: "\f3da";
}
.icon-person-booth:before {
  content: "\f756";
}
.icon-person-carry:before {
  content: "\f4cf";
}
.icon-person-dolly:before {
  content: "\f4d0";
}
.icon-person-dolly-empty:before {
  content: "\f4d1";
}
.icon-person-sign:before {
  content: "\f757";
}
.icon-phabricator:before {
  content: "\f3db";
}
.icon-phoenix-framework:before {
  content: "\f3dc";
}
.icon-phoenix-squadron:before {
  content: "\f511";
}
.icon-phone:before {
  content: "\f095";
}
.icon-phone-alt:before {
  content: "\f879";
}
.icon-phone-laptop:before {
  content: "\f87a";
}
.icon-phone-office:before {
  content: "\f67d";
}
.icon-phone-plus:before {
  content: "\f4d2";
}
.icon-phone-rotary:before {
  content: "\f8d3";
}
.icon-phone-slash:before {
  content: "\f3dd";
}
.icon-phone-square:before {
  content: "\f098";
}
.icon-phone-square-alt:before {
  content: "\f87b";
}
.icon-phone-volume:before {
  content: "\f2a0";
}
.icon-photo-video:before {
  content: "\f87c";
}
.icon-php:before {
  content: "\f457";
}
.icon-pi:before {
  content: "\f67e";
}
.icon-piano:before {
  content: "\f8d4";
}
.icon-piano-keyboard:before {
  content: "\f8d5";
}
.icon-pie:before {
  content: "\f705";
}
.icon-pied-piper:before {
  content: "\f2ae";
}
.icon-pied-piper-alt:before {
  content: "\f1a8";
}
.icon-pied-piper-hat:before {
  content: "\f4e5";
}
.icon-pied-piper-pp:before {
  content: "\f1a7";
}
.icon-pied-piper-square:before {
  content: "\e01e";
}
.icon-pig:before {
  content: "\f706";
}
.icon-piggy-bank:before {
  content: "\f4d3";
}
.icon-pills:before {
  content: "\f484";
}
.icon-pinterest:before {
  content: "\f0d2";
}
.icon-pinterest-p:before {
  content: "\f231";
}
.icon-pinterest-square:before {
  content: "\f0d3";
}
.icon-pizza:before {
  content: "\f817";
}
.icon-pizza-slice:before {
  content: "\f818";
}
.icon-place-of-worship:before {
  content: "\f67f";
}
.icon-plane:before {
  content: "\f072";
}
.icon-plane-alt:before {
  content: "\f3de";
}
.icon-plane-arrival:before {
  content: "\f5af";
}
.icon-plane-departure:before {
  content: "\f5b0";
}
.icon-plane-slash:before {
  content: "\e069";
}
.icon-planet-moon:before {
  content: "\e01f";
}
.icon-planet-ringed:before {
  content: "\e020";
}
.icon-play:before {
  content: "\f04b";
}
.icon-play-circle:before {
  content: "\f144";
}
.icon-playstation:before {
  content: "\f3df";
}
.icon-plug:before {
  content: "\f1e6";
}
.icon-plus:before {
  content: "\f067";
}
.icon-plus-circle:before {
  content: "\f055";
}
.icon-plus-hexagon:before {
  content: "\f300";
}
.icon-plus-octagon:before {
  content: "\f301";
}
.icon-plus-square:before {
  content: "\f0fe";
}
.icon-podcast:before {
  content: "\f2ce";
}
.icon-podium:before {
  content: "\f680";
}
.icon-podium-star:before {
  content: "\f758";
}
.icon-police-box:before {
  content: "\e021";
}
.icon-poll:before {
  content: "\f681";
}
.icon-poll-h:before {
  content: "\f682";
}
.icon-poll-people:before {
  content: "\f759";
}
.icon-poo:before {
  content: "\f2fe";
}
.icon-poo-storm:before {
  content: "\f75a";
}
.icon-poop:before {
  content: "\f619";
}
.icon-popcorn:before {
  content: "\f819";
}
.icon-portal-enter:before {
  content: "\e022";
}
.icon-portal-exit:before {
  content: "\e023";
}
.icon-portrait:before {
  content: "\f3e0";
}
.icon-pound-sign:before {
  content: "\f154";
}
.icon-power-off:before {
  content: "\f011";
}
.icon-pray:before {
  content: "\f683";
}
.icon-praying-hands:before {
  content: "\f684";
}
.icon-prescription:before {
  content: "\f5b1";
}
.icon-prescription-bottle:before {
  content: "\f485";
}
.icon-prescription-bottle-alt:before {
  content: "\f486";
}
.icon-presentation:before {
  content: "\f685";
}
.icon-print:before {
  content: "\f02f";
}
.icon-print-search:before {
  content: "\f81a";
}
.icon-print-slash:before {
  content: "\f686";
}
.icon-procedures:before {
  content: "\f487";
}
.icon-product-hunt:before {
  content: "\f288";
}
.icon-project-diagram:before {
  content: "\f542";
}
.icon-projector:before {
  content: "\f8d6";
}
.icon-pump-medical:before {
  content: "\e06a";
}
.icon-pump-soap:before {
  content: "\e06b";
}
.icon-pumpkin:before {
  content: "\f707";
}
.icon-pushed:before {
  content: "\f3e1";
}
.icon-puzzle-piece:before {
  content: "\f12e";
}
.icon-python:before {
  content: "\f3e2";
}
.icon-qq:before {
  content: "\f1d6";
}
.icon-qrcode:before {
  content: "\f029";
}
.icon-question:before {
  content: "\f128";
}
.icon-question-circle:before {
  content: "\f059";
}
.icon-question-square:before {
  content: "\f2fd";
}
.icon-quidditch:before {
  content: "\f458";
}
.icon-quinscape:before {
  content: "\f459";
}
.icon-quora:before {
  content: "\f2c4";
}
.icon-quote-left:before {
  content: "\f10d";
}
.icon-quote-right:before {
  content: "\f10e";
}
.icon-quran:before {
  content: "\f687";
}
.icon-r-project:before {
  content: "\f4f7";
}
.icon-rabbit:before {
  content: "\f708";
}
.icon-rabbit-fast:before {
  content: "\f709";
}
.icon-racquet:before {
  content: "\f45a";
}
.icon-radar:before {
  content: "\e024";
}
.icon-radiation:before {
  content: "\f7b9";
}
.icon-radiation-alt:before {
  content: "\f7ba";
}
.icon-radio:before {
  content: "\f8d7";
}
.icon-radio-alt:before {
  content: "\f8d8";
}
.icon-rainbow:before {
  content: "\f75b";
}
.icon-raindrops:before {
  content: "\f75c";
}
.icon-ram:before {
  content: "\f70a";
}
.icon-ramp-loading:before {
  content: "\f4d4";
}
.icon-random:before {
  content: "\f074";
}
.icon-raspberry-pi:before {
  content: "\f7bb";
}
.icon-ravelry:before {
  content: "\f2d9";
}
.icon-raygun:before {
  content: "\e025";
}
.icon-react:before {
  content: "\f41b";
}
.icon-reacteurope:before {
  content: "\f75d";
}
.icon-readme:before {
  content: "\f4d5";
}
.icon-rebel:before {
  content: "\f1d0";
}
.icon-receipt:before {
  content: "\f543";
}
.icon-record-vinyl:before {
  content: "\f8d9";
}
.icon-rectangle-landscape:before {
  content: "\f2fa";
}
.icon-rectangle-portrait:before {
  content: "\f2fb";
}
.icon-rectangle-wide:before {
  content: "\f2fc";
}
.icon-recycle:before {
  content: "\f1b8";
}
.icon-red-river:before {
  content: "\f3e3";
}
.icon-reddit:before {
  content: "\f1a1";
}
.icon-reddit-alien:before {
  content: "\f281";
}
.icon-reddit-square:before {
  content: "\f1a2";
}
.icon-redhat:before {
  content: "\f7bc";
}
.icon-redo:before {
  content: "\f01e";
}
.icon-redo-alt:before {
  content: "\f2f9";
}
.icon-refrigerator:before {
  content: "\e026";
}
.icon-registered:before {
  content: "\f25d";
}
.icon-remove-format:before {
  content: "\f87d";
}
.icon-renren:before {
  content: "\f18b";
}
.icon-repeat:before {
  content: "\f363";
}
.icon-repeat-1:before {
  content: "\f365";
}
.icon-repeat-1-alt:before {
  content: "\f366";
}
.icon-repeat-alt:before {
  content: "\f364";
}
.icon-reply:before {
  content: "\f3e5";
}
.icon-reply-all:before {
  content: "\f122";
}
.icon-replyd:before {
  content: "\f3e6";
}
.icon-republican:before {
  content: "\f75e";
}
.icon-researchgate:before {
  content: "\f4f8";
}
.icon-resolving:before {
  content: "\f3e7";
}
.icon-restroom:before {
  content: "\f7bd";
}
.icon-retweet:before {
  content: "\f079";
}
.icon-retweet-alt:before {
  content: "\f361";
}
.icon-rev:before {
  content: "\f5b2";
}
.icon-ribbon:before {
  content: "\f4d6";
}
.icon-ring:before {
  content: "\f70b";
}
.icon-rings-wedding:before {
  content: "\f81b";
}
.icon-road:before {
  content: "\f018";
}
.icon-robot:before {
  content: "\f544";
}
.icon-rocket:before {
  content: "\f135";
}
.icon-rocket-launch:before {
  content: "\e027";
}
.icon-rocketchat:before {
  content: "\f3e8";
}
.icon-rockrms:before {
  content: "\f3e9";
}
.icon-route:before {
  content: "\f4d7";
}
.icon-route-highway:before {
  content: "\f61a";
}
.icon-route-interstate:before {
  content: "\f61b";
}
.icon-router:before {
  content: "\f8da";
}
.icon-rss:before {
  content: "\f09e";
}
.icon-rss-square:before {
  content: "\f143";
}
.icon-ruble-sign:before {
  content: "\f158";
}
.icon-ruler:before {
  content: "\f545";
}
.icon-ruler-combined:before {
  content: "\f546";
}
.icon-ruler-horizontal:before {
  content: "\f547";
}
.icon-ruler-triangle:before {
  content: "\f61c";
}
.icon-ruler-vertical:before {
  content: "\f548";
}
.icon-running:before {
  content: "\f70c";
}
.icon-rupee-sign:before {
  content: "\f156";
}
.icon-rust:before {
  content: "\e07a";
}
.icon-rv:before {
  content: "\f7be";
}
.icon-sack:before {
  content: "\f81c";
}
.icon-sack-dollar:before {
  content: "\f81d";
}
.icon-sad-cry:before {
  content: "\f5b3";
}
.icon-sad-tear:before {
  content: "\f5b4";
}
.icon-safari:before {
  content: "\f267";
}
.icon-salad:before {
  content: "\f81e";
}
.icon-salesforce:before {
  content: "\f83b";
}
.icon-sandwich:before {
  content: "\f81f";
}
.icon-sass:before {
  content: "\f41e";
}
.icon-satellite:before {
  content: "\f7bf";
}
.icon-satellite-dish:before {
  content: "\f7c0";
}
.icon-sausage:before {
  content: "\f820";
}
.icon-save:before {
  content: "\f0c7";
}
.icon-sax-hot:before {
  content: "\f8db";
}
.icon-saxophone:before {
  content: "\f8dc";
}
.icon-scalpel:before {
  content: "\f61d";
}
.icon-scalpel-path:before {
  content: "\f61e";
}
.icon-scanner:before {
  content: "\f488";
}
.icon-scanner-image:before {
  content: "\f8f3";
}
.icon-scanner-keyboard:before {
  content: "\f489";
}
.icon-scanner-touchscreen:before {
  content: "\f48a";
}
.icon-scarecrow:before {
  content: "\f70d";
}
.icon-scarf:before {
  content: "\f7c1";
}
.icon-schlix:before {
  content: "\f3ea";
}
.icon-school:before {
  content: "\f549";
}
.icon-screwdriver:before {
  content: "\f54a";
}
.icon-scribd:before {
  content: "\f28a";
}
.icon-scroll:before {
  content: "\f70e";
}
.icon-scroll-old:before {
  content: "\f70f";
}
.icon-scrubber:before {
  content: "\f2f8";
}
.icon-scythe:before {
  content: "\f710";
}
.icon-sd-card:before {
  content: "\f7c2";
}
.icon-search:before {
  content: "\f002";
}
.icon-search-dollar:before {
  content: "\f688";
}
.icon-search-location:before {
  content: "\f689";
}
.icon-search-minus:before {
  content: "\f010";
}
.icon-search-plus:before {
  content: "\f00e";
}
.icon-searchengin:before {
  content: "\f3eb";
}
.icon-seedling:before {
  content: "\f4d8";
}
.icon-sellcast:before {
  content: "\f2da";
}
.icon-sellsy:before {
  content: "\f213";
}
.icon-send-back:before {
  content: "\f87e";
}
.icon-send-backward:before {
  content: "\f87f";
}
.icon-sensor:before {
  content: "\e028";
}
.icon-sensor-alert:before {
  content: "\e029";
}
.icon-sensor-fire:before {
  content: "\e02a";
}
.icon-sensor-on:before {
  content: "\e02b";
}
.icon-sensor-smoke:before {
  content: "\e02c";
}
.icon-server:before {
  content: "\f233";
}
.icon-servicestack:before {
  content: "\f3ec";
}
.icon-shapes:before {
  content: "\f61f";
}
.icon-share:before {
  content: "\f064";
}
.icon-share-all:before {
  content: "\f367";
}
.icon-share-alt:before {
  content: "\f1e0";
}
.icon-share-alt-square:before {
  content: "\f1e1";
}
.icon-share-square:before {
  content: "\f14d";
}
.icon-sheep:before {
  content: "\f711";
}
.icon-shekel-sign:before {
  content: "\f20b";
}
.icon-shield:before {
  content: "\f132";
}
.icon-shield-alt:before {
  content: "\f3ed";
}
.icon-shield-check:before {
  content: "\f2f7";
}
.icon-shield-cross:before {
  content: "\f712";
}
.icon-shield-virus:before {
  content: "\e06c";
}
.icon-ship:before {
  content: "\f21a";
}
.icon-shipping-fast:before {
  content: "\f48b";
}
.icon-shipping-timed:before {
  content: "\f48c";
}
.icon-shirtsinbulk:before {
  content: "\f214";
}
.icon-shish-kebab:before {
  content: "\f821";
}
.icon-shoe-prints:before {
  content: "\f54b";
}
.icon-shopify:before {
  content: "\e057";
}
.icon-shopping-bag:before {
  content: "\f290";
}
.icon-shopping-basket:before {
  content: "\f291";
}
.icon-shopping-cart:before {
  content: "\f07a";
}
.icon-shopware:before {
  content: "\f5b5";
}
.icon-shovel:before {
  content: "\f713";
}
.icon-shovel-snow:before {
  content: "\f7c3";
}
.icon-shower:before {
  content: "\f2cc";
}
.icon-shredder:before {
  content: "\f68a";
}
.icon-shuttle-van:before {
  content: "\f5b6";
}
.icon-shuttlecock:before {
  content: "\f45b";
}
.icon-sickle:before {
  content: "\f822";
}
.icon-sigma:before {
  content: "\f68b";
}
.icon-sign:before {
  content: "\f4d9";
}
.icon-sign-in:before {
  content: "\f090";
}
.icon-sign-in-alt:before {
  content: "\f2f6";
}
.icon-sign-language:before {
  content: "\f2a7";
}
.icon-sign-out:before {
  content: "\f08b";
}
.icon-sign-out-alt:before {
  content: "\f2f5";
}
.icon-signal:before {
  content: "\f012";
}
.icon-signal-1:before {
  content: "\f68c";
}
.icon-signal-2:before {
  content: "\f68d";
}
.icon-signal-3:before {
  content: "\f68e";
}
.icon-signal-4:before {
  content: "\f68f";
}
.icon-signal-alt:before {
  content: "\f690";
}
.icon-signal-alt-1:before {
  content: "\f691";
}
.icon-signal-alt-2:before {
  content: "\f692";
}
.icon-signal-alt-3:before {
  content: "\f693";
}
.icon-signal-alt-slash:before {
  content: "\f694";
}
.icon-signal-slash:before {
  content: "\f695";
}
.icon-signal-stream:before {
  content: "\f8dd";
}
.icon-signature:before {
  content: "\f5b7";
}
.icon-sim-card:before {
  content: "\f7c4";
}
.icon-simplybuilt:before {
  content: "\f215";
}
.icon-sink:before {
  content: "\e06d";
}
.icon-siren:before {
  content: "\e02d";
}
.icon-siren-on:before {
  content: "\e02e";
}
.icon-sistrix:before {
  content: "\f3ee";
}
.icon-sitemap:before {
  content: "\f0e8";
}
.icon-sith:before {
  content: "\f512";
}
.icon-skating:before {
  content: "\f7c5";
}
.icon-skeleton:before {
  content: "\f620";
}
.icon-sketch:before {
  content: "\f7c6";
}
.icon-ski-jump:before {
  content: "\f7c7";
}
.icon-ski-lift:before {
  content: "\f7c8";
}
.icon-skiing:before {
  content: "\f7c9";
}
.icon-skiing-nordic:before {
  content: "\f7ca";
}
.icon-skull:before {
  content: "\f54c";
}
.icon-skull-cow:before {
  content: "\f8de";
}
.icon-skull-crossbones:before {
  content: "\f714";
}
.icon-skyatlas:before {
  content: "\f216";
}
.icon-skype:before {
  content: "\f17e";
}
.icon-slack:before {
  content: "\f198";
}
.icon-slack-hash:before {
  content: "\f3ef";
}
.icon-slash:before {
  content: "\f715";
}
.icon-sledding:before {
  content: "\f7cb";
}
.icon-sleigh:before {
  content: "\f7cc";
}
.icon-sliders-h:before {
  content: "\f1de";
}
.icon-sliders-h-square:before {
  content: "\f3f0";
}
.icon-sliders-v:before {
  content: "\f3f1";
}
.icon-sliders-v-square:before {
  content: "\f3f2";
}
.icon-slideshare:before {
  content: "\f1e7";
}
.icon-smile:before {
  content: "\f118";
}
.icon-smile-beam:before {
  content: "\f5b8";
}
.icon-smile-plus:before {
  content: "\f5b9";
}
.icon-smile-wink:before {
  content: "\f4da";
}
.icon-smog:before {
  content: "\f75f";
}
.icon-smoke:before {
  content: "\f760";
}
.icon-smoking:before {
  content: "\f48d";
}
.icon-smoking-ban:before {
  content: "\f54d";
}
.icon-sms:before {
  content: "\f7cd";
}
.icon-snake:before {
  content: "\f716";
}
.icon-snapchat:before {
  content: "\f2ab";
}
.icon-snapchat-ghost:before {
  content: "\f2ac";
}
.icon-snapchat-square:before {
  content: "\f2ad";
}
.icon-snooze:before {
  content: "\f880";
}
.icon-snow-blowing:before {
  content: "\f761";
}
.icon-snowboarding:before {
  content: "\f7ce";
}
.icon-snowflake:before {
  content: "\f2dc";
}
.icon-snowflakes:before {
  content: "\f7cf";
}
.icon-snowman:before {
  content: "\f7d0";
}
.icon-snowmobile:before {
  content: "\f7d1";
}
.icon-snowplow:before {
  content: "\f7d2";
}
.icon-soap:before {
  content: "\e06e";
}
.icon-socks:before {
  content: "\f696";
}
.icon-solar-panel:before {
  content: "\f5ba";
}
.icon-solar-system:before {
  content: "\e02f";
}
.icon-sort:before {
  content: "\f0dc";
}
.icon-sort-alpha-down:before {
  content: "\f15d";
}
.icon-sort-alpha-down-alt:before {
  content: "\f881";
}
.icon-sort-alpha-up:before {
  content: "\f15e";
}
.icon-sort-alpha-up-alt:before {
  content: "\f882";
}
.icon-sort-alt:before {
  content: "\f883";
}
.icon-sort-amount-down:before {
  content: "\f160";
}
.icon-sort-amount-down-alt:before {
  content: "\f884";
}
.icon-sort-amount-up:before {
  content: "\f161";
}
.icon-sort-amount-up-alt:before {
  content: "\f885";
}
.icon-sort-circle:before {
  content: "\e030";
}
.icon-sort-circle-down:before {
  content: "\e031";
}
.icon-sort-circle-up:before {
  content: "\e032";
}
.icon-sort-down:before {
  content: "\f0dd";
}
.icon-sort-numeric-down:before {
  content: "\f162";
}
.icon-sort-numeric-down-alt:before {
  content: "\f886";
}
.icon-sort-numeric-up:before {
  content: "\f163";
}
.icon-sort-numeric-up-alt:before {
  content: "\f887";
}
.icon-sort-shapes-down:before {
  content: "\f888";
}
.icon-sort-shapes-down-alt:before {
  content: "\f889";
}
.icon-sort-shapes-up:before {
  content: "\f88a";
}
.icon-sort-shapes-up-alt:before {
  content: "\f88b";
}
.icon-sort-size-down:before {
  content: "\f88c";
}
.icon-sort-size-down-alt:before {
  content: "\f88d";
}
.icon-sort-size-up:before {
  content: "\f88e";
}
.icon-sort-size-up-alt:before {
  content: "\f88f";
}
.icon-sort-up:before {
  content: "\f0de";
}
.icon-soundcloud:before {
  content: "\f1be";
}
.icon-soup:before {
  content: "\f823";
}
.icon-sourcetree:before {
  content: "\f7d3";
}
.icon-spa:before {
  content: "\f5bb";
}
.icon-space-shuttle:before {
  content: "\f197";
}
.icon-space-station-moon:before {
  content: "\e033";
}
.icon-space-station-moon-alt:before {
  content: "\e034";
}
.icon-spade:before {
  content: "\f2f4";
}
.icon-sparkles:before {
  content: "\f890";
}
.icon-speakap:before {
  content: "\f3f3";
}
.icon-speaker:before {
  content: "\f8df";
}
.icon-speaker-deck:before {
  content: "\f83c";
}
.icon-speakers:before {
  content: "\f8e0";
}
.icon-spell-check:before {
  content: "\f891";
}
.icon-spider:before {
  content: "\f717";
}
.icon-spider-black-widow:before {
  content: "\f718";
}
.icon-spider-web:before {
  content: "\f719";
}
.icon-spinner:before {
  content: "\f110";
}
.icon-spinner-third:before {
  content: "\f3f4";
}
.icon-splotch:before {
  content: "\f5bc";
}
.icon-spotify:before {
  content: "\f1bc";
}
.icon-spray-can:before {
  content: "\f5bd";
}
.icon-sprinkler:before {
  content: "\e035";
}
.icon-square:before {
  content: "\f0c8";
}
.icon-square-full:before {
  content: "\f45c";
}
.icon-square-root:before {
  content: "\f697";
}
.icon-square-root-alt:before {
  content: "\f698";
}
.icon-squarespace:before {
  content: "\f5be";
}
.icon-squirrel:before {
  content: "\f71a";
}
.icon-stack-exchange:before {
  content: "\f18d";
}
.icon-stack-overflow:before {
  content: "\f16c";
}
.icon-stackpath:before {
  content: "\f842";
}
.icon-staff:before {
  content: "\f71b";
}
.icon-stamp:before {
  content: "\f5bf";
}
.icon-star:before {
  content: "\f005";
}
.icon-star-and-crescent:before {
  content: "\f699";
}
.icon-star-christmas:before {
  content: "\f7d4";
}
.icon-star-exclamation:before {
  content: "\f2f3";
}
.icon-star-half:before {
  content: "\f089";
}
.icon-star-half-alt:before {
  content: "\f5c0";
}
.icon-star-of-david:before {
  content: "\f69a";
}
.icon-star-of-life:before {
  content: "\f621";
}
.icon-star-shooting:before {
  content: "\e036";
}
.icon-starfighter:before {
  content: "\e037";
}
.icon-starfighter-alt:before {
  content: "\e038";
}
.icon-stars:before {
  content: "\f762";
}
.icon-starship:before {
  content: "\e039";
}
.icon-starship-freighter:before {
  content: "\e03a";
}
.icon-staylinked:before {
  content: "\f3f5";
}
.icon-steak:before {
  content: "\f824";
}
.icon-steam:before {
  content: "\f1b6";
}
.icon-steam-square:before {
  content: "\f1b7";
}
.icon-steam-symbol:before {
  content: "\f3f6";
}
.icon-steering-wheel:before {
  content: "\f622";
}
.icon-step-backward:before {
  content: "\f048";
}
.icon-step-forward:before {
  content: "\f051";
}
.icon-stethoscope:before {
  content: "\f0f1";
}
.icon-sticker-mule:before {
  content: "\f3f7";
}
.icon-sticky-note:before {
  content: "\f249";
}
.icon-stocking:before {
  content: "\f7d5";
}
.icon-stomach:before {
  content: "\f623";
}
.icon-stop:before {
  content: "\f04d";
}
.icon-stop-circle:before {
  content: "\f28d";
}
.icon-stopwatch:before {
  content: "\f2f2";
}
.icon-stopwatch-20:before {
  content: "\e06f";
}
.icon-store:before {
  content: "\f54e";
}
.icon-store-alt:before {
  content: "\f54f";
}
.icon-store-alt-slash:before {
  content: "\e070";
}
.icon-store-slash:before {
  content: "\e071";
}
.icon-strava:before {
  content: "\f428";
}
.icon-stream:before {
  content: "\f550";
}
.icon-street-view:before {
  content: "\f21d";
}
.icon-stretcher:before {
  content: "\f825";
}
.icon-strikethrough:before {
  content: "\f0cc";
}
.icon-stripe:before {
  content: "\f429";
}
.icon-stripe-s:before {
  content: "\f42a";
}
.icon-stroopwafel:before {
  content: "\f551";
}
.icon-studiovinari:before {
  content: "\f3f8";
}
.icon-stumbleupon:before {
  content: "\f1a4";
}
.icon-stumbleupon-circle:before {
  content: "\f1a3";
}
.icon-subscript:before {
  content: "\f12c";
}
.icon-subway:before {
  content: "\f239";
}
.icon-suitcase:before {
  content: "\f0f2";
}
.icon-suitcase-rolling:before {
  content: "\f5c1";
}
.icon-sun:before {
  content: "\f185";
}
.icon-sun-cloud:before {
  content: "\f763";
}
.icon-sun-dust:before {
  content: "\f764";
}
.icon-sun-haze:before {
  content: "\f765";
}
.icon-sunglasses:before {
  content: "\f892";
}
.icon-sunrise:before {
  content: "\f766";
}
.icon-sunset:before {
  content: "\f767";
}
.icon-superpowers:before {
  content: "\f2dd";
}
.icon-superscript:before {
  content: "\f12b";
}
.icon-supple:before {
  content: "\f3f9";
}
.icon-surprise:before {
  content: "\f5c2";
}
.icon-suse:before {
  content: "\f7d6";
}
.icon-swatchbook:before {
  content: "\f5c3";
}
.icon-swift:before {
  content: "\f8e1";
}
.icon-swimmer:before {
  content: "\f5c4";
}
.icon-swimming-pool:before {
  content: "\f5c5";
}
.icon-sword:before {
  content: "\f71c";
}
.icon-sword-laser:before {
  content: "\e03b";
}
.icon-sword-laser-alt:before {
  content: "\e03c";
}
.icon-swords:before {
  content: "\f71d";
}
.icon-swords-laser:before {
  content: "\e03d";
}
.icon-symfony:before {
  content: "\f83d";
}
.icon-synagogue:before {
  content: "\f69b";
}
.icon-sync:before {
  content: "\f021";
}
.icon-sync-alt:before {
  content: "\f2f1";
}
.icon-syringe:before {
  content: "\f48e";
}
.icon-table:before {
  content: "\f0ce";
}
.icon-table-tennis:before {
  content: "\f45d";
}
.icon-tablet:before {
  content: "\f10a";
}
.icon-tablet-alt:before {
  content: "\f3fa";
}
.icon-tablet-android:before {
  content: "\f3fb";
}
.icon-tablet-android-alt:before {
  content: "\f3fc";
}
.icon-tablet-rugged:before {
  content: "\f48f";
}
.icon-tablets:before {
  content: "\f490";
}
.icon-tachometer:before {
  content: "\f0e4";
}
.icon-tachometer-alt:before {
  content: "\f3fd";
}
.icon-tachometer-alt-average:before {
  content: "\f624";
}
.icon-tachometer-alt-fast:before {
  content: "\f625";
}
.icon-tachometer-alt-fastest:before {
  content: "\f626";
}
.icon-tachometer-alt-slow:before {
  content: "\f627";
}
.icon-tachometer-alt-slowest:before {
  content: "\f628";
}
.icon-tachometer-average:before {
  content: "\f629";
}
.icon-tachometer-fast:before {
  content: "\f62a";
}
.icon-tachometer-fastest:before {
  content: "\f62b";
}
.icon-tachometer-slow:before {
  content: "\f62c";
}
.icon-tachometer-slowest:before {
  content: "\f62d";
}
.icon-taco:before {
  content: "\f826";
}
.icon-tag:before {
  content: "\f02b";
}
.icon-tags:before {
  content: "\f02c";
}
.icon-tally:before {
  content: "\f69c";
}
.icon-tanakh:before {
  content: "\f827";
}
.icon-tape:before {
  content: "\f4db";
}
.icon-tasks:before {
  content: "\f0ae";
}
.icon-tasks-alt:before {
  content: "\f828";
}
.icon-taxi:before {
  content: "\f1ba";
}
.icon-teamspeak:before {
  content: "\f4f9";
}
.icon-teeth:before {
  content: "\f62e";
}
.icon-teeth-open:before {
  content: "\f62f";
}
.icon-telegram:before {
  content: "\f2c6";
}
.icon-telegram-plane:before {
  content: "\f3fe";
}
.icon-telescope:before {
  content: "\e03e";
}
.icon-temperature-down:before {
  content: "\e03f";
}
.icon-temperature-frigid:before {
  content: "\f768";
}
.icon-temperature-high:before {
  content: "\f769";
}
.icon-temperature-hot:before {
  content: "\f76a";
}
.icon-temperature-low:before {
  content: "\f76b";
}
.icon-temperature-up:before {
  content: "\e040";
}
.icon-tencent-weibo:before {
  content: "\f1d5";
}
.icon-tenge:before {
  content: "\f7d7";
}
.icon-tennis-ball:before {
  content: "\f45e";
}
.icon-terminal:before {
  content: "\f120";
}
.icon-text:before {
  content: "\f893";
}
.icon-text-height:before {
  content: "\f034";
}
.icon-text-size:before {
  content: "\f894";
}
.icon-text-width:before {
  content: "\f035";
}
.icon-th:before {
  content: "\f00a";
}
.icon-th-large:before {
  content: "\f009";
}
.icon-th-list:before {
  content: "\f00b";
}
.icon-the-red-yeti:before {
  content: "\f69d";
}
.icon-theater-masks:before {
  content: "\f630";
}
.icon-themeco:before {
  content: "\f5c6";
}
.icon-themeisle:before {
  content: "\f2b2";
}
.icon-thermometer:before {
  content: "\f491";
}
.icon-thermometer-empty:before {
  content: "\f2cb";
}
.icon-thermometer-full:before {
  content: "\f2c7";
}
.icon-thermometer-half:before {
  content: "\f2c9";
}
.icon-thermometer-quarter:before {
  content: "\f2ca";
}
.icon-thermometer-three-quarters:before {
  content: "\f2c8";
}
.icon-theta:before {
  content: "\f69e";
}
.icon-think-peaks:before {
  content: "\f731";
}
.icon-thumbs-down:before {
  content: "\f165";
}
.icon-thumbs-up:before {
  content: "\f164";
}
.icon-thumbtack:before {
  content: "\f08d";
}
.icon-thunderstorm:before {
  content: "\f76c";
}
.icon-thunderstorm-moon:before {
  content: "\f76d";
}
.icon-thunderstorm-sun:before {
  content: "\f76e";
}
.icon-ticket:before {
  content: "\f145";
}
.icon-ticket-alt:before {
  content: "\f3ff";
}
.icon-tiktok:before {
  content: "\e07b";
}
.icon-tilde:before {
  content: "\f69f";
}
.icon-times:before {
  content: "\f00d";
}
.icon-times-circle:before {
  content: "\f057";
}
.icon-times-hexagon:before {
  content: "\f2ee";
}
.icon-times-octagon:before {
  content: "\f2f0";
}
.icon-times-square:before {
  content: "\f2d3";
}
.icon-tint:before {
  content: "\f043";
}
.icon-tint-slash:before {
  content: "\f5c7";
}
.icon-tire:before {
  content: "\f631";
}
.icon-tire-flat:before {
  content: "\f632";
}
.icon-tire-pressure-warning:before {
  content: "\f633";
}
.icon-tire-rugged:before {
  content: "\f634";
}
.icon-tired:before {
  content: "\f5c8";
}
.icon-toggle-off:before {
  content: "\f204";
}
.icon-toggle-on:before {
  content: "\f205";
}
.icon-toilet:before {
  content: "\f7d8";
}
.icon-toilet-paper:before {
  content: "\f71e";
}
.icon-toilet-paper-alt:before {
  content: "\f71f";
}
.icon-toilet-paper-slash:before {
  content: "\e072";
}
.icon-tombstone:before {
  content: "\f720";
}
.icon-tombstone-alt:before {
  content: "\f721";
}
.icon-toolbox:before {
  content: "\f552";
}
.icon-tools:before {
  content: "\f7d9";
}
.icon-tooth:before {
  content: "\f5c9";
}
.icon-toothbrush:before {
  content: "\f635";
}
.icon-torah:before {
  content: "\f6a0";
}
.icon-torii-gate:before {
  content: "\f6a1";
}
.icon-tornado:before {
  content: "\f76f";
}
.icon-tractor:before {
  content: "\f722";
}
.icon-trade-federation:before {
  content: "\f513";
}
.icon-trademark:before {
  content: "\f25c";
}
.icon-traffic-cone:before {
  content: "\f636";
}
.icon-traffic-light:before {
  content: "\f637";
}
.icon-traffic-light-go:before {
  content: "\f638";
}
.icon-traffic-light-slow:before {
  content: "\f639";
}
.icon-traffic-light-stop:before {
  content: "\f63a";
}
.icon-trailer:before {
  content: "\e041";
}
.icon-train:before {
  content: "\f238";
}
.icon-tram:before {
  content: "\f7da";
}
.icon-transgender:before {
  content: "\f224";
}
.icon-transgender-alt:before {
  content: "\f225";
}
.icon-transporter:before {
  content: "\e042";
}
.icon-transporter-1:before {
  content: "\e043";
}
.icon-transporter-2:before {
  content: "\e044";
}
.icon-transporter-3:before {
  content: "\e045";
}
.icon-transporter-empty:before {
  content: "\e046";
}
.icon-trash:before {
  content: "\f1f8";
}
.icon-trash-alt:before {
  content: "\f2ed";
}
.icon-trash-restore:before {
  content: "\f829";
}
.icon-trash-restore-alt:before {
  content: "\f82a";
}
.icon-trash-undo:before {
  content: "\f895";
}
.icon-trash-undo-alt:before {
  content: "\f896";
}
.icon-treasure-chest:before {
  content: "\f723";
}
.icon-tree:before {
  content: "\f1bb";
}
.icon-tree-alt:before {
  content: "\f400";
}
.icon-tree-christmas:before {
  content: "\f7db";
}
.icon-tree-decorated:before {
  content: "\f7dc";
}
.icon-tree-large:before {
  content: "\f7dd";
}
.icon-tree-palm:before {
  content: "\f82b";
}
.icon-trees:before {
  content: "\f724";
}
.icon-trello:before {
  content: "\f181";
}
.icon-triangle:before {
  content: "\f2ec";
}
.icon-triangle-music:before {
  content: "\f8e2";
}
.icon-tripadvisor:before {
  content: "\f262";
}
.icon-trophy:before {
  content: "\f091";
}
.icon-trophy-alt:before {
  content: "\f2eb";
}
.icon-truck:before {
  content: "\f0d1";
}
.icon-truck-container:before {
  content: "\f4dc";
}
.icon-truck-couch:before {
  content: "\f4dd";
}
.icon-truck-loading:before {
  content: "\f4de";
}
.icon-truck-monster:before {
  content: "\f63b";
}
.icon-truck-moving:before {
  content: "\f4df";
}
.icon-truck-pickup:before {
  content: "\f63c";
}
.icon-truck-plow:before {
  content: "\f7de";
}
.icon-truck-ramp:before {
  content: "\f4e0";
}
.icon-trumpet:before {
  content: "\f8e3";
}
.icon-tshirt:before {
  content: "\f553";
}
.icon-tty:before {
  content: "\f1e4";
}
.icon-tumblr:before {
  content: "\f173";
}
.icon-tumblr-square:before {
  content: "\f174";
}
.icon-turkey:before {
  content: "\f725";
}
.icon-turntable:before {
  content: "\f8e4";
}
.icon-turtle:before {
  content: "\f726";
}
.icon-tv:before {
  content: "\f26c";
}
.icon-tv-alt:before {
  content: "\f8e5";
}
.icon-tv-music:before {
  content: "\f8e6";
}
.icon-tv-retro:before {
  content: "\f401";
}
.icon-twitch:before {
  content: "\f1e8";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-twitter-square:before {
  content: "\f081";
}
.icon-typewriter:before {
  content: "\f8e7";
}
.icon-typo3:before {
  content: "\f42b";
}
.icon-uber:before {
  content: "\f402";
}
.icon-ubuntu:before {
  content: "\f7df";
}
.icon-ufo:before {
  content: "\e047";
}
.icon-ufo-beam:before {
  content: "\e048";
}
.icon-uikit:before {
  content: "\f403";
}
.icon-umbraco:before {
  content: "\f8e8";
}
.icon-umbrella:before {
  content: "\f0e9";
}
.icon-umbrella-beach:before {
  content: "\f5ca";
}
.icon-uncharted:before {
  content: "\e084";
}
.icon-underline:before {
  content: "\f0cd";
}
.icon-undo:before {
  content: "\f0e2";
}
.icon-undo-alt:before {
  content: "\f2ea";
}
.icon-unicorn:before {
  content: "\f727";
}
.icon-union:before {
  content: "\f6a2";
}
.icon-uniregistry:before {
  content: "\f404";
}
.icon-unity:before {
  content: "\e049";
}
.icon-universal-access:before {
  content: "\f29a";
}
.icon-university:before {
  content: "\f19c";
}
.icon-unlink:before {
  content: "\f127";
}
.icon-unlock:before {
  content: "\f09c";
}
.icon-unlock-alt:before {
  content: "\f13e";
}
.icon-unsplash:before {
  content: "\e07c";
}
.icon-untappd:before {
  content: "\f405";
}
.icon-upload:before {
  content: "\f093";
}
.icon-ups:before {
  content: "\f7e0";
}
.icon-usb:before {
  content: "\f287";
}
.icon-usb-drive:before {
  content: "\f8e9";
}
.icon-usd-circle:before {
  content: "\f2e8";
}
.icon-usd-square:before {
  content: "\f2e9";
}
.icon-user:before {
  content: "\f007";
}
.icon-user-alien:before {
  content: "\e04a";
}
.icon-user-alt:before {
  content: "\f406";
}
.icon-user-alt-slash:before {
  content: "\f4fa";
}
.icon-user-astronaut:before {
  content: "\f4fb";
}
.icon-user-chart:before {
  content: "\f6a3";
}
.icon-user-check:before {
  content: "\f4fc";
}
.icon-user-circle:before {
  content: "\f2bd";
}
.icon-user-clock:before {
  content: "\f4fd";
}
.icon-user-cog:before {
  content: "\f4fe";
}
.icon-user-cowboy:before {
  content: "\f8ea";
}
.icon-user-crown:before {
  content: "\f6a4";
}
.icon-user-edit:before {
  content: "\f4ff";
}
.icon-user-friends:before {
  content: "\f500";
}
.icon-user-graduate:before {
  content: "\f501";
}
.icon-user-hard-hat:before {
  content: "\f82c";
}
.icon-user-headset:before {
  content: "\f82d";
}
.icon-user-injured:before {
  content: "\f728";
}
.icon-user-lock:before {
  content: "\f502";
}
.icon-user-md:before {
  content: "\f0f0";
}
.icon-user-md-chat:before {
  content: "\f82e";
}
.icon-user-minus:before {
  content: "\f503";
}
.icon-user-music:before {
  content: "\f8eb";
}
.icon-user-ninja:before {
  content: "\f504";
}
.icon-user-nurse:before {
  content: "\f82f";
}
.icon-user-plus:before {
  content: "\f234";
}
.icon-user-robot:before {
  content: "\e04b";
}
.icon-user-secret:before {
  content: "\f21b";
}
.icon-user-shield:before {
  content: "\f505";
}
.icon-user-slash:before {
  content: "\f506";
}
.icon-user-tag:before {
  content: "\f507";
}
.icon-user-tie:before {
  content: "\f508";
}
.icon-user-times:before {
  content: "\f235";
}
.icon-user-unlock:before {
  content: "\e058";
}
.icon-user-visor:before {
  content: "\e04c";
}
.icon-users:before {
  content: "\f0c0";
}
.icon-users-class:before {
  content: "\f63d";
}
.icon-users-cog:before {
  content: "\f509";
}
.icon-users-crown:before {
  content: "\f6a5";
}
.icon-users-medical:before {
  content: "\f830";
}
.icon-users-slash:before {
  content: "\e073";
}
.icon-usps:before {
  content: "\f7e1";
}
.icon-ussunnah:before {
  content: "\f407";
}
.icon-utensil-fork:before {
  content: "\f2e3";
}
.icon-utensil-knife:before {
  content: "\f2e4";
}
.icon-utensil-spoon:before {
  content: "\f2e5";
}
.icon-utensils:before {
  content: "\f2e7";
}
.icon-utensils-alt:before {
  content: "\f2e6";
}
.icon-vaadin:before {
  content: "\f408";
}
.icon-vacuum:before {
  content: "\e04d";
}
.icon-vacuum-robot:before {
  content: "\e04e";
}
.icon-value-absolute:before {
  content: "\f6a6";
}
.icon-vector-square:before {
  content: "\f5cb";
}
.icon-venus:before {
  content: "\f221";
}
.icon-venus-double:before {
  content: "\f226";
}
.icon-venus-mars:before {
  content: "\f228";
}
.icon-vest:before {
  content: "\e085";
}
.icon-vest-patches:before {
  content: "\e086";
}
.icon-vhs:before {
  content: "\f8ec";
}
.icon-viacoin:before {
  content: "\f237";
}
.icon-viadeo:before {
  content: "\f2a9";
}
.icon-viadeo-square:before {
  content: "\f2aa";
}
.icon-vial:before {
  content: "\f492";
}
.icon-vials:before {
  content: "\f493";
}
.icon-viber:before {
  content: "\f409";
}
.icon-video:before {
  content: "\f03d";
}
.icon-video-plus:before {
  content: "\f4e1";
}
.icon-video-slash:before {
  content: "\f4e2";
}
.icon-vihara:before {
  content: "\f6a7";
}
.icon-vimeo:before {
  content: "\f40a";
}
.icon-vimeo-square:before {
  content: "\f194";
}
.icon-vimeo-v:before {
  content: "\f27d";
}
.icon-vine:before {
  content: "\f1ca";
}
.icon-violin:before {
  content: "\f8ed";
}
.icon-virus:before {
  content: "\e074";
}
.icon-virus-slash:before {
  content: "\e075";
}
.icon-viruses:before {
  content: "\e076";
}
.icon-vk:before {
  content: "\f189";
}
.icon-vnv:before {
  content: "\f40b";
}
.icon-voicemail:before {
  content: "\f897";
}
.icon-volcano:before {
  content: "\f770";
}
.icon-volleyball-ball:before {
  content: "\f45f";
}
.icon-volume:before {
  content: "\f6a8";
}
.icon-volume-down:before {
  content: "\f027";
}
.icon-volume-mute:before {
  content: "\f6a9";
}
.icon-volume-off:before {
  content: "\f026";
}
.icon-volume-slash:before {
  content: "\f2e2";
}
.icon-volume-up:before {
  content: "\f028";
}
.icon-vote-nay:before {
  content: "\f771";
}
.icon-vote-yea:before {
  content: "\f772";
}
.icon-vr-cardboard:before {
  content: "\f729";
}
.icon-vuejs:before {
  content: "\f41f";
}
.icon-wagon-covered:before {
  content: "\f8ee";
}
.icon-walker:before {
  content: "\f831";
}
.icon-walkie-talkie:before {
  content: "\f8ef";
}
.icon-walking:before {
  content: "\f554";
}
.icon-wallet:before {
  content: "\f555";
}
.icon-wand:before {
  content: "\f72a";
}
.icon-wand-magic:before {
  content: "\f72b";
}
.icon-warehouse:before {
  content: "\f494";
}
.icon-warehouse-alt:before {
  content: "\f495";
}
.icon-washer:before {
  content: "\f898";
}
.icon-watch:before {
  content: "\f2e1";
}
.icon-watch-calculator:before {
  content: "\f8f0";
}
.icon-watch-fitness:before {
  content: "\f63e";
}
.icon-watchman-monitoring:before {
  content: "\e087";
}
.icon-water:before {
  content: "\f773";
}
.icon-water-lower:before {
  content: "\f774";
}
.icon-water-rise:before {
  content: "\f775";
}
.icon-wave-sine:before {
  content: "\f899";
}
.icon-wave-square:before {
  content: "\f83e";
}
.icon-wave-triangle:before {
  content: "\f89a";
}
.icon-waveform:before {
  content: "\f8f1";
}
.icon-waveform-path:before {
  content: "\f8f2";
}
.icon-waze:before {
  content: "\f83f";
}
.icon-webcam:before {
  content: "\f832";
}
.icon-webcam-slash:before {
  content: "\f833";
}
.icon-weebly:before {
  content: "\f5cc";
}
.icon-weibo:before {
  content: "\f18a";
}
.icon-weight:before {
  content: "\f496";
}
.icon-weight-hanging:before {
  content: "\f5cd";
}
.icon-weixin:before {
  content: "\f1d7";
}
.icon-whale:before {
  content: "\f72c";
}
.icon-whatsapp:before {
  content: "\f232";
}
.icon-whatsapp-square:before {
  content: "\f40c";
}
.icon-wheat:before {
  content: "\f72d";
}
.icon-wheelchair:before {
  content: "\f193";
}
.icon-whistle:before {
  content: "\f460";
}
.icon-whmcs:before {
  content: "\f40d";
}
.icon-wifi:before {
  content: "\f1eb";
}
.icon-wifi-1:before {
  content: "\f6aa";
}
.icon-wifi-2:before {
  content: "\f6ab";
}
.icon-wifi-slash:before {
  content: "\f6ac";
}
.icon-wikipedia-w:before {
  content: "\f266";
}
.icon-wind:before {
  content: "\f72e";
}
.icon-wind-turbine:before {
  content: "\f89b";
}
.icon-wind-warning:before {
  content: "\f776";
}
.icon-window:before {
  content: "\f40e";
}
.icon-window-alt:before {
  content: "\f40f";
}
.icon-window-close:before {
  content: "\f410";
}
.icon-window-frame:before {
  content: "\e04f";
}
.icon-window-frame-open:before {
  content: "\e050";
}
.icon-window-maximize:before {
  content: "\f2d0";
}
.icon-window-minimize:before {
  content: "\f2d1";
}
.icon-window-restore:before {
  content: "\f2d2";
}
.icon-windows:before {
  content: "\f17a";
}
.icon-windsock:before {
  content: "\f777";
}
.icon-wine-bottle:before {
  content: "\f72f";
}
.icon-wine-glass:before {
  content: "\f4e3";
}
.icon-wine-glass-alt:before {
  content: "\f5ce";
}
.icon-wix:before {
  content: "\f5cf";
}
.icon-wizards-of-the-coast:before {
  content: "\f730";
}
.icon-wodu:before {
  content: "\e088";
}
.icon-wolf-pack-battalion:before {
  content: "\f514";
}
.icon-won-sign:before {
  content: "\f159";
}
.icon-wordpress:before {
  content: "\f19a";
}
.icon-wordpress-simple:before {
  content: "\f411";
}
.icon-wpbeginner:before {
  content: "\f297";
}
.icon-wpexplorer:before {
  content: "\f2de";
}
.icon-wpforms:before {
  content: "\f298";
}
.icon-wpressr:before {
  content: "\f3e4";
}
.icon-wreath:before {
  content: "\f7e2";
}
.icon-wrench:before {
  content: "\f0ad";
}
.icon-x-ray:before {
  content: "\f497";
}
.icon-xbox:before {
  content: "\f412";
}
.icon-xing:before {
  content: "\f168";
}
.icon-xing-square:before {
  content: "\f169";
}
.icon-y-combinator:before {
  content: "\f23b";
}
.icon-yahoo:before {
  content: "\f19e";
}
.icon-yammer:before {
  content: "\f840";
}
.icon-yandex:before {
  content: "\f413";
}
.icon-yandex-international:before {
  content: "\f414";
}
.icon-yarn:before {
  content: "\f7e3";
}
.icon-yelp:before {
  content: "\f1e9";
}
.icon-yen-sign:before {
  content: "\f157";
}
.icon-yin-yang:before {
  content: "\f6ad";
}
.icon-yoast:before {
  content: "\f2b1";
}
.icon-youtube:before {
  content: "\f167";
}
.icon-youtube-square:before {
  content: "\f431";
}
.icon-zhihu:before {
  content: "\f63f";
}
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*!
 * 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
 *
 */
.datepicker {
  padding: 0;
  margin-top: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 238px;
  border: 2px solid #262626;
  background: #fff;
  box-sizing: content-box !important;
}
.datepicker *,
.body-borderbox .datepicker * {
  box-sizing: border-box;
}
.table-condensed td.day {
  font-size: 12px;
  padding: 2px;
}
.table-condensed td.day span {
  display: block;
  font-size: 12px;
  width: 30px;
  height: 26px;
  padding: 0;
  line-height: 26px;
  border-radius: 3px;
}
.table-condensed th.dow {
  font-size: 9px;
  padding: 0;
  text-transform: uppercase;
  /*background: #A1282B;
  border-bottom: 1px solid #731D21;*/
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #000;
  font-weight: normal;
  /*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);*/
}
th.today {
  cursor: pointer;
}
th.today:hover span {
  background: #eeeeee;
}
.datepicker-inline {
  border: none !important;
  padding: 0;
  margin-top: 0;
  /*  height: 220px;  */
}
/*.datepicker-inline .table-condensed th.dow {
  text-shadow: none;
  background: #fff;
  border-top: 1px solid #731D21;
  color: #2d2d2d;
  border-bottom-color: #E4E4E4;
}*/
.datepicker-float {
  top: 0;
  left: 0;
}
.datepicker-float: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;
}
.datepicker-float: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;
}
.datepicker > div {
  display: none;
}
.datepicker.days div.datepicker-days {
  display: block;
}
.datepicker.months div.datepicker-months {
  display: block;
}
.datepicker.years div.datepicker-years {
  display: block;
}
.datepicker table {
  margin: 0;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker td.day:hover span,
.datepicker td.day.focused span {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker td.old,
.datepicker td.new {
  color: #999999;
}
.datepicker td.disabled,
.datepicker td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker td.active span,
.datepicker td.active:hover span,
.datepicker td.active.disabled span,
.datepicker td.active.disabled:hover span {
  background-color: #fbd650;
  border-color: #fbb450;
}
.datepicker td.active.range span,
.datepicker td.active.range:hover span,
.datepicker td.active.range.disabled span,
.datepicker td.active.range.disabled:hover span,
.datepicker table tr td.range + .active span {
  background-color: transparent;
  border-color: transparent;
}
.datepicker td a {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  padding: 0;
  clear: none;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker td a:hover {
  background: #eeeeee;
}
.datepicker td a.disabled,
.datepicker td a.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker td.today span {
  /*font-weight: bold;*/
  border: 2px solid #a0282b;
  line-height: 24px;
  /*background-image: url(img/sprite.png); background-position: -285px -230px; background-repeat: no-repeat;    */
}
.datepicker td a.active,
.datepicker td a.active:hover,
.datepicker td a.active.disabled,
.datepicker td a.active.disabled:hover {
  background-color: #006dcc;
  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);
  color: #fff;
  /*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);*/
}
.datepicker td a.active:hover,
.datepicker td a.active:hover:hover,
.datepicker td a.active.disabled:hover,
.datepicker td a.active.disabled:hover:hover,
.datepicker td a.active:active,
.datepicker td a.active:hover:active,
.datepicker td a.active.disabled:active,
.datepicker td a.active.disabled:hover:active,
.datepicker td a.active.active,
.datepicker td a.active:hover.active,
.datepicker td a.active.disabled.active,
.datepicker td a.active.disabled:hover.active,
.datepicker td a.active.disabled,
.datepicker td a.active:hover.disabled,
.datepicker td a.active.disabled.disabled,
.datepicker td a.active.disabled:hover.disabled,
.datepicker td a.active[disabled],
.datepicker td a.active:hover[disabled],
.datepicker td a.active.disabled[disabled],
.datepicker td a.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datepicker td a.active:active,
.datepicker td a.active:hover:active,
.datepicker td a.active.disabled:active,
.datepicker td a.active.disabled:hover:active,
.datepicker td a.active.active,
.datepicker td a.active:hover.active,
.datepicker td a.active.disabled.active,
.datepicker td a.active.disabled:hover.active {
  background-color: #003399;
}
.datepicker td a.old {
  color: #999999;
}
.datepicker thead tr:first-child th {
  cursor: pointer;
  padding: 5px;
  /*border-bottom: 1px solid #A1282B;
  background-color: #A1282B;*/
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker thead tr th.switch,
.datepicker thead tr th.datepicker-switch {
  width: 125px;
  color: #000;
  font-size: 16px;
  font-weight: normal;
  /*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);*/
}
.datepicker thead tr:first-child th:hover {
  text-decoration: underline;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.datepicker .btn.prev,
.datepicker .btn.next {
  margin: 0;
}
.datepicker-months td,
.datepicker-years td {
  width: auto;
}
/*****************************************************************************
	(C) Copyright The Alpha School System Pty Ltd 2015 All Rights Reserved
******************************************************************************/
/*
 * jQuery UI CSS Framework 
 *
 * 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
----------------------------------*/
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  position: absolute !important;
  display: none !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-clearfix {
  zoom: 1;
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
}
/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*
 * jQuery UI Menu 
 *
 * 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
 */
.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  float: left;
  border: 1px solid #777;
  background: #fff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px;
  font-size: 13px;
  color: #1c1c1c;
  min-width: 40px;
  max-width: 1200px;
  outline: none;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.4);
}
.ui-menu .ui-menu {
  margin-top: -3px;
  font-size: 13px;
}
.ui-menu .ui-menu-item {
  margin: 0;
  min-width: 102px;
  line-height: 18px;
  font-size: 13px;
  padding: 0;
  display: block;
  overflow: auto;
  zoom: 1;
}
.ui-menu .ui-menu-item a {
  display: block;
  padding: 4px 6px 4px 6px;
  clear: both;
  font-weight: normal;
  line-height: 18px;
  color: #333333;
  font-size: 13px;
  border: 1px solid #fff;
  border-left: none;
  border-right: none;
  text-decoration: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  zoom: 1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
  font-size: 13px;
  background: #9ac9ed;
  line-height: 18px;
  zoom: 1;
  border: 1px solid #8cb7d8;
  border-left: none;
  border-right: none;
  color: #080808;
}
/*
 * jQuery UI CSS Framework
 *
 * 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
 *
 */
/* Component containers
----------------------------------*/
.ui-widget {
  font-size: 1em;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget-content a {
  color: #4F4F4F;
}
.ui-widget-header {
  border: none;
  text-align: center;
  padding: 8px 10px 9px 10px;
  -moz-border-radius: 2px 2px 0 0;
  -webkit-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
}
/* Interaction states
----------------------------------*/
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #4F4F4F;
  text-decoration: none;
}
.ui-state-hover a,
.ui-state-hover a:hover {
  color: #313131;
  text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  outline: none;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #313131;
  text-decoration: none;
}
.ui-widget :active {
  outline: none;
}
/* Icons
----------------------------------*/
/* states and img */
.ui-icon {
  width: 16px;
  height: 16px;
}
.ui-state-highlight .ui-icon,
.ui-state-error .ui-icon {
  margin-top: -1px;
}
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}
/* Misc visuals
----------------------------------*/
/* Corner radius */
/*
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 3px; -webkit-border-top-left-radius: 3px; -khtml-border-top-left-radius: 3px; border-top-left-radius: 3px; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 3px; -khtml-border-top-right-radius: 3px; border-top-right-radius: 3px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 3px; -webkit-border-bottom-left-radius: 3px; -khtml-border-bottom-left-radius: 3px; border-bottom-left-radius: 3px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 3px; -webkit-border-bottom-right-radius: 3px; -khtml-border-bottom-right-radius: 3px; border-bottom-right-radius: 3px; }
*/
/* Overlays */
.ui-widget-overlay {
  background: #262b33;
  opacity: .70;
  z-index: 300;
}
.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #000000;
  opacity: .30;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
/*
 * jQuery UI Resizable 
 *
 * 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
 */
.ui-resizable {
  position: relative;
}
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  z-index: 99999;
  display: block;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}
.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}
.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}
.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}
/*
 * jQuery UI Selectable 
 *
 * 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
 */
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}
/*
 * jQuery UI Autocomplete 
 *
 * 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
 */
.ui-autocomplete {
  position: absolute;
  cursor: default;
}
/* workarounds */
* html .ui-autocomplete {
  width: 1px;
}
/* without this, the menu expands to 100% in IE6 */
.ui-autocomplete {
  position: absolute;
  cursor: default;
  z-index: 1010;
  -webkit-border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px;
  max-height: 192px;
  overflow-y: auto;
  overflow-x: hidden;
}
/*
 * jQuery UI Dialog 
 *
 * 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/Dialog#theming
 */
/*
.ui-dialog { position: absolute; padding: 0; width: 300px; overflow: hidden;  }
.ui-dialog { -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.4); -moz-box-shadow: 0 0 3px rgba(0,0,0,0.4); box-shadow: 0 0 3px rgba(0,0,0,0.4);
	border-width: 1px; border-color: rgba(0,0,0,0.5);
	border-style: solid; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; background: none; }
.ui-dialog .ui-dialog-titlebar { height: 34px; background-color: #fff; position: relative; padding: 0; line-height: 22px; overflow: hidden; border: none; -moz-border-radius: 3px 3px 0 0; -webkit-border-radius: 3px 3px 0 0; border-radius: 3px 3px 0 0; }
.ui-dialog .ui-dialog-title { float: left; margin: 6px 16px 3px 12px; line-height: 22px; font-size: 15px; display: block; } 
.ui-dialog .ui-dialog-titlebar-close { background: none; border: none; position: absolute; right: 12px; top: 8px; display: block; text-align: center; margin: 0; vertical-align: middle; padding: 3px; line-height: inherit; color: #fff; }
.ui-dialog .ui-dialog-titlebar-close span { display: none; }
.ui-dialog .ui-dialog-titlebar-close:after { content: "\00D7"; -ms-transform: translate(0,2px); display: block; text-align: center; position: relative; top: -2px; font-size: 19px; line-height: 11px; font-weight: bold; } 
.ui-dialog .ui-dialog-titlebar-close:hover { background-color: #000; text-decoration: none; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; }
.ui-dialog .ui-dialog-content { position: relative; border: 0; padding: 6px 12px; background: #fff; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-style: solid; border-width: 1px 0 0 0; border-color: #ccc; background: #F8F8F8; margin: 0; padding: 3px 5px 3px 5px; -moz-border-radius: 0 0 4px 4px; -webkit-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px; }
*/
/*.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; width: 100%; text-align: right; }
.ui-dialog .ui-dialog-buttonpane button { margin: 1px 0 1px 0; cursor: pointer; }
.ui-dialog .ui-dialog-buttonpane .btn-secondary { float: left; }
*/
/*.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 1px; bottom: 1px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }

.dialog-alert { border-width: 3px; border-color: #5A7B94; }

.dialog-alert .ui-dialog-titlebar { -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; }
.dialog-alert .ui-dialog-title { color: #fff; }
.dialog-alert .ui-dialog-buttonpane { text-align: center; -moz-border-radius: 0 0 2px 2px; -webkit-border-radius: 0 0 2px 2px; border-radius: 0 0 2px 2px; }
*/
/*.dialog-alert .ui-dialog-title {  color: #000; margin-top: 4px; margin-left: 6px; margin-bottom: 2px; color: #fff;  text-shadow: 0 -1px 0 rgba(255,255,255,0.3); }
*/
/*.dialog-alert .ui-dialog-titlebar-close { margin-top: -11px; }*/
/*
.dialog-alert .ui-dialog-buttonpane { text-align: center; -moz-border-radius: 0 0 2px 2px; -webkit-border-radius: 0 0 2px 2px; border-radius: 0 0 2px 2px; }
*/
/*.dialog-alert .ui-dialog-buttonpane .ui-dialog-buttonset { width: 100%; text-align: center; float: none; }
.dialog-alert .ui-dialog-buttonpane .btn-secondary { float: none; }*/
/*.dialog-alert .alert-icon { display: block; float: left; height: 19px; width: 17px; background: url(img/sprite.png) no-repeat -296px -201px transparent; }

.dialog-alert-error { border-color: #BC0000; }
.dialog-alert-error .ui-dialog-titlebar { background: #BC0000; border-color: #E10000; }
.dialog-alert-error .alert-icon { background-position: -296px -201px; } 

.dialog-alert-locking { border-color: #0088cc; }
.dialog-alert-locking .ui-dialog-titlebar { background: #0088cc; border-color: #0088cc; }
.dialog-alert-locking .alert-icon { background-position: -296px -201px; } 

.dialog-alert-warning { border-color: #ff6600; }
.dialog-alert-warning .ui-dialog-titlebar { background: #ff6600; border-color: #ff6600; }
.dialog-alert-warning .alert-icon { background-position: -266px -201px; } 

.dialog-alert-success { border-color: #73AB07; }
.dialog-alert-success .ui-dialog-titlebar { background: #73AB07; border-color: #73AB07; }
.dialog-alert-success .alert-icon { background-position: -324px -202px; } 

.dialog-alert-question { border-color: #ff6600; }
.dialog-alert-question .ui-dialog-titlebar { background: #ff6600; border-color: #ff6600; }
.dialog-alert-question .alert-icon { background-position: -356px -201px; } */
.ui-front {
  z-index: 9999;
}
.qtip {
  position: absolute;
  z-index: 1050;
  left: -28000px;
  top: -28000px;
  display: none;
  max-width: 280px;
  min-width: 50px;
  /*font-size: 10.5px;
	line-height: 12px;*/
  border-width: 1px;
  border-style: solid;
  direction: ltr;
}
.qtip-content {
  position: relative;
  padding: 5px 9px;
  overflow: hidden;
  text-align: left;
  word-wrap: break-word;
}
.qtip-titlebar {
  position: relative;
  padding: 5px 35px 5px 10px;
  overflow: hidden;
  border-width: 0 0 1px;
  font-weight: bold;
}
.qtip-titlebar + .qtip-content {
  border-top-width: 0 !important;
}
/* Default close button class */
.qtip-close {
  position: absolute;
  right: -7px;
  top: -7px;
  cursor: pointer;
  outline: medium none;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
}
.qtip-titlebar .qtip-close {
  right: 4px;
  top: 50%;
  margin-top: -9px;
}
* html .qtip-titlebar .qtip-close {
  top: 16px;
}
/* IE fix */
.qtip-titlebar .ui-icon,
.qtip-icon .ui-icon {
  display: block;
  text-indent: -1000em;
  direction: ltr;
  vertical-align: middle;
}
.qtip-icon,
.qtip-icon .ui-icon {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
}
.qtip-icon .ui-icon {
  width: 18px;
  height: 14px;
  text-align: center;
  text-indent: 0;
  font: normal bold 10px/13px Tahoma, sans-serif;
  color: inherit;
  background: transparent none no-repeat -100em -100em;
}
/* Applied to 'focused' tooltips e.g. most recently displayed/interacted with */
/* Applied on hover of tooltips i.e. added/removed on mouseenter/mouseleave respectively */
/* Default tooltip style */
.qtip-default {
  border-width: 1px;
  border-style: solid;
  border-color: #F1D031;
  background-color: #FFFFA3;
  color: #555;
}
.qtip-default .qtip-titlebar {
  background-color: #FFEF93;
}
.qtip-default .qtip-icon {
  border-color: #CCC;
  background: #F1F1F1;
  color: #777;
}
.qtip-default .qtip-titlebar .qtip-close {
  border-color: #AAA;
  color: #111;
}
/* Tips plugin */
.qtip .qtip-tip {
  margin: 0 auto;
  overflow: hidden;
  z-index: 10;
}
.qtip .qtip-tip,
.qtip .qtip-tip .qtip-vml,
.qtip .qtip-tip canvas {
  position: absolute;
  color: #123456;
  background: transparent;
  border: 0 dashed transparent;
}
.qtip .qtip-tip canvas {
  top: 0;
  left: 0;
}
.qtip .qtip-tip .qtip-vml {
  behavior: url(#default#VML);
  display: inline-block;
  visibility: visible;
}
/*****************************************************************************
	(C) Copyright The Alpha School System Pty Ltd 2015 All Rights Reserved
******************************************************************************/
html {
  height: 100%;
  padding: 0;
  margin: 0;
  border: 0;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  height: 100%;
  padding: 0;
  margin: 0;
  border: 0;
  background: #fff;
  min-width: 100%;
  width: 100%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.body-borderbox {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.body-borderbox *,
.body-borderbox ::after,
.body-borderbox ::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
::selection {
  background: #a8d1ff;
}
::-moz-selection {
  background: #a8d1ff;
}
h5 {
  margin: 5px 0;
}
.no-scroll,
.main-body.no-scroll {
  overflow: hidden;
  max-height: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
}
p {
  min-height: 20px;
  line-height: 20px;
  margin-bottom: 8px;
}
.ui-inlineview p {
  min-height: 20px;
  line-height: 20px;
  font-size: 14px;
  background-color: transparent;
}
a.no-style,
a.no-style:visited,
a.no-style:active,
a.no-style:hover {
  color: inherit;
  text-decoration: none;
  text-shadow: none;
}
.no-minwidth {
  min-width: 0;
}
.copyright-box {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 45px;
  width: 220px;
  z-index: 1051;
}
.copyright-footer {
  line-height: 14px;
  font-size: 11px;
  color: white;
  z-index: 9999;
  border-top-left-radius: 4px;
  text-decoration: none;
  float: left;
  display: inline-block;
}
.copyright-footer:hover {
  color: white;
}
.copyright-footer:visited {
  color: white;
}
.copyright-footer-inverse,
.copyright-footer-inverse:visited,
.copyright-footer-inverse:hover {
  color: #171717;
}
.copyright-link {
  font-style: italic;
  text-decoration: underline;
}
.copyright-footer .copyright-web {
  color: #71B827;
  font-style: italic;
}
.copyright-footer .copyright-symbol {
  font-size: 14px;
  vertical-align: bottom;
  font-style: normal;
}
/* FORM Additions */
.form-horizontal .control-label {
  text-align: left;
  width: 130px;
}
.form-horizontal .control-label > .icon {
  line-height: 20px;
}
.form-horizontal .controls {
  margin-left: 150px;
}
.controls > .inline-label {
  line-height: 20px;
  display: inline-block;
  padding: 5px;
  vertical-align: top;
  margin-left: -5px;
}
.control-header {
  display: inline-block;
}
.control-header > span {
  display: block;
  margin-bottom: 4px;
}
.controls > .btn-help ~ .checkbox {
  padding-top: 5px;
}
.form-unified label.checkbox > input[type="checkbox"] {
  opacity: 0;
}
.form-unified .controls {
  line-height: 0;
}
.form-unified label.checkbox > input[type="checkbox"] + .checkmark {
  background-image: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-family: 'Font Awesome 5 Pro', Sans-Serif;
  font-weight: 400;
  position: relative;
  padding-top: 2px;
}
.form-unified label.checkbox > input[type="checkbox"]:checked + .checkmark {
  color: #333;
}
.form-unified label.checkbox.disabled,
.form-unified label.checkbox.readonly {
  color: #909090;
  cursor: not-allowed;
}
.form-unified label.checkbox > input[type="checkbox"]:disabled + .checkmark {
  color: #909090;
  cursor: not-allowed;
}
.form-unified .alert-acknowledge input[type=checkbox] + .checkmark,
.form-unified .checkbox .faux-checkbox + .checkmark,
.form-unified .checkbox input[type=checkbox] + .checkmark,
.form-unified .radio input[type=radio] + .checkmark {
  float: left;
  margin-left: -22px;
}
.form-unified .controls .tree-modernui .jstree-container-ul {
  padding-top: 2px;
  padding-bottom: 2px;
}
.form-unified label.checkbox > input[type="checkbox"]:not(:checked) + .checkmark::after {
  content: "\f0c8";
  font-size: 18px;
  display: inline-block;
  height: 16px;
  width: 16px;
  line-height: 16px;
  position: relative;
}
.form-unified label.checkbox > input[type="checkbox"]:checked + .checkmark::after {
  content: "\f14a";
  font-size: 18px;
  display: inline-block;
  height: 16px;
  width: 16px;
  line-height: 16px;
  position: relative;
}
.form-unified label.checkbox > input[type="checkbox"]:focus + .checkmark::after {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  outline: 0;
  border-radius: 2px;
}
.form-horizontal .control-group-vertical .control-label {
  width: auto;
  float: none;
  display: block;
}
.form-horizontal .control-group-vertical .controls {
  margin-left: 0;
}
.form-horizontal .control-group-requiredonly .control-label {
  width: 4px;
}
.form-horizontal .control-group-requiredonly .controls {
  margin-left: 7px;
}
.form-horizontal .control-group-nolabel .control-label {
  width: 0;
}
.form-horizontal .control-group-nolabel .controls {
  margin-left: 0;
}
.page-tools-extended {
  width: 100%;
  padding: 2px 8px 8px 8px;
}
.page-tools-extended .alert {
  margin-bottom: 0;
}
.page-tools-extended .control-group-filter .control-label {
  width: 0;
  margin-top: -15px;
  float: none;
  font-size: 10px;
  text-transform: uppercase;
  padding: 0;
  padding-left: 3px;
  line-height: 10px;
  color: #ababab;
}
.page-tools-extended .control-group-filter .controls {
  margin-left: 0;
}
.form-horizontal .control-group-mini .control-label,
.form-horizontal .control-group-xxsmall .control-label {
  width: 50px;
}
.form-horizontal .control-group-mini .controls,
.form-horizontal .control-group-xxsmall .controls {
  margin-left: 70px;
}
.form-horizontal .control-group-smaller .control-label,
.form-horizontal .control-group-xsmall .control-label {
  width: 80px;
}
.form-horizontal .control-group-smaller .controls,
.form-horizontal .control-group-xsmall .controls {
  margin-left: 100px;
}
.form-horizontal .control-group-small .control-label {
  width: 110px;
}
.form-horizontal .control-group-small .controls {
  margin-left: 130px;
}
.form-horizontal .control-group-small.gutter-small .controls {
  margin-left: 120px;
}
.form-horizontal .control-group-large .control-label {
  width: 140px;
}
.form-horizontal .control-group-large .controls {
  margin-left: 160px;
}
.form-horizontal .control-group-xlarge .control-label {
  width: 210px;
}
.form-horizontal .control-group-xlarge .controls {
  margin-left: 230px;
}
.form-horizontal .control-group-xxlarge .control-label {
  width: 280px;
}
.form-horizontal .control-group-xxlarge .controls {
  margin-left: 300px;
}
.form-horizontal .control-group-xxxlarge .control-label {
  width: 350px;
}
.form-horizontal .control-group-xxxlarge .controls {
  margin-left: 370px;
}
.form-horizontal .control-group-xxxxlarge .control-label {
  width: 540px;
}
.form-horizontal .control-group-xxxxlarge .controls {
  margin-left: 560px;
}
.form-horizontal .control-group-justify .controls {
  float: right;
  margin-left: 0;
}
.form-horizontal .control-group-textonly {
  margin-bottom: 3px;
}
.form-horizontal .control-group-inline {
  margin-left: 20px;
  float: left;
}
.form-horizontal .control-group-auto .controls {
  margin-left: 0;
  float: left;
  margin-left: 6px;
}
.form-horizontal .control-group-auto .control-label {
  width: auto;
}
.form-horizontal,
form {
  margin-bottom: 0;
}
.form-horizontal .notable .control-label,
.form-horizontal .notable.control-label,
.form-horizontal .notable.checkbox,
.form-horizontal .notable.radio {
  font-weight: bold;
}
.form-legacy input,
.form-legacy select,
.form-legacy label,
.form-legacy textarea {
  width: auto;
  display: inline-block;
  margin-bottom: 0;
}
.form-legacy td.label,
.form-legacy span.label {
  font-weight: bold;
  font-size: inherit;
  background-color: transparent;
  color: #333;
  text-shadow: none;
}
hr.hr-condensed {
  margin: 10px 0;
}
.full-width {
  width: 100%;
}
.textarea-wrapper {
  position: relative;
}
.textarea-toolbar {
  margin-top: -3px;
  padding: 6px 6px 4px 6px;
  text-align: right;
  background: #e4e4e4;
  box-sizing: border-box;
  border: 1px solid #ccc;
  width: 100%;
}
.textarea-toolbar .btn-icon,
.textarea-toolbar .btn-icon:active,
.textarea-toolbar .btn-icon:focus,
.textarea-toolbar .btn-icon:hover {
  padding: 2px 8px;
  font-size: 15px;
}
textarea.input-fullpage {
  border: none;
}
.textarea-autosize {
  resize: none;
  overflow: hidden;
}
.fake-textarea {
  position: absolute;
  left: 0;
  top: 0;
}
.fake-textarea pre {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 4px 6px;
  margin: 0;
  visibility: hidden;
}
input.input-title,
input.input-title:focus {
  border: none;
  border-bottom: 1px solid #EDEDED;
  font-size: 22px;
  height: 40px;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 12px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}
.content-title,
input.content-title,
input.content-title:focus,
input.content-title[readonly] {
  background-color: #fff;
  font-size: 26px;
  font-weight: bold;
  margin: 8px 0 12px 0;
  padding: 0;
  border: none;
  font-weight: normal;
  line-height: 40px;
  -webkit-box-shadow: none;
  width: 100%;
  min-height: 20px;
}
.content-title-summary {
  font-size: 13px;
  line-height: 22px;
  margin-top: -4px;
  padding-top: 2px;
  margin-bottom: 10px;
  color: #888888;
}
.form-horizontal.form-minimal .control-group {
  margin-bottom: 5px;
}
.form-horizontal .form-actions,
.form-actions {
  padding: 5px 8px;
}
.pagefooter .form-actions,
.page-footer .form-actions,
.page-footer.form-actions,
.pagefooter.form-actions,
.popup-footer.form-actions {
  margin-bottom: 0;
  margin-top: 0;
}
fieldset .form-header {
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  margin-bottom: 10px;
  font-weight: bold;
}
.pagecontent fieldset,
.page-content fieldset,
.section-content fieldset {
  padding: 4px 8px;
  padding-top: 6px;
}
.textarea-placeholder {
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}
.modal-header-sticky {
  position: sticky;
  top: 0;
  z-index: 9999;
  padding-top: 0;
  margin-top: -1px;
  border-top: 1px solid #000;
  border-radius: 4px;
}
.modal-header-sticky.stuck {
  border-radius: 0;
}
.modal-header-sticky.stuck .modal-header {
  border-radius: 0;
}
.modal:before {
  content: "";
  position: absolute;
  top: -10px;
  width: 10px;
  height: 10px;
}
.modal:after {
  content: "";
  top: 100%;
  position: absolute;
  width: 10px;
  height: 10px;
}
.modal-footer-sticky {
  position: sticky;
  bottom: 0;
  z-index: 9999;
  padding-bottom: 0;
  margin-bottom: -1px;
}
.modal-body fieldset {
  padding: 0;
}
.section-content fieldset {
  margin-left: -3px;
}
.page-content .row > [class*="span"] fieldset,
.pagecontent .row > [class*="span"] fieldset {
  padding: 4px 0;
  margin-left: 8px;
}
.page-tools fieldset {
  padding: 4px;
  padding-left: 10px;
}
.collapse {
  padding: 0;
}
.modal-body fieldset.collapse {
  margin-bottom: 0;
}
.modal-body fieldset,
.modal-body fieldset.collapse.in {
  margin-bottom: 10px;
}
/*.pagecontent fieldset > .row, .page-content fieldset > .row { margin-left: -13px; margin-right: -13px; }
.pagecontent fieldset > .row > [class*="span"], .page-content fieldset > .row > [class*="span"] { padding-left: 13px; padding-right: 13px; }*/
.page-tools .form-horizontal .control-group,
.form-horizontal .page-tools .control-group {
  margin-bottom: 0;
}
.form-striped fieldset {
  /*border-top: 1px solid #ddd;*/
}
.form-striped fieldset:nth-child(odd) {
  background-color: #f9f9f9;
}
.form-striped fieldset:first-child {
  border-top: none;
}
/* Modal Footer is right aligned, and so the offset within the Modal footer should be from the right */
.modal-footer > .offset3 {
  margin-right: 260px;
}
.modal-footer > .offset2 {
  margin-right: 180px;
}
.modal-footer > .offset1 {
  margin-right: 100px;
}
.btn-offset {
  margin-right: 30%;
}
.icon-custom,
.bg-sprite,
.bg-sprite:active,
.bg-sprite:hover,
.bg-sprite:focus {
  background-image: url(img/sprite.png);
  background-repeat: no-repeat;
}
.icon-custom {
  width: 16px;
  height: 16px;
}
.icon-white {
  color: #fff;
  text-shadow: none;
}
.icon-yes {
  background-position: -159px -277px;
}
.icon-no {
  background-position: -182px -276px;
}
.icon-pencil-square-o {
  background: url(img/icon-pencil-square-o.png) 0 -1px no-repeat;
  height: 15px;
  width: 15px;
}
.icon.no-translate {
  transform: none;
}
.add-on .icon-calendar,
.add-on .icon-external-link {
  line-height: 18px;
}
a.add-on,
a.add-on:hover,
a.add-on:focus,
a.add-on:active {
  cursor: pointer;
  color: #333;
  text-decoration: none;
}
.input-datepicker + .add-on > .icon-calendar {
  color: #bd362f;
}
.form-inline select,
.form-horizontal select {
  vertical-align: top;
}
.form-inline select.middle,
.form-horizontal select.middle {
  vertical-align: middle;
}
.help-block {
  display: none;
}
.controls-row .help-block {
  clear: left;
}
.controls-row > .input-append {
  float: left;
  margin-right: 20px;
}
.modal-large.modal.fade.in {
  top: 30px;
}
.modal-small.modal.fade.in {
  top: 20%;
}
.modal-body {
  padding: 8px 12px 6px 12px;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.modal-scrollable .modal-body {
  max-height: 100%;
}
@media (max-width: 1024px) {
  .modal-scrollable {
    min-width: 1024px;
    position: absolute;
  }
  .tassweb-index #glassloader .modal-scrollable {
    position: fixed;
  }
}
.modal-body-xwide {
  width: 960px;
}
.modal-body-grid {
  padding: 0;
}
.modal-body-grid .fiber-grid-wrapper {
  background: none;
}
.modal-body-grid .fiber-grid-wrapper .fiber-grid {
  border-color: #DDD;
}
.modal-body-grid .fiber-grid-wrapper .slick-header.ui-state-default {
  border-left-color: #fff;
  border-bottom-width: 2px;
}
.modal-body-grid .fiber-grid-wrapper,
.modal-body-grid .slick-header.ui-state-default {
  background: none;
  border-color: #DDD;
}
.modal-body-grid .slick-header-column.ui-state-default {
  color: #333;
  text-shadow: none;
}
.tassweb .page-grid.fiber-grid-wrapper {
  background: #ddd;
}
/* Dragula CSS */
.gu-mirror {
  position: fixed !important;
  margin: 0 !important;
  z-index: 9999 !important;
  opacity: 0.8;
}
.gu-mirror.gu-mirror-absolute {
  position: absolute !important;
}
.gu-hide {
  display: none !important;
}
.gu-unselectable {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}
.gu-transit {
  opacity: 0.2;
}
/* Fix sort Caret for modal-body-grid */
.modal-body-grid .slick-header-column.ui-state-default .slick-sort-indicator {
  border-top-color: #333;
}
.modal-body-grid .slick-header-column.ui-state-default .slick-sort-indicator-desc {
  border-bottom-color: #333;
}
.modal-body-warning {
  background-image: url(img/warning.gif);
  background-position: 15px center;
  background-repeat: no-repeat;
  padding: 15px;
  padding-left: 60px;
}
.modal-footer {
  padding: 4px 5px 4px 5px;
}
.modal-header {
  padding: 4px 6px 4px 12px;
  font-size: 14px;
  line-height: 30px;
}
.model-header-tools {
  float: right;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.7;
}
.modal-alert,
.modal-scrollable .modal-alert {
  border-width: 3px;
  border-color: #5A7B94;
}
.modal-alert .modal-header {
  border-radius: 3px 3px 0 0;
  color: #fff;
}
.modal-alert .modal-body {
  min-width: 290px;
  min-height: 60px;
}
/*.modal-alert .alert-icon { display: block; float: left; height: 19px; width: 17px; background: url(img/sprite.png) no-repeat -296px -201px transparent; }*/
.modal-alert-error,
.modal-scrollable .modal-alert-error,
.modal-alert-invalid,
.modal-scrollable .modal-alert-invalid {
  border-color: #BC0000;
}
.modal-alert-error .modal-header,
.modal-alert-invalid .modal-header,
.modal-header-invalid.modal-header,
.modal-header-danger.modal-header {
  background: #BC0000;
  border-color: #E10000;
}
.modal-alert-error .alert-icon,
.modal-alert-invalid .alert-icon {
  background-position: -296px -201px;
}
/*
.modal-alert-invalid { border-color: #BC0000; }
.modal-alert-invalid .modal-header { background: #BC0000; border-color: #E10000; }
.modal-alert-invalid .alert-icon { background-position: -296px -201px; } 
*/
.alert-error .href,
.alert-error .href:active,
.alert-error .href:hover {
  color: #b94a48;
}
.alert-error .table-striped tbody > tr:nth-child(odd) > td,
.alert-error .table-striped-bordered tbody > tr:nth-child(odd) > td,
.alert-error .table-striped tbody > tr:nth-child(odd) > th,
.alert-error .table-striped-bordered tbody > tr:nth-child(odd) > th {
  background: #f2dede;
  border-color: #b94a4d;
}
.alert-error .table {
  border-color: #b94a4d;
}
.alert-error .table td,
.alert-error .table th {
  border-color: #b94a4d;
}
.href.disabled,
.href.disabled > span,
.href.disabled:hover,
.href.disabled:focus,
.href.disabled:active {
  color: #333;
  text-decoration: none;
  cursor: default;
}
.alert-notification {
  background: none;
  margin: 0 10px;
  color: #000;
  border: none;
}
.alert-notification .icon,
.alert-notification [class^="icon-"],
.alert-notification [class*=" icon-"] {
  font-size: 16px;
}
.alert-notification .icon-warning {
  color: #C00;
}
/* Build Acknowledgement stuff into the product */
.acknowledge-wrapper {
  position: relative;
  margin-bottom: 20px;
  border-radius: 3px;
}
.acknowledge-wrapper > .alert {
  max-height: 210px;
  overflow-y: auto;
  overflow-x: hidden;
}
.alert-acknowledge {
  float: right;
  margin-bottom: -8px;
  margin-right: -14px;
  box-sizing: border-box;
  display: block;
  border-radius: 3px 0 3px 0;
  text-shadow: none;
  padding: 6px 10px;
  background: #fceab0;
  text-align: center;
}
.alert-error .alert-acknowledge {
  background: #ffb5b5;
}
.alert-acknowledge > input[type="checkbox"] {
  margin-right: 0;
}
.modal-alert-locking,
.modal-scrollable .modal-alert-locking {
  border-color: #0088cc;
  width: 390px;
}
.modal-alert-locking .modal-body {
  padding-left: 60px;
}
.modal-alert-locking .modal-body:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  position: absolute;
  left: 14px;
  top: 50%;
  font-size: 24px;
  content: "\f502";
  margin-top: -14px;
}
.modal-alert-locking .modal-header {
  background: #0088cc;
  border-color: #0088cc;
}
.modal-alert-locking .alert-icon {
  background-position: -296px -201px;
}
.modal-alert-warning,
.modal-scrollable .modal-alert-warning {
  border-color: #ff6600;
}
.modal-alert-warning .modal-header {
  background: #ff6600;
  border-color: #ff6600;
}
.modal-alert-warning .alert-icon {
  background-position: -266px -201px;
}
.modal-alert-success,
.modal-scrollable .modal-alert-success {
  border-color: #73AB07;
}
.modal-alert-success .modal-header {
  background: #73AB07;
  border-color: #73AB07;
}
.modal-alert-success .alert-icon {
  background-position: -324px -202px;
}
.modal-alert-question,
.modal-scrollable .modal-alert-question {
  border-color: #ff6600;
}
.modal-alert-question .modal-header {
  background: #ff6600;
  border-color: #ff6600;
}
.modal-alert-question .alert-icon {
  background-position: -356px -201px;
}
.ui-dialog .modal-header {
  display: none;
}
.ui-dialog .modal-body {
  padding: 6px 8px;
  max-height: 1200px;
}
.ui-dialog .modal-body-grid {
  padding: 0;
}
.ui-dialog-buttonpane .modal-footer {
  padding: 0;
  border: none;
  box-shadow: none;
}
.ui-dialog-title .modal-header {
  display: block;
  padding: 0;
  border: none;
}
.validation-help-block {
  display: none;
}
.alert-nostyle {
  background: none;
  border: none;
  color: #333;
  padding: 0;
}
.alert-validation {
  display: none;
}
.btn-neutral-disabled.disabled,
.btn-neutral-disabled[disabled] {
  color: #777;
  border-color: #ccc;
  background-color: #e6e6e6;
  text-shadow: none;
}
.page-filters,
.page-header .page-filters,
.modal-filters {
  padding-left: 6px;
  padding-right: 6px;
  box-sizing: border-box;
  padding-top: 7px;
  padding-bottom: 1px;
  width: 100%;
  clear: left;
  margin-top: 0;
  background: #f1f1f1;
}
.page-filters .btn.checkbox,
.page-filters .btn,
.page-filters input[type="text"],
.modal-filters .btn.checkbox,
.modal-filters .btn,
.modal-filters input[type="text"] {
  background: #fff;
  border-color: #ccc;
  font-size: 13px;
  padding-top: 3px;
  padding-bottom: 3px;
  margin-bottom: 6px;
  margin-left: 4px;
  line-height: 21px;
}
.page-filters select,
.modal-filters select {
  height: 29px;
  background-color: #fff;
  border-color: #ccc;
  font-size: 13px;
  padding-top: 3px;
  padding-bottom: 3px;
  margin-bottom: 6px;
  margin-left: 4px;
  line-height: 21px;
}
.page-filters input[type="text"],
.page-filters .uneditable-input,
.modal-filters input[type="text"],
.modal-filters .uneditable-input {
  height: 29px;
}
.page-filters .uneditable-input.selectize-control,
.modal-filters .uneditable-input.selectize-control {
  vertical-align: top;
  margin-left: 4px;
}
.page-filters .btn.filter-active,
.page-filters input[type="text"].filter-active,
.page-filters input[type="text"].filter-active ~ .add-on,
.page-filters .selectize-input.has-items,
.page-filters .selectize-input.has-items > .item,
.page-filters select.filter:has(option:checked:not([value=""]):not([value="All"])) {
  border: 1px solid #0071cd;
  color: #1b6ca7;
}
.page-filters .filter-display.has-content {
  font-size: 11px;
  text-shadow: none;
  background: #0071cd;
  color: #fff;
  border-radius: 2px;
  padding: 2px 4px;
  margin: 0px 5px 0 2px;
  vertical-align: top;
}
.page-filters input[type="text"].filter-active ~ .add-on {
  background: #fff;
  text-shadow: none;
}
.page-filters input[type="text"].filter-active ~ .add-on > .icon {
  color: #1b6ca7;
}
.page-filters .btn.checkbox:has(input:checked) {
  border: 1px solid #0071cd;
  color: #1b6ca7;
}
.page-filters .btn.filter-active .icon-filter {
  color: #1b6ca7;
}
.page-filters .selectize-input input[type="text"],
.modal-filters .selectize-input input[type="text"] {
  height: 20px;
  line-height: 19px;
  margin-bottom: 0;
  margin-left: 0;
}
.page-filters .selectize-input,
.modal-filters .selectize-input {
  padding: 3px 6px;
  min-height: 29px;
}
.page-filters .input-append,
.modal-filters .input-append {
  vertical-align: top;
  margin-bottom: 6px;
  margin-left: 4px;
}
.page-filters .btn-group,
.modal-filters .btn-group {
  vertical-align: top;
  margin-bottom: 6px;
  margin-left: 4px;
}
.modal-filters .btn-group .btn,
.page-filters .btn-group .btn {
  margin-bottom: 0;
}
.page-filters .btn-group .input-append,
.modal-filters .btn-group .input-append {
  margin-bottom: 0;
  margin-left: 0;
}
.page-filters .input-append .btn,
.modal-filters .input-append .btn {
  margin-left: -1px;
  margin-bottom: 0;
}
.page-filters .input-append .btn.add-on,
.modal-filters .input-append .btn.add-on {
  margin-left: -1px;
  margin-bottom: 0;
}
.page-filters .input-append input[type=text],
.page-filters .input-append .uneditable-input.selectize-control,
.modal-filters .input-append input[type=text],
.modal-filters .input-append .uneditable-input.selectize-control {
  margin-bottom: 0;
  margin-left: 0;
}
.page-filters .btn,
.page-filters .input-append .add-on,
.page-filters .input-prepend .add-on,
.modal-filters .btn,
.modal-filters .input-append .add-on,
.modal-filters .input-prepend .add-on {
  height: 29px;
  box-sizing: border-box;
  vertical-align: top;
}
.input-append .add-on > .icon,
.input-prepend .add-on > .icon {
  color: #5f5f5f;
}
.page-filters .input-append > .add-on.filter-label {
  font-size: 12px;
  line-height: 19px;
  padding-left: 8px;
  padding-right: 8px;
  letter-spacing: -0.1px;
}
.page-filters .control-group {
  display: inline-block;
  line-height: 29px;
  margin-bottom: 6px;
  margin-left: 4px;
  vertical-align: top;
}
.page-filters .control-group input[type="text"],
.page-filters .control-group .uneditable-input.selectize-control {
  margin-bottom: 0;
  vertical-align: top;
  margin-left: 0;
}
.page-filters .control-group-nolabel .control-label.required {
  float: left;
  width: 12px;
}
.page-filters .control-group-nolabel .control-label.required + .controls {
  float: left;
}
.page-filters .btn.btn-icon,
.modal-filters .btn.btn-icon {
  background: none;
  font-size: 16px;
  line-height: 23px;
}
.page-filters .text-search,
.modal-filters .text-search {
  padding-left: 25px;
}
.page-filters .text-search-wrapper,
.modal-filters .text-search-wrapper {
  display: inline-block;
  position: relative;
}
.page-filters .text-search-wrapper:before,
.modal-filters .text-search-wrapper:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  position: absolute;
  left: 12px;
  top: 8px;
  font-size: 13px;
  width: 14px;
  height: 14px;
  content: "\f002";
  color: #424242;
}
.page-filters input[type="text"][disabled],
.modal-filters input[type="text"][disabled],
.page-filters .btn.checkbox.disabled,
.page-filters .btn.disabled,
.modal-filters .btn.checkbox[disabled],
.modal-filters .btn.disabled,
.page-filters .selectize-control.multi .selectize-input.disabled {
  background: #fff;
  opacity: 0.65;
}
.page-filters .selectize-input input[type="text"][disabled],
.modal-filters .selectize-input input[type="text"][disabled] {
  background: #fff;
}
.btn-link-error,
.btn-link-error:hover,
.btn-link-error:active,
.btn-link-error:focus,
.btn-link-invalid,
.btn-link-invalid:hover,
.btn-link-invalid:active,
.btn-link-invalid:focus {
  color: #b94a48;
  text-shadow: none;
}
.no-wrap-hidden {
  white-space: nowrap;
  overflow: hidden;
}
.no-wrap {
  overflow: auto;
  word-break: normal;
  word-wrap: normal;
  white-space: pre;
}
td.no-wrap {
  overflow: auto;
  word-break: normal;
  word-wrap: normal;
  white-space: nowrap;
}
.overflow-visible,
.no-wrap.overflow-visible {
  overflow: visible;
}
pre.no-wrap {
  overflow: auto;
  word-break: normal;
  word-wrap: normal;
  white-space: pre;
}
.internal-popup-content .dropdown-menu,
.popup-menu ul {
  display: block;
  position: static;
  border: none;
}
.navbar .nav > li > a .caret {
  line-height: inherit;
  margin-top: 8px;
  margin-left: 0;
}
.navbar-inverse .nav > li > a .caret,
.caret-inverse {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.panel-body > .nav-list {
  margin-top: -1px;
}
.panel-body > .nav-list > li > a {
  border-bottom: 1px solid #DDD;
  border-top: 1px solid #ddd;
  margin-bottom: -1px;
}
.btn > input[type="checkbox"] {
  margin-top: 0;
}
.checkbox.btn {
  padding-left: 28px;
}
.checkbox.btn > input[type="checkbox"] {
  margin-top: 4px;
  margin-left: -18px;
}
.btn-group .checkbox.btn.btn-small > input[type="checkbox"] {
  margin-left: -12px;
}
.btn-group .checkbox.btn.btn-small {
  padding-left: 22px;
}
.input-append .ui-datepicker-trigger {
  display: inline-block;
  padding: 6px 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: -1px;
  border-radius: 0 3px 3px 0;
}
input.input-relativedate,
.bootstrapped input[type="text"].textInput.input-relativedate {
  width: 200px;
}
input.input-relativedate.input-relativedate-singledate,
.bootstrapped input[type="text"].textInput.input-relativedate.input-relativedate-singledate {
  width: 160px;
}
input.input-datepicker,
.uneditable-input.input-datepicker {
  width: 98px;
}
.rangepicker {
  width: 635px;
  overflow: hidden;
  position: relative;
}
.datepicker-range-from {
  border-right: 5px solid #ECECEC;
  padding-right: 4px;
}
.datepicker-range-from .control-label,
.datepicker-range-to .control-label {
  font-size: 15px;
  font-weight: bold;
}
.datepicker-range-from input[type="text"],
.datepicker-range-to input[type="text"] {
  font-size: 13px;
  line-height: 18px;
}
.datepicker-range-from .control-group,
.datepicker-range-to .control-group {
  margin: 0;
  padding: 4px 2px 0 8px;
}
.datepicker-range-options {
  width: 120px;
  float: left;
  background-color: #EAEAEA;
  padding: 3px 6px;
}
.datepicker-range-options .btn {
  background: #fff;
  border: none;
  border-radius: 0;
  text-shadow: none;
  padding: 3px;
  margin: 3px 0;
  font-size: 12px;
  width: 100%;
  box-shadow: none;
}
.datepicker-range-options .btn-action {
  width: auto;
  padding: 3px 10px;
  min-width: 55px;
  background: #006dcc;
  color: #fff;
  float: right;
}
.datepicker-range-options .btn-cancel {
  width: auto;
  padding: 3px 10px;
}
.datepicker-range-options .btn:hover,
.datepicker-range-options .btn:focus,
.datepicker-range-options .btn:active {
  background: #E1E1E1;
}
.btn-action:hover,
.btn-action:focus,
.btn-action:active,
.btn-action.active {
  background: #04c;
}
.datepicker-range {
  margin-right: 6px;
}
/*.datepicker-range .table-condensed td.day span, .datepicker-opaque .table-condensed td.day span { width: 28px; height: 26px; line-height: 26px; }
.datepicker-range .table-condensed td.day.today span, .datepicker-opaque .table-condensed td.day.today span { line-height: 24px; }*/
/*.datepicker-range .table-condensed td.today span, .datepicker-opaque .table-condensed td.today span { background-position: -286px -232px; }*/
/*.datepicker-range .datepicker, .datepicker-opaque .datepicker { width: 226px; }*/
.table-report.table {
  margin-bottom: 0;
}
.tableWrapper {
  padding: 0;
}
.tableWrapper .table {
  overflow: visible;
}
.table-report.table-bordered {
  border: none;
  border-collapse: collapse;
}
.btn-prev .icon-white,
.btn-next .icon-white,
.btn-next .icon-white,
.btn-prev .icon-white {
  color: #000;
}
/*.datepicker-range thead tr:first-child th, .datepicker-opaque thead tr:first-child th { background: none; color: #000; text-shadow: none; border: none; }
.datepicker-range .table-condensed th.dow, .datepicker-opaque .table-condensed th.dow { border: none; }

.datepicker-range td a.month,
.datepicker-range td a.year,
.datepicker-opaque td a.month,
.datepicker-opaque td a.year { height: 48px; line-height: 48px; }*/
.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #DDEBFF;
  border-radius: 0;
}
.datepicker table tr td.range.active,
.datepicker table tr td.range.active:hover,
.datepicker table tr td.range.active.disabled,
.datepicker table tr td.range.active.disabled:hover,
.datepicker table tr td.range + .active,
.datepicker table tr td.range + .active:hover,
.datepicker table tr td.range + .active.disabled,
.datepicker table tr td.range + .active.disabled:hover {
  background: #ABD6F4;
  border-radius: 0;
  border: none;
}
.control-group.error .upload-input,
.control-group.error .btn-upload,
.control-group.invalid .upload-input,
.control-group.invalid .btn-upload {
  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);
}
.control-group.warning .upload-input,
.control-group.warning .btn-upload {
  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);
}
.btn-hidden,
.include-hidden {
  display: none !important;
}
.btn-prev,
.btn-next,
.btn-prev:hover,
.btn-next:hover,
.btn-prev:focus,
.btn-next:focus,
.btn-prev:active,
.btn-next:active {
  width: 23px;
  height: 23px;
  background: none;
  padding: 0;
  border: none;
  box-shadow: none;
  line-height: 18px;
}
.btn-next .icon-chevron-right {
  margin-right: -2px;
}
.btn-icon,
.btn-icon:focus,
.btn-icon:disabled,
.btn-icon.disabled,
.btn-icon[disabled],
.btn-group > .btn-icon {
  padding: 4px 6px;
  font-size: 18px;
  text-decoration: none;
  box-shadow: none;
  border: none;
  background: none;
  text-shadow: none;
}
.btn-icon:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn-icon.btn-small,
.btn-icon.btn-small:focus,
.btn-icon.btn-small:disabled,
.btn-icon.btn-small.disabled,
.btn-icon.btn-small[disabled],
.btn-group.btn-small > .btn-icon {
  padding: 2px 4px;
  font-size: 14px;
}
.btn-icon.readonly {
  color: #333;
  opacity: .4;
}
.btn-icon-small,
.btn-icon-small:focus,
.btn-icon-small:disabled,
.btn-icon-small.disabled,
.btn-icon-small[disabled],
.btn-group > .btn-icon-small {
  font-size: 14px;
}
.btn-info,
a.btn.btn-info[href]:visited {
  outline: initial;
  color: #fff;
}
.btn-icon,
.btn-icon:disabled,
.btn-icon.disabled,
.btn-icon[disabled] {
  outline: 0;
}
/*.btn-icon [class^="icon-file"], .btn-icon:focus [class^="icon-file"], .btn-icon:disabled [class^="icon-file"], .btn-icon.disabled [class^="icon-file"], .btn-icon[disabled] [class^="icon-file"] 
, .btn-icon [class*="icon-file"], .btn-icon:focus [class*="icon-file"], .btn-icon:disabled [class*="icon-file"], .btn-icon.disabled [class*="icon-file"], .btn-icon[disabled] [class*="icon-file"] {
	font-size: 16px;
}*/
.btn-icon:focus {
  color: #000;
}
.btn-collapse,
.btn-collapse:hover,
.btn-collapse:active,
.btn-collapse:hover,
.btn-collapse.active,
.btn-collapse.section-header-title,
.btn-collapse.section-header > span {
  background: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  font-weight: bold;
  position: relative;
  width: 100%;
  padding-right: 28px;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  text-shadow: none;
}
.btn-collapse:after,
.btn-collapse.out:after {
  content: '+';
  position: absolute;
  top: 3px;
  right: 11px;
  font-size: 22px;
}
.btn-collapse.active:after,
.btn-collapse.in:after {
  border-top: none;
  content: '-';
  right: 12px;
  top: 3px;
  font-size: 28px;
}
.gadget-header {
  text-align: center;
}
.gadget-header .btn-prev,
.gadget-header .btn-next {
  margin: 5px;
}
.btn-prev i,
.btn-next i {
  margin-top: 0;
}
label[class*="span"] {
  margin-left: 0;
}
.controls-row .help-inline {
  float: left;
  padding-top: 4px;
  padding-right: 5px;
}
.control-label span.required,
.btn span.required,
label.checkbox span.required,
.control-label span.required:hover,
.help-inline span.required,
.help-inline span.required:hover,
.required-sprite-parent span.required {
  float: left;
  display: block;
  width: 10px;
  height: 10px;
  margin-right: 2px;
  margin-top: 0;
  line-height: 12px;
  color: #ce3c42;
  font-size: 10px;
}
.btn span.required {
  display: inline-block;
  float: none;
}
.checkbox.required {
  position: relative;
  padding-left: 31px;
}
label.checkbox-right {
  padding-left: 0;
  padding-right: 31px;
}
label.checkbox-right input[type="checkbox"] {
  float: right;
  margin-left: 0;
  margin-right: -20px;
}
label.checkbox-fitcontent,
.controls > label.checkbox {
  display: inline-block;
  margin-bottom: 0;
}
label.checkbox-only {
  width: 22px;
  box-sizing: border-box;
  pointer-events: none;
}
label.checkbox-only input[type="checkbox"] {
  pointer-events: all;
}
.checkbox > span.required {
  background-position: -376px -236px;
  position: absolute;
  left: 0;
  top: 4px;
  display: block;
  width: 10px;
  height: 10px;
  margin-right: 0;
}
.control-label-disabled {
  color: #999;
}
/*.control-label-disabled span.required, .control-label-disabled span.required:hover, .control-label-readonly span.required, .control-label-readonly span.required:hover { display: none; }*/
.text-block {
  display: block;
  margin-bottom: 9px;
}
.form-horizontal .text-block {
  margin-top: 9px;
  margin-bottom: 0;
}
/* Position relative is breaking maskedinput fields, reset it to static. */
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
  position: static;
}
.row > dl.dl-horizontal,
.row-fluid > dl.dl-horizontal {
  margin-bottom: 0;
  margin-top: 0;
  min-height: 0;
}
.dd-nodetails {
  color: #9F9F9F;
}
.text-nodetails {
  color: #9f9f9f;
}
td.nodetails {
  color: #9f9f9f;
}
td.nodetails-center {
  text-align: center;
}
.check-nodetails:empty:after {
  content: "No Details";
  color: #9F9F9F;
}
.ui-inlinelist {
  margin: 0;
  padding: 0;
}
section.section-condensed {
  padding: 2px 0 2px 0;
}
.section-header,
.fieldset-header {
  font-size: 16px;
  line-height: 20px;
  padding: 0;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
  color: #191919;
  margin: 0;
  font-weight: normal;
}
.section-header-bold {
  font-weight: bold;
}
.section-header-noline {
  border-bottom: none;
}
.section-header-notitle {
  margin-bottom: 12px;
  margin-top: 8px;
}
.fieldset-title .btn,
.fieldset-title label {
  font-size: 16px;
  line-height: 20px;
  font-weight: normal;
}
.fieldset-title label.inline {
  display: inline;
}
.fieldset-title > input[type="checkbox"] {
  display: inline-block;
  margin-top: 0;
}
.fieldset-header-toggle {
  float: left;
  line-height: 30px;
  width: 45px;
  cursor: pointer;
  color: #08c;
  font-size: 14px;
}
.section-header-title,
.section-header > span {
  padding: 4px 8px;
  display: inline-block;
  float: left;
  margin: 5px 6px 5px 6px;
  margin-left: 1px;
  text-decoration: none;
  font-size: 16px;
}
.section-header-sub .section-header-title,
.section-header-sub > span {
  padding: 4px 6px;
  margin: 4px 5px 4px 3px;
  /*font-weight: normal; */
  font-size: 14px;
  line-height: 18px;
}
.section-header-title {
  font-weight: bold;
}
.section-header-title + .control-group {
  clear: left;
}
.section-header-title-info {
  font-weight: normal;
  font-size: 15px;
}
.popup-body .section-header {
  border-bottom: 1px solid #e5e5e5;
  font-size: 14px;
}
.popup-body .section-header-title {
  font-size: 14px;
  margin-left: 0;
  margin-right: 0;
}
.section-footer {
  margin: 0;
  margin-bottom: 0;
  margin-top: 0;
}
.section-footer .section-tools {
  margin: 0;
  padding: 0;
}
.section-tools {
  float: right;
  padding: 0 5px 4px 4px;
  margin: 4px 0 0 0;
}
.section-header-sub .section-tools {
  margin-top: 3px;
  padding-bottom: 3px;
}
.section-tools .control-text {
  margin-bottom: 0;
}
.control-text-auto {
  height: auto;
  width: auto;
  overflow: visible;
  white-space: pre-wrap;
}
.control-text-wrap {
  padding-left: 0;
  overflow: visible;
  white-space: normal;
  height: auto;
}
.controls .control-text:first-child,
.controls .btn-icon:first-child {
  margin-left: -4px;
}
.form-horizontal .control-label-inline,
.form-horizontal .control-group-xlarge .control-label-inline,
.form-horizontal .control-group-small .control-label-inline,
.form-horizontal .control-group-xsmall .control-label-inline,
.form-horizontal .control-group-large .control-label-inline {
  display: inline-block;
  float: none;
  width: auto;
  margin-left: 18px;
  margin-right: 4px;
}
.modal-tools,
.modal-subheader-tools {
  float: right;
  padding: 0;
  margin: 0;
  line-height: 1px;
}
.modal-tools .label,
.page-tools .label {
  vertical-align: middle;
}
.text-background {
  padding-right: 6px;
  padding-left: 6px;
  border-radius: 2px;
}
.section-content {
  padding: 8px;
}
.popup-body .section-content {
  padding: 6px;
}
.row.section-content,
.row-fluid.section-content {
  margin: 8px 0;
  padding: 0;
}
.section-content .section-content {
  padding: 0;
}
/* Sections shouldn't be nested inside each other */
.section-content.row {
  margin-left: -12px;
}
.section-content .dl-horizontal {
  margin: 0;
}
section {
  padding: 10px 0 10px 0;
}
section .table {
  margin-bottom: 0;
}
.fieldset-header,
.btn-collapse.fieldset-header,
.btn-collapse.fieldset-header:active,
.btn-collapse.fieldset-header:hover,
.btn-collapse.fieldset-header.active {
  border: none;
  background: none;
}
.btn-collapse.fieldset-header:after,
.btn-collapse.fieldset-header.out:after {
  top: -2px;
}
.fieldset-header {
  line-height: 30px;
  margin-bottom: 3px;
  margin-top: 6px;
  padding-left: 1px;
}
.modal-body .fieldset-header,
.modal-body .fieldset-header.active {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 1px;
}
.fieldset-header-top {
  margin-top: 2px;
}
.fieldset-header-smaller {
  font-size: 15px;
  font-weight: bold;
}
.form-body .fieldset-header {
  padding-left: 2px;
  padding-right: 2px;
  font-size: 15px;
}
.pagecontent .fieldset-header,
.page-content .fieldset-header,
.section-content .fieldset-header {
  padding-left: 5px;
  padding-right: 5px;
  font-size: 16px;
}
.container.container-large {
  width: 1024px;
}
.page-content fieldset .fieldset-header {
  padding-left: 0;
  padding-right: 0;
}
.form-body .fieldset-header-title,
.pagecontent .fieldset-header-title,
.page-content .fieldset-header-title,
.section-content .fieldset-header-title,
.form-body .fieldset-header > span,
.pagecontent .fieldset-header > span,
.page-content .fieldset-header > span,
.section-content .fieldset-header > span {
  margin-left: 3px;
}
.form-body fieldset {
  padding-left: 5px;
  padding-right: 5px;
}
.modal-body.form-body {
  padding: 8px 8px 6px 8px;
}
th > .fieldset-header {
  padding-left: 0;
  margin-bottom: 0;
}
.form-striped .section-header ~ fieldset:nth-child(even) {
  background: none;
}
.form-striped .section-header ~ fieldset:nth-child(odd) {
  background-color: #f1f1f1;
}
fieldset .form-header {
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  margin-bottom: 10px;
  font-weight: bold;
}
fieldset .fieldset-tools {
  float: right;
}
.fieldset-header .fieldset-tools {
  float: right;
}
.row fieldset div.row {
  margin-left: -8px;
}
.row fieldset div.row div[class*="span"] {
  padding-left: 8px;
}
.section-header:before,
.section-header:after,
.section-content:before,
.section-content:after,
.section-tools:before,
.section-tools:after,
.modal-header:before,
.modal-header:after,
.modal-tools:before,
.modal-tools:after {
  display: table;
  line-height: 0;
  content: "";
}
.section-header:after,
.section-content:after,
.section-tools:after,
.modal-header:after,
.modal-tools:after {
  clear: both;
}
.ui-chart {
  position: relative;
}
.section-header + .section-body > .dl-horizontal {
  margin-top: -1px;
}
.section-body .dl-horizontal {
  margin: 0;
  clear: left;
}
.section-body .table {
  margin-bottom: 5px;
}
.popup-body .dl-horizontal {
  margin: 0;
  clear: left;
}
.section-nodetails {
  color: #9F9F9F;
  text-align: center;
  padding: 20px;
}
.section-nodetails-alignleft {
  text-align: left;
  padding: 8px;
}
.dl-horizontal dt,
.dl-horizontal dd {
  text-align: left;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 12px;
  min-height: 20px;
}
.dl-condensed dt,
.dl-condensed dd {
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 2px;
}
.popup-body .dl-horizontal dt,
.popup-body .dl-horizontal dd {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  border: none;
}
.dl-table dt,
.dl-table dd {
  padding: 3px;
  min-height: 24px;
  line-height: 28px;
}
.dl-condensed dt {
  text-align: right;
}
.dl-horizontal dd {
  padding-left: 160px;
  margin-left: 0;
  min-height: 37px;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.dl-horizontal dt {
  min-width: 150px;
  width: 150px;
  min-height: 37px;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.dl-horizontal-leftaligned dt,
.dl-table dt {
  text-align: left;
}
.dl-horizontal dd .label-icon {
  margin-bottom: 0;
  font-weight: bold;
}
.dl-striped dt,
.dl-striped dd,
.dl-striped .row,
.dl-striped .row-fluid,
.dl-striped .dl-row {
  border-top: 1px solid #ddd;
}
.dl-striped .row:nth-child(odd),
.dl-striped .row-fluid:nth-child(odd),
.dl-striped .dl-row:nth-child(odd),
.dl-striped dt:nth-child(4n+1),
.dl-striped dt:nth-child(4n+1) + dd {
  background-color: #f9f9f9;
}
.dl-striped .row dt,
.dl-striped .row-fluid dt,
.dl-striped .row dd,
.dl-striped .row-fluid dd,
.dl-striped .row-fluid dt + dd {
  border-top: none;
  background: none;
}
.dl-striped.dl-split dd,
.dl-striped.dl-split dt,
.dl-striped.dl-split dt + dd {
  background: none;
}
.dt-mini dt,
.dl-mini dt {
  min-width: 70px;
  width: 70px;
}
.dt-mini dd,
.dl-mini dd {
  padding-left: 96px;
}
.dt-xsmall dt,
.dl-xsmall dt {
  min-width: 94px;
  width: 94px;
}
.dt-xsmall dd,
.dl-xsmall dd {
  padding-left: 120px;
}
.dt-small dt,
.dl-small dt {
  min-width: 114px;
  width: 114px;
}
.dt-small dd,
.dl-small dd {
  padding-left: 140px;
}
.dt-large dt,
.dl-large dt {
  min-width: 174px;
  width: 174px;
}
.dt-large dd,
.dl-large dd {
  padding-left: 200px;
}
.dt-xlarge dt,
.dl-xlarge dt {
  min-width: 210px;
  width: 210px;
}
.dt-xlarge dd,
.dl-xlarge dd {
  padding-left: 236px;
}
.dt-xxlarge dt,
.dl-xxlarge dt {
  min-width: 270px;
  width: 270px;
}
.dt-xxlarge dd,
.dl-xxlarge dd {
  padding-left: 296px;
}
.dl-overflow-hidden dt {
  clear: none;
}
.dl-overflow-hidden dd {
  overflow: hidden;
  padding-left: 24px;
}
.dt-multiline dd:before,
.dt-multiline dd:after,
.dl-row:before,
.dl-row:after {
  display: table;
  line-height: 0;
  content: "";
}
.dt-multiline dd:after,
.dl-row:after {
  clear: both;
}
.dl-split {
  min-width: 752px;
}
.dl-split dd {
  padding-left: 14px;
  width: 28%;
  min-width: 1px;
}
.dl-split dt,
.dl-split dd {
  float: left;
  clear: none;
  background-color: transparent;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.dl-split dt {
  width: 22%;
  min-width: 1px;
}
.dl-split > dt:nth-child(8n+1),
.dl-split > dt:nth-child(8n+1) + dd,
.dl-split > dt:nth-child(8n+3),
.dl-split > dt:nth-child(8n+3) + dd {
  background-color: #f9f9f9;
  border-top: 1px solid #ddd;
  clear: none;
}
.dl-split > dt:nth-child(4n+1),
.dl-split > dt:nth-child(8n+1) {
  clear: left;
}
dd .radio.inline,
dd .checkbox.inline {
  padding-top: 0;
}
dd .btn-icon,
dd .btn-icon.disabled,
dd .btn-icon:hover,
dd .btn-icon:active,
dd .btn-icon:visited,
dd .btn-icon:focus {
  padding: 0;
}
.content-box {
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.border-box {
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* OTHER STYLES */
.add-on {
  cursor: default;
}
.btn.add-on {
  cursor: pointer;
}
.main-toolbar .navbar {
  margin-bottom: 0;
  display: none;
}
.main-toolbar .navbar .btn {
  margin: 0;
  margin-top: 2px;
  padding: 8px 10px;
  float: left;
  margin-left: 4px;
}
.main-toolbar .main-search-input .selectize-input,
.main-toolbar input.main-search-input {
  border-color: #191919;
}
.main-toolbar .main-search-input + .btn.add-on {
  border-color: #191919;
  background: #191919;
  box-shadow: none;
}
.main-wrapper {
  min-width: 100%;
  width: 100%;
  min-height: 100%;
  overflow: hidden;
}
.main-wrapper-offset {
  min-width: 100%;
  width: 100%;
  min-height: 100%;
  overflow: hidden;
}
.main-alerts .alert {
  margin-bottom: 0;
  font-size: 14px;
  border: none;
  border-bottom: 1px solid #000;
  text-shadow: none;
  box-shadow: none;
  border-radius: 0;
}
.main-alerts .alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.main-alerts .alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.main-alerts .alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.main-body,
.right-body,
.left-body,
.left-sidebar {
  overflow-x: auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  padding: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  box-sizing: border-box;
}
.main-body {
  min-width: 1024px;
}
.main-body-contentflow {
  overflow: visible;
  height: auto;
  position: static;
}
body > .main-wrapper > .main-body,
body > .main-wrapper > .main-wrapper-offset > .main-body {
  width: 100%;
}
.no-minwidth .main-body {
  min-width: 0;
}
.main-body .left-body,
.main-body .right-body,
.main-body .main-body {
  margin-top: 0;
}
.body-content {
  width: 100%;
  height: 100%;
  min-width: 704px;
  overflow: auto;
}
.main-header {
  width: 100%;
  min-height: 0;
  height: 0;
  min-width: 100%;
  overflow: hidden;
}
.main-footer {
  width: 100%;
  min-height: 22px;
  min-width: 968px;
  clear: left;
}
.no-minwidth .main-footer {
  min-width: 0;
}
.main-body-content {
  width: 100%;
  height: 100%;
  overflow-x: auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.left-body {
  min-height: 100%;
  float: none;
}
.left-body-content {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  width: 260px;
}
/* "New" Left Body */
.left-sidebar {
  min-height: 0;
  min-width: 0;
  right: auto;
  float: none;
}
.left-sidebar-content {
  width: 100%;
  height: 100%;
  width: 260px;
  min-height: 0;
  min-width: 260px;
  overflow-x: auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.left-body-min-height {
  min-height: 400px;
}
.right-body ~ .main-body,
.right-body ~ .main-body-content,
.main-body-sibling-right-body {
  right: 255px;
  left: 0;
  position: absolute;
  top: 0;
  width: auto;
}
.right-body-large ~ .main-body,
.right-body-large ~ .main-body-content,
.main-body-sibling-right-body-large {
  right: 310px;
  position: absolute;
  left: 0;
  top: 0;
}
.left-body ~ .main-body,
.main-body-sibling-left-body,
.left-sidebar ~ .main-body,
.main-body-sibling-left-body {
  left: 260px;
}
.left-body-large ~ .main-body,
.main-body-sibling-left-body-large {
  left: 310px;
}
.back-to-top {
  display: none;
  font-size: 11px;
  position: fixed;
  bottom: 0;
  right: 0;
  text-decoration: none;
  background-color: #1c1c1c;
  color: #fff;
  padding: 4px 11px;
}
.right-body {
  background-color: #EFEFEF;
  overflow-x: auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  bottom: 0;
}
.right-body-content {
  width: 250px;
  margin: 0 2px 0 3px;
  height: 100%;
  min-height: 100%;
  overflow-x: auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.right-body-large .right-body-content {
  width: 305px;
}
.pagecontent,
.page-content {
  padding: 5px;
  min-height: 300px;
}
.page-content > .fr-view {
  padding: 4px 8px;
}
.fr-view input.checkbox.inline {
  padding-top: 0;
  margin-top: 0;
}
.fr-box {
  display: block;
}
.froala-quickinsert-inset .fr-box.fr-inline {
  margin-left: 30px;
  margin-bottom: 4px;
  margin-top: 4px;
}
.froala-quickinsert-inset .fr-box.fr-inline .fr-wrapper {
  margin-left: -34px;
}
.froala-quickinsert-inset .fr-box.fr-inline .fr-wrapper .fr-view {
  background: #fff;
  padding: 10px 12px;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 14px;
  border: 1px solid #cccccc;
  border-radius: 2px;
  /*border-top: 5px solid #222222;*/
}
.main-section {
  padding: 5px 8px 25px 4px;
}
/*.main-section .main-section { margin-top: -5px; margin-bottom: 25px; }*/
.main-section .table {
  margin-bottom: 0;
}
.main-section section:first-child {
  padding-top: 0;
}
.main-section section:last-child {
  padding-bottom: 0;
}
.pagecontent-padding,
.page-content-padding {
  padding: 6px 8px;
}
.viewport-offset > * {
  pointer-events: all;
}
.viewport-offset {
  position: relative;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  pointer-events: none;
}
.viewport-offset > .viewport-offset {
  pointer-events: none;
}
.ui-inlineview,
.inlineview {
  height: auto;
}
.main-viewport,
.main-viewport-headeroffset,
.main-viewport-footeroffset {
  height: inherit;
  width: inherit;
  position: relative;
  overflow: visible;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
}
.main-viewport-footeroffset + .pagefooter,
.main-viewport-footeroffset + .page-footer {
  position: relative;
  z-index: 3;
}
.main-viewport-headeroffset {
  padding-top: 43px;
  margin-top: -43px;
  z-index: 1;
}
.main-viewport-footeroffset {
  padding-bottom: 40px;
  margin-bottom: -40px;
  z-index: 1;
}
.main-viewport-footeroffset.form-actions {
  padding-bottom: 41px;
  margin-bottom: -41px;
  z-index: 1;
}
.main-viewport-footeroffset > .main-viewport,
.main-viewport-headeroffset > .main-viewport {
  height: 100%;
  min-height: 100%;
}
.main-viewport-iframe {
  overflow-x: auto !important;
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch !important;
  width: 100%;
  height: 100%;
}
.inherit-height {
  height: inherit;
  position: relative;
  width: 100%;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.main-height {
  height: 100%;
  position: relative;
  width: 100%;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.main-height > .ui-inlineview-content {
  height: 100%;
}
.main-height.no-scroll > .ui-inlineview-content,
.inherit-height.no-scroll > .ui-inlineview-content {
  overflow: hidden;
}
.inherit-height > .ui-inlineview-content {
  height: inherit;
}
.pagefooter,
.page-footer {
  zoom: 1;
}
.pagefooter-padding,
.page-footer-padding {
  padding: 5px;
}
.pagecontent + .pagefooter-padding,
.page-content + .page-footer-padding,
.main-viewport-footeroffset + .page-footer-padding {
  padding-top: 2px;
}
.pagebuttonbar,
.page-buttonbar {
  padding: 2px 4px 4px 4px;
  background: #efefef;
}
.hidden-iframe {
  width: 1px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 0;
  background: none;
  border: none;
}
.page-footer .pagination {
  min-height: 30px;
  margin: 0;
  line-height: 12px;
}
.page-footer .pagination ul {
  min-height: 30px;
}
.page-footer-pagination {
  padding: 6px 10px;
  background: #f1f1f1;
  border-top: 1px solid #e4e4e4;
}
.header-40 .main-body {
  top: 40px;
}
.header-40 .main-body .left-body,
.header-40 .main-body .right-body {
  margin-top: -40px;
}
.header-40 .main-header-wrapper {
  height: 40px;
}
.header-40 .main-header {
  min-height: 40px;
  height: 40px;
}
.header-40 .left-body {
  top: 40px;
}
.header-40 .right-body {
  top: 40px;
}
.header-58 .main-body {
  top: 58px;
}
.header-58 .main-body .left-body,
.header-58 .main-body .right-body {
  margin-top: -58px;
}
.header-58 .main-header-wrapper {
  height: 58px;
}
.header-58 .main-header {
  min-height: 58px;
  height: 58px;
}
.header-58 .left-body {
  top: 58px;
}
.header-58 .right-body {
  top: 58px;
}
.header-100 .main-body {
  top: 100px;
}
.header-100 .main-body .left-body,
.header-100 .main-body .right-body {
  margin-top: -100px;
}
.header-100 .main-header-wrapper {
  height: 100px;
}
.header-100 .main-header {
  min-height: 100px;
  height: 100px;
}
.header-100 .left-body {
  top: 100px;
}
.header-100 .right-body {
  top: 100px;
}
.header-148 .main-body {
  top: 148px;
}
.header-148 .main-body .left-body,
.header-148 .main-body .right-body {
  margin-top: -148px;
}
.header-148 .main-header-wrapper {
  height: 117px;
  width: 100%;
}
.header-148 .main-header {
  min-height: 117px;
  height: 117px;
}
.header-148 .left-body {
  top: 148px;
}
.header-148 .right-body {
  top: 148px;
}
.header-none .main-body {
  top: 0;
}
.header-none .main-body .left-body,
.header-none .main-body .right-body {
  margin-top: 0;
}
.header-none .main-header {
  min-height: 0;
  height: 0;
}
.header-none .left-body {
  top: 0;
}
.header-none .right-body {
  top: 0;
}
.header-closed .main-body {
  top: 65px;
}
.header-closed .main-body .left-body,
.header-closed .main-body .right-body {
  margin-top: -64px;
}
.header-closed .main-header-wrapper {
  height: 34px;
}
.header-closed .main-header {
  min-height: 34px;
  height: 34px;
}
.header-closed .left-body {
  top: 64px;
}
.header-closed .right-body {
  top: 64px;
}
.main-body .main-body {
  top: 0;
  min-width: 0;
}
.scrollable,
.scrollable-desktop {
  overflow-y: auto;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.scrollable-y,
.scrollable-x {
  overflow-y: hidden;
  overflow-x: hidden;
}
.scrollable-y,
.scrollable-desktop {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.scrollable-x,
.scrollable-desktop {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.ui-dialog .ui-dialog-content {
  padding: 0;
}
.ui-dialog-content .buttonpane,
.ui-dialog-content .modal-footer {
  display: none;
}
.ui-dialog-content .ui-inlineview-content {
  overflow: visible;
  width: auto;
}
.buttonpane {
  text-align: right;
}
.buttonpane-centered {
  text-align: center;
}
.ui-dialog .ui-dialog-buttonpane .buttonpane {
  text-align: right;
}
.ui-dialog .ui-dialog-buttonpane .buttonpane-centered {
  text-align: center;
}
.fixed-pos-wrapper {
  padding: 0;
  margin: 0;
  overflow: hidden;
  width: 100%;
}
.pageheader,
.page-header {
  padding: 0;
  position: relative;
  width: 100%;
  line-height: 1px;
  z-index: 2;
  zoom: 1;
  margin: 0;
  overflow: visible;
  background-color: #fff;
  min-height: 39px;
  border-bottom: 1px solid #e5e5e5;
}
.pageheader-navbar,
.pagenavbar,
.page-navbar {
  display: inline-block;
  margin-bottom: -1px;
  min-height: 34px;
}
.pagenavbar .nav,
.page-navbar .nav,
.pageheader-navbar .nav {
  position: relative;
  bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-top: 5px;
  height: 34px;
}
.page-tools {
  background: #f5f5f5;
  border-bottom: 1px solid #EEE;
}
.pageheader .pagefilters,
.pageheader .pagetools,
.pageheader .pageactions,
.grid-header-tools,
.page-header .page-tools,
.page-header .page-actions {
  float: right;
  line-height: 19px;
  min-height: 27px;
  padding: 0 5px 6px 3px;
  border: none;
  background: none;
}
.page-header .page-tools.full-width,
.page-tools.full-width {
  padding-left: 5px;
  float: left;
  box-sizing: border-box;
}
.panel-header .panel-tools {
  float: right;
  padding: 0;
  margin-right: 8px;
}
.pageheader .pageheader-info,
.page-header .page-header-info {
  clear: left;
  background-color: #DBEEFF;
  padding: 4px 8px;
  border-top: 1px solid #CDE7FF;
  min-height: 24px;
}
.pageheader .pageheader-info > span,
.page-header .page-header-info > span {
  line-height: 24px;
}
.pageheader-info .checkbox-selectall,
.page-header-info .checkbox-selectall {
  padding: 2px 8px 2px 8px;
  margin-bottom: 3px;
  background-color: #08c;
  margin-right: 10px;
  border-radius: 2px;
}
.pageheader-info .checkbox-selectall .checkbox,
.pageheader-info .checkbox-selectall input[type="checkbox"],
.page-header-info .checkbox-selectall .checkbox,
.page-header-info .checkbox-selectall input[type="checkbox"] {
  margin-left: 0;
}
.pageheader:before,
.pageheader:after,
.pagenavbar:before,
.pagenavbar:after,
.page-navbar:before,
.page-navbar:after,
.pagetools:before,
.pagetools:after,
.page-tools:before,
.page-tools:after,
.pageheader > .form-inline:before,
.pageheader > .form-inline:after,
.page-header:before,
.page-header:after,
.page-header > .form-inline:before,
.page-header > .form-inline:after,
section:before,
section:after,
.section-body:before,
.section-body:after {
  display: table;
  line-height: 0;
  content: "";
}
.pageheader:after,
.pagenavbar:after,
.page-navbar:after,
.pagetools:after,
.page-tools:after,
.pageheader > .form-inline:after,
.page-header:after,
.page-header > .form-inline:after,
section:after,
.section-body:after {
  clear: both;
}
.page-navbar {
  display: block;
  clear: both;
}
.page-navbar .nav-pills > li,
.page-navbar .nav-tabs > li {
  margin-bottom: -2px;
}
.page-navbar .nav-pills > li i.icon,
.page-navbar .nav-tabs > li i.icon {
  width: 16px;
  height: 16px;
}
.btn i.icon,
.page-records-badge i.icon {
  min-height: 14px;
  min-width: 14px;
}
.page-navbar .nav-pills.nav-pills-line > li > a > span {
  display: inline-block;
  line-height: 14px;
}
.page-navbar .nav-pills.nav-pills-line > li > a > span::after {
  display: block;
  content: attr(title);
  font-weight: bold;
  height: 1px;
  color: transparent;
  overflow: hidden;
  visibility: hidden;
  line-height: 1px;
  margin-bottom: -3px;
}
.page-navbar ~ .page-tools {
  clear: both;
}
.page-tools ~ .page-filters {
  clear: both;
}
.page-filters .page-records {
  display: inline-block;
  margin-right: 15px;
  margin-left: 5px;
  min-width: 100px;
}
.page-filters .page-records-badge {
  display: inline-block;
  background: #767676;
  padding: 5px 8px;
  margin-bottom: 6px;
  margin-top: 1px;
  width: auto;
  color: #fff;
  border-radius: 3px;
  border: 1px solid #585858;
  line-height: 14px;
  text-align: right;
}
.checkboxgroup-header {
  width: 100%;
  padding-left: 30px;
  position: relative;
  box-sizing: border-box;
}
.checkboxgroup-header {
  width: 100%;
  padding-left: 30px;
  position: relative;
  box-sizing: border-box;
}
.checkboxgroup-header .btn-icon#checkboxgroup_count {
  float: left;
  display: block;
  margin-left: -25px;
  text-align: center;
  margin-top: 2px;
  width: 20px;
  height: 20px;
  padding: 0;
  margin-bottom: 0;
  line-height: 12px;
  font-size: 11px;
}
.checkboxgroup-header .btn-icon#checkboxgroup_count .icon {
  font-size: 14px;
}
.checkboxgroup-header .btn-icon#checkboxgroup_count .checkboxgroup_count-badge .icon {
  font-size: 11px;
}
.checkboxgroup-header + .checkboxgroup-wrapper {
  height: 300px;
  width: 350px;
  overflow: auto;
}
.checkboxgroup-header #checkboxgroup_filter {
  width: 100%;
  margin-left: 0;
  float: left;
}
.page-filters .page-filters-prefix {
  color: #585858;
  font-size: 11px;
  font-weight: bold;
  line-height: 14px;
  vertical-align: text-bottom;
  display: inline-block;
  margin-left: 20px;
}
.section-header + .section-body > .table > tbody > tr:first-child > td,
.section-header + .section-body > .ui-inlineview > .ui-inlineview-content > .table > tbody > tr:first-child > td,
.section-header + .section-body > .ui-inlineview > .ui-inlineview-content > form > .table > tbody > tr:first-child > td,
.section-header + .section-body > .ui-inlineview-content > .table > tbody > tr:first-child > td,
.section-header + .section-body > .ui-inlineview-content > form > .table > tbody > tr:first-child > td,
.section-header + .section-body > form > .table > tbody > tr:first-child > td,
.section-header + .section-body > .table > tbody > tr:first-child > th,
.section-header + .section-body > .ui-inlineview > .ui-inlineview-content > .table > tbody > tr:first-child > th,
.section-header + .section-body > .ui-inlineview > .ui-inlineview-content > form > .table > tbody > tr:first-child > th,
.section-header + .section-body > .ui-inlineview-content > .table > tbody > tr:first-child > th,
.section-header + .section-body > .ui-inlineview-content > form > .table > tbody > tr:first-child > th,
.section-header + .section-body > form > .table > tbody > tr:first-child > th,
.table-notopborder > tbody > tr:first-child > td,
.table-noborder > tbody > tr > td {
  border-top: none;
}
.tab .pageheader .pagetitle,
.tab .page-header .page-title,
.tab .section-header .section-header-title {
  padding-left: 12px;
}
.tabcontent .pageheader,
.tab .pageheader,
.tab .page-header {
  border: none;
}
.page-header-calendar {
  border-bottom: none;
}
.page-content-calendar {
  padding: 5px;
}
.breadcrumb {
  float: left;
  border: none;
  padding: 7px 15px 7px 15px;
  margin: 0;
  list-style: none;
  background-color: #fff;
}
.breadcrumb > li {
  text-shadow: none;
}
.breadcrumb > li .fc-header-title {
  font-size: 16px;
  line-height: 20px;
}
.breadcrumb li {
  padding: 4px 0;
  line-height: 20px;
  border: none;
  list-style: none;
  display: block;
  float: left;
  font-size: 16px;
  color: #191919;
  margin: 0;
  background: #fff;
}
.breadcrumb li:first-child {
  margin-left: 0;
}
.breadcrumb .divider,
.pagetitle .divider {
  width: 14px;
  height: 14px;
  margin-top: 2px;
  padding: 0 !important;
  background-color: #FFFFFF;
  color: #333 !important;
  display: inline-block;
  font-size: 12px;
  direction: ltr;
  margin-bottom: 0;
  margin-left: 7px;
  margin-right: 8px;
}
.breadcrumb li:last-child .divider {
  display: none;
}
.breadcrumb li a {
  color: #191919;
  background: #fff;
}
.breadcrumb .btn,
.breadcrumb .btn-icon,
.breadcrumb .btn-icon:focus {
  background: none;
  border: none;
  -ms-filter: none;
  vertical-align: baseline;
  filter: none;
  font-size: 16px;
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  padding: 0;
}
.pagetitle,
.pageheader-title,
.page-header-title,
.page-title,
.btn-pagetitle,
.pageinfo,
.page-info,
.grid-header-title,
.fieldset-info {
  background: none;
  border: none;
  -ms-filter: none;
  filter: none;
  font-weight: normal;
  display: inline-block;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  line-height: 20px;
  font-size: 16px;
  padding: 4px 14px;
  margin: 7px 6px 7px 6px;
}
.fieldset-info {
  padding: 0;
}
.pageinfo,
.page-info,
.fieldset-info {
  font-size: 14px;
  float: right;
}
.pageheader .pagetitle:first-child,
.page-header .page-title:first-child,
.pageheader .pageheader-title:first-child,
.btn-pagetitle:first-child {
  margin-left: 1px;
}
.pageheader .pagefilters,
.page-header .page-tools,
.pageheader .pagetools {
  margin: 6px 0 0 0;
}
.pagetools-multiline > .pagetools,
.page-tools-multiline > .page-tools,
.page-header .page-tools-multiline > .page-tools {
  margin: 0 0 0 0;
  float: none;
}
.pagetools-multiline,
.page-tools-multiline {
  margin-top: 6px;
  float: right;
  text-align: right;
}
.grid-header-title {
  margin: 4px;
  padding: 4px 10px;
  font-size: 16px;
}
.grid-header-tools {
  min-height: 26px;
  padding: 0 2px 2px 2px;
  margin: 3px 0 0 0;
  line-height: 18px;
}
.grid-header-tools > .grid-header-info {
  padding: 4px 8px;
  line-height: 18px;
  display: inline-block;
}
.grid-header-tools > .checkbox {
  display: inline-block;
  margin-right: 10px;
}
.grid-header-tools > label.checkbox {
  display: inline-block;
  margin-right: 10px;
  padding-top: 4px;
  padding-bottom: 2px;
}
.grid-header-tools > .control-group-inline {
  display: block;
  margin-right: 10px;
  margin-bottom: 0;
  float: left;
}
.grid-header-offset {
  height: 100%;
  width: 100%;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 32px;
}
.grid-header-offset .grid-header {
  margin-top: -32px;
}
.grid-header + .fiber-grid-wrapper .slick-header.ui-state-default {
  border-bottom-width: 2px;
  border-left-color: #fff;
  background-color: #fff;
  border-color: #ddd;
}
.grid-header + .fiber-grid-wrapper .slick-header .slick-header-column.ui-state-default {
  text-shadow: none;
  color: #000;
}
.grid-header {
  padding: 0;
  border-radius: 3px 3px 0 0;
  color: #fff;
  background-color: #333;
  zoom: 1;
  margin: 0;
  overflow: visible;
  min-height: 29px;
}
.grid-header-title,
.grid-records {
  line-height: 20px;
  display: inline-block;
  font-size: 14px;
  padding: 6px 12px;
  margin: 0;
  vertical-align: top;
}
.grid-header-title {
  line-height: 24px;
}
.grid-header-tools .alert {
  margin: 0;
  display: inline-block;
  line-height: 20px;
  padding: 4px 12px;
  vertical-align: middle;
  border: none;
  background: none;
  text-shadow: none;
}
.grid-header-tools .alert-warning {
  color: #FFF662;
}
.grid-header-tools .alert-warning .icon-warning {
  font-size: 16px;
}
.grid-header:before,
.grid-header:after {
  display: table;
  line-height: 0;
  content: "";
}
.grid-header:after {
  clear: both;
}
.grid-header + .fiber-grid-wrapper,
.grid-header + .fiber-grid-wrapper .slick-header.ui-state-default {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.modal-body .grid-header {
  border-radius: 0 0 0 0;
  color: #191919;
  background-color: #E6E6E6;
}
.modal-body .grid-header .btn-link-error,
.modal-body .grid-header .btn-link-error:hover,
.modal-body .grid-header .btn-link-error:active,
.modal-body .grid-header .btn-link-error:focus {
  color: #b94a48;
  text-decoration: none;
}
.pageheader .pageactions,
.page-header .page-actions {
  margin: 6px 0 0 0;
  float: left;
  padding: 0 3px 6px 5px;
}
.pagetools .controls,
.page-tools .controls {
  white-space: nowrap;
  vertical-align: middle;
  display: inline-block;
}
.pagetools .control-group,
.page-tools .control-group {
  display: inline-block;
  white-space: nowrap;
  margin-bottom: 0;
}
.pagetools .control-group .controls,
.page-tools .control-group .controls {
  display: block;
}
.pageheader .pageoptions,
.page-header .page-options {
  clear: left;
  background: #eeeeee;
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: -1px;
  padding: 12px 10px 5px 10px;
}
.section-tools-left,
.grid-header-tools-left,
.page-header .page-tools-left {
  float: none;
  display: inline-block;
  margin-left: 6px;
  vertical-align: top;
}
.section-tools .btn.btn-icon,
.section-tools .btn.btn-icon {
  padding: 5px;
  font-size: 16px;
  min-height: 30px;
}
.section-tools > .icon {
  padding: 7px;
  font-size: 16px;
  box-sizing: border-box;
}
.pageheader .pageoptions .control-group {
  margin-bottom: 8px;
}
.pageheader .pageoptions .control-label {
  font-size: 12px;
  text-transform: uppercase;
  line-height: 12px;
}
.control-label .control-label-info {
  font-size: 12px;
  clear: left;
  display: block;
  color: #888;
  font-style: italic;
}
.main-toolbar {
  zoom: 1;
  background: #fff;
  position: relative;
}
.subheader span {
  font-size: 16px;
  display: inline-block;
  line-height: 18px;
  text-decoration: none;
  color: #191919;
  margin: 0 0 0 10px;
  padding: 6px 0;
  font-weight: normal;
}
.modal-subheader > span {
  font-size: 14px;
  display: inline-block;
  line-height: 18px;
  text-decoration: none;
  color: #191919;
  margin: 0 0 0 10px;
  padding: 6px 0;
  font-weight: normal;
}
.modal-subheader {
  background-color: #DEDEDE;
  width: 100%;
  line-height: 20px;
  font-size: 14px;
  padding: 3px 6px;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* User Login */
.user-btn,
.user-btn:hover,
.user-btn:focus,
.user-btn:active,
.user-btn:visited,
a.btn.user-btn[href]:visited {
  float: right;
  margin: 0;
  margin-top: 2px;
  margin-right: 4px;
  border: none;
  text-align: center;
  text-decoration: none;
  background-color: #191919;
  display: block;
  border-radius: 3px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: color 0 ease-in;
  transition: none;
  text-shadow: none;
  color: #fff;
}
.btn-group > .user-btn {
  text-align: center;
  text-decoration: none;
  background-color: #191919;
  transition: none;
  text-shadow: none;
  color: #fff;
}
.user-btn .caret {
  border-top-color: white;
  border-bottom-color: white;
  margin-right: 3px;
  margin-top: 9px;
}
.user-btn:hover,
.user-btn:focus,
.user-btn:active {
  color: #ffff4d;
}
.user-btn .icon-stack,
.user-btn .icon,
.user-btn [class^="icon-"],
.user-btn [class*=" icon-"] {
  margin: auto 0;
  width: 20px;
  height: 20px;
}
.user-btn .icon,
.user-btn [class^="icon-"],
.user-btn [class*=" icon-"] {
  line-height: 22px;
}
.user-btn .icon-circle-thin {
  font-size: 24px;
  line-height: 22px;
}
.user-btn .icon-question {
  font-size: 14px;
  line-height: 22px;
}
.icon-stack-file .icon-file-text-o {
  margin-left: -4px;
}
.icon-stack-file .icon-trash {
  margin-left: 7px;
  margin-top: 5px;
}
.icon-stack-file .icon-trash:before {
  font-size: 18px;
}
.icon-stack-info {
  margin: auto 0;
  width: 26px;
  height: 26px;
}
.icon-stack-info .icon-circle-thin {
  font-size: 20px;
  line-height: 26px;
}
.icon-stack-info .icon-info {
  font-size: 12px;
  line-height: 26px;
}
.slick-cell .icon-stack-info,
.slick-header-column .icon-stack-info {
  height: 19px;
  width: 21px;
}
.slick-cell .icon-stack-info .icon-circle-thin,
.slick-header-column .icon-stack-info .icon-circle-thin {
  line-height: 19px;
}
.slick-cell .icon-stack-info .icon-info,
.slick-header-column .icon-stack-info .icon-info {
  line-height: 19px;
}
.slick-cell .btn-icon,
.slick-cell .btn-icon:focus,
.slick-cell .btn-icon:disabled,
.slick-cell .btn-icon.disabled,
.slick-cell .btn-icon[disabled] {
  font-size: 14px;
  padding: 1px 5px;
}
.slick-cell .btn-icon .icon {
  font-size: 14px;
}
.user-login,
.user-login:hover,
.user-login:active,
.user-login:focus,
.btn.user-login,
.btn.user-login:hover,
.btn.user-login:active,
.btn.user-login:focus {
  padding: 4px 12px;
  width: auto;
  -ms-filter: none;
  background-image: none;
  filter: none;
  float: right;
  margin-right: 0;
  margin-top: 2px;
  cursor: pointer;
  height: 30px;
  background-color: #191919;
  border: none;
  color: #fff;
  border-radius: 3px 0 0 3px;
  text-shadow: 0 1px 0 #000;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.user-login:hover {
  color: #fff;
}
.main-toolbar .user-login-icon {
  display: none;
}
.user-login .caret {
  border-top-color: white;
  border-bottom-color: white;
}
.user-logout,
.user-logout:hover,
.user-logout:active,
.user-logout:focus {
  -ms-filter: none;
  background-position: -337px -160px;
  padding: 0;
  filter: none;
  float: right;
  margin-left: 0;
  margin-right: 4px;
  margin-top: 2px;
  min-width: 34px;
  width: 34px;
  text-align: left;
  cursor: pointer;
  height: 30px;
  background-color: #191919;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: color 0 ease-in;
  transition: none;
}
.user-logout:hover,
.user-logout:active,
.user-logout:focus {
  background-position: -367px -160px;
}
.responsive-ui .user-ghost,
.user-ghost:hover,
.user-ghost:active,
.user-ghost:focus,
.user-ghost:visited,
.responsive-ui .btn-analytics,
.btn-analytics,
.btn-analytics:hover,
.btn-analytics:active,
.btn-analytics:focus,
.btn-analytics:visited,
.responsive-ui .btn-usercompany,
.btn-usercompany,
.btn-usercompany:hover,
.btn-usercompany:active,
.btn-usercompany:focus,
.btn-usercompany:visited {
  filter: none;
  padding: 4px 10px;
  float: right;
  margin-left: 0;
  margin-right: 4px;
  margin-top: 2px;
  text-align: left;
  cursor: pointer;
  height: 30px;
  background-image: none;
  text-shadow: none;
  background-color: #191919;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: color 0 ease-in;
  transition: none;
  text-align: center;
  color: #fff;
  box-sizing: border-box;
}
.responsive-ui .btn-usercompany,
.btn-usercompany,
.btn-usercompany:hover,
.btn-usercompany:active,
.btn-usercompany:focus,
.btn-usercompany:visited {
  width: auto;
  padding: 4px 12px;
}
.btn-usercompany .caret {
  border-top-color: white;
  border-bottom-color: white;
  margin-right: 3px;
  margin-top: 9px;
}
.responsive-ui .btn-analytics,
.btn-analytics,
.btn-analytics:hover,
.btn-analytics:active,
.btn-analytics:focus,
.btn-analytics:visited,
.responsive-ui .btn-usercompany,
.btn-usercompany,
.btn-usercompany:hover,
.btn-usercompany:active,
.btn-usercompany:focus,
.btn-usercompany:visited {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.user-ghost .icon,
.user-ghost i.icon,
.user-ghost:hover .icon,
.user-ghost:active .icon,
.user-ghost:focus .icon,
.user-ghost:visited .icon,
.btn-analytics .icon,
.btn-analytics i.icon,
.btn-analytics:hover .icon,
.btn-analytics:active .icon,
.btn-analytics:focus .icon,
.btn-analytics:visited .icon {
  width: 16px;
  height: 16px;
  color: #fff;
}
.toggle-header,
.toggle-header:active,
.toggle-header:hover,
.toggle-header:focus {
  float: right;
  margin-right: 10px;
  border: none;
  margin-top: 2px;
  padding: 0;
  width: 35px;
  min-width: 35px;
  height: 30px;
  text-decoration: none;
  background-color: #191919;
  background-position: -59px -448px;
  display: block;
  border-radius: 3px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: color 0 ease-in;
  transition: none;
}
.toggle-header > .icon-chevron-down {
  margin-top: -3px;
  display: none;
}
.toggle-header > .icon-chevron-up {
  margin-top: -3px;
}
.toggle-header-closed > .icon-chevron-up {
  display: none;
}
.toggle-header-closed > .icon-chevron-down {
  display: inline-block;
}
.toggle-header:hover {
  background-position: -9px -448px;
}
.toggle-header-closed,
.toggle-header-closed:focus,
.toggle-header-closed:active {
  background-position: -169px -448px;
}
.toggle-header-closed:hover {
  background-position: -119px -448px;
}
.ui-help {
  display: none;
  color: #191919;
}
.btn-circle,
.btn-circle:hover {
  font-size: 20px;
  border: none;
  padding: 2px;
  border-radius: 9px;
}
.btn-circle [class^="icon-"],
.btn-circle [class*=" icon-"] {
  margin-top: 0;
  margin-left: 1px;
}
.btn-help,
.btn-help:hover,
.btn-help:focus,
.btn-icon.btn-help,
.btn-icon.btn-help:focus,
.controls .btn-help,
.controls .btn-help:hover,
.controls .btn-help:focus,
.controls .btn-icon.btn-help,
.controls .btn-icon.btn-help:hover,
.controls .btn-icon.btn-help:focus {
  margin-left: -30px;
  font-size: 16px;
  display: inline-block;
  margin-top: 3px;
  line-height: 12px;
  background: none;
  border: none;
  padding: 0;
  text-shadow: none;
  height: 24px;
  width: 28px;
}
.control-group > .controls > .btn-help {
  float: left;
  display: block;
}
.control-group > .controls > .btn-help.pull-right {
  float: right;
  display: block;
}
.control-group > .controls > .btn-help.btn-help-right {
  float: none;
  margin-left: 0;
  display: inline-block;
  vertical-align: top;
}
/* Custom Icons */
.btn-help > .icon-question-sign {
  background-position: -46px -165px;
  padding: 0;
  width: 20px;
  height: 20px;
  font-size: 0;
  margin-top: 0;
  line-height: 20px;
}
.btn-help > .icon-alert {
  background-position: -142px -118px;
  padding: 0;
  width: 20px;
  height: 20px;
  font-size: 0;
  margin-top: 0;
}
.ui-help + .btn-help,
.ui-help + .btn-help:hover,
.ui-help + .btn-help:focus,
.ui-help + .btn-help:active,
.controls > .input-append > .btn-help,
.controls > .input-append > .btn-help:hover,
.controls > .input-append > .btn-help:focus,
.controls > .input-append > .btn-help:active,
.form-inline .input-append ~ .btn-help,
.form-inline .input-append ~ .btn-help:hover,
.form-inline .input-append ~ .btn-help:focus,
.form-inline .input-append ~ .btn-help:active {
  float: none;
  margin: 0;
  padding: 4px 6px;
  line-height: 18px;
  height: 26px;
  margin-top: 2px;
}
.controls .checkbox > .btn-help,
.controls .checkbox > .btn-help:hover,
.controls .checkbox > .btn-help:focus,
.controls .checkbox > .btn-help:active,
.controls .radio > .btn-help,
.controls .radio > .btn-help:hover,
.controls .radio > .btn-help:focus,
.controls .radio > .btn-help:active {
  float: none;
  margin: 0;
  padding: 0 6px;
  line-height: 16px;
  height: 16px;
}
.form-inline .input-append ~ .btn-help,
.form-inline .input-append ~ .btn-help:hover,
.form-inline .input-append ~ .btn-help:focus,
.form-inline .input-append ~ .btn-help:active {
  float: none;
  margin: 0;
  padding: 6px;
  line-height: 18px;
  height: 26px;
}
.subheader .btn-help {
  margin-top: -4px;
}
.checkbox,
.radio {
  padding-left: 22px;
}
.form-unified label.checkbox {
  width: fit-content;
  min-height: 30px;
  margin-bottom: 0;
  box-sizing: border-box;
  padding-top: 5px;
  padding-left: 24px;
}
.controls label.radio {
  display: inline-block;
}
input.checkbox,
input.radio {
  padding-left: 0;
  min-height: 0;
}
.checkbox-btn,
.form-horizontal input.checkbox-btn {
  display: none;
}
.checkbox.label-left,
.control-group [class*="span"] ~ .checkbox.label-left[class*="span"],
.radio.label-left,
.control-group [class*="span"] ~ .radio.label-left[class*="span"] {
  padding-right: 0;
  padding-left: 20px;
}
.checkbox.label-left input[type="checkbox"],
.radio.label-left input[type="radio"] {
  float: right;
  margin-left: 0;
  margin-right: 0;
}
/*.btn-help { display: none; }
.ui-help { display: block; }*/
a > label,
a > span {
  cursor: pointer;
}
/* Toolbar Search */
.toolbar-search,
.toolbar-search:hover {
  position: absolute;
  left: 180px;
  width: 238px;
  height: 30px;
  top: 2px;
  background-position: -158px -153px;
  z-index: 898;
}
.toolbar-search-btn,
.toolbar-search-btn:hover,
.toolbar-search-btn:active,
.toolbar-search-btn:focus {
  width: 31px;
  height: 29px;
  background-position: -300px -115px;
  display: block;
  position: absolute;
  right: 1px;
  top: 0;
  text-indent: -9999px;
  direction: ltr;
  z-index: 898;
}
.toolbar-search-field,
.toolbar-search input,
.toolbar-search input:hover,
.toolbar-search input[type="text"],
.toolbar-search input[type="text"]:hover,
.toolbar-search-field:hover {
  border: none;
  width: 234px;
  height: 24px;
  line-height: 26px;
  position: absolute;
  left: 1px;
  top: 2px;
  font-size: 12px;
  text-indent: 5px;
  z-index: 898;
  background-color: #fff;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0;
  margin-top: 2px;
  padding: 0;
}
.tip-x-center.tip-y-top,
.tip-x-right.tip-y-top,
.tip-x-left.tip-y-top,
.tip-x-center.tip-y-top > div,
.tip-x-right.tip-y-top > div,
.tip-x-left.tip-y-top > div {
  width: 0;
  height: 0;
  display: block;
  border: 8px solid #191919;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent;
  overflow: visible;
  position: absolute;
}
.tip-x-center.tip-y-top > div,
.tip-x-right.tip-y-top > div,
.tip-x-left.tip-y-top > div {
  border-width: 5px;
  border-bottom-color: #fff;
  top: 3px;
  left: -5px;
}
.tip-x-center.tip-y-bottom,
.tip-x-right.tip-y-bottom,
.tip-x-left.tip-y-bottom,
.tip-x-center.tip-y-bottom > div,
.tip-x-right.tip-y-bottom > div,
.tip-x-left.tip-y-bottom > div {
  width: 0;
  height: 0;
  display: block;
  border: 8px solid #191919;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
  overflow: visible;
  position: absolute;
}
.tip-x-center.tip-y-bottom > div,
.tip-x-right.tip-y-bottom > div,
.tip-x-left.tip-y-bottom > div {
  border-width: 5px;
  border-top-color: #fff;
  bottom: 3px;
  left: -5px;
}
.tip-x-left.tip-y-center,
.tip-x-left.tip-y-center > div {
  width: 0;
  height: 0;
  display: block;
  border: 8px solid #191919;
  border-right-style: solid;
  border-left: none;
  border-top-color: transparent;
  border-bottom-color: transparent;
  overflow: visible;
  position: absolute;
}
.tip-x-left.tip-y-center > div {
  border-width: 5px;
  border-right-color: #fff;
  left: 3px;
  top: -5px;
}
.qtip-close,
.qtip-default .qtip-close.qtip-icon {
  border: 2px solid #dc0101;
  border-radius: 10px;
  height: 19px;
  display: block;
  width: 19px;
  background: #ffffff;
  color: #dc0101;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.qtip-default .qtip-close,
.qtip-default .qtip-close.qtip-icon {
  display: none;
}
.qtip-close.qtip-icon .ui-icon {
  background: transparent;
  font-size: 13px;
  text-align: center;
  width: 11px;
  height: 11px;
  line-height: 12px;
  position: absolute;
  right: 2px;
  top: 1px;
  display: block;
}
.ui-tooltip-validation .qtip-titlebar {
  float: right;
  padding: 0;
  height: 16px;
  width: 16px;
  background: none;
  margin-right: -4px;
}
.ui-tooltip-validation .qtip-titlebar .qtip-title {
  display: none;
}
.ui-tooltip-validation .qtip-titlebar .qtip-close,
.ui-tooltip-validation .qtip-titlebar .qtip-close:hover,
.ui-tooltip-validation .qtip-titlebar .qtip-close.qtip-icon,
.ui-tooltip-validation .qtip-titlebar .qtip-close.qtip-icon:hover {
  left: 0;
  top: 0;
  right: 0;
  margin-top: 0;
  width: 16px;
  height: 16px;
  background: none;
  border-radius: 0;
  display: block;
  border: none;
  text-decoration: none;
  color: inherit;
}
.ui-tooltip-validation .qtip-titlebar .qtip-icon .ui-icon,
.ui-tooltip-validation .qtip-titlebar .qtip-icon .ui-icon:hover {
  font-size: 12px;
  line-height: 14px;
  text-decoration: none;
}
.ui-tooltip-validation-invalid,
.ui-tooltip-validation-error,
.ui-tooltip-validation-error.qtip-default,
.ui-tooltip-validation-invalid.qtip-default {
  background-color: #F78B83;
  border-color: #D95252;
  color: #912323;
}
.ui-tooltip-validation-warning,
.ui-tooltip-validation-warning.qtip-default {
  background-color: #fcf8e3;
  border-color: #c09853;
  color: #c09853;
}
.ui-tooltip-validation-invalid .tip-x-left.tip-y-bottom > div,
.ui-tooltip-validation-invalid .tip-x-left.tip-y-top > div,
.ui-tooltip-validation-invalid .tip-x-left.tip-y-center > div {
  border-right-color: #f78b83;
  border-width: 6px;
  top: -6px;
  left: 2px;
}
.ui-tooltip-validation-invalid .tip-x-left.tip-y-bottom,
.ui-tooltip-validation-invalid .tip-x-left.tip-y-top,
.ui-tooltip-validation-invalid .tip-x-left.tip-y-center {
  border-right-color: #d95252;
  border-width: 6px;
  margin-top: -6px !important;
}
.ui-tooltip-validation-conflict,
.ui-tooltip-validation-conflict.qtip-default,
.ui-tooltip-validation-conflict .icon {
  background-color: #fff0c5;
  border-color: #d2982f;
  color: #a07423;
}
.ui-tooltip-validation-conflict .tip-x-left.tip-y-bottom > div,
.ui-tooltip-validation-conflict .tip-x-left.tip-y-top > div,
.ui-tooltip-validation-conflict .tip-x-left.tip-y-center > div {
  border-right-color: #fff0c5;
  border-width: 6px;
  top: -6px;
  left: 2px;
}
.ui-tooltip-validation-conflict .tip-x-left.tip-y-bottom,
.ui-tooltip-validation-conflict .tip-x-left.tip-y-top,
.ui-tooltip-validation-conflict .tip-x-left.tip-y-center {
  border-right-color: #d2982f;
  border-width: 6px;
  margin-top: -6px !important;
}
.ui-tooltip-validation-warning .tip-x-left.tip-y-bottom > div,
.ui-tooltip-validation-warning .tip-x-left.tip-y-top > div,
.ui-tooltip-validation-warning .tip-x-left.tip-y-center > div {
  border-right-color: #fcf8e3;
  border-width: 6px;
  top: -6px;
  left: 2px;
}
.ui-tooltip-validation-warning .tip-x-left.tip-y-bottom,
.ui-tooltip-validation-warning .tip-x-left.tip-y-top,
.ui-tooltip-validation-warning .tip-x-left.tip-y-center {
  border-right-color: #c09853;
  border-width: 6px;
  margin-top: -6px !important;
}
.tip-x-right.tip-y-bottom,
.tip-x-right.tip-y-center,
.tip-x-right.tip-y-bottom > div,
.tip-x-right.tip-y-center > div {
  width: 0;
  height: 0;
  display: block;
  border: 8px solid #191919;
  border-left-style: solid;
  border-right: none;
  border-top-color: transparent;
  border-bottom-color: transparent;
  overflow: visible;
  position: absolute;
}
.tip-x-right.tip-y-bottom > div,
.tip-x-right.tip-y-center > div {
  border-width: 5px;
  border-left-color: #fff;
  right: 3px;
  top: -5px;
}
.ui-tooltip-validation-invalid .tip-x-right.tip-y-bottom > div,
.ui-tooltip-validation-invalid .tip-x-right.tip-y-top > div,
.ui-tooltip-validation-invalid .tip-x-right.tip-y-center > div {
  border-left-color: #f78b83;
  border-width: 6px;
  top: -6px;
  right: 2px;
}
.ui-tooltip-validation-invalid .tip-x-right.tip-y-bottom,
.ui-tooltip-validation-invalid .tip-x-right.tip-y-top,
.ui-tooltip-validation-invalid .tip-x-right.tip-y-center {
  border-left-color: #d95252;
  border-width: 6px;
  margin-top: -6px !important;
}
.ui-tooltip-validation-warning .tip-x-right.tip-y-bottom > div,
.ui-tooltip-validation-warning .tip-x-right.tip-y-top > div,
.ui-tooltip-validation-warning .tip-x-right.tip-y-center > div {
  border-left-color: #fcf8e3;
  border-width: 6px;
  top: -6px;
  right: 2px;
}
.ui-tooltip-validation-warning .tip-x-right.tip-y-bottom,
.ui-tooltip-validation-warning .tip-x-right.tip-y-top,
.ui-tooltip-validation-warning .tip-x-right.tip-y-center {
  border-left-color: #c09853;
  border-width: 6px;
  margin-top: -6px !important;
}
.ui-tooltip-tooltip-closeontooltip {
  pointer-events: none;
}
.ui-tooltip-tooltip .qtip-tip > div {
  display: none !important;
}
.ui-tooltip-search {
  max-width: 9999px;
}
.ui-tooltip-fixed {
  position: fixed;
}
.ui-tooltip-search .popup-content {
  height: auto;
  padding: 0;
}
.ui-tooltip-search ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1.0em;
  z-index: 898;
  margin-top: -1px;
}
.ui-tooltip-search ul li {
  margin: 0;
  padding: 0;
  font-size: 11px;
  border: none;
  height: 100%;
}
.ui-tooltip-search .slideable-content {
  width: 316px;
  border-radius: 4px;
}
.rel-tooltip-hidden {
  display: none;
}
/*
.toolbar-search-results { margin: 0; padding: 0; background: #F2FFE7; border: none; border-radius: 4px; }
.toolbar-search-results ul li { color: #424242; }
.toolbar-search-results>ul>li { clear: left; }
.toolbar-search-results ul li>div { width: 80px; margin: 0; text-align: right; display: block; float: left; clear: none; cursor: default; border-top: 1px solid #C7EFA8;  }
.toolbar-search-results ul li > div > span { display: block; padding: 5px 7px 0 0; line-height: 12px; font-size: 11px; color: #406a15; text-decoration: none; }
.toolbar-search-results ul li ul { margin: 0 0 0 80px; padding: 0; border: none; clear: right; max-width: 237px; background: #fff; }
.toolbar-search-results .search-item {
	background: none;
	border: none;
	text-align: left;
	padding: 0;
	margin: 0 0 0 0;
	font-size: 12px;
	border-right: none;
	position: relative;
	height: inherit;
	cursor: pointer;
	background-color: #fff;
}
.toolbar-search-results .search-title { padding: 4px 7px 3px 9px; color: #406a15; text-align: right; border-left: 1px solid #C7EFA8; }
.toolbar-search-results .search-item:first-child { border-top-color: #C7EFA8; }
.toolbar-search-results .search-item > a { border: 1px solid #fff; border-left-color: #C7EFA8; display: block; padding: 6px 27px 6px 7px; line-height: 14px; text-decoration: none; }
.toolbar-search-results .active > a { border: 1px solid #88C156; display: block; cursor: pointer; }
.toolbar-search-results .search-item:last { margin-bottom: -1px; }
.toolbar-search-results .search-item span { display: block; margin-top: 1px; font-size: 11px; line-height: 12px; }
.toolbar-search-results .search-arrow-right { width: 8px; height: 14px; background-position: -169px -279px; background-color: transparent; display: block; position: absolute; right: 7px; top: 50%; margin-top: -6px; opacity: 0.5; }
.toolbar-search-results .active a .search-arrow-right { opacity: 1.0; }
*/
/* SLIDEABLE */
.slideable-viewport {
  width: inherit;
  overflow: hidden;
  height: auto;
}
.slideable-content {
  position: relative;
  left: 0;
  width: 9999px;
}
.school-logo {
  width: 100%;
  height: 117px;
}
/*31*/
.school-header {
  height: 117px;
  background: #99D657;
  overflow: hidden;
}
.main-toolbar {
  height: 34px;
  min-width: 100%;
  width: 100%;
  z-index: 898;
  margin-top: -34px;
}
.user-notifications,
.user-notifications:hover,
.user-notifications:active,
.user-notifications:focus {
  float: right;
  height: 30px;
  font-size: 12px;
  margin-top: 2px;
  margin-right: 4px;
  padding: 0;
}
.user-notifications .ui-button,
.user-notifications .btn,
.user-notifications .btn:hover,
.user-notifications .btn:active,
.user-notifications .btn:focus {
  -ms-filter: none;
  filter: none;
  padding: 0;
  display: block;
  float: right;
  width: 58px;
  position: relative;
  min-width: 58px;
  height: 30px;
  border: 1px solid #000;
  cursor: pointer;
  background-repeat: no-repeat;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-radius: 3px;
  background-clip: padding-box;
}
.user-notifications .btn span {
  font-size: 16px;
  line-height: 28px;
  font-weight: normal;
  color: #fff;
  position: relative;
  display: block;
  width: 29px;
  height: 30px;
  top: 0;
  left: 25px;
  z-index: 12;
  text-align: center;
}
/*.user-notifications .btn .bg-sprite { display: inline-block; color: #000; background-repeat: no-repeat; width: 31px; height: 30px; margin: 0; margin-top: 0; margin-left: 29px; opacity: 1.0; border: none; z-index: 11; }
*/
/*.user-notifications .ui-button .ui-button-text { font-weight: bold; color: #000; font-size: 14px; line-height: 25px; text-decoration: none; display: block; position: absolute; right: 0; top: 0; padding: 0; z-index: 10; width: 31px; }
.user-notifications .ui-button.ui-state-active>.ui-button-text { color: #000; }*/
.user-notifications .user-inbox,
.user-notifications .user-inbox:hover,
.user-notifications .user-inbox:active,
.user-notifications .user-inbox:focus {
  background-position: -106px -396px;
  text-shadow: 0 1px 0 #80D0E9;
}
.user-notifications .user-inbox > .ui-button-text {
  text-shadow: 0 1px 0 #80D0E9;
}
.user-notifications .user-inbox > .ui-icon,
.user-notifications .user-inbox .bg-sprite {
  background-position: -18px -155px;
}
.user-notifications .user-important,
.user-notifications .user-important:hover,
.user-notifications .user-important:active,
.user-notifications .user-important:focus {
  background-position: -15px -397px;
  color: #fff;
  text-shadow: 0 -1px 0 #a92916;
  background-color: #D52B13;
}
.user-notifications .user-important > .ui-button-text {
  text-shadow: 0 -1px 0 #a92916;
}
.user-notifications .user-important > .ui-icon,
.user-notifications .user-important .bg-sprite {
  background-position: -62px -155px;
}
.user-notifications .user-todo,
.user-notifications .user-todo:hover,
.user-notifications .user-todo:active,
.user-notifications .user-todo:focus {
  background-position: -197px -396px;
  text-shadow: 0 1px 0 #F9E090;
}
.user-notifications .user-todo > .ui-button-text {
  text-shadow: 0 1px 0 #F9E090;
}
.user-notifications .user-todo > .ui-icon,
.user-notifications .user-todo .bg-sprite {
  background-position: -110px -155px;
}
.user-notifications > #user-important[data-alertcount="0"] {
  background-color: #999;
}
.user-notifications > #user-important[data-alertcount="0"],
.user-notifications > #user-important[data-alertcount="0"] i,
.user-notifications > #user-important[data-alertcount="0"] span {
  text-shadow: 0 -1px 0 #333333;
}
/* Menu */
ul.top-menu,
ul.top-menu li ul,
.main-nav > ul,
.main-nav > ul li ul {
  margin: 0;
  padding: 0;
  overflow: visible;
  min-width: 100%;
  list-style: none;
  font-size: 14px;
}
ul.top-menu,
.main-nav > ul {
  min-height: 29px;
  height: 29px;
  overflow: visible;
  min-width: 100%;
  width: 100%;
}
ul.top-menu li,
.main-nav > ul li {
  zoom: 1;
  margin: 0 0 0 0;
  float: left;
  font-weight: normal;
  overflow: visible;
  line-height: 30px;
  height: 29px;
  cursor: pointer;
}
ul.top-menu li > div,
.main-nav > ul li > div {
  padding: 0;
  position: relative;
  overflow: visible;
  width: inherit;
  float: left;
  z-index: 898;
}
ul.top-menu li a,
.main-nav > ul li a {
  display: block;
  line-height: 30px;
  padding: 0 8px 0 12px;
  text-decoration: none;
}
/*.main-nav a.home-nav { text-indent: -999px; direction: ltr; min-width: 40px; width: 40px; margin-left: 0; padding: 0; background-position: -52px -197px; }*/
.main-nav a.home-nav {
  /* text-indent: -999px; */
  direction: ltr;
  min-width: 40px;
  width: 40px;
  margin-left: 0;
  padding: 0;
  background-image: none;
  margin-top: 0px;
  text-align: center;
  font-size: 18px;
}
/*.main-nav a.home-nav:after { font-family: fontawesome; content: "\f015"; margin-left: 932px; }*/
/*.main-nav .active a.home-nav { background-position: -8px -198px; }*/
ul.top-menu > li .menu-drilldown-indicator,
.main-nav > ul > li .menu-drilldown-indicator {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid white;
  margin: 0 3px 2px 7px;
}
ul.top-menu > li.active .menu-drilldown-indicator,
.main-nav > ul > li.active .menu-drilldown-indicator {
  background-position: -159px -209px;
}
.main-nav > ul li a {
  min-width: 115px;
}
.main-nav > ul > li .menu-drilldown-indicator {
  position: absolute;
  margin: 0;
  padding: 0;
  right: 11px;
  top: 13px;
}
.main-nav > ul > li .menu-calendar a {
  min-width: 90px;
}
.menu-menuitem-school_links .menu-item-disabled {
  display: none !important;
}
ul.top-menu li ul,
.main-nav > ul li ul {
  zoom: 1;
  display: none;
  position: absolute;
  left: -1px;
  font-size: 13px;
  border-radius: 0 0 3px 3px;
  margin-right: 1px;
  top: 29px;
}
.main-nav > ul li ul {
  max-height: 454px;
  overflow-y: auto;
  overflow-x: hidden;
}
ul.top-menu li.active > div,
.main-nav > ul li.active > div {
  z-index: 901;
}
ul.top-menu li.active ul,
.main-nav > ul li.active ul,
.no-js ul.top-menu li:hover ul,
.no-js .main-nav > ul li:hover ul,
.no-js ul.top-menu li:active ul,
.no-js .main-nav > ul li:active ul {
  display: block;
  z-index: 901;
}
ul.top-menu li ul li,
.main-nav > ul li ul li {
  line-height: 28px;
  border: none;
  padding: 0;
  margin: 0;
  font-weight: normal;
  clear: left;
  text-transform: none;
  min-width: 100%;
  overflow: visible;
  height: auto;
}
ul.top-menu li ul li a,
.main-nav > ul li ul li a {
  line-height: 16px;
  background: transparent;
  margin: 0;
  padding: 9px 24px 8px 9px;
  display: block;
  text-decoration: none;
  white-space: nowrap;
}
ul.top-menu li ul li.active,
.main-nav > ul li ul li.active {
  text-decoration: none;
  z-index: 901;
}
.main-nav > ul li a[disabled],
.main-nav > ul li ul li a[disabled],
.table a[disabled] {
  opacity: 0.4;
  cursor: default;
}
/* Paper Grid */
.paper-grid table {
  width: 100%;
  margin-bottom: 0;
  border: none;
  font-size: 11px;
}
.paper-grid td {
  border-top: 1px solid #E0E0E0;
  border-left: 1px solid #E0E0E0;
  padding: 2px 5px;
}
.paper-grid tr .id {
  min-width: 30px;
  border-left: none;
  border-right: 1px solid #F7D1D9;
  border-top: 1px solid #E0E0E0;
}
.paper-grid tr .spacer {
  width: 1px;
  border-left: none;
  border-right: 1px solid #F7D1D9;
  border-top: 1px solid #E0E0E0;
  font-size: 2px;
  padding: 0;
}
.paper-grid td a {
  color: inherit;
  text-decoration: underline;
}
.blank-grid table {
  width: 100%;
}
.blank-grid .over td {
  background-color: #FFFDCD;
}
.grid-norows {
  display: none;
}
.chart-norows {
  display: none;
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.92);
}
.chart-norows-text {
  display: block;
  width: 80%;
  text-align: center;
  margin: 0 auto;
  top: 40%;
  font-size: 16px;
  position: absolute;
  left: 50%;
  margin-left: -40%;
}
.no-rows,
.no-rows > td {
  text-align: center;
  color: #888;
}
.colorinput {
  width: 75px;
}
.timeinput {
  width: 81px;
  margin-right: -1px;
}
.mobile .timeinput {
  width: 92px;
}
.mobile .input-datepicker {
  width: 124px;
}
.mobile-visible,
.mobile-inline {
  display: none;
}
select {
  padding-right: 16px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  line-height: normal;
  background: white;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='17' viewBox='0 0 20 20' width='17' xmlns='http://www.w3.org/2000/svg'><path d='M6.19141 7.91675L4.94141 9.16675L10 14.2253L15.0586 9.16675L13.8086 7.91675L10 11.7253L6.19141 7.91675Z'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 5px;
}
select[multiple],
select[size],
select[multiple][size="1"] {
  padding-right: 1px !important;
  background-image: none;
}
select[size="1"] {
  padding-right: 16px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: white;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='17' viewBox='0 0 20 20' width='17' xmlns='http://www.w3.org/2000/svg'><path d='M6.19141 7.91675L4.94141 9.16675L10 14.2253L15.0586 9.16675L13.8086 7.91675L10 11.7253L6.19141 7.91675Z'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 5px;
}
/* Selectized */
.timeinput.selectized,
.timeinput.selectize-control {
  width: 93px;
}
.selectize-control.single .selectize-input .active {
  background: #a8d1ff;
}
.selectize-searchonly.selectize-control.single .selectize-input:after {
  border: none;
  background-image: none;
}
.input-append .selectize-input.dropdown-active {
  border-bottom-left-radius: 0;
}
.selectize-control[class*="span"] {
  float: none;
  margin-left: 0;
}
.selectize-control {
  vertical-align: middle;
  display: inline-block;
}
.selectize-control::before {
  -moz-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  content: ' ';
  z-index: 2;
  position: absolute;
  top: 50%;
  right: 34px;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 0;
  display: none;
  background-image: url(img/ajax-loader.gif);
  background-repeat: no-repeat;
  background-position: 0 3px;
  opacity: 0;
}
.selectize-control.loading::before {
  opacity: 0.8;
  display: block;
}
.selectize-dropdown {
  margin-top: -1px;
  border-radius: 0 0 3px 3px;
  z-index: 99999;
}
.selectize-dropdown {
  background-color: rgba(0, 0, 0, 0.3);
}
.selectize-dropdown .parent-back {
  background-color: #ccc;
}
.selectize-dropdown .parent-text {
  float: right;
  font-weight: bold;
}
.selectize-dropdown.timeinput > .selectize-dropdown-content,
.selectize-dropdown.timeinput > .selectize-dropdown-content > div,
.input-nowrap .selectize-dropdown-content > div,
.input-nowrap .selectize-input > .item,
.input-nowrap .selectize-input {
  white-space: nowrap;
}
.selectize-dropdown > .selectize-dropdown-content {
  background-color: #fff;
}
.selectize-dropdown .dropdown-status {
  font-size: 12px;
  font-weight: bold;
  background-color: #191919;
  color: #fff;
  padding: 2px 6px;
}
.selectize-control {
  line-height: 1px;
  overflow: visible;
}
.selectize-control.multi {
  height: auto;
}
.selectize-control.single .selectize-input {
  box-shadow: none;
  line-height: 19px;
}
/*
.selectize-dropdown [data-selectable].active { 
	background-color: #555;
	background-image: -moz-linear-gradient(top,#555,#444);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#555),to(#444));
	background-image: -webkit-linear-gradient(top,#555,#444);
	background-image: -o-linear-gradient(top,#555,#444);
	background-image: linear-gradient(to bottom,#555,#444);
	background-repeat: repeat-x;
}

.selectize-dropdown .active {
    background-color: #555;
    color: #fff;
}

.selectize-dropdown .active span.highlight {
	background-color: rgba(255,255,255,0.4);
	color: 000;
}
*/
.selectize-dropdown .detailed {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  min-width: 300px;
}
.selectize-dropdown .name {
  font-weight: bold;
  margin-right: 5px;
}
.selectize-dropdown .title {
  display: block;
}
.selectize-dropdown .description {
  font-size: 12px;
  display: block;
  white-space: nowrap;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 18px;
}
.selectize-dropdown .meta {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 11px;
  line-height: 16px;
}
.selectize-dropdown .meta li {
  margin: 0;
  padding: 0;
  display: inline;
  margin-right: 10px;
  line-height: 18px;
}
.selectize-dropdown .meta li span {
  font-weight: bold;
}
.selectize-input {
  text-align: left;
  height: auto;
  white-space: normal;
  min-height: 30px;
  line-height: 0;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.uneditable-input.selectize-control {
  text-align: left;
  border: none;
  padding: 0;
  margin: 0;
  position: relative;
  height: auto;
}
.selectize-control.multi .selectize-input > div.item {
  font-size: 14px;
  height: 22px;
  line-height: 20px;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.page-filters .selectize-control.multi .selectize-input > div.item,
.modal-filters .selectize-control.multi .selectize-input > div.item {
  font-size: 13px;
  height: 21px;
}
.selectize-control.multi .selectize-input > div .item-action {
  line-height: 20px;
  display: block;
  height: 20px;
  font-size: 14px;
  float: right;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 3px 6px;
  margin-right: -6px;
  /* border-left: 1px solid #ccc; */
  margin-left: 4px;
  color: #000;
}
.selectize-control.multi .selectize-input > div.item.active .item-action {
  color: #fff;
}
.selectize-control.multi .selectize-input > div .item-group {
  display: block;
  height: 21px;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
  float: left;
  background: #ccc;
  margin-left: -5px;
  padding-left: 5px;
  padding-right: 5px;
  margin-right: 5px;
  line-height: 20px;
}
.selectize-control > .selectize-input,
.selectize-control > .selectize-input.focus {
  display: block;
}
.selectize-control.multi .selectize-input > div.active .item-group {
  background: #1e58a7;
}
/* Selectized End */
.input-append .selectize-control {
  display: inline-block;
}
.input-append .selectize-input {
  border-radius: 3px 0 0 3px;
}
.omnisearch-searchinput > .selectize-input {
  height: 42px;
  font-size: 18px;
  line-height: 34px;
}
.omnisearch-searchinput > .selectize-input > input[type="text"],
.omnisearch-searchinput > .selectize-input > input[type="text"]:focus {
  font-size: 18px;
  line-height: 34px;
  height: 34px;
}
.input-append > input ~ .uneditable-input,
.input-append .selectize-control ~ input,
.input-append .selectize-control ~ .uneditable-input {
  border-radius: 0 0 0 0;
  margin-left: -1px;
}
.input-append > input ~ .uneditable-input:last-child,
.input-append .selectize-control ~ input:last-child,
.input-append .selectize-control ~ .uneditable-input:last-child {
  border-radius: 0 3px 3px 0;
}
.input-append.input-append-multiline {
  white-space: normal;
}
.control-group.error .selectize-input,
.control-group.invalid .selectize-input {
  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);
  color: #b94a48;
}
.control-group.warning .selectize-input {
  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);
  color: #c09853;
}
/* Loading */
.loading-modal-container {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 898;
  height: 100%;
  width: 100%;
  overflow: hidden;
  display: none;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.loading-modal {
  width: 100%;
  height: 100%;
  background: #fff;
  text-align: center;
  opacity: 0.7;
}
.loading-background {
  background: #191919;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -50px;
  margin-top: -10px;
  z-index: 899;
  font-size: 12px;
  width: auto;
  white-space: nowrap;
  overflow: visible;
  zoom: 1;
  border-radius: 3px;
  padding: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  background-clip: padding-box;
  display: none;
}
.ui-loading .loading-background,
.ui-loading .loading-modal-container,
.ui-loading > .loading {
  display: block;
}
.ui-loading .ui-loading .loading-background,
.ui-loading .ui-loading .loading-modal-container,
.ui-loading .ui-loading > .loading {
  display: none;
}
.loading .loading-image {
  width: 16px;
  height: 14px;
  line-height: 14px;
  margin: 0 14px;
  display: inline-block;
  background-image: url(img/ajax-loader-black.gif);
  background-repeat: no-repeat;
  background-position: 0 2px;
}
.loading-background .loading-image {
  width: 16px;
  margin: 0 14px;
  height: 12px;
  line-height: 14px;
  display: inline-block;
}
.loading-background .loading-text {
  margin: 0 14px;
  font-size: 12px;
  line-height: 14px;
  display: inline-block;
  zoom: 1;
  overflow: visible;
  width: auto;
}
.loading .loading-image + .loading-text {
  margin-left: 0;
}
.loading-background-white {
  background: #191919;
  color: #fff;
}
.loading-background-white .loading-image {
  background-image: url(img/ajax-loader.gif);
  margin: 8px 16px;
}
.loading-background-white .loading-text {
  display: none;
}
.internal-popup-content {
  min-height: 28px;
  min-width: 48px;
  max-height: 355px;
  overflow-x: auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.ui-tooltip-tooltip .internal-popup-content,
.qtip-tooltip .internal-popup-content {
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  max-height: none;
}
.ui-tooltip-tooltip.tooltip-borderonly {
  border: 2px solid #191919;
  border-radius: 4px;
  padding: 0;
}
.tooltip-invalid {
  background: #191919;
  padding: 4px 6px;
  line-height: 20px;
  color: #fff;
  font-size: 13px;
  border-radius: 0;
  font-size: 12px;
  line-height: 16px;
}
.ui-tooltip-tooltip .tooltip-content {
  background: #191919;
  color: #fff;
  line-height: 16px;
  font-size: 12px;
  padding: 4px 6px;
}
.internal-popup-content .loading-background-white {
  background: #fff;
}
.btn-file,
.btn-file-trash,
.btn-file:focus,
.btn-file-trash:focus {
  -ms-user-select: none;
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  background-color: #ebebeb;
  color: #191919;
  line-height: 16px;
  height: 22px;
  text-align: center;
  background-image: none;
  filter: none;
  border: none;
  -ms-filter: none;
}
.btn-file:hover,
.btn-file-trash:hover {
  background-color: #e2e2e2;
}
.btn-file:active,
.btn-file-trash:active {
  background-color: #4d4d4d;
}
.btn-file .ui-button-text,
.btn-file-trash .ui-button-text {
  font-size: 12px;
  line-height: 16px;
  text-shadow: none;
  padding-left: 22px;
  padding-bottom: 0;
  padding-top: 0;
}
.btn-file .ui-button-icon-primary {
  left: 4px;
}
.btn-file-trash-active {
  background-color: red;
}
.ui-dialog-resizing .ui-upload {
  display: none !important;
}
.btn-upload {
  position: relative;
  overflow: hidden;
  margin-left: 0;
  white-space: nowrap;
}
.btn-upload-dropdown {
  display: none;
}
.input-append input.ui-upload,
.input-append input.ui-upload[class*="span"],
.btn-upload input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  direction: ltr;
  cursor: pointer;
  z-index: 801;
  opacity: 0;
  transform: translate(-300px, 0) scale(4);
  font-size: 23px;
}
.btn-upload.disabled input {
  right: -9999px !important;
}
.btn-upload.btn-focused.disabled input,
.btn-upload.disabled input:focus {
  right: 0 !important;
}
/* Fix for IE 7: */
* + html .btn-upload {
  margin: 1px 0 0 0;
}
.template-download {
  display: inline-block;
}
.upload-files-pending .template-download {
  display: none;
}
.template-upload,
.template-download {
  width: 100%;
  position: relative;
  height: 30px;
  overflow: hidden;
}
.template-upload .progress {
  height: 28px;
  float: left;
  margin-bottom: 0;
  width: 110%;
}
.template-upload .progress .progress-label,
.template-download .progress .progress-label,
.template-upload .error,
.template-upload .invalid {
  position: absolute;
  left: 7px;
  top: 4px;
  right: 46px;
  overflow: hidden;
}
.data-fiber_readonly .template-download .progress .progress-label {
  right: 4px;
}
.template-upload .name,
.template-download .name,
.template-upload .error,
.template-download .error,
.template-upload .invalid,
.template-download .invalid {
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
}
.template-upload .error,
.template-download .error,
.template-upload .invalid,
.template-download .invalid {
  color: red;
}
.template-upload .cancel,
.template-download .delete {
  position: absolute;
  right: 4px;
  top: 3px;
}
.template-upload .cancel .btn,
.template-download .delete .btn {
  border-radius: 3px;
  padding: 0 5px;
}
.template-download .annotate {
  position: absolute;
  right: 50px;
  top: 3px;
}
.template-download .annotate .btn {
  border-radius: 3px;
  padding: 0 5px;
}
.template-download .btn-undo,
.data-fiber_readonly .btn-undo {
  display: none;
}
.template-download-deleted .btn-delete,
.template-download-empty .btn-delete,
.data-fiber_readonly .btn-delete {
  display: none;
}
.template-download-deleted .btn-undo {
  display: inline-block;
}
.template-download-empty .name,
.template-download-deleted .name {
  display: none;
}
.template-upload .size,
.template-download .size {
  font-weight: bold;
  font-size: 11px;
  line-height: 11px;
  display: inline;
}
.upload-horizontal {
  margin-bottom: 0;
  white-space: nowrap;
  float: left;
}
.upload-files {
  width: 250px;
  position: relative;
  display: none;
  min-height: 30px;
  margin: 2px;
}
.upload-input,
.upload-input.uneditable-input,
.cloudbrowse-wrapper .uneditable-input {
  padding: 0;
  zoom: 1;
  height: 30px;
  position: relative;
  overflow: hidden;
  color: #555;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.upload-horizontal .preview {
  display: none;
}
/* Copied to tassims styles for now. */
.upload-droppable .download-files-empty.upload-input.data-fiber_readonly:before,
.upload-droppable .download-files-empty.upload-input.data-fiber_readonly:after {
  display: none;
}
.upload-droppable .download-files-empty.upload-input:before {
  text-decoration: inherit;
  display: block;
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  position: absolute;
  left: 4px;
  top: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f14d";
  -webkit-transform: scaleY(-1) rotate(270deg);
  -ms-transform: scaleY(-1) rotate(270deg);
  transform: scaleY(-1) rotate(270deg);
  padding: 4px 4px;
  font-size: 14px;
  color: #707070;
}
.upload-droppable .download-files-empty.upload-input:after {
  content: "Drop file here \00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0 - or -";
  position: absolute;
  left: 26px;
  top: 0;
  padding: 4px 8px;
  display: block;
  color: #707070;
}
.upload-droppable .upload-files-pending.upload-input:after {
  display: none;
}
.cloudbrowse-wrapper {
  display: inline-block;
  line-height: 1px;
}
.upload-wrapper-multi,
.input-append.upload-wrapper-multi,
.cloudbrowse-wrapper-multi {
  border: 1px solid #ccc;
  padding-bottom: 30px;
  border-radius: 3px;
}
.upload-wrapper-multi > .btn-upload input {
  width: 480px;
  left: 0;
  transform: translate(-710px, 0) scale(4);
}
.btn-upload input::-webkit-file-upload-button {
  cursor: pointer;
}
.upload-wrapper-multi > .btn-upload > .icon-plus,
.upload-wrapper-multi > .btn-upload > span {
  cursor: pointer;
}
.upload-wrapper-multi > .btn-upload,
.cloudbrowse-wrapper-multi > .btn-browse {
  cursor: pointer;
  display: block;
  width: auto;
  margin-left: 0;
  margin-bottom: -30px;
  border: none;
  background: none;
  box-shadow: none;
  text-align: left;
}
.cloudbrowse-wrapper-multi > .btn-browse {
  display: inline-block;
}
.upload-wrapper-multi > .upload-input,
.cloudbrowse-wrapper-multi > .cloudbrowse-files {
  display: block;
  height: auto;
  min-height: 60px;
  overflow: auto;
  border: none;
}
.upload-wrapper-multi > .upload-input > .template-download {
  display: block;
}
.upload-wrapper-multi > .upload-input > .template-download > .progress {
  display: block;
  overflow: visible;
  margin-bottom: 0;
  height: 30px;
}
.upload-wrapper-multi .template-download-deleted .name {
  display: inline-block;
  opacity: 0.3;
}
.upload-wrapper-multi:not(.upload-wrapper-containsfiles) .single-line-multi-file.upload-input,
.single-line-multi-file.upload-input.uneditable-input {
  min-height: 30px;
}
.upload-wrapper-multi:not(.upload-wrapper-containsfiles) .single-line-multi-file + .btn-upload {
  position: absolute;
  right: 0;
  top: 0;
}
.upload-wrapper-single-line-multi-file:not(.upload-wrapper-containsfiles) {
  position: relative;
  padding-bottom: 0px;
}
.upload-droppable .single-line-multi-file.download-files-empty.upload-input:after {
  content: "Drop file here \00a0 - or -";
}
.btn-image,
.btn-link,
.btn-text,
.btn-transparent,
.btn-image:hover,
.btn-link:hover,
.btn-text:hover,
.btn-transparent:hover,
.btn-link.active,
.btn-text.active,
.btn-transparent.active,
.btn-image:active,
.btn-link:active,
.btn-text:active,
.btn-transparent:active,
.btn-link:focus,
.btn-image:focus,
.btn-text:focus,
.btn-transparent:focus {
  background: none;
  border: none;
  min-height: 0;
  margin: 0;
  min-width: 0;
  box-shadow: none;
  text-shadow: none;
}
.btn-image-condensed,
.btn-link-condensed,
.btn-text,
.btn-image-condensed:hover,
.btn-link-condensed:hover,
.btn-text:hover,
.btn-image-condensed:active,
.btn-text:active,
.btn-link-condensed:active,
.btn-text:active,
.btn-link-condensed:focus,
.btn-image-condensed:focus,
.btn-text:focus {
  padding: 0;
}
a.btn[href]:visited {
  color: #363636;
}
a.btn-primary,
a.btn-primary:visited {
  color: #fff !important;
}
a.btn-link:visited,
a.btn-link[href] {
  color: #2199e8;
}
label.btn-checkbox {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.btn.ui-togglebutton .toggle-out,
.btn .include-out {
  display: inline;
}
.checkbox-btn:checked + .btn .include-out,
.btn .include-in,
.btn.active .include-out,
.btn.ui-togglebutton.in .include-out {
  display: none;
}
.btn.ui-togglebutton.in .toggle-in,
.btn.active .include-in,
.checkbox-btn:checked + .btn .include-in {
  display: inline;
}
.btn .active-in {
  opacity: 0.5;
}
.btn.active .active-in,
.checkbox-btn:checked + .btn .active-in {
  opacity: 1.0;
}
.popupgroupheader {
  margin: 2px;
  clear: both;
}
.popupgrouphr {
  clear: none;
  margin: 0;
  border: none;
  border-top: 1px solid #d8d8d8;
}
.popupgrouptitle {
  float: left;
  font-size: 11px;
  color: #363636;
  line-height: 12px;
  padding: 3px 6px 5px 6px;
  font-weight: bold;
}
.gadget-button {
  background: none;
  border: none;
  margin-bottom: 0;
  padding: 0;
  -ms-filter: none;
  filter: none;
  min-width: 20px;
  float: left;
}
.gadget-button .ui-button-text {
  font-size: 11px;
  line-height: 11px;
  color: #656565;
  text-shadow: none;
  padding-left: 6px;
  min-width: 20px;
  padding-bottom: 5px;
  padding-top: 3px;
}
.pagetitle .less,
.btn-pagetitle .less {
  color: #8c8c8c;
  text-shadow: none;
}
.pagetitle .seperator,
.btn-pagetitle .seperator {
  color: #8c8c8c;
  text-shadow: none;
}
/* CONTENT */
.content-item {
  border-bottom: 1px solid #e5e5e5;
  padding-top: 5px;
  position: relative;
  overflow-x: auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 12px;
}
/* LIST */
ul.related-list,
ul.history-list {
  padding: 0;
  margin: 0;
}
ul.related-list li,
ul.history-list li {
  padding: 0;
  position: relative;
  list-style: none;
  padding-left: 20px;
}
ul.history-list li {
  padding-left: 5px;
}
ul.related-list li::before {
  content: " ";
  position: absolute;
  left: 4px;
  top: 0;
  width: 3px;
  border-radius: 0;
  background: #d8d8d8;
  height: 100%;
}
/*ul.history-list li::before {
	content: " ";
	position: absolute;
	left: 0;
	top: 20px;
	height: 10px;
	width: 10px;
	border-radius: 5px;
	border: 2px solid #989898;
}*/
/*ul.related-list li.prior {
	font-weight: bold;
}*/
/*ul.related-list li.prior::before {
	height: 100%;
	top: 0;
	border-radius: 0;
}

ul.related-list li.prior.first::before {
	height: 100%;
	top: 4px;	
	border-radius: 4px 4px 0 0;
}*/
ul.related-list li.current::before {
  height: 100%;
  background: #3a87ad;
  top: 0;
}
ul.related-list li.current,
ul.related-list li.current a {
  color: #3a87ad;
}
ul.related-list li a {
  padding: 4px 0;
  color: #363636;
  overflow: hidden;
  display: block;
  font-size: 14px;
}
.list-group {
  margin: 0;
  list-style: none;
  padding: 0;
}
.list-group-striped li:nth-child(odd),
.list-group-striped .list-group-item:nth-child(odd) {
  background-color: #f9f9f9;
}
.list-group > li,
.list-group .list-group-item {
  margin: 0;
  display: block;
  padding: 6px 8px;
  color: #191919;
}
.list-group > li:hover,
.list-group .list-group-item:hover,
.list-group > li:focus,
.list-group .list-group-item:focus {
  background-color: #f5f5f5;
  text-decoration: none;
  color: #191919;
}
.list-group > li.active,
.list-group .list-group-item.active {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-striped .list-item:nth-child(odd) {
  background-color: #f9f9f9;
}
.list-title {
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
  margin-left: 10px;
}
.list-item {
  border-bottom: 1px solid #e5e5e5;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-left: 0;
  display: block;
  overflow-x: auto;
  overflow-y: auto;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.list-item-title {
  text-decoration: underline;
  padding: 5px;
  padding-left: 10px;
  float: left;
  padding-bottom: 0;
  font-size: 16px;
  line-height: 19px;
  margin-top: 3px;
  color: #000;
}
.list-item-title a {
  color: #000;
  text-decoration: underline;
}
.list-item-title a:hover {
  color: #000;
}
tr.hover:hover td,
li.hover:hover,
div.hover:hover,
.list-item.active {
  background-color: #e6e6e6;
}
.list-header,
.list-item {
  height: auto;
  width: 100%;
}
.list-header:before,
.list-header:after {
  display: table;
  line-height: 0;
  content: "";
}
.list-header:after {
  clear: both;
}
.list-header > .list-item-col,
.list-item > .list-item-col {
  padding: 0 8px;
}
.list-header > .list-item-col {
  padding: 4px 8px;
}
/* .list columns */
.list-item-col {
  width: 100%;
  float: left;
  padding: 0;
  line-height: 20px;
  text-align: left;
  word-wrap: break-word;
  position: relative;
  zoom: 1;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.list-item-col > .list-item-col:first-child {
  margin-left: -16px;
  padding-left: 24px;
}
.list-item-col > .list-item-col {
  padding-top: 0;
  padding-bottom: 0;
}
.list-item-col .list-item-col-content {
  margin: 0;
}
.list-item-col[class*="list-item-col-left-"] ~ .list-item-col-left,
.list-item-col[class~="list-item-col-left-"] ~ .list-item-col-left {
  margin-left: -100%;
  float: left;
}
.list-item-col[class*="list-item-col-right-"] ~ .list-item-col-right .list-item-col[class~="list-item-col-right-"] ~ .list-item-col-right {
  float: left;
}
.list-item-col-left-1 > .list-item-col-content {
  margin-left: 40px;
}
.list-item-col-left-1 ~ .list-item-col-left,
.list-item-col-right-1 ~ .list-item-col-right,
.list-item-col-1 {
  width: 40px;
}
.list-item-col-right-1 > .list-item-col-content {
  margin-right: 40px;
}
.list-item-col-right-1 ~ .list-item-col-right {
  margin-left: -40px;
}
.list-item-col-left-2 > .list-item-col-content {
  margin-left: 80px;
}
.list-item-col-left-2 ~ .list-item-col-left,
.list-item-col-right-2 ~ .list-item-col-right,
.list-item-col-2 {
  width: 80px;
}
.list-item-col-right-2 > .list-item-col-content {
  margin-right: 80px;
}
.list-item-col-right-2 ~ .list-item-col-right {
  margin-left: -80px;
}
.list-item-col-left-3 > .list-item-col-content {
  margin-left: 120px;
}
.list-item-col-left-3 ~ .list-item-col-left,
.list-item-col-right-3 ~ .list-item-col-right,
.list-item-col-3 {
  width: 120px;
}
.list-item-col-right-3 > .list-item-col-content {
  margin-right: 120px;
}
.list-item-col-right-3 ~ .list-item-col-right {
  margin-left: -120px;
}
.list-item-col-left-4 > .list-item-col-content {
  margin-left: 160px;
}
.list-item-col-left-4 ~ .list-item-col-left,
.list-item-col-right-4 ~ .list-item-col-right,
.list-item-col-4 {
  width: 160px;
}
.list-item-col-right-4 > .list-item-col-content {
  margin-right: 160px;
}
.list-item-col-right-4 ~ .list-item-col-right {
  margin-left: -160px;
}
.list-item-col-left-5 > .list-item-col-content {
  margin-left: 200px;
}
.list-item-col-left-5 ~ .list-item-col-left,
.list-item-col-right-5 ~ .list-item-col-right,
.list-item-col-5 {
  width: 200px;
}
.list-item-col-right-5 > .list-item-col-content {
  margin-right: 200px;
}
.list-item-col-right-5 ~ .list-item-col-right {
  margin-left: -200px;
}
.list-item-col-left-6 > .list-item-col-content {
  margin-left: 240px;
}
.list-item-col-left-6 ~ .list-item-col-left,
.list-item-col-right-6 ~ .list-item-col-right,
.list-item-col-6 {
  width: 240px;
}
.list-item-col-right-6 > .list-item-col-content {
  margin-right: 240px;
}
.list-item-col-right-6 ~ .list-item-col-right {
  margin-left: -240px;
}
.list-item-col-left-7 > .list-item-col-content {
  margin-left: 280px;
}
.list-item-col-left-7 ~ .list-item-col-left,
.list-item-col-right-7 ~ .list-item-col-right,
.list-item-col-7 {
  width: 280px;
}
.list-item-col-right-7 > .list-item-col-content {
  margin-right: 280px;
}
.list-item-col-right-7 ~ .list-item-col-right {
  margin-left: -280px;
}
.list-item-col-left-8 > .list-item-col-content {
  margin-left: 320px;
}
.list-item-col-left-8 ~ .list-item-col-left,
.list-item-col-right-8 ~ .list-item-col-right,
.list-item-col-8 {
  width: 320px;
}
.list-item-col-right-8 > .list-item-col-content {
  margin-right: 320px;
}
.list-item-col-right-8 ~ .list-item-col-right {
  margin-left: -320px;
}
.list-item-col-left-9 > .list-item-col-content {
  margin-left: 360px;
}
.list-item-col-left-9 ~ .list-item-col-left,
.list-item-col-right-9 ~ .list-item-col-right,
.list-item-col-9 {
  width: 360px;
}
.list-item-col-right-9 > .list-item-col-content {
  margin-right: 360px;
}
.list-item-col-right-9 ~ .list-item-col-right {
  margin-left: -360px;
}
.list-header .list-item-col {
  font-weight: bold;
}
.list .list-item-actions {
  text-align: center;
}
.list .list-item-actions-icons .btn-icon,
.list .list-item-actions-icons .btn-icon {
  padding: 2px 4px;
}
.list .list-item-actions-icons,
.list .list-item-actions-icons {
  text-align: center;
  margin-top: -1px;
}
.list-item-description {
  padding-left: 10px;
  float: left;
  padding-bottom: 12px;
  font-size: 12px;
}
.list-item-footer {
  clear: left;
  font-size: 13px;
  color: #333;
  padding-top: 4px;
}
.list-item-footer .item-label {
  padding-left: 10px;
  float: left;
}
.list-item-footer .item-value {
  padding-left: 10px;
  float: left;
}
.list-item-header {
  overflow-x: auto;
  overflow-y: auto;
}
.list-item-header > .list-item-subtitle {
  margin-top: 4px;
  float: left;
}
.list-item-body,
.list-item-content {
  padding: 5px;
  padding-left: 10px;
  font-size: 14px;
  clear: left;
}
.list-item-tools {
  float: right;
  padding: 4px;
}
.message_quote {
  padding: 14px;
  background: url(img/quotes.png) no-repeat 0 0 #f8f8f8;
  border: 1px solid #ccc;
  margin: 5px;
  border-radius: 3px;
  background-clip: padding-box;
}
.list-item-titledesc {
  font-size: 12px;
  clear: left;
  color: #404040;
  min-height: 22px;
}
.list-item-titledesc .item-label {
  padding-left: 10px;
  float: left;
  margin-top: -2px;
}
.list-item-titledesc .item-label-first {
  padding-left: 0;
}
.list-item-titledesc .item-value {
  float: left;
  margin-top: -2px;
}
.list-item-subtitle {
  margin-bottom: 9px;
  font-size: 14px;
  clear: left;
  margin-left: 10px;
  padding-top: 3px;
  line-height: 19px;
  overflow: auto;
}
.list-item-subtitle a {
  text-decoration: none;
}
.list-item-subtitle .item-label {
  float: left;
  margin-left: 10px;
  margin-right: 6px;
  color: #7f7f7f;
}
.list-item-subtitle .item-label-first {
  margin-left: 0;
}
.list-item-subtitle .item-value {
  float: left;
}
.list-item-labelvalue {
  display: inline-block;
  margin: 4px 6px 1px 0;
}
.list-item-labelvalue-block {
  display: block;
}
.list-item-labelvalue .list-item-label {
  font-size: 13px;
  font-weight: normal;
  color: #777;
  padding-right: 5px;
  display: inline-block;
  min-width: 87px;
}
.list-item-labelvalue .list-item-label:after {
  content: "";
}
.list-item-labelvalue .list-item-value {
  font-size: 13px;
  font-weight: normal;
  padding-right: 5px;
  display: inline-block;
  min-width: 140px;
  padding: 2px 7px;
}
.list-item .list-item-summary {
  font-size: 13px;
  color: #717171;
  line-height: 16px;
  padding-top: 3px;
  max-height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: inherit;
  white-space: normal;
}
.selectable-item {
  background-color: #eee;
}
.selectable-item:empty {
  background: none;
}
.selectable-item.active {
  background-color: #E2FFDB;
}
.selectable-item:hover,
.selectable-item.active-hover {
  background-color: #FFFDCD;
  cursor: pointer;
}
.time-value,
.time-value-mono {
  color: #006600;
  float: left;
}
.time-value-mono {
  color: #333333;
}
.time-glyph,
.time-glyph-mono {
  display: block;
  width: 16px;
  height: 17px;
  margin: 2px 2px 0 6px;
  float: left;
  background-position: -15px -277px;
}
.time-glyph-mono {
  background-position: -15px -317px;
}
.date-value,
.date-value-mono {
  color: #006600;
  float: left;
}
.date-value-mono {
  color: #333333;
}
.date-glyph,
.date-glyph-mono {
  display: block;
  width: 16px;
  height: 17px;
  margin: 2px 2px 0 6px;
  float: left;
  background-position: -125px -277px;
}
.date-glyph-mono {
  background-position: -125px -317px;
}
.msg-count {
  color: #00458C;
}
.msg-glyph {
  display: block;
  width: 16px;
  height: 15px;
  margin: 2px 2px 0 6px;
  float: left;
  background-position: -49px -277px;
}
/* Inline View */
body.ui-inlineview,
body.inlineview {
  height: 100%;
}
.ui-inlineview-content {
  overflow: visible;
  margin: 0;
  padding: 0;
  height: inherit;
  zoom: 1;
}
.ui-inlineview-cache {
  overflow: auto;
  margin: 0;
  padding: 0;
}
.ui-inlineview-content > .scrollingTooltipFilter {
  overflow-y: auto;
  max-height: 200px;
  overflow-x: hidden;
}
.split-view-main-border {
  background: #efefef;
  position: relative;
  clear: both;
  overflow: hidden;
  padding: 3px 4px 4px 4px;
  height: 100%;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.split-view-main-container {
  background: #efefef;
  position: relative;
  overflow: hidden;
  padding: 0;
  height: 100%;
}
.split-view-column-2-bg {
  float: left;
  width: 100%;
  position: relative;
  left: 252px;
  height: 100%;
}
.split-view-column-2-2-bg {
  float: right;
  width: 100%;
  position: relative;
  background: #fff;
  height: 100%;
}
.split-view-column-2-1-bg {
  margin: 0;
  margin-right: 4px;
  position: relative;
  right: 100%;
  background: #fff;
  height: 100%;
}
.split-view-column-2-1 {
  width: 252px;
  min-height: 200px;
  float: left;
  position: relative;
  overflow: auto;
  left: 100%;
  margin-left: -252px;
  height: 100%;
}
.split-view-column-2-2 {
  min-height: 200px;
  left: 100%;
  margin-left: 4px;
  margin-right: 244px;
  position: relative;
  overflow: auto;
  height: 100%;
}
.split-view-columns-2 .split-view-resize {
  position: absolute;
  top: 0;
  height: 100%;
  width: 8px;
  left: 248px;
  cursor: e-resize;
}
.split-view-column-3-3-bg {
  float: left;
  width: 100%;
  background: #fff;
  overflow: hidden;
  position: relative;
  height: 100%;
}
.split-view-column-3-2-bg {
  float: left;
  width: 100%;
  background: #fff;
  position: relative;
  right: 30%;
  height: 100%;
}
.split-view-column-3-1-bg {
  float: left;
  width: 100%;
  background: #fff;
  position: relative;
  right: 40%;
  height: 100%;
}
.split-view-column-3-1 {
  float: left;
  width: 30%;
  position: relative;
  left: 70%;
  overflow: auto;
  height: 100%;
}
.split-view-column-3-2 {
  float: left;
  width: 40%;
  position: relative;
  left: 70%;
  overflow: auto;
  height: 100%;
  border-left: 4px solid #efefef;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.split-view-column-3-3 {
  float: left;
  width: 30%;
  position: relative;
  left: 70%;
  overflow: auto;
  height: 100%;
  border-left: 4px solid #efefef;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.split-view-columns-3 .split-view-resize-1-2 {
  position: absolute;
  top: 0;
  height: 100%;
  width: 4px;
  left: 30%;
  margin-left: 1px;
  background: #efefef;
  cursor: e-resize;
}
.split-view-columns-3 .split-view-resize-2-3 {
  position: absolute;
  top: 0;
  height: 100%;
  width: 4px;
  left: 70%;
  background: #efefef;
  cursor: e-resize;
}
/* View Stack */
.main-body-content > .viewstack,
.main-body-content > .viewstack > .viewstack-child,
.main-height > .viewstack,
.main-height > .viewstack > .viewstack-child {
  height: 100%;
}
.viewstack {
  position: relative;
}
.viewstack-animate {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.viewstack-child {
  display: none;
  width: 100%;
}
.viewstack-child.viewstack-child-default {
  display: block;
}
.viewstack-child-selected {
  display: block;
}
.viewstack-child-selected.inactive-view {
  display: none;
}
.viewstack > .inactive-view {
  display: none;
}
.viewstack-float > .viewstack-child {
  display: block;
}
.viewstack-child-before {
  left: -120%;
}
.viewstack-child-after {
  left: 120%;
}
.viewstack-child-animate {
  position: absolute;
  top: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.viewstack-child-animate .pagetools select,
.viewstack-child-animate .page-tools select {
  display: none;
}
.main-body > .viewstack {
  height: 100%;
  width: 100%;
}
.popup-header {
  font-weight: bold;
  border-bottom: 1px solid #e5e5e5;
  line-height: 26px;
  font-size: 14px;
  color: #333333;
  padding: 4px 10px 3px 10px;
}
.popup-header .close {
  margin-top: -4px;
  margin-right: 2px;
}
.popup-header:before,
.popup-header:after {
  display: table;
  line-height: 0;
  content: "";
}
.popup-header:after {
  clear: both;
}
.popup-header .breadcrumb {
  padding: 0;
  font-size: 14px;
  line-height: 16px;
}
.popup-header .breadcrumb li {
  font-size: 14px;
  line-height: 16px;
  display: inline-block;
  float: none;
  padding: 2px 0;
}
.popup-header .breadcrumb li:first-child {
  margin-left: 0;
}
.popup-header .breadcrumb .divider {
  margin-top: 1px;
  height: 16px;
  line-height: 16px;
  font-size: 14px;
  margin-bottom: 1px;
}
.popup-header .breadcrumb .btn {
  font-size: 14px;
}
.popup-filter-content {
  max-height: 200px;
}
.popup-filter-tools {
  padding: 5px 6px 0px 6px;
  background-color: #E6E6E6;
  border-bottom: 1px solid #DADADA;
}
.popup-tools {
  float: right;
  padding: 0;
  margin-right: -4px;
  font-weight: normal;
}
.popup-content {
  padding: 5px 7px;
}
.inline-popup-content,
.popup-content-inline {
  display: none;
}
.internal-popup-content .inline-popup-content,
.internal-popup-content .popup-content-inline {
  display: block;
}
.popup-menu {
  padding: 0;
}
.popup-buttonpane {
  text-align: right;
  border-top: 1px solid #ccc;
  border-color: #CCC;
  background: #F8F8F8;
  margin: 0;
  padding: 3px 4px;
  min-height: 30px;
}
.popup-buttonpane-centered {
  text-align: center;
}
div.placeholder {
  background: #efefef;
  color: #4d4d4d;
  font-size: 12px;
  padding: 0;
  margin: 0;
}
div.placeholder .placeholder-text {
  color: #4d4d4d;
  font-size: 12px;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 40%;
  width: 100%;
  text-align: center;
}
.notification-wrapper {
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 38%;
  width: 100%;
  text-align: center;
}
.notification {
  font-size: 18px;
  color: #fff;
  background: #000;
  display: inline-block;
  padding: 5px 10px;
  opacity: 0.9;
  border-radius: 10px;
}
.notification .notification-header {
  display: none;
}
.notification .notification-header {
  text-align: left;
  padding: 10px 12px;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  border-bottom: 1px solid #080808;
}
.notification .notification-content {
  text-align: left;
  padding: 6px 12px;
  line-height: 40px;
}
.action-copy {
  background-color: #fff;
}
.action-copy-content {
  font-size: 12px;
  color: #000;
}
.checkbox-filters {
  color: #333;
  margin: 0;
  list-style: none;
  padding: 0;
}
.checkbox-filters.popup-content {
  padding: 2px 2px;
}
.checkbox-filters li {
  margin: 0;
  display: block;
  font-size: 14px;
  padding: 3px 6px;
  line-height: 18px;
}
.checkbox-filters .show-all,
.checkbox-filters .section-header {
  margin-top: 3px;
  margin-bottom: 3px;
  padding-bottom: 5px;
  border-bottom: 1px solid #e5e5e5;
}
.checkbox-filters .section-header span {
  font-size: 14px;
  font-weight: bold;
  padding: 2px;
  margin: 0;
  padding-bottom: 0;
}
.checkbox-filters .section-header.section-header-noline {
  border-bottom: none;
  padding-bottom: 2px;
}
.checkbox-filters li label {
  padding-left: 5px;
  display: inline;
}
.checkbox-filters li label.checkbox {
  display: inline-block;
  width: auto;
  padding-left: 22px;
  margin-bottom: 0;
  box-sizing: border-box;
}
.checkbox-filters .checkbox {
  width: 100%;
}
.checkbox-filters input[type="checkbox"],
.checkbox-filters input[type="radio"] {
  margin-top: 0;
}
.checkbox-filters li label.checkbox input[type="checkbox"] {
  margin-top: 4px;
}
.checkbox-filters li label.checkbox input[type="radio"] {
  margin-top: 3px;
}
.checkbox-filters input[type="radio"] {
  margin-top: -1px;
}
.checkbox-filters .checkbox-filter-item.item-included-Y,
.checkbox-filters .checkbox-filter-item.item-included-Y + label {
  color: #888;
}
.placeholder-shim {
  color: #aaa;
}
/* .table */
.table-nolines td,
.table-nolines th {
  border: none;
}
.table-nowrap,
.table-wrapcontent,
.table-fixed {
  table-layout: fixed;
}
.table-wrapcontent td {
  word-wrap: break-word;
}
.table-nowrap td {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.table .sorthandle-sorted .sorthandle-indicator,
.formtable .sorthandle-sorted .sorthandle-indicator {
  border-style: solid;
  border-width: 5px;
  border-color: transparent transparent #ccc transparent;
  line-height: 0;
  height: 0;
  width: 0;
  margin-top: -7px;
  display: block;
  position: absolute;
  top: 50%;
  right: 5px;
  font-size: 12px;
}
.table .sorthandle-sorted,
.formtable .sorthandle-sorted {
  position: relative;
}
.table .sorthandle-sorted-asc .sorthandle-indicator,
.formtable .sorthandle-sorted-asc .sorthandle-indicator {
  border-color: #ccc transparent transparent transparent;
  margin-top: -2px;
}
.table-actions,
td.table-actions,
th.table-actions {
  text-align: center;
  width: 120px;
}
.table-actions.span1,
td.table-actions.span1,
th.table-actions.span1 {
  text-align: center;
  width: 90px;
}
.table .table-actions-icons .btn-icon,
.table-icons .btn-icon,
.table td.table-actions-icons .btn-icon,
.table th.table-actions-icons .btn-icon {
  padding: 2px 4px;
  font-size: 16px;
}
.table .table-actions-icons,
.table td.table-actions-icons,
.table td.table-icons,
.table th.table-actions-icons,
.table th.table-icons,
.table td.table-actions-input,
.table th.table-actions-input {
  padding-top: 5px;
  padding-bottom: 5px;
  min-width: 0;
  line-height: 26px;
}
.table-condensed .table-actions-icons .btn-icon,
.table-condensed td.table-actions-icons .btn-icon,
.table-condensed .table-icons .btn-icon {
  padding: 2px 5px;
}
.table-condensed .table-actions-icons,
.table-condensed td.table-actions-icons,
.table-condensed td.table-icons,
.table-condensed th.table-actions-icons,
.table-condensed th.table-icons,
.table-condensed th.table-actions-input,
.table-condensed th.table-actions-input {
  padding-top: 2px;
  padding-bottom: 2px;
  min-width: 0;
  line-height: 20px;
}
.table td.table-actions-input {
  padding-top: 3px;
  padding-bottom: 3px;
}
.table.table-condensed td.table-actions-input {
  padding-top: 1px;
  padding-bottom: 3px;
}
dl dd.table-icons button.btn-icon,
dl dd.table-icons button.btn-icon i {
  padding: 0px;
  text-shadow: none;
}
.table td .checkbox,
.table th .checkbox {
  margin-bottom: 0;
}
@media (max-width: 1140px) {
  .main-nav > ul li a {
    min-width: 0;
  }
  .main-nav > ul > li .menu-drilldown-indicator {
    margin: 0 3px 2px 7px;
    position: static;
  }
  .main-nav > ul .menu-calendar a {
    min-width: 0;
  }
}
@media (max-width: 1024px) {
  body {
    min-width: 1024px;
    overflow-x: auto;
    overflow-y: auto;
  }
  body.no-minwidth {
    min-width: 0;
  }
  body.no-scroll {
    overflow-x: auto;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  body.main-nav-active.no-scroll {
    overflow-x: hidden;
    overflow-y: hidden;
  }
  .no-minwidth {
    min-width: 0;
  }
  .main-wrapper {
    min-width: 1024px;
  }
  .main-header-wrapper {
    min-width: 1024px;
  }
  .main-header {
    min-width: 1024px;
  }
}
.dialog-form .ui-dialog-title {
  padding-right: 20px;
}
/* Debug Display Only */
.visible-debug {
  display: none !important;
}
body.debug .visible-debug {
  display: inherit !important;
}
.debug-output {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  z-index: 15001;
}
.debug-layout [class*="span"] {
  border: 1px dashed #000;
}
/* Address Display Textarea */
address {
  margin-bottom: 0;
}
.address-label {
  position: relative;
  top: -5px;
  left: 4px;
  padding: 0 3px;
  background-color: #fff;
  line-height: 14px;
  font-size: 12px;
  display: inline-block;
}
.address-bordered {
  border: 1px solid #ccc;
  border-radius: 3px;
  height: 104px;
  width: 310px;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.address-bordered:before,
.address-bordered:after {
  display: table;
  line-height: 0;
  content: "";
}
.address-bordered:after,
.address-bordered:after {
  clear: both;
}
.address-bordered > address {
  margin: 10px 6px 11px 9px;
  height: 80px;
  overflow: auto;
}
.address-bordered > .address {
  border: none;
  background: transparent;
  margin: 0;
  height: 102px;
  box-shadow: none;
  width: 308px;
  resize: none;
}
.address-label + address {
  margin: -7px 6px 9px 9px;
}
.danger {
  color: #b94a48;
}
.warn {
  color: #faa732;
}
.help {
  color: #5bb75b;
}
.success {
  color: #5bb75b;
}
.primary {
  color: #006dcc;
}
.info {
  color: #49AFD6;
}
.focus-manager {
  border: none;
  background: none;
  width: 1px;
  height: 1px;
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  padding: 0;
  background: #000;
  color: #fff;
}
.no-margin {
  margin: 0;
}
.copyregion {
  cursor: pointer;
}
.copyregion-private > span {
  visibility: hidden;
}
.copyregion-private::before {
  content: "********";
}
.copyregion-private.copyregion-selected::before {
  content: "";
}
.copyregion-private.copyregion-selected > span {
  visibility: visible;
}
.copyregions {
  position: relative;
}
.regionindicator {
  position: absolute;
  width: 100px;
  height: 100px;
  border: 2px solid #5292f7;
  pointer-events: none;
}
/* SIDE NAV */
.main-sidenav.nav {
  width: 244px;
  margin: 0;
  padding: 0;
  position: static;
  margin: 8px 6px 8px 6px;
}
.main-sidenav.nav-pills > li > a,
.main-sidenav.nav-tabs > li > a {
  padding-right: 9px;
  padding-left: 15px;
}
.main-sidenav.nav > li {
  position: relative;
}
.main-sidenav.nav > li > a > .icon {
  line-height: 20px;
}
.main-sidenav.nav > li .badge {
  position: absolute;
  right: 6px;
  top: 10px;
}
.main-sidenav.nav > li .badge ~ span {
  margin-right: 23px;
}
.main-sidenav.nav > .active > a {
  background-color: #0088cc;
  color: #fff;
  border: none;
  padding: 9px 10px 9px 16px;
}
.main-sidenav.nav > .disabled > a {
  color: #999;
}
.main-sidenav.affix.pagecontent-sidenav {
  top: 205px;
}
.nav-pills.nav-pills-line {
  border-bottom: 1px solid #ccc;
  height: auto;
}
.nav-pills.nav-pills-line > li > a {
  color: #000;
  border-bottom: 2px solid transparent;
}
.nav-pills.nav-pills-line > .active > a,
.nav-pills.nav-pills-line > .active > a:focus,
.nav-pills.nav-pills-line > .active > a:hover {
  color: #000;
  font-weight: bold;
  background-color: #fff;
  border-radius: 0;
  border-bottom: 2px solid #08c;
  letter-spacing: -0.1px;
}
.nav-pills.nav-pills-line > .active > a::after {
  display: block;
  content: attr(title);
  font-weight: bold;
  height: 1px;
  color: transparent;
  overflow: hidden;
  visibility: hidden;
  margin-bottom: -1px;
  letter-spacing: -0.1px;
}
/*.main-sidenav.nav li .icon-thumb-tack, .main-sidenav.nav li .icon-anchor { float: right; line-height: 19px; display: none; font-size: 11px; }*/
/*.main-sidenav.nav li.li-locked .icon-thumb-tack, .main-sidenav.nav li.li-locked .icon-anchor { display: inline; }*/
.main-sidenav.nav li .icon-grip {
  line-height: 19px;
  display: none;
  color: #A9A9A9;
  font-size: 10px;
  font-weight: normal;
}
.main-sidenav.nav li.li-locked a:hover .icon-grip {
  display: block;
  position: absolute;
  top: 10px;
  left: 5px;
}
.main-sidenav.nav li.li-locked a .icon-grip:before {
  content: "\f13d";
}
.main-sidenav.nav li.li-sortable a:hover .icon-grip {
  display: block;
  background: url(img/grab.png) no-repeat top left;
  cursor: move;
  background-size: contain;
  width: 7px;
  height: 16px;
  position: absolute;
  top: 11px;
  left: 6px;
}
select.size15 {
  height: 256px;
}
thead {
  color: inherit;
  font-size: inherit;
}
.img-inline {
  position: relative;
  display: inline-block;
  line-height: 0;
  max-width: 100%;
}
.img-left {
  position: relative;
  display: inline-block;
  line-height: 0;
  float: left;
  max-width: 100%;
  margin-right: 5px;
}
.img-right {
  position: relative;
  display: inline-block;
  line-height: 0;
  float: right;
  max-width: 100%;
  margin-left: 5px;
}
.img-block {
  position: relative;
  display: block;
  margin: 0 auto;
  max-width: 100%;
  line-height: 0;
}
.img-placeholder {
  display: none;
}
.img-pending + .img-placeholder {
  display: block;
  position: relative;
}
.img-pending + .img-placeholder:after {
  content: "Loading..";
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -29px;
  top: 0;
  margin-top: -40%;
}
/* Used for Cheveron on Student Details > Nav (Medical Details) */
.nav > li > a > span > i.btn-icon {
  padding: 0;
  padding-top: 2px;
}
.btn.filter .icon-filter,
.btn[data-filter] .icon-filter {
  color: #ccc;
}
.btn.filter-active .icon-filter {
  color: #333;
}
.section-header > span.section-header-subnav {
  padding-left: 0;
}
.section-header > span.section-header-subnav a {
  padding-top: 0;
}
.icon-subtotal {
  min-width: 14px;
  min-height: 14px;
  background-repeat: no-repeat;
  position: relative;
  transform: scaleX(-1) scaleY(-1);
  -moz-transform: scaleX(-1) scaleY(-1);
  -o-transform: scaleX(-1) scaleY(-1);
  -webkit-transform: scaleX(-1) scaleY(-1);
}
.icon-subtotal:not(.icon-subtotal-inverse) {
  background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgdmVyc2lvbj0iMS4xIiB4bWw6c3BhY2U9InByZXNlcnZlIiBzdHlsZT0iIiB4PSIwcHgiIHk9IjBweCIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS1taXRlcmxpbWl0PSIxLjQxNDIxIj48cGF0aCBkPSJNODAsNzFjLTMuNTU5MTFlLTA2LC0xLjEwNDU2IC0wLjg5NTQyOSwtMS45OTk5OSAtMS45OTk5OSwtMS45OTk5OWMtOS4xMzc2MiwtMi42ODU4NWUtMTIgLTQ2Ljg2MjQsLTIuNzAwMDZlLTEyIC01NiwtMi42ODU4NWUtMTJjLTEuMTA0NTYsNC4wMTMwNmUtMDYgLTEuOTk5OTksMC44OTU0MjkgLTEuOTk5OTksMS45OTk5OWMzLjAyMzM2ZS0xMiwzLjA3NDAxIDMuMDIzMzZlLTEyLDguOTI2MDEgMy4wMjMzNmUtMTIsMTJjMy41NTkxMWUtMDYsMS4xMDQ1NiAwLjg5NTQyOSwxLjk5OTk5IDEuOTk5OTksMS45OTk5OWM5LjEzNzYyLDIuNjg1ODVlLTEyIDQ2Ljg2MjQsMi42ODU4NWUtMTIgNTYsMi42NTc0M2UtMTJjMS4xMDQ1NiwtNC4wMTMwNmUtMDYgMS45OTk5OSwtMC44OTU0MjkgMS45OTk5OSwtMS45OTk5OWMtMi43OTk1NGUtMTIsLTMuMDc0MDEgLTIuNzk5NTRlLTEyLC04LjkyNjAxIC0yLjc5OTU0ZS0xMiwtMTJaTTgwLDQ0Yy0zLjU1OTExZS0wNiwtMS4xMDQ1NiAtMC44OTU0MjksLTEuOTk5OTkgLTEuOTk5OTksLTEuOTk5OTljLTkuMTM3NjIsLTIuNjg1ODVlLTEyIC00Ni44NjI0LC0yLjY4NTg1ZS0xMiAtNTYsLTIuNjg1ODVlLTEyYy0xLjEwNDU2LDQuMDEzMDZlLTA2IC0xLjk5OTk5LDAuODk1NDI5IC0xLjk5OTk5LDEuOTk5OTljMy4wMjMzNmUtMTIsMy4wNzQwMSAzLjAyMzM2ZS0xMiw4LjkyNjAxIDMuMDIzMzZlLTEyLDEyYzMuNTU5MTFlLTA2LDEuMTA0NTYgMC44OTU0MjksMS45OTk5OSAxLjk5OTk5LDEuOTk5OTljOS4xMzc2MiwyLjY4NTg1ZS0xMiA0Ni44NjI0LDIuNjg1ODVlLTEyIDU2LDIuNjcxNjRlLTEyYzEuMTA0NTYsLTQuMDEzMDZlLTA2IDEuOTk5OTksLTAuODk1NDI5IDEuOTk5OTksLTEuOTk5OTljLTIuODEzNzVlLTEyLC0zLjA3NDAxIC0yLjgxMzc1ZS0xMiwtOC45MjYwMSAtMi44MTM3NWUtMTIsLTEyWk0yMiw3YzguODM2NTYsMCAxNiw3LjE2MzQ0IDE2LDE2YzAsOC44MzY1NiAtNy4xNjM0NCwxNiAtMTYsMTZjLTguODM2NTYsMCAtMTYsLTcuMTYzNDQgLTE2LC0xNmMwLC04LjgzNjU2IDcuMTYzNDQsLTE2IDE2LC0xNlpNMjUsMjZsLTguNDY5NjdlLTEyLDYuOTk5OThjNC4wNTE1N2UtMDYsMC41MzA0MzQgLTAuMjEwNzA2LDEuMDM5MTQgLTAuNTg1Nzc3LDEuNDE0MjJjLTAuMzc1MDcxLDAuMzc1MDc2IC0wLjg4Mzc3OCwwLjU4NTc5MyAtMS40MTQyMSwwLjU4NTc5NmMtMC42NDM1NjUsMCAtMS4zNTY0NiwwIC0yLjAwMDAyLDIuNTYzNjRlLTExYy0wLjUzMDQzNCwtMy4wOTkwNGUtMDYgLTEuMDM5MTQsLTAuMjEwNzIgLTEuNDE0MjEsLTAuNTg1Nzk2Yy0wLjM3NTA3MSwtMC4zNzUwNzYgLTAuNTg1NzgxLC0wLjg4Mzc4NiAtMC41ODU3NzcsLTEuNDE0MjJsOC40Njk2N2UtMTIsLTYuOTk5OThsLTYuOTk5OTgsLTguNDY5NjdlLTEyYy0wLjUzMDQzNCw0LjA1MTU3ZS0wNiAtMS4wMzkxNCwtMC4yMTA3MDYgLTEuNDE0MjIsLTAuNTg1Nzc3Yy0wLjM3NTA3NiwtMC4zNzUwNzEgLTAuNTg1NzkzLC0wLjg4Mzc3OCAtMC41ODU3OTYsLTEuNDE0MjFjMCwtMC42NDM1NjUgMCwtMS4zNTY0NiAtMi42MzgyNWUtMTEsLTIuMDAwMDJjMy4wNjUxN2UtMDYsLTAuNTMwNDM0IDAuMjEwNzIsLTEuMDM5MTQgMC41ODU3OTYsLTEuNDE0MjFjMC4zNzUwNzYsLTAuMzc1MDcxIDAuODgzNzg2LC0wLjU4NTc4MSAxLjQxNDIyLC0wLjU4NTc3N2w2Ljk5OTk4LDguNDczMjJlLTEybDguNDY5NjdlLTEyLC02Ljk5OTk4Yy00LjA1MTU3ZS0wNiwtMC41MzA0MzQgMC4yMTA3MDYsLTEuMDM5MTQgMC41ODU3NzcsLTEuNDE0MjJjMC4zNzUwNzEsLTAuMzc1MDc2IDAuODgzNzc4LC0wLjU4NTc5MyAxLjQxNDIxLC0wLjU4NTc5NmMwLjY0MzU2NSwwIDEuMzU2NDYsMCAyLjAwMDAyLC0yLjYzODI1ZS0xMWMwLjUzMDQzNCwzLjA2NTE3ZS0wNiAxLjAzOTE0LDAuMjEwNzIgMS40MTQyMSwwLjU4NTc5NmMwLjM3NTA3MSwwLjM3NTA3NiAwLjU4NTc4MSwwLjg4Mzc4NiAwLjU4NTc3NywxLjQxNDIybC04LjQ2NjEyZS0xMiw2Ljk5OTk4bDYuOTk5OTgsOC40NzMyMmUtMTJjMC41MzA0MzQsLTQuMDUxNTdlLTA2IDEuMDM5MTQsMC4yMTA3MDYgMS40MTQyMiwwLjU4NTc3N2MwLjM3NTA3NiwwLjM3NTA3MSAwLjU4NTc5MywwLjg4Mzc3OCAwLjU4NTc5NiwxLjQxNDIxYzAsMC42NDM1NjUgMCwxLjM1NjQ2IDIuNTYzNjRlLTExLDIuMDAwMDJjLTMuMDk5MDRlLTA2LDAuNTMwNDM0IC0wLjIxMDcyLDEuMDM5MTQgLTAuNTg1Nzk2LDEuNDE0MjFjLTAuMzc1MDc2LDAuMzc1MDcxIC0wLjg4Mzc4NiwwLjU4NTc4MSAtMS40MTQyMiwwLjU4NTc3N2wtNi45OTk5OCwtOC40NzMyMmUtMTJaTTkxLDE3Yy0zLjU1OTEyZS0wNiwtMS4xMDQ1NyAtMC44OTU0MzMsLTEuOTk5OTkgLTIsLTEuOTk5OTljLTguMDQwMzUsMS4wMzY2OGUtMTEgLTM3Ljk1OTcsMS4wMzY2OGUtMTEgLTQ2LDEuMDM2NjhlLTExYy0xLjEwNDU3LC02LjkwNjY1ZS0wOCAtMiwwLjg5NTQyNyAtMiwxLjk5OTk5Yy0xLjAxNzVlLTExLDMuMDc0MDEgLTEuMDE3NWUtMTEsOC45MjYwMSAtMS4wMTgyMWUtMTEsMTJjMy41NTkxMmUtMDYsMS4xMDQ1NyAwLjg5NTQzMywxLjk5OTk5IDIsMS45OTk5OWM4LjA0MDM1LC0xLjAzNzM5ZS0xMSAzNy45NTk3LC0xLjAzNzM5ZS0xMSA0NiwtMS4wMzczOWUtMTFjMS4xMDQ1Nyw2LjkwNjY1ZS0wOCAyLC0wLjg5NTQyNyAyLC0xLjk5OTk5YzEuMDQwMjNlLTExLC0zLjA3NDAxIDEuMDQwMjNlLTExLC04LjkyNjAxIDEuMDQwMjNlLTExLC0xMloiIHN0eWxlPSIiIGZpbGw9IiMwMDAiPjwvcGF0aD48L3N2Zz4=');
  background-size: contain;
}
.icon-subtotal.icon-subtotal-inverse {
  background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgdmVyc2lvbj0iMS4xIiB4bWw6c3BhY2U9InByZXNlcnZlIiBzdHlsZT0iIiB4PSIwcHgiIHk9IjBweCIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS1taXRlcmxpbWl0PSIxLjQxNDIxIj48cGF0aCBkPSJNODAsNzFjLTMuNTU5MTFlLTA2LC0xLjEwNDU2IC0wLjg5NTQyOSwtMS45OTk5OSAtMS45OTk5OSwtMS45OTk5OWMtOS4xMzc2MiwtMi42ODU4NWUtMTIgLTQ2Ljg2MjQsLTIuNzAwMDZlLTEyIC01NiwtMi42ODU4NWUtMTJjLTEuMTA0NTYsNC4wMTMwNmUtMDYgLTEuOTk5OTksMC44OTU0MjkgLTEuOTk5OTksMS45OTk5OWMzLjAyMzM2ZS0xMiwzLjA3NDAxIDMuMDIzMzZlLTEyLDguOTI2MDEgMy4wMjMzNmUtMTIsMTJjMy41NTkxMWUtMDYsMS4xMDQ1NiAwLjg5NTQyOSwxLjk5OTk5IDEuOTk5OTksMS45OTk5OWM5LjEzNzYyLDIuNjg1ODVlLTEyIDQ2Ljg2MjQsMi42ODU4NWUtMTIgNTYsMi42NTc0M2UtMTJjMS4xMDQ1NiwtNC4wMTMwNmUtMDYgMS45OTk5OSwtMC44OTU0MjkgMS45OTk5OSwtMS45OTk5OWMtMi43OTk1NGUtMTIsLTMuMDc0MDEgLTIuNzk5NTRlLTEyLC04LjkyNjAxIC0yLjc5OTU0ZS0xMiwtMTJaTTgwLDQ0Yy0zLjU1OTExZS0wNiwtMS4xMDQ1NiAtMC44OTU0MjksLTEuOTk5OTkgLTEuOTk5OTksLTEuOTk5OTljLTkuMTM3NjIsLTIuNjg1ODVlLTEyIC00Ni44NjI0LC0yLjY4NTg1ZS0xMiAtNTYsLTIuNjg1ODVlLTEyYy0xLjEwNDU2LDQuMDEzMDZlLTA2IC0xLjk5OTk5LDAuODk1NDI5IC0xLjk5OTk5LDEuOTk5OTljMy4wMjMzNmUtMTIsMy4wNzQwMSAzLjAyMzM2ZS0xMiw4LjkyNjAxIDMuMDIzMzZlLTEyLDEyYzMuNTU5MTFlLTA2LDEuMTA0NTYgMC44OTU0MjksMS45OTk5OSAxLjk5OTk5LDEuOTk5OTljOS4xMzc2MiwyLjY4NTg1ZS0xMiA0Ni44NjI0LDIuNjg1ODVlLTEyIDU2LDIuNjcxNjRlLTEyYzEuMTA0NTYsLTQuMDEzMDZlLTA2IDEuOTk5OTksLTAuODk1NDI5IDEuOTk5OTksLTEuOTk5OTljLTIuODEzNzVlLTEyLC0zLjA3NDAxIC0yLjgxMzc1ZS0xMiwtOC45MjYwMSAtMi44MTM3NWUtMTIsLTEyWk0yMiw3YzguODM2NTYsMCAxNiw3LjE2MzQ0IDE2LDE2YzAsOC44MzY1NiAtNy4xNjM0NCwxNiAtMTYsMTZjLTguODM2NTYsMCAtMTYsLTcuMTYzNDQgLTE2LC0xNmMwLC04LjgzNjU2IDcuMTYzNDQsLTE2IDE2LC0xNlpNMjUsMjZsLTguNDY5NjdlLTEyLDYuOTk5OThjNC4wNTE1N2UtMDYsMC41MzA0MzQgLTAuMjEwNzA2LDEuMDM5MTQgLTAuNTg1Nzc3LDEuNDE0MjJjLTAuMzc1MDcxLDAuMzc1MDc2IC0wLjg4Mzc3OCwwLjU4NTc5MyAtMS40MTQyMSwwLjU4NTc5NmMtMC42NDM1NjUsMCAtMS4zNTY0NiwwIC0yLjAwMDAyLDIuNTYzNjRlLTExYy0wLjUzMDQzNCwtMy4wOTkwNGUtMDYgLTEuMDM5MTQsLTAuMjEwNzIgLTEuNDE0MjEsLTAuNTg1Nzk2Yy0wLjM3NTA3MSwtMC4zNzUwNzYgLTAuNTg1NzgxLC0wLjg4Mzc4NiAtMC41ODU3NzcsLTEuNDE0MjJsOC40Njk2N2UtMTIsLTYuOTk5OThsLTYuOTk5OTgsLTguNDY5NjdlLTEyYy0wLjUzMDQzNCw0LjA1MTU3ZS0wNiAtMS4wMzkxNCwtMC4yMTA3MDYgLTEuNDE0MjIsLTAuNTg1Nzc3Yy0wLjM3NTA3NiwtMC4zNzUwNzEgLTAuNTg1NzkzLC0wLjg4Mzc3OCAtMC41ODU3OTYsLTEuNDE0MjFjMCwtMC42NDM1NjUgMCwtMS4zNTY0NiAtMi42MzgyNWUtMTEsLTIuMDAwMDJjMy4wNjUxN2UtMDYsLTAuNTMwNDM0IDAuMjEwNzIsLTEuMDM5MTQgMC41ODU3OTYsLTEuNDE0MjFjMC4zNzUwNzYsLTAuMzc1MDcxIDAuODgzNzg2LC0wLjU4NTc4MSAxLjQxNDIyLC0wLjU4NTc3N2w2Ljk5OTk4LDguNDczMjJlLTEybDguNDY5NjdlLTEyLC02Ljk5OTk4Yy00LjA1MTU3ZS0wNiwtMC41MzA0MzQgMC4yMTA3MDYsLTEuMDM5MTQgMC41ODU3NzcsLTEuNDE0MjJjMC4zNzUwNzEsLTAuMzc1MDc2IDAuODgzNzc4LC0wLjU4NTc5MyAxLjQxNDIxLC0wLjU4NTc5NmMwLjY0MzU2NSwwIDEuMzU2NDYsMCAyLjAwMDAyLC0yLjYzODI1ZS0xMWMwLjUzMDQzNCwzLjA2NTE3ZS0wNiAxLjAzOTE0LDAuMjEwNzIgMS40MTQyMSwwLjU4NTc5NmMwLjM3NTA3MSwwLjM3NTA3NiAwLjU4NTc4MSwwLjg4Mzc4NiAwLjU4NTc3NywxLjQxNDIybC04LjQ2NjEyZS0xMiw2Ljk5OTk4bDYuOTk5OTgsOC40NzMyMmUtMTJjMC41MzA0MzQsLTQuMDUxNTdlLTA2IDEuMDM5MTQsMC4yMTA3MDYgMS40MTQyMiwwLjU4NTc3N2MwLjM3NTA3NiwwLjM3NTA3MSAwLjU4NTc5MywwLjg4Mzc3OCAwLjU4NTc5NiwxLjQxNDIxYzAsMC42NDM1NjUgMCwxLjM1NjQ2IDIuNTYzNjRlLTExLDIuMDAwMDJjLTMuMDk5MDRlLTA2LDAuNTMwNDM0IC0wLjIxMDcyLDEuMDM5MTQgLTAuNTg1Nzk2LDEuNDE0MjFjLTAuMzc1MDc2LDAuMzc1MDcxIC0wLjg4Mzc4NiwwLjU4NTc4MSAtMS40MTQyMiwwLjU4NTc3N2wtNi45OTk5OCwtOC40NzMyMmUtMTJaTTkxLDE3Yy0zLjU1OTEyZS0wNiwtMS4xMDQ1NyAtMC44OTU0MzMsLTEuOTk5OTkgLTIsLTEuOTk5OTljLTguMDQwMzUsMS4wMzY2OGUtMTEgLTM3Ljk1OTcsMS4wMzY2OGUtMTEgLTQ2LDEuMDM2NjhlLTExYy0xLjEwNDU3LC02LjkwNjY1ZS0wOCAtMiwwLjg5NTQyNyAtMiwxLjk5OTk5Yy0xLjAxNzVlLTExLDMuMDc0MDEgLTEuMDE3NWUtMTEsOC45MjYwMSAtMS4wMTgyMWUtMTEsMTJjMy41NTkxMmUtMDYsMS4xMDQ1NyAwLjg5NTQzMywxLjk5OTk5IDIsMS45OTk5OWM4LjA0MDM1LC0xLjAzNzM5ZS0xMSAzNy45NTk3LC0xLjAzNzM5ZS0xMSA0NiwtMS4wMzczOWUtMTFjMS4xMDQ1Nyw2LjkwNjY1ZS0wOCAyLC0wLjg5NTQyNyAyLC0xLjk5OTk5YzEuMDQwMjNlLTExLC0zLjA3NDAxIDEuMDQwMjNlLTExLC04LjkyNjAxIDEuMDQwMjNlLTExLC0xMloiIHN0eWxlPSIiIGZpbGw9IiNGRkYiPjwvcGF0aD48L3N2Zz4=');
  background-size: contain;
}
.icon-cleardocument {
  min-width: 22px;
  min-height: 22px;
  background-repeat: no-repeat;
  position: relative;
}
.icon-cleardocument:not(.icon-inverse) {
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' standalone='no'?%3E%3C!-- Generator: Gravit.io --%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='isolation:isolate' width='272.81952' height='272.72736000000003'%3E%3Cg transform='translate(-150.4,-22.400000000000002)'%3E%3Cg transform='translate(0,0)'%3E%3Cpath d=' M 164.8 200.55392 L 164.8 36.800000000000004 L 328.5568 36.800000000000004 L 328.5568 101.92544000000001 C 330.93856000000005 101.76704000000001 333.33472000000006 101.6576 335.7568 101.6576 C 338.17888 101.6576 340.57504 101.76704000000001 342.95680000000004 101.92544000000001 L 342.95680000000004 22.400000000000002 L 150.4 22.400000000000002 L 150.4 214.95392000000004 L 229.83328 214.95392000000004 C 229.67776 212.60096 229.5712 210.2336 229.5712 207.84032000000002 C 229.5712 205.38944000000004 229.68352 202.96448 229.84768000000003 200.55392 L 164.8 200.55392 L 164.8 200.55392 Z M 192.24928 75.32288 L 303.76 75.32288 L 303.76 60.92288 L 192.24928 60.92288 L 192.24928 75.32288 Z M 192.24928 140.44256000000001 L 253.70272 140.44256000000001 C 258.01696000000004 135.19808 262.82367999999997 130.37696000000003 268.05088 126.04256000000001 L 192.24928 126.04256000000001 L 192.24928 140.44256000000001 L 192.24928 140.44256000000001 Z M 192.24928 173.00384 L 235.44639999999998 173.00384 C 237.17728 168.02432 239.2624 163.21472000000003 241.6816 158.60384 L 192.24928 158.60384 L 192.24928 173.00384 L 192.24928 173.00384 Z M 303.76 106.57088000000002 L 303.76 93.48416 L 192.24928 93.48416 L 192.24928 107.88416000000001 L 299.8864 107.88416000000001 C 301.168 107.42336 302.45824000000005 106.98272 303.76 106.57088000000002 L 303.76 106.57088000000002 Z M 360.21376 173.22272 L 336.28672000000006 197.15264000000002 L 312.3568 173.22272 L 302.17600000000004 183.40352000000001 L 326.10591999999997 207.33344000000002 L 302.17600000000004 231.26048000000003 L 312.3568 241.44416 L 336.28672000000006 217.51424000000003 L 360.21376 241.44416 L 370.39744 231.26048000000003 L 346.46752000000004 207.33344000000002 L 370.39744 183.40352000000001 L 360.21376 173.22272 L 360.21376 173.22272 Z M 335.84608000000003 120.38047999999999 C 287.66656 120.38047999999999 248.47264 159.57728 248.47264 207.75392000000002 C 248.47264 255.93344000000002 287.66656 295.12736 335.84608000000003 295.12736 C 384.0256 295.12736 423.21952000000005 255.93344000000002 423.21952000000005 207.75392000000002 C 423.21952000000005 159.57728 384.0256 120.38047999999999 335.84608000000003 120.38047999999999 L 335.84608000000003 120.38047999999999 Z M 335.84608000000003 280.72736000000003 C 295.60672 280.72736000000003 262.87264000000005 247.99328000000003 262.87264000000005 207.75392000000002 C 262.87264000000005 167.51744000000002 295.60672 134.78047999999998 335.84608000000003 134.78047999999998 C 376.08256000000006 134.78047999999998 408.81952 167.51744000000002 408.81952 207.75392000000002 C 408.81952 247.99328000000003 376.08256000000006 280.72736000000003 335.84608000000003 280.72736000000003 L 335.84608000000003 280.72736000000003 Z ' fill-rule='evenodd' fill='rgb(0,0,0)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-size: contain;
}
.icon-ghost {
  min-width: 14px;
  min-height: 14px;
  background-repeat: no-repeat;
  position: relative;
  bottom: -1px;
}
.icon-ghost:not(.icon-ghost-inverse) {
  /* with white fill
	background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9Ii04NDkgMTE1MSAxMDAgMTAwIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IC04NDkgMTE1MSAxMDAgMTAwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDojRkZGRkZGO30NCjwvc3R5bGU+DQo8Zz4NCgk8Zz4NCgkJPHBhdGggY2xhc3M9InN0MCIgZD0iTS03NzkuNywxMjQ4LjJjLTAuOCwwLTIuMS0wLjgtMy42LTEuN2MtMC40LTAuMi0wLjgtMC41LTEuMy0wLjhjLTMuNC0yLjItNi42LTQtMTEuNi00Yy0yLjcsMC01LjYsMC41LTksMS43DQoJCQlsLTEuNCwwLjVjLTMuNSwxLjMtNS44LDIuMS03LjQsMi4xYy0xLjEsMC0yLjItMC4zLTQuNy00bC0wLjgtMS4yYy0yLjctNC00LjItNi4xLTcuNy02LjFjLTEuOCwwLTMuOSwwLjYtNy40LDEuN2wtMS42LDAuNA0KCQkJYy0zLjIsMC45LTYuMywxLjctOC4xLDEuN2MtMC4yLDAtMC40LDAtMC41LDBjMC0wLjMsMC4xLTAuOSwwLjQtMS45YzAuNC0xLjIsMS0yLjYsMS42LTRjMi44LTcsNi43LTE2LjYsNi45LTM0LjcNCgkJCWMwLjItMTkuMyw3LjItMjcuOSwxMi40LTMyLjdjMy42LTMuMywxMy40LTkuOCwyNS4zLTEwLjdjMi44LDAuMywzMC4yLDQuMSwzMy42LDMxYzEsOC4xLDEuNywxMy44LDIuMywxOC4xDQoJCQljMS4zLDExLDEuNSwxMi4yLDMuNCwxNy40YzIuNSw2LjcsNC41LDExLjUsNC42LDExLjZsMC4xLDAuMmwwLjEsMC4yYzAuNCwwLjYsMC45LDIuMSwwLjYsMi44Yy0wLjMsMC42LTEuNiwxLjItNC4zLDEuM2wtMC41LDANCgkJCWMtMTAuNiwwLjEtMTEuOSwwLjQtMTcuNCw3LjhDLTc3Ny45LDEyNDcuOC03NzkuMSwxMjQ4LjItNzc5LjcsMTI0OC4yeiIvPg0KCQk8cGF0aCBkPSJNLTc5OC4xLDExNTdjMy42LDAuNCwyOC4xLDQuNCwzMS4yLDI4LjhjMSw4LjEsMS43LDEzLjgsMi4zLDE4YzEuMywxMS4xLDEuNSwxMi41LDMuNiwxNy45YzIuNSw2LjgsNC41LDExLjUsNC42LDExLjcNCgkJCWwwLjIsMC40bDAuMiwwLjRjMCwwLDAsMCwwLDBjLTAuNCwwLjEtMC45LDAuMS0xLjYsMC4ybC0wLjUsMGMtMTAuNywwLjEtMTMuMiwwLjQtMTkuNCw4LjdjLTEuMywxLjYtMiwyLjMtMi4zLDIuNQ0KCQkJYy0wLjUtMC4yLTEuNS0wLjgtMi4yLTEuMmMtMC40LTAuMi0wLjgtMC41LTEuMi0wLjdjLTMuNi0yLjMtNy4zLTQuNC0xMi45LTQuNGMtMi45LDAtNi4xLDAuNi05LjgsMS44bC0wLjEsMGwtMC4xLDBsLTEuMywwLjUNCgkJCWMtMi45LDEuMS01LjQsMi02LjUsMmMtMC4xLDAtMC4xLDAtMC4xLDBjMCwwLTAuNy0wLjMtMi41LTIuOWwtMC44LTEuMWMtMi43LTQtNC45LTcuMi05LjgtNy4yYy0yLjIsMC00LjUsMC43LTgsMS43DQoJCQljLTAuNSwwLjEtMS4xLDAuMy0xLjYsMC40Yy0xLjUsMC40LTMuMSwwLjgtNC40LDEuMWMwLjMtMC42LDAuNS0xLjMsMC44LTJjMi45LTcuMiw2LjktMTcuMSw3LjEtMzUuNg0KCQkJYzAuMi0xOC4zLDYuNy0yNi40LDExLjYtMzAuOUMtODE4LjIsMTE2NC04MDkuMSwxMTU4LTc5OC4xLDExNTcgTS03OTgsMTE1MmMtMTIuMSwwLjktMjIuNiw3LjMtMjcsMTEuNA0KCQkJYy00LjQsNC4xLTEyLjksMTMuMi0xMy4yLDM0LjVjLTAuMiwyMS40LTUuNiwzMC40LTguMywzOGMtMS4zLDMuOS0wLjIsNS4yLDIuNCw1LjJjMi40LDAsNi4yLTEuMSwxMC40LTIuMmMzLjMtMSw1LjItMS41LDYuNi0xLjUNCgkJCWMyLjQsMCwzLjMsMS43LDYuNCw2LjJjMi41LDMuOCw0LjMsNS4xLDYuOCw1LjFjMi4yLDAsNS0xLjEsOS41LTIuOGMzLjMtMS4xLDYtMS41LDguMi0xLjVjNC4zLDAsNy4yLDEuNywxMC4zLDMuNw0KCQkJYzIuNCwxLjQsNC4yLDIuOCw2LjEsMi44YzEuOSwwLDMuNy0xLjIsNi4yLTQuNWM1LTYuOCw1LjUtNi42LDE1LjktNi44YzEwLjUtMC4zLDUuOC03LjksNS44LTcuOXMtMi00LjgtNC41LTExLjUNCgkJCWMtMi41LTYuOC0xLjgtNS45LTUuNS0zNC45Qy03NjUuOCwxMTU1LTc5OCwxMTUyLTc5OCwxMTUyTC03OTgsMTE1MnoiLz4NCgk8L2c+DQoJPGVsbGlwc2UgY2xhc3M9InN0MCIgY3g9Ii03OTMuNyIgY3k9IjExODUuNSIgcng9IjkuMiIgcnk9IjEwLjciLz4NCgk8ZWxsaXBzZSBjbGFzcz0ic3QwIiBjeD0iLTgxMS43IiBjeT0iMTE4NS42IiByeD0iOS42IiByeT0iMTAuNyIvPg0KCTxjaXJjbGUgY3g9Ii04MDkuNSIgY3k9IjExODcuNCIgcj0iNCIvPg0KCTxjaXJjbGUgY3g9Ii03OTYuNSIgY3k9IjExODcuNCIgcj0iNCIvPg0KCTxwYXRoIGQ9Ik0tNzkzLjgsMTE3My43Yy0zLjksMC03LjMsMi4zLTkuMSw2Yy0xLjgtMy43LTUuMi02LTkuMS02Yy01LjgsMC0xMC40LDUuMy0xMC40LDEyczQuNiwxMS44LDEwLjQsMTEuOA0KCQljMy45LDAsNy4zLTIuMyw5LjEtNmMxLjgsMy43LDUuMiw2LDkuMSw2YzUuOCwwLDEwLjQtNS4zLDEwLjQtMTJDLTc4My40LDExNzguOS03ODgsMTE3My43LTc5My44LDExNzMuN3ogTS03OTMuOCwxMTk1LjMNCgkJYy0zLjgsMC03LjEtMy04LTcuM2MtMC4xLTAuNi0wLjYtMC45LTEuMS0wLjljLTAuNiwwLTEsMC4zLTEuMSwwLjljLTAuOSw0LjMtNC4yLDcuMy04LDcuM2MtNC41LDAtOC4zLTQuMy04LjMtOS43DQoJCWMwLTUuNCwzLjctOS43LDguMy05LjdjMy44LDAsNy4xLDMsOCw3LjNjMC4xLDAuNiwwLjYsMC45LDEuMSwwLjljMC42LDAsMS0wLjMsMS4xLTAuOWMwLjktNC4zLDQuMi03LjMsOC03LjMNCgkJYzQuNSwwLDguMyw0LjMsOC4zLDkuN0MtNzg1LjUsMTE5MS03ODkuMiwxMTk1LjMtNzkzLjgsMTE5NS4zeiIvPg0KPC9nPg0KPC9zdmc+DQo=');
	*/
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9Ii04NDkgMTE1MSAxMDAgMTAwIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IC04NDkgMTE1MSAxMDAgMTAwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDpub25lO30NCjwvc3R5bGU+DQo8Zz4NCgk8Zz4NCgkJPHBhdGggY2xhc3M9InN0MCIgZD0iTS03NzkuNywxMjQ4LjJjLTAuOCwwLTIuMS0wLjgtMy42LTEuN2MtMC40LTAuMi0wLjgtMC41LTEuMy0wLjhjLTMuNC0yLjItNi42LTQtMTEuNi00Yy0yLjcsMC01LjYsMC41LTksMS43DQoJCQlsLTEuNCwwLjVjLTMuNSwxLjMtNS44LDIuMS03LjQsMi4xYy0xLjEsMC0yLjItMC4zLTQuNy00bC0wLjgtMS4yYy0yLjctNC00LjItNi4xLTcuNy02LjFjLTEuOCwwLTMuOSwwLjYtNy40LDEuN2wtMS42LDAuNA0KCQkJYy0zLjIsMC45LTYuMywxLjctOC4xLDEuN2MtMC4yLDAtMC40LDAtMC41LDBjMC0wLjMsMC4xLTAuOSwwLjQtMS45YzAuNC0xLjIsMS0yLjYsMS42LTRjMi44LTcsNi43LTE2LjYsNi45LTM0LjcNCgkJCWMwLjItMTkuMyw3LjItMjcuOSwxMi40LTMyLjdjMy42LTMuMywxMy40LTkuOCwyNS4zLTEwLjdjMi44LDAuMywzMC4yLDQuMSwzMy42LDMxYzEsOC4xLDEuNywxMy44LDIuMywxOC4xDQoJCQljMS4zLDExLDEuNSwxMi4yLDMuNCwxNy40YzIuNSw2LjcsNC41LDExLjUsNC42LDExLjZsMC4xLDAuMmwwLjEsMC4yYzAuNCwwLjYsMC45LDIuMSwwLjYsMi44Yy0wLjMsMC42LTEuNiwxLjItNC4zLDEuM2gtMC41DQoJCQljLTEwLjYsMC4xLTExLjksMC40LTE3LjQsNy44Qy03NzcuOSwxMjQ3LjgtNzc5LjEsMTI0OC4yLTc3OS43LDEyNDguMnoiLz4NCgkJPHBhdGggZD0iTS03OTguMSwxMTU3YzMuNiwwLjQsMjguMSw0LjQsMzEuMiwyOC44YzEsOC4xLDEuNywxMy44LDIuMywxOGMxLjMsMTEuMSwxLjUsMTIuNSwzLjYsMTcuOWMyLjUsNi44LDQuNSwxMS41LDQuNiwxMS43DQoJCQlsMC4yLDAuNGwwLjIsMC40bDAsMGMtMC40LDAuMS0wLjksMC4xLTEuNiwwLjJoLTAuNWMtMTAuNywwLjEtMTMuMiwwLjQtMTkuNCw4LjdjLTEuMywxLjYtMiwyLjMtMi4zLDIuNQ0KCQkJYy0wLjUtMC4yLTEuNS0wLjgtMi4yLTEuMmMtMC40LTAuMi0wLjgtMC41LTEuMi0wLjdjLTMuNi0yLjMtNy4zLTQuNC0xMi45LTQuNGMtMi45LDAtNi4xLDAuNi05LjgsMS44aC0wLjFoLTAuMWwtMS4zLDAuNQ0KCQkJYy0yLjksMS4xLTUuNCwyLTYuNSwyYy0wLjEsMC0wLjEsMC0wLjEsMHMtMC43LTAuMy0yLjUtMi45bC0wLjgtMS4xYy0yLjctNC00LjktNy4yLTkuOC03LjJjLTIuMiwwLTQuNSwwLjctOCwxLjcNCgkJCWMtMC41LDAuMS0xLjEsMC4zLTEuNiwwLjRjLTEuNSwwLjQtMy4xLDAuOC00LjQsMS4xYzAuMy0wLjYsMC41LTEuMywwLjgtMmMyLjktNy4yLDYuOS0xNy4xLDcuMS0zNS42DQoJCQljMC4yLTE4LjMsNi43LTI2LjQsMTEuNi0zMC45Qy04MTguMiwxMTY0LTgwOS4xLDExNTgtNzk4LjEsMTE1NyBNLTc5OCwxMTUyYy0xMi4xLDAuOS0yMi42LDcuMy0yNywxMS40cy0xMi45LDEzLjItMTMuMiwzNC41DQoJCQljLTAuMiwyMS40LTUuNiwzMC40LTguMywzOGMtMS4zLDMuOS0wLjIsNS4yLDIuNCw1LjJjMi40LDAsNi4yLTEuMSwxMC40LTIuMmMzLjMtMSw1LjItMS41LDYuNi0xLjVjMi40LDAsMy4zLDEuNyw2LjQsNi4yDQoJCQljMi41LDMuOCw0LjMsNS4xLDYuOCw1LjFjMi4yLDAsNS0xLjEsOS41LTIuOGMzLjMtMS4xLDYtMS41LDguMi0xLjVjNC4zLDAsNy4yLDEuNywxMC4zLDMuN2MyLjQsMS40LDQuMiwyLjgsNi4xLDIuOA0KCQkJYzEuOSwwLDMuNy0xLjIsNi4yLTQuNWM1LTYuOCw1LjUtNi42LDE1LjktNi44YzEwLjUtMC4zLDUuOC03LjksNS44LTcuOXMtMi00LjgtNC41LTExLjVjLTIuNS02LjgtMS44LTUuOS01LjUtMzQuOQ0KCQkJQy03NjUuOCwxMTU1LTc5OCwxMTUyLTc5OCwxMTUyTC03OTgsMTE1MnoiLz4NCgk8L2c+DQoJPGNpcmNsZSBjeD0iLTgwOS41IiBjeT0iMTE4Ny40IiByPSI0Ii8+DQoJPGNpcmNsZSBjeD0iLTc5Ni41IiBjeT0iMTE4Ny40IiByPSI0Ii8+DQoJPHBhdGggZD0iTS03OTMuOCwxMTczLjdjLTMuOSwwLTcuMywyLjMtOS4xLDZjLTEuOC0zLjctNS4yLTYtOS4xLTZjLTUuOCwwLTEwLjQsNS4zLTEwLjQsMTJzNC42LDExLjgsMTAuNCwxMS44DQoJCWMzLjksMCw3LjMtMi4zLDkuMS02YzEuOCwzLjcsNS4yLDYsOS4xLDZjNS44LDAsMTAuNC01LjMsMTAuNC0xMkMtNzgzLjQsMTE3OC45LTc4OCwxMTczLjctNzkzLjgsMTE3My43eiBNLTc5My44LDExOTUuMw0KCQljLTMuOCwwLTcuMS0zLTgtNy4zYy0wLjEtMC42LTAuNi0wLjktMS4xLTAuOWMtMC42LDAtMSwwLjMtMS4xLDAuOWMtMC45LDQuMy00LjIsNy4zLTgsNy4zYy00LjUsMC04LjMtNC4zLTguMy05LjcNCgkJYzAtNS40LDMuNy05LjcsOC4zLTkuN2MzLjgsMCw3LjEsMyw4LDcuM2MwLjEsMC42LDAuNiwwLjksMS4xLDAuOWMwLjYsMCwxLTAuMywxLjEtMC45YzAuOS00LjMsNC4yLTcuMyw4LTcuMw0KCQljNC41LDAsOC4zLDQuMyw4LjMsOS43Uy03ODkuMiwxMTk1LjMtNzkzLjgsMTE5NS4zeiIvPg0KPC9nPg0KPC9zdmc+DQo=');
  background-size: contain;
}
.icon-ghost.icon-ghost-inverse {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9Ii04NDkgMTE1MSAxMDAgMTAwIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IC04NDkgMTE1MSAxMDAgMTAwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDojRkZGRkZGO30NCjwvc3R5bGU+DQo8Zz4NCgk8Zz4NCgkJPHBhdGggY2xhc3M9InN0MCIgZD0iTS03NzkuNywxMjQ4LjJjLTAuOCwwLTIuMS0wLjgtMy42LTEuN2MtMC40LTAuMi0wLjgtMC41LTEuMy0wLjhjLTMuNC0yLjItNi42LTQtMTEuNi00Yy0yLjcsMC01LjYsMC41LTksMS43DQoJCQlsLTEuNCwwLjVjLTMuNSwxLjMtNS44LDIuMS03LjQsMi4xYy0xLjEsMC0yLjItMC4zLTQuNy00bC0wLjgtMS4yYy0yLjctNC00LjItNi4xLTcuNy02LjFjLTEuOCwwLTMuOSwwLjYtNy40LDEuN2wtMS42LDAuNA0KCQkJYy0zLjIsMC45LTYuMywxLjctOC4xLDEuN2MtMC4yLDAtMC40LDAtMC41LDBjMC0wLjMsMC4xLTAuOSwwLjQtMS45YzAuNC0xLjIsMS0yLjYsMS42LTRjMi44LTcsNi43LTE2LjYsNi45LTM0LjcNCgkJCWMwLjItMTkuMyw3LjItMjcuOSwxMi40LTMyLjdjMy42LTMuMywxMy40LTkuOCwyNS4zLTEwLjdjMi44LDAuMywzMC4yLDQuMSwzMy42LDMxYzEsOC4xLDEuNywxMy44LDIuMywxOC4xDQoJCQljMS4zLDExLDEuNSwxMi4yLDMuNCwxNy40YzIuNSw2LjcsNC41LDExLjUsNC42LDExLjZsMC4xLDAuMmwwLjEsMC4yYzAuNCwwLjYsMC45LDIuMSwwLjYsMi44Yy0wLjMsMC42LTEuNiwxLjItNC4zLDEuM2wtMC41LDANCgkJCWMtMTAuNiwwLjEtMTEuOSwwLjQtMTcuNCw3LjhDLTc3Ny45LDEyNDcuOC03NzkuMSwxMjQ4LjItNzc5LjcsMTI0OC4yeiIvPg0KCQk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNLTc5OC4xLDExNTdjMy42LDAuNCwyOC4xLDQuNCwzMS4yLDI4LjhjMSw4LjEsMS43LDEzLjgsMi4zLDE4YzEuMywxMS4xLDEuNSwxMi41LDMuNiwxNy45DQoJCQljMi41LDYuOCw0LjUsMTEuNSw0LjYsMTEuN2wwLjIsMC40bDAuMiwwLjRjMCwwLDAsMCwwLDBjLTAuNCwwLjEtMC45LDAuMS0xLjYsMC4ybC0wLjUsMGMtMTAuNywwLjEtMTMuMiwwLjQtMTkuNCw4LjcNCgkJCWMtMS4zLDEuNi0yLDIuMy0yLjMsMi41Yy0wLjUtMC4yLTEuNS0wLjgtMi4yLTEuMmMtMC40LTAuMi0wLjgtMC41LTEuMi0wLjdjLTMuNi0yLjMtNy4zLTQuNC0xMi45LTQuNGMtMi45LDAtNi4xLDAuNi05LjgsMS44DQoJCQlsLTAuMSwwbC0wLjEsMGwtMS4zLDAuNWMtMi45LDEuMS01LjQsMi02LjUsMmMtMC4xLDAtMC4xLDAtMC4xLDBjMCwwLTAuNy0wLjMtMi41LTIuOWwtMC44LTEuMWMtMi43LTQtNC45LTcuMi05LjgtNy4yDQoJCQljLTIuMiwwLTQuNSwwLjctOCwxLjdjLTAuNSwwLjEtMS4xLDAuMy0xLjYsMC40Yy0xLjUsMC40LTMuMSwwLjgtNC40LDEuMWMwLjMtMC42LDAuNS0xLjMsMC44LTJjMi45LTcuMiw2LjktMTcuMSw3LjEtMzUuNg0KCQkJYzAuMi0xOC4zLDYuNy0yNi40LDExLjYtMzAuOUMtODE4LjIsMTE2NC04MDkuMSwxMTU4LTc5OC4xLDExNTcgTS03OTgsMTE1MmMtMTIuMSwwLjktMjIuNiw3LjMtMjcsMTEuNA0KCQkJYy00LjQsNC4xLTEyLjksMTMuMi0xMy4yLDM0LjVjLTAuMiwyMS40LTUuNiwzMC40LTguMywzOGMtMS4zLDMuOS0wLjIsNS4yLDIuNCw1LjJjMi40LDAsNi4yLTEuMSwxMC40LTIuMmMzLjMtMSw1LjItMS41LDYuNi0xLjUNCgkJCWMyLjQsMCwzLjMsMS43LDYuNCw2LjJjMi41LDMuOCw0LjMsNS4xLDYuOCw1LjFjMi4yLDAsNS0xLjEsOS41LTIuOGMzLjMtMS4xLDYtMS41LDguMi0xLjVjNC4zLDAsNy4yLDEuNywxMC4zLDMuNw0KCQkJYzIuNCwxLjQsNC4yLDIuOCw2LjEsMi44YzEuOSwwLDMuNy0xLjIsNi4yLTQuNWM1LTYuOCw1LjUtNi42LDE1LjktNi44YzEwLjUtMC4zLDUuOC03LjksNS44LTcuOXMtMi00LjgtNC41LTExLjUNCgkJCWMtMi41LTYuOC0xLjgtNS45LTUuNS0zNC45Qy03NjUuOCwxMTU1LTc5OCwxMTUyLTc5OCwxMTUyTC03OTgsMTE1MnoiLz4NCgk8L2c+DQoJPGVsbGlwc2UgY2xhc3M9InN0MCIgY3g9Ii03OTMuNyIgY3k9IjExODUuNSIgcng9IjkuMiIgcnk9IjEwLjciLz4NCgk8ZWxsaXBzZSBjbGFzcz0ic3QwIiBjeD0iLTgxMS43IiBjeT0iMTE4NS42IiByeD0iOS42IiByeT0iMTAuNyIvPg0KCTxjaXJjbGUgY3g9Ii04MDkuNSIgY3k9IjExODcuNCIgcj0iNCIvPg0KCTxjaXJjbGUgY3g9Ii03OTYuNSIgY3k9IjExODcuNCIgcj0iNCIvPg0KCTxwYXRoIGQ9Ik0tNzkzLjgsMTE3My43Yy0zLjksMC03LjMsMi4zLTkuMSw2Yy0xLjgtMy43LTUuMi02LTkuMS02Yy01LjgsMC0xMC40LDUuMy0xMC40LDEyczQuNiwxMS44LDEwLjQsMTEuOA0KCQljMy45LDAsNy4zLTIuMyw5LjEtNmMxLjgsMy43LDUuMiw2LDkuMSw2YzUuOCwwLDEwLjQtNS4zLDEwLjQtMTJDLTc4My40LDExNzguOS03ODgsMTE3My43LTc5My44LDExNzMuN3ogTS03OTMuOCwxMTk1LjMNCgkJYy0zLjgsMC03LjEtMy04LTcuM2MtMC4xLTAuNi0wLjYtMC45LTEuMS0wLjljLTAuNiwwLTEsMC4zLTEuMSwwLjljLTAuOSw0LjMtNC4yLDcuMy04LDcuM2MtNC41LDAtOC4zLTQuMy04LjMtOS43DQoJCWMwLTUuNCwzLjctOS43LDguMy05LjdjMy44LDAsNy4xLDMsOCw3LjNjMC4xLDAuNiwwLjYsMC45LDEuMSwwLjljMC42LDAsMS0wLjMsMS4xLTAuOWMwLjktNC4zLDQuMi03LjMsOC03LjMNCgkJYzQuNSwwLDguMyw0LjMsOC4zLDkuN0MtNzg1LjUsMTE5MS03ODkuMiwxMTk1LjMtNzkzLjgsMTE5NS4zeiIvPg0KPC9nPg0KPC9zdmc+DQo=');
  background-size: contain;
}
.icon-ghost:before {
  content: "";
}
/*
.icon-pagebreak {
	min-width: 14px;
	min-height: 14px;
	background-repeat: no-repeat;
    position: relative;
}
.icon-pagebreak:not(.icon-pagebreak-inverse) {
	background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTAwIDEwMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGc+PGxpbmUgZmlsbD0ibm9uZSIgeDE9Ii0zMzE5LjY2NyIgeTE9IjE4NjEuNjA0IiB4Mj0iLTMzMTkuNjY3IiB5Mj0iMTg0NC40NzciPjwvbGluZT48cGF0aCBkPSJNLTMzMTkuNjY3LDE4NjQuNjA0Yy0xLjY1NywwLTMtMS4zNDMtMy0zdi0xNy4xMjhjMC0xLjY1NywxLjM0My0zLDMtM3MzLDEuMzQzLDMsM3YxNy4xMjggICBDLTMzMTYuNjY3LDE4NjMuMjYyLTMzMTguMDEsMTg2NC42MDQtMzMxOS42NjcsMTg2NC42MDR6Ij48L3BhdGg+PC9nPjxnPjxsaW5lIGZpbGw9Im5vbmUiIHgxPSItMzMwMS40ODYiIHkxPSIxODYxLjYwNCIgeDI9Ii0zMzAxLjQ4NiIgeTI9IjE4MjkuMzgyIj48L2xpbmU+PHBhdGggZD0iTS0zMzAxLjQ4NiwxODY0LjYwNGMtMS42NTcsMC0zLTEuMzQzLTMtM3YtMzIuMjIzYzAtMS42NTcsMS4zNDMtMywzLTNzMywxLjM0MywzLDN2MzIuMjIzICAgQy0zMjk4LjQ4NiwxODYzLjI2Mi0zMjk5LjgyOSwxODY0LjYwNC0zMzAxLjQ4NiwxODY0LjYwNHoiPjwvcGF0aD48L2c+PGc+PGxpbmUgZmlsbD0ibm9uZSIgeDE9Ii0zMjgzLjMwNSIgeTE9IjE4NjEuNjA0IiB4Mj0iLTMyODMuMzA1IiB5Mj0iMTgxMy4xMjUiPjwvbGluZT48L2c+PGc+PGc+PGc+PHBhdGggZD0iTS0zMjU2LjA5OCwxODQ2LjY3MWMtMS42NTcsMC0zLTEuMzQzLTMtM3YtOS40NDFjMC0xLjY1NywxLjM0My0zLDMtM3MzLDEuMzQzLDMsM3Y5LjQ0MSAgICAgQy0zMjUzLjA5OCwxODQ1LjMyOC0zMjU0LjQ0MSwxODQ2LjY3MS0zMjU2LjA5OCwxODQ2LjY3MXoiPjwvcGF0aD48L2c+PGc+PHBhdGggZD0iTS0zMjU2LjEsMTg1NC45NWMtMC43OSwwLTEuNTYtMC4zMi0yLjEyLTAuODgxYy0wLjU2LTAuNTYtMC44OC0xLjMyOS0wLjg4LTIuMTE5czAuMzItMS41NjEsMC44OC0yLjEyICAgICBjMS4xMS0xLjEyLDMuMTMtMS4xMiw0LjI0LDBjMC41NiwwLjU1LDAuODgsMS4zMywwLjg4LDIuMTJzLTAuMzIsMS41Ni0wLjg4LDIuMTE5ICAgICBDLTMyNTQuNTQsMTg1NC42My0zMjU1LjMxLDE4NTQuOTUtMzI1Ni4xLDE4NTQuOTV6Ij48L3BhdGg+PC9nPjwvZz48L2c+PGc+PGxpbmUgZmlsbD0ibm9uZSIgeDE9Ii0zMjY1LjEyNCIgeTE9IjE4MjkuMzgyIiB4Mj0iLTMyNjUuMTI0IiB5Mj0iMTc5Ny43NCI+PC9saW5lPjwvZz48Zz48bGluZSBmaWxsPSJub25lIiB4MT0iLTMyNDYuOTQzIiB5MT0iMTgzMC40MDUiIHgyPSItMzI0Ni45NDMiIHkyPSIxNzgyLjM1NCI+PC9saW5lPjxwYXRoIGZpbGw9IiMwMDAwMDAiIGQ9Ik0tMzIyNy41NCwxODYwLjM0bC0xNi40LTMwLjY4di00Ny4zMWMwLTEuNjUtMS4zNS0zLTMtM2MtMS42NiwwLTMsMS4zNS0zLDN2MzYuMDlsLTMuNTEtNi41NyAgIGMtMC41Mi0wLjk4LTEuNTQtMS41OS0yLjY1LTEuNTlzLTIuMTIsMC42MS0yLjY0LDEuNTlsLTMuMzgsNi4zMnYtMjAuNDVjMC0xLjY2LTEuMzUtMy0zLTNjLTEuNjYsMC0zLDEuMzQtMywzdjMxLjY3bC0xMi4xOCwyMi43OCAgIHYtMzkuMDdjMC0xLjY1LTEuMzUtMy0zLTNjLTEuNjYsMC0zLDEuMzUtMywzdjQ4LjQ4YzAsMS42NiwxLjM0LDMsMywzYzAuMSwwLDAuMi0wLjAxLDAuMy0wLjAyYzAuMzEsMC4xMSwwLjY1LDAuMTcsMC45OSwwLjE3ICAgaDUxLjgzYzEuMDUsMCwyLjAzLTAuNTUsMi41Ny0xLjQ2Qy0zMjI3LjA3LDE4NjIuMzktMzIyNy4wNCwxODYxLjI3LTMyMjcuNTQsMTg2MC4zNHogTS0zMjc3LjAxLDE4NTguNzVsMjAuOTEtMzkuMTFsNi41LDEyLjE2ICAgYzAuMDEsMC4wMiwwLjAzLDAuMDUsMC4wNCwwLjA3bDE0LjM3LDI2Ljg4SC0zMjc3LjAxeiI+PC9wYXRoPjwvZz48Zz48cGF0aCBmaWxsPSIjMDAwMDAwIiBkPSJNODkuNjczLDk1Yy0xLjc1LDAtMy4xNjgtMS40MTgtMy4xNjgtMy4xNjhWNjUuMjI3SDI4LjA0djI2LjYwNWMwLDEuNzUtMS40MTgsMy4xNjgtMy4xNjgsMy4xNjggICBzLTMuMTY4LTEuNDE4LTMuMTY4LTMuMTY4VjYyLjA1OWMwLTEuNzUsMS40MTgtMy4xNjgsMy4xNjgtMy4xNjhoNjQuOGMxLjc1LDAsMy4xNjgsMS40MTgsMy4xNjgsMy4xNjh2MjkuNzczICAgQzkyLjg0MSw5My41ODIsOTEuNDIzLDk1LDg5LjY3Myw5NXoiPjwvcGF0aD48L2c+PGc+PGc+PHBhdGggZmlsbD0iIzAwMDAwMCIgZD0iTTI3LjM2NSw1Mi4xMTJoLTIuNDkyYy0xLjE2NiwwLTIuMTEyLTAuOTQ2LTIuMTEyLTIuMTEyczAuOTQ2LTIuMTEyLDIuMTEyLTIuMTEyaDIuNDkyICAgIGMxLjE2NiwwLDIuMTEyLDAuOTQ2LDIuMTEyLDIuMTEyUzI4LjUzMSw1Mi4xMTIsMjcuMzY1LDUyLjExMnoiPjwvcGF0aD48L2c+PGc+PHBhdGggZmlsbD0iIzAwMDAwMCIgZD0iTTc4Ljc1Myw1Mi4xMTJoLTQuNDJjLTEuMTY2LDAtMi4xMTItMC45NDYtMi4xMTItMi4xMTJzMC45NDYtMi4xMTIsMi4xMTItMi4xMTJoNC40MiAgICBjMS4xNjYsMCwyLjExMiwwLjk0NiwyLjExMiwyLjExMlM3OS45Miw1Mi4xMTIsNzguNzUzLDUyLjExMnogTTY1LjkwNSw1Mi4xMTJoLTQuNDE5Yy0xLjE2NiwwLTIuMTEyLTAuOTQ2LTIuMTEyLTIuMTEyICAgIHMwLjk0Ni0yLjExMiwyLjExMi0yLjExMmg0LjQxOWMxLjE2NiwwLDIuMTEyLDAuOTQ2LDIuMTEyLDIuMTEyUzY3LjA3Miw1Mi4xMTIsNjUuOTA1LDUyLjExMnogTTUzLjA1OSw1Mi4xMTJoLTQuNDIgICAgYy0xLjE2NiwwLTIuMTEyLTAuOTQ2LTIuMTEyLTIuMTEyczAuOTQ2LTIuMTEyLDIuMTEyLTIuMTEyaDQuNDJjMS4xNjYsMCwyLjExMiwwLjk0NiwyLjExMiwyLjExMlM1NC4yMjUsNTIuMTEyLDUzLjA1OSw1Mi4xMTJ6ICAgICBNNDAuMjEyLDUyLjExMmgtNC40MmMtMS4xNjYsMC0yLjExMi0wLjk0Ni0yLjExMi0yLjExMnMwLjk0Ni0yLjExMiwyLjExMi0yLjExMmg0LjQyYzEuMTY2LDAsMi4xMTIsMC45NDYsMi4xMTIsMi4xMTIgICAgUzQxLjM3OCw1Mi4xMTIsNDAuMjEyLDUyLjExMnoiPjwvcGF0aD48L2c+PGc+PHBhdGggZmlsbD0iIzAwMDAwMCIgZD0iTTg5LjY3Myw1Mi4xMTJIODcuMThjLTEuMTY2LDAtMi4xMTItMC45NDYtMi4xMTItMi4xMTJzMC45NDYtMi4xMTIsMi4xMTItMi4xMTJoMi40OTIgICAgYzEuMTY2LDAsMi4xMTIsMC45NDYsMi4xMTIsMi4xMTJTOTAuODM5LDUyLjExMiw4OS42NzMsNTIuMTEyeiI+PC9wYXRoPjwvZz48L2c+PGc+PHBhdGggZmlsbD0iIzAwMDAwMCIgZD0iTTg5LjY3Myw0MS4xMDloLTY0LjhjLTEuNzUsMC0zLjE2OC0xLjQxOC0zLjE2OC0zLjE2OFY4LjE2OGMwLTEuNzUsMS40MTgtMy4xNjgsMy4xNjgtMy4xNjggICBzMy4xNjgsMS40MTgsMy4xNjgsMy4xNjh2MjYuNjA1aDU4LjQ2NVY4LjE2OGMwLTEuNzUsMS40MTgtMy4xNjgsMy4xNjgtMy4xNjhjMS43NSwwLDMuMTY4LDEuNDE4LDMuMTY4LDMuMTY4djI5Ljc3MyAgIEM5Mi44NDEsMzkuNjkxLDkxLjQyMyw0MS4xMDksODkuNjczLDQxLjEwOXoiPjwvcGF0aD48L2c+PGc+PGc+PHBhdGggZmlsbD0iIzAwMDAwMCIgZD0iTTkuMjcxLDU5Ljg3NWMtMC4yNzIsMC0wLjU0Ny0wLjA1My0wLjgwOC0wLjE2MWMtMC43ODktMC4zMjctMS4zMDMtMS4wOTctMS4zMDMtMS45NTFWNDIuMjM3ICAgIGMwLTAuODU0LDAuNTE1LTEuNjI0LDEuMzAzLTEuOTUxYzAuNzktMC4zMjcsMS42OTYtMC4xNDcsMi4zMDIsMC40NThsNy43NjMsNy43NjNjMC44MjUsMC44MjUsMC44MjUsMi4xNjEsMCwyLjk4NmwtNy43NjMsNy43NjMgICAgQzEwLjM2LDU5LjY2LDkuODIxLDU5Ljg3NSw5LjI3MSw1OS44NzV6IE0xMS4zODMsNDcuMzM1djUuMzI5TDE0LjA0OCw1MEwxMS4zODMsNDcuMzM1eiI+PC9wYXRoPjwvZz48L2c+PC9zdmc+');
	background-size: contain;
}
.icon-pagebreak.icon-pagebreak-inverse {
	background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTAwIDEwMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGc+PGxpbmUgZmlsbD0ibm9uZSIgeDE9Ii0zMzE5LjY2NyIgeTE9IjE4NjEuNjA0IiB4Mj0iLTMzMTkuNjY3IiB5Mj0iMTg0NC40NzciPjwvbGluZT48cGF0aCBkPSJNLTMzMTkuNjY3LDE4NjQuNjA0Yy0xLjY1NywwLTMtMS4zNDMtMy0zdi0xNy4xMjhjMC0xLjY1NywxLjM0My0zLDMtM3MzLDEuMzQzLDMsM3YxNy4xMjggICBDLTMzMTYuNjY3LDE4NjMuMjYyLTMzMTguMDEsMTg2NC42MDQtMzMxOS42NjcsMTg2NC42MDR6Ij48L3BhdGg+PC9nPjxnPjxsaW5lIGZpbGw9Im5vbmUiIHgxPSItMzMwMS40ODYiIHkxPSIxODYxLjYwNCIgeDI9Ii0zMzAxLjQ4NiIgeTI9IjE4MjkuMzgyIj48L2xpbmU+PHBhdGggZD0iTS0zMzAxLjQ4NiwxODY0LjYwNGMtMS42NTcsMC0zLTEuMzQzLTMtM3YtMzIuMjIzYzAtMS42NTcsMS4zNDMtMywzLTNzMywxLjM0MywzLDN2MzIuMjIzICAgQy0zMjk4LjQ4NiwxODYzLjI2Mi0zMjk5LjgyOSwxODY0LjYwNC0zMzAxLjQ4NiwxODY0LjYwNHoiPjwvcGF0aD48L2c+PGc+PGxpbmUgZmlsbD0ibm9uZSIgeDE9Ii0zMjgzLjMwNSIgeTE9IjE4NjEuNjA0IiB4Mj0iLTMyODMuMzA1IiB5Mj0iMTgxMy4xMjUiPjwvbGluZT48L2c+PGc+PGc+PGc+PHBhdGggZD0iTS0zMjU2LjA5OCwxODQ2LjY3MWMtMS42NTcsMC0zLTEuMzQzLTMtM3YtOS40NDFjMC0xLjY1NywxLjM0My0zLDMtM3MzLDEuMzQzLDMsM3Y5LjQ0MSAgICAgQy0zMjUzLjA5OCwxODQ1LjMyOC0zMjU0LjQ0MSwxODQ2LjY3MS0zMjU2LjA5OCwxODQ2LjY3MXoiPjwvcGF0aD48L2c+PGc+PHBhdGggZD0iTS0zMjU2LjEsMTg1NC45NWMtMC43OSwwLTEuNTYtMC4zMi0yLjEyLTAuODgxYy0wLjU2LTAuNTYtMC44OC0xLjMyOS0wLjg4LTIuMTE5czAuMzItMS41NjEsMC44OC0yLjEyICAgICBjMS4xMS0xLjEyLDMuMTMtMS4xMiw0LjI0LDBjMC41NiwwLjU1LDAuODgsMS4zMywwLjg4LDIuMTJzLTAuMzIsMS41Ni0wLjg4LDIuMTE5ICAgICBDLTMyNTQuNTQsMTg1NC42My0zMjU1LjMxLDE4NTQuOTUtMzI1Ni4xLDE4NTQuOTV6Ij48L3BhdGg+PC9nPjwvZz48L2c+PGc+PGxpbmUgZmlsbD0ibm9uZSIgeDE9Ii0zMjY1LjEyNCIgeTE9IjE4MjkuMzgyIiB4Mj0iLTMyNjUuMTI0IiB5Mj0iMTc5Ny43NCI+PC9saW5lPjwvZz48Zz48bGluZSBmaWxsPSJub25lIiB4MT0iLTMyNDYuOTQzIiB5MT0iMTgzMC40MDUiIHgyPSItMzI0Ni45NDMiIHkyPSIxNzgyLjM1NCI+PC9saW5lPjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0tMzIyNy41NCwxODYwLjM0bC0xNi40LTMwLjY4di00Ny4zMWMwLTEuNjUtMS4zNS0zLTMtM2MtMS42NiwwLTMsMS4zNS0zLDN2MzYuMDlsLTMuNTEtNi41NyAgIGMtMC41Mi0wLjk4LTEuNTQtMS41OS0yLjY1LTEuNTlzLTIuMTIsMC42MS0yLjY0LDEuNTlsLTMuMzgsNi4zMnYtMjAuNDVjMC0xLjY2LTEuMzUtMy0zLTNjLTEuNjYsMC0zLDEuMzQtMywzdjMxLjY3bC0xMi4xOCwyMi43OCAgIHYtMzkuMDdjMC0xLjY1LTEuMzUtMy0zLTNjLTEuNjYsMC0zLDEuMzUtMywzdjQ4LjQ4YzAsMS42NiwxLjM0LDMsMywzYzAuMSwwLDAuMi0wLjAxLDAuMy0wLjAyYzAuMzEsMC4xMSwwLjY1LDAuMTcsMC45OSwwLjE3ICAgaDUxLjgzYzEuMDUsMCwyLjAzLTAuNTUsMi41Ny0xLjQ2Qy0zMjI3LjA3LDE4NjIuMzktMzIyNy4wNCwxODYxLjI3LTMyMjcuNTQsMTg2MC4zNHogTS0zMjc3LjAxLDE4NTguNzVsMjAuOTEtMzkuMTFsNi41LDEyLjE2ICAgYzAuMDEsMC4wMiwwLjAzLDAuMDUsMC4wNCwwLjA3bDE0LjM3LDI2Ljg4SC0zMjc3LjAxeiI+PC9wYXRoPjwvZz48Zz48cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNODkuNjczLDk1Yy0xLjc1LDAtMy4xNjgtMS40MTgtMy4xNjgtMy4xNjhWNjUuMjI3SDI4LjA0djI2LjYwNWMwLDEuNzUtMS40MTgsMy4xNjgtMy4xNjgsMy4xNjggICBzLTMuMTY4LTEuNDE4LTMuMTY4LTMuMTY4VjYyLjA1OWMwLTEuNzUsMS40MTgtMy4xNjgsMy4xNjgtMy4xNjhoNjQuOGMxLjc1LDAsMy4xNjgsMS40MTgsMy4xNjgsMy4xNjh2MjkuNzczICAgQzkyLjg0MSw5My41ODIsOTEuNDIzLDk1LDg5LjY3Myw5NXoiPjwvcGF0aD48L2c+PGc+PGc+PHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTI3LjM2NSw1Mi4xMTJoLTIuNDkyYy0xLjE2NiwwLTIuMTEyLTAuOTQ2LTIuMTEyLTIuMTEyczAuOTQ2LTIuMTEyLDIuMTEyLTIuMTEyaDIuNDkyICAgIGMxLjE2NiwwLDIuMTEyLDAuOTQ2LDIuMTEyLDIuMTEyUzI4LjUzMSw1Mi4xMTIsMjcuMzY1LDUyLjExMnoiPjwvcGF0aD48L2c+PGc+PHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTc4Ljc1Myw1Mi4xMTJoLTQuNDJjLTEuMTY2LDAtMi4xMTItMC45NDYtMi4xMTItMi4xMTJzMC45NDYtMi4xMTIsMi4xMTItMi4xMTJoNC40MiAgICBjMS4xNjYsMCwyLjExMiwwLjk0NiwyLjExMiwyLjExMlM3OS45Miw1Mi4xMTIsNzguNzUzLDUyLjExMnogTTY1LjkwNSw1Mi4xMTJoLTQuNDE5Yy0xLjE2NiwwLTIuMTEyLTAuOTQ2LTIuMTEyLTIuMTEyICAgIHMwLjk0Ni0yLjExMiwyLjExMi0yLjExMmg0LjQxOWMxLjE2NiwwLDIuMTEyLDAuOTQ2LDIuMTEyLDIuMTEyUzY3LjA3Miw1Mi4xMTIsNjUuOTA1LDUyLjExMnogTTUzLjA1OSw1Mi4xMTJoLTQuNDIgICAgYy0xLjE2NiwwLTIuMTEyLTAuOTQ2LTIuMTEyLTIuMTEyczAuOTQ2LTIuMTEyLDIuMTEyLTIuMTEyaDQuNDJjMS4xNjYsMCwyLjExMiwwLjk0NiwyLjExMiwyLjExMlM1NC4yMjUsNTIuMTEyLDUzLjA1OSw1Mi4xMTJ6ICAgICBNNDAuMjEyLDUyLjExMmgtNC40MmMtMS4xNjYsMC0yLjExMi0wLjk0Ni0yLjExMi0yLjExMnMwLjk0Ni0yLjExMiwyLjExMi0yLjExMmg0LjQyYzEuMTY2LDAsMi4xMTIsMC45NDYsMi4xMTIsMi4xMTIgICAgUzQxLjM3OCw1Mi4xMTIsNDAuMjEyLDUyLjExMnoiPjwvcGF0aD48L2c+PGc+PHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTg5LjY3Myw1Mi4xMTJIODcuMThjLTEuMTY2LDAtMi4xMTItMC45NDYtMi4xMTItMi4xMTJzMC45NDYtMi4xMTIsMi4xMTItMi4xMTJoMi40OTIgICAgYzEuMTY2LDAsMi4xMTIsMC45NDYsMi4xMTIsMi4xMTJTOTAuODM5LDUyLjExMiw4OS42NzMsNTIuMTEyeiI+PC9wYXRoPjwvZz48L2c+PGc+PHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTg5LjY3Myw0MS4xMDloLTY0LjhjLTEuNzUsMC0zLjE2OC0xLjQxOC0zLjE2OC0zLjE2OFY4LjE2OGMwLTEuNzUsMS40MTgtMy4xNjgsMy4xNjgtMy4xNjggICBzMy4xNjgsMS40MTgsMy4xNjgsMy4xNjh2MjYuNjA1aDU4LjQ2NVY4LjE2OGMwLTEuNzUsMS40MTgtMy4xNjgsMy4xNjgtMy4xNjhjMS43NSwwLDMuMTY4LDEuNDE4LDMuMTY4LDMuMTY4djI5Ljc3MyAgIEM5Mi44NDEsMzkuNjkxLDkxLjQyMyw0MS4xMDksODkuNjczLDQxLjEwOXoiPjwvcGF0aD48L2c+PGc+PGc+PHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTkuMjcxLDU5Ljg3NWMtMC4yNzIsMC0wLjU0Ny0wLjA1My0wLjgwOC0wLjE2MWMtMC43ODktMC4zMjctMS4zMDMtMS4wOTctMS4zMDMtMS45NTFWNDIuMjM3ICAgIGMwLTAuODU0LDAuNTE1LTEuNjI0LDEuMzAzLTEuOTUxYzAuNzktMC4zMjcsMS42OTYtMC4xNDcsMi4zMDIsMC40NThsNy43NjMsNy43NjNjMC44MjUsMC44MjUsMC44MjUsMi4xNjEsMCwyLjk4NmwtNy43NjMsNy43NjMgICAgQzEwLjM2LDU5LjY2LDkuODIxLDU5Ljg3NSw5LjI3MSw1OS44NzV6IE0xMS4zODMsNDcuMzM1djUuMzI5TDE0LjA0OCw1MEwxMS4zODMsNDcuMzM1eiI+PC9wYXRoPjwvZz48L2c+PC9zdmc+');
	background-size: contain;
}*/
.tree-norows {
  color: #999;
  width: 100%;
  text-align: center;
  display: none;
}
.tree-norows-visible .tree-norows {
  display: block;
}
.icon-foldertree {
  min-width: 14px;
  min-height: 14px;
  background-repeat: no-repeat;
  position: relative;
}
.icon-foldertree:not(.icon-foldertree-inverse) {
  background: url('data:image/svg+xml;base64,PHN2ZyB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOmNjPSJodHRwOi8vY3JlYXRpdmVjb21tb25zLm9yZy9ucyMiIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2ZXJzaW9uPSIxLjAiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTAwIDEwMCI+PHBhdGggZD0ibSA2LjgxMjUsNy4wNjI1IGMgLTAuODU1ODM4NCwwIC0xLjU1MzQ4NTksMC42MTExMjM2IC0xLjc1LDEuNDA2MjUgQyA0Ljk4NjU2NjEsMzMuNDU0MzQ0IDUuMDAwMzUxNiw1OS4yNzc0MSA1LDgxLjU2MjUgbCAzLjY4NzUsMCAzMi44NzUsMCAwLDcuNjg3NSBjIDAsMi4wMzQwMDkgMS42NTE4NzQsMy42ODc1IDMuNjg3NSwzLjY4NzUgbCA0Ni4wNjI1LDAgQyA5My4zNTAwNiw5Mi45Mzc1IDk1LDkxLjI4MzYyMiA5NSw4OS4yNSBsIDAsLTI2LjEyNSBjIDAsLTIuMDM3OTI5IC0xLjY0OTk0LC0zLjY4NzUgLTMuNjg3NSwtMy42ODc1IEwgNzEsNTkuNDM3NSBDIDY1Ljk3ODY5NCw1Ni41MjU1NCA2MC45MzY5MDgsNTMuNzUgNTkuOTY4NzUsNTMuNzUgbCAtMTQuNzE4NzUsMCBjIC0yLjAzNTYyNiwwIC0zLjY4NzUsMS42NTM0OTEgLTMuNjg3NSwzLjY4NzUgbCAwLDUuNjg3NSAwLDIuOTM3NSAwLDExLjgxMjUgLTMyLjg3NSwwIDAsLTQxLjQ2ODc1IDMyLjg3NSwwIDAsNy42ODc1IGMgMCwyLjAzNTU5MSAxLjY1MTg3NCwzLjY4NzUgMy42ODc1LDMuNjg3NSBsIDQ2LjA2MjUsMCBjIDIuMDM3NTYsMCAzLjY4NzUsLTEuNjUxOTA5IDMuNjg3NSwtMy42ODc1IGwgMCwtMjYuMTI1IGMgMCwtMi4wMzU1NzMgLTEuNjQ5OTQsLTMuNjg3NSAtMy42ODc1LC0zLjY4NzUgbCAtMjAuMzEyNSwwIEMgNjUuOTc4Njk0LDExLjM2OTI5IDYwLjkzNjkwOCw4LjU5Mzc1IDU5Ljk2ODc1LDguNTkzNzUgbCAtMTQuNzE4NzUsMCBjIC0yLjAzNTYyNiwwIC0zLjY4NzUsMS42NTE5MDkgLTMuNjg3NSwzLjY4NzUgbCAwLDUuNjg3NSAwLDIuOTM3NSAwLDExLjgxMjUgLTMyLjg3NSwwIC0wLjA5Mzc1LC0yNC4yNSBDIDguMzk3MjM1OSw3LjY3MzYyMzYgNy42NjgzMzg0LDcuMDYyNSA2LjgxMjUsNy4wNjI1IHoiPjwvcGF0aD48L3N2Zz4=');
  background-size: contain;
}
.icon-foldertree.icon-foldertree-inverse {
  background: url('data:image/svg+xml;base64,PHN2ZyB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOmNjPSJodHRwOi8vY3JlYXRpdmVjb21tb25zLm9yZy9ucyMiIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2ZXJzaW9uPSIxLjAiIHg9IjBweCIgeT0iMHB4IiBmaWxsPSIjRkZGIiB2aWV3Qm94PSIwIDAgMTAwIDEwMCI+PHBhdGggZD0ibSA2LjgxMjUsNy4wNjI1IGMgLTAuODU1ODM4NCwwIC0xLjU1MzQ4NTksMC42MTExMjM2IC0xLjc1LDEuNDA2MjUgQyA0Ljk4NjU2NjEsMzMuNDU0MzQ0IDUuMDAwMzUxNiw1OS4yNzc0MSA1LDgxLjU2MjUgbCAzLjY4NzUsMCAzMi44NzUsMCAwLDcuNjg3NSBjIDAsMi4wMzQwMDkgMS42NTE4NzQsMy42ODc1IDMuNjg3NSwzLjY4NzUgbCA0Ni4wNjI1LDAgQyA5My4zNTAwNiw5Mi45Mzc1IDk1LDkxLjI4MzYyMiA5NSw4OS4yNSBsIDAsLTI2LjEyNSBjIDAsLTIuMDM3OTI5IC0xLjY0OTk0LC0zLjY4NzUgLTMuNjg3NSwtMy42ODc1IEwgNzEsNTkuNDM3NSBDIDY1Ljk3ODY5NCw1Ni41MjU1NCA2MC45MzY5MDgsNTMuNzUgNTkuOTY4NzUsNTMuNzUgbCAtMTQuNzE4NzUsMCBjIC0yLjAzNTYyNiwwIC0zLjY4NzUsMS42NTM0OTEgLTMuNjg3NSwzLjY4NzUgbCAwLDUuNjg3NSAwLDIuOTM3NSAwLDExLjgxMjUgLTMyLjg3NSwwIDAsLTQxLjQ2ODc1IDMyLjg3NSwwIDAsNy42ODc1IGMgMCwyLjAzNTU5MSAxLjY1MTg3NCwzLjY4NzUgMy42ODc1LDMuNjg3NSBsIDQ2LjA2MjUsMCBjIDIuMDM3NTYsMCAzLjY4NzUsLTEuNjUxOTA5IDMuNjg3NSwtMy42ODc1IGwgMCwtMjYuMTI1IGMgMCwtMi4wMzU1NzMgLTEuNjQ5OTQsLTMuNjg3NSAtMy42ODc1LC0zLjY4NzUgbCAtMjAuMzEyNSwwIEMgNjUuOTc4Njk0LDExLjM2OTI5IDYwLjkzNjkwOCw4LjU5Mzc1IDU5Ljk2ODc1LDguNTkzNzUgbCAtMTQuNzE4NzUsMCBjIC0yLjAzNTYyNiwwIC0zLjY4NzUsMS42NTE5MDkgLTMuNjg3NSwzLjY4NzUgbCAwLDUuNjg3NSAwLDIuOTM3NSAwLDExLjgxMjUgLTMyLjg3NSwwIC0wLjA5Mzc1LC0yNC4yNSBDIDguMzk3MjM1OSw3LjY3MzYyMzYgNy42NjgzMzg0LDcuMDYyNSA2LjgxMjUsNy4wNjI1IHoiPjwvcGF0aD48L3N2Zz4=');
  background-size: contain;
}
.icon-sectionheader {
  min-width: 14px;
  min-height: 14px;
  background-repeat: no-repeat;
  position: relative;
}
.icon-sectionheader:not(.icon-sectionheader-inverse) {
  background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTAwIDEwMDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGQ9Ik05Mi41LDQ1aC02NWMtMS40LDAtMi41LDEuMS0yLjUsMi41czEuMSwyLjUsMi41LDIuNWg2NWMxLjQsMCwyLjUtMS4xLDIuNS0yLjVTOTMuOSw0NSw5Mi41LDQ1eiI+PC9wYXRoPjxwYXRoIGQ9Ik0yNy41LDY1aDU1YzEuNCwwLDIuNS0xLjEsMi41LTIuNVM4My45LDYwLDgyLjUsNjBoLTU1Yy0xLjQsMC0yLjUsMS4xLTIuNSwyLjVTMjYuMSw2NSwyNy41LDY1eiI+PC9wYXRoPjxwYXRoIGQ9Ik05Mi41LDc1aC02NWMtMS40LDAtMi41LDEuMS0yLjUsMi41czEuMSwyLjUsMi41LDIuNWg2NWMxLjQsMCwyLjUtMS4xLDIuNS0yLjVTOTMuOSw3NSw5Mi41LDc1eiI+PC9wYXRoPjxwYXRoIGQ9Ik04Mi41LDkwaC01NWMtMS40LDAtMi41LDEuMS0yLjUsMi41czEuMSwyLjUsMi41LDIuNWg1NWMxLjQsMCwyLjUtMS4xLDIuNS0yLjVTODMuOSw5MCw4Mi41LDkweiI+PC9wYXRoPjxwYXRoIGQ9Ik05Mi41LDEwaC02NWMtMS40LDAtMi41LDEuMS0yLjUsMi41djIwYzAsMS40LDEuMSwyLjUsMi41LDIuNWg2NWMxLjQsMCwyLjUtMS4xLDIuNS0yLjV2LTIwQzk1LDExLjEsOTMuOSwxMCw5Mi41LDEweiAgIE05MCwzMEgzMFYxNWg2MFYzMHoiPjwvcGF0aD48cGF0aCBkPSJNNS43LDM0LjNDNi4yLDM0LjgsNi45LDM1LDcuNSwzNXMxLjMtMC4yLDEuOC0wLjdsMTAtMTBjMS0xLDEtMi42LDAtMy41bC0xMC0xMGMtMS0xLTIuNi0xLTMuNSwwYy0xLDEtMSwyLjYsMCwzLjVsOC4yLDguMiAgbC04LjIsOC4yQzQuOCwzMS43LDQuOCwzMy4zLDUuNywzNC4zeiI+PC9wYXRoPjwvc3ZnPg==');
  background-size: contain;
}
.icon-sectionheader.icon-sectionheader-inverse {
  background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTAwIDEwMDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGZpbGw9IndoaXRlIiBkPSJNOTIuNSw0NWgtNjVjLTEuNCwwLTIuNSwxLjEtMi41LDIuNXMxLjEsMi41LDIuNSwyLjVoNjVjMS40LDAsMi41LTEuMSwyLjUtMi41UzkzLjksNDUsOTIuNSw0NXoiPjwvcGF0aD48cGF0aCBmaWxsPSJ3aGl0ZSIgZD0iTTI3LjUsNjVoNTVjMS40LDAsMi41LTEuMSwyLjUtMi41UzgzLjksNjAsODIuNSw2MGgtNTVjLTEuNCwwLTIuNSwxLjEtMi41LDIuNVMyNi4xLDY1LDI3LjUsNjV6Ij48L3BhdGg+PHBhdGggZmlsbD0id2hpdGUiIGQ9Ik05Mi41LDc1aC02NWMtMS40LDAtMi41LDEuMS0yLjUsMi41czEuMSwyLjUsMi41LDIuNWg2NWMxLjQsMCwyLjUtMS4xLDIuNS0yLjVTOTMuOSw3NSw5Mi41LDc1eiI+PC9wYXRoPjxwYXRoIGZpbGw9IndoaXRlIiBkPSJNODIuNSw5MGgtNTVjLTEuNCwwLTIuNSwxLjEtMi41LDIuNXMxLjEsMi41LDIuNSwyLjVoNTVjMS40LDAsMi41LTEuMSwyLjUtMi41UzgzLjksOTAsODIuNSw5MHoiPjwvcGF0aD48cGF0aCBmaWxsPSJ3aGl0ZSIgZD0iTTkyLjUsMTBoLTY1Yy0xLjQsMC0yLjUsMS4xLTIuNSwyLjV2MjBjMCwxLjQsMS4xLDIuNSwyLjUsMi41aDY1YzEuNCwwLDIuNS0xLjEsMi41LTIuNXYtMjBDOTUsMTEuMSw5My45LDEwLDkyLjUsMTB6ICAgTTkwLDMwSDMwVjE1aDYwVjMweiI+PC9wYXRoPjxwYXRoIGZpbGw9IndoaXRlIiBkPSJNNS43LDM0LjNDNi4yLDM0LjgsNi45LDM1LDcuNSwzNXMxLjMtMC4yLDEuOC0wLjdsMTAtMTBjMS0xLDEtMi42LDAtMy41bC0xMC0xMGMtMS0xLTIuNi0xLTMuNSwwYy0xLDEtMSwyLjYsMCwzLjVsOC4yLDguMiAgbC04LjIsOC4yQzQuOCwzMS43LDQuOCwzMy4zLDUuNywzNC4zeiI+PC9wYXRoPjwvc3ZnPg==');
  background-size: contain;
}
/*.icon-bullhorn-circle {
	min-width: 14px;
	min-height: 14px;
	background-repeat: no-repeat;
    position: relative;
}
.icon-bullhorn-circle:not(.icon-bullhorn-circle-inverse):not(.danger):not(.icon-bullhorn-circle-action):not(.disabled):not(.icon-disabled)
, .icon-bullhorn-circle:not(.icon-bullhorn-circle-inverse)
, .icon-bullhorn-circle:not(.icon-bullhorn-circle-action)
, .icon-bullhorn-circle:not(.danger)
, .icon-bullhorn-circle:not(.disabled)
, .icon-bullhorn-circle:not(.icon-disabled) {
	background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTAwIDEwMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZD0iTTM5LjQsNjIuMmw5LjMsMi40bDEtNGwtOS4zLTIuM0wzOS40LDYyLjJ6IE01MCw1QzI1LjIsNSw1LDI1LjIsNSw1MGMwLDI0LjksMjAuMiw0NSw0NSw0NWMyNC45LDAsNDUtMjAuMSw0NS00NSAgQzk1LDI1LjIsNzQuOSw1LDUwLDVMNTAsNXogTTc3LjIsNjQuNGMwLDAuOC0wLjMsMS41LTAuOSwxLjljLTAuNSwwLjQtMSwwLjUtMS41LDAuNWMtMC4yLDAtMC40LTAuMS0wLjYtMC4xbC0yMC4zLTUuMWwtMS41LDYgIGMtMC4yLDAuNi0wLjUsMS4xLTEsMS40Yy0wLjQsMC4yLTAuOCwwLjMtMS4yLDAuM2MtMC4yLDAtMC40LDAtMC41LTAuMWwtMTMuNi0zLjRjLTEuMi0wLjMtMS45LTEuNS0xLjYtMi43bDEuNS02TDMxLjMsNTZoLTYuMSAgYy0wLjYsMC0xLjMtMC4zLTEuNy0wLjdjLTAuNS0wLjUtMC43LTEuMS0wLjctMS43VjQ0YzAtMS40LDEuMS0yLjQsMi40LTIuNGg2LjFsNDIuOS0xMC43YzAuNy0wLjIsMS41LDAsMi4xLDAuNSAgYzAuNiwwLjUsMC45LDEuMiwwLjksMS45VjY0LjR6Ij48L3BhdGg+PC9zdmc+DQo=');
	background-size: contain;
}
.icon-bullhorn-circle.icon-bullhorn-circle-inverse {
	background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTAwIDEwMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZmlsbD0id2hpdGUiIGQ9Ik0zOS40LDYyLjJsOS4zLDIuNGwxLTRsLTkuMy0yLjNMMzkuNCw2Mi4yeiBNNTAsNUMyNS4yLDUsNSwyNS4yLDUsNTBjMCwyNC45LDIwLjIsNDUsNDUsNDVjMjQuOSwwLDQ1LTIwLjEsNDUtNDUgIEM5NSwyNS4yLDc0LjksNSw1MCw1TDUwLDV6IE03Ny4yLDY0LjRjMCwwLjgtMC4zLDEuNS0wLjksMS45Yy0wLjUsMC40LTEsMC41LTEuNSwwLjVjLTAuMiwwLTAuNC0wLjEtMC42LTAuMWwtMjAuMy01LjFsLTEuNSw2ICBjLTAuMiwwLjYtMC41LDEuMS0xLDEuNGMtMC40LDAuMi0wLjgsMC4zLTEuMiwwLjNjLTAuMiwwLTAuNCwwLTAuNS0wLjFsLTEzLjYtMy40Yy0xLjItMC4zLTEuOS0xLjUtMS42LTIuN2wxLjUtNkwzMS4zLDU2aC02LjEgIGMtMC42LDAtMS4zLTAuMy0xLjctMC43Yy0wLjUtMC41LTAuNy0xLjEtMC43LTEuN1Y0NGMwLTEuNCwxLjEtMi40LDIuNC0yLjRoNi4xbDQyLjktMTAuN2MwLjctMC4yLDEuNSwwLDIuMSwwLjUgIGMwLjYsMC41LDAuOSwxLjIsMC45LDEuOVY2NC40eiI+PC9wYXRoPjwvc3ZnPg==');
	background-size: contain;
}
.icon-bullhorn-circle.danger {
	background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTAwIDEwMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZmlsbD0iI2I5NGE0OCIgZD0iTTM5LjQsNjIuMmw5LjMsMi40bDEtNGwtOS4zLTIuM0wzOS40LDYyLjJ6IE01MCw1QzI1LjIsNSw1LDI1LjIsNSw1MGMwLDI0LjksMjAuMiw0NSw0NSw0NWMyNC45LDAsNDUtMjAuMSw0NS00NSAgQzk1LDI1LjIsNzQuOSw1LDUwLDVMNTAsNXogTTc3LjIsNjQuNGMwLDAuOC0wLjMsMS41LTAuOSwxLjljLTAuNSwwLjQtMSwwLjUtMS41LDAuNWMtMC4yLDAtMC40LTAuMS0wLjYtMC4xbC0yMC4zLTUuMWwtMS41LDYgIGMtMC4yLDAuNi0wLjUsMS4xLTEsMS40Yy0wLjQsMC4yLTAuOCwwLjMtMS4yLDAuM2MtMC4yLDAtMC40LDAtMC41LTAuMWwtMTMuNi0zLjRjLTEuMi0wLjMtMS45LTEuNS0xLjYtMi43bDEuNS02TDMxLjMsNTZoLTYuMSAgYy0wLjYsMC0xLjMtMC4zLTEuNy0wLjdjLTAuNS0wLjUtMC43LTEuMS0wLjctMS43VjQ0YzAtMS40LDEuMS0yLjQsMi40LTIuNGg2LjFsNDIuOS0xMC43YzAuNy0wLjIsMS41LDAsMi4xLDAuNSAgYzAuNiwwLjUsMC45LDEuMiwwLjksMS45VjY0LjR6Ij48L3BhdGg+PC9zdmc+');
	background-size: contain;
}
.icon-bullhorn-circle.disabled
, .icon-bullhorn-circle.icon-disabled {
	background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTAwIDEwMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZmlsbD0iIzk5OSIgZD0iTTM5LjQsNjIuMmw5LjMsMi40bDEtNGwtOS4zLTIuM0wzOS40LDYyLjJ6IE01MCw1QzI1LjIsNSw1LDI1LjIsNSw1MGMwLDI0LjksMjAuMiw0NSw0NSw0NWMyNC45LDAsNDUtMjAuMSw0NS00NSAgQzk1LDI1LjIsNzQuOSw1LDUwLDVMNTAsNXogTTc3LjIsNjQuNGMwLDAuOC0wLjMsMS41LTAuOSwxLjljLTAuNSwwLjQtMSwwLjUtMS41LDAuNWMtMC4yLDAtMC40LTAuMS0wLjYtMC4xbC0yMC4zLTUuMWwtMS41LDYgIGMtMC4yLDAuNi0wLjUsMS4xLTEsMS40Yy0wLjQsMC4yLTAuOCwwLjMtMS4yLDAuM2MtMC4yLDAtMC40LDAtMC41LTAuMWwtMTMuNi0zLjRjLTEuMi0wLjMtMS45LTEuNS0xLjYtMi43bDEuNS02TDMxLjMsNTZoLTYuMSAgYy0wLjYsMC0xLjMtMC4zLTEuNy0wLjdjLTAuNS0wLjUtMC43LTEuMS0wLjctMS43VjQ0YzAtMS40LDEuMS0yLjQsMi40LTIuNGg2LjFsNDIuOS0xMC43YzAuNy0wLjIsMS41LDAsMi4xLDAuNSAgYzAuNiwwLjUsMC45LDEuMiwwLjksMS45VjY0LjR6Ij48L3BhdGg+PC9zdmc+');
	background-size: contain;
}
.icon-bullhorn-circle.icon-bullhorn-circle-action {
	background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTAwIDEwMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZmlsbD0iIzA4YyIgZD0iTTM5LjQsNjIuMmw5LjMsMi40bDEtNGwtOS4zLTIuM0wzOS40LDYyLjJ6IE01MCw1QzI1LjIsNSw1LDI1LjIsNSw1MGMwLDI0LjksMjAuMiw0NSw0NSw0NWMyNC45LDAsNDUtMjAuMSw0NS00NSAgQzk1LDI1LjIsNzQuOSw1LDUwLDVMNTAsNXogTTc3LjIsNjQuNGMwLDAuOC0wLjMsMS41LTAuOSwxLjljLTAuNSwwLjQtMSwwLjUtMS41LDAuNWMtMC4yLDAtMC40LTAuMS0wLjYtMC4xbC0yMC4zLTUuMWwtMS41LDYgIGMtMC4yLDAuNi0wLjUsMS4xLTEsMS40Yy0wLjQsMC4yLTAuOCwwLjMtMS4yLDAuM2MtMC4yLDAtMC40LDAtMC41LTAuMWwtMTMuNi0zLjRjLTEuMi0wLjMtMS45LTEuNS0xLjYtMi43bDEuNS02TDMxLjMsNTZoLTYuMSAgYy0wLjYsMC0xLjMtMC4zLTEuNy0wLjdjLTAuNS0wLjUtMC43LTEuMS0wLjctMS43VjQ0YzAtMS40LDEuMS0yLjQsMi40LTIuNGg2LjFsNDIuOS0xMC43YzAuNy0wLjIsMS41LDAsMi4xLDAuNSAgYzAuNiwwLjUsMC45LDEuMiwwLjksMS45VjY0LjR6Ij48L3BhdGg+PC9zdmc+');
	background-size: contain;
}*/
.icon-16 {
  min-width: 16px;
  min-height: 16px;
}
.icon-18 {
  min-width: 18px;
  min-height: 18px;
}
.icon-20 {
  min-width: 20px;
  min-height: 20px;
}
.icon-22 {
  min-width: 22px;
  min-height: 22px;
}
.icon-24 {
  min-width: 24px;
  min-height: 24px;
}
input:disabled::-webkit-input-placeholder {
  color: transparent;
}
input:disabled:-moz-placeholder {
  color: transparent;
}
/* FF 4-18 */
input:disabled::-moz-placeholder {
  color: transparent;
}
/* FF 19+ */
input:disabled:-ms-input-placeholder {
  color: transparent;
}
/* IE 10+ */
.icon-disabled {
  color: #999;
  cursor: default;
}
.rotate-90 {
  text-align: center;
  vertical-align: middle;
  margin: 0px;
  white-space: nowrap;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
td.rotate-90,
th.rotate-90 {
  text-align: center;
  vertical-align: middle;
  height: 150px;
  width: auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transform: rotate(0deg);
}
.omnisearch-container {
  background: #000;
  position: fixed;
  height: 200px;
  width: 500px;
  top: 30%;
  left: 50%;
  margin-left: -250px;
  z-index: 9999;
  border-radius: 6px;
}
.colorpicker.btn,
.colorpicker.btn.active,
.colorpicker.btn:active,
.colorpicker.btn:focus {
  position: relative;
  height: 30px;
  padding-bottom: 9px;
  font-size: 16px;
  padding-top: 2px;
}
.colorpicker.btn .colorpicker-swatch {
  height: 7px;
  width: 26px;
  border-radius: 3px;
  position: absolute;
  bottom: 2px;
  left: 50%;
  margin-left: -13px;
}
/*.colorpicker.btn, .colorpicker.btn:active, .colorpicker.btn:focus {
	width: 22px;
	height: 22px;
	border: 2px solid #000;
}*/
.colorpicker-colors {
  padding-left: 1px;
  padding-right: 1px;
  max-width: 168px;
}
.colorpicker-colors .btn {
  margin: 2px;
  width: 26px;
  height: 26px;
}
.strength-bars,
.strength-bars-separator,
.strength-bars-current {
  height: 5px;
}
.strength-bars {
  background-color: #d0d0d0;
}
.strength-container {
  display: block;
  position: relative;
}
.strength-bars,
.strength-bars-current {
  display: block;
  position: absolute;
  width: 100%;
}
.strength-container-bad .strength-bars-current {
  background-color: #C33;
}
.strength-container-bad .strength-status-score {
  color: #C33;
  font-weight: bold;
}
.strength-container-medium .strength-bars-current {
  background-color: #F80;
}
.strength-container-medium .strength-status-score {
  color: #F80;
  font-weight: bold;
}
.strength-container-good .strength-bars-current {
  background-color: #3C3;
}
.strength-container-good .strength-status-score {
  color: #3C3;
  font-weight: bold;
}
.strength-bars-separator {
  display: inline-block;
  position: absolute;
  background-color: #FFF;
  width: 2px;
  z-index: 10;
}
.strength-status {
  font-size: 12px;
  padding: 6px 2px;
}
.recaptcha,
.recaptcha > div,
.recaptcha > div > div {
  text-align: center;
  margin: 0 auto;
}
.builder-canvas-wrapper {
  pointer-events: none;
}
.builder-canvas,
.builder-canvas-wrapper {
  background: #fff;
  position: relative;
  width: 100%;
  min-height: 350px;
  height: auto;
  padding: 0;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.builder-toolbar-container {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 44px;
  pointer-events: none;
  color: #222222;
  background: #ffffff;
  z-index: 9998;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  border-radius: 2px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
  text-align: left;
  border: 0px;
  border-top: 5px solid #222222;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.builder-toolbar-container .builder-toolbar,
.builder-canvas-wrapper .builder-context,
.builder-canvas-wrapper .builder-mirror,
.builder-canvas-wrapper .builder-canvas {
  pointer-events: all;
}
.visible-phone {
  display: none;
}
.fr-popup {
  z-index: 9999;
}
ul.af_list {
  z-index: 9999 !important;
}
.pull-right .radio,
.pull-right .checkbox,
.pull-right .alert-acknowledge {
  min-height: 17px;
}
.pull-right label.checkbox.inline {
  padding-top: 1px;
}
.controls .radio.inline input[type="radio"] {
  margin-top: 3px;
}
.pull-right label.checkbox.inline input[type="checkbox"] {
  margin-top: 1px;
}
.background-transparent {
  background: transparent;
}
.visible-phone-inline {
  display: none;
}
.grid-actions {
  height: 21px;
}
.main-viewport-iframe.main-viewport-mobile {
  z-index: 20;
}
.slick-cell-block-with-text {
  white-space: normal;
  overflow: hidden;
  position: relative;
}
.slick-cell-block-with-text > div {
  height: auto;
  max-height: 100%;
  overflow: hidden;
  position: relative;
  padding-right: 11px;
}
/* create the ... */
.slick-cell-block-with-text > div:before {
  /* points in the end */
  content: '...';
  /* absolute position */
  position: absolute;
  /* set position to right bottom corner of block */
  right: 0;
  bottom: 0;
  background: #fff;
}
/* hide ... if we have text, which is less than or equal to max lines */
.slick-cell-block-with-text > div:after {
  /* points in the end */
  content: '';
  /* absolute position */
  position: absolute;
  /* set position to right bottom corner of text */
  right: 0;
  /* set width and height */
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  /* bg color = bg color under block */
  background: #fff;
}
.slick-row:hover .slick-cell-block-with-text > div:before,
.slick-row:hover .slick-cell-block-with-text > div:after,
.slick-row.odd:hover .slick-cell-block-with-text > div:before,
.slick-row.odd:hover .slick-cell-block-with-text > div:after {
  background-color: #FFFDCD;
}
.slick-row.odd .slick-cell-block-with-text > div:before,
.slick-row.odd .slick-cell-block-with-text > div:after {
  background-color: #F8F8F8;
}
.log-item-header {
  margin-top: 10px;
}
.log.log-history .log-item {
  border-top: 1px solid #eeeeee;
  padding: 5px;
  padding-bottom: 10px;
}
.log.log-history .log-item:first-child {
  border-top: none;
}
.log.log-history .log-item-properties {
  margin-top: 5px;
  background: #dbe5f7;
}
.log.log-history .log-item-action {
  margin-top: 5px;
}
.log.log-history .log-item-action {
  background: #F8F8F8;
}
.log.log-history .log-item-action:nth-child(odd) {
  background: #fff;
}
.log.log-history .log-item-icon {
  font-size: 20px;
}
.log.log-history .log-item-properties > div,
.log.log-history .log-item-action > div,
.log.log-history .log-item-header > div {
  padding: 5px;
}
.modal-body .log.log-history .log-item {
  padding: 0;
  padding-bottom: 10px;
}
.document-content {
  line-height: 20px;
  position: relative;
  word-wrap: break-word;
  white-space: pre-wrap;
}
.light-background {
  background: #f5f5f5;
}
.debug-info-parent {
  position: relative;
}
.debug-info-tooltip {
  position: absolute;
  font-size: 10px;
  background: #000;
  line-height: 12px;
  color: #fff;
  padding: 0 3px;
  z-index: 1040;
  border-radius: 2px;
  opacity: 0.6;
}
.richtext-input,
.richtext-view {
  border: 1px solid #ccc;
  border-radius: 3px;
  display: block;
  width: 480px;
  box-sizing: border-box;
}
.richtext-input {
  min-height: 125px;
  max-height: 250px;
  padding: 4px 6px;
  position: relative;
  padding-top: 37px;
  overflow: auto;
}
.richtext-input:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #f1f1f1;
  height: 31px;
  display: block;
}
.richtext-input.ui-prosemirror {
  padding: 0;
  overflow: hidden;
}
.richtext-view {
  padding: 4px 6px;
  cursor: not-allowed;
  background-color: #eeeeee;
  width: 480px;
  min-height: 125px;
  max-height: 250px;
  overflow: auto;
}
.richtext-input .editor-wrapper .ProseMirror {
  overflow: auto;
  min-height: 92px;
  max-height: 217px;
  box-sizing: border-box;
}
.richtext-input .editor-viewonly {
  overflow: auto;
  min-height: 92px;
  max-height: 217px;
  box-sizing: border-box;
  padding: 4px 6px;
  margin-top: 31px;
  background-color: #f7f7f7;
}
.modal-paymentiframe .modal-body {
  min-width: 350px;
  min-height: 45px;
  z-index: 9;
}
.modal-paymentiframe .modal-body ~ .modal-loading {
  display: block;
  position: absolute;
  width: 350px;
  text-align: center;
  top: 50px;
  left: 0;
  z-index: 8;
}
.well-title {
  font-size: 16px;
  margin-bottom: 10px;
}
.faux-table {
  padding-top: 34px;
  width: 100%;
  height: 100%;
  position: relative;
  box-sizing: border-box;
}
.faux-table-body {
  border: 1px solid #DDDDDD;
  border-top: none;
}
.faux-table-row {
  width: 100%;
  padding: 8px 0;
  border-bottom: none;
}
.faux-table-row.faux-table-row-collapse {
  padding: 0;
}
.faux-table-row.faux-table-row-collapse > .btn-collapse {
  padding-top: 8px;
  padding-bottom: 8px;
}
.faux-table-row > a {
  padding: 0;
  margin: 0;
  font-weight: normal;
}
.faux-table-row.faux-table-row-collapse > .btn-collapse.out:after,
.faux-table-row.faux-table-row-collapse > .btn-collapse:after {
  top: 10px;
}
.faux-table-header {
  background: #DDDDDD;
  border: 1px solid #DDDDDD;
  height: 34px;
  width: 100%;
  box-sizing: border-box;
  margin-top: -34px;
}
.faux-table-header .faux-table-cell {
  display: inline-block;
  box-sizing: border-box;
  position: relative;
}
.faux-table-header .faux-table-cell > span {
  display: block;
  padding: 6px 10px;
  font-size: 12px;
}
.faux-table-row .faux-table-cell {
  display: inline-block;
  box-sizing: border-box;
  position: relative;
}
.faux-table-row .faux-table-cell > span {
  display: block;
  padding: 4px 10px;
  font-size: 14px;
  font-weight: normal;
}
.additional-info {
  position: relative;
  overflow: hidden;
  overflow-wrap: break-word;
  box-sizing: border-box;
}
.additional-info.has-overflow {
  padding-bottom: 24px;
}
.additional-info > span {
  display: block;
  min-height: 20px;
  max-height: 200px;
  overflow: hidden;
}
.additional-info .icon-ellipsis-h {
  display: none;
}
.additional-info.has-overflow .icon-ellipsis-h {
  display: block;
  position: absolute;
  font-size: 16px;
  left: 0;
  bottom: -1px;
}
.additional-info.has-overflow > span {
  max-height: 180px;
}
.additional-info input:checked ~ span {
  max-height: none;
}
.additional-info input {
  display: none;
}
.additional-info.has-overflow input {
  display: block;
  position: absolute;
  bottom: 0;
  left: -48px;
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.additional-info.has-overflow input:not(:checked):after {
  position: absolute;
  display: block;
  left: 48px;
  top: 0;
  width: 100px;
  height: 20px;
  font-size: 13px;
  text-decoration: underline;
  content: "See More";
}
.additional-info.has-overflow input:checked:after {
  position: absolute;
  display: block;
  left: 48px;
  top: 0;
  width: 100px;
  height: 20px;
  font-size: 13px;
  text-decoration: underline;
  content: "See Less";
}
body:has(iframe#__mce) .modal-paymentiframe {
  display: none;
}
body:has(> iframe#__mce) .modal-backdrop {
  opacity: 0.3;
}
body:has(> iframe#__mce) .modal-scrollable {
  display: none;
}
.has-value .has-value-hide,
.has-value-show {
  display: none;
}
.has-value .has-value-show {
  display: unset;
}
/*****************************************************************************
	(C) Copyright The Alpha School System Pty Ltd 2015 All Rights Reserved
******************************************************************************/
.qtip-default,
.ui-tooltip-default {
  border: 2px solid #191919;
  background-color: #fff;
  padding: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  min-width: 40px;
  max-width: 1200px;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.4);
}
.qtip-tooltip,
.ui-tooltip-tooltip {
  border: 1px solid #191919;
  background-color: #191919;
  padding: 4px 6px;
  min-width: 10px;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  max-width: 250px;
  cursor: pointer;
}
.qtip-content,
.ui-tooltip-content {
  padding: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.ui-tooltip-tooltip .ui-tooltip-content,
.ui-tooltip-tooltip .qtip-content {
  max-height: 200px;
  overflow: auto;
}
.qtip-validation,
.ui-tooltip-validation {
  font-size: 11px;
  line-height: 16px;
  font-weight: bold;
  border-width: 1px;
  padding: 2px 7px;
  max-width: 300px;
}
ul.custom-list,
ul.custom-list li {
  margin: 0;
  padding: 0;
  list-style: none;
  border: none;
}
/* NOTIFICATIONS */
.ui-tooltip-notification,
.ui-tooltip-user,
.ui-tooltip-search {
  z-index: 14902;
}
.notification-title {
  font-size: 1em;
  font-weight: normal;
  height: 26px;
  line-height: 27px;
  text-indent: 10px;
  border-bottom: 1px solid #272727;
  color: #202020;
  -webkit-border-radius: 1px 1px 0 0;
  -moz-border-radius: 1px 1px 0 0;
  border-radius: 1px 1px 0 0;
  padding: 0;
}
.notification-content {
  padding: 0;
}
.notification-content ul {
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style: none;
}
.notification-content ul li {
  padding: 8px;
  background: none;
  margin: 0;
  font-size: 1em;
  border-top: 1px solid #CCC;
}
.notification-content ul li.first {
  border-top: none;
}
.important-notification-title {
  text-shadow: 0 -1px 0 #a92916;
  color: #fff;
  background-color: #D52B13;
}
.important-notification-content ul li {
  border-color: #F7D6CD;
}
.inbox-notification-title {
  border-color: #064254;
  text-shadow: 0 1px 0 #77C9E2;
  background-color: #83D6F0;
}
.inbox.notification-content ul li {
  border-color: #AEE5F5;
}
.todo-notification-title {
  border-color: #4B3004;
  text-shadow: 0 1px 0 #F7D984;
  background-color: #FAE279;
}
.todo-notification-content ul li {
  border-color: #FAE8B3;
  border-top-style: dashed;
  border-top-width: 1px;
}
.information {
  padding: 3px 10px 4px 8px;
  font-size: .9em;
}
.info-popup div.loader {
  background: #fff;
}
/* CUSTOM TOOLTIPS, MENUS AND POPUPS */
.qtip-menu,
.qtip-context,
.qtip-popup,
.qtip-user,
.ui-tooltip-menu,
.ui-tooltip-context,
.ui-tooltip-popup,
.ui-tooltip-user {
  min-width: 0;
}
.ui-tooltip-popup a,
.ui-tooltop-menu a,
.ui-tooltip-notification a,
.ui-tooltip-search a,
.ui-tooltop-context a,
.ui-tooltip-user a {
  color: inherit;
}
.ui-tooltip-user .ui-tooltip-content {
  margin: 0;
  padding: 0;
  border: 1px solid #000;
  background: #191919;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
/*.ui-tooltip-user .ui-tooltip-content #popupUserMenu ul li { padding: 12px; }
.ui-tooltip-user .ui-tooltip-content #popupUserMenu ul li a { font-size: 1em; text-decoration: none; }*/
.qtip-content .information,
.ui-tooltip-content .information {
  width: 234px;
}
/*****************************************************************************
	(C) Copyright The Alpha School System Pty Ltd 2015 All Rights Reserved
******************************************************************************/
/* Basic Styles */
.normal {
  font-weight: normal;
}
.centerAlign,
.text-center,
.table th.text-center,
.table td.text-center {
  text-align: center;
}
.leftAlign,
.text-left {
  text-align: left;
}
.rightAlign,
.text-right,
.table td.text-right,
.table th.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.bold,
.text-bold {
  font-weight: bold;
}
.italic,
.text-italic {
  font-style: italic;
}
.underline,
.text-underline {
  text-decoration: underline;
}
.nodecoration,
.text-nodecoration {
  text-decoration: none;
}
.linethrough,
.text-linethrough {
  text-decoration: line-through;
}
.href {
  text-decoration: underline;
}
.red {
  color: #F00 !important;
}
.darkgreen {
  color: #006400 !important;
}
.green {
  color: #62C462 !important;
}
.blue {
  color: #00F !important;
}
.white {
  color: #FFF !important;
}
.black {
  color: #000 !important;
}
.yellow {
  color: #FC0 !important;
}
.orange {
  color: #FF8C00 !important;
}
.overflowHidden {
  overflow: hidden;
}
.pointer {
  cursor: pointer !important;
}
.pointer > td {
  cursor: pointer;
}
.visibility-hidden {
  visibility: hidden;
}
.display-none {
  display: none;
}
.capitalize {
  text-transform: capitalize;
}
.uppercase,
.upper {
  text-transform: uppercase;
}
.white-textshadow {
  text-shadow: 0 1px 0 #ffffff;
}
.float-right {
  float: right !important;
}
.float-left {
  float: left !important;
}
.clear-right {
  clear: right !important;
}
.clear-left {
  clear: left !important;
}
/* Row and Column Layouts */
/*.row, .fluid-container { display: block; overflow: auto; }
.fluid-container { margin-left: auto; }
.row .column, .fluid-container .column { overflow: auto; clear: none; display: block; float: left; margin-right: 10px; }

.fluid-container .fluid-left { display: block; margin: 0; float: left; position: relative; height: 100%; .borderbox; } 
.fluid-container .fluid-main { width: 100%; float: right; height: 100%; .borderbox;  }

.fluid-container.left-300 { padding-left: 300px; }
.fluid-container.left-300 .fluid-left { width: 288px; margin-left: -296px; }

.fluid-container.left-400 { padding-left: 400px; }
.fluid-container.left-400 .fluid-left { width: 388px; margin-left: -396px; }

.fluid-container.left-350 { padding-left: 350px; }

.height-percent-100 { height: 100% !important; }
.height-100 { height: 100px !important; }
.height-200 { height: 200px !important; }
.height-300 { height: 300px !important; }
.height-400 { height: 400px !important; }
.height-500 { height: 500px !important; }
.height-600 { height: 600px !important; }

.width-30, label.width-30, .label-width-30 label { width: 30px; }
.width-35, label.width-35, .label-width-35 label { width: 35px; }
.width-40, label.width-40, .label-width-40 label { width: 40px; }
.width-45, label.width-45, .label-width-45 label { width: 45px; }
.width-50, label.width-50, .label-width-50 label { width: 50px; }
.width-55, label.width-55, .label-width-55 label { width: 55px; }
.width-60, label.width-60, .label-width-60 label { width: 60px; }
.width-65, label.width-65, .label-width-65 label { width: 65px; }
.width-70, label.width-70, .label-width-70 label { width: 70px; }
.width-75, label.width-75, .label-width-75 label { width: 75px; }
.width-80, label.width-80, .label-width-80 label { width: 80px; }
.width-85, label.width-85, .label-width-85 label { width: 85px; }
.width-90, label.width-90, .label-width-90 label { width: 90px; }
.width-95, label.width-95, .label-width-95 label { width: 95px; }
.width-100, label.width-100, .label-width-100 label { width: 100px; }
.width-110, label.width-110, .label-width-110 label { width: 110px; }
.width-120, label.width-120, .label-width-120 label { width: 120px; }
.width-130, label.width-130, .label-width-130 label { width: 130px; }
.width-140, label.width-140, .label-width-140 label { width: 140px; }
.width-150, label.width-150, .label-width-150 label { width: 150px; }
.width-200, label.width-200, .label-width-200 label { width: 200px; }
.width-210, label.width-210, .label-width-210 label { width: 210px; }
.width-220, label.width-220, .label-width-220 label { width: 220px; }
.width-230, label.width-230, .label-width-230 label { width: 230px; }
.width-240, label.width-240, .label-width-240 label { width: 240px; }
.width-250, label.width-250, .label-width-250 label { width: 250px; }
.width-260, label.width-260, .label-width-260 label { width: 260px; }
.width-270, label.width-270, .label-width-270 label { width: 270px; }
.width-280, label.width-280, .label-width-280 label { width: 280px; }
.width-290, label.width-290, .label-width-290 label { width: 290px; }
.width-300, label.width-300, .label-width-300 label { width: 300px; }
.width-350, label.width-350, .label-width-350 label { width: 350px; }
.width-400, label.width-400, .label-width-400 label { width: 400px; }
.width-450, label.width-450, .label-width-450 label { width: 450px; }
.width-500, label.width-500, .label-width-500 label { width: 500px; }
.width-550, label.width-550, .label-width-550 label { width: 550px; }
.width-600, label.width-600, .label-width-600 label { width: 600px; }
.width-650, label.width-650, .label-width-650 label { width: 650px; }
.width-700, label.width-700, .label-width-700 label { width: 700px; }
.width-750, label.width-750, .label-width-750 label { width: 750px; }
*/
/**/
/*.label-width-30 span, .label-width-30 textarea, .label-width-30 input { margin-left: 30px; }
.label-width-35 span, .label-width-35 textarea, .label-width-35 input { margin-left: 35px; }
.label-width-40 span, .label-width-40 textarea, .label-width-40 input { margin-left: 40px; }
.label-width-45 span, .label-width-45 textarea, .label-width-45 input { margin-left: 45px; }
.label-width-50 span, .label-width-50 textarea, .label-width-50 input { margin-left: 50px; }
.label-width-55 span, .label-width-55 textarea, .label-width-55 input { margin-left: 55px; }
.label-width-60 span, .label-width-60 textarea, .label-width-60 input { margin-left: 60px; }
.label-width-65 span, .label-width-65 textarea, .label-width-65 input { margin-left: 65px; }
.label-width-70 span, .label-width-70 textarea, .label-width-70 input { margin-left: 70px; }
.label-width-75 span, .label-width-75 textarea, .label-width-75 input { margin-left: 75px; }
.label-width-80 span, .label-width-80 textarea, .label-width-80 input { margin-left: 80px; }
.label-width-85 span, .label-width-85 textarea, .label-width-85 input { margin-left: 85px; }
.label-width-90 span, .label-width-90 textarea, .label-width-90 input { margin-left: 90px; }
.label-width-95 span, .label-width-95 textarea, .label-width-95 input { margin-left: 95px; }
.label-width-100 span, .label-width-100 textarea, .label-width-100 input { margin-left: 100px; }
.label-width-110 span, .label-width-110 textarea, .label-width-110 input { margin-left: 110px; }
.label-width-120 span, .label-width-120 textarea, .label-width-120 input { margin-left: 120px; }
.label-width-130 span, .label-width-130 textarea, .label-width-130 input { margin-left: 130px; }
.label-width-140 span, .label-width-140 textarea, .label-width-140 input { margin-left: 140px; }
.label-width-150 span, .label-width-150 textarea, .label-width-150 input { margin-left: 150px; }
.label-width-200 span, .label-width-200 textarea, .label-width-200 input { margin-left: 200px; }
.label-width-210 span, .label-width-210 textarea, .label-width-210 input { margin-left: 210px; }
.label-width-220 span, .label-width-220 textarea, .label-width-220 input { margin-left: 220px; }
.label-width-230 span, .label-width-230 textarea, .label-width-230 input { margin-left: 230px; }
.label-width-240 span, .label-width-240 textarea, .label-width-240 input { margin-left: 240px; }
.label-width-250 span, .label-width-250 textarea, .label-width-250 input { margin-left: 250px; }
.label-width-260 span, .label-width-260 textarea, .label-width-260 input { margin-left: 260px; }
.label-width-270 span, .label-width-270 textarea, .label-width-270 input { margin-left: 270px; }
.label-width-280 span, .label-width-280 textarea, .label-width-280 input { margin-left: 280px; }
.label-width-290 span, .label-width-290 textarea, .label-width-290 input { margin-left: 290px; }
.label-width-300 span, .label-width-300 textarea, .label-width-300 input { margin-left: 300px; }
.label-width-350 span, .label-width-350 textarea, .label-width-350 input { margin-left: 350px; }
.label-width-400 span, .label-width-400 textarea, .label-width-400 input { margin-left: 400px; }
.label-width-450 span, .label-width-450 textarea, .label-width-450 input { margin-left: 450px; }
.label-width-500 span, .label-width-500 textarea, .label-width-500 input { margin-left: 500px; }
.label-width-550 span, .label-width-550 textarea, .label-width-550 input { margin-left: 550px; }
.label-width-600 span, .label-width-600 textarea, .label-width-600 input { margin-left: 600px; }
.label-width-650 span, .label-width-650 textarea, .label-width-650 input { margin-left: 650px; }
.label-width-700 span, .label-width-700 textarea, .label-width-700 input { margin-left: 700px; }
.label-width-750 span, .label-width-750 textarea, .label-width-750 input { margin-left: 750px; }*/
.height-percent-100 {
  height: 100% !important;
  min-height: 100px;
}
.pad-left-5 {
  padding-left: 5px !important;
}
.pad-left-10 {
  padding-left: 10px !important;
}
.pad-left-15 {
  padding-left: 15px !important;
}
.pad-left-20 {
  padding-left: 20px !important;
}
.pad-left-25 {
  padding-left: 25px !important;
}
.pad-right-5 {
  padding-right: 5px !important;
}
.pad-right-10 {
  padding-right: 10px !important;
}
.pad-right-15 {
  padding-right: 15px !important;
}
.pad-right-20 {
  padding-right: 20px !important;
}
.pad-right-25 {
  padding-right: 25px !important;
}
.page-content-top,
.pad-top-7 {
  padding-top: 7px !important;
}
ul.gadgets {
  margin: 6px 3px 6px 3px;
  padding: 0;
  position: relative;
  zoom: 1;
  min-height: 240px;
}
.portlet {
  background-color: #FFF;
  overflow: hidden;
  display: block;
  padding: 0;
  list-style: none;
  height: 240px;
  width: 240px;
  margin: 0 3px 6px 3px;
  position: relative;
  z-index: 1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.portlet-placeholder {
  background-color: #3399FF;
}
.portlet-layout {
  overflow: hidden;
}
.gadget-height-2 {
  height: 486px;
}
.gadget-width-2 {
  width: 486px;
}
.dragging {
  z-index: 99999 !important;
  position: fixed !important;
}
/*.gadgets-masonry .portlet { position: absolute; }
.gadgets-masonry .portlet-placeholder { position: absolute; }*/
.ui-sortable-placeholder {
  visibility: visible;
}
.gadget {
  margin: 8px;
}
.gadget-container,
.panel {
  min-height: 0;
  min-width: 238px;
  overflow: hidden;
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #fff;
  border: 1px solid #DDD;
}
.toolbar .panel {
  min-width: 1px;
}
.gadget-container {
  height: 238px;
  width: 238px;
}
.gadget-container .paper-grid {
  width: 238px;
}
.gadget-height-2 .gadget-container {
  height: 484px;
}
.gadget-width-2 .gadget-container,
.gadget-width-2 .paper-grid {
  width: 484px;
}
.right-body-content .portlet {
  height: auto;
}
.right-body-content .gadget-container {
  height: auto;
}
.gadget-preferences {
  display: none;
}
.gadget-viewport {
  position: absolute;
  bottom: 0;
  top: 33px;
  width: 100%;
}
.panel .panel-header,
.gadget-header {
  width: 100%;
  overflow: hidden;
  font-weight: normal;
  font-size: 16px;
  height: 33px;
  border-bottom: 1px solid #ddd;
  line-height: 33px;
  -webkit-border-radius: 2px 2px 0 0;
  padding: 0 2px;
  -moz-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
  background-color: #f5f5f5;
  box-sizing: border-box;
}
.panel-header .panel-title {
  margin: 0 8px;
}
.panel-viewport {
  position: absolute;
  top: 0;
  width: 100%;
  bottom: 0;
}
.panel-header ~ .panel-viewport {
  top: 34px;
}
.panel-footer {
  padding: 2px 4px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.gadget-placeholder {
  background: #f1f1f1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.gadget-placeholder span {
  display: block;
  position: absolute;
  width: 60px;
  height: 60px;
  margin: auto;
  background-position: -328px -373px;
  top: 50%;
  left: 50%;
  margin-top: -35px;
  margin-left: -30px;
}
/* Gadget Menu */
.gadget-menu {
  position: absolute;
  bottom: -49px;
  left: 0;
  height: 66px;
  width: 100%;
  right: 0;
  zoom: 1;
  z-index: 1;
}
.gadget-menu .gadget-menu-content {
  background: #1B1B1B;
  width: 100%;
  height: 49px;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  text-align: center;
  display: none;
}
.gadget-menu .gadget-menu-tab {
  display: block;
  width: 65px;
  height: 17px;
  position: relative;
  top: 0;
  left: 50%;
  margin-left: -32px;
  background-position: -93px -356px;
}
.gadget-menu .gadget-menu-hr {
  display: block;
  width: 2px;
  height: 24px;
  margin-top: 13px;
  background-position: -189px -397px;
  float: left;
}
a.gadget-menu-item {
  float: left;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  font-style: italic;
  margin-left: 5px;
  margin-right: 6px;
  margin-top: 3px;
  cursor: pointer;
  width: 43px;
  background-position: -215px -391px;
  background-color: #1B1B1B;
}
a:hover.gadget-menu-item {
  background-position: -265px -391px;
}
.gadget-menu-item.more-gadget,
.gadget-menu-item.view_all-gadget {
  float: right;
}
.gadget-menu-item span {
  display: block;
  font-size: 11px;
  position: relative;
  top: -2px;
  text-align: center;
  text-decoration: none;
}
a.gadget-menu-item {
  text-decoration: none;
}
a.gadget-menu-item .gadget-menu-glyph {
  display: block;
  width: 42px;
  height: 32px;
  margin-top: 1px;
}
.gadget-menu a.close-gadget .gadget-menu-glyph,
.gadget-menu a.remove-gadget .gadget-menu-glyph {
  background-position: -6px -393px;
}
.gadget-menu a.refresh-gadget .gadget-menu-glyph {
  background-position: -58px -393px;
}
.gadget-menu a.more-gadget .gadget-menu-glyph,
.gadget-menu a.view_all-gadget .gadget-menu-glyph {
  background-position: -118px -393px;
}
/* alternate multiple calendars */
.datepickergadget .ui-datepicker.ui-datepicker-inline {
  border: none;
  padding: 0;
}
.datepickergadget .ui-datepicker-multi {
  background: none;
}
.datepickergadget .ui-datepicker.ui-datepicker-inline td {
  border-top: 1px solid #E4E4E4;
}
.datepickergadget .ui-datepicker.ui-datepicker-inline th {
  border: none;
  color: #2D2D2D;
  text-shadow: none;
  background: #fff;
}
.datepickergadget .ui-datepicker.ui-datepicker-inline .ui-datepicker-header {
  background: #fff;
  border: none;
}
.datepickergadget .ui-datepicker.ui-datepicker-inline .ui-datepicker-title {
  text-shadow: none;
  color: #2D2D2D;
}
.datepickergadget .ui-datepicker.ui-datepicker-inline .ui-datepicker-prev {
  left: 4px;
  background-position: -198px -234px;
}
.datepickergadget .ui-datepicker.ui-datepicker-inline .ui-datepicker-next {
  right: 4px;
  background-position: -19px -234px;
}
.datepickergadget .ui-datepicker-multi .ui-datepicker-group {
  min-height: 242px;
  margin: 0 0 8px 0;
}
.datepickergadget .ui-datepicker.ui-datepicker-inline .ui-datepicker-header {
  background: #fff;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
}
.datepickergadget .ui-datepicker.ui-datepicker-inline .ui-datepicker-title {
  color: #333;
}
.gadget-width-1 .display-width-1 {
  display: static;
}
.gadget-width-1 .display-width-2 {
  display: none;
}
.gadget-width-2 .display-width-1 {
  display: none;
}
.gadget-width-2 .display-width-2 {
  display: static;
}
/*!
 * froala_editor v2.8.4 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2018 Froala Labs
 */
.clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}
.hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
img.fr-rounded,
.fr-img-caption.fr-rounded img {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
img.fr-bordered,
.fr-img-caption.fr-bordered img {
  border: solid 5px #cccccc;
}
img.fr-bordered {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.fr-img-caption.fr-bordered img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
img.fr-shadow,
.fr-img-caption.fr-shadow img {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
}
.fr-view span[style~="color:"] a {
  color: inherit;
}
.fr-view strong {
  font-weight: 700;
}
.fr-view table {
  border: 0;
  border-collapse: collapse;
  empty-cells: show;
  max-width: 100%;
}
.fr-view table td {
  min-width: 5px;
}
.fr-view table.fr-dashed-borders td,
.fr-view table.fr-dashed-borders th {
  border-style: dashed;
}
.fr-view table.fr-alternate-rows tbody tr:nth-child(odd) {
  background: #f9f9f9;
}
.fr-view table td,
.fr-view table th {
  border: 1px solid #dddddd;
}
.fr-view table td:empty,
.fr-view table th:empty {
  height: 20px;
}
.fr-view table td.fr-highlighted,
.fr-view table th.fr-highlighted {
  border: 1px double red;
}
.fr-view table td.fr-thick,
.fr-view table th.fr-thick {
  border-width: 2px;
}
.fr-view table th {
  background: #e6e6e6;
}
.fr-view hr {
  clear: both;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  page-break-after: always;
}
.fr-view .fr-file {
  position: relative;
}
.fr-view .fr-file::after {
  position: relative;
  content: "\1F4CE";
  font-weight: 400;
}
.fr-view pre {
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow: visible;
}
.fr-view[dir=rtl] blockquote {
  border-left: 0;
  border-right: solid 2px #5e35b1;
  margin-right: 0;
  padding-right: 5px;
  padding-left: 0;
}
.fr-view[dir=rtl] blockquote blockquote {
  border-color: #00bcd4;
}
.fr-view[dir=rtl] blockquote blockquote blockquote {
  border-color: #43a047;
}
.fr-view blockquote {
  border-left: solid 2px #5e35b1;
  margin-left: 0;
  padding-left: 5px;
  color: #5e35b1;
}
.fr-view blockquote blockquote {
  border-color: #00bcd4;
  color: #00bcd4;
}
.fr-view blockquote blockquote blockquote {
  border-color: #43a047;
  color: #43a047;
}
.fr-view span.fr-emoticon {
  font-weight: 400;
  font-family: "Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Segoe UI Symbol", "Android Emoji", EmojiSymbols;
  display: inline;
  line-height: 0;
}
.fr-view span.fr-emoticon.fr-emoticon-img {
  background-repeat: no-repeat !important;
  font-size: inherit;
  height: 1em;
  width: 1em;
  min-height: 20px;
  min-width: 20px;
  display: inline-block;
  margin: -0.1em 0.1em 0.1em;
  line-height: 1;
  vertical-align: middle;
}
.fr-view .fr-text-gray {
  color: #aaaaaa !important;
}
.fr-view .fr-text-bordered {
  border-top: solid 1px #222;
  border-bottom: solid 1px #222;
  padding: 10px 0;
}
.fr-view .fr-text-spaced {
  letter-spacing: 1px;
}
.fr-view .fr-text-uppercase {
  text-transform: uppercase;
}
.fr-view img {
  position: relative;
  max-width: 100%;
}
.fr-view img.fr-dib {
  margin: 5px auto;
  display: block;
  float: none;
  vertical-align: top;
}
.fr-view img.fr-dib.fr-fil {
  margin-left: 0;
  text-align: left;
}
.fr-view img.fr-dib.fr-fir {
  margin-right: 0;
  text-align: right;
}
.fr-view img.fr-dii {
  display: inline-block;
  float: none;
  vertical-align: bottom;
  margin-left: 5px;
  margin-right: 5px;
  max-width: calc(90%);
}
.fr-view img.fr-dii.fr-fil {
  float: left;
  margin: 5px 5px 5px 0;
  max-width: calc(95%);
}
.fr-view img.fr-dii.fr-fir {
  float: right;
  margin: 5px 0 5px 5px;
  max-width: calc(95%);
}
.fr-view span.fr-img-caption {
  position: relative;
  max-width: 100%;
}
.fr-view span.fr-img-caption.fr-dib {
  margin: 5px auto;
  display: block;
  float: none;
  vertical-align: top;
}
.fr-view span.fr-img-caption.fr-dib.fr-fil {
  margin-left: 0;
  text-align: left;
}
.fr-view span.fr-img-caption.fr-dib.fr-fir {
  margin-right: 0;
  text-align: right;
}
.fr-view span.fr-img-caption.fr-dii {
  display: inline-block;
  float: none;
  vertical-align: bottom;
  margin-left: 5px;
  margin-right: 5px;
  max-width: calc(90%);
}
.fr-view span.fr-img-caption.fr-dii.fr-fil {
  float: left;
  margin: 5px 5px 5px 0;
  max-width: calc(95%);
}
.fr-view span.fr-img-caption.fr-dii.fr-fir {
  float: right;
  margin: 5px 0 5px 5px;
  max-width: calc(95%);
}
.fr-view .fr-video {
  text-align: center;
  position: relative;
}
.fr-view .fr-video > * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  max-width: 100%;
  border: 0;
}
.fr-view .fr-video.fr-dvb {
  display: block;
  clear: both;
}
.fr-view .fr-video.fr-dvb.fr-fvl {
  text-align: left;
}
.fr-view .fr-video.fr-dvb.fr-fvr {
  text-align: right;
}
.fr-view .fr-video.fr-dvi {
  display: inline-block;
}
.fr-view .fr-video.fr-dvi.fr-fvl {
  float: left;
}
.fr-view .fr-video.fr-dvi.fr-fvr {
  float: right;
}
.fr-view a.fr-strong {
  font-weight: 700;
}
.fr-view a.fr-green {
  color: green;
}
.fr-view .fr-img-caption {
  text-align: center;
}
.fr-view .fr-img-caption .fr-img-wrap {
  padding: 0;
  display: inline-block;
  margin: auto;
  text-align: center;
  width: 100%;
}
.fr-view .fr-img-caption .fr-img-wrap img {
  display: block;
  margin: auto;
  width: 100%;
}
.fr-view .fr-img-caption .fr-img-wrap > span {
  margin: auto;
  display: block;
  padding: 5px 5px 10px;
  font-size: 14px;
  font-weight: initial;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-opacity: .9;
  -moz-opacity: .9;
  opacity: .9;
  -ms-filter: "alpha(Opacity=0)";
  width: 100%;
  text-align: center;
}
.fr-view button.fr-rounded,
.fr-view input.fr-rounded,
.fr-view textarea.fr-rounded {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.fr-view button.fr-large,
.fr-view input.fr-large,
.fr-view textarea.fr-large {
  font-size: 24px;
}
a.fr-view.fr-strong {
  font-weight: 700;
}
a.fr-view.fr-green {
  color: green;
}
img.fr-view {
  position: relative;
  max-width: 100%;
}
img.fr-view.fr-dib {
  margin: 5px auto;
  display: block;
  float: none;
  vertical-align: top;
}
img.fr-view.fr-dib.fr-fil {
  margin-left: 0;
  text-align: left;
}
img.fr-view.fr-dib.fr-fir {
  margin-right: 0;
  text-align: right;
}
img.fr-view.fr-dii {
  display: inline-block;
  float: none;
  vertical-align: bottom;
  margin-left: 5px;
  margin-right: 5px;
  max-width: calc(90%);
}
img.fr-view.fr-dii.fr-fil {
  float: left;
  margin: 5px 5px 5px 0;
  max-width: calc(95%);
}
img.fr-view.fr-dii.fr-fir {
  float: right;
  margin: 5px 0 5px 5px;
  max-width: calc(95%);
}
span.fr-img-caption.fr-view {
  position: relative;
  max-width: 100%;
}
span.fr-img-caption.fr-view.fr-dib {
  margin: 5px auto;
  display: block;
  float: none;
  vertical-align: top;
}
span.fr-img-caption.fr-view.fr-dib.fr-fil {
  margin-left: 0;
  text-align: left;
}
span.fr-img-caption.fr-view.fr-dib.fr-fir {
  margin-right: 0;
  text-align: right;
}
span.fr-img-caption.fr-view.fr-dii {
  display: inline-block;
  float: none;
  vertical-align: bottom;
  margin-left: 5px;
  margin-right: 5px;
  max-width: calc(90%);
}
span.fr-img-caption.fr-view.fr-dii.fr-fil {
  float: left;
  margin: 5px 5px 5px 0;
  max-width: calc(95%);
}
span.fr-img-caption.fr-view.fr-dii.fr-fir {
  float: right;
  margin: 5px 0 5px 5px;
  max-width: calc(95%);
}
/*
IMPORTANT:
In order to preserve the uniform grid appearance, all cell styles need to have padding, margin and border sizes.
No built-in (selected, editable, highlight, flashing, invalid, loading, :focus) or user-specified CSS
classes should alter those!
*/
.slick-header.ui-state-default,
.slick-headerrow.ui-state-default,
.slick-footerrow.ui-state-default {
  width: 100%;
  overflow: hidden;
  border-left: 0px;
}
.slick-header-columns,
.slick-headerrow-columns,
.slick-footerrow-columns {
  position: relative;
  white-space: nowrap;
  cursor: default;
  overflow: hidden;
}
.slick-header-column {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.slick-cell-empty {
  display: none;
}
.slick-header-column.ui-state-default {
  position: relative;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 30px;
  line-height: 16px;
  margin: 0;
  padding: 4px;
  border-right: 1px solid silver;
  border-left: 0px;
  border-top: 0px;
  border-bottom: 0px;
  float: left;
}
.slick-headerrow-column.ui-state-default,
.slick-footerrow-column.ui-state-default {
  padding: 4px;
}
.slick-header-column-sorted {
  font-style: italic;
}
.slick-sort-indicator {
  display: inline-block;
  width: 8px;
  height: 5px;
  margin-left: 4px;
}
.slick-sort-indicator-desc {
  background: url(images/sort-desc.gif);
}
.slick-sort-indicator-asc {
  background: url(images/sort-asc.gif);
}
.slick-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  cursor: col-resize;
  width: 4px;
  right: 0px;
  top: 0;
  height: 100%;
}
.slick-sortable-placeholder {
  background: silver;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 !important;
  border: none !important;
}
.grid-canvas {
  position: relative;
  outline: 0;
}
.slick-row.ui-widget-content,
.slick-row.ui-state-active {
  position: absolute;
  border: 0px;
  width: 100%;
}
.slick-cell,
.slick-headerrow-column,
.slick-footerrow-column {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  border: 1px solid transparent;
  border-right: 1px dotted silver;
  border-bottom-color: silver;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  z-index: 1;
  padding: 1px 2px 2px 1px;
  margin: 0;
  white-space: nowrap;
  cursor: default;
}
.slick-group-toggle {
  display: inline-block;
}
.slick-cell.highlighted {
  background: lightskyblue;
  background: rgba(0, 0, 255, 0.2);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.slick-cell.flashing {
  border: 1px solid red !important;
}
.slick-cell.editable {
  z-index: 11;
  overflow: visible;
  background: white;
  border-color: black;
  border-style: solid;
}
.slick-cell:focus {
  outline: none;
}
.slick-reorder-proxy {
  display: inline-block;
  background: blue;
  opacity: 0.15;
  cursor: move;
}
.slick-reorder-guide {
  display: inline-block;
  height: 2px;
  background: blue;
  opacity: 0.7;
}
.slick-selection {
  z-index: 10;
  position: absolute;
  border: 2px dashed black;
}
.slick-columnpicker {
  border: 1px solid #718BB7;
  background: #f0f0f0;
  padding: 6px;
  -moz-box-shadow: 2px 2px 2px silver;
  -webkit-box-shadow: 2px 2px 2px silver;
  min-width: 100px;
  cursor: default;
}
.slick-columnpicker li {
  list-style: none;
  margin: 0;
  padding: 0;
  background: none;
}
.slick-columnpicker input {
  margin: 4px;
}
.slick-columnpicker li a {
  display: block;
  padding: 4px;
  font-weight: bold;
}
.slick-columnpicker li a:hover {
  background: white;
}
.slick-header-menubutton {
  background-position: center center;
  background-repeat: no-repeat;
  border-left: thin ridge silver;
  bottom: 0;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  width: 18px;
}
.slick-header-menu {
  background: none repeat scroll 0 0 white;
  border: 1px solid #BFBDBD;
  min-width: 175px;
  padding: 4px;
  z-index: 100000;
  cursor: default;
  display: inline-block;
  margin: 0;
  position: absolute;
}
.slick-header-menu BUTTON {
  border: 1px solid #BFBDBD;
  background-color: White;
  width: 45px;
  padding: 4px;
  margin: 4px 4px 4px 0;
}
.slick-header-menu .filter {
  border: 1px solid #BFBDBD;
  font-size: 8pt;
  height: 400px;
  margin-top: 6px;
  overflow: scroll;
  padding: 4px;
  white-space: nowrap;
  width: 200px;
}
label {
  display: block;
  margin-bottom: 5px;
}
.slick-header-menuitem {
  border: 1px solid transparent;
  padding: 2px 4px;
  cursor: pointer;
  list-style: none outside none;
  margin: 0;
}
.slick-header-menuicon {
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  height: 16px;
  margin-right: 4px;
  vertical-align: middle;
  width: 16px;
}
.slick-header-menucontent {
  display: inline-block;
  vertical-align: middle;
}
.slick-header-menuitem:hover {
  border-color: #BFBDBD;
}
.header-overlay,
.cell-overlay,
.selection-cell-overlay {
  display: block;
  position: absolute;
  z-index: 999;
}
/*****************************************************************************
	(C) Copyright The Alpha School System Pty Ltd 2015 All Rights Reserved
******************************************************************************/
/* Slick Grid Custom */
.fiber-grid-wrapper {
  width: 100%;
  height: 100%;
  min-height: 60px;
  overflow: hidden;
  zoom: 1;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.fiber-grid-norows-modal {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 1px;
  z-index: 98;
  display: none;
  background: #fff;
  opacity: 0.9;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.fiber-grid-norows-modal-background {
  opacity: 0.9;
  background: #fff;
  width: 100%;
  height: 100%;
}
.grid-norows {
  color: #4D4D4D;
  font-size: 12px;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 40%;
  width: 100%;
  z-index: 99;
  text-align: center;
  display: none;
  clear: both;
  zoom: 1;
}
.grid-norows-visible + .fiber-grid {
  display: block;
  min-height: 100px;
}
.fiber-grid-wrapper:before,
.fiber-grid-wrapper:after {
  display: table;
  line-height: 0;
  content: "";
}
.fiber-grid-wrapper:after {
  clear: both;
}
.fiber-grid {
  width: 100%;
  position: relative;
  height: 100%;
  overflow: hidden;
  zoom: 1;
  background-color: #fff;
}
.tassweb .page-grid .slick-header.ui-state-default {
  background: #efefef;
}
.slick-header.ui-state-default {
  background: #FFF;
  border: 1px solid #DDD;
  border-right: none;
  border-top: none;
  border-radius: 0;
  border-color: #DDD;
}
.slick-header-scroller {
  overflow: hidden;
  position: relative;
}
.slick-header-column.ui-state-default {
  font-size: 12px;
  color: #333;
  font-weight: bold;
  border-right: none;
  border-right: 1px solid #DDD;
  padding: 7px 7px 7px 7px;
  background: none;
}
.slick-header-column.ui-state-default:first-child,
.slick-footerrow-column.ui-state-default:first-child {
  border-left: none;
  padding-left: 6px;
}
.slick-row .slick-cell:first-child {
  border-left: none;
  padding-left: 6px;
}
.slick-cell {
  background: #fff;
  border-width: 1px;
  border-style: solid;
  border-right: none !important;
  border-bottom-color: #DDD;
  border-top: none;
  border-left-color: #DDD !important;
  font-size: 12px;
  line-height: 22px;
  padding: 2px 5px 2px 5px;
}
.fiber-grid-selectable .slick-row .slick-cell {
  cursor: pointer;
}
/*.slick-cell td { line-height: 20px; }
.slick-cell table { line-height: 0; }*/
.cell-action {
  text-align: center;
}
.slick-footerrow {
  overflow: hidden;
  position: relative;
}
.slick-footerrow-spacer {
  display: block;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.slick-measurescrollbar {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll;
}
.slick-viewport {
  background: #fff;
  border-radius: 0;
  overflow: auto;
  overflow-y: auto;
  width: 100%;
  outline: 0;
  position: relative;
}
.slick-group-toggle {
  display: inline-block;
  width: 10px;
  height: 15px;
  line-height: 14px;
  text-align: center;
  margin-right: 6px;
  margin-left: 1px;
  background-color: transparent;
}
.slick-group-toggle.expanded:before {
  content: "-";
  line-height: 1;
  font-size: 18px;
  display: inline-block;
}
.slick-group-toggle.collapsed:before {
  content: "+";
  line-height: 1;
  font-size: 18px;
  display: inline-block;
}
.slick-group div {
  font-weight: bold;
  cursor: pointer;
}
.slick-focus-sink {
  position: fixed;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  outline: 0;
}
.slick-sort-indicator {
  background: none;
  height: 0;
  width: 0;
  margin: 0;
  position: relative;
  display: none;
}
.ui-state-default.slick-header-column {
  text-overflow: inherit;
}
.slick-column-name {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  display: inline-block;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.slick-column-name .checkbox {
  margin: 0 3px 0 0;
  line-height: 14px;
}
.slick-header-column-sorted > .slick-column-name {
  padding-right: 14px;
}
.slick-header-column-sorted > .slick-sort-indicator {
  display: inline-block;
  margin-left: -10px;
  top: -6px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}
.slick-sort-indicator-asc {
  border-bottom: none;
  border-top: 4px solid #333;
}
.slick-sort-indicator-desc {
  border-top: none;
  border-bottom: 4px solid #333;
}
.slick-columnpicker {
  display: none;
  position: absolute;
  z-index: 99999;
  min-width: 230px;
  list-style: none;
  margin: 0;
  /*float: left; */
  padding: 3px 0 3px 0;
  border: 1px solid #777;
  background: #fff;
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.4);
  border-radius: 3px;
  max-height: 300px;
  overflow: auto;
}
.slick-columnpicker li {
  display: block;
  padding: 0 5px 0 2px;
}
.slick-columnpicker li label {
  line-height: 24px;
  padding: 0 2px;
  display: block;
}
.slick-columnpicker li input + label {
  line-height: 24px;
  padding: 0 2px;
  display: inline-block;
}
.slick-columnpicker hr {
  margin: 4px 0;
}
.min-viewport .slick-header-wrapper {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.slick-top-panel-scroller {
  overflow: hidden;
  position: relative;
}
.slick-headerrow {
  overflow: hidden;
  position: relative;
}
.slick-headerrow-spacer {
  display: block;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
}
/* Slick Grid Custom */
.odd .slick-cell {
  background: #F8F8F8;
  border-top-color: #DDD;
}
.slick-row .selected,
.slick-row.active .slick-cell,
.odd .slick-cell.selected {
  background: #CCFBC1;
}
.slick-group .active.slick-cell {
  background: #fff;
}
.slick-row.odd {
  background: #F8F8F8;
}
.slick-row:hover .slick-cell,
.slick-row:hover,
.slick-row.odd:hover .slick-cell,
.slick-row.odd:hover {
  background: #FFFDCD;
}
.slick-cell input[type="radio"],
.slick-cell input[type="checkbox"],
.slick-cell .faux-checkbox {
  margin-top: 5px;
}
.slick-cell.editable input[type="radio"],
.slick-cell.editable input[type="checkbox"],
.slick-cell.editable .faux-checkbox {
  margin-top: 7px;
}
.slick-header-column label.checkbox,
.slick-cell label.checkbox {
  padding-left: 0;
  margin-bottom: 0;
  margin-right: 0;
  display: inline-block;
  vertical-align: top;
}
.slick-header-column label.checkbox input[type="checkbox"],
.slick-cell label.checkbox input[type="checkbox"] {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  float: none;
}
.slick-cell.editable label.checkbox input[type="checkbox"] {
  margin-top: 4px;
}
.slick-cell.slick-cell-checkboxsel input[type="checkbox"] {
  margin-top: 0;
}
.slick-cell .selectize-control {
  margin-top: -3px;
  margin-left: -3px;
}
.slick-cell .selectize-input {
  border: none;
  min-height: 23px;
  padding: 2px 3px 2px 3px;
}
.slick-cell .selectize-control.single .selectize-input {
  line-height: 18px;
}
.slick-cell .selectize-input > input[type="text"],
.slick-cell .selectize-input > input[type="text"]:focus {
  height: 18px;
  line-height: 18px;
}
.slick-cell .timeinput.selectized,
.slick-cell .timeinput.selectize-control {
  width: 100%;
}
.slick-cell-highlight,
.odd .slick-cell-highlight {
  background-color: #FFC5B2;
}
.slick-cell-highlight-alt,
.odd .slick-cell-highlight-alt {
  background-color: #FFC5B2;
}
.slick-cell-invalid,
.odd .slick-cell-invalid {
  background-color: #FCEDED;
}
.slick-cell-invalid:after,
.odd .slick-cell-invalid:after {
  content: "!";
  font-weight: bold;
  color: #912323;
  position: absolute;
  top: 1px;
  right: 3px;
  font-size: 16px;
}
.slick-cell-flash {
  background: red;
}
a.grid-action,
a.grid-action:hover {
  text-decoration: underline;
  padding-left: 4px;
  padding-right: 4px;
  min-width: 18px;
  text-align: center;
  display: inline-block;
}
a.grid-action.grid-action-menuitem,
a.grid-action.grid-action-menuitem:hover {
  text-align: left;
  display: block;
  padding: 6px 8px;
}
a.grid-action.display-none,
a.grid-action.display-none:hover,
a.grid-action.grid-action-menuitem.display-none,
a.grid-action.grid-action-menuitem.display-none:hover {
  display: none;
}
a.grid-action.ui-state-disabled,
a.grid-action.ui-state-disabled:hover {
  text-decoration: none;
}
a.grid-action > [class^="icon-"],
a.grid-action > [class*=" icon-"] {
  font-size: 15px;
  min-width: 16px;
  line-height: 22px;
}
.slick-cell > [class^="icon-"],
.slick-cell > [class*=" icon-"],
.slick-cell > span > [class*=" icon-"],
.slick-cell > span > [class^="icon-"],
.slick-cell > a > [class*=" icon-"],
.slick-cell > a > [class^="icon-"],
.slick-cell > span > a > [class*=" icon-"],
.slick-cell > span > a > [class^="icon-"] {
  font-size: 15px;
  line-height: 22px;
  margin: 0 2px;
}
.slick-cell .caret {
  margin-top: 9px !important;
  vertical-align: top;
}
/*a.grid-action > .icon-pencil { text-align: right; }*/
a.grid-action.textdecoractionnone {
  text-decoration: none;
}
/* Editable Grid */
.slick-cell .editor-text,
.slick-cell .editor-text:focus {
  width: 100%;
  height: 26px;
  border: 0;
  margin: 0;
  background: transparent;
  padding: 3px 5px;
  border: none;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 12px;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.slick-cell.editable.active .add-on {
  padding: 0;
  background: none;
  border: none;
  height: 26px;
}
.slick-cell .editor-text.input-datepicker,
.slick-cell .editor-text.input-datepicker:focus {
  padding-right: 23px;
}
.slick-cell .editor-text.input-datepicker + .add-on {
  margin-left: -21px;
  padding-top: 3px;
}
.slick-cell.editable.active,
.odd.slick-cell.editable.active {
  border: 1px solid;
  padding: 0;
  outline: 0;
  box-shadow: none;
  border-top: none;
  border-color: #848484 #c1c1c1 #e1e1e1;
  background: #fff;
}
.slick-cell.editable select:focus,
.slick-cell.editable input[type="file"]:focus,
.slick-cell.editable input[type="radio"]:focus,
.slick-cell.editable input[type="checkbox"]:focus {
  box-shadow: none;
}
.cell-overlay {
  background-color: #5292F7;
}
.selection-cell-overlay {
  z-index: 998;
}
.selection-cell-overlay.left {
  border-right: 1px dashed #808080;
}
.selection-cell-overlay.right {
  border-left: 1px dashed #808080;
}
.selection-cell-overlay.bottom {
  border-bottom: 1px dashed #808080;
}
.selection-cell-overlay.top {
  border-bottom: 1px dashed #808080;
}
.handle-overlay {
  border: 1px solid white;
  padding: 2px;
  background-color: #5292F7;
  position: absolute;
  width: 1px;
  z-index: 1000;
  cursor: crosshair;
}
.overlay-handle-decorator {
  border: 2px solid #5292F7;
  z-index: 1000;
}
.slick-cell.editable.active select,
.slick-cell.editable.active select:active {
  border: none;
  height: 26px;
  margin: 0;
  padding: 3px 5px;
  width: 100%;
  -webkit-appearance: none;
  outline: 0;
  line-height: 14px;
  font-size: 12px;
  border-radius: 0;
  background: url("data:image/svg+xml;utf8,<svg%20xmlns='http://www.w3.org/2000/svg'%20width='28px'%20height='28px'><polyline%20points='18,8,10,16,2,8'/></svg>") right no-repeat;
  background-color: #fff;
  background-position: right 2px top 4px;
  background-size: 18px 18px;
}
.slick-cell .editor-text.input-small,
.slick-cell.editable .input-append {
  width: 100%;
  margin-bottom: 0;
  height: 26px;
}
.cell-disabled,
.odd .cell-disabled {
  background-color: #E7E7E7;
}
.slick-headerrow-column.ui-state-default,
.slick-footerrow-column.ui-state-default {
  background-color: #E7E7E7;
  border-left: 1px solid #ccc;
  border-right: 1px solid transparent;
  font-size: 12px;
  line-height: 22px;
  padding: 2px 5px 2px 5px;
}
.slick-headerrow-column.ui-state-default .grid-filter {
  width: 100%;
  height: 30px;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.grid-filter > [class^="icon-"],
.grid-filter > [class*=" icon-"] {
  left: 50%;
  top: 50%;
  position: relative;
  margin-left: -8px;
  margin-top: -8px;
}
.grid-noborder,
.grid-noborder .fiber-grid,
.grid-noborder.fiber-grid-wrapper {
  border: none;
  padding: 0;
}
.grid-autoheight .grid-canvas {
  overflow: hidden;
}
.grid-filters {
  display: none;
}
div.slick-group > div.slick-cell {
  text-align: left;
}
.cell-canwrap {
  white-space: normal;
}
.slick-cell.cell-modified {
  background: #edf6ff;
  border-top: 1px solid #6392c1 !important;
  border-bottom: 1px solid #6392c1 !important;
  border-left: 1px solid #6392c1 !important;
  border-right: none !important;
  padding-top: 2px;
  padding-right: 5px;
  margin-top: -1px;
  height: 28px !important;
}
.slick-row .slick-cell:first-child,
.slick-row .slick-cell.cell-modified:first-child {
  border-left: none !important;
}
.slick-row .slick-cell.editable:first-child,
.slick-row .slick-cell.cell-modified.editable:first-child {
  padding-left: 1px !important;
}
.cell-modified + .slick-cell:not(.cell-modified) {
  border-left: 1px solid #6392c1 !important;
}
.cell-disabled.cell-disabled-notassigned,
.odd .cell-disabled.cell-disabled-notassigned,
.slick-row.odd:hover .slick-cell.cell-disabled.cell-disabled-notassigned,
.slick-row:hover .slick-cell.cell-disabled.cell-disabled-notassigned {
  background: repeating-linear-gradient(45deg, #dddddd, #dddddd 5px, #f5f5f5 5px, #f5f5f5 10px);
}
.grid-statustooltips .odd .slick-cell-invalid:after,
.grid-statustooltips .slick-cell-invalid:after {
  content: "!";
  font-weight: 700;
  color: #fff;
  position: absolute;
  top: 7px;
  right: 4px;
  display: block;
  width: 12px;
  height: 12px;
  background: #b94a48;
  border-radius: 6px;
  box-sizing: border-box;
  padding: 4px;
  line-height: 4px;
  font-size: 12px;
}
.grid-statustooltips .odd .slick-cell-invalid.rightAlign:after,
.grid-statustooltips .slick-cell-invalid.rightAlign:after {
  right: auto;
  left: 4px;
}
/*!
 * Bootstrap Responsive
 *
 * 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.
 */
@-ms-viewport {
  width: device-width;
}
.hidden {
  display: none;
  visibility: hidden;
}
.visible-phone,
.mobile-visible {
  display: none !important;
}
.visible-tablet,
.tablet-visible {
  display: none !important;
}
.hidden-desktop,
.desktop-hidden {
  display: none !important;
}
.visible-desktop,
.desktop-visible {
  display: inherit !important;
}
@media (min-width: 768px) and (max-width: 979px) {
  .hidden-desktop,
  .desktop-hidden {
    display: inherit !important;
  }
  .visible-desktop,
  .desktop-visible {
    display: none !important ;
  }
  .visible-tablet,
  .tablet-visible {
    display: inherit !important;
  }
  .hidden-tablet,
  .tablet-hidden {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .hidden-desktop,
  .desktop-hidden {
    display: inherit !important;
  }
  .visible-desktop,
  .desktop-visible {
    display: none !important;
  }
  .visible-phone,
  .mobile-visible {
    display: inherit !important;
  }
  .hidden-phone,
  .mobile-hidden {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: inherit !important;
  }
  .hidden-print {
    display: none !important;
  }
}
@media (max-width: 768px) {
  body {
    padding-left: 20px;
    padding-right: 20px;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom,
  .navbar-static-top {
    margin-left: -20px;
    margin-right: -20px;
  }
  .container-fluid {
    padding: 0;
  }
  .dl-horizontal dt {
    float: left;
    clear: none;
    width: 40%;
    padding-right: 12px;
    min-width: 0;
    text-align: left;
  }
  .dl-horizontal dd {
    margin-left: 0;
  }
  .dl-horizontal dt.mobile-vertical {
    padding-right: 0;
    float: none;
    width: auto;
  }
  .dl-xlarge dd,
  .dl-xxlarge dd {
    padding-left: 12px;
  }
  .container {
    width: auto;
  }
  .row-fluid {
    width: 100%;
  }
  .row,
  .thumbnails {
    margin-left: 0;
  }
  .thumbnails > li {
    float: none;
    margin-left: 0;
  }
  [class*="span"],
  .uneditable-input[class*="span"],
  .control-text[class*="span"],
  .row-fluid [class*="span"] {
    float: none;
    display: block;
    width: 100%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .span12,
  .row-fluid .span12 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .row-fluid [class*="offset"]:first-child {
    margin-left: 0;
  }
  .input-large,
  .input-xlarge,
  .input-xxlarge,
  input[class*="span"],
  select[class*="span"],
  textarea[class*="span"],
  .uneditable-input,
  .control-text {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .input-prepend input,
  .input-append input,
  .input-prepend input[class*="span"],
  .input-append input[class*="span"] {
    display: inline-block;
    width: auto;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 0;
  }
  .modal {
    position: fixed;
    top: 20px;
    left: 20px;
    right: 20px;
    width: auto;
    margin: 0;
  }
  .modal.fade {
    top: -100px;
  }
  .modal.fade.in {
    top: 20px;
  }
}
@media (max-width: 480px) {
  .nav-collapse {
    -webkit-transform: translate3d(0, 0, 0);
  }
  .page-header h1 small {
    display: block;
    line-height: 20px;
  }
  input[type="checkbox"],
  input[type="radio"] {
    border: 1px solid #ccc;
  }
  .form-horizontal .control-label {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left;
  }
  .form-horizontal .controls {
    margin-left: 0;
  }
  .form-horizontal .control-list {
    padding-top: 0;
  }
  .form-horizontal .form-actions {
    padding-left: 10px;
    padding-right: 10px;
  }
  .media .pull-left,
  .media .pull-right {
    float: none;
    display: block;
    margin-bottom: 10px;
  }
  .media-object {
    margin-right: 0;
    margin-left: 0;
  }
  .modal {
    top: 10px;
    left: 10px;
    right: 10px;
  }
  .modal-header .close {
    padding: 10px;
    margin: -10px;
  }
  .carousel-caption {
    position: static;
  }
}
/*****************************************************************************
	(C) Copyright The Alpha School System Pty Ltd 2017 All Rights Reserved
******************************************************************************/
.btn-navbar:first-child {
  display: none;
}
.responsive-ui .btn-help,
.responsive-ui .btn-help:hover {
  line-height: 0;
}
body.responsive-ui > .main-wrapper > .main-body,
body.responsive-ui > .main-wrapper > .main-wrapper-offset > .main-body {
  height: 100%;
  box-sizing: border-box;
  top: 0;
  position: relative;
}
body.responsive-ui.header-148 > .main-wrapper {
  padding-top: 0;
  box-sizing: border-box;
  position: relative;
  height: 100%;
}
body.responsive-ui.header-148 > .main-wrapper {
  padding-top: 0;
  box-sizing: border-box;
  position: relative;
  height: 100%;
}
body.responsive-ui.header-100 > .main-wrapper {
  padding-top: 0;
  box-sizing: border-box;
  position: relative;
  height: 100%;
}
body.responsive-ui.header-58 > .main-wrapper {
  padding-top: 0;
  box-sizing: border-box;
  position: relative;
  height: 100%;
}
body.responsive-ui.header-none > .main-wrapper {
  padding-top: 0;
  box-sizing: border-box;
  position: relative;
  height: 100%;
}
body.responsive-ui.header-closed > .main-wrapper {
  padding-top: 0;
  box-sizing: border-box;
  position: relative;
  height: 100%;
}
body.responsive-ui.header-148 .main-wrapper-offset {
  padding-top: 148px;
  box-sizing: border-box;
  position: relative;
  height: 100%;
}
body.responsive-ui.header-148 .main-wrapper-offset {
  padding-top: 148px;
  box-sizing: border-box;
  position: relative;
  height: 100%;
}
body.responsive-ui.header-100 .main-wrapper-offset {
  padding-top: 100px;
  box-sizing: border-box;
  position: relative;
  height: 100%;
}
body.responsive-ui.header-58 .main-wrapper-offset {
  padding-top: 58px;
  box-sizing: border-box;
  position: relative;
  height: 100%;
}
body.responsive-ui.header-none .main-wrapper-offset {
  padding-top: 0;
  box-sizing: border-box;
  position: relative;
  height: 100%;
}
body.responsive-ui.header-closed .main-wrapper-offset {
  padding-top: 65px;
}
body.responsive-ui.header-148 .main-header-wrapper {
  margin-top: -148px;
}
body.responsive-ui.header-100 .main-header-wrapper {
  margin-top: -100px;
}
body.responsive-ui.header-none .main-header-wrapper {
  margin-top: 0;
}
body.responsive-ui.header-58 .main-header-wrapper {
  margin-top: -58px;
}
body.responsive-ui.header-closed .main-header-wrapper {
  margin-top: -65px;
}
.responsive-ui .main-viewport-iframe.main-viewport-mobile {
  overflow: hidden;
  overflow-x: hidden !important;
  overflow-y: hidden !important;
  -webkit-overflow-scrolling: touch;
}
.responsive-ui .breadcrumb .divider {
  margin-left: 10px;
  margin-right: 9px;
  width: 7px;
}
/*
.responsive-ui .builder-toolbar-container {
	position: relative;
	top: 0;
}

.responsive-ui .builder-context {
	position: relative;
}*/
/*@media (max-width: 1140px) {
	.main-nav > ul li a { min-width: 0; }
	.main-nav > ul>li .menu-drilldown-indicator { margin: 0 3px 2px 7px; position: static; }
	.main-nav > ul .menu-calendar a { min-width: 0; }
}*/
/*
@media (max-width: 960px) {
	body { min-width: 960px; overflow: auto; padding: 0; }
	.main-wrapper { min-width: 960px; }
	.main-header-wrapper { min-width: 960px; }
	.main-header { min-width: 960px; }

	.responsive-ui .main-body { min-width: 100%; position: static; }
	.responsive-ui .left-body { min-width: 100%; right: 0; position: static; }
	.responsive-ui .left-body-content, .responsive-ui .body-content { min-width: 100%; }
	.responsive-ui .right-body { position: static; margin-top: 0; }
	.responsive-ui .main-body .right-body { position: static; margin-top: 0; }

	.responsive-ui .main-header-wrapper, .responsive-ui .main-nav { position: relative; z-index: 999; }
	.responsive-ui .main-wrapper > .main-body { min-width: 960px; height: 100%; overflow: auto; position: absolute; top:0; z-index: 1; padding-top: 148px; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
	
	.responsive-ui .main-wrapper { min-width: 0; }
	.responsive-ui .main-header-wrapper { min-width: 0; }
	.responsive-ui .main-header { min-width: 0; }
	.responsive-ui .main-toolbar { margin-top: 0; }
	.responsive-ui .main-toolbar .user-notifications { display: none; }
	.responsive-ui .main-toolbar .toolbar-search { display: none; }
	.responsive-ui .main-toolbar .user-login { display: none; }
	.responsive-ui .main-toolbar .toggle-header { display: none; }
	.responsive-ui .main-toolbar .navbar { display: block; }
}
*/
/* @media (max-width: 767px) { */
@media (min-width: 200px) {
  .responsive-ui .btn.user-login {
    padding: 4px 6px 4px 10px;
    width: 90px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media (min-width: 386px) {
  .responsive-ui .btn.user-login {
    padding: 4px 6px 4px 10px;
    width: 124px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media (min-width: 769px) {
  .responsive-ui .btn.user-login {
    padding: 4px 6px 4px 10px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .main-height-mobile {
    height: 100% !important;
    min-height: 100% !important;
  }
}
@media (max-width: 768px) {
  body.responsive-ui {
    min-width: 0;
    padding: 0;
  }
  .form-horizontal .control-group {
    margin-bottom: 5px;
  }
  .form-horizontal .control-label-empty {
    display: none;
  }
  .form-minimal .control-group {
    margin-left: 0;
    margin-bottom: 10px;
  }
  .form-minimal .control-label {
    width: 130px;
  }
  .form-horizontal .controls {
    margin-left: 0;
    width: auto;
  }
  .form-horizontal .control-group-mini .control-label {
    width: 50px;
  }
  .form-horizontal .control-group-mobile-mini .control-label {
    width: 50px !important;
  }
  .form-horizontal .control-group-mini .controls {
    margin-left: 0;
    width: auto;
  }
  .form-horizontal .control-group-moblie-mini .controls {
    margin-left: 0;
    width: auto;
  }
  .form-horizontal .control-group-xsmall .control-label {
    width: 80px;
  }
  .form-horizontal .control-group-mobile-xsmall .control-label {
    width: 80px !important;
  }
  .form-horizontal .control-group-xsmall .controls {
    margin-left: 0;
    width: auto;
  }
  .form-horizontal .control-group-mobile-xsmall .controls {
    margin-left: 0;
    width: auto;
  }
  .form-horizontal .control-group-xxsmall .control-label {
    width: 50px;
  }
  .form-horizontal .control-group-mobile-xxsmall .control-label {
    width: 50px !important;
  }
  .form-horizontal .control-group-xxsmall .controls {
    margin-left: 0;
    width: auto;
  }
  .form-horizontal .control-group-mobile-xxsmall .controls {
    margin-left: 0;
    width: auto;
  }
  .form-horizontal .control-group-small .control-label {
    width: 130px;
  }
  .form-horizontal .control-group-mobile-small .control-label {
    width: 130px !important;
  }
  .form-horizontal .control-group-small .controls {
    margin-left: 0;
    width: auto;
  }
  .form-horizontal .control-group-mobile-small .controls {
    margin-left: 0;
    width: auto;
  }
  .form-horizontal .control-group-smaller .control-label {
    width: 130px;
  }
  .form-horizontal .control-group-mobile-smaller .control-label {
    width: 130px !important;
  }
  .form-horizontal .control-group-smaller .controls {
    margin-left: 0;
    width: auto;
  }
  .form-horizontal .control-group-mobile-smaller .controls {
    margin-left: 0;
    width: auto;
  }
  .form-horizontal .control-group-large .control-label {
    width: 140px;
  }
  .form-horizontal .control-group-mobile-large .control-label {
    width: 140px !important;
  }
  .form-horizontal .control-group-large .controls {
    margin-left: 0;
    width: auto;
  }
  .form-horizontal .control-group-mobile-large .controls {
    margin-left: 0;
    width: auto;
  }
  .ui-checkboxgroup {
    display: inline-block;
  }
  .gadget-container .ui-checkboxgroup {
    display: block;
  }
  .form-horizontal .control-group-xlarge .control-label {
    width: 210px;
  }
  .form-horizontal .control-group-mobile-xlarge .control-label {
    width: 210px !important;
  }
  .form-horizontal .control-group-xlarge .controls {
    margin-left: 0;
    width: auto;
  }
  .form-horizontal .control-group-mobile-xlarge .controls {
    margin-left: 0;
    width: auto;
  }
  .form-horizontal .control-group-xxlarge .control-label {
    width: 290px;
  }
  .form-horizontal .control-group-mobile-xxlarge .control-label {
    width: 290px !important;
  }
  .form-horizontal .control-group-xxlarge .controls {
    margin-left: 0;
    width: auto;
  }
  .form-horizontal .control-group-mobile-xxlarge .controls {
    margin-left: 0;
    width: auto;
  }
  .form-horizontal .control-group-xxxlarge .control-label {
    width: 350px;
  }
  .form-horizontal .control-group-mobile-xxxlarge .control-label {
    width: 350px !important;
  }
  .form-horizontal .control-group-xxxlarge .controls {
    margin-left: 0;
    width: auto;
  }
  .form-horizontal .control-group-mobile-xxxlarge .controls {
    margin-left: 0;
    width: auto;
  }
  .form-horizontal .control-group-xxxxlarge .control-label {
    width: 350px;
  }
  .form-horizontal .control-group-mobile-xxxxlarge .control-label {
    width: 350px !important;
  }
  .form-horizontal .control-group-xxxxlarge .controls {
    margin-left: 0;
    width: auto;
  }
  .form-horizontal .control-group-mobile-xxxxlarge .controls {
    margin-left: 0;
    width: auto;
  }
  .ui-tooltip-validation {
    display: none !important;
  }
  .responsive-ui .help-block.validation-help-block {
    display: block;
    margin-top: 0;
    margin-left: 4px;
    margin-bottom: 6px;
  }
  .alert-validation {
    display: block;
    margin-bottom: 5px;
  }
  /*.ui-help { display: block; }*/
  .responsive-ui .btn-icon.user-btn,
  .responsive-ui .btn-icon.user-btn:hover,
  .responsive-ui .btn-icon.user-btn:focus,
  .responsive-ui .btn-icon.user-btn:active,
  .responsive-ui .btn-icon.user-btn:visited,
  .responsive-ui a.btn.btn-icon.user-btn[href]:visited {
    padding: 4px 5px;
  }
  .responsive-ui .user-notifications,
  .responsive-ui .user-notifications:hover,
  .responsive-ui .user-notifications:active,
  .responsive-ui .user-notifications:focus {
    padding: 0;
  }
  .responsive-ui .btn.btn-help,
  .responsive-ui .btn-help {
    line-height: 0px;
    box-shadow: none;
    padding: 0;
    font-size: 1px;
  }
  .responsive-ui .btn.user-login {
    padding: 4px 6px 4px 10px;
  }
  .responsive-ui .btn.fieldset-header {
    padding-left: 5px;
    padding-right: 5px;
  }
  .dt-large dt {
    width: auto;
  }
  .dt-large dd {
    margin-left: 0;
  }
  .responsive-ui .dl-split {
    min-width: 0px;
  }
  .responsive-ui .dl-split dt {
    float: left;
    clear: both;
    width: auto;
    width: 40%;
  }
  .responsive-ui .dl-split dd {
    width: auto;
    float: none;
  }
  .responsive-ui dd {
    padding-left: 12px;
    width: auto;
  }
  .responsive-ui .main-body,
  .responsive-ui .main-body-content {
    min-width: 0;
    position: static;
    overflow: visible;
    zoom: 1;
    clear: both;
    height: auto;
  }
  .responsive-ui .main-body-content.main-viewport-iframe {
    height: 100%;
    width: 100%;
  }
  .responsive-ui .left-body {
    min-width: 100%;
    right: 0;
    position: static;
  }
  .responsive-ui .left-body-content,
  .responsive-ui .body-content {
    min-width: 100%;
  }
  .responsive-ui .modal-scrollable {
    min-width: 0;
    position: fixed;
  }
  .responsive-ui .modal-scrollable .modal {
    margin-left: 0 !important;
  }
  .responsive-ui .modal-body-xwide {
    width: 100%;
  }
  /*
	.responsive-ui .right-body { position: absolute; margin-top: 0; clear: both; zoom: 1; }
	.responsive-ui .main-body .right-body { position: absolute; margin-top: 0; clear: both; zoom: 1; }
	*/
  .responsive-ui .right-body {
    margin-top: 0;
    bottom: 0;
    right: auto;
    overflow: auto;
    position: absolute;
    min-width: 0;
    min-height: 100%;
    top: -34px;
    left: -255px;
    width: 255px;
    overflow-x: hidden;
  }
  .responsive-ui .main-body .right-body {
    display: none;
    margin-top: 0;
    bottom: 0;
    right: auto;
    overflow: auto;
    position: absolute;
    min-width: 0;
    min-height: 100%;
    top: -34px;
    left: -255px;
    width: 255px;
    overflow-x: hidden;
  }
  .responsive-ui .main-toolbar .navbar .btn.btn-navbar {
    background: none;
    border: none;
    box-shadow: none;
    font-size: 18px;
    padding: 6px 8px;
    margin-left: 2px;
  }
  body.responsive-ui.header-closed .main-wrapper,
  body.responsive-ui.header-closed .main-wrapper-offset {
    padding-top: 0;
    height: auto;
  }
  body.responsive-ui.header-148 .main-wrapper,
  body.responsive-ui.header-148 .main-wrapper-offset {
    padding-top: 0;
    height: auto;
  }
  body.responsive-ui.header-100 .main-wrapper,
  body.responsive-ui.header-100 .main-wrapper-offset {
    padding-top: 0;
    height: auto;
  }
  body.responsive-ui.header-none .main-wrapper,
  body.responsive-ui.header-none .main-wrapper-offset {
    padding-top: 0;
    height: auto;
  }
  body.responsive-ui.header-58 .main-wrapper,
  body.responsive-ui.header-58 .main-wrapper-offset {
    padding-top: 0;
    height: auto;
  }
  body.responsive-ui > .main-wrapper > .main-body,
  body.responsive-ui .main-wrapper-offset > .main-body {
    height: auto;
  }
  .responsive-ui .main-wrapper {
    min-width: 0;
  }
  .responsive-ui .main-wrapper-offset {
    min-width: 0;
  }
  .responsive-ui .main-header-wrapper {
    min-width: 0;
  }
  .responsive-ui .main-header {
    min-width: 0;
  }
  .responsive-ui .main-toolbar {
    margin-top: 0;
    position: fixed;
  }
  /*.responsive-ui .main-toolbar .user-notifications { display: none; }*/
  .responsive-ui .main-toolbar .toolbar-search {
    display: none;
  }
  .responsive-ui .main-toolbar .user-login-name {
    display: none;
  }
  .responsive-ui .main-toolbar .user-login-icon {
    display: inline-block;
  }
  .responsive-ui .main-toolbar .toggle-header {
    display: none;
  }
  .responsive-ui .main-toolbar .navbar {
    display: block;
  }
  .responsive-ui .scrollable-desktop {
    overflow: visible;
    height: auto !important;
  }
  .responsive-ui #menu {
    display: none;
  }
  .responsive-ui.header-148 .main-header-wrapper {
    display: none;
  }
  .responsive-ui.header-148 .main-header {
    display: none;
  }
  .responsive-ui.header-148 .main-wrapper-headeroffset > .main-body {
    padding-top: 34px;
  }
  .responsive-ui.header-100 .main-header-wrapper {
    display: none;
  }
  .responsive-ui.header-100 .main-header {
    display: none;
  }
  .responsive-ui.header-100 .main-wrapper-headeroffset > .main-body {
    padding-top: 0;
  }
  .responsive-ui.header-58 .main-header-wrapper {
    display: none;
  }
  .responsive-ui.header-58 .main-header {
    display: none;
  }
  .responsive-ui.header-58 .main-wrapper-headeroffset > .main-body {
    padding-top: 0;
  }
  .responsive-ui.header-none .main-header-wrapper {
    display: none;
  }
  .responsive-ui.header-none .main-header {
    display: none;
  }
  .responsive-ui.header-none .main-wrapper-headeroffset > .main-body {
    padding-top: 0;
  }
  .responsive-ui .ui-dialog {
    min-width: 0;
  }
  .responsive-ui .ui-dialog .ui-resizable-handle {
    display: none;
  }
  /* Input Append */
  .input-append {
    width: 100%;
    position: relative;
  }
  .input-append > [class*="span"],
  .input-append > input[class*="span"] {
    width: 100%;
  }
  .input-append > [class*="span"] ~ .add-on,
  .input-append > input[class*="span"] ~ .add-on {
    float: left;
    margin-top: -1px;
    margin-left: 0;
  }
  .input-append > [class*="span"] + .add-on,
  .input-append > input[class*="span"] + .add-on,
  .input-append > [class*="span"] + .add-on-group,
  .input-append > input[class*="span"] + .add-on-group {
    position: absolute;
    right: 0;
    margin-top: 0;
  }
  .uneditable-input[class*="span"],
  .control-text[class*="span"] {
    display: inline-block;
  }
  .responsive-ui .main-body {
    margin-left: 0;
  }
  .responsive-ui .main-toolbar {
    margin-left: 0;
  }
  .responsive-ui .main-nav li .menu-drilldown-indicator {
    display: none;
  }
  .responsive-ui .main-nav {
    height: 100%;
    min-width: 0;
    min-height: 100%;
    overflow: auto;
    position: fixed;
    top: 0px;
    left: -250px;
    width: 250px;
    overflow-x: hidden;
    margin-top: 0;
    margin-left: 0;
  }
  .responsive-ui .main-nav > ul {
    bottom: 0px;
    right: auto;
    min-width: 0;
  }
  .responsive-ui .main-nav > ul li {
    clear: both;
    height: auto;
    width: 250px;
  }
  .responsive-ui .main-nav > ul li a {
    min-width: 223px;
    width: 223px;
  }
  .responsive-ui .main-nav > ul li a.home-nav {
    min-width: 40px;
    width: 40px;
  }
  .responsive-ui .main-nav > ul li > div {
    clear: both;
  }
  .responsive-ui .main-nav > ul li ul {
    display: block;
    clear: both;
    border: none;
    float: none;
    position: static;
    max-height: 99999px;
  }
  .responsive-ui .main-nav > ul li ul li {
    clear: both;
    float: none;
  }
  .responsive-ui .main-nav-active .main-nav {
    left: 0;
  }
  .responsive-ui .main-nav-active > .main-body,
  .responsive-ui .main-nav-active > .main-wrapper-offset > .main-body,
  .responsive-ui .main-nav-active .main-toolbar {
    transform: translate(250px, 0);
    -ms-transform: translate(250px, 0);
    -webkit-transform: translate(250px, 0);
  }
  .responsive-ui .navbar-fixed-top,
  .responsive-ui .navbar-fixed-bottom,
  .navbar-static-top {
    margin-left: 0;
    margin-right: 0;
  }
  .responsive-ui .main-wrapper > .main-body,
  .responsive-ui .main-wrapper > .main-wrapper-headeroffset > .main-body {
    min-width: 100%;
  }
  .responsive-ui .upload-wrapper {
    width: 100%;
  }
  .responsive-ui .upload-wrapper-multi,
  .responsive-ui .input-append.upload-wrapper-multi,
  .responsive-ui .cloudbrowse-wrapper-multi {
    width: 100%;
  }
  .responsive-ui .form-horizontal .cloudbrowse-wrapper-multi .btn {
    margin-bottom: -30px;
  }
  .responsive-ui .form-horizontal .cloudbrowse-wrapper-multi .uneditable-input {
    margin-bottom: 0;
  }
  .responsive-ui .upload-wrapper .upload-input {
    width: 100%;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
  }
  .responsive-ui .upload-wrapper .btn-upload {
    display: block;
    margin-top: -1px;
    width: 50%;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    float: left;
    -webkit-border-radius: 0 0 0 3px;
    -moz-border-radius: 0 0 0 3px;
    border-radius: 0 0 0 3px;
  }
  .responsive-ui .upload-wrapper .btn-download {
    margin-top: -1px;
    display: block;
    width: 50%;
    margin-left: -2px;
    float: left;
    -webkit-border-radius: 0 0 3px 0;
    -moz-border-radius: 0 0 3px 0;
    border-radius: 0 0 3px 0;
  }
  .responsive-ui .main-toolbar {
    background-color: #262626;
  }
  .responsive-ui .btn {
    padding: 4px 10px;
  }
  .responsive-ui .btn-prev,
  .responsive-ui .btn-next {
    padding: 0;
  }
  .responsive-ui .btn-image-condensed,
  .responsive-ui .btn-link-condensed,
  .responsive-ui .btn-text,
  .responsive-ui .btn-image-condensed:hover,
  .responsive-ui .btn-link-condensed:hover,
  .responsive-ui .btn-text:hover,
  .responsive-ui .btn-image-condensed:active,
  .responsive-ui .btn-text:active,
  .responsive-ui .btn-link-condensed:active,
  .responsive-ui .btn-text:active,
  .responsive-ui .btn-link-condensed:focus,
  .responsive-ui .btn-image-condensed:focus,
  .responsive-ui .btn-text:focus {
    padding: 0;
  }
  .responsive-ui .user-notifications .ui-button,
  .responsive-ui .user-notifications .btn,
  .responsive-ui .user-notifications .btn:hover,
  .responsive-ui .user-notifications .btn:active,
  .responsive-ui .user-notifications .btn:focus {
    -ms-filter: none;
    filter: none;
    padding: 0;
    display: block;
    float: right;
    width: 58px;
    position: relative;
    min-width: 58px;
    height: 30px;
    border: 1px solid #000;
    cursor: pointer;
    background-repeat: no-repeat;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  .responsive-ui .form-horizontal .btn input[type="checkbox"] {
    margin-bottom: 2px;
  }
  .responsive-ui .checkbox.btn > input[type="checkbox"] {
    margin-left: 0;
  }
  .responsive-ui .form-horizontal .table-icons .btn {
    margin-bottom: 0;
  }
  .responsive-ui .slick-cell,
  .slick-cell-vertical {
    display: block;
    position: static;
    padding: 5px;
    font-size: 13px;
    box-sizing: border-box;
    text-align: left;
    border: none;
    overflow: hidden;
    float: left;
    clear: none;
    width: 100%;
    line-height: 20px;
  }
  .responsive-ui .cell-label {
    font-weight: bold;
  }
  .responsive-ui .slick-row.ui-widget-content,
  .responsive-ui .slick-row.ui-state-active {
    display: block;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
  }
  .responsive-ui .check-nodetails-hidden-phone:empty:after {
    display: none;
  }
  .responsive-ui .visible-phone-inline {
    display: inline;
  }
  /*.responsive-ui .pageheader .pagefilters, .responsive-ui .page-header .page-filters, .responsive-ui .page-header .page-tools, .responsive-ui .pageheader .pagetools {
		margin: 0;
	}*/
  .responsive-ui .slick-header-columns,
  .responsive-ui .slick-headerrow-columns {
    display: none;
  }
  .responsive-ui .form-search input,
  .responsive-ui .form-inline input,
  .responsive-ui .form-horizontal input,
  .responsive-ui .form-search textarea,
  .responsive-ui .form-inline textarea,
  .responsive-ui .form-horizontal textarea,
  .responsive-ui .form-search select,
  .responsive-ui .form-inline select,
  .responsive-ui .form-horizontal select,
  .responsive-ui .form-search .help-inline,
  .responsive-ui .form-inline .help-inline,
  .responsive-ui .form-horizontal .help-inline,
  .responsive-ui .form-search .uneditable-input,
  .responsive-ui .form-inline .uneditable-input,
  .responsive-ui .form-horizontal .uneditable-input,
  .responsive-ui .form-search .control-text,
  .responsive-ui .form-inline .control-text,
  .responsive-ui .form-horizontal .control-text,
  .responsive-ui .form-search .input-prepend,
  .responsive-ui .form-inline .input-prepend,
  .responsive-ui .form-horizontal .input-prepend,
  .responsive-ui .form-search .input-append,
  .responsive-ui .form-inline .input-append,
  .responsive-ui .form-horizontal .input-append,
  .responsive-ui .form-inline .btn,
  .responsive-ui .form-horizontal .btn,
  .responsive-ui .form-inline .selectize-control,
  .responsive-ui .form-horizontal .selectize-control {
    margin-bottom: 6px;
  }
  .responsive-ui .modal-footer .btn {
    margin-bottom: 0;
  }
  .responsive-ui .input-append input,
  .responsive-ui .input-prepend input,
  .responsive-ui .input-append select,
  .responsive-ui .input-prepend select,
  .responsive-ui .input-append .uneditable-input,
  .responsive-ui .input-prepend .uneditable-input,
  .responsive-ui .input-append .control-text,
  .responsive-ui .input-prepend .control-text,
  .responsive-ui .input-append .selectize-input,
  .responsive-ui .input-prepend .selectize-input,
  .responsive-ui .form-horizontal .input-append .btn {
    margin-bottom: 0;
  }
  .responsive-ui .selectize-control[class*="span"] {
    clear: left;
  }
  .responsive-ui .selectize-input input {
    margin-bottom: 0;
  }
  .responsive-ui .table.table-mobile-vertical,
  .responsive-ui .table.table-mobile-vertical tr,
  .responsive-ui .table.table-mobile-vertical thead,
  .responsive-ui .table.table-mobile-vertical th,
  .responsive-ui .table.table-mobile-vertical td,
  .responsive-ui .table.table-mobile-vertical tbody,
  .responsive-ui .table.table-mobile-vertical tfoot {
    display: block;
    width: 100%;
    border-top-color: transparent;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
  }
  .responsive-ui .table.table-mobile-tabular,
  .responsive-ui .table.table-mobile-tabular tr,
  .responsive-ui .table.table-mobile-tabular thead,
  .responsive-ui .table.table-mobile-tabular tbody,
  .responsive-ui .table.table-mobile-tabular tfoot,
  .responsive-ui .table.table-mobile-tabular th,
  .responsive-ui .table.table-mobile-tabular td {
    display: block;
    width: 100%;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    line-height: 24px;
    border-top-color: transparent;
    clear: both;
  }
  .responsive-ui .table.table-legacy.table-mobile-tabular {
    border: none;
  }
  .responsive-ui .table.table-legacy.table-mobile-tabular .formheader,
  .responsive-ui .table.table-legacy.table-mobile-tabular .formheader th {
    background: none;
    border: none;
    color: #000;
    font-size: 14px;
  }
  .responsive-ui .table.table-legacy.table-mobile-tabular .row1 td,
  .responsive-ui .table.table-legacy.table-mobile-tabular .row2 td {
    border: none;
    border-top-color: transparent;
  }
  .responsive-ui .table.table-mobile-tabular td.text-right {
    text-align: right;
  }
  .responsive-ui .mobile-pullright {
    float: right;
  }
  .responsive-ui .mobile-pullleft {
    float: left;
  }
  .responsive-ui .controls .radio.inline + .control-text {
    width: auto;
  }
  .responsive-ui .table.table-mobile-tabular td.table-mobile-right,
  .responsive-ui .table.table-mobile-tabular th.table-mobile-right,
  .responsive-ui .table.table-mobile-tabular td.mobile-pullright,
  .responsive-ui .table.table-mobile-tabular th.mobile-pullright {
    float: right;
    text-align: right;
  }
  .table-striped tbody > tr:nth-child(odd),
  .table-striped tbody > tr:nth-child(odd) {
    background-color: #f9f9f9;
  }
  .responsive-ui .table.table-mobile-tabular tr {
    clear: both;
    border-top: 1px solid #e0e0e0;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .responsive-ui table td[class*="span"],
  .responsive-ui table th[class*="span"],
  .responsive-ui .row-fluid table td[class*="span"],
  .responsive-ui .row-fluid table th[class*="span"] {
    width: auto;
  }
  .responsive-ui .table.table-mobile-tabular tbody > tr:first-child {
    border-top: none;
  }
  .responsive-ui .table.table-mobile-tabular tr:before,
  .responsive-ui .table.table-mobile-tabular tr:after {
    display: table;
    line-height: 0;
    content: "";
  }
  .responsive-ui .table.table-mobile-tabular tr:after {
    clear: both;
  }
  .responsive-ui .table.table-mobile-tabular th,
  .responsive-ui .table.table-mobile-tabular td {
    width: auto;
    min-height: 31px;
    padding: 4px 8px;
    float: left;
    border-top-color: transparent;
    clear: none;
    margin-bottom: 0;
  }
  .responsive-ui .table.table-mobile-tabular th.table-actions-icons,
  .responsive-ui .table.table-mobile-tabular td.table-actions-icons {
    padding: 1px 8px;
    line-height: 30px;
  }
  .responsive-ui .table.table-mobile-tabular th.table-icons,
  .responsive-ui .table.table-mobile-tabular td.table-icons {
    padding: 1px 8px;
    line-height: 30px;
  }
  .responsive-ui .table.table-mobile-tabular td.table-mobile-autowidth,
  .responsive-ui .table.table-mobile-tabular td .ellip.table-mobile-autowidth,
  .responsive-ui .table.table-mobile-tabular td.mobile-autowidth,
  .responsive-ui .table.table-mobile-tabular td .ellip.mobile-autowidth,
  .responsive-ui .mobile-autowidth {
    width: auto !important;
    max-width: none !important;
  }
  .responsive-ui .table.table-mobile-tabular td.table-mobile-fullwidth,
  .responsive-ui .table.table-mobile-tabular td.mobile-fullwidth {
    width: 100%;
    margin-top: 0;
  }
  .responsive-ui .mobile-block {
    display: block;
  }
  .responsive-ui .table.table-mobile-tabular tbody tr.warning {
    background-color: #fcf8e3;
  }
  .responsive-ui .table td.form-actions,
  .responsive-ui .table-striped tbody > tr:nth-child(odd) > td.form-actions .responsive-ui .table.table-mobile-tabular th.form-actions,
  .responsive-ui .table.table-mobile-tabular td.form-actions {
    margin-top: -6px;
    margin-bottom: -6px;
    width: 100%;
    float: none;
    height: auto;
    border-top-color: #BBBBBB;
  }
  .responsive-ui .table.table-mobile-tabular td.table-mobile-clearleft,
  .responsive-ui .table.table-mobile-tabular th.table-mobile-clearleft,
  .responsive-ui .table.table-mobile-tabular td.mobile-clearleft,
  .responsive-ui .table.table-mobile-tabular th.mobile-clearleft,
  .responsive-ui .mobile-clearleft {
    clear: left;
  }
  .responsive-ui .mobile-clearright {
    clear: right;
  }
  .responsive-ui .table.table-mobile-tabular td.table-actions-icons .btn-icon {
    padding: 2px 3px;
  }
  .responsive-ui .fiber-grid,
  .responsive-ui .fiber-grid-wrapper {
    border-color: #fff;
    background: transparent;
  }
  .responsive-ui .main-viewport-mobile .fiber-grid-wrapper {
    height: 100% !important;
  }
  .responsive-ui .slick-header.ui-state-default {
    border-color: #fff;
    background: transparent;
  }
  .responsive-ui .slick-cell-empty {
    display: inline;
    text-decoration: none;
  }
  .responsive-ui .dt-empty,
  .responsive-ui .dt-empty + dd {
    display: none;
  }
  .responsive-ui .qtip-default {
    margin-right: 10px;
    max-width: 96%;
  }
  .responsive-ui .qtip-default .qtip-close,
  .responsive-ui .qtip-default .qtip-close.qtip-icon {
    display: block;
  }
  .responsive-ui .qtip-default.ui-tooltip-tooltip .qtip-close,
  .responsive-ui .qtip-default.ui-tooltip-tooltip .qtip-close.qtip-icon {
    display: none;
  }
  .responsive-ui .form-horizontal .upload-wrapper-multi .btn,
  .responsive-ui .form-horizontal .upload-wrapper-multi .upload-input,
  .responsive-ui .form-horizontal .input-append.upload-wrapper-multi {
    margin-bottom: 0;
  }
  .responsive-ui .upload-wrapper.upload-wrapper-multi .btn-upload {
    margin-bottom: -30px;
    padding: 4px 10px;
  }
  .responsive-ui .form-horizontal .control-group-justify .controls {
    width: 100%;
  }
  .responsive-ui .form-horizontal .control-group-justify .controls .input-prepend.input-prepend-col1,
  .responsive-ui .form-horizontal .control-group-justify .controls .input-prepend.input-prepend-col2,
  .responsive-ui .form-horizontal .control-group-justify .controls .input-prepend.input-prepend-col1 input,
  .responsive-ui .form-horizontal .control-group-justify .controls .input-prepend.input-prepend-col2 input {
    width: 100%;
  }
  .responsive-ui .form-horizontal .control-group-justify .controls .input-prepend.input-prepend-col1 {
    padding-left: 26px;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
  .responsive-ui .form-horizontal .control-group-justify .controls .input-prepend-col1 .add-on {
    margin-left: -26px;
  }
  .responsive-ui .form-horizontal .control-group-justify .controls .input-prepend.input-prepend-col2 {
    padding-left: 52px;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
  .responsive-ui .form-horizontal .control-group-justify .controls .input-prepend-col2 .add-on {
    margin-left: -52px;
  }
  .responsive-ui .form-horizontal .control-group.control-group-mobile-horizontal .control-label {
    padding-top: 4px;
    width: auto;
    float: left;
  }
  .responsive-ui .form-horizontal .control-group.control-group-mobile-horizontal .controls {
    width: auto;
    float: right;
  }
  .responsive-ui .controls.controls-mobile-horizontal {
    clear: left;
  }
  .responsive-ui .mobile-nooffset {
    margin-right: 0;
    margin-left: 0;
  }
  .responsive-ui .controls.controls-mobile-horizontal .input-append {
    width: auto !important;
  }
  .responsive-ui .control-group > .controls {
    position: relative;
  }
  .responsive-ui .control-group > .controls > .btn-help,
  .responsive-ui .control-group > .controls > .btn-help:focus {
    margin-left: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
  }
  .responsive-ui .control-group-nolabel > .controls > .btn-help,
  .responsive-ui .control-group-nolabel > .controls > .btn-help:focus {
    position: static;
    padding-left: 4px;
  }
  .responsive-ui .mobile-text-left {
    text-align: left;
  }
  .responsive-ui .mobile-inline,
  .responsive-ui .visible-phone.mobile-inline {
    display: inline !important;
  }
  .responsive-ui .mobile-inlineblock,
  .responsive-ui .visible-phone.mobile-inlineblock {
    display: inline-block !important;
  }
  .responsive-ui .main-viewport-mobile {
    overflow-y: auto;
    overflow-x: auto;
  }
  .responsive-ui .split-view-resize {
    display: none;
  }
  .responsive-ui .split-view-column-2-1 {
    width: 100% !important;
    left: 0;
    margin-left: 0 !important;
    height: auto !important;
  }
  .responsive-ui .split-view-column-2-bg {
    width: 100% !important;
    right: 0;
    left: 0 !important;
  }
  .responsive-ui .split-view-column-2-1-bg {
    width: 100% !important;
    right: 0;
    left: 0 !important;
    overflow: auto;
  }
  .responsive-ui .split-view-column-2-2 {
    width: 100% !important;
    left: 0;
    margin-left: 0 !important;
    margin-right: 0 !important;
    height: auto !important;
  }
  .responsive-ui .selectize-dropdown.main-search-input {
    left: 4px !important;
    right: 4px !important;
  }
  .responsive-ui .modal-header.no-wrap {
    white-space: normal;
    word-break: break-word;
    word-wrap: break-word;
  }
  .responsive-ui .table-mobile-wrap,
  .responsive-ui .mobile-wrap {
    white-space: normal;
  }
  .responsive-ui .slick-group > .slick-cell {
    width: 100% !important;
  }
  /* !!!!!!!!!!!!!!!!!!!!!!!!! */
  /* !!!!!! PAGE TOOLS !!!!!!! */
  /* !!!!!!!!!!!!!!!!!!!!!!!!! */
  .responsive-ui .pagetools-multiline,
  .responsive-ui .page-tools-multiline {
    margin-top: 0;
  }
  .responsive-ui .pagetools-multiline .pagetools,
  .responsive-ui .page-tools-multiline .page-tools {
    width: 100%;
  }
  .responsive-ui .pagetools-multiline .pagetools + .pagetools,
  .responsive-ui .page-tools-multiline .page-tools + .page-tools {
    margin-top: 0;
  }
  .responsive-ui .pagetools,
  .responsive-ui .page-tools {
    padding: 0 6px 8px 6px;
    width: auto;
    float: left;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .responsive-ui .page-title,
  .responsive-ui .breadcrumb {
    padding: 5px 10px 5px 10px;
  }
  .responsive-ui .offset2,
  .responsive-ui .offset1 {
    margin-left: 0;
  }
  .responsive-ui .page-tools-left {
    float: left;
    width: auto;
    margin-left: 0;
    margin-top: 6px;
  }
  .responsive-ui .pageheader .pagefilters,
  .responsive-ui .pageheader .pagetools,
  .responsive-ui .pageheader .pageactions,
  .responsive-ui .grid-header-tools,
  .responsive-ui .page-header .page-filters,
  .responsive-ui .page-header .page-tools,
  .responsive-ui .page-header .page-actions {
    min-height: 0;
    padding-bottom: 0;
    display: inline-block;
    margin-top: 6px;
  }
  .responsive-ui .pageheader .pagefilters .btn,
  .responsive-ui .pageheader .pagetools .btn,
  .responsive-ui .pageheader .pageactions .btn,
  .responsive-ui .grid-header-tools .btn,
  .responsive-ui .page-header .page-filters .btn,
  .responsive-ui .page-header .page-tools .btn,
  .responsive-ui .page-header .page-action .btn {
    margin-bottom: 6px;
  }
  .responsive-ui .main-viewport-mobile.pagecontent,
  .responsive-ui .main-viewport-mobile.page-content {
    padding: 0;
  }
  .responsive-ui .main-viewport-mobile .fiber-grid,
  .responsive-ui .main-viewport-mobile .fiber-grid-wrapper {
    border: none;
    padding: 0;
  }
  .responsive-ui .main-viewport-mobile .slick-cell,
  .responsive-ui .main-viewport-mobile .slick-cell-vertical {
    padding-left: 8px;
    padding-right: 8px;
  }
  .page-content .row > [class*="span"] fieldset,
  .pagecontent .row > [class*="span"] fieldset {
    margin-left: 0;
    padding: 4px;
  }
  .grid-header + .fiber-grid-wrapper .slick-header.ui-state-default {
    border-color: transparent;
  }
  .responsive-ui .page-header .page-tools fieldset,
  .responsive-ui .page-header .pagetools fieldset {
    display: inline-block;
    padding-left: 0;
    padding: 0;
  }
  .responsive-ui .page-tools .input-append,
  .responsive-ui .pagetools .input-append {
    width: auto;
  }
  .responsive-ui .pagetools select,
  .responsive-ui .page-tools select {
    display: inline-block;
  }
  .responsive-ui .pagetools select.span2,
  .responsive-ui .page-tools select.span2 {
    width: 160px;
  }
  .responsive-ui .pagetools select.span3,
  .responsive-ui .page-tools select.span3,
  .responsive-ui .pagetools input[type="text"].span3,
  .responsive-ui .page-tools input[type="text"].span3,
  .responsive-ui .pagetools .uneditable-input.span3,
  .responsive-ui .page-tools .uneditable-input.span3 {
    width: 240px;
  }
  .responsive-ui .pagetools select.span-sm-3,
  .responsive-ui .page-tools select.span-sm-3 {
    width: 120px;
  }
  .responsive-ui .pagetools select.span-sm-5,
  .responsive-ui .page-tools select.span-sm-5 {
    width: 200px;
  }
  .responsive-ui .mobile-fullwidth,
  .responsive-ui .page-tools.mobile-fullwidth,
  .responsive-ui .pagetools.mobile-fullwidth,
  .responsive-ui .page-tools .input-append.mobile-fullwidth,
  .responsive-ui .pagetools .input-append.mobile-fullwidth {
    width: 100%;
  }
  .responsive-ui .page-header .page-tools .input-append .btn,
  .responsive-ui .pageheader .pagetools .input-append .btn {
    margin-bottom: 0;
  }
  .responsive-ui .page-header .page-tools .control-group .control-label {
    width: auto;
    float: left;
    padding-top: 5px;
    padding-right: 5px;
  }
  .responsive-ui .page-header .page-tools .control-group .controls {
    display: inline-block;
    float: left;
  }
  /* !!!!!!!!!!!!!!!!!!!!!!!!! */
  /* !!!! PAGE TOOLS END !!!!! */
  /* !!!!!!!!!!!!!!!!!!!!!!!!! */
  .responsive-ui .page-title,
  .responsive-ui .pagetitle {
    margin-bottom: 3px;
  }
  .responsive-ui .breadcrumb .divider {
    margin-left: 6px;
    margin-right: 5px;
    width: 7px;
  }
  .responsive-ui .btn-icon,
  .responsive-ui .btn-icon:focus,
  .responsive-ui .btn-icon:disabled,
  .responsive-ui .btn-icon.disabled,
  .responsive-ui .btn-icon[disabled],
  .responsive-ui .btn-group > .btn-icon {
    padding: 4px 6px;
  }
  .responsive-ui .table-mobile-tabular.table-nowrap td {
    white-space: normal;
  }
  .responsive-ui .table-mobile-tabular td.table-mobile-nowrap,
  .responsive-ui .table-mobile-tabular td.mobile-nowrap,
  .responsive-ui .mobile-nowrap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .responsive-ui .log.log-history .log-item-action > div {
    display: inline-block;
    width: auto;
  }
  .responsive-ui .email-canvas table.container {
    width: 100%;
  }
  .responsive-ui .email-canvas center {
    min-width: 100%;
  }
  .slick-cell.mobile-hidden {
    display: none;
  }
  .slick-cell.mobile-nolabel .cell-label {
    display: none;
  }
  .responsive-ui li.menu-menu-TAC013.active ul,
  .responsive-ui li.menu-menu-TAC018.active ul {
    margin-left: 0;
  }
}
