/*
 * LMS version 1.11-git
 *
 *  (C) Copyright 2001-2020 LMS Developers
 *
 *  Please, see the doc/AUTHORS for more information about authors!
 *
 *  This program is free software; you can redistribute it and/or modify
 *  it under the terms of the GNU General Public License Version 2 as
 *  published by the Free Software Foundation.
 *
 *  This program is distributed in the hope that it will be useful,
 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 *  GNU General Public License for more details.
 *
 *  You should have received a copy of the GNU General Public License
 *  along with this program; if not, write to the Free Software
 *  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
 *  USA.
 *
 *  $Id$
 */
/*
 * LMS version 1.11-git
 *
 *  (C) Copyright 2001-2019 LMS Developers
 *
 *  Please, see the doc/AUTHORS for more information about authors!
 *
 *  This program is free software; you can redistribute it and/or modify
 *  it under the terms of the GNU General Public License Version 2 as
 *  published by the Free Software Foundation.
 *
 *  This program is distributed in the hope that it will be useful,
 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 *  GNU General Public License for more details.
 *
 *  You should have received a copy of the GNU General Public License
 *  along with this program; if not, write to the Free Software
 *  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
 *  USA.
 *
 *  $Id$
 */
/*
 * LMS version 1.11-git
 *
 *  (C) Copyright 2001-2020 LMS Developers
 *
 *  Please, see the doc/AUTHORS for more information about authors!
 *
 *  This program is free software; you can redistribute it and/or modify
 *  it under the terms of the GNU General Public License Version 2 as
 *  published by the Free Software Foundation.
 *
 *  This program is distributed in the hope that it will be useful,
 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 *  GNU General Public License for more details.
 *
 *  You should have received a copy of the GNU General Public License
 *  along with this program; if not, write to the Free Software
 *  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
 *  USA.
 *
 *  $Id$
 */
.lms-ui-no-user-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/*
 * LMS version 1.11-git
 *
 *  (C) Copyright 2001-2020 LMS Developers
 *
 *  Please, see the doc/AUTHORS for more information about authors!
 *
 *  This program is free software; you can redistribute it and/or modify
 *  it under the terms of the GNU General Public License Version 2 as
 *  published by the Free Software Foundation.
 *
 *  This program is distributed in the hope that it will be useful,
 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 *  GNU General Public License for more details.
 *
 *  You should have received a copy of the GNU General Public License
 *  along with this program; if not, write to the Free Software
 *  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
 *  USA.
 *
 *  $Id$
 */
/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}
.fa-xs {
  font-size: 0.75em;
}
.fa-sm {
  font-size: 0.875em;
}
.fa-1x {
  font-size: 1em;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-6x {
  font-size: 6em;
}
.fa-7x {
  font-size: 7em;
}
.fa-8x {
  font-size: 8em;
}
.fa-9x {
  font-size: 9em;
}
.fa-10x {
  font-size: 10em;
}
.fa-fw {
  text-align: center;
  width: 1.25em;
}
.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}
.fa-border {
  border-radius: 0.1em;
  border: solid 0.08em #eee;
  padding: 0.2em 0.25em 0.15em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  filter: none;
}
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em;
}
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e";
}
.fa-accessible-icon:before {
  content: "\f368";
}
.fa-accusoft:before {
  content: "\f369";
}
.fa-acquisitions-incorporated:before {
  content: "\f6af";
}
.fa-ad:before {
  content: "\f641";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-card:before {
  content: "\f2bb";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-adn:before {
  content: "\f170";
}
.fa-adversal:before {
  content: "\f36a";
}
.fa-affiliatetheme:before {
  content: "\f36b";
}
.fa-air-freshener:before {
  content: "\f5d0";
}
.fa-airbnb:before {
  content: "\f834";
}
.fa-algolia:before {
  content: "\f36c";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-alipay:before {
  content: "\f642";
}
.fa-allergies:before {
  content: "\f461";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-amazon-pay:before {
  content: "\f42c";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-amilia:before {
  content: "\f36d";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-android:before {
  content: "\f17b";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angry:before {
  content: "\f556";
}
.fa-angrycreative:before {
  content: "\f36e";
}
.fa-angular:before {
  content: "\f420";
}
.fa-ankh:before {
  content: "\f644";
}
.fa-app-store:before {
  content: "\f36f";
}
.fa-app-store-ios:before {
  content: "\f370";
}
.fa-apper:before {
  content: "\f371";
}
.fa-apple:before {
  content: "\f179";
}
.fa-apple-alt:before {
  content: "\f5d1";
}
.fa-apple-pay:before {
  content: "\f415";
}
.fa-archive:before {
  content: "\f187";
}
.fa-archway:before {
  content: "\f557";
}
.fa-arrow-alt-circle-down:before {
  content: "\f358";
}
.fa-arrow-alt-circle-left:before {
  content: "\f359";
}
.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}
.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-arrows-alt-h:before {
  content: "\f337";
}
.fa-arrows-alt-v:before {
  content: "\f338";
}
.fa-artstation:before {
  content: "\f77a";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-asymmetrik:before {
  content: "\f372";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-atlas:before {
  content: "\f558";
}
.fa-atlassian:before {
  content: "\f77b";
}
.fa-atom:before {
  content: "\f5d2";
}
.fa-audible:before {
  content: "\f373";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-autoprefixer:before {
  content: "\f41c";
}
.fa-avianex:before {
  content: "\f374";
}
.fa-aviato:before {
  content: "\f421";
}
.fa-award:before {
  content: "\f559";
}
.fa-aws:before {
  content: "\f375";
}
.fa-baby:before {
  content: "\f77c";
}
.fa-baby-carriage:before {
  content: "\f77d";
}
.fa-backspace:before {
  content: "\f55a";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-bacon:before {
  content: "\f7e5";
}
.fa-bacteria:before {
  content: "\e059";
}
.fa-bacterium:before {
  content: "\e05a";
}
.fa-bahai:before {
  content: "\f666";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-balance-scale-left:before {
  content: "\f515";
}
.fa-balance-scale-right:before {
  content: "\f516";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-band-aid:before {
  content: "\f462";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-baseball-ball:before {
  content: "\f433";
}
.fa-basketball-ball:before {
  content: "\f434";
}
.fa-bath:before {
  content: "\f2cd";
}
.fa-battery-empty:before {
  content: "\f244";
}
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battle-net:before {
  content: "\f835";
}
.fa-bed:before {
  content: "\f236";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bezier-curve:before {
  content: "\f55b";
}
.fa-bible:before {
  content: "\f647";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-biking:before {
  content: "\f84a";
}
.fa-bimobject:before {
  content: "\f378";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-biohazard:before {
  content: "\f780";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitcoin:before {
  content: "\f379";
}
.fa-bity:before {
  content: "\f37a";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-blackberry:before {
  content: "\f37b";
}
.fa-blender:before {
  content: "\f517";
}
.fa-blender-phone:before {
  content: "\f6b6";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-blog:before {
  content: "\f781";
}
.fa-blogger:before {
  content: "\f37c";
}
.fa-blogger-b:before {
  content: "\f37d";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-bold:before {
  content: "\f032";
}
.fa-bolt:before {
  content: "\f0e7";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-bone:before {
  content: "\f5d7";
}
.fa-bong:before {
  content: "\f55c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-book-dead:before {
  content: "\f6b7";
}
.fa-book-medical:before {
  content: "\f7e6";
}
.fa-book-open:before {
  content: "\f518";
}
.fa-book-reader:before {
  content: "\f5da";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-bootstrap:before {
  content: "\f836";
}
.fa-border-all:before {
  content: "\f84c";
}
.fa-border-none:before {
  content: "\f850";
}
.fa-border-style:before {
  content: "\f853";
}
.fa-bowling-ball:before {
  content: "\f436";
}
.fa-box:before {
  content: "\f466";
}
.fa-box-open:before {
  content: "\f49e";
}
.fa-box-tissue:before {
  content: "\e05b";
}
.fa-boxes:before {
  content: "\f468";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-brain:before {
  content: "\f5dc";
}
.fa-bread-slice:before {
  content: "\f7ec";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-briefcase-medical:before {
  content: "\f469";
}
.fa-broadcast-tower:before {
  content: "\f519";
}
.fa-broom:before {
  content: "\f51a";
}
.fa-brush:before {
  content: "\f55d";
}
.fa-btc:before {
  content: "\f15a";
}
.fa-buffer:before {
  content: "\f837";
}
.fa-bug:before {
  content: "\f188";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-burn:before {
  content: "\f46a";
}
.fa-buromobelexperte:before {
  content: "\f37f";
}
.fa-bus:before {
  content: "\f207";
}
.fa-bus-alt:before {
  content: "\f55e";
}
.fa-business-time:before {
  content: "\f64a";
}
.fa-buy-n-large:before {
  content: "\f8a6";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-calendar:before {
  content: "\f133";
}
.fa-calendar-alt:before {
  content: "\f073";
}
.fa-calendar-check:before {
  content: "\f274";
}
.fa-calendar-day:before {
  content: "\f783";
}
.fa-calendar-minus:before {
  content: "\f272";
}
.fa-calendar-plus:before {
  content: "\f271";
}
.fa-calendar-times:before {
  content: "\f273";
}
.fa-calendar-week:before {
  content: "\f784";
}
.fa-camera:before {
  content: "\f030";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-campground:before {
  content: "\f6bb";
}
.fa-canadian-maple-leaf:before {
  content: "\f785";
}
.fa-candy-cane:before {
  content: "\f786";
}
.fa-cannabis:before {
  content: "\f55f";
}
.fa-capsules:before {
  content: "\f46b";
}
.fa-car:before {
  content: "\f1b9";
}
.fa-car-alt:before {
  content: "\f5de";
}
.fa-car-battery:before {
  content: "\f5df";
}
.fa-car-crash:before {
  content: "\f5e1";
}
.fa-car-side:before {
  content: "\f5e4";
}
.fa-caravan:before {
  content: "\f8ff";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-caret-square-down:before {
  content: "\f150";
}
.fa-caret-square-left:before {
  content: "\f191";
}
.fa-caret-square-right:before {
  content: "\f152";
}
.fa-caret-square-up:before {
  content: "\f151";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-carrot:before {
  content: "\f787";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cash-register:before {
  content: "\f788";
}
.fa-cat:before {
  content: "\f6be";
}
.fa-cc-amazon-pay:before {
  content: "\f42d";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-apple-pay:before {
  content: "\f416";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-centercode:before {
  content: "\f380";
}
.fa-centos:before {
  content: "\f789";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-chair:before {
  content: "\f6c0";
}
.fa-chalkboard:before {
  content: "\f51b";
}
.fa-chalkboard-teacher:before {
  content: "\f51c";
}
.fa-charging-station:before {
  content: "\f5e7";
}
.fa-chart-area:before {
  content: "\f1fe";
}
.fa-chart-bar:before {
  content: "\f080";
}
.fa-chart-line:before {
  content: "\f201";
}
.fa-chart-pie:before {
  content: "\f200";
}
.fa-check:before {
  content: "\f00c";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-check-double:before {
  content: "\f560";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-cheese:before {
  content: "\f7ef";
}
.fa-chess:before {
  content: "\f439";
}
.fa-chess-bishop:before {
  content: "\f43a";
}
.fa-chess-board:before {
  content: "\f43c";
}
.fa-chess-king:before {
  content: "\f43f";
}
.fa-chess-knight:before {
  content: "\f441";
}
.fa-chess-pawn:before {
  content: "\f443";
}
.fa-chess-queen:before {
  content: "\f445";
}
.fa-chess-rook:before {
  content: "\f447";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-chromecast:before {
  content: "\f838";
}
.fa-church:before {
  content: "\f51d";
}
.fa-circle:before {
  content: "\f111";
}
.fa-circle-notch:before {
  content: "\f1ce";
}
.fa-city:before {
  content: "\f64f";
}
.fa-clinic-medical:before {
  content: "\f7f2";
}
.fa-clipboard:before {
  content: "\f328";
}
.fa-clipboard-check:before {
  content: "\f46c";
}
.fa-clipboard-list:before {
  content: "\f46d";
}
.fa-clock:before {
  content: "\f017";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-closed-captioning:before {
  content: "\f20a";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-cloud-download-alt:before {
  content: "\f381";
}
.fa-cloud-meatball:before {
  content: "\f73b";
}
.fa-cloud-moon:before {
  content: "\f6c3";
}
.fa-cloud-moon-rain:before {
  content: "\f73c";
}
.fa-cloud-rain:before {
  content: "\f73d";
}
.fa-cloud-showers-heavy:before {
  content: "\f740";
}
.fa-cloud-sun:before {
  content: "\f6c4";
}
.fa-cloud-sun-rain:before {
  content: "\f743";
}
.fa-cloud-upload-alt:before {
  content: "\f382";
}
.fa-cloudflare:before {
  content: "\e07d";
}
.fa-cloudscale:before {
  content: "\f383";
}
.fa-cloudsmith:before {
  content: "\f384";
}
.fa-cloudversify:before {
  content: "\f385";
}
.fa-cocktail:before {
  content: "\f561";
}
.fa-code:before {
  content: "\f121";
}
.fa-code-branch:before {
  content: "\f126";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cog:before {
  content: "\f013";
}
.fa-cogs:before {
  content: "\f085";
}
.fa-coins:before {
  content: "\f51e";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-comment:before {
  content: "\f075";
}
.fa-comment-alt:before {
  content: "\f27a";
}
.fa-comment-dollar:before {
  content: "\f651";
}
.fa-comment-dots:before {
  content: "\f4ad";
}
.fa-comment-medical:before {
  content: "\f7f5";
}
.fa-comment-slash:before {
  content: "\f4b3";
}
.fa-comments:before {
  content: "\f086";
}
.fa-comments-dollar:before {
  content: "\f653";
}
.fa-compact-disc:before {
  content: "\f51f";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-compress:before {
  content: "\f066";
}
.fa-compress-alt:before {
  content: "\f422";
}
.fa-compress-arrows-alt:before {
  content: "\f78c";
}
.fa-concierge-bell:before {
  content: "\f562";
}
.fa-confluence:before {
  content: "\f78d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-cookie:before {
  content: "\f563";
}
.fa-cookie-bite:before {
  content: "\f564";
}
.fa-copy:before {
  content: "\f0c5";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-cotton-bureau:before {
  content: "\f89e";
}
.fa-couch:before {
  content: "\f4b8";
}
.fa-cpanel:before {
  content: "\f388";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-creative-commons-by:before {
  content: "\f4e7";
}
.fa-creative-commons-nc:before {
  content: "\f4e8";
}
.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}
.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}
.fa-creative-commons-nd:before {
  content: "\f4eb";
}
.fa-creative-commons-pd:before {
  content: "\f4ec";
}
.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}
.fa-creative-commons-remix:before {
  content: "\f4ee";
}
.fa-creative-commons-sa:before {
  content: "\f4ef";
}
.fa-creative-commons-sampling:before {
  content: "\f4f0";
}
.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}
.fa-creative-commons-share:before {
  content: "\f4f2";
}
.fa-creative-commons-zero:before {
  content: "\f4f3";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-critical-role:before {
  content: "\f6c9";
}
.fa-crop:before {
  content: "\f125";
}
.fa-crop-alt:before {
  content: "\f565";
}
.fa-cross:before {
  content: "\f654";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-crow:before {
  content: "\f520";
}
.fa-crown:before {
  content: "\f521";
}
.fa-crutch:before {
  content: "\f7f7";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-css3-alt:before {
  content: "\f38b";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-cut:before {
  content: "\f0c4";
}
.fa-cuttlefish:before {
  content: "\f38c";
}
.fa-d-and-d:before {
  content: "\f38d";
}
.fa-d-and-d-beyond:before {
  content: "\f6ca";
}
.fa-dailymotion:before {
  content: "\e052";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-deaf:before {
  content: "\f2a4";
}
.fa-deezer:before {
  content: "\e077";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-democrat:before {
  content: "\f747";
}
.fa-deploydog:before {
  content: "\f38e";
}
.fa-deskpro:before {
  content: "\f38f";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-dev:before {
  content: "\f6cc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-dharmachakra:before {
  content: "\f655";
}
.fa-dhl:before {
  content: "\f790";
}
.fa-diagnoses:before {
  content: "\f470";
}
.fa-diaspora:before {
  content: "\f791";
}
.fa-dice:before {
  content: "\f522";
}
.fa-dice-d20:before {
  content: "\f6cf";
}
.fa-dice-d6:before {
  content: "\f6d1";
}
.fa-dice-five:before {
  content: "\f523";
}
.fa-dice-four:before {
  content: "\f524";
}
.fa-dice-one:before {
  content: "\f525";
}
.fa-dice-six:before {
  content: "\f526";
}
.fa-dice-three:before {
  content: "\f527";
}
.fa-dice-two:before {
  content: "\f528";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-digital-ocean:before {
  content: "\f391";
}
.fa-digital-tachograph:before {
  content: "\f566";
}
.fa-directions:before {
  content: "\f5eb";
}
.fa-discord:before {
  content: "\f392";
}
.fa-discourse:before {
  content: "\f393";
}
.fa-disease:before {
  content: "\f7fa";
}
.fa-divide:before {
  content: "\f529";
}
.fa-dizzy:before {
  content: "\f567";
}
.fa-dna:before {
  content: "\f471";
}
.fa-dochub:before {
  content: "\f394";
}
.fa-docker:before {
  content: "\f395";
}
.fa-dog:before {
  content: "\f6d3";
}
.fa-dollar-sign:before {
  content: "\f155";
}
.fa-dolly:before {
  content: "\f472";
}
.fa-dolly-flatbed:before {
  content: "\f474";
}
.fa-donate:before {
  content: "\f4b9";
}
.fa-door-closed:before {
  content: "\f52a";
}
.fa-door-open:before {
  content: "\f52b";
}
.fa-dot-circle:before {
  content: "\f192";
}
.fa-dove:before {
  content: "\f4ba";
}
.fa-download:before {
  content: "\f019";
}
.fa-draft2digital:before {
  content: "\f396";
}
.fa-drafting-compass:before {
  content: "\f568";
}
.fa-dragon:before {
  content: "\f6d5";
}
.fa-draw-polygon:before {
  content: "\f5ee";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-dribbble-square:before {
  content: "\f397";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-drum:before {
  content: "\f569";
}
.fa-drum-steelpan:before {
  content: "\f56a";
}
.fa-drumstick-bite:before {
  content: "\f6d7";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-dumbbell:before {
  content: "\f44b";
}
.fa-dumpster:before {
  content: "\f793";
}
.fa-dumpster-fire:before {
  content: "\f794";
}
.fa-dungeon:before {
  content: "\f6d9";
}
.fa-dyalog:before {
  content: "\f399";
}
.fa-earlybirds:before {
  content: "\f39a";
}
.fa-ebay:before {
  content: "\f4f4";
}
.fa-edge:before {
  content: "\f282";
}
.fa-edge-legacy:before {
  content: "\e078";
}
.fa-edit:before {
  content: "\f044";
}
.fa-egg:before {
  content: "\f7fb";
}
.fa-eject:before {
  content: "\f052";
}
.fa-elementor:before {
  content: "\f430";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-ello:before {
  content: "\f5f1";
}
.fa-ember:before {
  content: "\f423";
}
.fa-empire:before {
  content: "\f1d1";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-text:before {
  content: "\f658";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-envira:before {
  content: "\f299";
}
.fa-equals:before {
  content: "\f52c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-erlang:before {
  content: "\f39d";
}
.fa-ethereum:before {
  content: "\f42e";
}
.fa-ethernet:before {
  content: "\f796";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-euro-sign:before {
  content: "\f153";
}
.fa-evernote:before {
  content: "\f839";
}
.fa-exchange-alt:before {
  content: "\f362";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-expand:before {
  content: "\f065";
}
.fa-expand-alt:before {
  content: "\f424";
}
.fa-expand-arrows-alt:before {
  content: "\f31e";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-external-link-alt:before {
  content: "\f35d";
}
.fa-external-link-square-alt:before {
  content: "\f360";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-dropper:before {
  content: "\f1fb";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-facebook-f:before {
  content: "\f39e";
}
.fa-facebook-messenger:before {
  content: "\f39f";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-fan:before {
  content: "\f863";
}
.fa-fantasy-flight-games:before {
  content: "\f6dc";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-faucet:before {
  content: "\e005";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-feather:before {
  content: "\f52d";
}
.fa-feather-alt:before {
  content: "\f56b";
}
.fa-fedex:before {
  content: "\f797";
}
.fa-fedora:before {
  content: "\f798";
}
.fa-female:before {
  content: "\f182";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-figma:before {
  content: "\f799";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-alt:before {
  content: "\f15c";
}
.fa-file-archive:before {
  content: "\f1c6";
}
.fa-file-audio:before {
  content: "\f1c7";
}
.fa-file-code:before {
  content: "\f1c9";
}
.fa-file-contract:before {
  content: "\f56c";
}
.fa-file-csv:before {
  content: "\f6dd";
}
.fa-file-download:before {
  content: "\f56d";
}
.fa-file-excel:before {
  content: "\f1c3";
}
.fa-file-export:before {
  content: "\f56e";
}
.fa-file-image:before {
  content: "\f1c5";
}
.fa-file-import:before {
  content: "\f56f";
}
.fa-file-invoice:before {
  content: "\f570";
}
.fa-file-invoice-dollar:before {
  content: "\f571";
}
.fa-file-medical:before {
  content: "\f477";
}
.fa-file-medical-alt:before {
  content: "\f478";
}
.fa-file-pdf:before {
  content: "\f1c1";
}
.fa-file-powerpoint:before {
  content: "\f1c4";
}
.fa-file-prescription:before {
  content: "\f572";
}
.fa-file-signature:before {
  content: "\f573";
}
.fa-file-upload:before {
  content: "\f574";
}
.fa-file-video:before {
  content: "\f1c8";
}
.fa-file-word:before {
  content: "\f1c2";
}
.fa-fill:before {
  content: "\f575";
}
.fa-fill-drip:before {
  content: "\f576";
}
.fa-film:before {
  content: "\f008";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-fingerprint:before {
  content: "\f577";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-fire-alt:before {
  content: "\f7e4";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-firefox-browser:before {
  content: "\e007";
}
.fa-first-aid:before {
  content: "\f479";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-first-order-alt:before {
  content: "\f50a";
}
.fa-firstdraft:before {
  content: "\f3a1";
}
.fa-fish:before {
  content: "\f578";
}
.fa-fist-raised:before {
  content: "\f6de";
}
.fa-flag:before {
  content: "\f024";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-flag-usa:before {
  content: "\f74d";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-flipboard:before {
  content: "\f44d";
}
.fa-flushed:before {
  content: "\f579";
}
.fa-fly:before {
  content: "\f417";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-minus:before {
  content: "\f65d";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-folder-plus:before {
  content: "\f65e";
}
.fa-font:before {
  content: "\f031";
}
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-font-awesome-alt:before {
  content: "\f35c";
}
.fa-font-awesome-flag:before {
  content: "\f425";
}
.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-fonticons-fi:before {
  content: "\f3a2";
}
.fa-football-ball:before {
  content: "\f44e";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-fort-awesome-alt:before {
  content: "\f3a3";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-freebsd:before {
  content: "\f3a4";
}
.fa-frog:before {
  content: "\f52e";
}
.fa-frown:before {
  content: "\f119";
}
.fa-frown-open:before {
  content: "\f57a";
}
.fa-fulcrum:before {
  content: "\f50b";
}
.fa-funnel-dollar:before {
  content: "\f662";
}
.fa-futbol:before {
  content: "\f1e3";
}
.fa-galactic-republic:before {
  content: "\f50c";
}
.fa-galactic-senate:before {
  content: "\f50d";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-gas-pump:before {
  content: "\f52f";
}
.fa-gavel:before {
  content: "\f0e3";
}
.fa-gem:before {
  content: "\f3a5";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-ghost:before {
  content: "\f6e2";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-gifts:before {
  content: "\f79c";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-git-alt:before {
  content: "\f841";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-github:before {
  content: "\f09b";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-gitkraken:before {
  content: "\f3a6";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-gitter:before {
  content: "\f426";
}
.fa-glass-cheers:before {
  content: "\f79f";
}
.fa-glass-martini:before {
  content: "\f000";
}
.fa-glass-martini-alt:before {
  content: "\f57b";
}
.fa-glass-whiskey:before {
  content: "\f7a0";
}
.fa-glasses:before {
  content: "\f530";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-globe-africa:before {
  content: "\f57c";
}
.fa-globe-americas:before {
  content: "\f57d";
}
.fa-globe-asia:before {
  content: "\f57e";
}
.fa-globe-europe:before {
  content: "\f7a2";
}
.fa-gofore:before {
  content: "\f3a7";
}
.fa-golf-ball:before {
  content: "\f450";
}
.fa-goodreads:before {
  content: "\f3a8";
}
.fa-goodreads-g:before {
  content: "\f3a9";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-google-drive:before {
  content: "\f3aa";
}
.fa-google-pay:before {
  content: "\e079";
}
.fa-google-play:before {
  content: "\f3ab";
}
.fa-google-plus:before {
  content: "\f2b3";
}
.fa-google-plus-g:before {
  content: "\f0d5";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-gopuram:before {
  content: "\f664";
}
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-gratipay:before {
  content: "\f184";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-greater-than:before {
  content: "\f531";
}
.fa-greater-than-equal:before {
  content: "\f532";
}
.fa-grimace:before {
  content: "\f57f";
}
.fa-grin:before {
  content: "\f580";
}
.fa-grin-alt:before {
  content: "\f581";
}
.fa-grin-beam:before {
  content: "\f582";
}
.fa-grin-beam-sweat:before {
  content: "\f583";
}
.fa-grin-hearts:before {
  content: "\f584";
}
.fa-grin-squint:before {
  content: "\f585";
}
.fa-grin-squint-tears:before {
  content: "\f586";
}
.fa-grin-stars:before {
  content: "\f587";
}
.fa-grin-tears:before {
  content: "\f588";
}
.fa-grin-tongue:before {
  content: "\f589";
}
.fa-grin-tongue-squint:before {
  content: "\f58a";
}
.fa-grin-tongue-wink:before {
  content: "\f58b";
}
.fa-grin-wink:before {
  content: "\f58c";
}
.fa-grip-horizontal:before {
  content: "\f58d";
}
.fa-grip-lines:before {
  content: "\f7a4";
}
.fa-grip-lines-vertical:before {
  content: "\f7a5";
}
.fa-grip-vertical:before {
  content: "\f58e";
}
.fa-gripfire:before {
  content: "\f3ac";
}
.fa-grunt:before {
  content: "\f3ad";
}
.fa-guilded:before {
  content: "\e07e";
}
.fa-guitar:before {
  content: "\f7a6";
}
.fa-gulp:before {
  content: "\f3ae";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-hacker-news-square:before {
  content: "\f3af";
}
.fa-hackerrank:before {
  content: "\f5f7";
}
.fa-hamburger:before {
  content: "\f805";
}
.fa-hammer:before {
  content: "\f6e3";
}
.fa-hamsa:before {
  content: "\f665";
}
.fa-hand-holding:before {
  content: "\f4bd";
}
.fa-hand-holding-heart:before {
  content: "\f4be";
}
.fa-hand-holding-medical:before {
  content: "\e05c";
}
.fa-hand-holding-usd:before {
  content: "\f4c0";
}
.fa-hand-holding-water:before {
  content: "\f4c1";
}
.fa-hand-lizard:before {
  content: "\f258";
}
.fa-hand-middle-finger:before {
  content: "\f806";
}
.fa-hand-paper:before {
  content: "\f256";
}
.fa-hand-peace:before {
  content: "\f25b";
}
.fa-hand-point-down:before {
  content: "\f0a7";
}
.fa-hand-point-left:before {
  content: "\f0a5";
}
.fa-hand-point-right:before {
  content: "\f0a4";
}
.fa-hand-point-up:before {
  content: "\f0a6";
}
.fa-hand-pointer:before {
  content: "\f25a";
}
.fa-hand-rock:before {
  content: "\f255";
}
.fa-hand-scissors:before {
  content: "\f257";
}
.fa-hand-sparkles:before {
  content: "\e05d";
}
.fa-hand-spock:before {
  content: "\f259";
}
.fa-hands:before {
  content: "\f4c2";
}
.fa-hands-helping:before {
  content: "\f4c4";
}
.fa-hands-wash:before {
  content: "\e05e";
}
.fa-handshake:before {
  content: "\f2b5";
}
.fa-handshake-alt-slash:before {
  content: "\e05f";
}
.fa-handshake-slash:before {
  content: "\e060";
}
.fa-hanukiah:before {
  content: "\f6e6";
}
.fa-hard-hat:before {
  content: "\f807";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-hat-cowboy:before {
  content: "\f8c0";
}
.fa-hat-cowboy-side:before {
  content: "\f8c1";
}
.fa-hat-wizard:before {
  content: "\f6e8";
}
.fa-hdd:before {
  content: "\f0a0";
}
.fa-head-side-cough:before {
  content: "\e061";
}
.fa-head-side-cough-slash:before {
  content: "\e062";
}
.fa-head-side-mask:before {
  content: "\e063";
}
.fa-head-side-virus:before {
  content: "\e064";
}
.fa-heading:before {
  content: "\f1dc";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-headphones-alt:before {
  content: "\f58f";
}
.fa-headset:before {
  content: "\f590";
}
.fa-heart:before {
  content: "\f004";
}
.fa-heart-broken:before {
  content: "\f7a9";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-helicopter:before {
  content: "\f533";
}
.fa-highlighter:before {
  content: "\f591";
}
.fa-hiking:before {
  content: "\f6ec";
}
.fa-hippo:before {
  content: "\f6ed";
}
.fa-hips:before {
  content: "\f452";
}
.fa-hire-a-helper:before {
  content: "\f3b0";
}
.fa-history:before {
  content: "\f1da";
}
.fa-hive:before {
  content: "\e07f";
}
.fa-hockey-puck:before {
  content: "\f453";
}
.fa-holly-berry:before {
  content: "\f7aa";
}
.fa-home:before {
  content: "\f015";
}
.fa-hooli:before {
  content: "\f427";
}
.fa-hornbill:before {
  content: "\f592";
}
.fa-horse:before {
  content: "\f6f0";
}
.fa-horse-head:before {
  content: "\f7ab";
}
.fa-hospital:before {
  content: "\f0f8";
}
.fa-hospital-alt:before {
  content: "\f47d";
}
.fa-hospital-symbol:before {
  content: "\f47e";
}
.fa-hospital-user:before {
  content: "\f80d";
}
.fa-hot-tub:before {
  content: "\f593";
}
.fa-hotdog:before {
  content: "\f80f";
}
.fa-hotel:before {
  content: "\f594";
}
.fa-hotjar:before {
  content: "\f3b1";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-house-damage:before {
  content: "\f6f1";
}
.fa-house-user:before {
  content: "\e065";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-hryvnia:before {
  content: "\f6f2";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-hubspot:before {
  content: "\f3b2";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-ice-cream:before {
  content: "\f810";
}
.fa-icicles:before {
  content: "\f7ad";
}
.fa-icons:before {
  content: "\f86d";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-id-card:before {
  content: "\f2c2";
}
.fa-id-card-alt:before {
  content: "\f47f";
}
.fa-ideal:before {
  content: "\e013";
}
.fa-igloo:before {
  content: "\f7ae";
}
.fa-image:before {
  content: "\f03e";
}
.fa-images:before {
  content: "\f302";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-industry:before {
  content: "\f275";
}
.fa-infinity:before {
  content: "\f534";
}
.fa-info:before {
  content: "\f129";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-innosoft:before {
  content: "\e080";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-instagram-square:before {
  content: "\e055";
}
.fa-instalod:before {
  content: "\e081";
}
.fa-intercom:before {
  content: "\f7af";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-invision:before {
  content: "\f7b0";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-italic:before {
  content: "\f033";
}
.fa-itch-io:before {
  content: "\f83a";
}
.fa-itunes:before {
  content: "\f3b4";
}
.fa-itunes-note:before {
  content: "\f3b5";
}
.fa-java:before {
  content: "\f4e4";
}
.fa-jedi:before {
  content: "\f669";
}
.fa-jedi-order:before {
  content: "\f50e";
}
.fa-jenkins:before {
  content: "\f3b6";
}
.fa-jira:before {
  content: "\f7b1";
}
.fa-joget:before {
  content: "\f3b7";
}
.fa-joint:before {
  content: "\f595";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-journal-whills:before {
  content: "\f66a";
}
.fa-js:before {
  content: "\f3b8";
}
.fa-js-square:before {
  content: "\f3b9";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-kaaba:before {
  content: "\f66b";
}
.fa-kaggle:before {
  content: "\f5fa";
}
.fa-key:before {
  content: "\f084";
}
.fa-keybase:before {
  content: "\f4f5";
}
.fa-keyboard:before {
  content: "\f11c";
}
.fa-keycdn:before {
  content: "\f3ba";
}
.fa-khanda:before {
  content: "\f66d";
}
.fa-kickstarter:before {
  content: "\f3bb";
}
.fa-kickstarter-k:before {
  content: "\f3bc";
}
.fa-kiss:before {
  content: "\f596";
}
.fa-kiss-beam:before {
  content: "\f597";
}
.fa-kiss-wink-heart:before {
  content: "\f598";
}
.fa-kiwi-bird:before {
  content: "\f535";
}
.fa-korvue:before {
  content: "\f42f";
}
.fa-landmark:before {
  content: "\f66f";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-laptop-code:before {
  content: "\f5fc";
}
.fa-laptop-house:before {
  content: "\e066";
}
.fa-laptop-medical:before {
  content: "\f812";
}
.fa-laravel:before {
  content: "\f3bd";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-laugh:before {
  content: "\f599";
}
.fa-laugh-beam:before {
  content: "\f59a";
}
.fa-laugh-squint:before {
  content: "\f59b";
}
.fa-laugh-wink:before {
  content: "\f59c";
}
.fa-layer-group:before {
  content: "\f5fd";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-lemon:before {
  content: "\f094";
}
.fa-less:before {
  content: "\f41d";
}
.fa-less-than:before {
  content: "\f536";
}
.fa-less-than-equal:before {
  content: "\f537";
}
.fa-level-down-alt:before {
  content: "\f3be";
}
.fa-level-up-alt:before {
  content: "\f3bf";
}
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-lightbulb:before {
  content: "\f0eb";
}
.fa-line:before {
  content: "\f3c0";
}
.fa-link:before {
  content: "\f0c1";
}
.fa-linkedin:before {
  content: "\f08c";
}
.fa-linkedin-in:before {
  content: "\f0e1";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-lira-sign:before {
  content: "\f195";
}
.fa-list:before {
  content: "\f03a";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-lock:before {
  content: "\f023";
}
.fa-lock-open:before {
  content: "\f3c1";
}
.fa-long-arrow-alt-down:before {
  content: "\f309";
}
.fa-long-arrow-alt-left:before {
  content: "\f30a";
}
.fa-long-arrow-alt-right:before {
  content: "\f30b";
}
.fa-long-arrow-alt-up:before {
  content: "\f30c";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-luggage-cart:before {
  content: "\f59d";
}
.fa-lungs:before {
  content: "\f604";
}
.fa-lungs-virus:before {
  content: "\e067";
}
.fa-lyft:before {
  content: "\f3c3";
}
.fa-magento:before {
  content: "\f3c4";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-mail-bulk:before {
  content: "\f674";
}
.fa-mailchimp:before {
  content: "\f59e";
}
.fa-male:before {
  content: "\f183";
}
.fa-mandalorian:before {
  content: "\f50f";
}
.fa-map:before {
  content: "\f279";
}
.fa-map-marked:before {
  content: "\f59f";
}
.fa-map-marked-alt:before {
  content: "\f5a0";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-map-marker-alt:before {
  content: "\f3c5";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-markdown:before {
  content: "\f60f";
}
.fa-marker:before {
  content: "\f5a1";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mask:before {
  content: "\f6fa";
}
.fa-mastodon:before {
  content: "\f4f6";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-mdb:before {
  content: "\f8ca";
}
.fa-medal:before {
  content: "\f5a2";
}
.fa-medapps:before {
  content: "\f3c6";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-medium-m:before {
  content: "\f3c7";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-medrt:before {
  content: "\f3c8";
}
.fa-meetup:before {
  content: "\f2e0";
}
.fa-megaport:before {
  content: "\f5a3";
}
.fa-meh:before {
  content: "\f11a";
}
.fa-meh-blank:before {
  content: "\f5a4";
}
.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}
.fa-memory:before {
  content: "\f538";
}
.fa-mendeley:before {
  content: "\f7b3";
}
.fa-menorah:before {
  content: "\f676";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-meteor:before {
  content: "\f753";
}
.fa-microblog:before {
  content: "\e01a";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-alt:before {
  content: "\f3c9";
}
.fa-microphone-alt-slash:before {
  content: "\f539";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-microscope:before {
  content: "\f610";
}
.fa-microsoft:before {
  content: "\f3ca";
}
.fa-minus:before {
  content: "\f068";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-mitten:before {
  content: "\f7b5";
}
.fa-mix:before {
  content: "\f3cb";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-mixer:before {
  content: "\e056";
}
.fa-mizuni:before {
  content: "\f3cc";
}
.fa-mobile:before {
  content: "\f10b";
}
.fa-mobile-alt:before {
  content: "\f3cd";
}
.fa-modx:before {
  content: "\f285";
}
.fa-monero:before {
  content: "\f3d0";
}
.fa-money-bill:before {
  content: "\f0d6";
}
.fa-money-bill-alt:before {
  content: "\f3d1";
}
.fa-money-bill-wave:before {
  content: "\f53a";
}
.fa-money-bill-wave-alt:before {
  content: "\f53b";
}
.fa-money-check:before {
  content: "\f53c";
}
.fa-money-check-alt:before {
  content: "\f53d";
}
.fa-monument:before {
  content: "\f5a6";
}
.fa-moon:before {
  content: "\f186";
}
.fa-mortar-pestle:before {
  content: "\f5a7";
}
.fa-mosque:before {
  content: "\f678";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-mountain:before {
  content: "\f6fc";
}
.fa-mouse:before {
  content: "\f8cc";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-mug-hot:before {
  content: "\f7b6";
}
.fa-music:before {
  content: "\f001";
}
.fa-napster:before {
  content: "\f3d2";
}
.fa-neos:before {
  content: "\f612";
}
.fa-network-wired:before {
  content: "\f6ff";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-newspaper:before {
  content: "\f1ea";
}
.fa-nimblr:before {
  content: "\f5a8";
}
.fa-node:before {
  content: "\f419";
}
.fa-node-js:before {
  content: "\f3d3";
}
.fa-not-equal:before {
  content: "\f53e";
}
.fa-notes-medical:before {
  content: "\f481";
}
.fa-npm:before {
  content: "\f3d4";
}
.fa-ns8:before {
  content: "\f3d5";
}
.fa-nutritionix:before {
  content: "\f3d6";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-octopus-deploy:before {
  content: "\e082";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-oil-can:before {
  content: "\f613";
}
.fa-old-republic:before {
  content: "\f510";
}
.fa-om:before {
  content: "\f679";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-orcid:before {
  content: "\f8d2";
}
.fa-osi:before {
  content: "\f41a";
}
.fa-otter:before {
  content: "\f700";
}
.fa-outdent:before {
  content: "\f03b";
}
.fa-page4:before {
  content: "\f3d7";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-pager:before {
  content: "\f815";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-paint-roller:before {
  content: "\f5aa";
}
.fa-palette:before {
  content: "\f53f";
}
.fa-palfed:before {
  content: "\f3d8";
}
.fa-pallet:before {
  content: "\f482";
}
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-parachute-box:before {
  content: "\f4cd";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-parking:before {
  content: "\f540";
}
.fa-passport:before {
  content: "\f5ab";
}
.fa-pastafarianism:before {
  content: "\f67b";
}
.fa-paste:before {
  content: "\f0ea";
}
.fa-patreon:before {
  content: "\f3d9";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-peace:before {
  content: "\f67c";
}
.fa-pen:before {
  content: "\f304";
}
.fa-pen-alt:before {
  content: "\f305";
}
.fa-pen-fancy:before {
  content: "\f5ac";
}
.fa-pen-nib:before {
  content: "\f5ad";
}
.fa-pen-square:before {
  content: "\f14b";
}
.fa-pencil-alt:before {
  content: "\f303";
}
.fa-pencil-ruler:before {
  content: "\f5ae";
}
.fa-penny-arcade:before {
  content: "\f704";
}
.fa-people-arrows:before {
  content: "\e068";
}
.fa-people-carry:before {
  content: "\f4ce";
}
.fa-pepper-hot:before {
  content: "\f816";
}
.fa-perbyte:before {
  content: "\e083";
}
.fa-percent:before {
  content: "\f295";
}
.fa-percentage:before {
  content: "\f541";
}
.fa-periscope:before {
  content: "\f3da";
}
.fa-person-booth:before {
  content: "\f756";
}
.fa-phabricator:before {
  content: "\f3db";
}
.fa-phoenix-framework:before {
  content: "\f3dc";
}
.fa-phoenix-squadron:before {
  content: "\f511";
}
.fa-phone:before {
  content: "\f095";
}
.fa-phone-alt:before {
  content: "\f879";
}
.fa-phone-slash:before {
  content: "\f3dd";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-phone-square-alt:before {
  content: "\f87b";
}
.fa-phone-volume:before {
  content: "\f2a0";
}
.fa-photo-video:before {
  content: "\f87c";
}
.fa-php:before {
  content: "\f457";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-pied-piper-hat:before {
  content: "\f4e5";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-square:before {
  content: "\e01e";
}
.fa-piggy-bank:before {
  content: "\f4d3";
}
.fa-pills:before {
  content: "\f484";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-pizza-slice:before {
  content: "\f818";
}
.fa-place-of-worship:before {
  content: "\f67f";
}
.fa-plane:before {
  content: "\f072";
}
.fa-plane-arrival:before {
  content: "\f5af";
}
.fa-plane-departure:before {
  content: "\f5b0";
}
.fa-plane-slash:before {
  content: "\e069";
}
.fa-play:before {
  content: "\f04b";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-playstation:before {
  content: "\f3df";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-plus:before {
  content: "\f067";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-poll:before {
  content: "\f681";
}
.fa-poll-h:before {
  content: "\f682";
}
.fa-poo:before {
  content: "\f2fe";
}
.fa-poo-storm:before {
  content: "\f75a";
}
.fa-poop:before {
  content: "\f619";
}
.fa-portrait:before {
  content: "\f3e0";
}
.fa-pound-sign:before {
  content: "\f154";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-pray:before {
  content: "\f683";
}
.fa-praying-hands:before {
  content: "\f684";
}
.fa-prescription:before {
  content: "\f5b1";
}
.fa-prescription-bottle:before {
  content: "\f485";
}
.fa-prescription-bottle-alt:before {
  content: "\f486";
}
.fa-print:before {
  content: "\f02f";
}
.fa-procedures:before {
  content: "\f487";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-project-diagram:before {
  content: "\f542";
}
.fa-pump-medical:before {
  content: "\e06a";
}
.fa-pump-soap:before {
  content: "\e06b";
}
.fa-pushed:before {
  content: "\f3e1";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-python:before {
  content: "\f3e2";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-question:before {
  content: "\f128";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-quidditch:before {
  content: "\f458";
}
.fa-quinscape:before {
  content: "\f459";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-quran:before {
  content: "\f687";
}
.fa-r-project:before {
  content: "\f4f7";
}
.fa-radiation:before {
  content: "\f7b9";
}
.fa-radiation-alt:before {
  content: "\f7ba";
}
.fa-rainbow:before {
  content: "\f75b";
}
.fa-random:before {
  content: "\f074";
}
.fa-raspberry-pi:before {
  content: "\f7bb";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-react:before {
  content: "\f41b";
}
.fa-reacteurope:before {
  content: "\f75d";
}
.fa-readme:before {
  content: "\f4d5";
}
.fa-rebel:before {
  content: "\f1d0";
}
.fa-receipt:before {
  content: "\f543";
}
.fa-record-vinyl:before {
  content: "\f8d9";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-red-river:before {
  content: "\f3e3";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-redhat:before {
  content: "\f7bc";
}
.fa-redo:before {
  content: "\f01e";
}
.fa-redo-alt:before {
  content: "\f2f9";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-remove-format:before {
  content: "\f87d";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-reply:before {
  content: "\f3e5";
}
.fa-reply-all:before {
  content: "\f122";
}
.fa-replyd:before {
  content: "\f3e6";
}
.fa-republican:before {
  content: "\f75e";
}
.fa-researchgate:before {
  content: "\f4f8";
}
.fa-resolving:before {
  content: "\f3e7";
}
.fa-restroom:before {
  content: "\f7bd";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-rev:before {
  content: "\f5b2";
}
.fa-ribbon:before {
  content: "\f4d6";
}
.fa-ring:before {
  content: "\f70b";
}
.fa-road:before {
  content: "\f018";
}
.fa-robot:before {
  content: "\f544";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-rocketchat:before {
  content: "\f3e8";
}
.fa-rockrms:before {
  content: "\f3e9";
}
.fa-route:before {
  content: "\f4d7";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-ruble-sign:before {
  content: "\f158";
}
.fa-ruler:before {
  content: "\f545";
}
.fa-ruler-combined:before {
  content: "\f546";
}
.fa-ruler-horizontal:before {
  content: "\f547";
}
.fa-ruler-vertical:before {
  content: "\f548";
}
.fa-running:before {
  content: "\f70c";
}
.fa-rupee-sign:before {
  content: "\f156";
}
.fa-rust:before {
  content: "\e07a";
}
.fa-sad-cry:before {
  content: "\f5b3";
}
.fa-sad-tear:before {
  content: "\f5b4";
}
.fa-safari:before {
  content: "\f267";
}
.fa-salesforce:before {
  content: "\f83b";
}
.fa-sass:before {
  content: "\f41e";
}
.fa-satellite:before {
  content: "\f7bf";
}
.fa-satellite-dish:before {
  content: "\f7c0";
}
.fa-save:before {
  content: "\f0c7";
}
.fa-schlix:before {
  content: "\f3ea";
}
.fa-school:before {
  content: "\f549";
}
.fa-screwdriver:before {
  content: "\f54a";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-scroll:before {
  content: "\f70e";
}
.fa-sd-card:before {
  content: "\f7c2";
}
.fa-search:before {
  content: "\f002";
}
.fa-search-dollar:before {
  content: "\f688";
}
.fa-search-location:before {
  content: "\f689";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-searchengin:before {
  content: "\f3eb";
}
.fa-seedling:before {
  content: "\f4d8";
}
.fa-sellcast:before {
  content: "\f2da";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-server:before {
  content: "\f233";
}
.fa-servicestack:before {
  content: "\f3ec";
}
.fa-shapes:before {
  content: "\f61f";
}
.fa-share:before {
  content: "\f064";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-shekel-sign:before {
  content: "\f20b";
}
.fa-shield-alt:before {
  content: "\f3ed";
}
.fa-shield-virus:before {
  content: "\e06c";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-shipping-fast:before {
  content: "\f48b";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-shoe-prints:before {
  content: "\f54b";
}
.fa-shopify:before {
  content: "\e057";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-shopware:before {
  content: "\f5b5";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-shuttle-van:before {
  content: "\f5b6";
}
.fa-sign:before {
  content: "\f4d9";
}
.fa-sign-in-alt:before {
  content: "\f2f6";
}
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-sign-out-alt:before {
  content: "\f2f5";
}
.fa-signal:before {
  content: "\f012";
}
.fa-signature:before {
  content: "\f5b7";
}
.fa-sim-card:before {
  content: "\f7c4";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-sink:before {
  content: "\e06d";
}
.fa-sistrix:before {
  content: "\f3ee";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-sith:before {
  content: "\f512";
}
.fa-skating:before {
  content: "\f7c5";
}
.fa-sketch:before {
  content: "\f7c6";
}
.fa-skiing:before {
  content: "\f7c9";
}
.fa-skiing-nordic:before {
  content: "\f7ca";
}
.fa-skull:before {
  content: "\f54c";
}
.fa-skull-crossbones:before {
  content: "\f714";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-slack:before {
  content: "\f198";
}
.fa-slack-hash:before {
  content: "\f3ef";
}
.fa-slash:before {
  content: "\f715";
}
.fa-sleigh:before {
  content: "\f7cc";
}
.fa-sliders-h:before {
  content: "\f1de";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-smile:before {
  content: "\f118";
}
.fa-smile-beam:before {
  content: "\f5b8";
}
.fa-smile-wink:before {
  content: "\f4da";
}
.fa-smog:before {
  content: "\f75f";
}
.fa-smoking:before {
  content: "\f48d";
}
.fa-smoking-ban:before {
  content: "\f54d";
}
.fa-sms:before {
  content: "\f7cd";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-snowboarding:before {
  content: "\f7ce";
}
.fa-snowflake:before {
  content: "\f2dc";
}
.fa-snowman:before {
  content: "\f7d0";
}
.fa-snowplow:before {
  content: "\f7d2";
}
.fa-soap:before {
  content: "\e06e";
}
.fa-socks:before {
  content: "\f696";
}
.fa-solar-panel:before {
  content: "\f5ba";
}
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-alpha-down:before {
  content: "\f15d";
}
.fa-sort-alpha-down-alt:before {
  content: "\f881";
}
.fa-sort-alpha-up:before {
  content: "\f15e";
}
.fa-sort-alpha-up-alt:before {
  content: "\f882";
}
.fa-sort-amount-down:before {
  content: "\f160";
}
.fa-sort-amount-down-alt:before {
  content: "\f884";
}
.fa-sort-amount-up:before {
  content: "\f161";
}
.fa-sort-amount-up-alt:before {
  content: "\f885";
}
.fa-sort-down:before {
  content: "\f0dd";
}
.fa-sort-numeric-down:before {
  content: "\f162";
}
.fa-sort-numeric-down-alt:before {
  content: "\f886";
}
.fa-sort-numeric-up:before {
  content: "\f163";
}
.fa-sort-numeric-up-alt:before {
  content: "\f887";
}
.fa-sort-up:before {
  content: "\f0de";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-sourcetree:before {
  content: "\f7d3";
}
.fa-spa:before {
  content: "\f5bb";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-speakap:before {
  content: "\f3f3";
}
.fa-speaker-deck:before {
  content: "\f83c";
}
.fa-spell-check:before {
  content: "\f891";
}
.fa-spider:before {
  content: "\f717";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-splotch:before {
  content: "\f5bc";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-spray-can:before {
  content: "\f5bd";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-square-full:before {
  content: "\f45c";
}
.fa-square-root-alt:before {
  content: "\f698";
}
.fa-squarespace:before {
  content: "\f5be";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-stackpath:before {
  content: "\f842";
}
.fa-stamp:before {
  content: "\f5bf";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-and-crescent:before {
  content: "\f699";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-star-half-alt:before {
  content: "\f5c0";
}
.fa-star-of-david:before {
  content: "\f69a";
}
.fa-star-of-life:before {
  content: "\f621";
}
.fa-staylinked:before {
  content: "\f3f5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-steam-symbol:before {
  content: "\f3f6";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-sticker-mule:before {
  content: "\f3f7";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stopwatch:before {
  content: "\f2f2";
}
.fa-stopwatch-20:before {
  content: "\e06f";
}
.fa-store:before {
  content: "\f54e";
}
.fa-store-alt:before {
  content: "\f54f";
}
.fa-store-alt-slash:before {
  content: "\e070";
}
.fa-store-slash:before {
  content: "\e071";
}
.fa-strava:before {
  content: "\f428";
}
.fa-stream:before {
  content: "\f550";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-stripe:before {
  content: "\f429";
}
.fa-stripe-s:before {
  content: "\f42a";
}
.fa-stroopwafel:before {
  content: "\f551";
}
.fa-studiovinari:before {
  content: "\f3f8";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-subway:before {
  content: "\f239";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-suitcase-rolling:before {
  content: "\f5c1";
}
.fa-sun:before {
  content: "\f185";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-supple:before {
  content: "\f3f9";
}
.fa-surprise:before {
  content: "\f5c2";
}
.fa-suse:before {
  content: "\f7d6";
}
.fa-swatchbook:before {
  content: "\f5c3";
}
.fa-swift:before {
  content: "\f8e1";
}
.fa-swimmer:before {
  content: "\f5c4";
}
.fa-swimming-pool:before {
  content: "\f5c5";
}
.fa-symfony:before {
  content: "\f83d";
}
.fa-synagogue:before {
  content: "\f69b";
}
.fa-sync:before {
  content: "\f021";
}
.fa-sync-alt:before {
  content: "\f2f1";
}
.fa-syringe:before {
  content: "\f48e";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-table-tennis:before {
  content: "\f45d";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-tablet-alt:before {
  content: "\f3fa";
}
.fa-tablets:before {
  content: "\f490";
}
.fa-tachometer-alt:before {
  content: "\f3fd";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-tape:before {
  content: "\f4db";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-taxi:before {
  content: "\f1ba";
}
.fa-teamspeak:before {
  content: "\f4f9";
}
.fa-teeth:before {
  content: "\f62e";
}
.fa-teeth-open:before {
  content: "\f62f";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-telegram-plane:before {
  content: "\f3fe";
}
.fa-temperature-high:before {
  content: "\f769";
}
.fa-temperature-low:before {
  content: "\f76b";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-tenge:before {
  content: "\f7d7";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-the-red-yeti:before {
  content: "\f69d";
}
.fa-theater-masks:before {
  content: "\f630";
}
.fa-themeco:before {
  content: "\f5c6";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-thermometer:before {
  content: "\f491";
}
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-think-peaks:before {
  content: "\f731";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbtack:before {
  content: "\f08d";
}
.fa-ticket-alt:before {
  content: "\f3ff";
}
.fa-tiktok:before {
  content: "\e07b";
}
.fa-times:before {
  content: "\f00d";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-tint:before {
  content: "\f043";
}
.fa-tint-slash:before {
  content: "\f5c7";
}
.fa-tired:before {
  content: "\f5c8";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-toilet:before {
  content: "\f7d8";
}
.fa-toilet-paper:before {
  content: "\f71e";
}
.fa-toilet-paper-slash:before {
  content: "\e072";
}
.fa-toolbox:before {
  content: "\f552";
}
.fa-tools:before {
  content: "\f7d9";
}
.fa-tooth:before {
  content: "\f5c9";
}
.fa-torah:before {
  content: "\f6a0";
}
.fa-torii-gate:before {
  content: "\f6a1";
}
.fa-tractor:before {
  content: "\f722";
}
.fa-trade-federation:before {
  content: "\f513";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-traffic-light:before {
  content: "\f637";
}
.fa-trailer:before {
  content: "\e041";
}
.fa-train:before {
  content: "\f238";
}
.fa-tram:before {
  content: "\f7da";
}
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-trash-alt:before {
  content: "\f2ed";
}
.fa-trash-restore:before {
  content: "\f829";
}
.fa-trash-restore-alt:before {
  content: "\f82a";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-trello:before {
  content: "\f181";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-truck-loading:before {
  content: "\f4de";
}
.fa-truck-monster:before {
  content: "\f63b";
}
.fa-truck-moving:before {
  content: "\f4df";
}
.fa-truck-pickup:before {
  content: "\f63c";
}
.fa-tshirt:before {
  content: "\f553";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-tv:before {
  content: "\f26c";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-typo3:before {
  content: "\f42b";
}
.fa-uber:before {
  content: "\f402";
}
.fa-ubuntu:before {
  content: "\f7df";
}
.fa-uikit:before {
  content: "\f403";
}
.fa-umbraco:before {
  content: "\f8e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-umbrella-beach:before {
  content: "\f5ca";
}
.fa-uncharted:before {
  content: "\e084";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-undo:before {
  content: "\f0e2";
}
.fa-undo-alt:before {
  content: "\f2ea";
}
.fa-uniregistry:before {
  content: "\f404";
}
.fa-unity:before {
  content: "\e049";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-university:before {
  content: "\f19c";
}
.fa-unlink:before {
  content: "\f127";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-unsplash:before {
  content: "\e07c";
}
.fa-untappd:before {
  content: "\f405";
}
.fa-upload:before {
  content: "\f093";
}
.fa-ups:before {
  content: "\f7e0";
}
.fa-usb:before {
  content: "\f287";
}
.fa-user:before {
  content: "\f007";
}
.fa-user-alt:before {
  content: "\f406";
}
.fa-user-alt-slash:before {
  content: "\f4fa";
}
.fa-user-astronaut:before {
  content: "\f4fb";
}
.fa-user-check:before {
  content: "\f4fc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-clock:before {
  content: "\f4fd";
}
.fa-user-cog:before {
  content: "\f4fe";
}
.fa-user-edit:before {
  content: "\f4ff";
}
.fa-user-friends:before {
  content: "\f500";
}
.fa-user-graduate:before {
  content: "\f501";
}
.fa-user-injured:before {
  content: "\f728";
}
.fa-user-lock:before {
  content: "\f502";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-user-minus:before {
  content: "\f503";
}
.fa-user-ninja:before {
  content: "\f504";
}
.fa-user-nurse:before {
  content: "\f82f";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-user-shield:before {
  content: "\f505";
}
.fa-user-slash:before {
  content: "\f506";
}
.fa-user-tag:before {
  content: "\f507";
}
.fa-user-tie:before {
  content: "\f508";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-users:before {
  content: "\f0c0";
}
.fa-users-cog:before {
  content: "\f509";
}
.fa-users-slash:before {
  content: "\e073";
}
.fa-usps:before {
  content: "\f7e1";
}
.fa-ussunnah:before {
  content: "\f407";
}
.fa-utensil-spoon:before {
  content: "\f2e5";
}
.fa-utensils:before {
  content: "\f2e7";
}
.fa-vaadin:before {
  content: "\f408";
}
.fa-vector-square:before {
  content: "\f5cb";
}
.fa-venus:before {
  content: "\f221";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-vest:before {
  content: "\e085";
}
.fa-vest-patches:before {
  content: "\e086";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-vial:before {
  content: "\f492";
}
.fa-vials:before {
  content: "\f493";
}
.fa-viber:before {
  content: "\f409";
}
.fa-video:before {
  content: "\f03d";
}
.fa-video-slash:before {
  content: "\f4e2";
}
.fa-vihara:before {
  content: "\f6a7";
}
.fa-vimeo:before {
  content: "\f40a";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-vimeo-v:before {
  content: "\f27d";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-virus:before {
  content: "\e074";
}
.fa-virus-slash:before {
  content: "\e075";
}
.fa-viruses:before {
  content: "\e076";
}
.fa-vk:before {
  content: "\f189";
}
.fa-vnv:before {
  content: "\f40b";
}
.fa-voicemail:before {
  content: "\f897";
}
.fa-volleyball-ball:before {
  content: "\f45f";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-mute:before {
  content: "\f6a9";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-vote-yea:before {
  content: "\f772";
}
.fa-vr-cardboard:before {
  content: "\f729";
}
.fa-vuejs:before {
  content: "\f41f";
}
.fa-walking:before {
  content: "\f554";
}
.fa-wallet:before {
  content: "\f555";
}
.fa-warehouse:before {
  content: "\f494";
}
.fa-watchman-monitoring:before {
  content: "\e087";
}
.fa-water:before {
  content: "\f773";
}
.fa-wave-square:before {
  content: "\f83e";
}
.fa-waze:before {
  content: "\f83f";
}
.fa-weebly:before {
  content: "\f5cc";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-weight:before {
  content: "\f496";
}
.fa-weight-hanging:before {
  content: "\f5cd";
}
.fa-weixin:before {
  content: "\f1d7";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-whatsapp-square:before {
  content: "\f40c";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-whmcs:before {
  content: "\f40d";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-wind:before {
  content: "\f72e";
}
.fa-window-close:before {
  content: "\f410";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-wine-bottle:before {
  content: "\f72f";
}
.fa-wine-glass:before {
  content: "\f4e3";
}
.fa-wine-glass-alt:before {
  content: "\f5ce";
}
.fa-wix:before {
  content: "\f5cf";
}
.fa-wizards-of-the-coast:before {
  content: "\f730";
}
.fa-wodu:before {
  content: "\e088";
}
.fa-wolf-pack-battalion:before {
  content: "\f514";
}
.fa-won-sign:before {
  content: "\f159";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-wordpress-simple:before {
  content: "\f411";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-wpressr:before {
  content: "\f3e4";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-x-ray:before {
  content: "\f497";
}
.fa-xbox:before {
  content: "\f412";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-yammer:before {
  content: "\f840";
}
.fa-yandex:before {
  content: "\f413";
}
.fa-yandex-international:before {
  content: "\f414";
}
.fa-yarn:before {
  content: "\f7e3";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-yen-sign:before {
  content: "\f157";
}
.fa-yin-yang:before {
  content: "\f6ad";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-youtube-square:before {
  content: "\f431";
}
.fa-zhihu:before {
  content: "\f63f";
}
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url('fontawesome/webfonts/fa-solid-900.eot');
  src: url('fontawesome/webfonts/fa-solid-900.eot?#iefix') format('embedded-opentype'), url('fontawesome/webfonts/fa-solid-900.woff2') format('woff2'), url('fontawesome/webfonts/fa-solid-900.woff') format('woff'), url('fontawesome/webfonts/fa-solid-900.ttf') format('truetype'), url('fontawesome/webfonts/fa-solid-900.svg#fontawesome') format('svg');
}
.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('fontawesome/webfonts/fa-brands-400.eot');
  src: url('fontawesome/webfonts/fa-brands-400.eot?#iefix') format('embedded-opentype'), url('fontawesome/webfonts/fa-brands-400.woff2') format('woff2'), url('fontawesome/webfonts/fa-brands-400.woff') format('woff'), url('fontawesome/webfonts/fa-brands-400.ttf') format('truetype'), url('fontawesome/webfonts/fa-brands-400.svg#fontawesome') format('svg');
}
.fab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('fontawesome/webfonts/fa-regular-400.eot');
  src: url('fontawesome/webfonts/fa-regular-400.eot?#iefix') format('embedded-opentype'), url('fontawesome/webfonts/fa-regular-400.woff2') format('woff2'), url('fontawesome/webfonts/fa-regular-400.woff') format('woff'), url('fontawesome/webfonts/fa-regular-400.ttf') format('truetype'), url('fontawesome/webfonts/fa-regular-400.svg#fontawesome') format('svg');
}
.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
/*
 * LMS version 1.11-git
 *
 *  (C) Copyright 2001-2020 LMS Developers
 *
 *  Please, see the doc/AUTHORS for more information about authors!
 *
 *  This program is free software; you can redistribute it and/or modify
 *  it under the terms of the GNU General Public License Version 2 as
 *  published by the Free Software Foundation.
 *
 *  This program is distributed in the hope that it will be useful,
 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 *  GNU General Public License for more details.
 *
 *  You should have received a copy of the GNU General Public License
 *  along with this program; if not, write to the Free Software
 *  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
 *  USA.
 *
 *  $Id$
 */
.lms-ui-icon {
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon {
    font-size: 125%;
  }
}
.lms-ui-icon-fixed-width {
  width: 1.5em;
  text-align: center;
}
.lms-ui-icon-spacer {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-spacer.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-spacer.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-spacer {
    font-size: 125%;
  }
}
.lms-ui-icon-spacer:before {
  content: "\f111";
  color: transparent;
}
.lms-ui-icon-watch,
.lms-ui-icon-start-watch,
.lms-ui-icon-watch-start {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-watch.fa-pull-left,
.lms-ui-icon-start-watch.fa-pull-left,
.lms-ui-icon-watch-start.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-watch.fa-pull-right,
.lms-ui-icon-start-watch.fa-pull-right,
.lms-ui-icon-watch-start.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-watch,
  .lms-ui-icon-start-watch,
  .lms-ui-icon-watch-start {
    font-size: 125%;
  }
}
.lms-ui-icon-watch:before,
.lms-ui-icon-start-watch:before,
.lms-ui-icon-watch-start:before {
  content: "\f06e";
}
.lms-ui-icon-unwatch,
.lms-ui-icon-stop-watch,
.lms-ui-icon-watch-stop {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-unwatch.fa-pull-left,
.lms-ui-icon-stop-watch.fa-pull-left,
.lms-ui-icon-watch-stop.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-unwatch.fa-pull-right,
.lms-ui-icon-stop-watch.fa-pull-right,
.lms-ui-icon-watch-stop.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-unwatch,
  .lms-ui-icon-stop-watch,
  .lms-ui-icon-watch-stop {
    font-size: 125%;
  }
}
.lms-ui-icon-unwatch:before,
.lms-ui-icon-stop-watch:before,
.lms-ui-icon-watch-stop:before {
  content: "\f070";
}
.lms-ui-icon-tariff-limit {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-tariff-limit.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-tariff-limit.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-tariff-limit {
    font-size: 125%;
  }
}
.lms-ui-icon-tariff-limit:before {
  content: "\f252";
}
.lms-ui-icon-map-pin {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-map-pin.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-map-pin.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-map-pin {
    font-size: 125%;
  }
}
.lms-ui-icon-map-pin:before {
  content: "\f276";
}
.lms-ui-icon-customer-location {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
  color: red;
}
.lms-ui-icon-customer-location.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-customer-location.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-customer-location {
    font-size: 125%;
  }
}
.lms-ui-icon-customer-location:before {
  content: "\f276";
}
.lms-ui-icon-default-customer-location {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
  color: blue;
}
.lms-ui-icon-default-customer-location.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-default-customer-location.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-default-customer-location {
    font-size: 125%;
  }
}
.lms-ui-icon-default-customer-location:before {
  content: "\f276";
}
.lms-ui-icon-sticky-note,
.lms-ui-icon-memo {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-sticky-note.fa-pull-left,
.lms-ui-icon-memo.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-sticky-note.fa-pull-right,
.lms-ui-icon-memo.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-sticky-note,
  .lms-ui-icon-memo {
    font-size: 125%;
  }
}
.lms-ui-icon-sticky-note:before,
.lms-ui-icon-memo:before {
  content: "\f249";
}
.lms-ui-icon-quick-send {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-quick-send.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-quick-send.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-quick-send {
    font-size: 125%;
  }
}
.lms-ui-icon-quick-send:before {
  content: "\f2f6";
}
.lms-ui-icon-nodesession,
.lms-ui-icon-session {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}
.lms-ui-icon-nodesession.fa-pull-left,
.lms-ui-icon-session.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-nodesession.fa-pull-right,
.lms-ui-icon-session.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-nodesession,
  .lms-ui-icon-session {
    font-size: 125%;
  }
}
.lms-ui-icon-nodesession:before,
.lms-ui-icon-session:before {
  content: "\f362";
}
.lms-ui-icon-change-format {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-change-format.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-change-format.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-change-format {
    font-size: 125%;
  }
}
.lms-ui-icon-change-format:before {
  content: "\f362";
}
.lms-ui-icon-nodelock,
.lms-ui-icon-lock {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-nodelock.fa-pull-left,
.lms-ui-icon-lock.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-nodelock.fa-pull-right,
.lms-ui-icon-lock.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-nodelock,
  .lms-ui-icon-lock {
    font-size: 125%;
  }
}
.lms-ui-icon-nodelock:before,
.lms-ui-icon-lock:before {
  content: "\f023";
}
.lms-ui-icon-convert,
.lms-ui-icon-transform {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-convert.fa-pull-left,
.lms-ui-icon-transform.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-convert.fa-pull-right,
.lms-ui-icon-transform.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-convert,
  .lms-ui-icon-transform {
    font-size: 125%;
  }
}
.lms-ui-icon-convert:before,
.lms-ui-icon-transform:before {
  content: "\f362";
}
.lms-ui-icon-correct,
.lms-ui-icon-correction {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-correct.fa-pull-left,
.lms-ui-icon-correction.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-correct.fa-pull-right,
.lms-ui-icon-correction.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-correct,
  .lms-ui-icon-correction {
    font-size: 125%;
  }
}
.lms-ui-icon-correct:before,
.lms-ui-icon-correction:before {
  content: "\f0ad";
}
.lms-ui-icon-cashsource,
.lms-ui-icon-isource,
.lms-ui-icon-importsource {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-cashsource.fa-pull-left,
.lms-ui-icon-isource.fa-pull-left,
.lms-ui-icon-importsource.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-cashsource.fa-pull-right,
.lms-ui-icon-isource.fa-pull-right,
.lms-ui-icon-importsource.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-cashsource,
  .lms-ui-icon-isource,
  .lms-ui-icon-importsource {
    font-size: 125%;
  }
}
.lms-ui-icon-cashsource:before,
.lms-ui-icon-isource:before,
.lms-ui-icon-importsource:before {
  content: "\f570";
}
.lms-ui-icon-import {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-import.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-import.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-import {
    font-size: 125%;
  }
}
.lms-ui-icon-import:before {
  content: "\f56f";
}
.lms-ui-icon-debitnote,
.lms-ui-icon-dnote {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-debitnote.fa-pull-left,
.lms-ui-icon-dnote.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-debitnote.fa-pull-right,
.lms-ui-icon-dnote.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-debitnote,
  .lms-ui-icon-dnote {
    font-size: 125%;
  }
}
.lms-ui-icon-debitnote:before,
.lms-ui-icon-dnote:before {
  content: "\f571";
}
.lms-ui-icon-money,
.lms-ui-icon-cash,
.lms-ui-icon-paytype {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-money.fa-pull-left,
.lms-ui-icon-cash.fa-pull-left,
.lms-ui-icon-paytype.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-money.fa-pull-right,
.lms-ui-icon-cash.fa-pull-right,
.lms-ui-icon-paytype.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-money,
  .lms-ui-icon-cash,
  .lms-ui-icon-paytype {
    font-size: 125%;
  }
}
.lms-ui-icon-money:before,
.lms-ui-icon-cash:before,
.lms-ui-icon-paytype:before {
  content: "\f0d6";
}
.lms-ui-icon-settle,
.lms-ui-icon-value {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-settle.fa-pull-left,
.lms-ui-icon-value.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-settle.fa-pull-right,
.lms-ui-icon-value.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-settle,
  .lms-ui-icon-value {
    font-size: 125%;
  }
}
.lms-ui-icon-settle:before,
.lms-ui-icon-value:before {
  content: "\f51e";
}
.lms-ui-icon-signout {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-signout.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-signout.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-signout {
    font-size: 125%;
  }
}
.lms-ui-icon-signout:before {
  content: "\f127";
}
.lms-ui-icon-hourglass,
.lms-ui-icon-wait {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-hourglass.fa-pull-left,
.lms-ui-icon-wait.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-hourglass.fa-pull-right,
.lms-ui-icon-wait.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-hourglass,
  .lms-ui-icon-wait {
    font-size: 125%;
  }
}
.lms-ui-icon-hourglass:before,
.lms-ui-icon-wait:before {
  content: "\f254";
}
.lms-ui-icon-options,
.lms-ui-icon-option {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-options.fa-pull-left,
.lms-ui-icon-option.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-options.fa-pull-right,
.lms-ui-icon-option.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-options,
  .lms-ui-icon-option {
    font-size: 125%;
  }
}
.lms-ui-icon-options:before,
.lms-ui-icon-option:before {
  content: "\f0ce";
}
.lms-ui-icon-sign,
.lms-ui-icon-signature,
.lms-ui-icon-consent {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-sign.fa-pull-left,
.lms-ui-icon-signature.fa-pull-left,
.lms-ui-icon-consent.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-sign.fa-pull-right,
.lms-ui-icon-signature.fa-pull-right,
.lms-ui-icon-consent.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-sign,
  .lms-ui-icon-signature,
  .lms-ui-icon-consent {
    font-size: 125%;
  }
}
.lms-ui-icon-sign:before,
.lms-ui-icon-signature:before,
.lms-ui-icon-consent:before {
  content: "\f5b7";
}
.lms-ui-icon-assignment,
.lms-ui-icon-assign {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-assignment.fa-pull-left,
.lms-ui-icon-assign.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-assignment.fa-pull-right,
.lms-ui-icon-assign.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-assignment,
  .lms-ui-icon-assign {
    font-size: 125%;
  }
}
.lms-ui-icon-assignment:before,
.lms-ui-icon-assign:before {
  content: "\f53d";
}
.lms-ui-icon-save,
.lms-ui-icon-submit {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-save.fa-pull-left,
.lms-ui-icon-submit.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-save.fa-pull-right,
.lms-ui-icon-submit.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-save,
  .lms-ui-icon-submit {
    font-size: 125%;
  }
}
.lms-ui-icon-save:before,
.lms-ui-icon-submit:before {
  content: "\f0c7";
}
.lms-ui-icon-cancel {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-cancel.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-cancel.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-cancel {
    font-size: 125%;
  }
}
.lms-ui-icon-cancel:before {
  content: "\f55a";
}
.lms-ui-icon-location {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-location.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-location.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-location {
    font-size: 125%;
  }
}
.lms-ui-icon-location:before {
  content: "\f3c5";
}
.lms-ui-icon-location-netstork {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-location-netstork.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-location-netstork.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-location-netstork {
    font-size: 125%;
  }
}
.lms-ui-icon-location-netstork:before {
  content: "\f124";
}
.lms-ui-icon-location-geoportal {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-location-geoportal.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-location-geoportal.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-location-geoportal {
    font-size: 125%;
  }
}
.lms-ui-icon-location-geoportal:before {
  content: "\f1b2";
}
.lms-ui-icon-location-sidusis {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-location-sidusis.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-location-sidusis.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-location-sidusis {
    font-size: 125%;
  }
}
.lms-ui-icon-location-sidusis:before {
  content: "\f279";
}
.lms-ui-icon-search {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-search.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-search.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-search {
    font-size: 125%;
  }
}
.lms-ui-icon-search:before {
  content: "\f002";
}
.lms-ui-icon-next {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-next.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-next.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-next {
    font-size: 125%;
  }
}
.lms-ui-icon-next:before {
  content: "\f101";
}
.lms-ui-icon-fast-next {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-fast-next.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-fast-next.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-fast-next {
    font-size: 125%;
  }
}
.lms-ui-icon-fast-next:before {
  content: "\f050";
}
.lms-ui-icon-previous {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-previous.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-previous.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-previous {
    font-size: 125%;
  }
}
.lms-ui-icon-previous:before {
  content: "\f100";
}
.lms-ui-icon-fast-previous {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-fast-previous.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-fast-previous.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-fast-previous {
    font-size: 125%;
  }
}
.lms-ui-icon-fast-previous:before {
  content: "\f049";
}
.lms-ui-icon-current-year {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-current-year.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-current-year.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-current-year {
    font-size: 125%;
  }
}
.lms-ui-icon-current-year:before {
  content: "\f102";
}
.lms-ui-icon-clone,
.lms-ui-icon-copy {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-clone.fa-pull-left,
.lms-ui-icon-copy.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-clone.fa-pull-right,
.lms-ui-icon-copy.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-clone,
  .lms-ui-icon-copy {
    font-size: 125%;
  }
}
.lms-ui-icon-clone:before,
.lms-ui-icon-copy:before {
  content: "\f0c5";
}
.lms-ui-icon-clean,
.lms-ui-icon-clear {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-clean.fa-pull-left,
.lms-ui-icon-clear.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-clean.fa-pull-right,
.lms-ui-icon-clear.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-clean,
  .lms-ui-icon-clear {
    font-size: 125%;
  }
}
.lms-ui-icon-clean:before,
.lms-ui-icon-clear:before {
  content: "\f12d";
}
.lms-ui-icon-trash,
.lms-ui-icon-delete,
.lms-ui-icon-remove {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-trash.fa-pull-left,
.lms-ui-icon-delete.fa-pull-left,
.lms-ui-icon-remove.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-trash.fa-pull-right,
.lms-ui-icon-delete.fa-pull-right,
.lms-ui-icon-remove.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-trash,
  .lms-ui-icon-delete,
  .lms-ui-icon-remove {
    font-size: 125%;
  }
}
.lms-ui-icon-trash:before,
.lms-ui-icon-delete:before,
.lms-ui-icon-remove:before {
  content: "\f1f8";
}
.lms-ui-icon-edit,
.lms-ui-icon-change,
.lms-ui-icon-modify {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-edit.fa-pull-left,
.lms-ui-icon-change.fa-pull-left,
.lms-ui-icon-modify.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-edit.fa-pull-right,
.lms-ui-icon-change.fa-pull-right,
.lms-ui-icon-modify.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-edit,
  .lms-ui-icon-change,
  .lms-ui-icon-modify {
    font-size: 125%;
  }
}
.lms-ui-icon-edit:before,
.lms-ui-icon-change:before,
.lms-ui-icon-modify:before {
  content: "\f044";
}
.lms-ui-icon-fileupload,
.lms-ui-icon-attachment {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-fileupload.fa-pull-left,
.lms-ui-icon-attachment.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-fileupload.fa-pull-right,
.lms-ui-icon-attachment.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-fileupload,
  .lms-ui-icon-attachment {
    font-size: 125%;
  }
}
.lms-ui-icon-fileupload:before,
.lms-ui-icon-attachment:before {
  content: "\f0c6";
}
.lms-ui-icon-download {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-download.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-download.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-download {
    font-size: 125%;
  }
}
.lms-ui-icon-download:before {
  content: "\f019";
}
.lms-ui-icon-upload {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-upload.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-upload.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-upload {
    font-size: 125%;
  }
}
.lms-ui-icon-upload:before {
  content: "\f093";
}
.lms-ui-icon-back,
.lms-ui-icon-return {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-back.fa-pull-left,
.lms-ui-icon-return.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-back.fa-pull-right,
.lms-ui-icon-return.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-back,
  .lms-ui-icon-return {
    font-size: 125%;
  }
}
.lms-ui-icon-back:before,
.lms-ui-icon-return:before {
  content: "\f151";
}
.lms-ui-icon-expired {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-expired.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-expired.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-expired {
    font-size: 125%;
  }
}
.lms-ui-icon-expired:before {
  content: "\f06a";
}
.lms-ui-icon-add,
.lms-ui-icon-new,
.lms-ui-icon-append {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-add.fa-pull-left,
.lms-ui-icon-new.fa-pull-left,
.lms-ui-icon-append.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-add.fa-pull-right,
.lms-ui-icon-new.fa-pull-right,
.lms-ui-icon-append.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-add,
  .lms-ui-icon-new,
  .lms-ui-icon-append {
    font-size: 125%;
  }
}
.lms-ui-icon-add:before,
.lms-ui-icon-new:before,
.lms-ui-icon-append:before {
  content: "\f0fe";
}
.lms-ui-icon-print {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-print.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-print.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-print {
    font-size: 125%;
  }
}
.lms-ui-icon-print:before {
  content: "\f02f";
}
.lms-ui-icon-descending {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-descending.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-descending.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-descending {
    font-size: 125%;
  }
}
.lms-ui-icon-descending:before {
  content: "\f0dd";
}
.lms-ui-icon-sorting {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-sorting.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-sorting.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-sorting {
    font-size: 125%;
  }
}
.lms-ui-icon-sorting:before {
  content: "\f0dc";
}
.lms-ui-icon-ascending {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-ascending.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-ascending.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-ascending {
    font-size: 125%;
  }
}
.lms-ui-icon-ascending:before {
  content: "\f0de";
}
.lms-ui-icon-confirm,
.lms-ui-icon-apply {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-confirm.fa-pull-left,
.lms-ui-icon-apply.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-confirm.fa-pull-right,
.lms-ui-icon-apply.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-confirm,
  .lms-ui-icon-apply {
    font-size: 125%;
  }
}
.lms-ui-icon-confirm:before,
.lms-ui-icon-apply:before {
  content: "\f560";
}
.lms-ui-icon-mail {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-mail.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-mail.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-mail {
    font-size: 125%;
  }
}
.lms-ui-icon-mail:before {
  content: "\f1fa";
}
.lms-ui-icon-send {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-send.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-send.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-send {
    font-size: 125%;
  }
}
.lms-ui-icon-send:before {
  content: "\f0e0";
}
.lms-ui-icon-phone,
.lms-ui-icon-call {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-phone.fa-pull-left,
.lms-ui-icon-call.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-phone.fa-pull-right,
.lms-ui-icon-call.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-phone,
  .lms-ui-icon-call {
    font-size: 125%;
  }
}
.lms-ui-icon-phone:before,
.lms-ui-icon-call:before {
  content: "\f095";
}
.lms-ui-icon-phone-call {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-phone-call.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-phone-call.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-phone-call {
    font-size: 125%;
  }
}
.lms-ui-icon-phone-call:before {
  content: "\f2a0";
}
.lms-ui-icon-sms,
.lms-ui-icon-mobile {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-sms.fa-pull-left,
.lms-ui-icon-mobile.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-sms.fa-pull-right,
.lms-ui-icon-mobile.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-sms,
  .lms-ui-icon-mobile {
    font-size: 125%;
  }
}
.lms-ui-icon-sms:before,
.lms-ui-icon-mobile:before {
  content: "\f3cd";
}
.lms-ui-icon-www,
.lms-ui-icon-web {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-www.fa-pull-left,
.lms-ui-icon-web.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-www.fa-pull-right,
.lms-ui-icon-web.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-www,
  .lms-ui-icon-web {
    font-size: 125%;
  }
}
.lms-ui-icon-www:before,
.lms-ui-icon-web:before {
  content: "\f268";
}
.lms-ui-icon-userpanel,
.lms-ui-icon-panel {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-userpanel.fa-pull-left,
.lms-ui-icon-panel.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-userpanel.fa-pull-right,
.lms-ui-icon-panel.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-userpanel,
  .lms-ui-icon-panel {
    font-size: 125%;
  }
}
.lms-ui-icon-userpanel:before,
.lms-ui-icon-panel:before {
  content: "\f0c0";
}
.lms-ui-icon-clipboard,
.lms-ui-icon-notes {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-clipboard.fa-pull-left,
.lms-ui-icon-notes.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-clipboard.fa-pull-right,
.lms-ui-icon-notes.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-clipboard,
  .lms-ui-icon-notes {
    font-size: 125%;
  }
}
.lms-ui-icon-clipboard:before,
.lms-ui-icon-notes:before {
  content: "\f0ea";
}
.lms-ui-icon-view {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-view.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-view.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-view {
    font-size: 125%;
  }
}
.lms-ui-icon-view:before {
  content: "\f06e";
}
.lms-ui-icon-view.pdf:before {
  content: "\f1c1";
}
.lms-ui-icon-view.xls:before {
  content: "\f1c3";
}
.lms-ui-icon-info,
.lms-ui-icon-details {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-info.fa-pull-left,
.lms-ui-icon-details.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-info.fa-pull-right,
.lms-ui-icon-details.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-info,
  .lms-ui-icon-details {
    font-size: 125%;
  }
}
.lms-ui-icon-info:before,
.lms-ui-icon-details:before {
  content: "\f129";
}
.lms-ui-icon-help,
.lms-ui-icon-hint {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-help.fa-pull-left,
.lms-ui-icon-hint.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-help.fa-pull-right,
.lms-ui-icon-hint.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-help,
  .lms-ui-icon-hint {
    font-size: 125%;
  }
}
.lms-ui-icon-help:before,
.lms-ui-icon-hint:before {
  content: "\f059";
}
.lms-ui-icon-open {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-open.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-open.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-open {
    font-size: 125%;
  }
}
.lms-ui-icon-open:before {
  content: "\f518";
}
.lms-ui-icon-close {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-close.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-close.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-close {
    font-size: 125%;
  }
}
.lms-ui-icon-close:before {
  content: "\f02d";
}
.lms-ui-icon-unread {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-unread.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-unread.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-unread {
    font-size: 125%;
  }
}
.lms-ui-icon-unread:before {
  content: "\f02d";
  color: royalblue;
}
.lms-ui-icon-read {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-read.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-read.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-read {
    font-size: 125%;
  }
}
.lms-ui-icon-read:before {
  content: "\f518";
}
.lms-ui-icon-urgent {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-urgent.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-urgent.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-urgent {
    font-size: 125%;
  }
}
.lms-ui-icon-urgent:before {
  content: "\f0f3";
  color: darkorange;
}
.lms-ui-icon-critical {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-critical.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-critical.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-critical {
    font-size: 125%;
  }
}
.lms-ui-icon-critical:before {
  content: "\f0f3";
  color: red;
}
.lms-ui-icon-nodegroup,
.lms-ui-icon-ngroup,
.lms-ui-icon-ng {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-nodegroup.fa-pull-left,
.lms-ui-icon-ngroup.fa-pull-left,
.lms-ui-icon-ng.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-nodegroup.fa-pull-right,
.lms-ui-icon-ngroup.fa-pull-right,
.lms-ui-icon-ng.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-nodegroup,
  .lms-ui-icon-ngroup,
  .lms-ui-icon-ng {
    font-size: 125%;
  }
}
.lms-ui-icon-nodegroup:before,
.lms-ui-icon-ngroup:before,
.lms-ui-icon-ng:before {
  content: "\f5fd";
}
.lms-ui-icon-customergroup,
.lms-ui-icon-cgroup,
.lms-ui-icon-cg {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-customergroup.fa-pull-left,
.lms-ui-icon-cgroup.fa-pull-left,
.lms-ui-icon-cg.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-customergroup.fa-pull-right,
.lms-ui-icon-cgroup.fa-pull-right,
.lms-ui-icon-cg.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-customergroup,
  .lms-ui-icon-cgroup,
  .lms-ui-icon-cg {
    font-size: 125%;
  }
}
.lms-ui-icon-customergroup:before,
.lms-ui-icon-cgroup:before,
.lms-ui-icon-cg:before {
  content: "\f0c0";
}
.lms-ui-icon-usergroup,
.lms-ui-icon-ugroup,
.lms-ui-icon-ug,
.lms-ui-icon-tag {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-usergroup.fa-pull-left,
.lms-ui-icon-ugroup.fa-pull-left,
.lms-ui-icon-ug.fa-pull-left,
.lms-ui-icon-tag.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-usergroup.fa-pull-right,
.lms-ui-icon-ugroup.fa-pull-right,
.lms-ui-icon-ug.fa-pull-right,
.lms-ui-icon-tag.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-usergroup,
  .lms-ui-icon-ugroup,
  .lms-ui-icon-ug,
  .lms-ui-icon-tag {
    font-size: 125%;
  }
}
.lms-ui-icon-usergroup:before,
.lms-ui-icon-ugroup:before,
.lms-ui-icon-ug:before,
.lms-ui-icon-tag:before {
  content: "\f507";
}
.lms-ui-icon-suspend,
.lms-ui-icon-lock {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-suspend.fa-pull-left,
.lms-ui-icon-lock.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-suspend.fa-pull-right,
.lms-ui-icon-lock.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-suspend,
  .lms-ui-icon-lock {
    font-size: 125%;
  }
}
.lms-ui-icon-suspend:before,
.lms-ui-icon-lock:before {
  content: "\f023";
}
.lms-ui-icon-unlock {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-unlock.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-unlock.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-unlock {
    font-size: 125%;
  }
}
.lms-ui-icon-unlock:before {
  content: "\f09c";
}
.lms-ui-icon-warning,
.lms-ui-icon-warn,
.lms-ui-icon-warnoff {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-warning.fa-pull-left,
.lms-ui-icon-warn.fa-pull-left,
.lms-ui-icon-warnoff.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-warning.fa-pull-right,
.lms-ui-icon-warn.fa-pull-right,
.lms-ui-icon-warnoff.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-warning,
  .lms-ui-icon-warn,
  .lms-ui-icon-warnoff {
    font-size: 125%;
  }
}
.lms-ui-icon-warning:before,
.lms-ui-icon-warn:before,
.lms-ui-icon-warnoff:before {
  content: "\f071";
}
.lms-ui-icon-warnoff:before {
  color: black !important;
}
.lms-ui-icon-warnmix {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-warnmix.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-warnmix.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-warnmix {
    font-size: 125%;
  }
}
.lms-ui-icon-warnmix:before {
  content: "\f071";
}
.lms-ui-icon-warnmix:before {
  color: burlywood !important;
  text-stroke-width: 1px;
  text-stroke-color: black;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
}
.lms-ui-icon-warnon {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-warnon.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-warnon.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-warnon {
    font-size: 125%;
  }
}
.lms-ui-icon-warnon:before {
  content: "\f071";
}
.lms-ui-icon-warnon:before {
  color: gold !important;
  text-stroke-width: 1px;
  text-stroke-color: black;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
}
.lms-ui-icon-connect {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-connect.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-connect.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-connect {
    font-size: 125%;
  }
}
.lms-ui-icon-connect:before {
  content: "\f205";
}
.lms-ui-icon-plug {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-plug.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-plug.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-plug {
    font-size: 125%;
  }
}
.lms-ui-icon-plug:before {
  content: "\f1e6";
}
.lms-ui-icon-connected {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-connected.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-connected.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-connected {
    font-size: 125%;
  }
}
.lms-ui-icon-connected:before {
  content: "\f205";
}
.lms-ui-icon-connected:before {
  color: gold !important;
  text-stroke-width: 1px;
  text-stroke-color: black;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
}
.lms-ui-icon-mixconnected {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-mixconnected.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-mixconnected.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-mixconnected {
    font-size: 125%;
  }
}
.lms-ui-icon-mixconnected:before {
  content: "\f205";
}
.lms-ui-icon-mixconnected:before {
  color: burlywood !important;
  text-stroke-width: 1px;
  text-stroke-color: black;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
}
.lms-ui-icon-disconnected {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}
.lms-ui-icon-disconnected.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-disconnected.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-disconnected {
    font-size: 125%;
  }
}
.lms-ui-icon-disconnected:before {
  content: "\f205";
  color: black !important;
}
.lms-ui-icon-vlan {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-vlan.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-vlan.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-vlan {
    font-size: 125%;
  }
}
.lms-ui-icon-vlan:before {
  content: "\f542";
}
.lms-ui-icon-id,
.lms-ui-icon-sn,
.lms-ui-icon-serialnumber,
.lms-ui-icon-serial {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-id.fa-pull-left,
.lms-ui-icon-sn.fa-pull-left,
.lms-ui-icon-serialnumber.fa-pull-left,
.lms-ui-icon-serial.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-id.fa-pull-right,
.lms-ui-icon-sn.fa-pull-right,
.lms-ui-icon-serialnumber.fa-pull-right,
.lms-ui-icon-serial.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-id,
  .lms-ui-icon-sn,
  .lms-ui-icon-serialnumber,
  .lms-ui-icon-serial {
    font-size: 125%;
  }
}
.lms-ui-icon-id:before,
.lms-ui-icon-sn:before,
.lms-ui-icon-serialnumber:before,
.lms-ui-icon-serial:before {
  content: "\f0cb";
}
.lms-ui-icon-window-close {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-window-close.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-window-close.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-window-close {
    font-size: 125%;
  }
}
.lms-ui-icon-window-close:before {
  content: "\f410";
}
.lms-ui-icon-node {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-node.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-node.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-node {
    font-size: 125%;
  }
}
.lms-ui-icon-node:before {
  content: "\f108";
}
.lms-ui-icon-verifier {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-verifier.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-verifier.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-verifier {
    font-size: 125%;
  }
}
.lms-ui-icon-verifier:before {
  content: "\f51c";
}
.lms-ui-icon-deadline {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-deadline.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-deadline.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-deadline {
    font-size: 125%;
  }
}
.lms-ui-icon-deadline:before {
  content: "\f253";
}
.lms-ui-icon-actions {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-actions.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-actions.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-actions {
    font-size: 125%;
  }
}
.lms-ui-icon-actions:before {
  content: "\f085";
}
.lms-ui-icon-time,
.lms-ui-icon-uptime {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-time.fa-pull-left,
.lms-ui-icon-uptime.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-time.fa-pull-right,
.lms-ui-icon-uptime.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-time,
  .lms-ui-icon-uptime {
    font-size: 125%;
  }
}
.lms-ui-icon-time:before,
.lms-ui-icon-uptime:before {
  content: "\f017";
}
.lms-ui-icon-categories {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-categories.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-categories.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-categories {
    font-size: 125%;
  }
}
.lms-ui-icon-categories:before {
  content: "\f14a";
}
.lms-ui-icon-checked,
.lms-ui-icon-check {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-checked.fa-pull-left,
.lms-ui-icon-check.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-checked.fa-pull-right,
.lms-ui-icon-check.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-checked,
  .lms-ui-icon-check {
    font-size: 125%;
  }
}
.lms-ui-icon-checked:before,
.lms-ui-icon-check:before {
  content: "\f00c";
}
.lms-ui-icon-restore {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-restore.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-restore.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-restore {
    font-size: 125%;
  }
}
.lms-ui-icon-restore:before {
  content: "\f2ea";
}
.lms-ui-icon-recover {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-recover.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-recover.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-recover {
    font-size: 125%;
  }
}
.lms-ui-icon-recover:before {
  content: "\f829";
}
.lms-ui-icon-description {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-description.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-description.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-description {
    font-size: 125%;
  }
}
.lms-ui-icon-description:before {
  content: "\f29e";
}
.lms-ui-icon-nodeoff {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-nodeoff.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-nodeoff.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-nodeoff {
    font-size: 125%;
  }
}
.lms-ui-icon-nodeoff:before {
  content: "\f108";
}
.lms-ui-icon-nodeoff.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-nodeoff.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-nodeoff {
    font-size: 125%;
  }
}
.lms-ui-icon-nodeoff:before {
  content: "\f108";
}
.lms-ui-icon-nodeon {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
  text-stroke-width: 1px;
  text-stroke-color: limegreen;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: limegreen;
}
.lms-ui-icon-nodeon.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-nodeon.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-nodeon {
    font-size: 125%;
  }
}
.lms-ui-icon-nodeon:before {
  content: "\f108";
}
.lms-ui-icon-nodeon.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-nodeon.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-nodeon {
    font-size: 125%;
  }
}
.lms-ui-icon-nodeon:before {
  content: "\f108";
}
.lms-ui-icon-nodeunk {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
  text-stroke-width: 1px;
  text-stroke-color: red;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: red;
}
.lms-ui-icon-nodeunk.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-nodeunk.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-nodeunk {
    font-size: 125%;
  }
}
.lms-ui-icon-nodeunk:before {
  content: "\f108";
}
.lms-ui-icon-nodeunk.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-nodeunk.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-nodeunk {
    font-size: 125%;
  }
}
.lms-ui-icon-nodeunk:before {
  content: "\f108";
}
.lms-ui-icon-netdevice,
.lms-ui-icon-device {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-netdevice.fa-pull-left,
.lms-ui-icon-device.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-netdevice.fa-pull-right,
.lms-ui-icon-device.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-netdevice,
  .lms-ui-icon-device {
    font-size: 125%;
  }
}
.lms-ui-icon-netdevice:before,
.lms-ui-icon-device:before {
  content: "\f0a0";
}
.lms-ui-icon-netdev {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-netdev.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-netdev.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-netdev {
    font-size: 125%;
  }
}
.lms-ui-icon-netdev:before {
  content: "\f0a0";
}
.lms-ui-icon-netdevoff {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-netdevoff.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-netdevoff.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-netdevoff {
    font-size: 125%;
  }
}
.lms-ui-icon-netdevoff:before {
  content: "\f0a0";
}
.lms-ui-icon-netdevon {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
  text-stroke-width: 1px;
  text-stroke-color: limegreen;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: limegreen;
}
.lms-ui-icon-netdevon.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-netdevon.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-netdevon {
    font-size: 125%;
  }
}
.lms-ui-icon-netdevon:before {
  content: "\f0a0";
}
.lms-ui-icon-netdevunk {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
  text-stroke-width: 1px;
  text-stroke-color: red;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: red;
}
.lms-ui-icon-netdevunk.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-netdevunk.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-netdevunk {
    font-size: 125%;
  }
}
.lms-ui-icon-netdevunk:before {
  content: "\f0a0";
}
.lms-ui-icon-mailsent {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-mailsent.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-mailsent.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-mailsent {
    font-size: 125%;
  }
}
.lms-ui-icon-mailsent:before {
  content: "\f1fa";
}
.lms-ui-icon-mailsent:before {
  color: #888888 !important;
}
.lms-ui-icon-customer {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-customer.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-customer.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-customer {
    font-size: 125%;
  }
}
.lms-ui-icon-customer:before {
  content: "\f007";
}
.lms-ui-icon-phone {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-phone.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-phone.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-phone {
    font-size: 125%;
  }
}
.lms-ui-icon-phone:before {
  content: "\f095";
}
.lms-ui-icon-node {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-node.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-node.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-node {
    font-size: 125%;
  }
}
.lms-ui-icon-node:before {
  content: "\f108";
}
.lms-ui-icon-ipnetwork,
.lms-ui-icon-networks,
.lms-ui-icon-network {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-ipnetwork.fa-pull-left,
.lms-ui-icon-networks.fa-pull-left,
.lms-ui-icon-network.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-ipnetwork.fa-pull-right,
.lms-ui-icon-networks.fa-pull-right,
.lms-ui-icon-network.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-ipnetwork,
  .lms-ui-icon-networks,
  .lms-ui-icon-network {
    font-size: 125%;
  }
}
.lms-ui-icon-ipnetwork:before,
.lms-ui-icon-networks:before,
.lms-ui-icon-network:before {
  content: "\f0ac";
}
.lms-ui-icon-subject {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-subject.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-subject.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-subject {
    font-size: 125%;
  }
}
.lms-ui-icon-subject:before {
  content: "\f64a";
}
.lms-ui-icon-user {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-user.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-user.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-user {
    font-size: 125%;
  }
}
.lms-ui-icon-user:before {
  content: "\f007";
}
.lms-ui-icon-owner {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-owner.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-owner.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-owner {
    font-size: 125%;
  }
}
.lms-ui-icon-owner:before {
  content: "\f2bd";
}
.lms-ui-icon-queue {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-queue.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-queue.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-queue {
    font-size: 125%;
  }
}
.lms-ui-icon-queue:before {
  content: "\f0ae";
}
.lms-ui-icon-netnode {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-netnode.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-netnode.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-netnode {
    font-size: 125%;
  }
}
.lms-ui-icon-netnode:before {
  content: "\f5fd";
}
.lms-ui-icon-service {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-service.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-service.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-service {
    font-size: 125%;
  }
}
.lms-ui-icon-service:before {
  content: "\f013";
}
.lms-ui-icon-type {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-type.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-type.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-type {
    font-size: 125%;
  }
}
.lms-ui-icon-type:before {
  content: "\f3ff";
}
.lms-ui-icon-event-type {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-event-type.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-event-type.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-event-type {
    font-size: 125%;
  }
}
.lms-ui-icon-event-type:before {
  content: "\f133";
}
.lms-ui-icon-requestor {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-requestor.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-requestor.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-requestor {
    font-size: 125%;
  }
}
.lms-ui-icon-requestor:before {
  content: "\f183";
}
.lms-ui-icon-helpdesk {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-helpdesk.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-helpdesk.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-helpdesk {
    font-size: 125%;
  }
}
.lms-ui-icon-helpdesk:before {
  content: "\f0ae";
}
.lms-ui-icon-calendar,
.lms-ui-icon-timetable,
.lms-ui-icon-billing {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-calendar.fa-pull-left,
.lms-ui-icon-timetable.fa-pull-left,
.lms-ui-icon-billing.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-calendar.fa-pull-right,
.lms-ui-icon-timetable.fa-pull-right,
.lms-ui-icon-billing.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-calendar,
  .lms-ui-icon-timetable,
  .lms-ui-icon-billing {
    font-size: 125%;
  }
}
.lms-ui-icon-calendar:before,
.lms-ui-icon-timetable:before,
.lms-ui-icon-billing:before {
  content: "\f073";
}
.lms-ui-icon-administration {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-administration.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-administration.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-administration {
    font-size: 125%;
  }
}
.lms-ui-icon-administration:before {
  content: "\f54a";
}
.lms-ui-icon-dropdown2 {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-dropdown2.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-dropdown2.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-dropdown2 {
    font-size: 125%;
  }
}
.lms-ui-icon-dropdown2:before {
  content: "\f141";
}
.lms-ui-icon-reload,
.lms-ui-icon-factory-reset {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-reload.fa-pull-left,
.lms-ui-icon-factory-reset.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-reload.fa-pull-right,
.lms-ui-icon-factory-reset.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-reload,
  .lms-ui-icon-factory-reset {
    font-size: 125%;
  }
}
.lms-ui-icon-reload:before,
.lms-ui-icon-factory-reset:before {
  content: "\f2f1";
}
.lms-ui-icon-relatedticket {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-relatedticket.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-relatedticket.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-relatedticket {
    font-size: 125%;
  }
}
.lms-ui-icon-relatedticket:before {
  content: "\f31e";
}
.lms-ui-icon-childticket {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-childticket.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-childticket.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-childticket {
    font-size: 125%;
  }
}
.lms-ui-icon-childticket:before {
  content: "\f0ab";
}
.lms-ui-icon-net-to-gross {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-net-to-gross.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-net-to-gross.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-net-to-gross {
    font-size: 125%;
  }
}
.lms-ui-icon-net-to-gross:before {
  color: gold;
  text-stroke-width: 1px;
  text-stroke-color: black;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
  content: "\f35a";
}
.lms-ui-icon-gross-to-net {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-gross-to-net.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-gross-to-net.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-gross-to-net {
    font-size: 125%;
  }
}
.lms-ui-icon-gross-to-net:before {
  content: "\f359";
}
.lms-ui-icon-parentticket {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-parentticket.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-parentticket.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-parentticket {
    font-size: 125%;
  }
}
.lms-ui-icon-parentticket:before {
  content: "\f122";
}
.lms-ui-icon-source {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-source.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-source.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-source {
    font-size: 125%;
  }
}
.lms-ui-icon-source:before {
  content: "\f00a";
}
.lms-ui-icon-priority {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-priority.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-priority.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-priority {
    font-size: 125%;
  }
}
.lms-ui-icon-priority:before {
  content: "\f2cb";
}
.lms-ui-icon-cause {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-cause.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-cause.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-cause {
    font-size: 125%;
  }
}
.lms-ui-icon-cause:before {
  content: "\f069";
}
.lms-ui-icon-logout {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-logout.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-logout.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-logout {
    font-size: 125%;
  }
}
.lms-ui-icon-logout:before {
  content: "\f011";
}
.lms-ui-icon-login {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-login.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-login.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-login {
    font-size: 125%;
  }
}
.lms-ui-icon-login:before {
  content: "\f2f6";
}
.lms-ui-icon-configuration {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-configuration.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-configuration.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-configuration {
    font-size: 125%;
  }
}
.lms-ui-icon-configuration:before {
  content: "\f0ad";
}
.lms-ui-icon-archiveview,
.lms-ui-icon-archive,
.lms-ui-icon-transactions,
.lms-ui-icon-transaction,
.lms-ui-icon-logging,
.lms-ui-icon-log,
.lms-ui-icon-history {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-archiveview.fa-pull-left,
.lms-ui-icon-archive.fa-pull-left,
.lms-ui-icon-transactions.fa-pull-left,
.lms-ui-icon-transaction.fa-pull-left,
.lms-ui-icon-logging.fa-pull-left,
.lms-ui-icon-log.fa-pull-left,
.lms-ui-icon-history.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-archiveview.fa-pull-right,
.lms-ui-icon-archive.fa-pull-right,
.lms-ui-icon-transactions.fa-pull-right,
.lms-ui-icon-transaction.fa-pull-right,
.lms-ui-icon-logging.fa-pull-right,
.lms-ui-icon-log.fa-pull-right,
.lms-ui-icon-history.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-archiveview,
  .lms-ui-icon-archive,
  .lms-ui-icon-transactions,
  .lms-ui-icon-transaction,
  .lms-ui-icon-logging,
  .lms-ui-icon-log,
  .lms-ui-icon-history {
    font-size: 125%;
  }
}
.lms-ui-icon-archiveview:before,
.lms-ui-icon-archive:before,
.lms-ui-icon-transactions:before,
.lms-ui-icon-transaction:before,
.lms-ui-icon-logging:before,
.lms-ui-icon-log:before,
.lms-ui-icon-history:before {
  content: "\f1da";
}
.lms-ui-icon-finances {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-finances.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-finances.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-finances {
    font-size: 125%;
  }
}
.lms-ui-icon-finances:before {
  content: "\f0d6";
}
.lms-ui-icon-invproject {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-invproject.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-invproject.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-invproject {
    font-size: 125%;
  }
}
.lms-ui-icon-invproject:before {
  content: "\f0d6";
}
.lms-ui-icon-status {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-status.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-status.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-status {
    font-size: 125%;
  }
}
.lms-ui-icon-status:before {
  color: cornflowerblue;
  content: "\f02d";
}
.lms-ui-icon-status-resolved {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-status-resolved.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-status-resolved.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-status-resolved {
    font-size: 125%;
  }
}
.lms-ui-icon-status-resolved:before {
  color: dimgrey;
  content: "\f02d";
}
.lms-ui-icon-wireless {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-wireless.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-wireless.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-wireless {
    font-size: 125%;
  }
}
.lms-ui-icon-wireless:before {
  content: "\f1eb";
}
.lms-ui-icon-wired,
.lms-ui-icon-port {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-wired.fa-pull-left,
.lms-ui-icon-port.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-wired.fa-pull-right,
.lms-ui-icon-port.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-wired,
  .lms-ui-icon-port {
    font-size: 125%;
  }
}
.lms-ui-icon-wired:before,
.lms-ui-icon-port:before {
  content: "\f796";
}
.lms-ui-icon-port-connected,
.lms-ui-icon-port-taken {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-port-connected.fa-pull-left,
.lms-ui-icon-port-taken.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-port-connected.fa-pull-right,
.lms-ui-icon-port-taken.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-port-connected,
  .lms-ui-icon-port-taken {
    font-size: 125%;
  }
}
.lms-ui-icon-port-connected:before,
.lms-ui-icon-port-taken:before {
  content: "\f796";
}
.lms-ui-icon-port-connected:before,
.lms-ui-icon-port-taken:before {
  color: gold !important;
  text-stroke-width: 1px;
  text-stroke-color: black;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
}
.lms-ui-icon-hosting,
.lms-ui-icon-radius {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-hosting.fa-pull-left,
.lms-ui-icon-radius.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-hosting.fa-pull-right,
.lms-ui-icon-radius.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-hosting,
  .lms-ui-icon-radius {
    font-size: 125%;
  }
}
.lms-ui-icon-hosting:before,
.lms-ui-icon-radius:before {
  content: "\f233";
}
.lms-ui-icon-document {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-document.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-document.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-document {
    font-size: 125%;
  }
}
.lms-ui-icon-document:before {
  content: "\f15c";
}
.lms-ui-icon-stats {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-stats.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-stats.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-stats {
    font-size: 125%;
  }
}
.lms-ui-icon-stats:before {
  content: "\f201";
}
.lms-ui-icon-externalid {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-externalid.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-externalid.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-externalid {
    font-size: 125%;
  }
}
.lms-ui-icon-externalid:before {
  content: "\f1c0";
}
.lms-ui-icon-popup,
.lms-ui-icon-external {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-popup.fa-pull-left,
.lms-ui-icon-external.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-popup.fa-pull-right,
.lms-ui-icon-external.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-popup,
  .lms-ui-icon-external {
    font-size: 125%;
  }
}
.lms-ui-icon-popup:before,
.lms-ui-icon-external:before {
  content: "\f35d";
}
.lms-ui-icon-message {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-message.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-message.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-message {
    font-size: 125%;
  }
}
.lms-ui-icon-message:before {
  content: "\f0e0";
}
.lms-ui-icon-note {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-note.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-note.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-note {
    font-size: 125%;
  }
}
.lms-ui-icon-note:before {
  content: "\f304";
}
.lms-ui-icon-documentation {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-documentation.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-documentation.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-documentation {
    font-size: 125%;
  }
}
.lms-ui-icon-documentation:before {
  content: "\f02d";
}
.lms-ui-icon-password,
.lms-ui-icon-lastloggedin .lms-ui-icon-key,
.lms-ui-icon-sensible,
.lms-ui-icon-sensible-data {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-password.fa-pull-left,
.lms-ui-icon-lastloggedin .lms-ui-icon-key.fa-pull-left,
.lms-ui-icon-sensible.fa-pull-left,
.lms-ui-icon-sensible-data.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-password.fa-pull-right,
.lms-ui-icon-lastloggedin .lms-ui-icon-key.fa-pull-right,
.lms-ui-icon-sensible.fa-pull-right,
.lms-ui-icon-sensible-data.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-password,
  .lms-ui-icon-lastloggedin .lms-ui-icon-key,
  .lms-ui-icon-sensible,
  .lms-ui-icon-sensible-data {
    font-size: 125%;
  }
}
.lms-ui-icon-password:before,
.lms-ui-icon-lastloggedin .lms-ui-icon-key:before,
.lms-ui-icon-sensible:before,
.lms-ui-icon-sensible-data:before {
  content: "\f084";
}
.lms-ui-icon-reply-all,
.lms-ui-icon-reply {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-reply-all.fa-pull-left,
.lms-ui-icon-reply.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-reply-all.fa-pull-right,
.lms-ui-icon-reply.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-reply-all,
  .lms-ui-icon-reply {
    font-size: 125%;
  }
}
.lms-ui-icon-reply-all:before,
.lms-ui-icon-reply:before {
  content: "\f122";
}
.lms-ui-icon-citing,
.lms-ui-icon-quote {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-citing.fa-pull-left,
.lms-ui-icon-quote.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-citing.fa-pull-right,
.lms-ui-icon-quote.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-citing,
  .lms-ui-icon-quote {
    font-size: 125%;
  }
}
.lms-ui-icon-citing:before,
.lms-ui-icon-quote:before {
  content: "\f10e";
}
.lms-ui-icon-chat,
.lms-ui-icon-comment,
.lms-ui-icon-comments {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-chat.fa-pull-left,
.lms-ui-icon-comment.fa-pull-left,
.lms-ui-icon-comments.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-chat.fa-pull-right,
.lms-ui-icon-comment.fa-pull-right,
.lms-ui-icon-comments.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-chat,
  .lms-ui-icon-comment,
  .lms-ui-icon-comments {
    font-size: 125%;
  }
}
.lms-ui-icon-chat:before,
.lms-ui-icon-comment:before,
.lms-ui-icon-comments:before {
  content: "\f086";
}
.lms-ui-icon-home {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-home.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-home.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-home {
    font-size: 125%;
  }
}
.lms-ui-icon-home:before {
  content: "\f015";
}
.lms-ui-icon-link,
.lms-ui-icon-url {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-link.fa-pull-left,
.lms-ui-icon-url.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-link.fa-pull-right,
.lms-ui-icon-url.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-link,
  .lms-ui-icon-url {
    font-size: 125%;
  }
}
.lms-ui-icon-link:before,
.lms-ui-icon-url:before {
  content: "\f0c1";
}
.lms-ui-icon-trust,
.lms-ui-icon-handshake,
.lms-ui-icon-warranty {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-trust.fa-pull-left,
.lms-ui-icon-handshake.fa-pull-left,
.lms-ui-icon-warranty.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-trust.fa-pull-right,
.lms-ui-icon-handshake.fa-pull-right,
.lms-ui-icon-warranty.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-trust,
  .lms-ui-icon-handshake,
  .lms-ui-icon-warranty {
    font-size: 125%;
  }
}
.lms-ui-icon-trust:before,
.lms-ui-icon-handshake:before,
.lms-ui-icon-warranty:before {
  content: "\f2b5";
}
.lms-ui-icon-list {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-list.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-list.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-list {
    font-size: 125%;
  }
}
.lms-ui-icon-list:before {
  content: "\f03a";
}
.lms-ui-icon-tags,
.lms-ui-icon-label {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-tags.fa-pull-left,
.lms-ui-icon-label.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-tags.fa-pull-right,
.lms-ui-icon-label.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-tags,
  .lms-ui-icon-label {
    font-size: 125%;
  }
}
.lms-ui-icon-tags:before,
.lms-ui-icon-label:before {
  content: "\f02c";
}
.lms-ui-icon-fullscreen-on {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-fullscreen-on.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-fullscreen-on.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-fullscreen-on {
    font-size: 125%;
  }
}
.lms-ui-icon-fullscreen-on:before {
  content: "\f0b2";
}
.lms-ui-icon-fullscreen-off {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-fullscreen-off.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-fullscreen-off.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-fullscreen-off {
    font-size: 125%;
  }
}
.lms-ui-icon-fullscreen-off:before {
  content: "\f78c";
}
.lms-ui-icon-hide {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-hide.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-hide.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-hide {
    font-size: 125%;
  }
}
.lms-ui-icon-hide:before {
  content: "\f00d";
}
.lms-ui-icon-gallery {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-gallery.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-gallery.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-gallery {
    font-size: 125%;
  }
}
.lms-ui-icon-gallery:before {
  content: "\f302";
}
.lms-ui-icon-customisation {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-customisation.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-customisation.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-customisation {
    font-size: 125%;
  }
}
.lms-ui-icon-customisation:before {
  content: "\f0d7";
}
.lms-ui-icon-optional-info {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-optional-info.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-optional-info.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-optional-info {
    font-size: 125%;
  }
}
.lms-ui-icon-optional-info:before {
  content: "\f05a";
}
.lms-ui-icon-modified-date {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-modified-date.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-modified-date.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-modified-date {
    font-size: 125%;
  }
}
.lms-ui-icon-modified-date:before {
  content: "\f4fd";
}
.lms-ui-icon-legal-personality {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-legal-personality.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-legal-personality.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-legal-personality {
    font-size: 125%;
  }
}
.lms-ui-icon-legal-personality:before {
  content: "\f0b1";
}
.lms-ui-icon-division {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-division.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-division.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-division {
    font-size: 125%;
  }
}
.lms-ui-icon-division:before {
  content: "\f1ad";
}
.lms-ui-icon-customer-pin-code {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-customer-pin-code.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-customer-pin-code.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-customer-pin-code {
    font-size: 125%;
  }
}
.lms-ui-icon-customer-pin-code:before {
  content: "\f141";
}
.lms-ui-icon-more {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-more.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-more.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-more {
    font-size: 125%;
  }
}
.lms-ui-icon-more:before {
  content: "\f103";
}
.lms-ui-icon-less {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-less.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-less.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-less {
    font-size: 125%;
  }
}
.lms-ui-icon-less:before {
  content: "\f102";
}
.lms-ui-icon-user-id-number {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-user-id-number.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-user-id-number.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-user-id-number {
    font-size: 125%;
  }
}
.lms-ui-icon-user-id-number:before {
  content: "\f2c2";
}
.lms-ui-icon-total,
.lms-ui-icon-summary,
.lms-ui-icon-sum,
.lms-ui-icon-operator {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-total.fa-pull-left,
.lms-ui-icon-summary.fa-pull-left,
.lms-ui-icon-sum.fa-pull-left,
.lms-ui-icon-operator.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-total.fa-pull-right,
.lms-ui-icon-summary.fa-pull-right,
.lms-ui-icon-sum.fa-pull-right,
.lms-ui-icon-operator.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-total,
  .lms-ui-icon-summary,
  .lms-ui-icon-sum,
  .lms-ui-icon-operator {
    font-size: 125%;
  }
}
.lms-ui-icon-total:before,
.lms-ui-icon-summary:before,
.lms-ui-icon-sum:before,
.lms-ui-icon-operator:before {
  content: "\f1ec";
}
.lms-ui-icon-account-number {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-account-number.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-account-number.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-account-number {
    font-size: 125%;
  }
}
.lms-ui-icon-account-number:before {
  content: "\f09d";
}
.lms-ui-icon-customer-status-connected {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-customer-status-connected.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-customer-status-connected.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-customer-status-connected {
    font-size: 125%;
  }
}
.lms-ui-icon-customer-status-connected:before {
  content: "\f4fc";
}
.lms-ui-icon-customer-status-awaiting {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-customer-status-awaiting.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-customer-status-awaiting.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-customer-status-awaiting {
    font-size: 125%;
  }
}
.lms-ui-icon-customer-status-awaiting:before {
  color: green;
  content: "\f4fd";
}
.lms-ui-icon-customer-status-interested {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-customer-status-interested.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-customer-status-interested.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-customer-status-interested {
    font-size: 125%;
  }
}
.lms-ui-icon-customer-status-interested:before {
  content: "\f234";
}
.lms-ui-icon-customer-status-disconnected {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-customer-status-disconnected.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-customer-status-disconnected.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-customer-status-disconnected {
    font-size: 125%;
  }
}
.lms-ui-icon-customer-status-disconnected:before {
  content: "\f235";
}
.lms-ui-icon-customer-status-debtcollection {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-customer-status-debtcollection.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-customer-status-debtcollection.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-customer-status-debtcollection {
    font-size: 125%;
  }
}
.lms-ui-icon-customer-status-debtcollection:before {
  color: red;
  content: "\f4fa";
}
.lms-ui-icon-redo,
.lms-ui-icon-resend {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-redo.fa-pull-left,
.lms-ui-icon-resend.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-redo.fa-pull-right,
.lms-ui-icon-resend.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-redo,
  .lms-ui-icon-resend {
    font-size: 125%;
  }
}
.lms-ui-icon-redo:before,
.lms-ui-icon-resend:before {
  content: "\f01e";
}
.lms-ui-icon-secondary-selection,
.lms-ui-icon-additional-selection {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-secondary-selection.fa-pull-left,
.lms-ui-icon-additional-selection.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-secondary-selection.fa-pull-right,
.lms-ui-icon-additional-selection.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-secondary-selection,
  .lms-ui-icon-additional-selection {
    font-size: 125%;
  }
}
.lms-ui-icon-secondary-selection:before,
.lms-ui-icon-additional-selection:before {
  content: "\f142";
}
.lms-ui-icon-menu {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-menu.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-menu.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-menu {
    font-size: 125%;
  }
}
.lms-ui-icon-menu:before {
  content: "\f0c9";
}
.lms-ui-icon-routing,
.lms-ui-icon-routed {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-routing.fa-pull-left,
.lms-ui-icon-routed.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-routing.fa-pull-right,
.lms-ui-icon-routed.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-routing,
  .lms-ui-icon-routed {
    font-size: 125%;
  }
}
.lms-ui-icon-routing:before,
.lms-ui-icon-routed:before {
  content: "\f4d7";
}
.lms-ui-icon-finger-up {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-finger-up.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-finger-up.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-finger-up {
    font-size: 125%;
  }
}
.lms-ui-icon-finger-up:before {
  content: "\f0a6";
}
.lms-ui-icon-finger-down {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-finger-down.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-finger-down.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-finger-down {
    font-size: 125%;
  }
}
.lms-ui-icon-finger-down:before {
  content: "\f0a7";
}
.lms-ui-icon-star,
.lms-ui-icon-karma {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-star.fa-pull-left,
.lms-ui-icon-karma.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-star.fa-pull-right,
.lms-ui-icon-karma.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-star,
  .lms-ui-icon-karma {
    font-size: 125%;
  }
}
.lms-ui-icon-star:before,
.lms-ui-icon-karma:before {
  content: "\f005";
}
.lms-ui-icon-notify,
.lms-ui-icon-notification,
.lms-ui-icon-notifications,
.lms-ui-icon-bell {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-notify.fa-pull-left,
.lms-ui-icon-notification.fa-pull-left,
.lms-ui-icon-notifications.fa-pull-left,
.lms-ui-icon-bell.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-notify.fa-pull-right,
.lms-ui-icon-notification.fa-pull-right,
.lms-ui-icon-notifications.fa-pull-right,
.lms-ui-icon-bell.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-notify,
  .lms-ui-icon-notification,
  .lms-ui-icon-notifications,
  .lms-ui-icon-bell {
    font-size: 125%;
  }
}
.lms-ui-icon-notify:before,
.lms-ui-icon-notification:before,
.lms-ui-icon-notifications:before,
.lms-ui-icon-bell:before {
  content: "\f0f3";
}
.lms-ui-icon-palette,
.lms-ui-icon-colour,
.lms-ui-icon-color {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-palette.fa-pull-left,
.lms-ui-icon-colour.fa-pull-left,
.lms-ui-icon-color.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-palette.fa-pull-right,
.lms-ui-icon-colour.fa-pull-right,
.lms-ui-icon-color.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-palette,
  .lms-ui-icon-colour,
  .lms-ui-icon-color {
    font-size: 125%;
  }
}
.lms-ui-icon-palette:before,
.lms-ui-icon-colour:before,
.lms-ui-icon-color:before {
  content: "\f53f";
}
.lms-ui-icon-csv {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-csv.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-csv.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-csv {
    font-size: 125%;
  }
}
.lms-ui-icon-csv:before {
  content: "\f6dd";
}
.lms-ui-icon-reward {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-reward.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-reward.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-reward {
    font-size: 125%;
  }
}
.lms-ui-icon-reward:before {
  content: "\f091";
}
.lms-ui-icon-penalty {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-penalty.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-penalty.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-penalty {
    font-size: 125%;
  }
}
.lms-ui-icon-penalty:before {
  content: "\f714";
}
.lms-ui-icon-mac,
.lms-ui-icon-producer,
.lms-ui-icon-model,
.lms-ui-icon-hardware {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-mac.fa-pull-left,
.lms-ui-icon-producer.fa-pull-left,
.lms-ui-icon-model.fa-pull-left,
.lms-ui-icon-hardware.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-mac.fa-pull-right,
.lms-ui-icon-producer.fa-pull-right,
.lms-ui-icon-model.fa-pull-right,
.lms-ui-icon-hardware.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-mac,
  .lms-ui-icon-producer,
  .lms-ui-icon-model,
  .lms-ui-icon-hardware {
    font-size: 125%;
  }
}
.lms-ui-icon-mac:before,
.lms-ui-icon-producer:before,
.lms-ui-icon-model:before,
.lms-ui-icon-hardware:before {
  content: "\f2db";
}
.lms-ui-icon-period,
.lms-ui-icon-accounting {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-period.fa-pull-left,
.lms-ui-icon-accounting.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-period.fa-pull-right,
.lms-ui-icon-accounting.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-period,
  .lms-ui-icon-accounting {
    font-size: 125%;
  }
}
.lms-ui-icon-period:before,
.lms-ui-icon-accounting:before {
  content: "\f017";
}
.lms-ui-icon-recipient {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-recipient.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-recipient.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-recipient {
    font-size: 125%;
  }
}
.lms-ui-icon-recipient:before {
  content: "\f2c1";
}
.lms-ui-icon-discount {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-discount.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-discount.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-discount {
    font-size: 125%;
  }
}
.lms-ui-icon-discount:before {
  content: "\f295";
}
.lms-ui-icon-quantity {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-quantity.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-quantity.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-quantity {
    font-size: 125%;
  }
}
.lms-ui-icon-quantity:before {
  content: "\f58d";
}
.lms-ui-icon-template {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-template.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-template.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-template {
    font-size: 125%;
  }
}
.lms-ui-icon-template:before {
  content: "\f5bf";
}
.lms-ui-icon-permissions {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-permissions.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-permissions.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-permissions {
    font-size: 125%;
  }
}
.lms-ui-icon-permissions:before {
  content: "\f502";
}
.lms-ui-icon-filter {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-filter.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-filter.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-filter {
    font-size: 125%;
  }
}
.lms-ui-icon-filter:before {
  content: "\f0b0";
}
.lms-ui-icon-fiber,
.lms-ui-icon-fibre {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-fiber.fa-pull-left,
.lms-ui-icon-fibre.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-fiber.fa-pull-right,
.lms-ui-icon-fibre.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-fiber,
  .lms-ui-icon-fibre {
    font-size: 125%;
  }
}
.lms-ui-icon-fiber:before,
.lms-ui-icon-fibre:before {
  content: "\f391";
}
.lms-ui-icon-tax,
.lms-ui-icon-taxrate {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-tax.fa-pull-left,
.lms-ui-icon-taxrate.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-tax.fa-pull-right,
.lms-ui-icon-taxrate.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-tax,
  .lms-ui-icon-taxrate {
    font-size: 125%;
  }
}
.lms-ui-icon-tax:before,
.lms-ui-icon-taxrate:before {
  content: "\f0f2";
}
.lms-ui-icon-run,
.lms-ui-icon-launch,
.lms-ui-icon-execute {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-run.fa-pull-left,
.lms-ui-icon-launch.fa-pull-left,
.lms-ui-icon-execute.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-run.fa-pull-right,
.lms-ui-icon-launch.fa-pull-right,
.lms-ui-icon-execute.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-run,
  .lms-ui-icon-launch,
  .lms-ui-icon-execute {
    font-size: 125%;
  }
}
.lms-ui-icon-run:before,
.lms-ui-icon-launch:before,
.lms-ui-icon-execute:before {
  content: "\f120";
}
.lms-ui-icon-area {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-area.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-area.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-area {
    font-size: 125%;
  }
}
.lms-ui-icon-area:before {
  content: "\f0c8";
}
.lms-ui-icon-antenna {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-antenna.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-antenna.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-antenna {
    font-size: 125%;
  }
}
.lms-ui-icon-antenna:before {
  content: "\f519";
}
.lms-ui-icon-share {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-share.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-share.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-share {
    font-size: 125%;
  }
}
.lms-ui-icon-share:before {
  content: "\f1e0";
}
.lms-ui-icon-map {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-map.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-map.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-map {
    font-size: 125%;
  }
}
.lms-ui-icon-map:before {
  content: "\f5a0";
}
.lms-ui-icon-microphone,
.lms-ui-icon-mic {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-microphone.fa-pull-left,
.lms-ui-icon-mic.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-microphone.fa-pull-right,
.lms-ui-icon-mic.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-microphone,
  .lms-ui-icon-mic {
    font-size: 125%;
  }
}
.lms-ui-icon-microphone:before,
.lms-ui-icon-mic:before {
  content: "\f130";
}
@keyframes fa-beat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.25);
  }
  10% {
    transform: scale(1.5);
  }
  15% {
    transform: scale(1.25);
  }
  20% {
    transform: scale(1);
  }
  30% {
    transform: scale(1.25);
  }
  35% {
    transform: scale(1.5);
  }
  40% {
    transform: scale(1.25);
  }
  45% {
    transform: scale(1);
  }
  55% {
    transform: scale(1.25);
  }
  60% {
    transform: scale(1.5);
  }
  65% {
    transform: scale(1.25);
  }
  70% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.25);
  }
  80% {
    transform: scale(1.5);
  }
  85% {
    transform: scale(1.25);
  }
  90% {
    transform: scale(1);
  }
}
.fa-beat {
  animation: fa-beat 5s ease infinite;
}
.lms-ui-icon-barcode {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-barcode.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-barcode.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-barcode {
    font-size: 125%;
  }
}
.lms-ui-icon-barcode:before {
  content: "\f02a";
}
.lms-ui-icon-fiberoptic,
.lms-ui-icon-fiber-optic,
.lms-ui-icon-fibre-optic {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-fiberoptic.fa-pull-left,
.lms-ui-icon-fiber-optic.fa-pull-left,
.lms-ui-icon-fibre-optic.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-fiberoptic.fa-pull-right,
.lms-ui-icon-fiber-optic.fa-pull-right,
.lms-ui-icon-fibre-optic.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-fiberoptic,
  .lms-ui-icon-fiber-optic,
  .lms-ui-icon-fibre-optic {
    font-size: 125%;
  }
}
.lms-ui-icon-fiberoptic:before,
.lms-ui-icon-fiber-optic:before,
.lms-ui-icon-fibre-optic:before {
  content: "\f0eb";
}
.lms-ui-icon-tv {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-tv.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-tv.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-tv {
    font-size: 125%;
  }
}
.lms-ui-icon-tv:before {
  content: "\f26c";
}
.lms-ui-icon-ignore,
.lms-ui-icon-ignored {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-ignore.fa-pull-left,
.lms-ui-icon-ignored.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-ignore.fa-pull-right,
.lms-ui-icon-ignored.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-ignore,
  .lms-ui-icon-ignored {
    font-size: 125%;
  }
}
.lms-ui-icon-ignore:before,
.lms-ui-icon-ignored:before {
  content: "\f28d";
}
.lms-ui-icon-netrange-theoretical {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-netrange-theoretical.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-netrange-theoretical.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-netrange-theoretical {
    font-size: 125%;
  }
}
.lms-ui-icon-netrange-theoretical:before {
  content: "\f059";
}
.lms-ui-icon-netrange-real {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-netrange-real.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-netrange-real.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-netrange-real {
    font-size: 125%;
  }
}
.lms-ui-icon-netrange-real:before {
  content: "\f058";
}
.lms-ui-icon-transfer {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
.lms-ui-icon-transfer.fa-pull-left {
  margin-right: 0.3em;
}
.lms-ui-icon-transfer.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-icon-transfer {
    font-size: 125%;
  }
}
.lms-ui-icon-transfer:before {
  content: "\f079";
}
/*
 * LMS version 1.11-git
 *
 *  (C) Copyright 2001-2020 LMS Developers
 *
 *  Please, see the doc/AUTHORS for more information about authors!
 *
 *  This program is free software; you can redistribute it and/or modify
 *  it under the terms of the GNU General Public License Version 2 as
 *  published by the Free Software Foundation.
 *
 *  This program is distributed in the hope that it will be useful,
 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 *  GNU General Public License for more details.
 *
 *  You should have received a copy of the GNU General Public License
 *  along with this program; if not, write to the Free Software
 *  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
 *  USA.
 *
 *  $Id$
 */
.dataTables_wrapper {
  margin-bottom: 4px;
  position: static;
}
.dataTables_wrapper .dataTables_processing {
  font-weight: bold;
}
.dataTables_wrapper .top {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.dataTables_wrapper div.lms-ui-datatable-toolbar {
  display: flex;
  justify-content: space-between;
}
.dataTables_wrapper .dataTables_length {
  padding-left: 4px;
  padding-top: 5px;
  white-space: nowrap;
}
.dataTables_wrapper div.lms-ui-datatable-clear-settings {
  float: left;
  padding-left: 4px;
  padding-top: 4px;
  cursor: pointer;
}
.dataTables_wrapper div.lms-ui-datatable-column-toggle {
  float: left;
  padding-left: 3px;
  padding-top: 4px;
}
.dataTables_wrapper .dataTables_paginate {
  float: left;
  text-align: center;
  padding-top: 2px;
}
.dataTables_wrapper .dataTables_filter {
  padding-right: 4px;
  padding-top: 5px;
}
.dataTables_wrapper .dataTables_info {
  float: none;
  text-align: center;
  padding-top: 3px;
  padding-bottom: 3px;
  font-weight: bold;
}
.dataTables_wrapper .top {
  border: 1px solid black;
  border-bottom: 0;
}
.dataTables_wrapper .bottom {
  border: 1px solid black;
  border-top: 0;
}
/*
 * LMS version 1.11-git
 *
 *  (C) Copyright 2001-2020 LMS Developers
 *
 *  Please, see the doc/AUTHORS for more information about authors!
 *
 *  This program is free software; you can redistribute it and/or modify
 *  it under the terms of the GNU General Public License Version 2 as
 *  published by the Free Software Foundation.
 *
 *  This program is distributed in the hope that it will be useful,
 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 *  GNU General Public License for more details.
 *
 *  You should have received a copy of the GNU General Public License
 *  along with this program; if not, write to the Free Software
 *  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
 *  USA.
 *
 *  $Id$
 */
#lms-ui-spinner {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lms-ui-sk-fading-circle {
  margin: 100px 10px;
  width: 80px;
  height: 80px;
  position: relative;
}
.lms-ui-sk-fading-circle .lms-ui-sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.lms-ui-sk-fading-circle .lms-ui-sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: lms-ui-sk-circleFadeDelay 1.2s infinite ease-in-out both;
  animation: lms-ui-sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.lms-ui-sk-fading-circle .lms-ui-sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
.lms-ui-sk-fading-circle .lms-ui-sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}
.lms-ui-sk-fading-circle .lms-ui-sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.lms-ui-sk-fading-circle .lms-ui-sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}
.lms-ui-sk-fading-circle .lms-ui-sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}
.lms-ui-sk-fading-circle .lms-ui-sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.lms-ui-sk-fading-circle .lms-ui-sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}
.lms-ui-sk-fading-circle .lms-ui-sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}
.lms-ui-sk-fading-circle .lms-ui-sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.lms-ui-sk-fading-circle .lms-ui-sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}
.lms-ui-sk-fading-circle .lms-ui-sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}
.lms-ui-sk-fading-circle .lms-ui-sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.lms-ui-sk-fading-circle .lms-ui-sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.lms-ui-sk-fading-circle .lms-ui-sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.lms-ui-sk-fading-circle .lms-ui-sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.lms-ui-sk-fading-circle .lms-ui-sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
.lms-ui-sk-fading-circle .lms-ui-sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.lms-ui-sk-fading-circle .lms-ui-sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.lms-ui-sk-fading-circle .lms-ui-sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.lms-ui-sk-fading-circle .lms-ui-sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.lms-ui-sk-fading-circle .lms-ui-sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.lms-ui-sk-fading-circle .lms-ui-sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
@-webkit-keyframes lms-ui-sk-circleFadeDelay {
  0%,
  39%,
  100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
@keyframes lms-ui-sk-circleFadeDelay {
  0%,
  39%,
  100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
/*
 * LMS version 1.11-git
 *
 *  (C) Copyright 2001-2020 LMS Developers
 *
 *  Please, see the doc/AUTHORS for more information about authors!
 *
 *  This program is free software; you can redistribute it and/or modify
 *  it under the terms of the GNU General Public License Version 2 as
 *  published by the Free Software Foundation.
 *
 *  This program is distributed in the hope that it will be useful,
 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 *  GNU General Public License for more details.
 *
 *  You should have received a copy of the GNU General Public License
 *  along with this program; if not, write to the Free Software
 *  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
 *  USA.
 *
 *  $Id$
 */
.lms-ui-list-container {
  display: flex;
  align-items: flex-start !important;
}
.lms-ui-list-container ul {
  display: inline;
  list-style: none;
  padding: 0;
  margin-block-start: 0;
  margin-block-end: 0;
}
.lms-ui-list-container li .lms-ui-list-unlink {
  visibility: hidden;
  /*
              margin-left: -1.5em;
       */
  margin-top: 0.1em;
  padding-right: 0.4em;
}
.lms-ui-list-container li:hover .lms-ui-list-unlink {
  visibility: visible;
  cursor: pointer;
}
.lms-ui-list-container.disabled {
  cursor: default !important;
  color: #888888 !important;
}
.lms-ui-list-container.disabled a {
  cursor: default !important;
}
.lms-ui-list-container.disabled i::before {
  color: #888888 !important;
}
.lms-ui-list-container .lms-ui-item-suggestion-button {
  margin: 0;
}
.lms-ui-list-suggestion-container .lms-ui-list-suggestion-button {
  cursor: pointer;
}
.lms-ui-list-suggestion-container .lms-ui-list-suggestion:not(:focus) {
  display: none;
}
/*
 * LMS version 1.11-git
 *
 *  (C) Copyright 2001-2020 LMS Developers
 *
 *  Please, see the doc/AUTHORS for more information about authors!
 *
 *  This program is free software; you can redistribute it and/or modify
 *  it under the terms of the GNU General Public License Version 2 as
 *  published by the Free Software Foundation.
 *
 *  This program is distributed in the hope that it will be useful,
 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 *  GNU General Public License for more details.
 *
 *  You should have received a copy of the GNU General Public License
 *  along with this program; if not, write to the Free Software
 *  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
 *  USA.
 *
 *  $Id$
 */
button {
  font-size: 10pt;
}
@media screen and (max-width: 1920px) {
  button {
    font-size: 9pt;
  }
}
@media screen and (max-width: 1200px) {
  button {
    font-size: 8pt;
  }
}
button.lms-ui-button {
  display: inline-flex;
  align-items: center;
}
button.lms-ui-link-button {
  display: inline-block;
}
a.lms-ui-link-button {
  vertical-align: top;
  display: inline-flex;
  align-items: center;
}
button.lms-ui-button,
a.lms-ui-link-button {
  box-sizing: border-box;
  padding: 0.33em;
  padding-top: 0.15em;
  padding-bottom: 0.15em;
  margin-top: 0.25em;
  margin-bottom: 0.25em;
  min-height: 2.5em;
  border: 1px solid #C3D7EE;
  color: black !important;
  text-decoration: none;
  background-color: #ecf0f5;
  background-repeat: no-repeat;
  background-position: 3px 3px;
  outline: none;
}
button.lms-ui-button.lms-ui-button-icon,
a.lms-ui-link-button.lms-ui-button-icon {
  padding-left: 25px;
}
button.lms-ui-button:hover,
a.lms-ui-link-button:hover {
  text-decoration: none;
}
button.lms-ui-button:not([disabled]):active,
a.lms-ui-link-button:not([disabled]):active {
  background-color: #ecf0f5;
  box-shadow: inset 1px 1px 4px 0px rgba(0, 0, 0, 0.4);
}
button.lms-ui-button:not([disabled]):focus,
a.lms-ui-link-button:not([disabled]):focus {
  box-shadow: 0px 0px 1px 1px black;
}
button.lms-ui-button:not([disabled]):hover,
a.lms-ui-link-button:not([disabled]):hover {
  box-shadow: 0px 0px 3px 1px black;
}
button.lms-ui-button:not([disabled]):hover.alert,
a.lms-ui-link-button:not([disabled]):hover.alert,
button.lms-ui-button:not([disabled]):hover.lms-ui-error,
a.lms-ui-link-button:not([disabled]):hover.lms-ui-error {
  box-shadow: 0 0 3px 1px red;
}
button.lms-ui-button:not([disabled]):hover.lms-ui-warning,
a.lms-ui-link-button:not([disabled]):hover.lms-ui-warning {
  box-shadow: 0 0 3px 1px Orange;
}
button.lms-ui-button[disabled],
a.lms-ui-link-button[disabled] {
  color: #888888 !important;
  cursor: no-drop;
}
button.lms-ui-button[disabled]:before,
a.lms-ui-link-button[disabled]:before {
  color: #888888 !important;
}
button.lms-ui-button.alert,
a.lms-ui-link-button.alert,
button.lms-ui-button.lms-ui-error,
a.lms-ui-link-button.lms-ui-error {
  box-shadow: 0 0 3px 1px red;
}
button.lms-ui-button.alert:focus,
a.lms-ui-link-button.alert:focus,
button.lms-ui-button.lms-ui-error:focus,
a.lms-ui-link-button.lms-ui-error:focus {
  border: 1px solid #a32828;
  box-shadow: 0 0 1px 1px #a32828;
}
button.lms-ui-button.lms-ui-warning,
a.lms-ui-link-button.lms-ui-warning {
  box-shadow: 0 0 3px 1px Orange;
}
button.lms-ui-button.lms-ui-warning:focus,
a.lms-ui-link-button.lms-ui-warning:focus {
  border: 1px solid Orange;
  box-shadow: 0 0 1px 1px Orange;
}
button.lms-ui-button .lms-ui-label,
a.lms-ui-link-button .lms-ui-label {
  font-weight: 700;
  vertical-align: middle;
}
button.lms-ui-button i + .lms-ui-label,
a.lms-ui-link-button i + .lms-ui-label {
  padding-left: 0.5em;
}
a.lms-ui-button i + .lms-ui-label {
  padding-left: 0.5em;
}
a.lms-ui-button:not(.lms-ui-link-button) {
  border: 1px solid transparent;
  display: inline-block;
}
a.lms-ui-button:not(.lms-ui-link-button) > i:before {
  color: black;
}
a.lms-ui-button:not(.lms-ui-link-button) > i {
  text-align: center;
  padding: 0 0.1em;
}
a.lms-ui-button:not(.lms-ui-link-button):hover {
  cursor: pointer;
  border: 1px solid #C3D7EE;
  border-radius: 3px;
  display: inline-block;
  text-decoration: none;
}
a.lms-ui-button:not(.lms-ui-link-button)[disabled] {
  color: #888888 !important;
  cursor: no-drop;
}
a.lms-ui-button:not(.lms-ui-link-button)[disabled]:before {
  color: #888888 !important;
}
a.lms-ui-button:not(.lms-ui-link-button)[disabled] > i:before {
  color: #888888 !important;
}
a.lms-ui-link-button + button.lms-ui-button {
  margin-left: 0.33em;
}
.lms-ui-responsive-buttons {
  display: inline-block;
}
.lms-ui-responsive-buttons > * {
  padding-left: 0.1em;
  padding-right: 0.1em;
}
.lms-ui-responsive-buttons .lms-ui-dropdown-toggle {
  display: none !important;
  cursor: pointer;
}
.lms-ui-responsive-buttons .lms-ui-dropdown-toggle.secondary {
  display: inline !important;
}
@media screen and (max-width: 800px) {
  .lms-ui-responsive-buttons .lms-ui-dropdown-toggle {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -0.0667em;
    line-height: normal;
  }
}
.lms-ui-responsive-buttons .lms-ui-dropdown-buttons {
  display: inline;
}
.lms-ui-responsive-buttons .lms-ui-dropdown-buttons .lms-ui-button.secondary {
  display: none;
}
@media screen and (max-width: 1200px) {
  .lms-ui-responsive-buttons .lms-ui-dropdown-toggle {
    display: inline-flex !important;
  }
  .lms-ui-responsive-buttons .lms-ui-dropdown-toggle.secondary {
    display: none !important;
  }
  .lms-ui-responsive-buttons .lms-ui-dropdown-buttons {
    display: none;
    padding: 0.2em;
    position: absolute;
    background-color: #ecf0f5;
    border: 1px solid black;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
  }
  .lms-ui-responsive-buttons .lms-ui-dropdown-buttons.show {
    display: flex;
  }
  .lms-ui-responsive-buttons .lms-ui-dropdown-buttons .lms-ui-button {
    display: none;
  }
}
td > button:last-child {
  margin-right: 0.5em;
}
i.lms-ui-button-clipboard:hover {
  cursor: pointer;
}
i.lms-ui-button-clipboard:hover:not(.lms-ui-static) {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
}
i.lms-ui-button-clipboard:hover:not(.lms-ui-static).fa-pull-left {
  margin-right: 0.3em;
}
i.lms-ui-button-clipboard:hover:not(.lms-ui-static).fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  i.lms-ui-button-clipboard:hover:not(.lms-ui-static) {
    font-size: 125%;
  }
}
i.lms-ui-button-clipboard:hover:not(.lms-ui-static):before {
  content: "\f0c5";
}
a.lms-ui-button:not(.lms-ui-link-button).lms-ui-button-speech-recognition.active {
  animation: fa-beat 5s ease infinite;
}
a.lms-ui-button:not(.lms-ui-link-button).lms-ui-button-speech-recognition.active > i:before {
  color: red;
}
.lms-ui-util-buttons {
  display: flex;
  flex-direction: column;
}
/*
 * LMS version 1.11-git
 *
 *  (C) Copyright 2001-2019 LMS Developers
 *
 *  Please, see the doc/AUTHORS for more information about authors!
 *
 *  This program is free software; you can redistribute it and/or modify
 *  it under the terms of the GNU General Public License Version 2 as
 *  published by the Free Software Foundation.
 *
 *  This program is distributed in the hope that it will be useful,
 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 *  GNU General Public License for more details.
 *
 *  You should have received a copy of the GNU General Public License
 *  along with this program; if not, write to the Free Software
 *  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
 *  USA.
 *
 *  $Id$
 */
/*
	jQuery-UI
*/
.ui-widget.ui-widget-content {
  border: 1px solid #C3D7EE;
}
.ui-tabs .ui-tabs-nav {
  border-top: 0;
  border-right: 0;
  border-bottom: 1px dotted grey;
  border-bottom-right-radius: 0;
  margin-right: 0.4em;
}
.ui-tabs.ui-widget.ui-widget-content {
  border: 0;
}
.ui-tabs.ui-widget-content {
  background-color: transparent;
}
.ui-tabs .ui-widget-header {
  background-color: transparent;
  padding: 0;
}
.ui-tabs .ui-tabs-panel {
  border: 1px dotted grey;
  border-top: none;
  border-top-left-radius: 0;
}
.ui-tabs .ui-tab .alert,
.ui-tabs .ui-tab.lms-ui-error,
.ui-tabs .ui-tab:invalid {
  box-shadow: 0 0 3px 1px red !important;
}
.ui-tabs .ui-tab .alert:focus,
.ui-tabs .ui-tab.lms-ui-error:focus,
.ui-tabs .ui-tab:invalid:focus {
  box-shadow: 0 0 1px 1px #a32828 !important;
}
.ui-tabs .ui-tab.lms-ui-warning {
  box-shadow: 0 0 3px 1px Orange !important;
}
.ui-tabs .ui-tab.lms-ui-warning:focus {
  box-shadow: 0 0 1px 1px Orange !important;
}
.ui-tabs .ui-tab.ui-tabs-tab {
  background-color: #CEBD9B;
  box-shadow: none;
  margin-left: -0.1em;
}
.ui-tabs .ui-tab.ui-tabs-active .ui-tabs-anchor {
  color: black;
  font-weight: bold;
  outline: none;
}
.ui-tabs .ui-tab.ui-tabs-active.ui-tabs-tab {
  background-color: #DFD5BD;
  border: 1px dotted grey;
  border-bottom: none;
  box-shadow: unset;
}
.ui-tabs .ui-tab.ui-tabs-active:focus {
  border: 1px solid #615847;
  border-bottom: none;
}
.ui-widget-overlay {
  opacity: 0.5;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  padding: 0em 1em;
  border: 1px solid #C3D7EE;
  background-color: #ecf0f5;
}
.ui-state-default,
.ui-widget-content .ui-state-default {
  padding: 0;
  text-align: center;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  box-shadow: inset 1px 1px 3px 0px rgba(0, 0, 0, 0.6);
  background-color: #ecf0f5;
  border: 1px solid #C3D7EE;
  outline: none;
  color: black;
}
.ui-selectmenu-text {
  padding-top: 2px;
}
.ui-selectmenu-button.ui-button {
  min-width: 20em;
  width: auto;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  background-color: #fffa90;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
.ui-button:active,
.ui-button:focus,
.ui-button.ui-state-active:hover {
  box-shadow: inset 1px 1px 4px 0px rgba(0, 0, 0, 0.4);
  background: #ecf0f5;
  border: 1px solid #C3D7EE;
}
.ui-dialog {
  background-color: #ecf0f5;
}
.ui-dialog .ui-dialog-content {
  background-color: #ecf0f5;
}
.ui-dialog .ui-dialog-buttonpane {
  background-color: #ecf0f5;
  border-top: 0;
  padding-right: 6px;
}
.ui-dialog-content {
  background-color: #ecf0f5;
}
.ui-dialog-titlebar {
  background-color: #C3D7EE;
  border: 1px solid #C3D7EE;
  color: #333;
}
.ui-dialog-buttonpane .ui-dialog-buttonset {
  width: 100%;
  text-align: center;
}
.ui-tooltip {
  background-color: #ecf0f5;
}
.ui-tooltip.lms-ui-error {
  color: #FF0000;
}
.ui-tooltip.lms-ui-warning {
  color: Sienna;
}
.ui-datepicker {
  background-color: #C3D7EE;
}
.ui-datepicker-header {
  background-color: #ecf0f5;
  border: 1px solid #ecf0f5;
}
.ui-datepicker-calendar {
  background-color: #ecf0f5;
}
.ui-datepicker .ui-datepicker-buttonpane {
  border-top: 1px solid black;
  margin-top: 0;
}
.ui-datepicker-trigger {
  border: none;
  background: none;
  margin-left: 0.3em;
  padding: 0;
}
input[disabled] + .ui-datepicker-trigger {
  color: #888888 !important;
  cursor: no-drop;
}
input[disabled] + .ui-datepicker-trigger:before {
  color: #888888 !important;
}
.ui-tooltip.voipaccountinfo,
.ui-tooltip.invoiceinfo,
.ui-tooltip.docnumber,
.ui-tooltip.customerinfo,
.ui-tooltip.nodelist,
.ui-tooltip.ewxnodelist,
.ui-tooltip.customerassignmentinfo,
.ui-tooltip.rtticketinfo,
.ui-tooltip.nodegroupinfo,
.ui-tooltip.netdevlist,
.ui-tooltip.documentview {
  padding: 0;
}
.ui-dialog.documentviewdialog {
  min-width: 200px;
  min-height: 35px;
  position: absolute;
}
.ui-dialog-content.documentviewdialog {
  padding: 0 !important;
  min-width: 200px;
  min-height: 35px;
}
.fileupload-progress-dialog .ui-dialog-titlebar {
  display: none;
}
.ui-progressbar {
  position: relative !important;
  background-color: #ecf0f5;
}
.ui-progressbar .ui-progressbar-value {
  background-color: #C3D7EE;
  border-color: #C3D7EE;
}
.ui-selected {
  background-color: #C3D7EE;
}
.ui-slider.ui-widget-content {
  background-color: #FFFFFF;
}
.ui-slider-range {
  background-color: #ecf0f5;
  text-align: center;
  overflow: hidden;
  cursor: default;
}
.ui-slider-handle.ui-state-default {
  background-color: #C3D7EE;
  margin-top: 2px;
}
.ui-slider-horizontal {
  height: 1em;
}
.ui-selectmenu-optgroup {
  background-color: #ebe4d6 !important;
}
.ui-menu-item {
  background-color: #ebe4d6 !important;
}
.ui-menu-item .ui-state-active,
.ui-menu-item .ui-state-active:hover {
  color: white;
  background-color: #4a90d9 !important;
}
.ui-menu-item [class*="lms-ui-icon"] {
  padding-right: 0.5em;
}
.ui-sortable-handle {
  cursor: grab;
}
/*
 * LMS version 1.11-git
 *
 *  (C) Copyright 2001-2020 LMS Developers
 *
 *  Please, see the doc/AUTHORS for more information about authors!
 *
 *  This program is free software; you can redistribute it and/or modify
 *  it under the terms of the GNU General Public License Version 2 as
 *  published by the Free Software Foundation.
 *
 *  This program is distributed in the hope that it will be useful,
 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 *  GNU General Public License for more details.
 *
 *  You should have received a copy of the GNU General Public License
 *  along with this program; if not, write to the Free Software
 *  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
 *  USA.
 *
 *  $Id$
 */
.lms-ui-gallery-container {
  display: none;
}
.lms-ui-gallery-container .lms-ui-gallery-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 52;
  opacity: 0.3;
  background-color: black;
}
.lms-ui-gallery-container .lms-ui-gallery {
  position: fixed;
  top: 5em;
  bottom: 5em;
  left: 5em;
  right: 5em;
  height: calc(100% - 10em);
  z-index: 53;
}
.lms-ui-gallery-container .lms-ui-gallery .galleria-info {
  width: auto;
}
.lms-ui-gallery-container .lms-ui-gallery .galleria-buttons {
  position: absolute;
  top: 0.3em;
  right: 0.5em;
  z-index: 10;
  color: white;
}
.lms-ui-gallery-container .lms-ui-gallery .galleria-buttons i {
  cursor: pointer;
  font-size: 2em;
}
.lms-ui-gallery-container .lms-ui-gallery .galleria-buttons i:not(:last-child) {
  margin-right: 0.3em;
}
/*
 * LMS version 1.11-git
 *
 *  (C) Copyright 2001-2020 LMS Developers
 *
 *  Please, see the doc/AUTHORS for more information about authors!
 *
 *  This program is free software; you can redistribute it and/or modify
 *  it under the terms of the GNU General Public License Version 2 as
 *  published by the Free Software Foundation.
 *
 *  This program is distributed in the hope that it will be useful,
 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 *  GNU General Public License for more details.
 *
 *  You should have received a copy of the GNU General Public License
 *  along with this program; if not, write to the Free Software
 *  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
 *  USA.
 *
 *  $Id$
 */
#lms-ui-popup-menu {
  display: none;
  z-index: 80;
  flex-direction: column;
  position: absolute;
  max-width: 25em;
  max-height: 50vh;
  background-color: #ecf0f5;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  padding: 1em;
  font-weight: bold;
}
#lms-ui-popup-menu.open {
  display: flex;
}
@media screen and (min-width: 801px) {
  #lms-ui-popup-menu {
    border: 1px solid black;
  }
}
#lms-ui-popup-menu #lms-ui-popup-menu-titlebar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  border-bottom: 1px dotted grey;
}
#lms-ui-popup-menu #lms-ui-popup-menu-titlebar i {
  margin-left: 1.5em;
  cursor: pointer;
}
#lms-ui-popup-menu #lms-ui-popup-menu-content {
  overflow-y: auto;
  max-height: calc(100% - 2.2em);
}
#lms-ui-popup-menu ul {
  list-style-type: none;
  display: inline-block;
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0;
  width: 100%;
}
#lms-ui-popup-menu ul li {
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  padding-left: 2.5em;
  padding-right: 0.5em;
  text-indent: -1.7em;
}
@media screen and (max-width: 800px) {
  #lms-ui-popup-menu ul li:not(:last-child) {
    border-bottom: 1px dotted grey;
  }
}
#lms-ui-popup-menu ul li:hover {
  background-color: #C3D7EE;
  cursor: pointer;
}
@media screen and (max-width: 800px) {
  #lms-ui-popup-menu {
    max-width: unset;
    max-height: unset;
    position: fixed;
    left: 0;
    top: 2em;
    right: 0;
    bottom: 0;
    font-size: 200%;
  }
}
/*
 * LMS version 1.11-git
 *
 *  (C) Copyright 2001-2020 LMS Developers
 *
 *  Please, see the doc/AUTHORS for more information about authors!
 *
 *  This program is free software; you can redistribute it and/or modify
 *  it under the terms of the GNU General Public License Version 2 as
 *  published by the Free Software Foundation.
 *
 *  This program is distributed in the hope that it will be useful,
 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 *  GNU General Public License for more details.
 *
 *  You should have received a copy of the GNU General Public License
 *  along with this program; if not, write to the Free Software
 *  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
 *  USA.
 *
 *  $Id$
 */
.lms-ui-multiselect-container {
  display: inline-block;
  vertical-align: middle;
  min-height: 1.8em;
}
.lms-ui-multiselect-container select,
.lms-ui-multiselect-container .lms-ui-multiselect-label-workaround {
  display: none;
}
.lms-ui-multiselect-container .lms-ui-multiselect-launcher.lms-ui-error {
  border: 1px solid red;
  box-shadow: 0 0 3px 1px red;
}
.lms-ui-multiselect-container .lms-ui-multiselect-launcher.lms-ui-error:focus {
  border: 1px solid #a32828;
  box-shadow: 0 0 1px 1px #a32828;
  outline: none;
}
.lms-ui-multiselect-container.lms-ui-error {
  color: unset !important;
}
.lms-ui-multiselect-container.lms-ui-error .lms-ui-multiselect-launcher {
  border: 1px solid red;
  box-shadow: 0 0 3px 1px red;
}
.lms-ui-multiselect-container.lms-ui-error .lms-ui-multiselect-launcher:focus {
  border: 1px solid #a32828;
  box-shadow: 0 0 1px 1px #a32828;
  outline: none;
}
.lms-ui-multiselect-container.lms-ui-warning,
.lms-ui-multiselect-container.lms-ui-distinguished {
  color: unset !important;
}
.lms-ui-multiselect-container.lms-ui-warning .lms-ui-multiselect-launcher,
.lms-ui-multiselect-container.lms-ui-distinguished .lms-ui-multiselect-launcher {
  border: 1px solid Orange;
  box-shadow: 0 0 3px 1px Orange;
}
.lms-ui-multiselect-container.lms-ui-warning .lms-ui-multiselect-launcher:focus,
.lms-ui-multiselect-container.lms-ui-distinguished .lms-ui-multiselect-launcher:focus {
  border: 1px solid Orange;
  box-shadow: 0 0 1px 1px Orange;
  outline: none;
}
.lms-ui-multiselect-container .lms-ui-multiselect-launcher {
  vertical-align: middle;
  background-color: #FFFFFF;
  border: 1px solid #a9a9a9;
  min-height: 1.6em;
  box-sizing: border-box;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.lms-ui-multiselect-container .lms-ui-multiselect-launcher .lms-ui-multiselect-launcher-label {
  font-size: 10pt;
  font-family: Arial, Helvetica, Verdana;
  vertical-align: middle;
  cursor: default;
  padding: 0px 0px 0px 4px;
  max-width: 200px;
  white-space: pre-wrap;
  min-width: 200px;
  display: block;
}
@media screen and (max-width: 1920px) {
  .lms-ui-multiselect-container .lms-ui-multiselect-launcher .lms-ui-multiselect-launcher-label {
    font-size: 9pt;
  }
}
@media screen and (max-width: 1200px) {
  .lms-ui-multiselect-container .lms-ui-multiselect-launcher .lms-ui-multiselect-launcher-label {
    font-size: 8pt;
  }
}
.lms-ui-multiselect-container .lms-ui-multiselect-launcher .lms-ui-multiselect-launcher-label.lms-ui-multiselect-filter {
  min-width: 100px;
}
.lms-ui-multiselect-container .lms-ui-multiselect-launcher .lms-ui-multiselect-launcher-toggle {
  float: right;
  margin-right: 0.2em;
  display: block;
  font-size: 120%;
}
.lms-ui-multiselect-container .lms-ui-multiselect-launcher .lms-ui-multiselect-clear-button {
  float: right;
  margin-right: 0.3em;
  margin-left: 0.3em;
  display: block;
  opacity: 0.4;
  font-size: 100%;
  cursor: pointer;
  margin-top: 0.12em;
}
.lms-ui-multiselect-container.tiny .lms-ui-multiselect-launcher {
  overflow: hidden;
  vertical-align: middle;
  cursor: pointer;
  display: flex;
  align-items: center;
  border-color: transparent;
  background-color: transparent;
  min-height: unset;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.lms-ui-multiselect-container .lms-ui-multiselect-popup {
  display: none;
  position: absolute;
  width: 350px;
  border: solid 1px #888888;
  background-color: #ecf0f5;
  z-index: 65;
  overflow: hidden;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media screen and (max-width: 800px) {
  .lms-ui-multiselect-container .lms-ui-multiselect-popup {
    position: fixed;
    width: auto;
    left: 0;
    top: 2em;
    right: 0;
    bottom: 0;
    padding: 0.5em;
    font-size: 200%;
    border: 0;
  }
}
.lms-ui-multiselect-container .lms-ui-multiselect-popup .lms-ui-multiselect-popup-list {
  list-style: none;
  cursor: default;
  padding: 0;
  margin: 0;
  border-bottom: solid 1px #888888;
  max-height: 200px;
  max-width: 350px;
  text-align: left;
  overflow-x: hidden;
  overflow-y: auto;
}
@media screen and (max-width: 800px) {
  .lms-ui-multiselect-container .lms-ui-multiselect-popup .lms-ui-multiselect-popup-list {
    max-height: 80%;
    max-width: unset;
    border: solid 1px #888888;
  }
}
.lms-ui-multiselect-container .lms-ui-multiselect-popup .lms-ui-multiselect-popup-list li {
  white-space: normal;
  padding: 0;
  margin: 0;
  background-color: #FFFFFF;
  padding-left: 2em;
  text-indent: -2em;
}
@media screen and (max-width: 800px) {
  .lms-ui-multiselect-container .lms-ui-multiselect-popup .lms-ui-multiselect-popup-list li {
    padding-left: 1.2em;
    text-indent: -1.1em;
  }
}
.lms-ui-multiselect-container .lms-ui-multiselect-popup .lms-ui-multiselect-popup-list li:not(:last-child) {
  border-bottom: 1px dotted grey;
}
.lms-ui-multiselect-container .lms-ui-multiselect-popup .lms-ui-multiselect-popup-list li input {
  border: none;
  margin: 3px 3px 3px 4px;
}
.lms-ui-multiselect-container .lms-ui-multiselect-popup .lms-ui-multiselect-popup-list li.selected {
  background-color: #ecf0f5;
}
.lms-ui-multiselect-container .lms-ui-multiselect-popup .lms-ui-multiselect-popup-list li.active {
  background-color: #C3D7EE;
}
.lms-ui-multiselect-container .lms-ui-multiselect-popup .lms-ui-multiselect-popup-list li:not(.visible) {
  display: none;
}
.lms-ui-multiselect-container .lms-ui-multiselect-popup .lms-ui-multiselect-popup-list li.exclusive {
  font-weight: bold;
}
.lms-ui-multiselect-container .lms-ui-multiselect-popup .lms-ui-multiselect-popup-list span {
  padding-left: 3px;
}
.lms-ui-multiselect-container .lms-ui-multiselect-popup .lms-ui-multiselect-popup-titlebar {
  display: none;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  border-bottom: 1px dotted grey;
}
@media screen and (max-width: 800px) {
  .lms-ui-multiselect-container .lms-ui-multiselect-popup .lms-ui-multiselect-popup-titlebar {
    display: flex;
  }
}
.lms-ui-multiselect-container .lms-ui-multiselect-popup .lms-ui-multiselect-popup-titlebar .lms-ui-multiselect-popup-title {
  font-weight: bold;
}
.lms-ui-multiselect-container .lms-ui-multiselect-popup .lms-ui-multiselect-popup-titlebar i {
  margin-left: 1.5em;
  cursor: pointer;
}
.lms-ui-multiselect-container .lms-ui-multiselect-popup .lms-ui-multiselect-popup-checkall {
  width: 100%;
}
@media screen and (max-width: 800px) {
  .lms-ui-multiselect-container .lms-ui-multiselect-popup .lms-ui-multiselect-popup-checkall {
    margin-top: 0.5em;
    border-top: 1px dotted grey;
    padding-top: 0.5em;
  }
}
.lms-ui-multiselect-container .lms-ui-multiselect-popup .lms-ui-multiselect-popup-checkall input {
  margin-right: 0.9em;
}
/*
 * LMS version 1.11-git
 *
 *  (C) Copyright 2001-2020 LMS Developers
 *
 *  Please, see the doc/AUTHORS for more information about authors!
 *
 *  This program is free software; you can redistribute it and/or modify
 *  it under the terms of the GNU General Public License Version 2 as
 *  published by the Free Software Foundation.
 *
 *  This program is distributed in the hope that it will be useful,
 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 *  GNU General Public License for more details.
 *
 *  You should have received a copy of the GNU General Public License
 *  along with this program; if not, write to the Free Software
 *  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
 *  USA.
 *
 *  $Id$
 */
@media screen and (min-width: 801px) {
  body {
    /*
        &.lms-ui-mobile {
          margin-left: 4em;
          @media print {
            margin-left: 0;
          }

          #lms-ui-menu-panel {
            width: 3em;
          }

          #lms-ui-tool-panels {
            margin-left: 3.5em;
          }
        }

        &.main-menu-mobile-wide {
          margin-left: 17em;

          #lms-ui-menu-panel {
            width: 16em;
          }

          #lms-ui-tool-panels {
            margin-left: 17em;
          }
        }
      }
    */
  }
  body.main-menu-visible {
    margin-left: 17em;
  }
  body.main-menu-visible #lms-ui-menu-panel {
    width: 16em;
  }
  body.main-menu-visible #lms-ui-tool-panels {
    margin-left: 17em;
  }
}
@media screen and (min-width: 801px) and print {
  body.main-menu-visible {
    margin-left: 0;
  }
}
#lms-ui-menu-panel {
  z-index: 2;
  background-color: #ecf0f5;
  overflow: hidden;
  border: 1px solid black;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
}
@media screen and (min-width: 801px) {
  #lms-ui-menu-panel {
    box-shadow: 1em 0 0.9em #FFFFFF;
  }
}
@media screen and (max-width: 800px) {
  #lms-ui-menu-panel {
    display: none;
    overflow-y: auto;
    border: 0;
    font-size: 200%;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 2em;
    z-index: 50;
  }
  #lms-ui-menu-panel.fullscreen-popup {
    display: unset;
  }
}
#lms-ui-menu-panel #lms-ui-menu-panel-container {
  overflow-x: hidden;
  overflow-y: auto;
  margin-right: 0px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
#lms-ui-menu-panel #lms-ui-menu-panel-container #lms-ui-logo {
  margin-top: 0.3em;
  display: flex;
  justify-content: center;
  align-self: stretch;
}
@media screen and (max-width: 800px) {
  #lms-ui-menu-panel #lms-ui-menu-panel-container #lms-ui-logo {
    display: none;
  }
}
#lms-ui-menu-panel #lms-ui-menu-panel-container #lms-ui-logo :not(:first-child) {
  margin-left: 0.3em;
  font-weight: bold;
  align-self: flex-end;
}
#lms-ui-menu-panel #lms-ui-menu-panel-container #lms-ui-logo a {
  color: initial;
}
#lms-ui-menu-panel #lms-ui-menu-panel-container #lms-ui-logo a:hover {
  text-decoration: initial;
}
#lms-ui-menu-panel #lms-ui-menu-panel-container #lms-ui-main-menu {
  margin-top: 0.5em;
  align-self: stretch;
}
#lms-ui-menu-panel #lms-ui-menu-panel-container #lms-ui-session-expire {
  font-weight: bold;
  color: darkred;
  align-self: stretch;
  text-align: center;
  margin-bottom: 0.5em;
}
#lms-ui-menu-panel #lms-ui-menu-panel-container #lms-ui-division {
  align-self: stretch;
  text-align: center;
  margin-bottom: 0.5em;
  margin-left: 0.5em;
}
#lms-ui-menu-panel #lms-ui-menu-panel-container #lms-ui-division > select {
  width: 90%;
}
@media screen and (max-width: 801px) {
  #lms-ui-menu-panel #lms-ui-menu-panel-container #lms-ui-division > select {
    font-size: 80%;
    flex-grow: 1;
  }
}
#lms-ui-menu-panel #lms-ui-menu-panel-container #lms-ui-copyrights {
  font-weight: bold;
  align-self: stretch;
  text-align: center;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 801px) {
  #lms-ui-menu-panel #lms-ui-menu-panel-container #lms-ui-copyrights {
    display: none;
  }
}
#lms-ui-menu-panel-toggle {
  position: fixed;
  left: 0.15em;
  top: 0.15em;
  background-size: cover;
  width: 0.8em;
  height: 0.8em;
  cursor: pointer;
  z-index: 3;
}
@media screen and (max-width: 800px) {
  #lms-ui-menu-panel-toggle {
    display: none;
  }
}
#lms-ui-menu-panel-toggle:not(.visible) {
  background-color: #C3D7EE;
  padding: 0.1em 0em 0.3em 0.1em;
  border: 1px solid black;
  border-radius: 0 0 0.5em 0em;
}
@media screen and (min-width: 801px) {
  #lms-ui-menu-panel-toggle:not(.visible) ~ #lms-ui-contents #lms-ui-quicksearch-indicators-panel {
    padding-left: 0.5em;
  }
}
#lms-ui-mobile-menu-container {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  height: 2em;
  box-shadow: 0 0.7em 0.6em #FFFFFF;
  z-index: 40;
  background-color: #FFFFFF;
  font-size: 200%;
}
@media screen and (min-width: 801px) {
  #lms-ui-mobile-menu-container {
    display: none;
  }
}
#lms-ui-mobile-menu-container #lms-ui-mobile-menu-panel {
  border-bottom: 1px solid black;
  background-color: #ecf0f5;
  height: auto;
  width: 100%;
}
@media screen and (max-width: 800px) {
  #lms-ui-mobile-menu-container #lms-ui-mobile-menu-panel .lms-ui-button {
    margin-top: 0.2em;
    margin-bottom: 0.2em;
    border-radius: unset;
    border: 0;
    border-right: 1px solid black;
  }
  #lms-ui-mobile-menu-container #lms-ui-mobile-menu-panel .lms-ui-button:hover {
    border-radius: unset;
  }
}
/*
 * LMS version 1.11-git
 *
 *  (C) Copyright 2001-2020 LMS Developers
 *
 *  Please, see the doc/AUTHORS for more information about authors!
 *
 *  This program is free software; you can redistribute it and/or modify
 *  it under the terms of the GNU General Public License Version 2 as
 *  published by the Free Software Foundation.
 *
 *  This program is distributed in the hope that it will be useful,
 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 *  GNU General Public License for more details.
 *
 *  You should have received a copy of the GNU General Public License
 *  along with this program; if not, write to the Free Software
 *  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
 *  USA.
 *
 *  $Id$
 */
#lms-ui-modal-dialog ol {
  list-style: none;
  padding-left: 0;
  width: 90%;
}
#lms-ui-modal-dialog ol li.message {
  font-weight: bold;
  max-height: 80vh;
  overflow-y: auto;
  overflow-x: hidden;
}
@media screen and (max-width: 800px) {
  .lms-ui-modal-dialog-wrapper {
    font-size: 200%;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
  }
  .lms-ui-modal-dialog-wrapper .ui-dialog-titlebar-close {
    text-indent: unset;
    border: 0 !important;
    background-color: transparent !important;
    box-shadow: unset !important;
    right: 0.5em !important;
    top: 40% !important;
  }
  .lms-ui-modal-dialog-wrapper .ui-dialog-titlebar-close .lms-ui-icon-hide {
    position: absolute;
    text-indent: unset;
    width: 0;
    height: 0;
    left: 0;
    top: 0;
  }
}
/*
 * LMS version 1.11-git
 *
 *  (C) Copyright 2001-2020 LMS Developers
 *
 *  Please, see the doc/AUTHORS for more information about authors!
 *
 *  This program is free software; you can redistribute it and/or modify
 *  it under the terms of the GNU General Public License Version 2 as
 *  published by the Free Software Foundation.
 *
 *  This program is distributed in the hope that it will be useful,
 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 *  GNU General Public License for more details.
 *
 *  You should have received a copy of the GNU General Public License
 *  along with this program; if not, write to the Free Software
 *  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
 *  USA.
 *
 *  $Id$
 */
.chosen-container {
  text-align: left;
  min-width: 250px;
  font-size: 10pt;
  font-weight: initial;
}
@media screen and (max-width: 1920px) {
  .chosen-container {
    font-size: 9pt;
  }
}
@media screen and (max-width: 1200px) {
  .chosen-container {
    font-size: 8pt;
  }
}
.chosen-container .chosen-results {
  color: black;
}
.chosen-container .chosen-results li.no-results {
  color: black;
  background: #ecf0f5;
}
.chosen-container .chosen-results li {
  padding: 1px 6px;
}
.chosen-container .chosen-results li em {
  background-color: #ecf0f5;
  font-weight: bold;
  text-decoration: none;
}
.chosen-container .chosen-results li.disabled-result {
  color: #888888;
}
.chosen-container.lms-ui-customer-address-select .chosen-single span {
  padding-top: 1px;
  padding-bottom: 1px;
}
.chosen-container.lms-ui-customer-address-select .chosen-results li {
  padding: 3px 6px;
}
.chosen-container .chosen-drop {
  display: none;
  background-color: #FFFFFF;
  width: auto;
  min-width: 15em;
}
.chosen-container .chosen-drop li {
  white-space: nowrap;
}
.chosen-container-active.chosen-with-drop .chosen-single {
  background-image: none;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position-x: -12px;
  background-position-y: -2px;
}
.chosen-with-drop .chosen-drop {
  display: block;
}
.chosen-container-single {
  /*
  .chosen-search input[type=text] {
      padding: 2px 20px 2px 5px;
      background: url('@{lms-img-path}/chosen-sprite.png') no-repeat 100% -23px;
  }
  */
}
.chosen-container-single.chosen-with-drop .chosen-single {
  border: 1px solid #a9a9a9;
}
.chosen-container-single .chosen-single {
  color: black;
  background-color: #FFFFFF;
  background-image: none;
  line-height: normal;
  border-radius: unset;
  min-height: 1.6em;
  height: unset;
  display: flex;
  align-items: center;
}
.chosen-container-single .chosen-single div b {
  background-position-x: 6px;
  background-position-y: -2px;
}
.chosen-container-single.alert .chosen-single,
.chosen-container-single.lms-ui-error .chosen-single,
.chosen-container-single:invalid .chosen-single {
  border: 1px solid red;
  box-shadow: 0 0 3px 1px red;
}
.chosen-container-single.alert .chosen-single:focus,
.chosen-container-single.lms-ui-error .chosen-single:focus,
.chosen-container-single:invalid .chosen-single:focus {
  border: 1px solid #a32828;
  box-shadow: 0 0 1px 1px #a32828;
  outline: none;
}
.chosen-container-single.lms-ui-warning .chosen-single {
  border: 1px solid Orange;
  background-color: Khaki;
  box-shadow: 0 0 3px 1px Orange;
}
.chosen-container-single.lms-ui-warning .chosen-single:focus {
  border: 1px solid Orange;
  background-color: Khaki;
  box-shadow: 0 0 1px 1px Orange;
}
.chosen-container-single.lms-ui-distinguished .chosen-single {
  border: 1px solid Orange;
  box-shadow: 0 0 3px 1px Orange;
}
.chosen-container-single.lms-ui-distinguished .chosen-single:focus {
  border: 1px solid Orange;
  box-shadow: 0 0 1px 1px Orange;
}
.chosen-container-single .chosen-drop {
  border-radius: unset;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 2em;
}
.chosen-container-single .chosen-single abbr {
  top: 2px;
  right: 12px;
}
.chosen-container-single .chosen-single div {
  width: 18px;
}
.chosen-container-multi .chosen-choices {
  color: black;
  background-color: #FFFFFF;
  background-image: none;
  line-height: normal;
  border-radius: unset;
}
.chosen-container-multi .chosen-choices div b {
  background-position-x: 6px;
  background-position-y: -2px;
}
.chosen-container-multi .chosen-choices li.search-choice {
  background-color: #ecf0f5;
  background-image: none;
  font-weight: bold;
  border: 1px solid #C3D7EE;
}
.chosen-container-multi.alert .chosen-choices,
.chosen-container-multi.lms-ui-error .chosen-choices,
.chosen-container-multi:invalid .chosen-choices {
  border: 1px solid red;
  box-shadow: 0 0 3px 1px red;
}
.chosen-container-multi.alert .chosen-choices:focus,
.chosen-container-multi.lms-ui-error .chosen-choices:focus,
.chosen-container-multi:invalid .chosen-choices:focus {
  border: 1px solid #a32828;
  box-shadow: 0 0 1px 1px #a32828;
  outline: none;
}
.chosen-container-multi.lms-ui-warning .chosen-choices {
  border: 1px solid Orange;
  background-color: Khaki;
  box-shadow: 0 0 3px 1px Orange;
}
.chosen-container-multi.lms-ui-warning .chosen-choices:focus {
  border: 1px solid Orange;
  background-color: Khaki;
  box-shadow: 0 0 1px 1px Orange;
}
.chosen-container-multi.lms-ui-distinguished .chosen-choices {
  border: 1px solid Orange;
  box-shadow: 0 0 3px 1px Orange;
}
.chosen-container-multi.lms-ui-distinguished .chosen-choices:focus {
  border: 1px solid Orange;
  box-shadow: 0 0 1px 1px Orange;
}
.chosen-container-multi .chosen-drop .result-selected {
  color: #888888;
}
/*
 * LMS version 1.11-git
 *
 *  (C) Copyright 2001-2020 LMS Developers
 *
 *  Please, see the doc/AUTHORS for more information about authors!
 *
 *  This program is free software; you can redistribute it and/or modify
 *  it under the terms of the GNU General Public License Version 2 as
 *  published by the Free Software Foundation.
 *
 *  This program is distributed in the hope that it will be useful,
 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 *  GNU General Public License for more details.
 *
 *  You should have received a copy of the GNU General Public License
 *  along with this program; if not, write to the Free Software
 *  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
 *  USA.
 *
 *  $Id$
 */
.scombobox {
  display: inline-block;
  margin: 0;
}
.scombobox-disabled .scombobox-display {
  cursor: no-drop;
}
.scombobox-dropdown-background {
  background-color: transparent;
  border: unset;
}
.scombobox-display {
  border-radius: unset;
  padding: 0px 19px 0px 4px;
  min-height: 1.6em;
}
.scombobox-display.alert,
.scombobox-display.lms-ui-error,
.scombobox-display:invalid {
  border: 1px solid red;
  box-shadow: 0 0 3px 1px red;
}
.scombobox-display.alert:focus,
.scombobox-display.lms-ui-error:focus,
.scombobox-display:invalid:focus {
  border: 1px solid #a32828;
  box-shadow: 0 0 1px 1px #a32828;
  outline: none;
}
.scombobox-display.lms-ui-warning {
  border: 1px solid Orange;
  background-color: Khaki;
  box-shadow: 0 0 3px 1px Orange;
}
.scombobox-display.lms-ui-warning:focus {
  border: 1px solid Orange;
  background-color: Khaki;
  box-shadow: 0 0 1px 1px Orange;
}
.scombobox-list {
  border: 1px solid #a9a9a9;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  background-color: #FFFFFF;
  border-radius: unset;
}
.scombobox-list p {
  padding: 1px;
}
.scombobox-list p:hover {
  background-color: #C3D7EE;
  color: white;
}
.scombobox-list p.scombobox-hovered {
  background-color: #ecf0f5;
}
.scombobox-list p.scombobox-hovered:hover {
  background-color: #C3D7EE;
  color: white;
}
/*
 * LMS version 1.11-git
 *
 *  (C) Copyright 2001-2020 LMS Developers
 *
 *  Please, see the doc/AUTHORS for more information about authors!
 *
 *  This program is free software; you can redistribute it and/or modify
 *  it under the terms of the GNU General Public License Version 2 as
 *  published by the Free Software Foundation.
 *
 *  This program is distributed in the hope that it will be useful,
 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 *  GNU General Public License for more details.
 *
 *  You should have received a copy of the GNU General Public License
 *  along with this program; if not, write to the Free Software
 *  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
 *  USA.
 *
 *  $Id$
 */
label > .lms-ui-customer-select-container {
  margin-left: 0.4em;
}
.lms-ui-customer-select-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.lms-ui-customer-select-container select {
  margin-right: 0.5em;
  max-width: 35em;
}
.lms-ui-customer-select-container .lms-ui-customer-select {
  display: inline-block;
  white-space: nowrap;
}
.lms-ui-customer-select-container .lms-ui-customer-select > span {
  padding-right: 0.5em;
}
.lms-ui-customer-select-container .lms-ui-customer-select .lms-ui-customer-select-customerid,
.lms-ui-customer-select-container .lms-ui-customer-select .lms-ui-customer-select-suggestion-input {
  box-sizing: border-box;
  width: 7em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  padding-right: 0;
}
.lms-ui-customer-select-container .lms-ui-customer-select .lms-ui-customer-select-customerid:focus,
.lms-ui-customer-select-container .lms-ui-customer-select .lms-ui-customer-select-suggestion-input:focus {
  padding-right: 1.4em;
}
.lms-ui-customer-select-container .lms-ui-customer-select .lms-ui-customer-select-customerid:focus + .lms-ui-customer-function-button,
.lms-ui-customer-select-container .lms-ui-customer-select .lms-ui-customer-select-suggestion-input:focus + .lms-ui-customer-function-button {
  visibility: visible;
}
.lms-ui-customer-select-container .lms-ui-customer-select .lms-ui-customer-function-button {
  display: inline-block;
  margin-left: -2.3em;
  vertical-align: middle;
  cursor: pointer;
  visibility: hidden;
}
.lms-ui-customer-select-container .lms-ui-customer-select:hover .lms-ui-customer-select-customerid,
.lms-ui-customer-select-container .lms-ui-customer-select:hover .lms-ui-customer-select-suggestion-input {
  padding-right: 1.4em;
}
.lms-ui-customer-select-container .lms-ui-customer-select:hover .lms-ui-customer-select-customerid + .lms-ui-customer-function-button,
.lms-ui-customer-select-container .lms-ui-customer-select:hover .lms-ui-customer-select-suggestion-input + .lms-ui-customer-function-button,
.lms-ui-customer-select-container .lms-ui-customer-select:hover .lms-ui-customer-select-customerid + .lms-ui-customer-function-button,
.lms-ui-customer-select-container .lms-ui-customer-select:hover .lms-ui-customer-select-suggestion-input + .lms-ui-customer-function-button {
  visibility: visible;
}
.lms-ui-customer-select-container .lms-ui-customer-select-name {
  white-space: normal;
  padding-left: 0.8em;
  padding-right: 0.5em;
  flex-grow: 1;
}
.lms-ui-customer-select-container[data-version="2"] .lms-ui-customer-select .lms-ui-customer-select-customerid,
.lms-ui-customer-select-container[data-version="2"] .lms-ui-customer-select .lms-ui-customer-select-suggestion-container {
  display: none;
}
.lms-ui-customer-select-container[data-version="2"] .lms-ui-customer-select .lms-ui-customer-select-suggestion-input {
  min-width: 10em;
}
.lms-ui-customer-select-container[data-version="2"] .lms-ui-customer-select .lms-ui-customer-select-customerid[required]:invalid + .lms-ui-customer-select-suggestion-input {
  border: 1px solid red;
  box-shadow: 0 0 3px 1px red;
}
.lms-ui-customer-select-container[data-version="2"] .lms-ui-customer-select .lms-ui-customer-select-customerid[required]:invalid + .lms-ui-customer-select-suggestion-input:focus {
  border: 1px solid #a32828;
  box-shadow: 0 0 1px 1px #a32828;
  outline: none;
}
.lms-ui-customer-select-container.lms-ui-distinguished select {
  border: 1px solid Orange;
  box-shadow: 0 0 3px 1px Orange;
}
.lms-ui-customer-select-container.lms-ui-distinguished select:focus {
  border: 1px solid Orange;
  box-shadow: 0 0 1px 1px Orange;
}
.lms-ui-customer-select-container.lms-ui-distinguished .lms-ui-customer-select-name {
  border: 1px solid Orange;
  box-shadow: 0 0 3px 1px Orange;
}
/*
 * LMS version 1.11-git
 *
 *  (C) Copyright 2001-2021 LMS Developers
 *
 *  Please, see the doc/AUTHORS for more information about authors!
 *
 *  This program is free software; you can redistribute it and/or modify
 *  it under the terms of the GNU General Public License Version 2 as
 *  published by the Free Software Foundation.
 *
 *  This program is distributed in the hope that it will be useful,
 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 *  GNU General Public License for more details.
 *
 *  You should have received a copy of the GNU General Public License
 *  along with this program; if not, write to the Free Software
 *  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
 *  USA.
 *
 *  $Id$
 */
.lms-ui-hint-rollover:not(.ui-tooltip),
.lms-ui-hint-toggle:not(.ui-tooltip) {
  cursor: pointer;
}
.lms-ui-hint-rollover .lms-ui-hint-titlebar,
.lms-ui-hint-toggle .lms-ui-hint-titlebar {
  display: none;
  justify-content: flex-end;
}
.lms-ui-hint-rollover .lms-ui-hint-titlebar .close-button,
.lms-ui-hint-toggle .lms-ui-hint-titlebar .close-button {
  cursor: pointer;
}
.lms-ui-hint-rollover.ui-tooltip,
.lms-ui-hint-toggle.ui-tooltip {
  max-width: 50vw;
}
.lms-ui-hint-rollover.ui-tooltip .lms-ui-hint-titlebar,
.lms-ui-hint-toggle.ui-tooltip .lms-ui-hint-titlebar {
  padding-bottom: 0.5em;
}
.lms-ui-hint-rollover.ui-tooltip .lms-ui-hint-content,
.lms-ui-hint-toggle.ui-tooltip .lms-ui-hint-content {
  max-height: 90vh;
  overflow-y: auto;
  overflow-x: visible;
  padding-right: 1em;
}
@media screen and (max-width: 800px) {
  .lms-ui-hint-rollover.ui-tooltip,
  .lms-ui-hint-toggle.ui-tooltip {
    padding: 0;
    font-size: 200%;
  }
  .lms-ui-hint-rollover.ui-tooltip,
  .lms-ui-hint-toggle.ui-tooltip {
    max-width: fit-content;
  }
  .lms-ui-hint-rollover .ui-tooltip-content,
  .lms-ui-hint-toggle .ui-tooltip-content {
    padding: 1em;
  }
  .lms-ui-hint-rollover.ui-widget.ui-widget-content,
  .lms-ui-hint-toggle.ui-widget.ui-widget-content {
    border: 0;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    max-width: unset;
    max-height: unset;
  }
  .lms-ui-hint-rollover.ui-widget.ui-widget-content.ui-widget-shadow,
  .lms-ui-hint-toggle.ui-widget.ui-widget-content.ui-widget-shadow {
    box-shadow: unset;
  }
  .lms-ui-hint-rollover .lms-ui-hint-titlebar,
  .lms-ui-hint-toggle .lms-ui-hint-titlebar {
    display: flex;
  }
}
html {
  height: 100%;
}
html.fullscreen-popup {
  overflow: hidden;
}
@media print {
  html {
    overflow: visible;
  }
}
body {
  font-size: 10pt;
  font-family: Arial, Helvetica, Verdana;
  background-color: #FFFFFF;
  margin: 0;
  padding: 0;
  margin-left: 0.5em;
}
@media screen and (max-width: 1920px) {
  body {
    font-size: 9pt;
  }
}
@media screen and (max-width: 1200px) {
  body {
    font-size: 8pt;
  }
}
body.lms-ui-main-document {
  overflow: auto;
}
body.fullscreen-popup {
  overflow: hidden;
}
body.fullscreen-popup #lms-ui-contents {
  overflow: hidden;
}
body.fullscreen-popup #lms-ui-module-view {
  overflow: hidden;
}
body.fullscreen-popup #lms-ui-back-to-top {
  display: none;
  z-index: 0;
}
@media screen and (max-width: 800px) {
  body:not(.lms-ui-popup):not(.lms-ui-login-form) {
    margin-top: 4em;
  }
}
body.lms-ui-popup {
  margin-left: 0;
}
body #lms-ui-tool-panels {
  margin-left: 1.2em;
}
@media screen and (max-width: 800px) {
  body #lms-ui-tool-panels {
    margin-left: 0;
    top: 4em;
    z-index: 70;
    display: none;
  }
  body #lms-ui-tool-panels.fullscreen-popup {
    display: block;
  }
  body #lms-ui-tool-panels.fullscreen-popup .lms-ui-tool-panel:not(:first-child) {
    display: none;
  }
}
body.lms-ui-popup {
  display: block;
  height: auto;
  overflow: auto;
}
TABLE {
  border-collapse: collapse;
  border-color: #000000;
}
#lms-ui-back-to-top {
  margin: 0.3em;
  position: fixed;
  opacity: 0.8;
  right: 1.8em;
  bottom: 0.6em;
  z-index: 60;
  transform: translateX(120px);
  transition: transform 400ms 300ms;
  will-change: transform;
}
#lms-ui-back-to-top:hover {
  transform: translateX(10px) !important;
}
@media screen and (max-width: 800px) {
  #lms-ui-back-to-top {
    font-size: 130%;
  }
}
#lms-ui-contents {
  overflow: visible;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex: 1 1 auto;
  margin-bottom: 0.85em;
  padding: 0.43em;
}
#lms-ui-contents > p {
  align-self: center;
}
@media print {
  #lms-ui-contents {
    height: auto;
  }
}
.lms-ui-tool-panel {
  flex: 0 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid black;
  padding-bottom: 0.3em;
  width: 100%;
}
.lms-ui-tool-panel:nth-child(n+2) {
  padding-top: 0.3em;
}
@media screen and (max-width: 800px) {
  .lms-ui-tool-panel {
    padding-bottom: 0;
  }
}
.lms-ui-indicator:hover {
  text-decoration: none;
}
.lms-ui-indicator-counter {
  font-size: 120%;
}
#lms-ui-toolbar {
  display: flex;
  justify-content: space-between;
  flex: 0 0 auto;
}
#lms-ui-toolbar {
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: -0.5em;
}
#lms-ui-toolbar .lms-ui-toolbar-shortcut {
  display: flex;
  justify-content: flex-start;
  margin-top: 0.5em;
}
#lms-ui-toolbar .lms-ui-toolbar-shortcut:last-child {
  margin-left: auto;
  margin-right: 0.5em;
  display: flex;
  justify-content: flex-start;
}
#lms-ui-toolbar .lms-ui-toolbar-shortcut-separator {
  padding-right: 1.2em;
}
#lms-ui-module-view {
  width: 100%;
  overflow: visible;
}
#lms-ui-module-view h1 {
  margin-block-start: 0.4em;
  margin-block-end: 0.7em;
}
#lms-ui-generation-time {
  text-align: center;
  color: #888888;
}
#lms-ui-dberrors {
  background-color: #FFFFFF;
  border: 1px solid black;
  padding: 0.3em;
  margin-top: 0.5em;
}
#lms-ui-tool-panels {
  position: fixed;
  left: 0;
  top: 0;
  background-size: 100% 100%;
  background-color: #FFFFFF;
  right: 0;
  padding-top: 0.5em;
  box-shadow: 0 1em 0.9em #FFFFFF;
  z-index: 50;
}
@media screen and (max-width: 800px) {
  #lms-ui-tool-panels {
    padding-top: 0;
  }
}
#lms-ui-quicksearch-indicators-panel {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 800px) {
  #lms-ui-quicksearch-indicators-panel {
    background-color: #ecf0f5;
  }
}
.lms-ui-quick-search {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 800px) {
  .lms-ui-quick-search {
    width: 100%;
  }
  .lms-ui-quick-search .lms-ui-quick-search-selector .lms-ui-multiselect-launcher {
    display: none;
  }
}
.lms-ui-quick-search #lms-ui-quick-search-field-clear {
  font-size: 200%;
  margin-right: 0.5em;
}
@media screen and (min-width: 801px) {
  .lms-ui-quick-search #lms-ui-quick-search-field-clear {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  form.lms-ui-quick-search {
    flex-wrap: nowrap;
  }
}
.lms-ui-quick-search-field {
  display: none;
  align-items: center;
  margin-left: 0.3em;
}
.lms-ui-quick-search-field.visible {
  display: flex;
}
@media screen and (max-width: 800px) {
  .lms-ui-quick-search-field.visible {
    display: none;
  }
}
.lms-ui-quick-search-field .lms-ui-quick-search-icon,
.lms-ui-quick-search-field img {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media screen and (max-width: 800px) {
  .lms-ui-quick-search-field {
    font-size: 200%;
    display: none;
    flex-grow: 1;
    margin: 0.5em;
    width: auto;
  }
  .lms-ui-quick-search-field.lms-ui-quick-search-active {
    display: flex;
  }
  .lms-ui-quick-search-field .lms-ui-multiselect-popup {
    font-size: inherit;
  }
}
.lms-ui-quick-search-field > input {
  padding-right: 1.2em;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  padding-left: 0.3em;
  margin-left: 0.3em;
  display: inline-block;
}
.lms-ui-quick-search-field > input:last-child {
  padding-right: 0.3em;
  width: 2.95em;
}
.lms-ui-quick-search-field > input:not(:last-child) {
  width: 1.7em;
}
@media screen and (max-width: 800px) {
  .lms-ui-quick-search-field > input {
    font-size: inherit;
    margin-left: 0.7em;
    width: 100%;
    border-color: black !important;
  }
}
.lms-ui-quick-search-field > input.lms-ui-quick-search-active {
  width: 8.4em;
}
@media screen and (max-width: 800px) {
  .lms-ui-quick-search-field > input.lms-ui-quick-search-active {
    width: 100%;
  }
}
.lms-ui-quick-search-field > input.lms-ui-quick-search-input {
  min-width: 3em;
}
@media screen and (min-width: 801px) {
  .lms-ui-quick-search-field > input.lms-ui-quick-search-input {
    min-height: 2.2em;
  }
}
.lms-ui-quick-search-field > input.lms-ui-quick-search-input + div {
  margin-left: -1.8em;
  visibility: hidden;
}
@media screen and (max-width: 800px) {
  .lms-ui-quick-search-field > input.lms-ui-quick-search-input + div {
    margin-left: -2em;
  }
}
.lms-ui-quick-search-field > input.lms-ui-quick-search-input + div.open {
  visibility: visible;
}
.lms-ui-quick-search-field > input:focus {
  padding-right: 1.2em;
}
.lms-ui-quick-search-field > input:focus:last-child {
  padding-right: 0.3em;
}
.lms-ui-quick-search-field > input:focus + div {
  visibility: visible;
}
.lms-ui-quick-search-field:hover input {
  padding-right: 1.2em;
}
.lms-ui-quick-search-field:hover input:last-child {
  padding-right: 0.3em;
}
.lms-ui-quick-search-field:hover input + div {
  visibility: visible;
}
.lms-ui-quick-search-field .fas,
.lms-ui-quick-search-field .fab,
.lms-ui-quick-search-field .far,
.lms-ui-quick-search-field .fal {
  font-size: 1.5em;
}
.lms-ui-quick-search-selector {
  margin-left: 0.45em;
  cursor: pointer;
}
#lms-ui-indicators {
  margin-left: auto;
  margin-right: 1em;
}
@media screen and (max-width: 800px) {
  #lms-ui-indicators {
    display: none;
  }
}
#lms-ui-welcome-boxes {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
}
#lms-ui-welcome-main-panels {
  width: 100%;
  display: flex;
  justify-content: stretch;
  align-items: stretch;
  flex-wrap: wrap;
}
.lms-ui-welcome-main-panel {
  padding: 0.17em;
  flex: 1 1 auto;
}
.lms-ui-welcome-main-panel.empty {
  flex: 0 0 auto;
  min-width: 2em;
  min-height: 30%;
}
.lms-ui-welcome-box-placeholder {
  min-width: 20em;
  min-height: 20em;
  margin: 0 1em 1em 0;
  border: 1px solid black;
}
#lms-ui-welcome-extra-panel {
  align-self: stretch;
}
#lms-ui-welcome-bottom-panel {
  align-self: stretch;
}
.bottomline {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ecf0f5;
}
TD {
  font-size: 10pt;
  font-family: Arial, Helvetica, Verdana;
  vertical-align: middle;
  border-color: black;
}
@media screen and (max-width: 1920px) {
  TD {
    font-size: 9pt;
  }
}
@media screen and (max-width: 1200px) {
  TD {
    font-size: 8pt;
  }
}
td[onclick] {
  cursor: pointer;
}
.fleft {
  border-left-width: 1pt;
  border-left-style: solid;
}
.fright {
  border-right-width: 1pt;
  border-right-style: solid;
}
.ftop {
  border-top-width: 1pt;
  border-top-style: solid;
}
.fbottom {
  border-bottom-width: 1pt;
  border-bottom-style: solid;
}
.fleftu {
  border-top-width: 1pt;
  border-top-style: solid;
  border-bottom-width: 1pt;
  border-bottom-style: solid;
  border-left-width: 1pt;
  border-left-style: solid;
}
.frightu {
  border-top-width: 1pt;
  border-top-style: solid;
  border-bottom-width: 1pt;
  border-bottom-style: solid;
  border-right-width: 1pt;
  border-right-style: solid;
}
.ftopu {
  border-top-width: 1pt;
  border-top-style: solid;
  border-left-width: 1pt;
  border-left-style: solid;
  border-right-width: 1pt;
  border-right-style: solid;
}
.fbottomu {
  border-bottom-width: 1pt;
  border-bottom-style: solid;
  border-left-width: 1pt;
  border-left-style: solid;
  border-right-width: 1pt;
  border-right-style: solid;
}
.fall {
  border-width: 1pt;
  border-style: solid;
}
.fbt {
  border-bottom-width: 1pt;
  border-bottom-style: solid;
  border-top-width: 1pt;
  border-top-style: solid;
}
.fbl {
  border-bottom-width: 1pt;
  border-bottom-style: solid;
  border-left-width: 1pt;
  border-left-style: solid;
}
.fbr {
  border-bottom-width: 1pt;
  border-bottom-style: solid;
  border-right-width: 1pt;
  border-right-style: solid;
}
.ftl {
  border-top-width: 1pt;
  border-top-style: solid;
  border-left-width: 1pt;
  border-left-style: solid;
}
.ftr {
  border-top-width: 1pt;
  border-top-style: solid;
  border-right-width: 1pt;
  border-right-style: solid;
}
.flr {
  border-left-width: 1pt;
  border-left-style: solid;
  border-right-width: 1pt;
  border-right-style: solid;
}
.loginform {
  border-width: 1pt;
  border-style: solid;
  border-color: #888888;
}
.hand {
  cursor: pointer;
}
.container {
  padding: 0;
}
FORM {
  display: inline;
}
label {
  cursor: pointer;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
label > input[type="checkbox"] {
  margin-right: 0.6em;
}
label > select,
label > input[type="text"],
label > .lms-ui-multiselect-container {
  margin-left: 0.4em;
}
A {
  text-decoration: none;
  vertical-align: baseline;
}
A:link {
  color: #050a30;
}
A:active {
  color: #336600;
}
A:visited {
  color: #050a30;
}
A.blend {
  color: #888888;
}
A:hover {
  text-decoration: underline;
  color: #336600;
  cursor: pointer;
}
A.disabled,
A[disabled] {
  color: #888888 !important;
  cursor: no-drop;
}
A.disabled:hover,
A[disabled]:hover {
  text-decoration: none;
}
A[href^="mailto:"] {
  font-family: 'Fira Code', monospace;
}
TR.blend A,
.lms-ui-tab-table-row.blend A {
  color: #888888;
}
TR.alertblend A,
.lms-ui-tab-table-row.alertblend A {
  color: #FA8072;
}
TR.suspended A,
.lms-ui-tab-table-row.suspended A {
  color: #30B6C6;
}
P {
  font-size: 10pt;
  font-family: Arial, Helvetica, Verdana;
}
@media screen and (max-width: 1920px) {
  P {
    font-size: 9pt;
  }
}
@media screen and (max-width: 1200px) {
  P {
    font-size: 8pt;
  }
}
@media screen and (max-width: 800px) {
  P {
    font-size: 8pt;
  }
}
P.nor {
  font-size: 10pt;
  font-family: Arial, Helvetica, Verdana;
}
@media screen and (max-width: 1920px) {
  P.nor {
    font-size: 9pt;
  }
}
@media screen and (max-width: 1200px) {
  P.nor {
    font-size: 8pt;
  }
}
P.txt {
  font-size: 10pt;
  font-family: Arial, Helvetica, Verdana;
  text-align: justify;
}
@media screen and (max-width: 1920px) {
  P.txt {
    font-size: 9pt;
  }
}
@media screen and (max-width: 1200px) {
  P.txt {
    font-size: 8pt;
  }
}
P.separated {
  font-size: 10pt;
  font-family: Arial, Helvetica, Verdana;
  margin-top: 5px;
  margin-bottom: 5px;
}
@media screen and (max-width: 1920px) {
  P.separated {
    font-size: 9pt;
  }
}
@media screen and (max-width: 1200px) {
  P.separated {
    font-size: 8pt;
  }
}
H1 {
  font-size: 14pt;
  font-family: Arial, Helvetica, Verdana;
}
H2 {
  font-size: 12pt;
  font-family: Arial, Helvetica, Verdana;
}
H3 {
  font-size: 10pt;
  font-family: Arial, Helvetica, Verdana;
}
HR {
  border: 0;
  height: 1px;
  color: black;
  background-color: black;
}
input[type="text"],
input[type="email"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="password"],
input[type="submit"],
input[type="button"] {
  border: 1px solid #a9a9a9;
  background-color: #FFFFFF;
  min-height: 1.4em;
  padding: 0.1em;
  padding-left: 0.4em;
  box-sizing: border-box;
}
input[type="text"][disabled] {
  border: 1px dashed grey;
  background-color: transparent;
}
input[type="text"][disabled] + label {
  color: #888888;
}
input[type="checkbox"][disabled] {
  background-color: transparent;
}
input[type="checkbox"][disabled] + label {
  color: #888888;
}
input[type="radio"][disabled] {
  background-color: transparent;
}
input[type="radio"][disabled] + label {
  color: #888888;
}
select[disabled] + label {
  color: #888888;
}
input[type="radio"] {
  vertical-align: text-bottom;
}
.lms-ui-disabled {
  color: #888888;
}
.lms-ui-disabled * {
  color: inherit;
}
input[type="checkbox"][disabled] + .lms-ui-label,
input[type="radio"][disabled] + .lms-ui-label {
  color: #888888;
}
input {
  font-size: 10pt;
  font-family: Arial, Helvetica, Verdana;
  vertical-align: middle;
}
@media screen and (max-width: 1920px) {
  input {
    font-size: 9pt;
  }
}
@media screen and (max-width: 1200px) {
  input {
    font-size: 8pt;
  }
}
input.alert,
input.lms-ui-error,
input:invalid {
  border: 1px solid red;
  box-shadow: 0 0 3px 1px red;
}
input.alert:focus,
input.lms-ui-error:focus,
input:invalid:focus {
  border: 1px solid #a32828;
  box-shadow: 0 0 1px 1px #a32828;
  outline: none;
}
input.lms-ui-warning {
  border: 1px solid Orange;
  background-color: Khaki;
  box-shadow: 0 0 3px 1px Orange;
}
input.lms-ui-warning:focus {
  border: 1px solid Orange;
  background-color: Khaki;
  box-shadow: 0 0 1px 1px Orange;
}
input.lms-ui-distinguished {
  border: 1px solid Orange;
  box-shadow: 0 0 3px 1px Orange;
}
input.lms-ui-distinguished:focus {
  border: 1px solid Orange;
  box-shadow: 0 0 1px 1px Orange;
}
input[type="checkbox"].alert,
input[type="radio"].alert,
input[type="checkbox"].lms-ui-error,
input[type="radio"].lms-ui-error,
input[type="checkbox"]:invalid,
input[type="radio"]:invalid {
  outline: none;
  box-shadow: 0 0 3px 2px red;
}
input[type="checkbox"].alert:focus,
input[type="radio"].alert:focus,
input[type="checkbox"].lms-ui-error:focus,
input[type="radio"].lms-ui-error:focus,
input[type="checkbox"]:invalid:focus,
input[type="radio"]:invalid:focus {
  box-shadow: 0 0 2px 2px #a32828;
}
input[type="checkbox"].lms-ui-warning,
input[type="radio"].lms-ui-warning,
input[type="checkbox"].lms-ui-distinguished,
input[type="radio"].lms-ui-distinguished {
  outline: none;
  box-shadow: 0 0 3px 2px Orange;
}
input[type="checkbox"].lms-ui-warning:focus,
input[type="radio"].lms-ui-warning:focus,
input[type="checkbox"].lms-ui-distinguished:focus,
input[type="radio"].lms-ui-distinguished:focus {
  box-shadow: 0 0 2px 2px Orange;
}
input.hiddenbtn {
  display: none !important;
}
input.blend {
  border-style: solid;
  border-color: #c0c0c0;
  border-width: 1px;
  vertical-align: middle;
  color: black;
}
input.scroller {
  border-style: solid;
  border-color: grey;
  border-width: 1px;
  vertical-align: middle;
  background-color: #ecf0f5;
}
input[readonly] {
  color: #888888 !important;
  cursor: no-drop;
}
input[readonly]:hover {
  text-decoration: none;
}
textarea {
  font-size: 10pt;
  font-family: Arial, Helvetica, Verdana;
  border: 1px solid #a9a9a9;
  background-color: #FFFFFF;
  vertical-align: middle;
}
@media screen and (max-width: 1920px) {
  textarea {
    font-size: 9pt;
  }
}
@media screen and (max-width: 1200px) {
  textarea {
    font-size: 8pt;
  }
}
textarea[disabled] {
  border: 1px dashed grey;
  background-color: transparent;
}
textarea.alert,
textarea.lms-ui-error,
textarea:invalid {
  border: 1px solid red;
  box-shadow: 0 0 3px 1px red;
}
textarea.alert:focus,
textarea.lms-ui-error:focus,
textarea:invalid:focus {
  border: 1px solid #a32828;
  box-shadow: 0 0 1px 1px #a32828;
  outline: none;
}
textarea.lms-ui-warning,
textarea.lms-ui-distinguished {
  border: 1px solid Orange;
  box-shadow: 0 0 3px 1px Orange;
  background-color: Khaki;
}
textarea.lms-ui-warning:focus,
textarea.lms-ui-distinguished:focus {
  border: 1px solid Orange;
  box-shadow: 0 0 1px 1px Orange;
  outline: none;
}
select {
  font-size: 10pt;
  min-height: 1.6em;
  font-family: Arial, Helvetica, Verdana;
  background-color: #FFFFFF;
  vertical-align: middle;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url('../img/1.png');
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 16px;
  padding-left: 3px;
  border: 1px solid #a9a9a9;
}
@media screen and (max-width: 1920px) {
  select {
    font-size: 9pt;
  }
}
@media screen and (max-width: 1200px) {
  select {
    font-size: 8pt;
  }
}
select.alert,
select.lms-ui-error,
select:invalid {
  border: 1px solid red;
  box-shadow: 0 0 3px 1px red;
}
select.alert:focus,
select.lms-ui-error:focus,
select:invalid:focus {
  border: 1px solid #a32828;
  box-shadow: 0 0 1px 1px #a32828;
  outline: none;
}
select.lms-ui-warning {
  border: 1px solid Orange;
  box-shadow: 0 0 3px 1px Orange;
  background-color: Khaki;
}
select.lms-ui-warning:focus {
  border: 1px solid Orange;
  box-shadow: 0 0 1px 1px Orange;
  outline: none;
}
select.lms-ui-distinguished {
  border: 1px solid Orange;
  box-shadow: 0 0 3px 1px Orange;
}
select.lms-ui-distinguished:focus {
  border: 1px solid Orange;
  box-shadow: 0 0 1px 1px Orange;
  outline: none;
}
IMG {
  vertical-align: middle;
  border: 0;
}
.lms-ui-cell-flex {
  display: inline-flex;
  align-items: center;
}
.lms-ui-cell-flex > *:not(:last-child) {
  margin-right: 0.3em;
}
.click-menu {
  padding: 0 0;
  margin-top: 0;
  margin-bottom: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.click-menu i {
  text-align: center;
}
.click-menu i.fas,
.click-menu i.fab,
.click-menu i.far,
.click-menu i.fal {
  font-size: 1.5em;
  width: 1.5em;
}
.click-menu .box1 {
  background-color: #ecf0f5;
  color: #000000;
  font-weight: bold;
  padding: 0.45em 0.45em;
  cursor: default;
  position: relative;
  white-space: nowrap;
}
@media screen and (max-width: 800px) {
  .click-menu .box1 {
    border-bottom: 1px dotted grey;
  }
}
.click-menu .box1-hover {
  background-color: #C3D7EE;
  color: #050a30;
  font-weight: bold;
  padding: 0.45em 0.45em;
  cursor: default;
  position: relative;
  white-space: nowrap;
}
@media screen and (max-width: 800px) {
  .click-menu .box1-hover {
    border-bottom: 1px dotted grey;
  }
}
.click-menu .box1-open {
  background-color: #C3D7EE;
  color: #050a30;
  font-weight: bold;
  padding: 0.45em 0.45em;
  cursor: default;
  position: relative;
  white-space: nowrap;
}
.click-menu .box1-open-hover {
  background-color: #C3D7EE;
  color: #050a30;
  font-weight: bold;
  padding: 0.45em 0.45em;
  cursor: default;
  position: relative;
  white-space: nowrap;
}
.click-menu .section {
  background-color: #FFFFFF;
  line-height: 1.25em;
  padding: 0 0 0 0;
  display: none;
}
.click-menu .section a {
  color: #050a30;
  text-decoration: none;
  white-space: nowrap;
}
.click-menu .section a:hover {
  color: #336600;
  text-decoration: none;
  white-space: nowrap;
}
.click-menu .section .active,
.click-menu .section .active:hover {
  color: yellow;
}
@media screen and (max-width: 800px) {
  .click-menu .box2 {
    border-bottom: 1px dotted grey;
  }
}
.click-menu .box2-hover {
  background-color: #C3D7EE;
  font-weight: normal;
}
.click-menu .box2 a,
.click-menu .box2-hover a {
  display: block;
  padding-left: 1.85em;
  font-weight: normal;
  padding-top: 0.08em;
  padding-bottom: 0.08em;
}
.dark {
  background-color: #ecf0f5;
}
.superdark {
  background-color: #C3D7EE;
}
.light {
  background-color: #ecf0f5;
}
.lucid {
  background-color: #FFFFFF;
}
.superlight {
  background-color: #FFFFFF;
}
.highlight:hover {
  background-color: #C3D7EE;
}
.blendbg {
  background-color: #888888;
}
.blend {
  color: #888888;
}
.teal {
  color: teal;
}
.transformed .comment {
  text-decoration: line-through;
}
.green {
  color: green;
}
.red {
  color: #FF0000;
}
.brown {
  color: #A52A2A;
}
.white {
  color: #FFFFFF;
}
.tox-tinymce.lms-ui-error,
.tox-tinymce.invalid {
  box-shadow: 0 0 4px 2px red;
}
.tox-tinymce.lms-ui-warning,
.tox-tinymce:invalid {
  box-shadow: 0 0 4px 2px Orange;
}
.alert {
  color: #FF0000 !important;
}
.lms-ui-warning {
  color: Sienna !important;
}
.lms-ui-alert {
  color: #FF0000 !important;
}
.alertblend {
  color: #FA8072;
}
.suspended {
  color: #30B6C6;
}
.bold {
  font-weight: bold;
}
.crossed {
  text-decoration: line-through;
}
.lms-ui-crossed {
  text-decoration: line-through;
  text-decoration-color: rgba(0, 0, 0, 0.2);
  text-decoration-thickness: 0.2em;
}
.pre {
  font-size: 10pt;
  font-family: Courier, Courier New;
}
@media screen and (max-width: 1920px) {
  .pre {
    font-size: 9pt;
  }
}
@media screen and (max-width: 1200px) {
  .pre {
    font-size: 8pt;
  }
}
.lms-ui-suggestion-container {
  background-color: #FFFFFF;
  border: 1px solid;
  padding: 0px;
  min-width: 350px;
  position: absolute;
  display: none;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 800px) {
  .lms-ui-suggestion-container {
    position: static;
    font-size: 150%;
    border: 0;
    width: 100%;
    border-top: 1px solid black;
  }
  .lms-ui-suggestion-container .lms-ui-suggestion-item {
    flex-direction: column;
    align-items: unset !important;
  }
  .lms-ui-suggestion-container .lms-ui-suggestion-item .lms-ui-suggestion-name {
    font-size: inherit;
  }
  .lms-ui-suggestion-container .lms-ui-suggestion-item .lms-ui-suggestion-name i {
    padding: 0.3em;
  }
  .lms-ui-suggestion-container .lms-ui-suggestion-item .lms-ui-suggestion-description {
    padding-top: 0.4em;
    font-size: 90%;
  }
}
@media screen and (min-width: 801px) {
  .lms-ui-suggestion-container {
    z-index: 55;
  }
}
.lms-ui-suggestion-container:hover {
  cursor: pointer;
}
.lms-ui-suggestion-container .lms-ui-suggestion-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
@media screen and (max-width: 800px) {
  .lms-ui-suggestion-container .lms-ui-suggestion-list {
    overflow: auto;
    max-height: calc(100vh - 11em);
  }
}
.lms-ui-suggestion-container .lms-ui-suggestion-list .lms-ui-suggestion-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.lms-ui-suggestion-container .lms-ui-suggestion-list .lms-ui-suggestion-item:not(:last-child) {
  border-bottom: #ecf0f5 dotted 1px;
}
.lms-ui-suggestion-container .lms-ui-suggestion-list .lms-ui-suggestion-item.selected {
  background-color: #C3D7EE;
}
.lms-ui-suggestion-container .lms-ui-suggestion-list .lms-ui-suggestion-item.selected a {
  color: black;
}
.lms-ui-suggestion-container .lms-ui-suggestion-list .lms-ui-suggestion-item a {
  text-decoration: none;
  padding-left: 2px;
  color: black;
}
.lms-ui-suggestion-container .lms-ui-suggestion-list .lms-ui-suggestion-item .lms-ui-suggestion-icon {
  content: "";
  padding-right: 17px;
  background-size: contain;
  background-repeat: no-repeat;
}
.lms-ui-suggestion-container .lms-ui-suggestion-list .lms-ui-suggestion-item .lms-ui-suggestion-name {
  padding-top: 2px;
  color: black;
}
@media screen and (min-width: 801px) {
  .lms-ui-suggestion-container .lms-ui-suggestion-list .lms-ui-suggestion-item .lms-ui-suggestion-name {
    font-size: 12px;
  }
  .lms-ui-suggestion-container .lms-ui-suggestion-list .lms-ui-suggestion-item .lms-ui-suggestion-name i {
    font-size: 100%;
    padding: 0.3em;
  }
}
.lms-ui-suggestion-container .lms-ui-suggestion-list .lms-ui-suggestion-item .lms-ui-suggestion-name.blend {
  color: #888888;
}
.lms-ui-suggestion-container .lms-ui-suggestion-list .lms-ui-suggestion-item .lms-ui-suggestion-name.red {
  color: #FF0000;
}
.lms-ui-suggestion-container .lms-ui-suggestion-list .lms-ui-suggestion-item .lms-ui-suggestion-name.lms-ui-suggestion-customer-status-awaiting::before {
  content: "";
  padding-right: 17px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('../img/wait.gif');
}
.lms-ui-suggestion-container .lms-ui-suggestion-list .lms-ui-suggestion-item .lms-ui-suggestion-name.lms-ui-suggestion-customer-status-interested::before {
  content: "";
  padding-right: 17px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('../img/unk.gif');
}
.lms-ui-suggestion-container .lms-ui-suggestion-list .lms-ui-suggestion-item .lms-ui-suggestion-name.lms-ui-suggestion-customer-status-disconnected::before {
  content: "";
  padding-right: 17px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('../img/node_off.gif');
}
.lms-ui-suggestion-container .lms-ui-suggestion-list .lms-ui-suggestion-item .lms-ui-suggestion-name.lms-ui-suggestion-customer-status-debtcollection::before {
  content: "";
  padding-right: 17px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('../img/money.gif');
}
.lms-ui-suggestion-container .lms-ui-suggestion-list .lms-ui-suggestion-item .lms-ui-suggestion-name.lms-ui-suggestion-node-status-unknown::before {
  content: "";
  padding-right: 17px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('../img/node_unk.gif');
}
.lms-ui-suggestion-container .lms-ui-suggestion-list .lms-ui-suggestion-item .lms-ui-suggestion-name.lms-ui-suggestion-node-status-online::before {
  content: "";
  padding-right: 17px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('../img/node_on.gif');
}
.lms-ui-suggestion-container .lms-ui-suggestion-list .lms-ui-suggestion-item .lms-ui-suggestion-name.lms-ui-suggestion-node-status-offline::before {
  content: "";
  padding-right: 17px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('../img/node_off.gif');
}
.lms-ui-suggestion-container .lms-ui-suggestion-list .lms-ui-suggestion-item .lms-ui-suggestion-name.lms-ui-suggestion-netdevice::before {
  content: "";
  padding-right: 17px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('../img/netdev.gif');
}
.lms-ui-suggestion-container .lms-ui-suggestion-list .lms-ui-suggestion-item .lms-ui-suggestion-name.lms-ui-suggestion-wireless::before {
  content: "";
  padding-right: 17px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('../img/wireless.gif');
}
.lms-ui-suggestion-container .lms-ui-suggestion-list .lms-ui-suggestion-item .lms-ui-suggestion-name.lms-ui-suggestion-wireless-uni {
  color: teal;
}
.lms-ui-suggestion-container .lms-ui-suggestion-list .lms-ui-suggestion-item .lms-ui-suggestion-name.lms-ui-suggestion-wireless-uni::before {
  content: "";
  padding-right: 17px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('../img/wireless.gif');
}
.lms-ui-suggestion-container .lms-ui-suggestion-list .lms-ui-suggestion-item .lms-ui-suggestion-name.lms-ui-suggestion-wireless-nni {
  color: brown;
}
.lms-ui-suggestion-container .lms-ui-suggestion-list .lms-ui-suggestion-item .lms-ui-suggestion-name.lms-ui-suggestion-wireless-nni::before {
  content: "";
  padding-right: 17px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('../img/wireless.gif');
}
.lms-ui-suggestion-container .lms-ui-suggestion-list .lms-ui-suggestion-item .lms-ui-suggestion-name.lms-ui-suggestion-network::before {
  content: "";
  padding-right: 17px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('../img/network.gif');
}
.lms-ui-suggestion-container .lms-ui-suggestion-list .lms-ui-suggestion-item .lms-ui-suggestion-name.lms-ui-suggestion-netnode::before {
  content: "";
  padding-right: 17px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('../img/netnode.png');
}
.lms-ui-suggestion-container .lms-ui-suggestion-list .lms-ui-suggestion-item .lms-ui-suggestion-name.lms-ui-suggestion-customer-status-connected::before {
  content: "";
  padding-right: 17px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('../img/customer.gif');
}
.lms-ui-suggestion-container .lms-ui-suggestion-list .lms-ui-suggestion-item .lms-ui-suggestion-name.lms-ui-suggestion-ticket-state-new {
  color: #FF0000;
}
.lms-ui-suggestion-container .lms-ui-suggestion-list .lms-ui-suggestion-item .lms-ui-suggestion-name.lms-ui-suggestion-ticket-state-new::before {
  content: "";
  padding-right: 17px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('../img/new.gif');
}
.lms-ui-suggestion-container .lms-ui-suggestion-list .lms-ui-suggestion-item .lms-ui-suggestion-name.lms-ui-suggestion-ticket-state-open::before {
  content: "";
  padding-right: 17px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('../img/open.gif');
}
.lms-ui-suggestion-container .lms-ui-suggestion-list .lms-ui-suggestion-item .lms-ui-suggestion-name.lms-ui-suggestion-ticket-state-resolved {
  color: #888888;
}
.lms-ui-suggestion-container .lms-ui-suggestion-list .lms-ui-suggestion-item .lms-ui-suggestion-name.lms-ui-suggestion-ticket-state-resolved::before {
  content: "";
  padding-right: 17px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('../img/resolved.gif');
}
.lms-ui-suggestion-container .lms-ui-suggestion-list .lms-ui-suggestion-item .lms-ui-suggestion-name.lms-ui-suggestion-ticket-state-dead::before {
  content: "";
  padding-right: 17px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('../img/dead.gif');
}
.lms-ui-suggestion-container .lms-ui-suggestion-list .lms-ui-suggestion-item .lms-ui-suggestion-name.lms-ui-suggestion-ticket-state-scheduled::before {
  content: "";
  padding-right: 17px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('../img/calendar.gif');
}
.lms-ui-suggestion-container .lms-ui-suggestion-list .lms-ui-suggestion-item .lms-ui-suggestion-name.lms-ui-suggestion-ticket-state-waiting::before {
  content: "";
  padding-right: 17px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('../img/calendar.gif');
}
.lms-ui-suggestion-container .lms-ui-suggestion-list .lms-ui-suggestion-item .lms-ui-suggestion-name.lms-ui-suggestion-ticket-state-verified::before {
  content: "";
  padding-right: 17px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('../img/verifier.png');
}
.lms-ui-suggestion-container .lms-ui-suggestion-list .lms-ui-suggestion-item .lms-ui-suggestion-name.lms-ui-suggestion-phone::before {
  content: "";
  padding-right: 17px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('../img/phone.gif');
}
.lms-ui-suggestion-container .lms-ui-suggestion-list .lms-ui-suggestion-item .lms-ui-suggestion-description {
  margin-right: 2px;
  color: brown;
  padding-left: 20px;
  text-align: right;
}
@media screen and (min-width: 801px) {
  .lms-ui-suggestion-container .lms-ui-suggestion-list .lms-ui-suggestion-item .lms-ui-suggestion-description {
    font-size: 10px;
  }
}
.lms-ui-suggestion-container .lms-ui-suggestion-list .lms-ui-suggestion-item .lms-ui-suggestion-description > a {
  color: brown;
}
.lms-ui-customer-status-connected {
  color: black;
}
.lms-ui-customer-status-awaiting {
  color: green;
}
.lms-ui-customer-status-interested {
  color: black;
}
.lms-ui-customer-status-disconnected {
  text-decoration-line: line-through;
}
.lms-ui-customer-status-debt-collection {
  color: red;
}
.lms-ui-assignment-not-commited {
  text-decoration: line-through;
  text-decoration-color: rgba(0, 0, 0, 0.2);
  text-decoration-thickness: 0.2em;
}
.lms-ui-document-closed > td:not(:last-child),
.lms-ui-document-closed .lms-ui-tab-table-column:not(.buttons) {
  color: #888888;
}
.lms-ui-document-archived > td:not(:last-child),
.lms-ui-document-archived .lms-ui-tab-table-column:not(.buttons) {
  text-decoration: line-through;
}
.acl {
  list-style-type: square;
}
.overlib {
  min-width: 10px;
  font-family: Arial, Helvetica, Verdana;
  background-color: #FFFFFF;
  padding: 2px 4px;
  border: 1px solid #333;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  box-shadow: #333 1px 1px 12px;
  -moz-box-shadow: 1px 1px 12px #333;
  -webkit-box-shadow: #333 1px 1px 12px;
  behavior: url(img/pie.htc);
}
@media print {
  .ui-tooltip,
  .no-print,
  .no-print * {
    display: none !important;
  }
}
.lms-ui-button {
  color: #050a30;
  border-radius: 3px;
  white-space: nowrap;
}
.lms-ui-button:hover {
  color: #336600;
  cursor: pointer;
  text-decoration: underline;
}
.lms-ui-important-box {
  border: 1px black solid;
  background-color: red;
  color: white;
  font-weight: bold;
  padding: 2px 7px 3px 7px;
}
.lms-ui-fileupload {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
}
.lms-ui-fileupload .lms-ui-button-fileupload.lms-ui-fileupload-dropzone {
  box-shadow: 0px 0px 10px 1px black;
}
.lms-ui-fileupload .fileupload-files {
  display: flex;
  flex-direction: column;
}
.lms-ui-fileupload .fileupload-files > div {
  margin-top: 0.3em;
  margin-bottom: 0.3em;
}
.lms-ui-fileupload .fileupload-files .fileupload-file {
  display: flex;
  flex-direction: column;
  width: fit-content;
}
.lms-ui-fileupload .fileupload-files .fileupload-file-info {
  display: flex;
  align-items: center;
}
.lms-ui-fileupload .fileupload-files .fileupload-file-info .file-delete {
  margin-right: 0.7em;
}
.lms-ui-fileupload .fileupload-files .fileupload-file-options {
  display: flex;
  align-items: center;
  margin-top: 0.5em;
  justify-content: space-between;
}
.lms-ui-fileupload .fileupload-files .fileupload-file-options input[type="text"] {
  margin-left: 1em;
  flex-grow: 1;
  min-width: 17em;
}
.lms-ui-rtmessage-current,
.lms-ui-rtsystemmessage-current {
  box-shadow: 0 0 0.3em 0.3em brown;
}
.lms-ui-multi-check-all {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
table.lmsbox {
  margin: 0px 2px 4px 0px;
}
table.lmsbox,
table.lmsbox-inner,
table.lmsbox-innerbox {
  width: 100%;
}
table.lmsbox td,
table.lmsbox-inner td,
table.lmsbox-innerbox td {
  padding: 0.3em;
  padding-left: 0.5em;
}
table.lmsbox td.lms-ui-box-buttons,
table.lmsbox-inner td.lms-ui-box-buttons,
table.lmsbox-innerbox td.lms-ui-box-buttons {
  background-image: linear-gradient(to right, black 33%, rgba(255, 255, 255, 0) 0%);
  background-position: left 0.5em;
  background-size: 3px 1px;
  background-repeat: repeat-x;
  padding: 1em 0.5em 0.5em 0.5em;
}
table.lmsbox td.lms-ui-box-buttons > *:not(:first-child),
table.lmsbox-inner td.lms-ui-box-buttons > *:not(:first-child),
table.lmsbox-innerbox td.lms-ui-box-buttons > *:not(:first-child) {
  margin-left: 0.3em;
}
table.lmsbox td.lms-ui-box-buttons .lms-ui-box-button-container,
table.lmsbox-inner td.lms-ui-box-buttons .lms-ui-box-button-container,
table.lmsbox-innerbox td.lms-ui-box-buttons .lms-ui-box-button-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
table.lmsbox td.lms-ui-box-buttons .lms-ui-box-button-container > *:not(:first-child),
table.lmsbox-inner td.lms-ui-box-buttons .lms-ui-box-button-container > *:not(:first-child),
table.lmsbox-innerbox td.lms-ui-box-buttons .lms-ui-box-button-container > *:not(:first-child) {
  margin-left: 0.3em;
}
table.lmsbox td.empty-table,
table.lmsbox-inner td.empty-table,
table.lmsbox-innerbox td.empty-table {
  text-align: center;
  font-weight: bold;
  padding: 2.5em;
}
table.lmsbox > thead,
table.lmsbox-inner > thead,
table.lmsbox-innerbox > thead {
  background-color: #ecf0f5;
}
table.lmsbox > tbody,
table.lmsbox-inner > tbody {
  background-color: #ecf0f5;
}
table.lmsbox > thead,
table.lmsbox > tfoot,
table.lmsbox > tbody,
table.lmsbox-innerbox > thead,
table.lmsbox-innerbox > tfoot {
  border-width: 1px;
  border-style: solid;
  border-color: black;
}
table.lmsbox-inner > tfoot {
  border-top: 1px solid black;
}
table.lmsbox-inner td {
  border-spacing: 0px;
}
table.lmsbox-inner > thead,
table.lmsbox-innerbox > thead,
table.lmsbox-innerbox > tfoot {
  background-color: #ecf0f5;
}
table.lmsbox > thead > tr:not(:first-child),
table.lmsbox > tfoot > tr {
  border-top: 1px solid black;
}
table.lmsbox tr.lms-ui-button-panel,
table.lmsbox-inner tr.lms-ui-button-panel {
  background-color: #ecf0f5;
}
table.lmsbox tr.lms-ui-button-panel > td,
table.lmsbox-inner tr.lms-ui-button-panel > td {
  border-top: 1px solid black;
}
table.lmsbox tr.lms-ui-header-panel > td,
table.lmsbox-inner tr.lms-ui-header-panel > td {
  border-bottom: 1px solid black;
}
table.lmsbox.lms-ui-tab-container {
  margin-top: 0.7em;
}
table.lmsbox.lms-ui-tab-container > thead {
  background-color: #C3D7EE;
}
table.lmsbox.lms-ui-tab-container > thead > .lmsbox-titlebar *:not(.lms-ui-button) > i {
  width: 1.3em;
  text-align: center;
  margin-right: 0.5em;
}
table.lmsbox.lms-ui-tab-container > thead > .lmsbox-titlebar .lms-ui-karma-container i {
  width: auto;
  margin-right: 0;
}
table.lmsbox.lms-ui-tab-container > thead > .lmsbox-titlebar > td:last-child {
  padding-right: 0.5em;
}
table.lmsbox > thead {
  text-align: left;
}
table.lmsbox > tfoot,
table.lmsbox-inner > tfoot {
  background-color: #ecf0f5;
}
table.lmsbox.lms-ui-background-cycle > tbody > tr.lms-ui-distinguished-row,
table.lmsbox-inner.lms-ui-background-cycle > tbody > tr.lms-ui-distinguished-row {
  font-weight: bold;
  background-color: #ecf0f5 !important;
  border-top-width: 1pt;
  border-top-style: solid;
  border-bottom-width: 1pt !important;
  border-bottom-style: solid !important;
}
table.lmsbox.lms-ui-background-cycle > tbody > tr.highlight:hover,
table.lmsbox-inner.lms-ui-background-cycle > tbody > tr.highlight:hover {
  background-color: #C3D7EE !important;
}
table.lmsbox.lms-ui-background-cycle > tbody > tr:not(.lms-ui-button-panel):not(.lms-ui-header-panel):nth-child(even),
table.lmsbox-inner.lms-ui-background-cycle > tbody > tr:not(.lms-ui-button-panel):not(.lms-ui-header-panel):nth-child(even) {
  background-color: #ecf0f5;
}
table.lmsbox.lms-ui-background-cycle > tbody > tr:not(.lms-ui-button-panel):not(.lms-ui-header-panel):nth-child(even).cancel,
table.lmsbox-inner.lms-ui-background-cycle > tbody > tr:not(.lms-ui-button-panel):not(.lms-ui-header-panel):nth-child(even).cancel {
  background-color: #ffb1b1;
}
table.lmsbox.lms-ui-background-cycle > tbody > tr:not(.lms-ui-button-panel):not(.lms-ui-header-panel):nth-child(odd),
table.lmsbox-inner.lms-ui-background-cycle > tbody > tr:not(.lms-ui-button-panel):not(.lms-ui-header-panel):nth-child(odd) {
  background-color: #FFFFFF;
}
table.lmsbox.lms-ui-background-cycle > tbody > tr:not(.lms-ui-button-panel):not(.lms-ui-header-panel):nth-child(odd).cancel,
table.lmsbox-inner.lms-ui-background-cycle > tbody > tr:not(.lms-ui-button-panel):not(.lms-ui-header-panel):nth-child(odd).cancel {
  background-color: #fccdcd;
}
table.lmsbox.lms-ui-background-cycle > tbody > tr:not(.lms-ui-button-panel):not(.lms-ui-header-panel):not(:last-child),
table.lmsbox-inner.lms-ui-background-cycle > tbody > tr:not(.lms-ui-button-panel):not(.lms-ui-header-panel):not(:last-child) {
  border-bottom: 1px dotted grey;
}
table.lmsbox.lms-ui-background-cycle > tbody > tr.highlight:hover {
  background-color: #C3D7EE !important;
}
table.lmsbox.lms-ui-background-cycle > tbody > tr:not(.lms-ui-button-panel):not(.lms-ui-header-panel):nth-child(even):not(.ui-selected) {
  background-color: #ecf0f5;
}
table.lmsbox.lms-ui-background-cycle > tbody > tr:not(.lms-ui-button-panel):not(.lms-ui-header-panel):nth-child(even):not(.ui-selected).cancel {
  background-color: #ffb1b1;
}
table.lmsbox.lms-ui-background-cycle > tbody > tr:not(.lms-ui-button-panel):not(.lms-ui-header-panel):nth-child(odd):not(.ui-selected) {
  background-color: #FFFFFF;
}
table.lmsbox.lms-ui-background-cycle > tbody > tr:not(.lms-ui-button-panel):not(.lms-ui-header-panel):nth-child(odd):not(.ui-selected).cancel {
  background-color: #fccdcd;
}
table.lmsbox.lms-ui-background-cycle > tbody > tr:not(.lms-ui-button-panel):not(.lms-ui-header-panel):not(:last-child) {
  border-bottom: 1px dotted grey;
}
table.lmsbox-inner.dataTable > thead {
  background-color: #ecf0f5;
}
table.lmsbox-inner:not(.dataTable) > thead {
  background-color: #ecf0f5;
}
/*
table.lmsbox {
	border: 1px solid black;
	border-top: 0;

	&.dataTable>tfoot {
		background-color: @dark;
	}
	div.top {
		border: 1px solid black;
	}
}
*/
table.lmsbox.lms-ui-background-cycle > tbody > tr,
table.lmsbox-inner.lms-ui-background-cycle > tbody > tr {
  border-bottom: 1px dotted grey;
}
table.lmsbox.lms-ui-background-cycle > tbody > tr.lms-ui-resource-deleted:not(.lms-ui-button-panel):not(.lms-ui-header-panel):nth-child(even),
table.lmsbox-inner.lms-ui-background-cycle > tbody > tr.lms-ui-resource-deleted:not(.lms-ui-button-panel):not(.lms-ui-header-panel):nth-child(even) {
  background-color: #ffb1b1;
}
table.lmsbox.lms-ui-background-cycle > tbody > tr.lms-ui-resource-deleted:not(.lms-ui-button-panel):not(.lms-ui-header-panel):nth-child(odd),
table.lmsbox-inner.lms-ui-background-cycle > tbody > tr.lms-ui-resource-deleted:not(.lms-ui-button-panel):not(.lms-ui-header-panel):nth-child(odd) {
  background-color: #fccdcd;
}
table.lmsbox.lms-ui-background-cycle > tbody > tr.lms-ui-resource-deleted:not(.lms-ui-button-panel):not(.lms-ui-header-panel).highlight:hover,
table.lmsbox-inner.lms-ui-background-cycle > tbody > tr.lms-ui-resource-deleted:not(.lms-ui-button-panel):not(.lms-ui-header-panel).highlight:hover {
  background-color: #C3D7EE;
}
table.lmsbox.lms-ui-background-cycle > tbody > tr.lms-ui-resource-partly-deleted:nth-child(even),
table.lmsbox-inner.lms-ui-background-cycle > tbody > tr.lms-ui-resource-partly-deleted:nth-child(even) {
  background-image: repeating-linear-gradient(145deg, transparent, transparent 10px, #ffb1b1 10px, #ffb1b1 20px);
}
table.lmsbox.lms-ui-background-cycle > tbody > tr.lms-ui-resource-partly-deleted:nth-child(odd),
table.lmsbox-inner.lms-ui-background-cycle > tbody > tr.lms-ui-resource-partly-deleted:nth-child(odd) {
  background-image: repeating-linear-gradient(145deg, transparent, transparent 10px, #fccdcd 10px, #fccdcd 20px);
}
table.lmsbox .lmsbox-panels {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
table.lmsbox .lmsbox-panels > .lmsbox-panel {
  flex-grow: 1;
}
table.lmsbox .lmsbox-panels > .lmsbox-panel:last-child {
  margin-right: 2em;
}
@media screen and (min-width: 470px) {
  table.lmsbox .lmsbox-panels > .lmsbox-panel:last-child {
    margin-right: 7em;
  }
}
.lms-ui-rtmessage-deleted.light {
  background-color: #ffb1b1;
}
.lms-ui-rtmessage-deleted.lucid {
  background-color: #fccdcd;
}
table.lms-ui-datatable > tbody tr:nth-child(even):not(.ui-selected) {
  background-color: #ecf0f5;
}
table.lms-ui-datatable > tbody tr:nth-child(odd):not(.ui-selected) {
  background-color: #FFFFFF;
}
table.lms-ui-datatable > tbody tr:not(:last-child):not(.highlight) td {
  border-bottom: 1px dotted grey;
}
table.lms-ui-datatable > tbody tr.parent:not(.highlight):nth-child(4n+1) {
  background-color: #ecf0f5;
}
table.lms-ui-datatable > tbody tr.parent:not(.highlight):nth-child(4n+3) {
  background-color: #FFFFFF;
}
table.lms-ui-datatable > tbody tr.parent:not(.highlight) td {
  border-bottom: 0;
}
table.lms-ui-datatable > tbody tr.child:nth-child(4n+2) {
  background-color: #ecf0f5;
}
table.lms-ui-datatable > tbody tr.child:nth-child(4n+4) {
  background-color: #FFFFFF;
}
table.lms-ui-datatable > tbody tr.child:not(:last-child) {
  border-bottom: 1px dotted grey;
}
table.lms-ui-datatable > tbody tr.parent.highlight {
  background-color: #C3D7EE !important;
}
table.lms-ui-datatable > tbody tr:hover {
  background-color: #C3D7EE !important;
}
table.lms-ui-datatable > tbody tr:hover.child,
table.lms-ui-datatable > tbody tr:hover.parent + .child {
  background-color: #C3D7EE !important;
}
table.dataTable > tbody > tr.child ul.dtr-details > li {
  border-bottom: 0;
  padding: 0;
}
table.dataTable > tbody > tr.child ul.dtr-details > li:last-child span.dtr-title {
  display: none;
}
tr.space_row > td {
  padding-top: 20px;
}
.summary {
  text-align: right;
  font-weight: bold;
}
.buttons {
  text-align: right;
}
.navigation {
  text-align: center;
  white-space: nowrap;
  background-color: #ecf0f5;
}
.lms-ui-pagination {
  background-color: #ecf0f5;
  text-align: center;
}
.lms-ui-pagination > span {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
}
.lms-ui-pagination > span > * {
  padding-left: 0.2em;
  padding-right: 0.2em;
}
td.empty-table {
  background-color: #FFFFFF;
  text-align: center;
  font-weight: bold;
  padding: 2.5em;
}
td.multiselect {
  min-width: 230px;
}
td.multiselect select {
  min-width: 200px;
}
.lms-ui-selectable-draggable-active {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
}
.lms-ui-selectable-draggable-active.lms-ui-selectable-draggable-hover {
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.75);
}
.lms-inline-list {
  display: inline;
  list-style: none;
  padding: 0;
}
.lms-inline-list li {
  display: inline;
}
.lms-inline-list li:after {
  content: ', ';
}
.lms-inline-list li:last-child:after {
  content: '';
}
.nobr {
  white-space: nowrap;
}
.line-break {
  white-space: normal !important;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.font-normal {
  font-weight: normal !important;
}
.lighter {
  font-weight: lighter;
}
.valign-top {
  vertical-align: top;
}
div.valign-top {
  display: inline-flex;
  align-items: flex-start;
}
div.valign-top > :not(:last-child) {
  margin-right: 0.5em;
}
div.valign-middle {
  display: inline-flex;
  align-items: center;
}
div.valign-middle > :not(:last-child) {
  margin-right: 0.5em;
}
.valign-bottom {
  vertical-align: bottom;
}
div.valign-bottom {
  display: inline-flex;
  align-items: flex-end;
}
div.valign-bottom > :not(:last-child) {
  margin-right: 0.5em;
}
/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
  *zoom: 1;
}
.lf {
  float: left;
}
.rf {
  float: right;
}
.wf {
  width: 100%;
}
.wh {
  width: 50%;
}
.wq {
  width: 25%;
}
.cancel {
  background: #ff6c6c;
}
.rotate-90 {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  writing-mode: lr-tb;
}
.lms-ui-selectmenu-button .ui-selectmenu-text {
  padding-top: 0;
}
.lms-ui-selectmenu-button .ui-selectmenu-icon {
  height: 15px;
}
.ui-selectmenu-menu .ui-widget-content {
  background-color: #FFFFFF !important;
}
.ui-selectmenu-menu .ui-widget-content .ui-menu-divider {
  margin: 0;
}
.fileupload-progress-label {
  position: absolute;
  left: 48%;
  top: 4px;
  font-weight: bold;
  text-shadow: 1px 1px 0 #fff;
}
.xdsoft_datetimepicker {
  background-color: #ecf0f5;
  border: 1px solid #C3D7EE;
}
.xdsoft_datetimepicker .xdsoft_label {
  background-color: #ecf0f5;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
  background-color: #FFFFFF;
}
/*
	DataTable
*/
table.dataTable tbody tr.odd:not(.ui-selected) {
  background-color: #FFFFFF;
}
table.dataTable tbody tr.even:not(.ui-selected) {
  background-color: #ecf0f5;
}
table.dataTable tbody tr.ui-selected {
  background-color: #ecf0f5;
}
table.dataTable tbody tr.highlight {
  background-color: #C3D7EE;
}
table.dataTable tbody th,
table.dataTable tbody td {
  padding: 2px;
}
table.dataTable tbody td.dataTables_empty {
  padding: 2em;
  font-weight: bold;
}
table.dataTable thead .sorting_asc {
  background-image: url('../img/asc_order.gif');
}
table.dataTable thead .sorting_desc {
  background-image: url('../img/desc_order.gif');
}
table.dataTable thead .sorting {
  background-image: none;
}
table.dataTable thead th,
table.dataTable thead td {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 10px;
  padding-right: 10px;
}
table.dataTable thead tr th {
  border: none;
}
table.dataTable thead tr:last-child th {
  border-bottom: 1px solid black;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background: linear-gradient(to bottom, #ecf0f5 0%, #C3D7EE 100%);
}
.dataTables_wrapper .dataTables_processing {
  background: linear-gradient(to right, rgba(174, 157, 123, 0) 0%, rgba(174, 157, 123, 0.9) 25%, rgba(174, 157, 123, 0.9) 75%, rgba(174, 157, 123, 0) 100%);
}
.dataTables_wrapper .lmsbox.lms-ui-datatable {
  width: 100% !important;
  border: 1px solid black;
  border-top: 0;
  margin-bottom: 0;
}
.dataTables_wrapper .lmsbox.lms-ui-datatable table {
  width: 100% !important;
}
.dataTables_wrapper .top {
  background-color: #ecf0f5;
}
.dataTables_wrapper .bottom {
  background-color: #ecf0f5;
}
.lmsbox .dataTables_wrapper,
.lms-ui-tab-contents .dataTables_wrapper {
  margin-bottom: 0;
}
.lmsbox .dataTables_wrapper .bottom,
.lms-ui-tab-contents .dataTables_wrapper .bottom,
.lmsbox .dataTables_wrapper .top,
.lms-ui-tab-contents .dataTables_wrapper .top {
  border: 0;
}
.location-box-expandable {
  padding-top: 2px;
}
.address-full {
  display: inline-block;
  height: 13px;
}
.address-full:hover {
  cursor: pointer;
}
.lms-ui-address-select {
  padding-left: 4px;
  padding-right: 4px;
  border: 1px solid #a9a9a9 !important;
  background-color: #FFFFFF !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  color: black !important;
}
.lms-ui-address-select:hover {
  cursor: default;
}
.lms-ui-address-select .ui-selectmenu-icon.ui-icon {
  background: url('../img/1.png') !important;
}
.lms-ui-address-select.alert,
.lms-ui-address-select.lms-ui-error {
  border: 1px solid red !important;
  box-shadow: 0 0 3px 1px red !important;
}
.lms-ui-address-select.alert:focus,
.lms-ui-address-select.lms-ui-error:focus {
  border: 1px solid #a32828 !important;
  box-shadow: 0 0 1px 1px #a32828 !important;
  outline: none;
}
.lms-ui-address-select.lms-ui-warning {
  border: 1px solid Orange !important;
  background-color: Khaki !important;
  box-shadow: 0 0 3px 1px Orange !important;
}
.lms-ui-address-select.lms-ui-warning:focus {
  border: 1px solid Orange !important;
  background-color: Khaki !important;
  box-shadow: 0 0 1px 1px Orange !important;
}
.lms-ui-address-select.lms-ui-distinguished {
  border: 1px solid Orange !important;
  box-shadow: 0 0 3px 1px Orange !important;
}
.lms-ui-address-select.lms-ui-distinguished:focus {
  border: 1px solid Orange !important;
  box-shadow: 0 0 1px 1px Orange !important;
}
.lms-ui-menu-item-icon {
  width: 1.5em;
  text-align: center;
  font-size: 1.6em;
  vertical-align: middle;
  cursor: grab;
}
.lms-ui-quick-search-icon {
  font-size: 1.4em;
}
.lms-ui-indicator-icon {
  font-size: 1.5em;
  vertical-align: middle;
}
.ui-tooltip.lms-ui-tooltip-nodelist,
.ui-tooltip.lms-ui-tooltip-eventinfoshort {
  max-width: initial;
}
.lms-ui-cursor-pointer:hover {
  cursor: pointer;
}
.lms-ui-visibility-hidden {
  visibility: hidden !important;
}
div.lms-ui-filter-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
div.lms-ui-filter-container div.lms-ui-filter-definition {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  white-space: normal;
  max-width: 80%;
}
div.lms-ui-filter-container div.lms-ui-filter-definition > *:not(script),
div.lms-ui-filter-container div.lms-ui-filter-definition > form > *:not(script) {
  margin: 0.2em;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
}
div.lms-ui-persistent-filter {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
div.lms-ui-persistent-filter > * {
  margin: 2px;
}
div.lms-ui-persistent-filter .lms-ui-filter-name {
  display: none;
}
.lms-ui-matched-text {
  background-color: #C3D7EE;
  font-weight: bold;
}
div.lms-ui-wysiwyg-editor {
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
div.lms-ui-wysiwyg-editor > label {
  padding-bottom: 0.5em;
}
.lms-ui-dragslider-slave {
  box-shadow: 0px 0px 10px 1px black;
}
.lms-ui-event-time-container {
  display: flex;
  flex-direction: column;
  width: 90%;
  flex-grow: 1;
}
.lms-ui-event-time-container .lms-ui-event-time-top-panel {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.lms-ui-event-time-container .lms-ui-event-time-top-panel .lms-ui-event-time-period {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.lms-ui-event-time-container .lms-ui-event-time-top-panel .lms-ui-event-time-period .lms-ui-event-time-date {
  display: flex;
  justify-content: flex-end;
}
.lms-ui-event-time-container .lms-ui-event-time-top-panel .lms-ui-event-time-period .lms-ui-event-time-date:not(:first-child) {
  margin-top: 0.5em;
}
.lms-ui-event-time-container .lms-ui-event-time-top-panel .lms-ui-event-time-period .lms-ui-event-time-date > * {
  margin-left: 0.3em;
}
.lms-ui-event-time-container .lms-ui-event-time-top-panel .lms-ui-event-whole-days {
  display: inline-flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-grow: 1;
  margin-left: 1em;
}
.lms-ui-event-time-container .lms-ui-event-time-bottom-panel {
  display: flex;
  flex-direction: column;
}
.lms-ui-event-time-container .lms-ui-event-time-bottom-panel .lms-ui-event-time-legend {
  margin-top: 1em;
  margin-left: -1.5em;
  height: 2em;
  width: 25em;
  transform: scale(0.85);
  display: flex;
  flex-direction: row;
  white-space: nowrap;
}
.lms-ui-event-time-container .lms-ui-event-time-bottom-panel .lms-ui-event-time-legend .lms-ui-event-time-legend-label {
  margin-left: -1.62em;
  transform: rotate(90deg) translateX(0.3em) translateY(-0.38em);
}
.lms-ui-event-time-container .lms-ui-event-time-bottom-panel .lms-ui-event-time-legend .lms-ui-event-time-legend-scale {
  transform: rotate(90deg) translateX(1.8em) translateY(0.3em);
}
.lms-ui-event-time-container .lms-ui-event-time-bottom-panel .lms-ui-event-time-slider {
  width: 25em;
  margin-left: 1em;
  margin-top: 0.7em;
}
.lms-ui-box-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  border: 1px solid black;
  background-color: #ecf0f5;
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}
.lms-ui-box-container .lms-ui-box-header {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  align-self: stretch;
  padding: 0.25em;
  background-color: #ecf0f5;
  font-weight: bold;
}
.lms-ui-box-container .lms-ui-box-header > * {
  margin: 0.25em;
}
.lms-ui-box-container > .lms-ui-box-header {
  border-bottom: 1px solid black;
}
.lms-ui-box-container > .lms-ui-box-header-multi-row {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  align-self: stretch;
  background-color: #ecf0f5;
  border-bottom: 1px solid black;
  padding: 0.25em;
}
.lms-ui-box-container > .lms-ui-box-header-multi-row .lms-ui-box-header {
  padding: 0;
}
.lms-ui-box-container .lms-ui-box-contents {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.lms-ui-box-container .lms-ui-box-contents .lms-ui-box-panel {
  margin: 0.25em;
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.lms-ui-box-container .lms-ui-box-contents .lms-ui-box-panel:not(:last-child) {
  margin-right: 10em;
}
.lms-ui-box-container .lms-ui-box-contents .lms-ui-box-panel .lms-ui-box-row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.lms-ui-box-container .lms-ui-box-contents .lms-ui-box-panel .lms-ui-box-row > * {
  margin: 0.25em;
}
.lms-ui-box-container .lms-ui-box-contents .lms-ui-box-panel .lms-ui-box-row .lms-ui-box-row-label {
  font-weight: bold;
}
.lms-ui-box-container .lms-ui-box-contents .lms-ui-box-panel .lms-ui-box-row .lms-ui-box-row-field {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.lms-ui-box-container .lms-ui-box-contents .lms-ui-box-panel .lms-ui-box-row .lms-ui-box-row-field > * {
  margin-right: 0.3em;
}
.lms-ui-box-container .lms-ui-box-contents .lms-ui-box-panel .lms-ui-box-row .lms-ui-box-row-field input {
  padding-left: 0.2em;
}
.lms-ui-box-container .lms-ui-box-buttons {
  background-image: linear-gradient(to right, black 33%, rgba(255, 255, 255, 0) 0%);
  background-position: left 0.5em;
  background-size: 3px 1px;
  background-repeat: repeat-x;
  padding: 1em 0.5em 0.5em 0.5em;
  align-self: stretch;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.lms-ui-box-container .lms-ui-box-buttons > *:not(:first-child) {
  margin-left: 0.3em;
}
div.lms-ui-tab-container {
  display: flex;
  flex-direction: column;
  justify-items: flex-start;
  border: 1px solid black;
  margin-top: 0.7em;
}
div.lms-ui-tab-container:not(:last-child) {
  margin-bottom: 0.3em;
}
div.lms-ui-tab-container .lms-ui-tab-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background-color: #C3D7EE;
  padding: 0.2em;
  cursor: pointer;
}
div.lms-ui-tab-container .lms-ui-tab-header .lms-ui-tab-header-cell {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
div.lms-ui-tab-container .lms-ui-tab-header .lms-ui-tab-header-cell > :nth-child(n+2) {
  margin-left: 0.2em;
}
div.lms-ui-tab-container .lms-ui-tab-header .lms-ui-tab-header-cell > i {
  text-align: center;
  width: 1.25em;
  margin-right: 0.5em;
}
div.lms-ui-tab-container .lms-ui-tab-header .lms-ui-tab-header-cell:last-child {
  justify-content: flex-end;
}
div.lms-ui-tab-container .lms-ui-tab-header .lms-ui-tab-header-cell:first-child {
  justify-content: flex-start;
}
@media all and (max-width: 768px) {
  div.lms-ui-tab-container .lms-ui-tab-header .lms-ui-tab-header-cell:not(:first-child) {
    flex-direction: column;
    align-items: flex-start;
  }
  div.lms-ui-tab-container .lms-ui-tab-header .lms-ui-tab-header-cell > :nth-child(n+2) {
    margin-left: 0;
  }
}
@media all and (max-width: 768px) {
  div.lms-ui-tab-container .lms-ui-tab-header {
    flex-direction: column;
  }
}
div.lms-ui-tab-container .lms-ui-tab-contents {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  border-top: 1px solid black;
}
div.lms-ui-tab-container .lms-ui-tab-contents .lms-ui-tab-button-panel {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0.2em;
  border-top: 1px solid black;
  background-color: #ecf0f5;
}
div.lms-ui-tab-container .lms-ui-tab-contents .lms-ui-tab-button-panel > :nth-child(n+2) {
  margin-left: 0.5em;
}
div.lms-ui-tab-container .lms-ui-tab-contents .lms-ui-tab-button-panel .lms-ui-tab-buttons {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
div.lms-ui-tab-container .lms-ui-tab-contents .lms-ui-tab-button-panel .lms-ui-tab-buttons > :nth-child(n+2) {
  margin-left: 0.5em;
}
div.lms-ui-tab-container .lms-ui-tab-table-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
}
div.lms-ui-tab-container .lms-ui-tab-table-row:nth-child(even) {
  background-color: #FFFFFF;
}
div.lms-ui-tab-container .lms-ui-tab-table-row:nth-child(odd) {
  background-color: #ecf0f5;
}
div.lms-ui-tab-container .lms-ui-tab-table-row.lucid {
  background-color: #FFFFFF;
}
div.lms-ui-tab-container .lms-ui-tab-table-row.light {
  background-color: #ecf0f5;
}
div.lms-ui-tab-container .lms-ui-tab-table-row.header {
  background-color: #ecf0f5;
  border-bottom: 1px solid black;
}
div.lms-ui-tab-container .lms-ui-tab-table-row.footer {
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  background-color: #ecf0f5;
  border-top: 1px solid black;
}
div.lms-ui-tab-container .lms-ui-tab-table-row.footer > :nth-child(n+2) {
  margin-left: 0.5em;
}
div.lms-ui-tab-container .lms-ui-tab-table-row:not(.header):not(.footer):not(:last-child) {
  border-bottom: 1px dotted grey;
}
div.lms-ui-tab-container .lms-ui-tab-table-row:not(.header):not(.footer):hover {
  background-color: #C3D7EE;
}
div.lms-ui-tab-container .lms-ui-tab-table-row .buttons > :last-child {
  margin-right: 0.4em;
}
@media all and (max-width: 768px) {
  div.lms-ui-tab-container .lms-ui-tab-table-row .buttons {
    flex-direction: column !important;
    justify-content: flex-start !important;
    width: 2em !important;
  }
  div.lms-ui-tab-container .lms-ui-tab-table-row .buttons > * {
    margin-right: 0.5em;
    margin-top: 0.2em;
  }
}
div.lms-ui-tab-container .lms-ui-tab-table-row .lms-ui-tab-table-wrapper {
  display: flex;
  flex-direction: row;
  flex-grow: 0;
}
div.lms-ui-tab-container .lms-ui-tab-table-row .lms-ui-tab-table-wrapper[class*="col-"],
div.lms-ui-tab-container .lms-ui-tab-table-row .lms-ui-tab-table-wrapper.lms-ui-tab-table-column,
div.lms-ui-tab-container .lms-ui-tab-table-row .lms-ui-tab-table-wrapper [class*="col-"],
div.lms-ui-tab-container .lms-ui-tab-table-row .lms-ui-tab-table-wrapper .lms-ui-tab-table-column {
  flex-grow: 1;
  padding-top: 0.1em;
}
div.lms-ui-tab-container .lms-ui-tab-table-row.footer .lms-ui-tab-table-wrapper {
  padding-top: 0;
}
div.lms-ui-tab-container .lms-ui-tab-table-row.footer .lms-ui-tab-table-wrapper[class*="col-"],
div.lms-ui-tab-container .lms-ui-tab-table-row.footer .lms-ui-tab-table-wrapper.lms-ui-tab-table-column,
div.lms-ui-tab-container .lms-ui-tab-table-row.footer .lms-ui-tab-table-wrapper [class*="col-"],
div.lms-ui-tab-container .lms-ui-tab-table-row.footer .lms-ui-tab-table-wrapper .lms-ui-tab-table-column {
  padding-top: 0;
}
div.lms-ui-tab-container .lms-ui-tab-table-column {
  padding-left: 0.5em;
  text-overflow: ellipsis;
}
div.lms-ui-tab-container .lms-ui-tab-table-column.buttons {
  text-align: right;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
}
div.lms-ui-tab-container .lms-ui-tab-table-column.buttons > *:not(first-child) {
  margin-left: 0.3em;
}
div.lms-ui-tab-container div.lms-ui-tab-table .lms-ui-tab-empty-table {
  width: 100%;
  text-align: center;
  font-weight: bold;
  padding-top: 3em;
  padding-bottom: 3em;
}
div.lms-ui-tab-container div.lms-ui-tab-table .lms-ui-tab-hourglass {
  width: 100%;
  text-align: center;
  font-weight: bold;
  padding-top: 1em;
  padding-bottom: 1em;
}
div.lms-ui-tab-container div.lms-ui-tab-table .lms-ui-tab-hourglass > i {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
  animation: fa-spin 2s infinite linear;
  -webkit-animation: fa-spin 0.75s infinite linear !important;
  animation: fa-spin 0.75s infinite linear !important;
}
div.lms-ui-tab-container div.lms-ui-tab-table .lms-ui-tab-hourglass > i.fa-pull-left {
  margin-right: 0.3em;
}
div.lms-ui-tab-container div.lms-ui-tab-table .lms-ui-tab-hourglass > i.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  div.lms-ui-tab-container div.lms-ui-tab-table .lms-ui-tab-hourglass > i {
    font-size: 125%;
  }
}
div.lms-ui-tab-container div.lms-ui-tab-table .lms-ui-tab-hourglass > i:before {
  content: "\f2f1";
}
div.lms-ui-tab-container div.lms-ui-tab-table .lms-ui-tab-hourglass > i:before {
  color: black;
}
div.lms-ui-tab-container div.lms-ui-tab-table .lms-ui-tab-hourglass-template {
  display: none;
}
i.lms-ui-hourglass {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: unset;
  vertical-align: unset;
  font-size: 130%;
  animation: fa-spin 2s infinite linear;
  -webkit-animation: fa-spin 0.75s infinite linear !important;
  animation: fa-spin 0.75s infinite linear !important;
}
i.lms-ui-hourglass.fa-pull-left {
  margin-right: 0.3em;
}
i.lms-ui-hourglass.fa-pull-right {
  margin-left: 0.3em;
}
@media screen and (max-width: 800px) {
  i.lms-ui-hourglass {
    font-size: 125%;
  }
}
i.lms-ui-hourglass:before {
  content: "\f2f1";
}
i.lms-ui-hourglass:before {
  color: black;
}
td.lms-ui-mac-address-selection {
  padding: 0 !important;
}
table.lms-ui-mac-address-selection .mac td .remove-mac {
  visibility: hidden;
  margin-left: -2em;
  margin-top: 0.1em;
}
table.lms-ui-mac-address-selection .mac:hover td .remove-mac {
  visibility: visible;
  cursor: pointer;
}
table.lms-ui-mac-address-selection .mac .mac-selector {
  margin-left: 0.4em;
}
.lms-ui-address-box [readonly] {
  border: none;
  background-color: transparent;
}
.lms-ui-address-box .lms-ui-address-box-container {
  display: flex;
  align-items: center;
}
.lms-ui-address-box .lms-ui-address-box-container .lms-ui-address-box-buttons {
  display: flex;
  flex-direction: column;
  margin-left: 0.5em;
}
.lms-ui-address-box .lms-ui-address-box-container .lms-ui-address-box-buttons button:not(:first-child) {
  margin-top: 0.2em;
}
.lms-ui-location-add-button {
  margin-top: 0.3em;
  margin-bottom: 0.3em;
}
.lms-ui-message-quote {
  color: #C3D7EE;
  border-left: 3px solid #C3D7EE;
  border-right: 3px solid #C3D7EE;
  background-color: white;
  margin: 0.2em 0;
  padding: 0 0.4em;
  overflow: hidden;
  text-overflow: ellipsis;
}
fieldset {
  display: inline;
  border-radius: 5px;
  border-width: 1px;
  border-style: dotted;
  border-color: grey;
}
.lms-ui-separated-rows tr:not(:first-child) {
  border-top: 1px dotted grey;
}
.lms-ui-date-container,
.lms-ui-datetime-container {
  display: inline-flex;
}
.lms-ui-category-label {
  box-shadow: 0 0.1em 0.1em #888;
  border: 1px solid #a9a9a9;
  background-color: white;
  color: black;
  padding: 0.35em;
  text-decoration: none;
  border-radius: 0.45em;
  display: inline-block;
}
#lms-ui-resource-tab-selector-container {
  display: none;
  margin-top: 1em;
}
#lms-ui-resource-tab-selector-container > div:first-child {
  font-weight: bold;
  display: inline-block;
}
.lms-ui-date-period-container {
  white-space: nowrap;
}
.lms-ui-date-period-container > *:not(:last-child) {
  padding-right: 0.3em;
}
.lms-ui-date-period-wrapper {
  display: inline;
}
.lms-ui-date-period-wrapper .lms-ui-button.lms-ui-button-date-period {
  margin-top: 0;
}
@media screen and (min-width: 801px) {
  .lms-ui-date-period-wrapper .lms-ui-button.lms-ui-button-date-period {
    min-height: 1.8em;
  }
}
.lms-ui-day-selection-wrapper {
  display: inline;
}
.lms-ui-day-selection-wrapper .lms-ui-button.lms-ui-button-day-selection {
  margin-top: 0;
}
@media screen and (min-width: 801px) {
  .lms-ui-day-selection-wrapper .lms-ui-button.lms-ui-button-day-selection {
    min-height: 1.8em;
  }
}
.lms-ui-karma-container {
  display: inline-block;
}
.lms-ui-karma-container .lms-ui-karma-button,
.lms-ui-karma-container .lms-ui-karma-button {
  vertical-align: middle;
  cursor: pointer;
}
.lms-ui-karma-container .lms-ui-karma-button.disabled,
.lms-ui-karma-container .lms-ui-karma-button.disabled {
  color: #888888;
  cursor: no-drop;
}
.lms-ui-deadline-selection {
  display: inline;
}
.lms-ui-deadline-selection .scombobox {
  width: 5em;
  display: inline-block;
}
.lms-ui-fileview-dialog .ui-dialog-content {
  display: flex;
}
.lms-ui-fileview-dialog .ui-dialog-content object,
.lms-ui-fileview-dialog .ui-dialog-content img {
  width: 100%;
  height: 100%;
}
.lms-ui-message-new {
  color: inherit;
}
.lms-ui-message-delivered {
  color: green;
}
.lms-ui-message-sent {
  color: #888888;
}
.lms-ui-message-cancelled {
  color: Sienna;
}
.lms-ui-message-error,
.lms-ui-message-bounced {
  color: #FF0000;
}
.lms-ui-font-smaller {
  font-size: 80%;
}
span.division-context {
  margin-left: 0.5em;
}
.lms-ui-route-type {
  margin-block-start: 0;
  margin-block-end: 0;
  text-indent: -3.5em;
  margin-left: 3.5em;
}
.lms-ui-dotted-line-top {
  border-top: 1px dotted grey;
}
