html {
  font-size: 16px;
  overflow: hidden;
}
.container-fluid,
.row,
.col-md-12 {
  padding: 0px;
  margin: 0px;
}
body {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2989d8+0,80d0c7+53,80d0c7+59,80d0c7+59,80d0c7+100 */
  /* fallback for old browsers */
  /* Chrome 10-25, Safari 5.1-6 */
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: #415064;
}
.vertically-aligned {
  width: 100%!important;
  min-width: 900px;
}
body .register-header {
  margin-top: 0px;
}
body #loginPanel,
body #registerPanel,
body #forgotPasswordPanel {
  padding: 0px !important;
  margin: 0 auto;
  box-shadow: 4px 4px 16px #000;
  position: relative;
  float: left;
  height: 100vh;
  width: 100%;
}
body #loginPanel .navigations,
body #registerPanel .navigations,
body #forgotPasswordPanel .navigations {
  width: 100%;
  margin-top: 4rem;
}
body #loginPanel .navigations label,
body #registerPanel .navigations label,
body #forgotPasswordPanel .navigations label {
  font-weight: normal !important;
  font-size: 1.2rem;
}
body #loginPanel input[type="text"],
body #registerPanel input[type="text"],
body #forgotPasswordPanel input[type="text"],
body #loginPanel input[type="password"],
body #registerPanel input[type="password"],
body #forgotPasswordPanel input[type="password"] {
  height: 42px !important;
}
body #loginPanel input[type="text"]:focus,
body #registerPanel input[type="text"]:focus,
body #forgotPasswordPanel input[type="text"]:focus,
body #loginPanel input[type="password"]:focus,
body #registerPanel input[type="password"]:focus,
body #forgotPasswordPanel input[type="password"]:focus {
  background-color: white;
  border: 1px solid #0089d0 !important;
  box-shadow: 0 0 3px rgba(4, 42, 68, 0.75) !important;
  border-radius: 4px !important;
}
body #loginPanel input[type="submit"],
body #registerPanel input[type="submit"],
body #forgotPasswordPanel input[type="submit"] {
  background-color: #0089d0 !important;
  height: 42px !important;
}
body #loginPanel input[type="submit"]:not(:disabled):hover,
body #registerPanel input[type="submit"]:not(:disabled):hover,
body #forgotPasswordPanel input[type="submit"]:not(:disabled):hover {
  background-color: #0078b7 !important;
}
body #loginPanel input[type="checkbox"],
body #registerPanel input[type="checkbox"],
body #forgotPasswordPanel input[type="checkbox"] {
  cursor: pointer !important;
}
body #loginPanel .row.row-eq-height,
body #registerPanel .row.row-eq-height,
body #forgotPasswordPanel .row.row-eq-height {
  margin: 0px !important;
}
body #loginPanel #leftLoginPanel,
body #registerPanel #leftLoginPanel,
body #forgotPasswordPanel #leftLoginPanel,
body #loginPanel #rightLoginPanel,
body #registerPanel #rightLoginPanel,
body #forgotPasswordPanel #rightLoginPanel {
  width: 100%;
  position: relative;
  float: left;
  color: #fff;
  padding: 25px 0 25px 25px;
  background: #333;
  height: 100vh;
}
body #loginPanel #leftLoginPanel,
body #registerPanel #leftLoginPanel,
body #forgotPasswordPanel #leftLoginPanel {
  display: flex;
  align-items: center;
  justify-content: center;
}
body #loginPanel #rightLoginPanel,
body #registerPanel #rightLoginPanel,
body #forgotPasswordPanel #rightLoginPanel {
  background: #fff;
  float: right;
  align-items: center;
  justify-content: center;
}
body #loginPanel #rightLoginPanel #RightPanelInner,
body #registerPanel #rightLoginPanel #RightPanelInner,
body #forgotPasswordPanel #rightLoginPanel #RightPanelInner {
  display: flex;
  /*justify-content: center;
            align-items: center;*/
  width: 100%;
  height: calc(100vh - 55px);
  overflow: auto;
}
body #loginPanel #rightLoginPanel #RightPanelInner > .panel-body,
body #registerPanel #rightLoginPanel #RightPanelInner > .panel-body,
body #forgotPasswordPanel #rightLoginPanel #RightPanelInner > .panel-body {
  min-width: 26rem;
  width: 26rem;
  margin: auto;
}
body #loginPanel #rightLoginPanel #RightPanelInner > .panel-body .body-inner,
body #registerPanel #rightLoginPanel #RightPanelInner > .panel-body .body-inner,
body #forgotPasswordPanel #rightLoginPanel #RightPanelInner > .panel-body .body-inner {
  padding: 40px;
  border: 1px solid #ddd;
  border-radius: 4px;
}
body #loginPanel #rightLoginPanel #RightPanelInner > .panel-body .logo-container,
body #registerPanel #rightLoginPanel #RightPanelInner > .panel-body .logo-container,
body #forgotPasswordPanel #rightLoginPanel #RightPanelInner > .panel-body .logo-container {
  padding: 1rem 0;
  text-align: center;
}
body #loginPanel #rightLoginPanel #RightPanelInner > .panel-body .logo-container .jb-logo,
body #registerPanel #rightLoginPanel #RightPanelInner > .panel-body .logo-container .jb-logo,
body #forgotPasswordPanel #rightLoginPanel #RightPanelInner > .panel-body .logo-container .jb-logo {
  position: relative;
  top: -2px;
  width: 160px;
  filter: invert(70%) sepia(9%) saturate(1379%) hue-rotate(174deg) brightness(93%) contrast(91%);
}
body #loginPanel #rightLoginPanel #RightPanelInner > .panel-body .logo-container .logo-name2,
body #registerPanel #rightLoginPanel #RightPanelInner > .panel-body .logo-container .logo-name2,
body #forgotPasswordPanel #rightLoginPanel #RightPanelInner > .panel-body .logo-container .logo-name2 {
  position: relative;
  width: 6rem;
}
body #loginPanel #rightLoginPanel #RightPanelInner > .panel-body .logo-container .logo,
body #registerPanel #rightLoginPanel #RightPanelInner > .panel-body .logo-container .logo,
body #forgotPasswordPanel #rightLoginPanel #RightPanelInner > .panel-body .logo-container .logo {
  width: 190px;
}
body #loginPanel #rightLoginPanel #RightPanelInner > .panel-body .logo-container h1,
body #registerPanel #rightLoginPanel #RightPanelInner > .panel-body .logo-container h1,
body #forgotPasswordPanel #rightLoginPanel #RightPanelInner > .panel-body .logo-container h1,
body #loginPanel #rightLoginPanel #RightPanelInner > .panel-body .logo-container h2,
body #registerPanel #rightLoginPanel #RightPanelInner > .panel-body .logo-container h2,
body #forgotPasswordPanel #rightLoginPanel #RightPanelInner > .panel-body .logo-container h2,
body #loginPanel #rightLoginPanel #RightPanelInner > .panel-body .logo-container h3,
body #registerPanel #rightLoginPanel #RightPanelInner > .panel-body .logo-container h3,
body #forgotPasswordPanel #rightLoginPanel #RightPanelInner > .panel-body .logo-container h3,
body #loginPanel #rightLoginPanel #RightPanelInner > .panel-body .logo-container h4,
body #registerPanel #rightLoginPanel #RightPanelInner > .panel-body .logo-container h4,
body #forgotPasswordPanel #rightLoginPanel #RightPanelInner > .panel-body .logo-container h4,
body #loginPanel #rightLoginPanel #RightPanelInner > .panel-body .logo-container h5,
body #registerPanel #rightLoginPanel #RightPanelInner > .panel-body .logo-container h5,
body #forgotPasswordPanel #rightLoginPanel #RightPanelInner > .panel-body .logo-container h5 {
  color: #415064;
  font-size: 2rem;
}
body #loginPanel #rightLoginPanel #RightPanelInner > .panel-body > section,
body #registerPanel #rightLoginPanel #RightPanelInner > .panel-body > section,
body #forgotPasswordPanel #rightLoginPanel #RightPanelInner > .panel-body > section {
  background: #fff;
}
body #loginPanel form .form-group label,
body #registerPanel form .form-group label,
body #forgotPasswordPanel form .form-group label {
  margin-bottom: 0;
}
.login-label {
  background: #fff;
  float: left;
  font-size: 11px;
  position: absolute;
  line-height: 3px;
  margin-left: 3px;
  padding: 0px 10px;
}
.login-button {
  background-color: #fff;
  color: #415064;
  width: 201px;
  margin: auto;
  height: 33px;
  border-radius: 4px;
  height: 42px;
  display: block;
  width: calc(20vw - 80px);
  min-width: 280px;
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
.login-button .link {
  line-height: 42px;
  color: #000 !important;
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
#termsForm,
#eulaForm,
#privacyPolicyForm {
  height: 100vh;
  overflow: scroll;
  color: #415064;
  text-align: left;
  padding: 20px 100px;
}
#termsForm > p,
#eulaForm > p,
#privacyPolicyForm > p {
  text-align: justify;
}
#termsForm .jb-logo,
#eulaForm .jb-logo,
#privacyPolicyForm .jb-logo {
  position: relative;
  top: -2px;
  width: 160px;
  filter: invert(70%) sepia(9%) saturate(1379%) hue-rotate(174deg) brightness(93%) contrast(91%);
}
#termsForm .logo-name2,
#eulaForm .logo-name2,
#privacyPolicyForm .logo-name2 {
  position: relative;
  width: 10rem;
}
#loginForm,
#registerForm,
#forgotForm,
#termsForm,
#eulaForm,
#privacyPolicyForm {
  color: #415064;
  /*background: #fff;
        box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.15);*/
}
#loginForm label,
#registerForm label,
#forgotForm label,
#termsForm label,
#eulaForm label,
#privacyPolicyForm label {
  color: #415064;
}
h4.header {
  width: 100%;
  color: #415064;
  text-align: center;
  margin-top: 0;
  margin-bottom: 27px;
  float: left;
}
.copyright {
  color: #415064;
}
input[type='text'],
input[type='password'],
input[type='submit'] {
  border-radius: 4px;
}
.register-form {
  margin: auto;
  color: #000;
}
/*.required-login {
    position: absolute;
    margin-top: 4px;
    margin-left: 6px;
}*/
.banner-text {
  color: #949ca6;
  font-size: 14px;
}
.banner-login {
  max-width: 100%;
}
#loginForm,
#registerForm,
#forgotForm {
  margin: auto;
  /*min-width: 400px;*/
}
#registerForm .invitation-email {
  font-size: 1.2rem;
}
#registerForm h4 {
  width: 100% !important;
}
#registerForm p {
  text-align: left !important;
}
body #registerPanel form {
  text-align: left;
}
body .logo-name {
  width: 11rem;
  float: right;
  position: absolute;
  top: 20px;
  right: 20px;
}
body hr {
  border-color: black;
}
body span.icon {
  background: url('https://google-developers.appspot.com/identity/sign-in/g-normal.png') transparent 5px 50% no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
}
body #Google {
  border: 1px solid #ddd;
  border-radius: 4px;
  height: 42px;
  width: 100% !important;
  min-width: 280px;
  background: url(/Content/Images/btn_google_light_normal_ios.svg);
  background-repeat: no-repeat;
  background-position: -2px -2px;
}
body #Google:not(:disabled):hover {
  background-color: #eeeeee !important;
  background: url(/Content/Images/btn_google_light_pressed_ios.svg);
  background-repeat: no-repeat;
  background-position: -2px -2px;
}
body #RegisterButton:disabled,
body #Google:disabled {
  cursor: not-allowed !important;
  opacity: 0.5 !important;
}
body #AgreeCheckBox {
  position: relative;
  top: 4px;
}
body .or-login-with {
  margin-bottom: 30px;
}
body .register-link {
  position: relative;
  bottom: -5px;
  padding-top: 12px;
  padding-bottom: 12px;
  color: #000 !important;
  margin-top: -3px;
  opacity: 1;
  border: 1px solid #ddd;
  display: block;
  text-decoration: none;
  border-radius: 4px;
  height: 42px;
  width: calc(20vw - 80px);
  min-width: 280px;
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
.field-validation-error {
  display: block;
  text-align: left;
}
.social-login-form {
  margin-top: -26px;
  text-align: center !important;
}
.validation-summary-errors ul {
  list-style: none;
  padding: 0;
}
.validation-summary-errors ul li {
  text-align: center;
}
.required {
  color: red !important;
  line-height: 0px;
}
@media screen and (max-width: 950px) {
  .vertical-align-helper {
    display: none !important;
  }
}
.required-field-block {
  position: relative;
}
.required-field-block .required-icon {
  display: inline-block;
  vertical-align: middle;
  margin: -0.25em 0.25em 0em;
  background-color: #fff;
  border-color: #fff;
  padding: 0.5em 0.8em;
  color: rgba(0, 0, 0, 0.65);
  text-transform: uppercase;
  font-weight: normal;
  border-radius: 0.325em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background 0.1s linear;
  -moz-transition: background 0.1s linear;
  transition: background 0.1s linear;
  font-size: 75%;
}
.required-field-block .required-icon {
  background-color: transparent;
  position: absolute;
  top: 0em;
  right: 0em;
  z-index: 10;
  margin: 0em;
  width: 30px;
  height: 30px;
  padding: 0em;
  text-align: center;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.required-field-block .required-icon:after {
  position: absolute;
  content: "";
  right: 1px;
  top: 1px;
  z-index: -1;
  width: 0em;
  height: 0em;
  border-top: 0em solid transparent;
  border-right: 0px solid transparent;
  border-bottom: 0px solid transparent;
  border-left: 0em solid transparent;
  border-right-color: inherit;
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
.required-field-block .required-icon .text {
  color: #B80000;
  font-size: 17px;
  margin: 4px 0 0 12px;
}

/*
 * Row with equal height columns
 * --------------------------------------------------
 */
.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}


@font-face {
	font-family: 'Linearicons-Free';
	src:url('../../../Content/AppDevTheme/fonts/linearicons/fonts/Linearicons-Free.eot?w118d');
	src:url('../../../Content/AppDevTheme/fonts/linearicons/fonts/Linearicons-Free.eot?#iefixw118d') format('embedded-opentype'),
		url('../../../Content/AppDevTheme/fonts/linearicons/fonts/Linearicons-Free.woff2?w118d') format('woff2'),
		url('../../../Content/AppDevTheme/fonts/linearicons/fonts/Linearicons-Free.woff?w118d') format('woff'),
		url('../../../Content/AppDevTheme/fonts/linearicons/fonts/Linearicons-Free.ttf?w118d') format('truetype'),
		url('../../../Content/AppDevTheme/fonts/linearicons/fonts/Linearicons-Free.svg?w118d#Linearicons-Free') format('svg');
	font-weight: normal;
	font-style: normal;
}

.lnr {
	font-family: 'Linearicons-Free';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.lnr-home:before {
	content: "\e800";
}
.lnr-apartment:before {
	content: "\e801";
}
.lnr-pencil:before {
	content: "\e802";
}
.lnr-magic-wand:before {
	content: "\e803";
}
.lnr-drop:before {
	content: "\e804";
}
.lnr-lighter:before {
	content: "\e805";
}
.lnr-poop:before {
	content: "\e806";
}
.lnr-sun:before {
	content: "\e807";
}
.lnr-moon:before {
	content: "\e808";
}
.lnr-cloud:before {
	content: "\e809";
}
.lnr-cloud-upload:before {
	content: "\e80a";
}
.lnr-cloud-download:before {
	content: "\e80b";
}
.lnr-cloud-sync:before {
	content: "\e80c";
}
.lnr-cloud-check:before {
	content: "\e80d";
}
.lnr-database:before {
	content: "\e80e";
}
.lnr-lock:before {
	content: "\e80f";
}
.lnr-cog:before {
	content: "\e810";
}
.lnr-trash:before {
	content: "\e811";
}
.lnr-dice:before {
	content: "\e812";
}
.lnr-heart:before {
	content: "\e813";
}
.lnr-star:before {
	content: "\e814";
}
.lnr-star-half:before {
	content: "\e815";
}
.lnr-star-empty:before {
	content: "\e816";
}
.lnr-flag:before {
	content: "\e817";
}
.lnr-envelope:before {
	content: "\e818";
}
.lnr-paperclip:before {
	content: "\e819";
}
.lnr-inbox:before {
	content: "\e81a";
}
.lnr-eye:before {
	content: "\e81b";
}
.lnr-printer:before {
	content: "\e81c";
}
.lnr-file-empty:before {
	content: "\e81d";
}
.lnr-file-add:before {
	content: "\e81e";
}
.lnr-enter:before {
	content: "\e81f";
}
.lnr-exit:before {
	content: "\e820";
}
.lnr-graduation-hat:before {
	content: "\e821";
}
.lnr-license:before {
	content: "\e822";
}
.lnr-music-note:before {
	content: "\e823";
}
.lnr-film-play:before {
	content: "\e824";
}
.lnr-camera-video:before {
	content: "\e825";
}
.lnr-camera:before {
	content: "\e826";
}
.lnr-picture:before {
	content: "\e827";
}
.lnr-book:before {
	content: "\e828";
}
.lnr-bookmark:before {
	content: "\e829";
}
.lnr-user:before {
	content: "\e82a";
}
.lnr-users:before {
	content: "\e82b";
}
.lnr-shirt:before {
	content: "\e82c";
}
.lnr-store:before {
	content: "\e82d";
}
.lnr-cart:before {
	content: "\e82e";
}
.lnr-tag:before {
	content: "\e82f";
}
.lnr-phone-handset:before {
	content: "\e830";
}
.lnr-phone:before {
	content: "\e831";
}
.lnr-pushpin:before {
	content: "\e832";
}
.lnr-map-marker:before {
	content: "\e833";
}
.lnr-map:before {
	content: "\e834";
}
.lnr-location:before {
	content: "\e835";
}
.lnr-calendar-full:before {
	content: "\e836";
}
.lnr-keyboard:before {
	content: "\e837";
}
.lnr-spell-check:before {
	content: "\e838";
}
.lnr-screen:before {
	content: "\e839";
}
.lnr-smartphone:before {
	content: "\e83a";
}
.lnr-tablet:before {
	content: "\e83b";
}
.lnr-laptop:before {
	content: "\e83c";
}
.lnr-laptop-phone:before {
	content: "\e83d";
}
.lnr-power-switch:before {
	content: "\e83e";
}
.lnr-bubble:before {
	content: "\e83f";
}
.lnr-heart-pulse:before {
	content: "\e840";
}
.lnr-construction:before {
	content: "\e841";
}
.lnr-pie-chart:before {
	content: "\e842";
}
.lnr-chart-bars:before {
	content: "\e843";
}
.lnr-gift:before {
	content: "\e844";
}
.lnr-diamond:before {
	content: "\e845";
}
.lnr-linearicons:before {
	content: "\e846";
}
.lnr-dinner:before {
	content: "\e847";
}
.lnr-coffee-cup:before {
	content: "\e848";
}
.lnr-leaf:before {
	content: "\e849";
}
.lnr-paw:before {
	content: "\e84a";
}
.lnr-rocket:before {
	content: "\e84b";
}
.lnr-briefcase:before {
	content: "\e84c";
}
.lnr-bus:before {
	content: "\e84d";
}
.lnr-car:before {
	content: "\e84e";
}
.lnr-train:before {
	content: "\e84f";
}
.lnr-bicycle:before {
	content: "\e850";
}
.lnr-wheelchair:before {
	content: "\e851";
}
.lnr-select:before {
	content: "\e852";
}
.lnr-earth:before {
	content: "\e853";
}
.lnr-smile:before {
	content: "\e854";
}
.lnr-sad:before {
	content: "\e855";
}
.lnr-neutral:before {
	content: "\e856";
}
.lnr-mustache:before {
	content: "\e857";
}
.lnr-alarm:before {
	content: "\e858";
}
.lnr-bullhorn:before {
	content: "\e859";
}
.lnr-volume-high:before {
	content: "\e85a";
}
.lnr-volume-medium:before {
	content: "\e85b";
}
.lnr-volume-low:before {
	content: "\e85c";
}
.lnr-volume:before {
	content: "\e85d";
}
.lnr-mic:before {
	content: "\e85e";
}
.lnr-hourglass:before {
	content: "\e85f";
}
.lnr-undo:before {
	content: "\e860";
}
.lnr-redo:before {
	content: "\e861";
}
.lnr-sync:before {
	content: "\e862";
}
.lnr-history:before {
	content: "\e863";
}
.lnr-clock:before {
	content: "\e864";
}
.lnr-download:before {
	content: "\e865";
}
.lnr-upload:before {
	content: "\e866";
}
.lnr-enter-down:before {
	content: "\e867";
}
.lnr-exit-up:before {
	content: "\e868";
}
.lnr-bug:before {
	content: "\e869";
}
.lnr-code:before {
	content: "\e86a";
}
.lnr-link:before {
	content: "\e86b";
}
.lnr-unlink:before {
	content: "\e86c";
}
.lnr-thumbs-up:before {
	content: "\e86d";
}
.lnr-thumbs-down:before {
	content: "\e86e";
}
.lnr-magnifier:before {
	content: "\e86f";
}
.lnr-cross:before {
	content: "\e870";
}
.lnr-menu:before {
	content: "\e871";
}
.lnr-list:before {
	content: "\e872";
}
.lnr-chevron-up:before {
	content: "\e873";
}
.lnr-chevron-down:before {
	content: "\e874";
}
.lnr-chevron-left:before {
	content: "\e875";
}
.lnr-chevron-right:before {
	content: "\e876";
}
.lnr-arrow-up:before {
	content: "\e877";
}
.lnr-arrow-down:before {
	content: "\e878";
}
.lnr-arrow-left:before {
	content: "\e879";
}
.lnr-arrow-right:before {
	content: "\e87a";
}
.lnr-move:before {
	content: "\e87b";
}
.lnr-warning:before {
	content: "\e87c";
}
.lnr-question-circle:before {
	content: "\e87d";
}
.lnr-menu-circle:before {
	content: "\e87e";
}
.lnr-checkmark-circle:before {
	content: "\e87f";
}
.lnr-cross-circle:before {
	content: "\e880";
}
.lnr-plus-circle:before {
	content: "\e881";
}
.lnr-circle-minus:before {
	content: "\e882";
}
.lnr-arrow-up-circle:before {
	content: "\e883";
}
.lnr-arrow-down-circle:before {
	content: "\e884";
}
.lnr-arrow-left-circle:before {
	content: "\e885";
}
.lnr-arrow-right-circle:before {
	content: "\e886";
}
.lnr-chevron-up-circle:before {
	content: "\e887";
}
.lnr-chevron-down-circle:before {
	content: "\e888";
}
.lnr-chevron-left-circle:before {
	content: "\e889";
}
.lnr-chevron-right-circle:before {
	content: "\e88a";
}
.lnr-crop:before {
	content: "\e88b";
}
.lnr-frame-expand:before {
	content: "\e88c";
}
.lnr-frame-contract:before {
	content: "\e88d";
}
.lnr-layers:before {
	content: "\e88e";
}
.lnr-funnel:before {
	content: "\e88f";
}
.lnr-text-format:before {
	content: "\e890";
}
.lnr-text-format-remove:before {
	content: "\e891";
}
.lnr-text-size:before {
	content: "\e892";
}
.lnr-bold:before {
	content: "\e893";
}
.lnr-italic:before {
	content: "\e894";
}
.lnr-underline:before {
	content: "\e895";
}
.lnr-strikethrough:before {
	content: "\e896";
}
.lnr-highlight:before {
	content: "\e897";
}
.lnr-text-align-left:before {
	content: "\e898";
}
.lnr-text-align-center:before {
	content: "\e899";
}
.lnr-text-align-right:before {
	content: "\e89a";
}
.lnr-text-align-justify:before {
	content: "\e89b";
}
.lnr-line-spacing:before {
	content: "\e89c";
}
.lnr-indent-increase:before {
	content: "\e89d";
}
.lnr-indent-decrease:before {
	content: "\e89e";
}
.lnr-pilcrow:before {
	content: "\e89f";
}
.lnr-direction-ltr:before {
	content: "\e8a0";
}
.lnr-direction-rtl:before {
	content: "\e8a1";
}
.lnr-page-break:before {
	content: "\e8a2";
}
.lnr-sort-alpha-asc:before {
	content: "\e8a3";
}
.lnr-sort-amount-asc:before {
	content: "\e8a4";
}
.lnr-hand:before {
	content: "\e8a5";
}
.lnr-pointer-up:before {
	content: "\e8a6";
}
.lnr-pointer-right:before {
	content: "\e8a7";
}
.lnr-pointer-down:before {
	content: "\e8a8";
}
.lnr-pointer-left:before {
	content: "\e8a9";
}
