/*!
 *
 * Bryntum Calendar 4.3.5
 *
 * Copyright(c) 2021 Bryntum AB
 * https://bryntum.com/contact
 * https://bryntum.com/license
 *
 * Vendor resources
 *
 * Font Awesome Free 5 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 *
 */
.b-theme-info:before {
  content: '{"name":"Material"}';
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("fonts/fa-solid-900.eot");
  src: url("fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("fonts/fa-solid-900.woff2") format("woff2"), url("fonts/fa-solid-900.woff") format("woff"), url("fonts/fa-solid-900.ttf") format("truetype"), url("fonts/fa-solid-900.svg#fontawesome") format("svg");
}
.b-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;
}

.b-fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.b-fa-xs {
  font-size: 0.75em;
}

.b-fa-sm {
  font-size: 0.875em;
}

.b-fa-1x {
  font-size: 1em;
}

.b-fa-2x {
  font-size: 2em;
}

.b-fa-3x {
  font-size: 3em;
}

.b-fa-4x {
  font-size: 4em;
}

.b-fa-5x {
  font-size: 5em;
}

.b-fa-6x {
  font-size: 6em;
}

.b-fa-7x {
  font-size: 7em;
}

.b-fa-8x {
  font-size: 8em;
}

.b-fa-9x {
  font-size: 9em;
}

.b-fa-10x {
  font-size: 10em;
}

.b-fa-fw, .b-fw-icon:before {
  text-align: center;
  width: 1.25em;
}

.b-fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.b-fa-ul > li {
  position: relative;
}

.b-fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.b-fa-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.b-fa-pull-left {
  float: left;
}

.b-fa-pull-right {
  float: right;
}

.b-fa.b-fa-pull-left,
.fas.b-fa-pull-left,
.far.b-fa-pull-left,
.fal.b-fa-pull-left,
.fab.b-fa-pull-left {
  margin-right: 0.3em;
}
.b-fa.b-fa-pull-right,
.fas.b-fa-pull-right,
.far.b-fa-pull-right,
.fal.b-fa-pull-right,
.fab.b-fa-pull-right {
  margin-left: 0.3em;
}

.b-fa-spin {
  animation: fa-spin 2s infinite linear;
}

.b-fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.b-fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.b-fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.b-fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.b-fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.b-fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

.b-fa-flip-both, .b-fa-flip-horizontal.b-fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}

:root .b-fa-rotate-90,
:root .b-fa-rotate-180,
:root .b-fa-rotate-270,
:root .b-fa-flip-horizontal,
:root .b-fa-flip-vertical,
:root .b-fa-flip-both {
  filter: none;
}

.b-fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.b-fa-stack-1x,
.b-fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.b-fa-stack-1x {
  line-height: inherit;
}

.b-fa-stack-2x {
  font-size: 2em;
}

.b-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 */
.b-fa-500px:before {
  content: "\f26e";
}

.b-fa-accessible-icon:before {
  content: "\f368";
}

.b-fa-accusoft:before {
  content: "\f369";
}

.b-fa-acquisitions-incorporated:before {
  content: "\f6af";
}

.b-fa-ad:before {
  content: "\f641";
}

.b-fa-address-book:before {
  content: "\f2b9";
}

.b-fa-address-card:before {
  content: "\f2bb";
}

.b-fa-adjust:before {
  content: "\f042";
}

.b-fa-adn:before {
  content: "\f170";
}

.b-fa-adversal:before {
  content: "\f36a";
}

.b-fa-affiliatetheme:before {
  content: "\f36b";
}

.b-fa-air-freshener:before {
  content: "\f5d0";
}

.b-fa-airbnb:before {
  content: "\f834";
}

.b-fa-algolia:before {
  content: "\f36c";
}

.b-fa-align-center:before {
  content: "\f037";
}

.b-fa-align-justify:before {
  content: "\f039";
}

.b-fa-align-left:before {
  content: "\f036";
}

.b-fa-align-right:before {
  content: "\f038";
}

.b-fa-alipay:before {
  content: "\f642";
}

.b-fa-allergies:before {
  content: "\f461";
}

.b-fa-amazon:before {
  content: "\f270";
}

.b-fa-amazon-pay:before {
  content: "\f42c";
}

.b-fa-ambulance:before {
  content: "\f0f9";
}

.b-fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.b-fa-amilia:before {
  content: "\f36d";
}

.b-fa-anchor:before {
  content: "\f13d";
}

.b-fa-android:before {
  content: "\f17b";
}

.b-fa-angellist:before {
  content: "\f209";
}

.b-fa-angle-double-down:before {
  content: "\f103";
}

.b-fa-angle-double-left:before {
  content: "\f100";
}

.b-fa-angle-double-right:before {
  content: "\f101";
}

.b-fa-angle-double-up:before {
  content: "\f102";
}

.b-fa-angle-down:before {
  content: "\f107";
}

.b-fa-angle-left:before {
  content: "\f104";
}

.b-fa-angle-right:before {
  content: "\f105";
}

.b-fa-angle-up:before {
  content: "\f106";
}

.b-fa-angry:before {
  content: "\f556";
}

.b-fa-angrycreative:before {
  content: "\f36e";
}

.b-fa-angular:before {
  content: "\f420";
}

.b-fa-ankh:before {
  content: "\f644";
}

.b-fa-app-store:before {
  content: "\f36f";
}

.b-fa-app-store-ios:before {
  content: "\f370";
}

.b-fa-apper:before {
  content: "\f371";
}

.b-fa-apple:before {
  content: "\f179";
}

.b-fa-apple-alt:before {
  content: "\f5d1";
}

.b-fa-apple-pay:before {
  content: "\f415";
}

.b-fa-archive:before {
  content: "\f187";
}

.b-fa-archway:before {
  content: "\f557";
}

.b-fa-arrow-alt-circle-down:before {
  content: "\f358";
}

.b-fa-arrow-alt-circle-left:before {
  content: "\f359";
}

.b-fa-arrow-alt-circle-right:before {
  content: "\f35a";
}

.b-fa-arrow-alt-circle-up:before {
  content: "\f35b";
}

.b-fa-arrow-circle-down:before {
  content: "\f0ab";
}

.b-fa-arrow-circle-left:before {
  content: "\f0a8";
}

.b-fa-arrow-circle-right:before {
  content: "\f0a9";
}

.b-fa-arrow-circle-up:before {
  content: "\f0aa";
}

.b-fa-arrow-down:before {
  content: "\f063";
}

.b-fa-arrow-left:before {
  content: "\f060";
}

.b-fa-arrow-right:before {
  content: "\f061";
}

.b-fa-arrow-up:before {
  content: "\f062";
}

.b-fa-arrows-alt:before {
  content: "\f0b2";
}

.b-fa-arrows-alt-h:before {
  content: "\f337";
}

.b-fa-arrows-alt-v:before {
  content: "\f338";
}

.b-fa-artstation:before {
  content: "\f77a";
}

.b-fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.b-fa-asterisk:before {
  content: "\f069";
}

.b-fa-asymmetrik:before {
  content: "\f372";
}

.b-fa-at:before {
  content: "\f1fa";
}

.b-fa-atlas:before {
  content: "\f558";
}

.b-fa-atlassian:before {
  content: "\f77b";
}

.b-fa-atom:before {
  content: "\f5d2";
}

.b-fa-audible:before {
  content: "\f373";
}

.b-fa-audio-description:before {
  content: "\f29e";
}

.b-fa-autoprefixer:before {
  content: "\f41c";
}

.b-fa-avianex:before {
  content: "\f374";
}

.b-fa-aviato:before {
  content: "\f421";
}

.b-fa-award:before {
  content: "\f559";
}

.b-fa-aws:before {
  content: "\f375";
}

.b-fa-baby:before {
  content: "\f77c";
}

.b-fa-baby-carriage:before {
  content: "\f77d";
}

.b-fa-backspace:before {
  content: "\f55a";
}

.b-fa-backward:before {
  content: "\f04a";
}

.b-fa-bacon:before {
  content: "\f7e5";
}

.b-fa-bacteria:before {
  content: "\e059";
}

.b-fa-bacterium:before {
  content: "\e05a";
}

.b-fa-bahai:before {
  content: "\f666";
}

.b-fa-balance-scale:before {
  content: "\f24e";
}

.b-fa-balance-scale-left:before {
  content: "\f515";
}

.b-fa-balance-scale-right:before {
  content: "\f516";
}

.b-fa-ban:before {
  content: "\f05e";
}

.b-fa-band-aid:before {
  content: "\f462";
}

.b-fa-bandcamp:before {
  content: "\f2d5";
}

.b-fa-barcode:before {
  content: "\f02a";
}

.b-fa-bars:before {
  content: "\f0c9";
}

.b-fa-baseball-ball:before {
  content: "\f433";
}

.b-fa-basketball-ball:before {
  content: "\f434";
}

.b-fa-bath:before {
  content: "\f2cd";
}

.b-fa-battery-empty:before {
  content: "\f244";
}

.b-fa-battery-full:before {
  content: "\f240";
}

.b-fa-battery-half:before {
  content: "\f242";
}

.b-fa-battery-quarter:before {
  content: "\f243";
}

.b-fa-battery-three-quarters:before {
  content: "\f241";
}

.b-fa-battle-net:before {
  content: "\f835";
}

.b-fa-bed:before {
  content: "\f236";
}

.b-fa-beer:before {
  content: "\f0fc";
}

.b-fa-behance:before {
  content: "\f1b4";
}

.b-fa-behance-square:before {
  content: "\f1b5";
}

.b-fa-bell:before {
  content: "\f0f3";
}

.b-fa-bell-slash:before {
  content: "\f1f6";
}

.b-fa-bezier-curve:before {
  content: "\f55b";
}

.b-fa-bible:before {
  content: "\f647";
}

.b-fa-bicycle:before {
  content: "\f206";
}

.b-fa-biking:before {
  content: "\f84a";
}

.b-fa-bimobject:before {
  content: "\f378";
}

.b-fa-binoculars:before {
  content: "\f1e5";
}

.b-fa-biohazard:before {
  content: "\f780";
}

.b-fa-birthday-cake:before {
  content: "\f1fd";
}

.b-fa-bitbucket:before {
  content: "\f171";
}

.b-fa-bitcoin:before {
  content: "\f379";
}

.b-fa-bity:before {
  content: "\f37a";
}

.b-fa-black-tie:before {
  content: "\f27e";
}

.b-fa-blackberry:before {
  content: "\f37b";
}

.b-fa-blender:before {
  content: "\f517";
}

.b-fa-blender-phone:before {
  content: "\f6b6";
}

.b-fa-blind:before {
  content: "\f29d";
}

.b-fa-blog:before {
  content: "\f781";
}

.b-fa-blogger:before {
  content: "\f37c";
}

.b-fa-blogger-b:before {
  content: "\f37d";
}

.b-fa-bluetooth:before {
  content: "\f293";
}

.b-fa-bluetooth-b:before {
  content: "\f294";
}

.b-fa-bold:before {
  content: "\f032";
}

.b-fa-bolt:before {
  content: "\f0e7";
}

.b-fa-bomb:before {
  content: "\f1e2";
}

.b-fa-bone:before {
  content: "\f5d7";
}

.b-fa-bong:before {
  content: "\f55c";
}

.b-fa-book:before {
  content: "\f02d";
}

.b-fa-book-dead:before {
  content: "\f6b7";
}

.b-fa-book-medical:before {
  content: "\f7e6";
}

.b-fa-book-open:before {
  content: "\f518";
}

.b-fa-book-reader:before {
  content: "\f5da";
}

.b-fa-bookmark:before {
  content: "\f02e";
}

.b-fa-bootstrap:before {
  content: "\f836";
}

.b-fa-border-all:before {
  content: "\f84c";
}

.b-fa-border-none:before {
  content: "\f850";
}

.b-fa-border-style:before {
  content: "\f853";
}

.b-fa-bowling-ball:before {
  content: "\f436";
}

.b-fa-box:before {
  content: "\f466";
}

.b-fa-box-open:before {
  content: "\f49e";
}

.b-fa-box-tissue:before {
  content: "\e05b";
}

.b-fa-boxes:before {
  content: "\f468";
}

.b-fa-braille:before {
  content: "\f2a1";
}

.b-fa-brain:before {
  content: "\f5dc";
}

.b-fa-bread-slice:before {
  content: "\f7ec";
}

.b-fa-briefcase:before {
  content: "\f0b1";
}

.b-fa-briefcase-medical:before {
  content: "\f469";
}

.b-fa-broadcast-tower:before {
  content: "\f519";
}

.b-fa-broom:before {
  content: "\f51a";
}

.b-fa-brush:before {
  content: "\f55d";
}

.b-fa-btc:before {
  content: "\f15a";
}

.b-fa-buffer:before {
  content: "\f837";
}

.b-fa-bug:before {
  content: "\f188";
}

.b-fa-building:before {
  content: "\f1ad";
}

.b-fa-bullhorn:before {
  content: "\f0a1";
}

.b-fa-bullseye:before {
  content: "\f140";
}

.b-fa-burn:before {
  content: "\f46a";
}

.b-fa-buromobelexperte:before {
  content: "\f37f";
}

.b-fa-bus:before {
  content: "\f207";
}

.b-fa-bus-alt:before {
  content: "\f55e";
}

.b-fa-business-time:before {
  content: "\f64a";
}

.b-fa-buy-n-large:before {
  content: "\f8a6";
}

.b-fa-buysellads:before {
  content: "\f20d";
}

.b-fa-calculator:before {
  content: "\f1ec";
}

.b-fa-calendar:before {
  content: "\f133";
}

.b-fa-calendar-alt:before {
  content: "\f073";
}

.b-fa-calendar-check:before {
  content: "\f274";
}

.b-fa-calendar-day:before {
  content: "\f783";
}

.b-fa-calendar-minus:before {
  content: "\f272";
}

.b-fa-calendar-plus:before {
  content: "\f271";
}

.b-fa-calendar-times:before {
  content: "\f273";
}

.b-fa-calendar-week:before {
  content: "\f784";
}

.b-fa-camera:before {
  content: "\f030";
}

.b-fa-camera-retro:before {
  content: "\f083";
}

.b-fa-campground:before {
  content: "\f6bb";
}

.b-fa-canadian-maple-leaf:before {
  content: "\f785";
}

.b-fa-candy-cane:before {
  content: "\f786";
}

.b-fa-cannabis:before {
  content: "\f55f";
}

.b-fa-capsules:before {
  content: "\f46b";
}

.b-fa-car:before {
  content: "\f1b9";
}

.b-fa-car-alt:before {
  content: "\f5de";
}

.b-fa-car-battery:before {
  content: "\f5df";
}

.b-fa-car-crash:before {
  content: "\f5e1";
}

.b-fa-car-side:before {
  content: "\f5e4";
}

.b-fa-caravan:before {
  content: "\f8ff";
}

.b-fa-caret-down:before {
  content: "\f0d7";
}

.b-fa-caret-left:before {
  content: "\f0d9";
}

.b-fa-caret-right:before {
  content: "\f0da";
}

.b-fa-caret-square-down:before {
  content: "\f150";
}

.b-fa-caret-square-left:before {
  content: "\f191";
}

.b-fa-caret-square-right:before {
  content: "\f152";
}

.b-fa-caret-square-up:before {
  content: "\f151";
}

.b-fa-caret-up:before {
  content: "\f0d8";
}

.b-fa-carrot:before {
  content: "\f787";
}

.b-fa-cart-arrow-down:before {
  content: "\f218";
}

.b-fa-cart-plus:before {
  content: "\f217";
}

.b-fa-cash-register:before {
  content: "\f788";
}

.b-fa-cat:before {
  content: "\f6be";
}

.b-fa-cc-amazon-pay:before {
  content: "\f42d";
}

.b-fa-cc-amex:before {
  content: "\f1f3";
}

.b-fa-cc-apple-pay:before {
  content: "\f416";
}

.b-fa-cc-diners-club:before {
  content: "\f24c";
}

.b-fa-cc-discover:before {
  content: "\f1f2";
}

.b-fa-cc-jcb:before {
  content: "\f24b";
}

.b-fa-cc-mastercard:before {
  content: "\f1f1";
}

.b-fa-cc-paypal:before {
  content: "\f1f4";
}

.b-fa-cc-stripe:before {
  content: "\f1f5";
}

.b-fa-cc-visa:before {
  content: "\f1f0";
}

.b-fa-centercode:before {
  content: "\f380";
}

.b-fa-centos:before {
  content: "\f789";
}

.b-fa-certificate:before {
  content: "\f0a3";
}

.b-fa-chair:before {
  content: "\f6c0";
}

.b-fa-chalkboard:before {
  content: "\f51b";
}

.b-fa-chalkboard-teacher:before {
  content: "\f51c";
}

.b-fa-charging-station:before {
  content: "\f5e7";
}

.b-fa-chart-area:before {
  content: "\f1fe";
}

.b-fa-chart-bar:before {
  content: "\f080";
}

.b-fa-chart-line:before {
  content: "\f201";
}

.b-fa-chart-pie:before {
  content: "\f200";
}

.b-fa-check:before {
  content: "\f00c";
}

.b-fa-check-circle:before {
  content: "\f058";
}

.b-fa-check-double:before {
  content: "\f560";
}

.b-fa-check-square:before {
  content: "\f14a";
}

.b-fa-cheese:before {
  content: "\f7ef";
}

.b-fa-chess:before {
  content: "\f439";
}

.b-fa-chess-bishop:before {
  content: "\f43a";
}

.b-fa-chess-board:before {
  content: "\f43c";
}

.b-fa-chess-king:before {
  content: "\f43f";
}

.b-fa-chess-knight:before {
  content: "\f441";
}

.b-fa-chess-pawn:before {
  content: "\f443";
}

.b-fa-chess-queen:before {
  content: "\f445";
}

.b-fa-chess-rook:before {
  content: "\f447";
}

.b-fa-chevron-circle-down:before {
  content: "\f13a";
}

.b-fa-chevron-circle-left:before {
  content: "\f137";
}

.b-fa-chevron-circle-right:before {
  content: "\f138";
}

.b-fa-chevron-circle-up:before {
  content: "\f139";
}

.b-fa-chevron-down:before {
  content: "\f078";
}

.b-fa-chevron-left:before {
  content: "\f053";
}

.b-fa-chevron-right:before {
  content: "\f054";
}

.b-fa-chevron-up:before {
  content: "\f077";
}

.b-fa-child:before {
  content: "\f1ae";
}

.b-fa-chrome:before {
  content: "\f268";
}

.b-fa-chromecast:before {
  content: "\f838";
}

.b-fa-church:before {
  content: "\f51d";
}

.b-fa-circle:before {
  content: "\f111";
}

.b-fa-circle-notch:before {
  content: "\f1ce";
}

.b-fa-city:before {
  content: "\f64f";
}

.b-fa-clinic-medical:before {
  content: "\f7f2";
}

.b-fa-clipboard:before {
  content: "\f328";
}

.b-fa-clipboard-check:before {
  content: "\f46c";
}

.b-fa-clipboard-list:before {
  content: "\f46d";
}

.b-fa-clock:before {
  content: "\f017";
}

.b-fa-clone:before {
  content: "\f24d";
}

.b-fa-closed-captioning:before {
  content: "\f20a";
}

.b-fa-cloud:before {
  content: "\f0c2";
}

.b-fa-cloud-download-alt:before {
  content: "\f381";
}

.b-fa-cloud-meatball:before {
  content: "\f73b";
}

.b-fa-cloud-moon:before {
  content: "\f6c3";
}

.b-fa-cloud-moon-rain:before {
  content: "\f73c";
}

.b-fa-cloud-rain:before {
  content: "\f73d";
}

.b-fa-cloud-showers-heavy:before {
  content: "\f740";
}

.b-fa-cloud-sun:before {
  content: "\f6c4";
}

.b-fa-cloud-sun-rain:before {
  content: "\f743";
}

.b-fa-cloud-upload-alt:before {
  content: "\f382";
}

.b-fa-cloudflare:before {
  content: "\e07d";
}

.b-fa-cloudscale:before {
  content: "\f383";
}

.b-fa-cloudsmith:before {
  content: "\f384";
}

.b-fa-cloudversify:before {
  content: "\f385";
}

.b-fa-cocktail:before {
  content: "\f561";
}

.b-fa-code:before {
  content: "\f121";
}

.b-fa-code-branch:before {
  content: "\f126";
}

.b-fa-codepen:before {
  content: "\f1cb";
}

.b-fa-codiepie:before {
  content: "\f284";
}

.b-fa-coffee:before {
  content: "\f0f4";
}

.b-fa-cog:before {
  content: "\f013";
}

.b-fa-cogs:before {
  content: "\f085";
}

.b-fa-coins:before {
  content: "\f51e";
}

.b-fa-columns:before {
  content: "\f0db";
}

.b-fa-comment:before {
  content: "\f075";
}

.b-fa-comment-alt:before {
  content: "\f27a";
}

.b-fa-comment-dollar:before {
  content: "\f651";
}

.b-fa-comment-dots:before {
  content: "\f4ad";
}

.b-fa-comment-medical:before {
  content: "\f7f5";
}

.b-fa-comment-slash:before {
  content: "\f4b3";
}

.b-fa-comments:before {
  content: "\f086";
}

.b-fa-comments-dollar:before {
  content: "\f653";
}

.b-fa-compact-disc:before {
  content: "\f51f";
}

.b-fa-compass:before {
  content: "\f14e";
}

.b-fa-compress:before {
  content: "\f066";
}

.b-fa-compress-alt:before {
  content: "\f422";
}

.b-fa-compress-arrows-alt:before {
  content: "\f78c";
}

.b-fa-concierge-bell:before {
  content: "\f562";
}

.b-fa-confluence:before {
  content: "\f78d";
}

.b-fa-connectdevelop:before {
  content: "\f20e";
}

.b-fa-contao:before {
  content: "\f26d";
}

.b-fa-cookie:before {
  content: "\f563";
}

.b-fa-cookie-bite:before {
  content: "\f564";
}

.b-fa-copy:before {
  content: "\f0c5";
}

.b-fa-copyright:before {
  content: "\f1f9";
}

.b-fa-cotton-bureau:before {
  content: "\f89e";
}

.b-fa-couch:before {
  content: "\f4b8";
}

.b-fa-cpanel:before {
  content: "\f388";
}

.b-fa-creative-commons:before {
  content: "\f25e";
}

.b-fa-creative-commons-by:before {
  content: "\f4e7";
}

.b-fa-creative-commons-nc:before {
  content: "\f4e8";
}

.b-fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

.b-fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

.b-fa-creative-commons-nd:before {
  content: "\f4eb";
}

.b-fa-creative-commons-pd:before {
  content: "\f4ec";
}

.b-fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

.b-fa-creative-commons-remix:before {
  content: "\f4ee";
}

.b-fa-creative-commons-sa:before {
  content: "\f4ef";
}

.b-fa-creative-commons-sampling:before {
  content: "\f4f0";
}

.b-fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

.b-fa-creative-commons-share:before {
  content: "\f4f2";
}

.b-fa-creative-commons-zero:before {
  content: "\f4f3";
}

.b-fa-credit-card:before {
  content: "\f09d";
}

.b-fa-critical-role:before {
  content: "\f6c9";
}

.b-fa-crop:before {
  content: "\f125";
}

.b-fa-crop-alt:before {
  content: "\f565";
}

.b-fa-cross:before {
  content: "\f654";
}

.b-fa-crosshairs:before {
  content: "\f05b";
}

.b-fa-crow:before {
  content: "\f520";
}

.b-fa-crown:before {
  content: "\f521";
}

.b-fa-crutch:before {
  content: "\f7f7";
}

.b-fa-css3:before {
  content: "\f13c";
}

.b-fa-css3-alt:before {
  content: "\f38b";
}

.b-fa-cube:before {
  content: "\f1b2";
}

.b-fa-cubes:before {
  content: "\f1b3";
}

.b-fa-cut:before {
  content: "\f0c4";
}

.b-fa-cuttlefish:before {
  content: "\f38c";
}

.b-fa-d-and-d:before {
  content: "\f38d";
}

.b-fa-d-and-d-beyond:before {
  content: "\f6ca";
}

.b-fa-dailymotion:before {
  content: "\e052";
}

.b-fa-dashcube:before {
  content: "\f210";
}

.b-fa-database:before {
  content: "\f1c0";
}

.b-fa-deaf:before {
  content: "\f2a4";
}

.b-fa-deezer:before {
  content: "\e077";
}

.b-fa-delicious:before {
  content: "\f1a5";
}

.b-fa-democrat:before {
  content: "\f747";
}

.b-fa-deploydog:before {
  content: "\f38e";
}

.b-fa-deskpro:before {
  content: "\f38f";
}

.b-fa-desktop:before {
  content: "\f108";
}

.b-fa-dev:before {
  content: "\f6cc";
}

.b-fa-deviantart:before {
  content: "\f1bd";
}

.b-fa-dharmachakra:before {
  content: "\f655";
}

.b-fa-dhl:before {
  content: "\f790";
}

.b-fa-diagnoses:before {
  content: "\f470";
}

.b-fa-diaspora:before {
  content: "\f791";
}

.b-fa-dice:before {
  content: "\f522";
}

.b-fa-dice-d20:before {
  content: "\f6cf";
}

.b-fa-dice-d6:before {
  content: "\f6d1";
}

.b-fa-dice-five:before {
  content: "\f523";
}

.b-fa-dice-four:before {
  content: "\f524";
}

.b-fa-dice-one:before {
  content: "\f525";
}

.b-fa-dice-six:before {
  content: "\f526";
}

.b-fa-dice-three:before {
  content: "\f527";
}

.b-fa-dice-two:before {
  content: "\f528";
}

.b-fa-digg:before {
  content: "\f1a6";
}

.b-fa-digital-ocean:before {
  content: "\f391";
}

.b-fa-digital-tachograph:before {
  content: "\f566";
}

.b-fa-directions:before {
  content: "\f5eb";
}

.b-fa-discord:before {
  content: "\f392";
}

.b-fa-discourse:before {
  content: "\f393";
}

.b-fa-disease:before {
  content: "\f7fa";
}

.b-fa-divide:before {
  content: "\f529";
}

.b-fa-dizzy:before {
  content: "\f567";
}

.b-fa-dna:before {
  content: "\f471";
}

.b-fa-dochub:before {
  content: "\f394";
}

.b-fa-docker:before {
  content: "\f395";
}

.b-fa-dog:before {
  content: "\f6d3";
}

.b-fa-dollar-sign:before {
  content: "\f155";
}

.b-fa-dolly:before {
  content: "\f472";
}

.b-fa-dolly-flatbed:before {
  content: "\f474";
}

.b-fa-donate:before {
  content: "\f4b9";
}

.b-fa-door-closed:before {
  content: "\f52a";
}

.b-fa-door-open:before {
  content: "\f52b";
}

.b-fa-dot-circle:before {
  content: "\f192";
}

.b-fa-dove:before {
  content: "\f4ba";
}

.b-fa-download:before {
  content: "\f019";
}

.b-fa-draft2digital:before {
  content: "\f396";
}

.b-fa-drafting-compass:before {
  content: "\f568";
}

.b-fa-dragon:before {
  content: "\f6d5";
}

.b-fa-draw-polygon:before {
  content: "\f5ee";
}

.b-fa-dribbble:before {
  content: "\f17d";
}

.b-fa-dribbble-square:before {
  content: "\f397";
}

.b-fa-dropbox:before {
  content: "\f16b";
}

.b-fa-drum:before {
  content: "\f569";
}

.b-fa-drum-steelpan:before {
  content: "\f56a";
}

.b-fa-drumstick-bite:before {
  content: "\f6d7";
}

.b-fa-drupal:before {
  content: "\f1a9";
}

.b-fa-dumbbell:before {
  content: "\f44b";
}

.b-fa-dumpster:before {
  content: "\f793";
}

.b-fa-dumpster-fire:before {
  content: "\f794";
}

.b-fa-dungeon:before {
  content: "\f6d9";
}

.b-fa-dyalog:before {
  content: "\f399";
}

.b-fa-earlybirds:before {
  content: "\f39a";
}

.b-fa-ebay:before {
  content: "\f4f4";
}

.b-fa-edge:before {
  content: "\f282";
}

.b-fa-edge-legacy:before {
  content: "\e078";
}

.b-fa-edit:before {
  content: "\f044";
}

.b-fa-egg:before {
  content: "\f7fb";
}

.b-fa-eject:before {
  content: "\f052";
}

.b-fa-elementor:before {
  content: "\f430";
}

.b-fa-ellipsis-h:before {
  content: "\f141";
}

.b-fa-ellipsis-v:before {
  content: "\f142";
}

.b-fa-ello:before {
  content: "\f5f1";
}

.b-fa-ember:before {
  content: "\f423";
}

.b-fa-empire:before {
  content: "\f1d1";
}

.b-fa-envelope:before {
  content: "\f0e0";
}

.b-fa-envelope-open:before {
  content: "\f2b6";
}

.b-fa-envelope-open-text:before {
  content: "\f658";
}

.b-fa-envelope-square:before {
  content: "\f199";
}

.b-fa-envira:before {
  content: "\f299";
}

.b-fa-equals:before {
  content: "\f52c";
}

.b-fa-eraser:before {
  content: "\f12d";
}

.b-fa-erlang:before {
  content: "\f39d";
}

.b-fa-ethereum:before {
  content: "\f42e";
}

.b-fa-ethernet:before {
  content: "\f796";
}

.b-fa-etsy:before {
  content: "\f2d7";
}

.b-fa-euro-sign:before {
  content: "\f153";
}

.b-fa-evernote:before {
  content: "\f839";
}

.b-fa-exchange-alt:before {
  content: "\f362";
}

.b-fa-exclamation:before {
  content: "\f12a";
}

.b-fa-exclamation-circle:before {
  content: "\f06a";
}

.b-fa-exclamation-triangle:before {
  content: "\f071";
}

.b-fa-expand:before {
  content: "\f065";
}

.b-fa-expand-alt:before {
  content: "\f424";
}

.b-fa-expand-arrows-alt:before {
  content: "\f31e";
}

.b-fa-expeditedssl:before {
  content: "\f23e";
}

.b-fa-external-link-alt:before {
  content: "\f35d";
}

.b-fa-external-link-square-alt:before {
  content: "\f360";
}

.b-fa-eye:before {
  content: "\f06e";
}

.b-fa-eye-dropper:before {
  content: "\f1fb";
}

.b-fa-eye-slash:before {
  content: "\f070";
}

.b-fa-facebook:before {
  content: "\f09a";
}

.b-fa-facebook-f:before {
  content: "\f39e";
}

.b-fa-facebook-messenger:before {
  content: "\f39f";
}

.b-fa-facebook-square:before {
  content: "\f082";
}

.b-fa-fan:before {
  content: "\f863";
}

.b-fa-fantasy-flight-games:before {
  content: "\f6dc";
}

.b-fa-fast-backward:before {
  content: "\f049";
}

.b-fa-fast-forward:before {
  content: "\f050";
}

.b-fa-faucet:before {
  content: "\e005";
}

.b-fa-fax:before {
  content: "\f1ac";
}

.b-fa-feather:before {
  content: "\f52d";
}

.b-fa-feather-alt:before {
  content: "\f56b";
}

.b-fa-fedex:before {
  content: "\f797";
}

.b-fa-fedora:before {
  content: "\f798";
}

.b-fa-female:before {
  content: "\f182";
}

.b-fa-fighter-jet:before {
  content: "\f0fb";
}

.b-fa-figma:before {
  content: "\f799";
}

.b-fa-file:before {
  content: "\f15b";
}

.b-fa-file-alt:before {
  content: "\f15c";
}

.b-fa-file-archive:before {
  content: "\f1c6";
}

.b-fa-file-audio:before {
  content: "\f1c7";
}

.b-fa-file-code:before {
  content: "\f1c9";
}

.b-fa-file-contract:before {
  content: "\f56c";
}

.b-fa-file-csv:before {
  content: "\f6dd";
}

.b-fa-file-download:before {
  content: "\f56d";
}

.b-fa-file-excel:before {
  content: "\f1c3";
}

.b-fa-file-export:before {
  content: "\f56e";
}

.b-fa-file-image:before {
  content: "\f1c5";
}

.b-fa-file-import:before {
  content: "\f56f";
}

.b-fa-file-invoice:before {
  content: "\f570";
}

.b-fa-file-invoice-dollar:before {
  content: "\f571";
}

.b-fa-file-medical:before {
  content: "\f477";
}

.b-fa-file-medical-alt:before {
  content: "\f478";
}

.b-fa-file-pdf:before {
  content: "\f1c1";
}

.b-fa-file-powerpoint:before {
  content: "\f1c4";
}

.b-fa-file-prescription:before {
  content: "\f572";
}

.b-fa-file-signature:before {
  content: "\f573";
}

.b-fa-file-upload:before {
  content: "\f574";
}

.b-fa-file-video:before {
  content: "\f1c8";
}

.b-fa-file-word:before {
  content: "\f1c2";
}

.b-fa-fill:before {
  content: "\f575";
}

.b-fa-fill-drip:before {
  content: "\f576";
}

.b-fa-film:before {
  content: "\f008";
}

.b-fa-filter:before {
  content: "\f0b0";
}

.b-fa-fingerprint:before {
  content: "\f577";
}

.b-fa-fire:before {
  content: "\f06d";
}

.b-fa-fire-alt:before {
  content: "\f7e4";
}

.b-fa-fire-extinguisher:before {
  content: "\f134";
}

.b-fa-firefox:before {
  content: "\f269";
}

.b-fa-firefox-browser:before {
  content: "\e007";
}

.b-fa-first-aid:before {
  content: "\f479";
}

.b-fa-first-order:before {
  content: "\f2b0";
}

.b-fa-first-order-alt:before {
  content: "\f50a";
}

.b-fa-firstdraft:before {
  content: "\f3a1";
}

.b-fa-fish:before {
  content: "\f578";
}

.b-fa-fist-raised:before {
  content: "\f6de";
}

.b-fa-flag:before {
  content: "\f024";
}

.b-fa-flag-checkered:before {
  content: "\f11e";
}

.b-fa-flag-usa:before {
  content: "\f74d";
}

.b-fa-flask:before {
  content: "\f0c3";
}

.b-fa-flickr:before {
  content: "\f16e";
}

.b-fa-flipboard:before {
  content: "\f44d";
}

.b-fa-flushed:before {
  content: "\f579";
}

.b-fa-fly:before {
  content: "\f417";
}

.b-fa-folder:before {
  content: "\f07b";
}

.b-fa-folder-minus:before {
  content: "\f65d";
}

.b-fa-folder-open:before {
  content: "\f07c";
}

.b-fa-folder-plus:before {
  content: "\f65e";
}

.b-fa-font:before {
  content: "\f031";
}

.b-fa-font-awesome:before {
  content: "\f2b4";
}

.b-fa-font-awesome-alt:before {
  content: "\f35c";
}

.b-fa-font-awesome-flag:before {
  content: "\f425";
}

.b-fa-font-awesome-logo-full:before {
  content: "\f4e6";
}

.b-fa-fonticons:before {
  content: "\f280";
}

.b-fa-fonticons-fi:before {
  content: "\f3a2";
}

.b-fa-football-ball:before {
  content: "\f44e";
}

.b-fa-fort-awesome:before {
  content: "\f286";
}

.b-fa-fort-awesome-alt:before {
  content: "\f3a3";
}

.b-fa-forumbee:before {
  content: "\f211";
}

.b-fa-forward:before {
  content: "\f04e";
}

.b-fa-foursquare:before {
  content: "\f180";
}

.b-fa-free-code-camp:before {
  content: "\f2c5";
}

.b-fa-freebsd:before {
  content: "\f3a4";
}

.b-fa-frog:before {
  content: "\f52e";
}

.b-fa-frown:before {
  content: "\f119";
}

.b-fa-frown-open:before {
  content: "\f57a";
}

.b-fa-fulcrum:before {
  content: "\f50b";
}

.b-fa-funnel-dollar:before {
  content: "\f662";
}

.b-fa-futbol:before {
  content: "\f1e3";
}

.b-fa-galactic-republic:before {
  content: "\f50c";
}

.b-fa-galactic-senate:before {
  content: "\f50d";
}

.b-fa-gamepad:before {
  content: "\f11b";
}

.b-fa-gas-pump:before {
  content: "\f52f";
}

.b-fa-gavel:before {
  content: "\f0e3";
}

.b-fa-gem:before {
  content: "\f3a5";
}

.b-fa-genderless:before {
  content: "\f22d";
}

.b-fa-get-pocket:before {
  content: "\f265";
}

.b-fa-gg:before {
  content: "\f260";
}

.b-fa-gg-circle:before {
  content: "\f261";
}

.b-fa-ghost:before {
  content: "\f6e2";
}

.b-fa-gift:before {
  content: "\f06b";
}

.b-fa-gifts:before {
  content: "\f79c";
}

.b-fa-git:before {
  content: "\f1d3";
}

.b-fa-git-alt:before {
  content: "\f841";
}

.b-fa-git-square:before {
  content: "\f1d2";
}

.b-fa-github:before {
  content: "\f09b";
}

.b-fa-github-alt:before {
  content: "\f113";
}

.b-fa-github-square:before {
  content: "\f092";
}

.b-fa-gitkraken:before {
  content: "\f3a6";
}

.b-fa-gitlab:before {
  content: "\f296";
}

.b-fa-gitter:before {
  content: "\f426";
}

.b-fa-glass-cheers:before {
  content: "\f79f";
}

.b-fa-glass-martini:before {
  content: "\f000";
}

.b-fa-glass-martini-alt:before {
  content: "\f57b";
}

.b-fa-glass-whiskey:before {
  content: "\f7a0";
}

.b-fa-glasses:before {
  content: "\f530";
}

.b-fa-glide:before {
  content: "\f2a5";
}

.b-fa-glide-g:before {
  content: "\f2a6";
}

.b-fa-globe:before {
  content: "\f0ac";
}

.b-fa-globe-africa:before {
  content: "\f57c";
}

.b-fa-globe-americas:before {
  content: "\f57d";
}

.b-fa-globe-asia:before {
  content: "\f57e";
}

.b-fa-globe-europe:before {
  content: "\f7a2";
}

.b-fa-gofore:before {
  content: "\f3a7";
}

.b-fa-golf-ball:before {
  content: "\f450";
}

.b-fa-goodreads:before {
  content: "\f3a8";
}

.b-fa-goodreads-g:before {
  content: "\f3a9";
}

.b-fa-google:before {
  content: "\f1a0";
}

.b-fa-google-drive:before {
  content: "\f3aa";
}

.b-fa-google-pay:before {
  content: "\e079";
}

.b-fa-google-play:before {
  content: "\f3ab";
}

.b-fa-google-plus:before {
  content: "\f2b3";
}

.b-fa-google-plus-g:before {
  content: "\f0d5";
}

.b-fa-google-plus-square:before {
  content: "\f0d4";
}

.b-fa-google-wallet:before {
  content: "\f1ee";
}

.b-fa-gopuram:before {
  content: "\f664";
}

.b-fa-graduation-cap:before {
  content: "\f19d";
}

.b-fa-gratipay:before {
  content: "\f184";
}

.b-fa-grav:before {
  content: "\f2d6";
}

.b-fa-greater-than:before {
  content: "\f531";
}

.b-fa-greater-than-equal:before {
  content: "\f532";
}

.b-fa-grimace:before {
  content: "\f57f";
}

.b-fa-grin:before {
  content: "\f580";
}

.b-fa-grin-alt:before {
  content: "\f581";
}

.b-fa-grin-beam:before {
  content: "\f582";
}

.b-fa-grin-beam-sweat:before {
  content: "\f583";
}

.b-fa-grin-hearts:before {
  content: "\f584";
}

.b-fa-grin-squint:before {
  content: "\f585";
}

.b-fa-grin-squint-tears:before {
  content: "\f586";
}

.b-fa-grin-stars:before {
  content: "\f587";
}

.b-fa-grin-tears:before {
  content: "\f588";
}

.b-fa-grin-tongue:before {
  content: "\f589";
}

.b-fa-grin-tongue-squint:before {
  content: "\f58a";
}

.b-fa-grin-tongue-wink:before {
  content: "\f58b";
}

.b-fa-grin-wink:before {
  content: "\f58c";
}

.b-fa-grip-horizontal:before {
  content: "\f58d";
}

.b-fa-grip-lines:before {
  content: "\f7a4";
}

.b-fa-grip-lines-vertical:before {
  content: "\f7a5";
}

.b-fa-grip-vertical:before {
  content: "\f58e";
}

.b-fa-gripfire:before {
  content: "\f3ac";
}

.b-fa-grunt:before {
  content: "\f3ad";
}

.b-fa-guilded:before {
  content: "\e07e";
}

.b-fa-guitar:before {
  content: "\f7a6";
}

.b-fa-gulp:before {
  content: "\f3ae";
}

.b-fa-h-square:before {
  content: "\f0fd";
}

.b-fa-hacker-news:before {
  content: "\f1d4";
}

.b-fa-hacker-news-square:before {
  content: "\f3af";
}

.b-fa-hackerrank:before {
  content: "\f5f7";
}

.b-fa-hamburger:before {
  content: "\f805";
}

.b-fa-hammer:before {
  content: "\f6e3";
}

.b-fa-hamsa:before {
  content: "\f665";
}

.b-fa-hand-holding:before {
  content: "\f4bd";
}

.b-fa-hand-holding-heart:before {
  content: "\f4be";
}

.b-fa-hand-holding-medical:before {
  content: "\e05c";
}

.b-fa-hand-holding-usd:before {
  content: "\f4c0";
}

.b-fa-hand-holding-water:before {
  content: "\f4c1";
}

.b-fa-hand-lizard:before {
  content: "\f258";
}

.b-fa-hand-middle-finger:before {
  content: "\f806";
}

.b-fa-hand-paper:before {
  content: "\f256";
}

.b-fa-hand-peace:before {
  content: "\f25b";
}

.b-fa-hand-point-down:before {
  content: "\f0a7";
}

.b-fa-hand-point-left:before {
  content: "\f0a5";
}

.b-fa-hand-point-right:before {
  content: "\f0a4";
}

.b-fa-hand-point-up:before {
  content: "\f0a6";
}

.b-fa-hand-pointer:before {
  content: "\f25a";
}

.b-fa-hand-rock:before {
  content: "\f255";
}

.b-fa-hand-scissors:before {
  content: "\f257";
}

.b-fa-hand-sparkles:before {
  content: "\e05d";
}

.b-fa-hand-spock:before {
  content: "\f259";
}

.b-fa-hands:before {
  content: "\f4c2";
}

.b-fa-hands-helping:before {
  content: "\f4c4";
}

.b-fa-hands-wash:before {
  content: "\e05e";
}

.b-fa-handshake:before {
  content: "\f2b5";
}

.b-fa-handshake-alt-slash:before {
  content: "\e05f";
}

.b-fa-handshake-slash:before {
  content: "\e060";
}

.b-fa-hanukiah:before {
  content: "\f6e6";
}

.b-fa-hard-hat:before {
  content: "\f807";
}

.b-fa-hashtag:before {
  content: "\f292";
}

.b-fa-hat-cowboy:before {
  content: "\f8c0";
}

.b-fa-hat-cowboy-side:before {
  content: "\f8c1";
}

.b-fa-hat-wizard:before {
  content: "\f6e8";
}

.b-fa-hdd:before {
  content: "\f0a0";
}

.b-fa-head-side-cough:before {
  content: "\e061";
}

.b-fa-head-side-cough-slash:before {
  content: "\e062";
}

.b-fa-head-side-mask:before {
  content: "\e063";
}

.b-fa-head-side-virus:before {
  content: "\e064";
}

.b-fa-heading:before {
  content: "\f1dc";
}

.b-fa-headphones:before {
  content: "\f025";
}

.b-fa-headphones-alt:before {
  content: "\f58f";
}

.b-fa-headset:before {
  content: "\f590";
}

.b-fa-heart:before {
  content: "\f004";
}

.b-fa-heart-broken:before {
  content: "\f7a9";
}

.b-fa-heartbeat:before {
  content: "\f21e";
}

.b-fa-helicopter:before {
  content: "\f533";
}

.b-fa-highlighter:before {
  content: "\f591";
}

.b-fa-hiking:before {
  content: "\f6ec";
}

.b-fa-hippo:before {
  content: "\f6ed";
}

.b-fa-hips:before {
  content: "\f452";
}

.b-fa-hire-a-helper:before {
  content: "\f3b0";
}

.b-fa-history:before {
  content: "\f1da";
}

.b-fa-hive:before {
  content: "\e07f";
}

.b-fa-hockey-puck:before {
  content: "\f453";
}

.b-fa-holly-berry:before {
  content: "\f7aa";
}

.b-fa-home:before {
  content: "\f015";
}

.b-fa-hooli:before {
  content: "\f427";
}

.b-fa-hornbill:before {
  content: "\f592";
}

.b-fa-horse:before {
  content: "\f6f0";
}

.b-fa-horse-head:before {
  content: "\f7ab";
}

.b-fa-hospital:before {
  content: "\f0f8";
}

.b-fa-hospital-alt:before {
  content: "\f47d";
}

.b-fa-hospital-symbol:before {
  content: "\f47e";
}

.b-fa-hospital-user:before {
  content: "\f80d";
}

.b-fa-hot-tub:before {
  content: "\f593";
}

.b-fa-hotdog:before {
  content: "\f80f";
}

.b-fa-hotel:before {
  content: "\f594";
}

.b-fa-hotjar:before {
  content: "\f3b1";
}

.b-fa-hourglass:before {
  content: "\f254";
}

.b-fa-hourglass-end:before {
  content: "\f253";
}

.b-fa-hourglass-half:before {
  content: "\f252";
}

.b-fa-hourglass-start:before {
  content: "\f251";
}

.b-fa-house-damage:before {
  content: "\f6f1";
}

.b-fa-house-user:before {
  content: "\e065";
}

.b-fa-houzz:before {
  content: "\f27c";
}

.b-fa-hryvnia:before {
  content: "\f6f2";
}

.b-fa-html5:before {
  content: "\f13b";
}

.b-fa-hubspot:before {
  content: "\f3b2";
}

.b-fa-i-cursor:before {
  content: "\f246";
}

.b-fa-ice-cream:before {
  content: "\f810";
}

.b-fa-icicles:before {
  content: "\f7ad";
}

.b-fa-icons:before {
  content: "\f86d";
}

.b-fa-id-badge:before {
  content: "\f2c1";
}

.b-fa-id-card:before {
  content: "\f2c2";
}

.b-fa-id-card-alt:before {
  content: "\f47f";
}

.b-fa-ideal:before {
  content: "\e013";
}

.b-fa-igloo:before {
  content: "\f7ae";
}

.b-fa-image:before {
  content: "\f03e";
}

.b-fa-images:before {
  content: "\f302";
}

.b-fa-imdb:before {
  content: "\f2d8";
}

.b-fa-inbox:before {
  content: "\f01c";
}

.b-fa-indent:before {
  content: "\f03c";
}

.b-fa-industry:before {
  content: "\f275";
}

.b-fa-infinity:before {
  content: "\f534";
}

.b-fa-info:before {
  content: "\f129";
}

.b-fa-info-circle:before {
  content: "\f05a";
}

.b-fa-innosoft:before {
  content: "\e080";
}

.b-fa-instagram:before {
  content: "\f16d";
}

.b-fa-instagram-square:before {
  content: "\e055";
}

.b-fa-instalod:before {
  content: "\e081";
}

.b-fa-intercom:before {
  content: "\f7af";
}

.b-fa-internet-explorer:before {
  content: "\f26b";
}

.b-fa-invision:before {
  content: "\f7b0";
}

.b-fa-ioxhost:before {
  content: "\f208";
}

.b-fa-italic:before {
  content: "\f033";
}

.b-fa-itch-io:before {
  content: "\f83a";
}

.b-fa-itunes:before {
  content: "\f3b4";
}

.b-fa-itunes-note:before {
  content: "\f3b5";
}

.b-fa-java:before {
  content: "\f4e4";
}

.b-fa-jedi:before {
  content: "\f669";
}

.b-fa-jedi-order:before {
  content: "\f50e";
}

.b-fa-jenkins:before {
  content: "\f3b6";
}

.b-fa-jira:before {
  content: "\f7b1";
}

.b-fa-joget:before {
  content: "\f3b7";
}

.b-fa-joint:before {
  content: "\f595";
}

.b-fa-joomla:before {
  content: "\f1aa";
}

.b-fa-journal-whills:before {
  content: "\f66a";
}

.b-fa-js:before {
  content: "\f3b8";
}

.b-fa-js-square:before {
  content: "\f3b9";
}

.b-fa-jsfiddle:before {
  content: "\f1cc";
}

.b-fa-kaaba:before {
  content: "\f66b";
}

.b-fa-kaggle:before {
  content: "\f5fa";
}

.b-fa-key:before {
  content: "\f084";
}

.b-fa-keybase:before {
  content: "\f4f5";
}

.b-fa-keyboard:before {
  content: "\f11c";
}

.b-fa-keycdn:before {
  content: "\f3ba";
}

.b-fa-khanda:before {
  content: "\f66d";
}

.b-fa-kickstarter:before {
  content: "\f3bb";
}

.b-fa-kickstarter-k:before {
  content: "\f3bc";
}

.b-fa-kiss:before {
  content: "\f596";
}

.b-fa-kiss-beam:before {
  content: "\f597";
}

.b-fa-kiss-wink-heart:before {
  content: "\f598";
}

.b-fa-kiwi-bird:before {
  content: "\f535";
}

.b-fa-korvue:before {
  content: "\f42f";
}

.b-fa-landmark:before {
  content: "\f66f";
}

.b-fa-language:before {
  content: "\f1ab";
}

.b-fa-laptop:before {
  content: "\f109";
}

.b-fa-laptop-code:before {
  content: "\f5fc";
}

.b-fa-laptop-house:before {
  content: "\e066";
}

.b-fa-laptop-medical:before {
  content: "\f812";
}

.b-fa-laravel:before {
  content: "\f3bd";
}

.b-fa-lastfm:before {
  content: "\f202";
}

.b-fa-lastfm-square:before {
  content: "\f203";
}

.b-fa-laugh:before {
  content: "\f599";
}

.b-fa-laugh-beam:before {
  content: "\f59a";
}

.b-fa-laugh-squint:before {
  content: "\f59b";
}

.b-fa-laugh-wink:before {
  content: "\f59c";
}

.b-fa-layer-group:before {
  content: "\f5fd";
}

.b-fa-leaf:before {
  content: "\f06c";
}

.b-fa-leanpub:before {
  content: "\f212";
}

.b-fa-lemon:before {
  content: "\f094";
}

.b-fa-less:before {
  content: "\f41d";
}

.b-fa-less-than:before {
  content: "\f536";
}

.b-fa-less-than-equal:before {
  content: "\f537";
}

.b-fa-level-down-alt:before {
  content: "\f3be";
}

.b-fa-level-up-alt:before {
  content: "\f3bf";
}

.b-fa-life-ring:before {
  content: "\f1cd";
}

.b-fa-lightbulb:before {
  content: "\f0eb";
}

.b-fa-line:before {
  content: "\f3c0";
}

.b-fa-link:before {
  content: "\f0c1";
}

.b-fa-linkedin:before {
  content: "\f08c";
}

.b-fa-linkedin-in:before {
  content: "\f0e1";
}

.b-fa-linode:before {
  content: "\f2b8";
}

.b-fa-linux:before {
  content: "\f17c";
}

.b-fa-lira-sign:before {
  content: "\f195";
}

.b-fa-list:before {
  content: "\f03a";
}

.b-fa-list-alt:before {
  content: "\f022";
}

.b-fa-list-ol:before {
  content: "\f0cb";
}

.b-fa-list-ul:before {
  content: "\f0ca";
}

.b-fa-location-arrow:before {
  content: "\f124";
}

.b-fa-lock:before {
  content: "\f023";
}

.b-fa-lock-open:before {
  content: "\f3c1";
}

.b-fa-long-arrow-alt-down:before {
  content: "\f309";
}

.b-fa-long-arrow-alt-left:before {
  content: "\f30a";
}

.b-fa-long-arrow-alt-right:before {
  content: "\f30b";
}

.b-fa-long-arrow-alt-up:before {
  content: "\f30c";
}

.b-fa-low-vision:before {
  content: "\f2a8";
}

.b-fa-luggage-cart:before {
  content: "\f59d";
}

.b-fa-lungs:before {
  content: "\f604";
}

.b-fa-lungs-virus:before {
  content: "\e067";
}

.b-fa-lyft:before {
  content: "\f3c3";
}

.b-fa-magento:before {
  content: "\f3c4";
}

.b-fa-magic:before {
  content: "\f0d0";
}

.b-fa-magnet:before {
  content: "\f076";
}

.b-fa-mail-bulk:before {
  content: "\f674";
}

.b-fa-mailchimp:before {
  content: "\f59e";
}

.b-fa-male:before {
  content: "\f183";
}

.b-fa-mandalorian:before {
  content: "\f50f";
}

.b-fa-map:before {
  content: "\f279";
}

.b-fa-map-marked:before {
  content: "\f59f";
}

.b-fa-map-marked-alt:before {
  content: "\f5a0";
}

.b-fa-map-marker:before {
  content: "\f041";
}

.b-fa-map-marker-alt:before {
  content: "\f3c5";
}

.b-fa-map-pin:before {
  content: "\f276";
}

.b-fa-map-signs:before {
  content: "\f277";
}

.b-fa-markdown:before {
  content: "\f60f";
}

.b-fa-marker:before {
  content: "\f5a1";
}

.b-fa-mars:before {
  content: "\f222";
}

.b-fa-mars-double:before {
  content: "\f227";
}

.b-fa-mars-stroke:before {
  content: "\f229";
}

.b-fa-mars-stroke-h:before {
  content: "\f22b";
}

.b-fa-mars-stroke-v:before {
  content: "\f22a";
}

.b-fa-mask:before {
  content: "\f6fa";
}

.b-fa-mastodon:before {
  content: "\f4f6";
}

.b-fa-maxcdn:before {
  content: "\f136";
}

.b-fa-mdb:before {
  content: "\f8ca";
}

.b-fa-medal:before {
  content: "\f5a2";
}

.b-fa-medapps:before {
  content: "\f3c6";
}

.b-fa-medium:before {
  content: "\f23a";
}

.b-fa-medium-m:before {
  content: "\f3c7";
}

.b-fa-medkit:before {
  content: "\f0fa";
}

.b-fa-medrt:before {
  content: "\f3c8";
}

.b-fa-meetup:before {
  content: "\f2e0";
}

.b-fa-megaport:before {
  content: "\f5a3";
}

.b-fa-meh:before {
  content: "\f11a";
}

.b-fa-meh-blank:before {
  content: "\f5a4";
}

.b-fa-meh-rolling-eyes:before {
  content: "\f5a5";
}

.b-fa-memory:before {
  content: "\f538";
}

.b-fa-mendeley:before {
  content: "\f7b3";
}

.b-fa-menorah:before {
  content: "\f676";
}

.b-fa-mercury:before {
  content: "\f223";
}

.b-fa-meteor:before {
  content: "\f753";
}

.b-fa-microblog:before {
  content: "\e01a";
}

.b-fa-microchip:before {
  content: "\f2db";
}

.b-fa-microphone:before {
  content: "\f130";
}

.b-fa-microphone-alt:before {
  content: "\f3c9";
}

.b-fa-microphone-alt-slash:before {
  content: "\f539";
}

.b-fa-microphone-slash:before {
  content: "\f131";
}

.b-fa-microscope:before {
  content: "\f610";
}

.b-fa-microsoft:before {
  content: "\f3ca";
}

.b-fa-minus:before {
  content: "\f068";
}

.b-fa-minus-circle:before {
  content: "\f056";
}

.b-fa-minus-square:before {
  content: "\f146";
}

.b-fa-mitten:before {
  content: "\f7b5";
}

.b-fa-mix:before {
  content: "\f3cb";
}

.b-fa-mixcloud:before {
  content: "\f289";
}

.b-fa-mixer:before {
  content: "\e056";
}

.b-fa-mizuni:before {
  content: "\f3cc";
}

.b-fa-mobile:before {
  content: "\f10b";
}

.b-fa-mobile-alt:before {
  content: "\f3cd";
}

.b-fa-modx:before {
  content: "\f285";
}

.b-fa-monero:before {
  content: "\f3d0";
}

.b-fa-money-bill:before {
  content: "\f0d6";
}

.b-fa-money-bill-alt:before {
  content: "\f3d1";
}

.b-fa-money-bill-wave:before {
  content: "\f53a";
}

.b-fa-money-bill-wave-alt:before {
  content: "\f53b";
}

.b-fa-money-check:before {
  content: "\f53c";
}

.b-fa-money-check-alt:before {
  content: "\f53d";
}

.b-fa-monument:before {
  content: "\f5a6";
}

.b-fa-moon:before {
  content: "\f186";
}

.b-fa-mortar-pestle:before {
  content: "\f5a7";
}

.b-fa-mosque:before {
  content: "\f678";
}

.b-fa-motorcycle:before {
  content: "\f21c";
}

.b-fa-mountain:before {
  content: "\f6fc";
}

.b-fa-mouse:before {
  content: "\f8cc";
}

.b-fa-mouse-pointer:before {
  content: "\f245";
}

.b-fa-mug-hot:before {
  content: "\f7b6";
}

.b-fa-music:before {
  content: "\f001";
}

.b-fa-napster:before {
  content: "\f3d2";
}

.b-fa-neos:before {
  content: "\f612";
}

.b-fa-network-wired:before {
  content: "\f6ff";
}

.b-fa-neuter:before {
  content: "\f22c";
}

.b-fa-newspaper:before {
  content: "\f1ea";
}

.b-fa-nimblr:before {
  content: "\f5a8";
}

.b-fa-node:before {
  content: "\f419";
}

.b-fa-node-js:before {
  content: "\f3d3";
}

.b-fa-not-equal:before {
  content: "\f53e";
}

.b-fa-notes-medical:before {
  content: "\f481";
}

.b-fa-npm:before {
  content: "\f3d4";
}

.b-fa-ns8:before {
  content: "\f3d5";
}

.b-fa-nutritionix:before {
  content: "\f3d6";
}

.b-fa-object-group:before {
  content: "\f247";
}

.b-fa-object-ungroup:before {
  content: "\f248";
}

.b-fa-octopus-deploy:before {
  content: "\e082";
}

.b-fa-odnoklassniki:before {
  content: "\f263";
}

.b-fa-odnoklassniki-square:before {
  content: "\f264";
}

.b-fa-oil-can:before {
  content: "\f613";
}

.b-fa-old-republic:before {
  content: "\f510";
}

.b-fa-om:before {
  content: "\f679";
}

.b-fa-opencart:before {
  content: "\f23d";
}

.b-fa-openid:before {
  content: "\f19b";
}

.b-fa-opera:before {
  content: "\f26a";
}

.b-fa-optin-monster:before {
  content: "\f23c";
}

.b-fa-orcid:before {
  content: "\f8d2";
}

.b-fa-osi:before {
  content: "\f41a";
}

.b-fa-otter:before {
  content: "\f700";
}

.b-fa-outdent:before {
  content: "\f03b";
}

.b-fa-page4:before {
  content: "\f3d7";
}

.b-fa-pagelines:before {
  content: "\f18c";
}

.b-fa-pager:before {
  content: "\f815";
}

.b-fa-paint-brush:before {
  content: "\f1fc";
}

.b-fa-paint-roller:before {
  content: "\f5aa";
}

.b-fa-palette:before {
  content: "\f53f";
}

.b-fa-palfed:before {
  content: "\f3d8";
}

.b-fa-pallet:before {
  content: "\f482";
}

.b-fa-paper-plane:before {
  content: "\f1d8";
}

.b-fa-paperclip:before {
  content: "\f0c6";
}

.b-fa-parachute-box:before {
  content: "\f4cd";
}

.b-fa-paragraph:before {
  content: "\f1dd";
}

.b-fa-parking:before {
  content: "\f540";
}

.b-fa-passport:before {
  content: "\f5ab";
}

.b-fa-pastafarianism:before {
  content: "\f67b";
}

.b-fa-paste:before {
  content: "\f0ea";
}

.b-fa-patreon:before {
  content: "\f3d9";
}

.b-fa-pause:before {
  content: "\f04c";
}

.b-fa-pause-circle:before {
  content: "\f28b";
}

.b-fa-paw:before {
  content: "\f1b0";
}

.b-fa-paypal:before {
  content: "\f1ed";
}

.b-fa-peace:before {
  content: "\f67c";
}

.b-fa-pen:before {
  content: "\f304";
}

.b-fa-pen-alt:before {
  content: "\f305";
}

.b-fa-pen-fancy:before {
  content: "\f5ac";
}

.b-fa-pen-nib:before {
  content: "\f5ad";
}

.b-fa-pen-square:before {
  content: "\f14b";
}

.b-fa-pencil-alt:before {
  content: "\f303";
}

.b-fa-pencil-ruler:before {
  content: "\f5ae";
}

.b-fa-penny-arcade:before {
  content: "\f704";
}

.b-fa-people-arrows:before {
  content: "\e068";
}

.b-fa-people-carry:before {
  content: "\f4ce";
}

.b-fa-pepper-hot:before {
  content: "\f816";
}

.b-fa-perbyte:before {
  content: "\e083";
}

.b-fa-percent:before {
  content: "\f295";
}

.b-fa-percentage:before {
  content: "\f541";
}

.b-fa-periscope:before {
  content: "\f3da";
}

.b-fa-person-booth:before {
  content: "\f756";
}

.b-fa-phabricator:before {
  content: "\f3db";
}

.b-fa-phoenix-framework:before {
  content: "\f3dc";
}

.b-fa-phoenix-squadron:before {
  content: "\f511";
}

.b-fa-phone:before {
  content: "\f095";
}

.b-fa-phone-alt:before {
  content: "\f879";
}

.b-fa-phone-slash:before {
  content: "\f3dd";
}

.b-fa-phone-square:before {
  content: "\f098";
}

.b-fa-phone-square-alt:before {
  content: "\f87b";
}

.b-fa-phone-volume:before {
  content: "\f2a0";
}

.b-fa-photo-video:before {
  content: "\f87c";
}

.b-fa-php:before {
  content: "\f457";
}

.b-fa-pied-piper:before {
  content: "\f2ae";
}

.b-fa-pied-piper-alt:before {
  content: "\f1a8";
}

.b-fa-pied-piper-hat:before {
  content: "\f4e5";
}

.b-fa-pied-piper-pp:before {
  content: "\f1a7";
}

.b-fa-pied-piper-square:before {
  content: "\e01e";
}

.b-fa-piggy-bank:before {
  content: "\f4d3";
}

.b-fa-pills:before {
  content: "\f484";
}

.b-fa-pinterest:before {
  content: "\f0d2";
}

.b-fa-pinterest-p:before {
  content: "\f231";
}

.b-fa-pinterest-square:before {
  content: "\f0d3";
}

.b-fa-pizza-slice:before {
  content: "\f818";
}

.b-fa-place-of-worship:before {
  content: "\f67f";
}

.b-fa-plane:before {
  content: "\f072";
}

.b-fa-plane-arrival:before {
  content: "\f5af";
}

.b-fa-plane-departure:before {
  content: "\f5b0";
}

.b-fa-plane-slash:before {
  content: "\e069";
}

.b-fa-play:before {
  content: "\f04b";
}

.b-fa-play-circle:before {
  content: "\f144";
}

.b-fa-playstation:before {
  content: "\f3df";
}

.b-fa-plug:before {
  content: "\f1e6";
}

.b-fa-plus:before {
  content: "\f067";
}

.b-fa-plus-circle:before {
  content: "\f055";
}

.b-fa-plus-square:before {
  content: "\f0fe";
}

.b-fa-podcast:before {
  content: "\f2ce";
}

.b-fa-poll:before {
  content: "\f681";
}

.b-fa-poll-h:before {
  content: "\f682";
}

.b-fa-poo:before {
  content: "\f2fe";
}

.b-fa-poo-storm:before {
  content: "\f75a";
}

.b-fa-poop:before {
  content: "\f619";
}

.b-fa-portrait:before {
  content: "\f3e0";
}

.b-fa-pound-sign:before {
  content: "\f154";
}

.b-fa-power-off:before {
  content: "\f011";
}

.b-fa-pray:before {
  content: "\f683";
}

.b-fa-praying-hands:before {
  content: "\f684";
}

.b-fa-prescription:before {
  content: "\f5b1";
}

.b-fa-prescription-bottle:before {
  content: "\f485";
}

.b-fa-prescription-bottle-alt:before {
  content: "\f486";
}

.b-fa-print:before {
  content: "\f02f";
}

.b-fa-procedures:before {
  content: "\f487";
}

.b-fa-product-hunt:before {
  content: "\f288";
}

.b-fa-project-diagram:before {
  content: "\f542";
}

.b-fa-pump-medical:before {
  content: "\e06a";
}

.b-fa-pump-soap:before {
  content: "\e06b";
}

.b-fa-pushed:before {
  content: "\f3e1";
}

.b-fa-puzzle-piece:before {
  content: "\f12e";
}

.b-fa-python:before {
  content: "\f3e2";
}

.b-fa-qq:before {
  content: "\f1d6";
}

.b-fa-qrcode:before {
  content: "\f029";
}

.b-fa-question:before {
  content: "\f128";
}

.b-fa-question-circle:before {
  content: "\f059";
}

.b-fa-quidditch:before {
  content: "\f458";
}

.b-fa-quinscape:before {
  content: "\f459";
}

.b-fa-quora:before {
  content: "\f2c4";
}

.b-fa-quote-left:before {
  content: "\f10d";
}

.b-fa-quote-right:before {
  content: "\f10e";
}

.b-fa-quran:before {
  content: "\f687";
}

.b-fa-r-project:before {
  content: "\f4f7";
}

.b-fa-radiation:before {
  content: "\f7b9";
}

.b-fa-radiation-alt:before {
  content: "\f7ba";
}

.b-fa-rainbow:before {
  content: "\f75b";
}

.b-fa-random:before {
  content: "\f074";
}

.b-fa-raspberry-pi:before {
  content: "\f7bb";
}

.b-fa-ravelry:before {
  content: "\f2d9";
}

.b-fa-react:before {
  content: "\f41b";
}

.b-fa-reacteurope:before {
  content: "\f75d";
}

.b-fa-readme:before {
  content: "\f4d5";
}

.b-fa-rebel:before {
  content: "\f1d0";
}

.b-fa-receipt:before {
  content: "\f543";
}

.b-fa-record-vinyl:before {
  content: "\f8d9";
}

.b-fa-recycle:before {
  content: "\f1b8";
}

.b-fa-red-river:before {
  content: "\f3e3";
}

.b-fa-reddit:before {
  content: "\f1a1";
}

.b-fa-reddit-alien:before {
  content: "\f281";
}

.b-fa-reddit-square:before {
  content: "\f1a2";
}

.b-fa-redhat:before {
  content: "\f7bc";
}

.b-fa-redo:before {
  content: "\f01e";
}

.b-fa-redo-alt:before {
  content: "\f2f9";
}

.b-fa-registered:before {
  content: "\f25d";
}

.b-fa-remove-format:before {
  content: "\f87d";
}

.b-fa-renren:before {
  content: "\f18b";
}

.b-fa-reply:before {
  content: "\f3e5";
}

.b-fa-reply-all:before {
  content: "\f122";
}

.b-fa-replyd:before {
  content: "\f3e6";
}

.b-fa-republican:before {
  content: "\f75e";
}

.b-fa-researchgate:before {
  content: "\f4f8";
}

.b-fa-resolving:before {
  content: "\f3e7";
}

.b-fa-restroom:before {
  content: "\f7bd";
}

.b-fa-retweet:before {
  content: "\f079";
}

.b-fa-rev:before {
  content: "\f5b2";
}

.b-fa-ribbon:before {
  content: "\f4d6";
}

.b-fa-ring:before {
  content: "\f70b";
}

.b-fa-road:before {
  content: "\f018";
}

.b-fa-robot:before {
  content: "\f544";
}

.b-fa-rocket:before {
  content: "\f135";
}

.b-fa-rocketchat:before {
  content: "\f3e8";
}

.b-fa-rockrms:before {
  content: "\f3e9";
}

.b-fa-route:before {
  content: "\f4d7";
}

.b-fa-rss:before {
  content: "\f09e";
}

.b-fa-rss-square:before {
  content: "\f143";
}

.b-fa-ruble-sign:before {
  content: "\f158";
}

.b-fa-ruler:before {
  content: "\f545";
}

.b-fa-ruler-combined:before {
  content: "\f546";
}

.b-fa-ruler-horizontal:before {
  content: "\f547";
}

.b-fa-ruler-vertical:before {
  content: "\f548";
}

.b-fa-running:before {
  content: "\f70c";
}

.b-fa-rupee-sign:before {
  content: "\f156";
}

.b-fa-rust:before {
  content: "\e07a";
}

.b-fa-sad-cry:before {
  content: "\f5b3";
}

.b-fa-sad-tear:before {
  content: "\f5b4";
}

.b-fa-safari:before {
  content: "\f267";
}

.b-fa-salesforce:before {
  content: "\f83b";
}

.b-fa-sass:before {
  content: "\f41e";
}

.b-fa-satellite:before {
  content: "\f7bf";
}

.b-fa-satellite-dish:before {
  content: "\f7c0";
}

.b-fa-save:before {
  content: "\f0c7";
}

.b-fa-schlix:before {
  content: "\f3ea";
}

.b-fa-school:before {
  content: "\f549";
}

.b-fa-screwdriver:before {
  content: "\f54a";
}

.b-fa-scribd:before {
  content: "\f28a";
}

.b-fa-scroll:before {
  content: "\f70e";
}

.b-fa-sd-card:before {
  content: "\f7c2";
}

.b-fa-search:before {
  content: "\f002";
}

.b-fa-search-dollar:before {
  content: "\f688";
}

.b-fa-search-location:before {
  content: "\f689";
}

.b-fa-search-minus:before {
  content: "\f010";
}

.b-fa-search-plus:before {
  content: "\f00e";
}

.b-fa-searchengin:before {
  content: "\f3eb";
}

.b-fa-seedling:before {
  content: "\f4d8";
}

.b-fa-sellcast:before {
  content: "\f2da";
}

.b-fa-sellsy:before {
  content: "\f213";
}

.b-fa-server:before {
  content: "\f233";
}

.b-fa-servicestack:before {
  content: "\f3ec";
}

.b-fa-shapes:before {
  content: "\f61f";
}

.b-fa-share:before {
  content: "\f064";
}

.b-fa-share-alt:before {
  content: "\f1e0";
}

.b-fa-share-alt-square:before {
  content: "\f1e1";
}

.b-fa-share-square:before {
  content: "\f14d";
}

.b-fa-shekel-sign:before {
  content: "\f20b";
}

.b-fa-shield-alt:before {
  content: "\f3ed";
}

.b-fa-shield-virus:before {
  content: "\e06c";
}

.b-fa-ship:before {
  content: "\f21a";
}

.b-fa-shipping-fast:before {
  content: "\f48b";
}

.b-fa-shirtsinbulk:before {
  content: "\f214";
}

.b-fa-shoe-prints:before {
  content: "\f54b";
}

.b-fa-shopify:before {
  content: "\e057";
}

.b-fa-shopping-bag:before {
  content: "\f290";
}

.b-fa-shopping-basket:before {
  content: "\f291";
}

.b-fa-shopping-cart:before {
  content: "\f07a";
}

.b-fa-shopware:before {
  content: "\f5b5";
}

.b-fa-shower:before {
  content: "\f2cc";
}

.b-fa-shuttle-van:before {
  content: "\f5b6";
}

.b-fa-sign:before {
  content: "\f4d9";
}

.b-fa-sign-in-alt:before {
  content: "\f2f6";
}

.b-fa-sign-language:before {
  content: "\f2a7";
}

.b-fa-sign-out-alt:before {
  content: "\f2f5";
}

.b-fa-signal:before {
  content: "\f012";
}

.b-fa-signature:before {
  content: "\f5b7";
}

.b-fa-sim-card:before {
  content: "\f7c4";
}

.b-fa-simplybuilt:before {
  content: "\f215";
}

.b-fa-sink:before {
  content: "\e06d";
}

.b-fa-sistrix:before {
  content: "\f3ee";
}

.b-fa-sitemap:before {
  content: "\f0e8";
}

.b-fa-sith:before {
  content: "\f512";
}

.b-fa-skating:before {
  content: "\f7c5";
}

.b-fa-sketch:before {
  content: "\f7c6";
}

.b-fa-skiing:before {
  content: "\f7c9";
}

.b-fa-skiing-nordic:before {
  content: "\f7ca";
}

.b-fa-skull:before {
  content: "\f54c";
}

.b-fa-skull-crossbones:before {
  content: "\f714";
}

.b-fa-skyatlas:before {
  content: "\f216";
}

.b-fa-skype:before {
  content: "\f17e";
}

.b-fa-slack:before {
  content: "\f198";
}

.b-fa-slack-hash:before {
  content: "\f3ef";
}

.b-fa-slash:before {
  content: "\f715";
}

.b-fa-sleigh:before {
  content: "\f7cc";
}

.b-fa-sliders-h:before {
  content: "\f1de";
}

.b-fa-slideshare:before {
  content: "\f1e7";
}

.b-fa-smile:before {
  content: "\f118";
}

.b-fa-smile-beam:before {
  content: "\f5b8";
}

.b-fa-smile-wink:before {
  content: "\f4da";
}

.b-fa-smog:before {
  content: "\f75f";
}

.b-fa-smoking:before {
  content: "\f48d";
}

.b-fa-smoking-ban:before {
  content: "\f54d";
}

.b-fa-sms:before {
  content: "\f7cd";
}

.b-fa-snapchat:before {
  content: "\f2ab";
}

.b-fa-snapchat-ghost:before {
  content: "\f2ac";
}

.b-fa-snapchat-square:before {
  content: "\f2ad";
}

.b-fa-snowboarding:before {
  content: "\f7ce";
}

.b-fa-snowflake:before {
  content: "\f2dc";
}

.b-fa-snowman:before {
  content: "\f7d0";
}

.b-fa-snowplow:before {
  content: "\f7d2";
}

.b-fa-soap:before {
  content: "\e06e";
}

.b-fa-socks:before {
  content: "\f696";
}

.b-fa-solar-panel:before {
  content: "\f5ba";
}

.b-fa-sort:before {
  content: "\f0dc";
}

.b-fa-sort-alpha-down:before {
  content: "\f15d";
}

.b-fa-sort-alpha-down-alt:before {
  content: "\f881";
}

.b-fa-sort-alpha-up:before {
  content: "\f15e";
}

.b-fa-sort-alpha-up-alt:before {
  content: "\f882";
}

.b-fa-sort-amount-down:before {
  content: "\f160";
}

.b-fa-sort-amount-down-alt:before {
  content: "\f884";
}

.b-fa-sort-amount-up:before {
  content: "\f161";
}

.b-fa-sort-amount-up-alt:before {
  content: "\f885";
}

.b-fa-sort-down:before {
  content: "\f0dd";
}

.b-fa-sort-numeric-down:before {
  content: "\f162";
}

.b-fa-sort-numeric-down-alt:before {
  content: "\f886";
}

.b-fa-sort-numeric-up:before {
  content: "\f163";
}

.b-fa-sort-numeric-up-alt:before {
  content: "\f887";
}

.b-fa-sort-up:before {
  content: "\f0de";
}

.b-fa-soundcloud:before {
  content: "\f1be";
}

.b-fa-sourcetree:before {
  content: "\f7d3";
}

.b-fa-spa:before {
  content: "\f5bb";
}

.b-fa-space-shuttle:before {
  content: "\f197";
}

.b-fa-speakap:before {
  content: "\f3f3";
}

.b-fa-speaker-deck:before {
  content: "\f83c";
}

.b-fa-spell-check:before {
  content: "\f891";
}

.b-fa-spider:before {
  content: "\f717";
}

.b-fa-spinner:before {
  content: "\f110";
}

.b-fa-splotch:before {
  content: "\f5bc";
}

.b-fa-spotify:before {
  content: "\f1bc";
}

.b-fa-spray-can:before {
  content: "\f5bd";
}

.b-fa-square:before {
  content: "\f0c8";
}

.b-fa-square-full:before {
  content: "\f45c";
}

.b-fa-square-root-alt:before {
  content: "\f698";
}

.b-fa-squarespace:before {
  content: "\f5be";
}

.b-fa-stack-exchange:before {
  content: "\f18d";
}

.b-fa-stack-overflow:before {
  content: "\f16c";
}

.b-fa-stackpath:before {
  content: "\f842";
}

.b-fa-stamp:before {
  content: "\f5bf";
}

.b-fa-star:before {
  content: "\f005";
}

.b-fa-star-and-crescent:before {
  content: "\f699";
}

.b-fa-star-half:before {
  content: "\f089";
}

.b-fa-star-half-alt:before {
  content: "\f5c0";
}

.b-fa-star-of-david:before {
  content: "\f69a";
}

.b-fa-star-of-life:before {
  content: "\f621";
}

.b-fa-staylinked:before {
  content: "\f3f5";
}

.b-fa-steam:before {
  content: "\f1b6";
}

.b-fa-steam-square:before {
  content: "\f1b7";
}

.b-fa-steam-symbol:before {
  content: "\f3f6";
}

.b-fa-step-backward:before {
  content: "\f048";
}

.b-fa-step-forward:before {
  content: "\f051";
}

.b-fa-stethoscope:before {
  content: "\f0f1";
}

.b-fa-sticker-mule:before {
  content: "\f3f7";
}

.b-fa-sticky-note:before {
  content: "\f249";
}

.b-fa-stop:before {
  content: "\f04d";
}

.b-fa-stop-circle:before {
  content: "\f28d";
}

.b-fa-stopwatch:before {
  content: "\f2f2";
}

.b-fa-stopwatch-20:before {
  content: "\e06f";
}

.b-fa-store:before {
  content: "\f54e";
}

.b-fa-store-alt:before {
  content: "\f54f";
}

.b-fa-store-alt-slash:before {
  content: "\e070";
}

.b-fa-store-slash:before {
  content: "\e071";
}

.b-fa-strava:before {
  content: "\f428";
}

.b-fa-stream:before {
  content: "\f550";
}

.b-fa-street-view:before {
  content: "\f21d";
}

.b-fa-strikethrough:before {
  content: "\f0cc";
}

.b-fa-stripe:before {
  content: "\f429";
}

.b-fa-stripe-s:before {
  content: "\f42a";
}

.b-fa-stroopwafel:before {
  content: "\f551";
}

.b-fa-studiovinari:before {
  content: "\f3f8";
}

.b-fa-stumbleupon:before {
  content: "\f1a4";
}

.b-fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.b-fa-subscript:before {
  content: "\f12c";
}

.b-fa-subway:before {
  content: "\f239";
}

.b-fa-suitcase:before {
  content: "\f0f2";
}

.b-fa-suitcase-rolling:before {
  content: "\f5c1";
}

.b-fa-sun:before {
  content: "\f185";
}

.b-fa-superpowers:before {
  content: "\f2dd";
}

.b-fa-superscript:before {
  content: "\f12b";
}

.b-fa-supple:before {
  content: "\f3f9";
}

.b-fa-surprise:before {
  content: "\f5c2";
}

.b-fa-suse:before {
  content: "\f7d6";
}

.b-fa-swatchbook:before {
  content: "\f5c3";
}

.b-fa-swift:before {
  content: "\f8e1";
}

.b-fa-swimmer:before {
  content: "\f5c4";
}

.b-fa-swimming-pool:before {
  content: "\f5c5";
}

.b-fa-symfony:before {
  content: "\f83d";
}

.b-fa-synagogue:before {
  content: "\f69b";
}

.b-fa-sync:before {
  content: "\f021";
}

.b-fa-sync-alt:before {
  content: "\f2f1";
}

.b-fa-syringe:before {
  content: "\f48e";
}

.b-fa-table:before {
  content: "\f0ce";
}

.b-fa-table-tennis:before {
  content: "\f45d";
}

.b-fa-tablet:before {
  content: "\f10a";
}

.b-fa-tablet-alt:before {
  content: "\f3fa";
}

.b-fa-tablets:before {
  content: "\f490";
}

.b-fa-tachometer-alt:before {
  content: "\f3fd";
}

.b-fa-tag:before {
  content: "\f02b";
}

.b-fa-tags:before {
  content: "\f02c";
}

.b-fa-tape:before {
  content: "\f4db";
}

.b-fa-tasks:before {
  content: "\f0ae";
}

.b-fa-taxi:before {
  content: "\f1ba";
}

.b-fa-teamspeak:before {
  content: "\f4f9";
}

.b-fa-teeth:before {
  content: "\f62e";
}

.b-fa-teeth-open:before {
  content: "\f62f";
}

.b-fa-telegram:before {
  content: "\f2c6";
}

.b-fa-telegram-plane:before {
  content: "\f3fe";
}

.b-fa-temperature-high:before {
  content: "\f769";
}

.b-fa-temperature-low:before {
  content: "\f76b";
}

.b-fa-tencent-weibo:before {
  content: "\f1d5";
}

.b-fa-tenge:before {
  content: "\f7d7";
}

.b-fa-terminal:before {
  content: "\f120";
}

.b-fa-text-height:before {
  content: "\f034";
}

.b-fa-text-width:before {
  content: "\f035";
}

.b-fa-th:before {
  content: "\f00a";
}

.b-fa-th-large:before {
  content: "\f009";
}

.b-fa-th-list:before {
  content: "\f00b";
}

.b-fa-the-red-yeti:before {
  content: "\f69d";
}

.b-fa-theater-masks:before {
  content: "\f630";
}

.b-fa-themeco:before {
  content: "\f5c6";
}

.b-fa-themeisle:before {
  content: "\f2b2";
}

.b-fa-thermometer:before {
  content: "\f491";
}

.b-fa-thermometer-empty:before {
  content: "\f2cb";
}

.b-fa-thermometer-full:before {
  content: "\f2c7";
}

.b-fa-thermometer-half:before {
  content: "\f2c9";
}

.b-fa-thermometer-quarter:before {
  content: "\f2ca";
}

.b-fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.b-fa-think-peaks:before {
  content: "\f731";
}

.b-fa-thumbs-down:before {
  content: "\f165";
}

.b-fa-thumbs-up:before {
  content: "\f164";
}

.b-fa-thumbtack:before {
  content: "\f08d";
}

.b-fa-ticket-alt:before {
  content: "\f3ff";
}

.b-fa-tiktok:before {
  content: "\e07b";
}

.b-fa-times:before {
  content: "\f00d";
}

.b-fa-times-circle:before {
  content: "\f057";
}

.b-fa-tint:before {
  content: "\f043";
}

.b-fa-tint-slash:before {
  content: "\f5c7";
}

.b-fa-tired:before {
  content: "\f5c8";
}

.b-fa-toggle-off:before {
  content: "\f204";
}

.b-fa-toggle-on:before {
  content: "\f205";
}

.b-fa-toilet:before {
  content: "\f7d8";
}

.b-fa-toilet-paper:before {
  content: "\f71e";
}

.b-fa-toilet-paper-slash:before {
  content: "\e072";
}

.b-fa-toolbox:before {
  content: "\f552";
}

.b-fa-tools:before {
  content: "\f7d9";
}

.b-fa-tooth:before {
  content: "\f5c9";
}

.b-fa-torah:before {
  content: "\f6a0";
}

.b-fa-torii-gate:before {
  content: "\f6a1";
}

.b-fa-tractor:before {
  content: "\f722";
}

.b-fa-trade-federation:before {
  content: "\f513";
}

.b-fa-trademark:before {
  content: "\f25c";
}

.b-fa-traffic-light:before {
  content: "\f637";
}

.b-fa-trailer:before {
  content: "\e041";
}

.b-fa-train:before {
  content: "\f238";
}

.b-fa-tram:before {
  content: "\f7da";
}

.b-fa-transgender:before {
  content: "\f224";
}

.b-fa-transgender-alt:before {
  content: "\f225";
}

.b-fa-trash:before {
  content: "\f1f8";
}

.b-fa-trash-alt:before {
  content: "\f2ed";
}

.b-fa-trash-restore:before {
  content: "\f829";
}

.b-fa-trash-restore-alt:before {
  content: "\f82a";
}

.b-fa-tree:before {
  content: "\f1bb";
}

.b-fa-trello:before {
  content: "\f181";
}

.b-fa-trophy:before {
  content: "\f091";
}

.b-fa-truck:before {
  content: "\f0d1";
}

.b-fa-truck-loading:before {
  content: "\f4de";
}

.b-fa-truck-monster:before {
  content: "\f63b";
}

.b-fa-truck-moving:before {
  content: "\f4df";
}

.b-fa-truck-pickup:before {
  content: "\f63c";
}

.b-fa-tshirt:before {
  content: "\f553";
}

.b-fa-tty:before {
  content: "\f1e4";
}

.b-fa-tumblr:before {
  content: "\f173";
}

.b-fa-tumblr-square:before {
  content: "\f174";
}

.b-fa-tv:before {
  content: "\f26c";
}

.b-fa-twitch:before {
  content: "\f1e8";
}

.b-fa-twitter:before {
  content: "\f099";
}

.b-fa-twitter-square:before {
  content: "\f081";
}

.b-fa-typo3:before {
  content: "\f42b";
}

.b-fa-uber:before {
  content: "\f402";
}

.b-fa-ubuntu:before {
  content: "\f7df";
}

.b-fa-uikit:before {
  content: "\f403";
}

.b-fa-umbraco:before {
  content: "\f8e8";
}

.b-fa-umbrella:before {
  content: "\f0e9";
}

.b-fa-umbrella-beach:before {
  content: "\f5ca";
}

.b-fa-uncharted:before {
  content: "\e084";
}

.b-fa-underline:before {
  content: "\f0cd";
}

.b-fa-undo:before {
  content: "\f0e2";
}

.b-fa-undo-alt:before {
  content: "\f2ea";
}

.b-fa-uniregistry:before {
  content: "\f404";
}

.b-fa-unity:before {
  content: "\e049";
}

.b-fa-universal-access:before {
  content: "\f29a";
}

.b-fa-university:before {
  content: "\f19c";
}

.b-fa-unlink:before {
  content: "\f127";
}

.b-fa-unlock:before {
  content: "\f09c";
}

.b-fa-unlock-alt:before {
  content: "\f13e";
}

.b-fa-unsplash:before {
  content: "\e07c";
}

.b-fa-untappd:before {
  content: "\f405";
}

.b-fa-upload:before {
  content: "\f093";
}

.b-fa-ups:before {
  content: "\f7e0";
}

.b-fa-usb:before {
  content: "\f287";
}

.b-fa-user:before {
  content: "\f007";
}

.b-fa-user-alt:before {
  content: "\f406";
}

.b-fa-user-alt-slash:before {
  content: "\f4fa";
}

.b-fa-user-astronaut:before {
  content: "\f4fb";
}

.b-fa-user-check:before {
  content: "\f4fc";
}

.b-fa-user-circle:before {
  content: "\f2bd";
}

.b-fa-user-clock:before {
  content: "\f4fd";
}

.b-fa-user-cog:before {
  content: "\f4fe";
}

.b-fa-user-edit:before {
  content: "\f4ff";
}

.b-fa-user-friends:before {
  content: "\f500";
}

.b-fa-user-graduate:before {
  content: "\f501";
}

.b-fa-user-injured:before {
  content: "\f728";
}

.b-fa-user-lock:before {
  content: "\f502";
}

.b-fa-user-md:before {
  content: "\f0f0";
}

.b-fa-user-minus:before {
  content: "\f503";
}

.b-fa-user-ninja:before {
  content: "\f504";
}

.b-fa-user-nurse:before {
  content: "\f82f";
}

.b-fa-user-plus:before {
  content: "\f234";
}

.b-fa-user-secret:before {
  content: "\f21b";
}

.b-fa-user-shield:before {
  content: "\f505";
}

.b-fa-user-slash:before {
  content: "\f506";
}

.b-fa-user-tag:before {
  content: "\f507";
}

.b-fa-user-tie:before {
  content: "\f508";
}

.b-fa-user-times:before {
  content: "\f235";
}

.b-fa-users:before {
  content: "\f0c0";
}

.b-fa-users-cog:before {
  content: "\f509";
}

.b-fa-users-slash:before {
  content: "\e073";
}

.b-fa-usps:before {
  content: "\f7e1";
}

.b-fa-ussunnah:before {
  content: "\f407";
}

.b-fa-utensil-spoon:before {
  content: "\f2e5";
}

.b-fa-utensils:before {
  content: "\f2e7";
}

.b-fa-vaadin:before {
  content: "\f408";
}

.b-fa-vector-square:before {
  content: "\f5cb";
}

.b-fa-venus:before {
  content: "\f221";
}

.b-fa-venus-double:before {
  content: "\f226";
}

.b-fa-venus-mars:before {
  content: "\f228";
}

.b-fa-vest:before {
  content: "\e085";
}

.b-fa-vest-patches:before {
  content: "\e086";
}

.b-fa-viacoin:before {
  content: "\f237";
}

.b-fa-viadeo:before {
  content: "\f2a9";
}

.b-fa-viadeo-square:before {
  content: "\f2aa";
}

.b-fa-vial:before {
  content: "\f492";
}

.b-fa-vials:before {
  content: "\f493";
}

.b-fa-viber:before {
  content: "\f409";
}

.b-fa-video:before {
  content: "\f03d";
}

.b-fa-video-slash:before {
  content: "\f4e2";
}

.b-fa-vihara:before {
  content: "\f6a7";
}

.b-fa-vimeo:before {
  content: "\f40a";
}

.b-fa-vimeo-square:before {
  content: "\f194";
}

.b-fa-vimeo-v:before {
  content: "\f27d";
}

.b-fa-vine:before {
  content: "\f1ca";
}

.b-fa-virus:before {
  content: "\e074";
}

.b-fa-virus-slash:before {
  content: "\e075";
}

.b-fa-viruses:before {
  content: "\e076";
}

.b-fa-vk:before {
  content: "\f189";
}

.b-fa-vnv:before {
  content: "\f40b";
}

.b-fa-voicemail:before {
  content: "\f897";
}

.b-fa-volleyball-ball:before {
  content: "\f45f";
}

.b-fa-volume-down:before {
  content: "\f027";
}

.b-fa-volume-mute:before {
  content: "\f6a9";
}

.b-fa-volume-off:before {
  content: "\f026";
}

.b-fa-volume-up:before {
  content: "\f028";
}

.b-fa-vote-yea:before {
  content: "\f772";
}

.b-fa-vr-cardboard:before {
  content: "\f729";
}

.b-fa-vuejs:before {
  content: "\f41f";
}

.b-fa-walking:before {
  content: "\f554";
}

.b-fa-wallet:before {
  content: "\f555";
}

.b-fa-warehouse:before {
  content: "\f494";
}

.b-fa-watchman-monitoring:before {
  content: "\e087";
}

.b-fa-water:before {
  content: "\f773";
}

.b-fa-wave-square:before {
  content: "\f83e";
}

.b-fa-waze:before {
  content: "\f83f";
}

.b-fa-weebly:before {
  content: "\f5cc";
}

.b-fa-weibo:before {
  content: "\f18a";
}

.b-fa-weight:before {
  content: "\f496";
}

.b-fa-weight-hanging:before {
  content: "\f5cd";
}

.b-fa-weixin:before {
  content: "\f1d7";
}

.b-fa-whatsapp:before {
  content: "\f232";
}

.b-fa-whatsapp-square:before {
  content: "\f40c";
}

.b-fa-wheelchair:before {
  content: "\f193";
}

.b-fa-whmcs:before {
  content: "\f40d";
}

.b-fa-wifi:before {
  content: "\f1eb";
}

.b-fa-wikipedia-w:before {
  content: "\f266";
}

.b-fa-wind:before {
  content: "\f72e";
}

.b-fa-window-close:before {
  content: "\f410";
}

.b-fa-window-maximize:before {
  content: "\f2d0";
}

.b-fa-window-minimize:before {
  content: "\f2d1";
}

.b-fa-window-restore:before {
  content: "\f2d2";
}

.b-fa-windows:before {
  content: "\f17a";
}

.b-fa-wine-bottle:before {
  content: "\f72f";
}

.b-fa-wine-glass:before {
  content: "\f4e3";
}

.b-fa-wine-glass-alt:before {
  content: "\f5ce";
}

.b-fa-wix:before {
  content: "\f5cf";
}

.b-fa-wizards-of-the-coast:before {
  content: "\f730";
}

.b-fa-wodu:before {
  content: "\e088";
}

.b-fa-wolf-pack-battalion:before {
  content: "\f514";
}

.b-fa-won-sign:before {
  content: "\f159";
}

.b-fa-wordpress:before {
  content: "\f19a";
}

.b-fa-wordpress-simple:before {
  content: "\f411";
}

.b-fa-wpbeginner:before {
  content: "\f297";
}

.b-fa-wpexplorer:before {
  content: "\f2de";
}

.b-fa-wpforms:before {
  content: "\f298";
}

.b-fa-wpressr:before {
  content: "\f3e4";
}

.b-fa-wrench:before {
  content: "\f0ad";
}

.b-fa-x-ray:before {
  content: "\f497";
}

.b-fa-xbox:before {
  content: "\f412";
}

.b-fa-xing:before {
  content: "\f168";
}

.b-fa-xing-square:before {
  content: "\f169";
}

.b-fa-y-combinator:before {
  content: "\f23b";
}

.b-fa-yahoo:before {
  content: "\f19e";
}

.b-fa-yammer:before {
  content: "\f840";
}

.b-fa-yandex:before {
  content: "\f413";
}

.b-fa-yandex-international:before {
  content: "\f414";
}

.b-fa-yarn:before {
  content: "\f7e3";
}

.b-fa-yelp:before {
  content: "\f1e9";
}

.b-fa-yen-sign:before {
  content: "\f157";
}

.b-fa-yin-yang:before {
  content: "\f6ad";
}

.b-fa-yoast:before {
  content: "\f2b1";
}

.b-fa-youtube:before {
  content: "\f167";
}

.b-fa-youtube-square:before {
  content: "\f431";
}

.b-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;
}

.b-fa {
  font-family: inherit;
  line-height: inherit;
  -webkit-font-smoothing: inherit;
}

.b-fa:before {
  font-family: "Font Awesome 5 Free", FontAwesome5Free;
  font-weight: 900;
}

.b-icon:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "Font Awesome 5 Free", FontAwesome5Free;
  font-weight: 900;
  vertical-align: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.b-fw-icon:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "Font Awesome 5 Free", FontAwesome5Free;
  font-weight: 900;
  vertical-align: 0;
}

.b-content-icon, .b-grid-cell.b-group-title:before, .b-row-reordering .b-row-reordering-target-parent .b-tree-cell::before, .b-gridbase.b-columnresize.b-touch.b-column-resizing .b-grid-header.b-resizing::before, .b-checkbox .b-checkbox-label:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "Font Awesome 5 Free", FontAwesome5Free;
  font-weight: 900;
  vertical-align: 0;
}

.b-icon-add:before {
  content: "\f067";
}

.b-icon-remove:before {
  content: "\f00d";
}

.b-icon-clear:before {
  content: "\f00d";
}

.b-icon-close:before, .b-popup-close:before {
  content: "\f00d";
}

.b-icon-collapse-down:before {
  content: "\f078";
}

.b-icon-collapse-left:before {
  content: "\f053";
}

.b-icon-collapse-right:before {
  content: "\f054";
}

.b-icon-collapse-up:before {
  content: "\f077";
}

.b-icon-search:before {
  content: "\f002";
}

.b-icon-search-plus:before {
  content: "\f00e";
}

.b-icon-search-minus:before {
  content: "\f010";
}

.b-icon-hide:before {
  content: "\f057";
}

.b-icon-trash:before {
  content: "\f1f8";
}

.b-icon-edit:before {
  content: "\f303";
}

.b-icon-copy:before {
  content: "\f0c5";
}

.b-icon-cut:before {
  content: "\f0c4";
}

.b-icon-paste:before {
  content: "\f0ea";
}

.b-icon-expand-row:before {
  content: "\f107";
}

.b-icon-expand-column:before {
  content: "\f105";
}

.b-icon-expand, .b-popup-expand:before {
  content: "\f065";
}

.b-icon-first:before {
  content: "\f100";
}

.b-icon-previous:before {
  content: "\f104";
}

.b-icon-next:before {
  content: "\f105";
}

.b-icon-last:before {
  content: "\f101";
}

.b-icon-reload:before {
  content: "\f01e";
}

.b-icon-undo:before {
  content: "\f0e2";
}

.b-icon-redo:before {
  content: "\f01e";
}

.b-icon-code:before {
  content: "\f121";
}

.b-icon-clipboard:before {
  content: "\f328";
}

.b-icon-filter:before,
.b-icon-filter-equal:before {
  content: "\f0b0";
}

.b-icon-filter-less:before,
.b-icon-filter-before:before {
  content: "\f053";
}

.b-icon-filter-more:before,
.b-icon-filter-after:before {
  content: "\f054";
}

.b-icon-check:before, .b-checkbox .b-checkbox-label:before {
  content: "\f00c";
}

.b-icon-checked:before {
  content: "\f14a";
}

.b-icon-unchecked:before {
  content: "\f0c8";
}

.b-icon-calendar:before {
  content: "\f133";
}

.b-icon-clock:before {
  content: "\f017";
}

.b-icon-recurring:before {
  content: "\f021";
}

.b-icon-duration:before {
  content: "\f254";
}

.b-icon-milestone:before {
  content: "\f0c8";
  transform: rotate(45deg);
  position: relative;
  top: 0.1em;
}

.b-icon-user:before {
  content: "\f007";
}

.b-icon-menu:before {
  content: "\f0c9";
}

.b-icon-menu-horizontal:before {
  content: "\f141";
}

.b-icon-menu-vertical:before {
  content: "\f142";
}

.b-icon-info:before {
  content: "\f129";
}

.b-icon-sub-menu:before {
  content: "\f054";
}

.b-icon-star:before {
  content: "\f005";
}

.b-icon-warning:before {
  content: "\f071";
}

.b-icon-columns:before {
  content: "\f0db";
}

.b-icon-picker:before {
  content: "\f0d7";
  transition: transform 0.2s;
}

.b-icon-picker-rotated:before {
  content: "\f0d7";
  transform: rotate(180deg);
  transition: transform 0.2s;
}

.b-icon-resize-horizontal:before {
  content: "\f337";
}

.b-icon-fullscreen:before {
  content: "\f0b2";
}

.b-icon-cog:before {
  content: "\f013";
}

.b-icon-file-download:before {
  content: "\f56d";
}

.b-icon-sync:before {
  content: "\f2f1";
}

.b-icon-bad-mood-emoji:before {
  content: "\f119";
}

.b-icon-circle:before {
  content: "\f111";
}

.b-icon-square:before {
  content: "\f0c8";
}

.b-icon-up:before {
  content: "\f062";
}

.b-icon-down:before {
  content: "\f063";
}

.b-icon-left:before {
  content: "\f060";
}

.b-icon-right:before {
  content: "\f061";
}

.b-icon-angle-left:before {
  content: "\f104";
}

.b-icon-angle-right:before {
  content: "\f105";
}

.b-icon-prev:before {
  content: "\f053";
}

.b-icon-next:before {
  content: "\f054";
}

.b-icon-move-left-right:before {
  content: "\f337";
}

.b-icon-move-up-down:before {
  content: "\f338";
}

.b-icon-clock-live {
  background-color: #757575;
  border-radius: 50%;
  width: 1em;
  height: 1em;
  position: relative;
  animation-delay: 0s;
}
.b-icon-clock-live:before, .b-icon-clock-live:after {
  position: absolute;
  display: block;
  font-size: 1em !important;
  content: "";
  width: 0.1em !important;
  left: 0.44em;
  /* half width of clock - half width of hand */
  background: #fff;
  border-radius: 0.5em;
}
.b-icon-clock-live:before {
  top: 0.15em;
  height: 0.4em !important;
  /* half the width/height of the clock */
  transform-origin: 0.05em 0.35em;
  animation: rotate 6s infinite linear;
  animation-play-state: paused;
  animation-delay: inherit;
}
.b-icon-clock-live:after {
  top: 0.22em;
  height: 0.33em;
  /* top + height for little hand must = top + height for big hand */
  transform-origin: 0.05em 0.3em;
  animation: rotate 72s infinite linear;
  /* time should be big-hand time * 12 */
  animation-play-state: paused;
  animation-delay: inherit;
}

/* Animations */
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.b-icon-spinner:before {
  content: "\f110";
  animation: rotate 2s infinite linear;
}

.b-color-blue {
  background-color: #2196f3;
}

.b-color-deep-orange {
  background-color: #ff5722;
}

.b-color-orange {
  background-color: #ff9800;
}

.b-color-amber {
  background-color: #ffc107;
}

.b-color-indigo {
  background-color: #3f51b5;
}

.b-color-lime {
  background-color: #cddc39;
}

.b-color-teal {
  background-color: #009688;
}

.b-color-green {
  background-color: #4caf50;
}

.b-color-light-green {
  background-color: #8bc34a;
}

.b-color-purple {
  background-color: #9c27b0;
}

.b-color-yellow {
  background-color: #ffeb3b;
}

.b-color-red {
  background-color: #f44336;
}

.b-color-dark-gray {
  background-color: #424242;
}

.b-color-gray {
  background-color: #9e9e9e;
}

.b-color-light-gray {
  background-color: #e0e0e0;
}

.b-color-white {
  background-color: #fff;
}

.b-noselect {
  -webkit-user-select: none;
  user-select: none;
}

.b-released,
.b-hide-display {
  display: none !important;
}

.b-hide-visibility {
  visibility: hidden !important;
}

.b-hide-offscreen {
  visibility: hidden !important;
  position: absolute !important;
  top: -10000em;
  left: -10000em;
}

.b-yscroll-pad {
  display: none;
}

.b-visible-scrollbar .b-show-yscroll-padding > .b-yscroll-pad {
  display: block;
  order: 9999;
  border-left: 1px solid #ddd;
}
.b-visible-scrollbar .b-show-yscroll-padding > .b-yscroll-pad .b-yscroll-pad-sizer {
  overflow-x: hidden;
  overflow-y: scroll;
  visibility: hidden;
  margin-left: -1px;
  height: 0;
}

.b-fx-highlight {
  z-index: 9999;
  animation-name: b-fx-highlight-animation;
  animation-duration: 1s;
  animation: b-fx-highlight-animation 1s ease 0s 1;
}

@keyframes b-fx-highlight-animation {
  0% {
    box-shadow: none;
  }
  50% {
    box-shadow: 0 0 10px 5px rgba(253, 126, 20, 0.5);
  }
  100% {
    box-shadow: none;
  }
}
/**
 * DomHelper size monitoring polyfill for when ResizeObserver not available
 * now only necessary on IE.
 */
.b-no-resizeobserver.b-resize-monitored {
  position: relative;
}
.b-no-resizeobserver.b-resize-monitored .b-resize-monitors {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  overflow: hidden;
}
.b-no-resizeobserver.b-resize-monitored .b-resize-monitors > * {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.b-no-resizeobserver.b-resize-monitored .b-resize-monitors > .b-resize-monitor-expand:after {
  content: "";
  display: block;
  width: 100000px;
  height: 100000px;
}
.b-no-resizeobserver.b-resize-monitored .b-resize-monitors > .b-resize-monitor-shrink:after {
  content: "";
  display: block;
  width: 200%;
  height: 200%;
  min-width: 1px;
  min-height: 1px;
}

.b-float-root {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
  overflow: -moz-hidden-unscrollable;
  overflow: clip;
  z-index: 11000;
  contain: strict;
  display: flex;
  justify-content: center;
  align-items: center;
}
.b-float-root.b-safari {
  -webkit-user-select: none;
  user-select: none;
}
.b-float-root > .b-floating {
  position: absolute;
  contain: layout style;
  pointer-events: all;
  transition: opacity 0.2s;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12), 0 3px 6px rgba(0, 0, 0, 0.24);
  top: 0;
  left: 0;
  z-index: 11001;
}
.b-firefox .b-float-root > .b-floating {
  contain: layout;
}
.b-float-root > .b-floating.b-hidden {
  opacity: 0;
}
.b-float-root > .b-floating.b-aligned-above:not(.b-anchored) {
  box-shadow: -3px -1px 6px rgba(0, 0, 0, 0.12), 3px -2px 6px rgba(0, 0, 0, 0.24);
}

.b-drawable-el {
  animation-duration: 0.001ms;
  animation-name: b-drawable-anim;
  height: 0 !important;
  width: 0 !important;
  visibility: hidden;
}

@keyframes b-drawable-anim {
  from {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}
/*
    The Gripper
    ===========
    The Hoverable mixin applies various b-hover classes to a hoverTarget element. Based on these classes, a resize
    gripper element inside the target is styled. This element may be always present, or (as with CalendarDrag), moved
    in to the active hoverTarget on hoverEnter.

    Hoverable may set the following classes simultaneously. Within each are the classes that are mutually exclusive:

     - b-hover-(top|bottom)
     - b-hover-(right|left)
     - b-hover-edge   (set when hovering near any edge)

   It may be that none of the above are present if hoverEdges is used. When hoverEdges is not used, these classes will
   be present on the hoverTarget no matter where the cursor is inside it.

   To facilitate animations, the b-hover-anim class is added in a way such that transitions for styles activated by it
   will be animated.
*/
.b-gripper {
  position: absolute;
  /*
   Horizontal gripper (top and bottom):
          +---------------------------+
          |           =====           |
          |                           |
          |                           |
          |           =====           |
          +---------------------------+
   */
  /*
   Vertical gripper (left and right):
          +---------------------------+
          |                           |
          | ||                     || |
          | ||                     || |
          |                           |
          +---------------------------+
   */
}
.b-gripper:after {
  content: " ";
  position: absolute;
  opacity: 0;
}
.b-hover-top .b-gripper.b-gripper-horz, .b-hover-bottom .b-gripper.b-gripper-horz {
  cursor: ns-resize;
  height: 1em;
  left: 0;
  right: 0;
}
.b-hover-bottom .b-gripper.b-gripper-horz {
  bottom: 0;
}
.b-gripper.b-gripper-horz:after {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  width: 0;
  height: 0.25em;
  left: 50%;
  margin-left: 0;
}
.b-hover-top .b-gripper.b-gripper-horz:after {
  top: 0.4em;
}
.b-hover-bottom .b-gripper.b-gripper-horz:after {
  bottom: 0.4em;
}
.b-hover-anim.b-hover-edge .b-gripper.b-gripper-horz:after {
  transition: opacity 0.2s, margin-left 0.2s, width 0.2s;
  opacity: 1;
  margin-left: -0.6em;
  width: 1.2em;
}
.b-hover-left .b-gripper.b-gripper-vert, .b-hover-right .b-gripper.b-gripper-vert {
  cursor: ew-resize;
  width: 1em;
  top: 0;
  bottom: 0;
}
.b-hover-right .b-gripper.b-gripper-vert {
  right: 0;
}
.b-gripper.b-gripper-vert:after {
  background: repeating-linear-gradient(90deg, rgba(0, 0, 0, 0.5), rgba(255, 255, 255, 0.8) 3px);
  height: 0;
  width: 0.5em;
  top: 50%;
  margin-top: 0;
}
.b-hover-left .b-gripper.b-gripper-vert:after {
  left: 4px;
}
.b-hover-right .b-gripper.b-gripper-vert:after {
  right: 4px;
}
.b-hover-anim.b-hover-edge .b-gripper.b-gripper-vert:after {
  transition: opacity 0.2s, margin-top 0.2s, height 0.2s;
  opacity: 1;
  margin-top: -6px;
  height: 12px;
}

.b-dragging {
  position: absolute !important;
  z-index: 10000;
  pointer-events: none;
  opacity: 0.8;
  box-sizing: border-box;
}

/*
 Used when Drag code is creating a separate proxy element representing the dragged element,
   as opposed to the 'inline' drag of the actual element
*/
.b-drag-proxy {
  top: 0;
  left: 0;
  pointer-events: none !important;
  box-sizing: border-box;
}
.b-drag-proxy * {
  box-sizing: border-box;
}

.b-aborting {
  transition: transform 0.2s;
}

.b-drag-original.b-hidden {
  display: none !important;
}

.b-draghelper-active * {
  -webkit-user-select: none;
  user-select: none;
}

.simulated-mouse {
  position: absolute;
  z-index: 100;
  top: 10px;
  left: 10px;
  transition: top 0.5s, left 0.5s;
  pointer-events: none;
  font-size: 16px;
}
.simulated-mouse.quick {
  transition: top 0.05s, left 0.05s;
}
.simulated-mouse:after {
  position: absolute;
  content: "\f245";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  z-index: 102;
}
.simulated-mouse.drag:before, .simulated-mouse.mousedown:before, .simulated-mouse.dblclick:before, .simulated-mouse.click:before {
  position: absolute;
  content: "";
  border: 2px solid transparent;
  border-radius: 50%;
  animation-name: click;
  animation-duration: 0.2s;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  z-index: 101;
  opacity: 0.7;
}
.simulated-mouse.drag:after {
  content: "\f25a";
  left: -3px;
}
.simulated-mouse.dblclick:before {
  animation-name: dblclick;
  animation-duration: 0.3s;
}
.simulated-mouse.mousedown:before, .simulated-mouse.drag:before {
  animation-name: none;
  width: 1.5em;
  height: 1.5em;
  border-color: red;
}

@keyframes click {
  0% {
    width: 0;
    height: 0;
  }
  90% {
    width: 1.5em;
    height: 1.5em;
    border-color: red;
  }
  100% {
    width: 0;
    height: 0;
    border-color: transparent;
  }
}
@keyframes dblclick {
  0% {
    width: 0;
    height: 0;
  }
  40% {
    width: 1.5em;
    height: 1.5em;
    border-color: red;
  }
  50% {
    width: 0;
    height: 0;
  }
  90% {
    width: 1.5em;
    height: 1.5em;
    border-color: red;
  }
  100% {
    width: 0;
    height: 0;
    border-color: transparent;
  }
}
.b-widget {
  display: inline-flex;
  overflow: hidden;
  line-height: normal;
  font-weight: 400;
  font-size: 1em;
  box-sizing: border-box;
}
.b-widget.b-measure {
  display: block !important;
}
.b-widget.b-anchored {
  overflow: visible;
}
.b-widget.b-maximized {
  transform: none !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
}
.b-widget * {
  box-sizing: border-box;
}
.b-widget:before, .b-widget:after,
.b-widget *:before,
.b-widget *:after {
  box-sizing: border-box;
}
.b-widget.b-positioned {
  position: absolute;
  top: 0;
  left: 0;
}
.b-widget.b-floating.b-centered, .b-widget.b-positioned.b-centered {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.b-widget > .b-focus-trap {
  position: absolute;
  display: none;
  clip: rect(0, 0, 0, 0);
}
.b-widget.b-focus-trapped.b-contains-focus > .b-focus-trap {
  display: inherit;
}
.b-widget.b-hidden {
  display: none !important;
}
.b-widget.b-hiding {
  pointer-events: none;
}
.b-widget .b-widget-inner {
  width: 100%;
  position: relative;
  flex: 1;
}
.b-widget .b-anchor {
  width: 16px;
  height: 8px;
  position: absolute;
  z-index: -1;
}
.b-widget .b-anchor svg {
  position: absolute;
  top: 0;
  overflow: visible;
}
.b-widget .b-anchor.b-anchor-top {
  left: 0;
  bottom: calc(100% - 1px);
}
.b-widget .b-anchor.b-anchor-bottom {
  left: 0;
  top: calc(100% - 1px);
}
.b-widget .b-anchor.b-anchor-bottom svg {
  transform: rotate(180deg);
}
.b-widget .b-anchor.b-anchor-left {
  top: 0;
  width: 8px;
  height: 16px;
  right: calc(100% - 1px);
}
.b-widget .b-anchor.b-anchor-left svg {
  transform: rotate(270deg);
  transform-origin: 8px 8px;
}
.b-widget .b-anchor.b-anchor-right {
  top: 0;
  width: 8px;
  height: 16px;
  left: calc(100% - 1px);
}
.b-widget .b-anchor.b-anchor-right svg {
  transform: rotate(90deg);
  transform-origin: 4px 4px;
}

.b-widget-scroller {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-anchor: none;
  /* without this we see weird issues in Mac Chrome <= 63 with no scrollbar, covered in Tree.t.js */
}
.b-widget-scroller.b-hide-scroll {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.b-widget-scroller.b-hide-scroll::-webkit-scrollbar {
  display: none;
}

.b-scroller-stretcher {
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 1px;
}

.b-text-align-left {
  text-align: left;
}

.b-text-align-center {
  text-align: center;
}

.b-text-align-right {
  text-align: right;
}

.b-widget.b-badge {
  overflow: visible;
}

.b-badge:before {
  content: attr(data-badge);
  position: absolute;
  min-width: 2.223em;
  min-height: 2.223em;
  right: -1em;
  top: -1em;
  padding: 0.5em;
  background-color: #f44336;
  color: #fff;
  border-radius: 50%;
  font-size: 0.6em;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  animation-name: b-badge-show;
  animation-duration: 0.3s;
}

.b-button.b-badge:before {
  font-size: 0.7em;
}

@keyframes b-badge-show {
  0% {
    opacity: 0;
    transform: scale(0.1) rotate(180deg);
  }
  100% {
    opacity: 1;
    transform: scale(1) rotate(0deg);
  }
}
.b-button {
  position: relative;
  padding: 0 0.7em;
  min-width: 3em;
  min-height: 3em;
  border: 0 solid;
  cursor: pointer;
  font-family: inherit;
  font-weight: 500;
  transition: background-color 200ms, color 200ms, border 200ms;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  -webkit-user-select: none;
  user-select: none;
}
.b-button:not(.b-tab) {
  border-radius: 2px;
}
.b-button::-moz-focus-inner {
  border: 0;
}
.b-button label {
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
}
.b-button.b-rotate-vertical {
  min-height: 3em;
  min-width: 3em;
  padding: 0.7em 0 0.7em 0;
}
.b-button.b-rotate-vertical label {
  -webkit-writing-mode: vertical-lr;
  writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
}
.b-button.b-rotate-left {
  flex-direction: column-reverse;
}
.b-button.b-rotate-left label {
  transform: rotate(180deg);
}
.b-button.b-rotate-left i {
  transform: rotate(270deg);
}
.b-button.b-rotate-right {
  flex-direction: column;
}
.b-button.b-rotate-right i {
  transform: rotate(90deg);
}
.b-button.b-icon-align-start i:not(.b-button-menu-icon) {
  order: -100;
}
.b-button.b-icon-align-start:not(.b-rotate-vertical) label {
  margin-left: 0.5em;
}
.b-button.b-icon-align-start.b-rotate-right label {
  margin-top: 0.5em;
}
.b-button.b-icon-align-start.b-rotate-left label {
  margin-bottom: 0.5em;
}
.b-button.b-icon-align-end i {
  order: 100;
}
.b-button.b-icon-align-end:not(.b-rotate-vertical) label {
  margin-right: 0.5em;
}
.b-button.b-icon-align-end.b-rotate-right label {
  margin-bottom: 0.5em;
}
.b-button.b-icon-align-end.b-rotate-left label {
  margin-top: 0.5em;
}
.b-button .b-button-menu-icon {
  margin-inline-start: 0.5em;
}
.b-button i {
  font-size: 1em;
}
.b-button label:empty {
  display: none;
}
.b-button.b-badge {
  overflow: visible !important;
}
.b-button.b-rounded {
  border-radius: 50%;
}
.b-button:focus {
  outline: none;
}
.b-button:disabled {
  cursor: default;
}
.b-button.b-borderless {
  border: none;
}

button.b-button.b-transparent:not(.b-tab) {
  background-color: transparent;
  border: none;
}

a.b-button {
  text-decoration: none;
}

.b-button.b-white:not(.b-tab) {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.3);
  background-color: rgba(255, 255, 255, 0.05);
}
.b-using-keyboard .b-button.b-white:not(.b-tab):focus, .b-button.b-white:not(.b-tab).b-using-keyboard:focus {
  background-color: rgba(255, 255, 255, 0.3);
}
.b-button.b-white:not(.b-tab).b-pressed {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
}
.b-button.b-white:not(.b-tab):hover:not(.b-disabled) {
  background-color: rgba(255, 255, 255, 0.3);
}
.b-button.b-white:not(.b-tab):hover:not(.b-disabled):not(.b-pressed) {
  border-color: rgba(255, 255, 255, 0.3);
}
.b-button.b-white:not(.b-tab).b-pressed:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.7);
}
.b-button.b-white:not(.b-tab):active:not(.b-disabled), .b-button.b-white:not(.b-tab):active:focus:not(.b-disabled) {
  background-color: #f2f2f2;
  border-color: rgba(242, 242, 242, 0.3);
  color: #fff;
}
.b-button.b-white:not(.b-tab).b-disabled {
  background-color: transparent;
  color: rgba(255, 255, 255, 0.3);
  border-color: rgba(255, 255, 255, 0.1);
}

.b-button.b-blue:not(.b-tab) {
  color: #2196f3;
  border-color: rgba(33, 150, 243, 0.3);
  background-color: rgba(33, 150, 243, 0.05);
}
.b-using-keyboard .b-button.b-blue:not(.b-tab):focus, .b-button.b-blue:not(.b-tab).b-using-keyboard:focus {
  background-color: rgba(33, 150, 243, 0.3);
}
.b-button.b-blue:not(.b-tab).b-pressed {
  color: #fff;
  background-color: rgba(33, 150, 243, 0.8);
}
.b-button.b-blue:not(.b-tab):hover:not(.b-disabled) {
  background-color: rgba(33, 150, 243, 0.3);
}
.b-button.b-blue:not(.b-tab):hover:not(.b-disabled):not(.b-pressed) {
  border-color: rgba(33, 150, 243, 0.3);
}
.b-button.b-blue:not(.b-tab).b-pressed:hover {
  color: #fff;
  background-color: rgba(33, 150, 243, 0.7);
}
.b-button.b-blue:not(.b-tab):active:not(.b-disabled), .b-button.b-blue:not(.b-tab):active:focus:not(.b-disabled) {
  background-color: #0d8aee;
  border-color: rgba(13, 138, 238, 0.3);
  color: #fff;
}
.b-button.b-blue:not(.b-tab).b-disabled {
  background-color: transparent;
  color: rgba(33, 150, 243, 0.3);
  border-color: rgba(33, 150, 243, 0.1);
}

.b-button.b-deep-orange:not(.b-tab) {
  color: #ff5722;
  border-color: rgba(255, 87, 34, 0.3);
  background-color: rgba(255, 87, 34, 0.05);
}
.b-using-keyboard .b-button.b-deep-orange:not(.b-tab):focus, .b-button.b-deep-orange:not(.b-tab).b-using-keyboard:focus {
  background-color: rgba(255, 87, 34, 0.3);
}
.b-button.b-deep-orange:not(.b-tab).b-pressed {
  color: #fff;
  background-color: rgba(255, 87, 34, 0.8);
}
.b-button.b-deep-orange:not(.b-tab):hover:not(.b-disabled) {
  background-color: rgba(255, 87, 34, 0.3);
}
.b-button.b-deep-orange:not(.b-tab):hover:not(.b-disabled):not(.b-pressed) {
  border-color: rgba(255, 87, 34, 0.3);
}
.b-button.b-deep-orange:not(.b-tab).b-pressed:hover {
  color: #fff;
  background-color: rgba(255, 87, 34, 0.7);
}
.b-button.b-deep-orange:not(.b-tab):active:not(.b-disabled), .b-button.b-deep-orange:not(.b-tab):active:focus:not(.b-disabled) {
  background-color: #ff4409;
  border-color: rgba(255, 68, 9, 0.3);
  color: #fff;
}
.b-button.b-deep-orange:not(.b-tab).b-disabled {
  background-color: transparent;
  color: rgba(255, 87, 34, 0.3);
  border-color: rgba(255, 87, 34, 0.1);
}

.b-button.b-orange:not(.b-tab) {
  color: #ff9800;
  border-color: rgba(255, 152, 0, 0.3);
  background-color: rgba(255, 152, 0, 0.05);
}
.b-using-keyboard .b-button.b-orange:not(.b-tab):focus, .b-button.b-orange:not(.b-tab).b-using-keyboard:focus {
  background-color: rgba(255, 152, 0, 0.3);
}
.b-button.b-orange:not(.b-tab).b-pressed {
  color: #fff;
  background-color: rgba(255, 152, 0, 0.8);
}
.b-button.b-orange:not(.b-tab):hover:not(.b-disabled) {
  background-color: rgba(255, 152, 0, 0.3);
}
.b-button.b-orange:not(.b-tab):hover:not(.b-disabled):not(.b-pressed) {
  border-color: rgba(255, 152, 0, 0.3);
}
.b-button.b-orange:not(.b-tab).b-pressed:hover {
  color: #fff;
  background-color: rgba(255, 152, 0, 0.7);
}
.b-button.b-orange:not(.b-tab):active:not(.b-disabled), .b-button.b-orange:not(.b-tab):active:focus:not(.b-disabled) {
  background-color: #e68900;
  border-color: rgba(230, 137, 0, 0.3);
  color: #fff;
}
.b-button.b-orange:not(.b-tab).b-disabled {
  background-color: transparent;
  color: rgba(255, 152, 0, 0.3);
  border-color: rgba(255, 152, 0, 0.1);
}

.b-button.b-amber:not(.b-tab) {
  color: #ffc107;
  border-color: rgba(255, 193, 7, 0.3);
  background-color: rgba(255, 193, 7, 0.05);
}
.b-using-keyboard .b-button.b-amber:not(.b-tab):focus, .b-button.b-amber:not(.b-tab).b-using-keyboard:focus {
  background-color: rgba(255, 193, 7, 0.3);
}
.b-button.b-amber:not(.b-tab).b-pressed {
  color: #fff;
  background-color: rgba(255, 193, 7, 0.8);
}
.b-button.b-amber:not(.b-tab):hover:not(.b-disabled) {
  background-color: rgba(255, 193, 7, 0.3);
}
.b-button.b-amber:not(.b-tab):hover:not(.b-disabled):not(.b-pressed) {
  border-color: rgba(255, 193, 7, 0.3);
}
.b-button.b-amber:not(.b-tab).b-pressed:hover {
  color: #fff;
  background-color: rgba(255, 193, 7, 0.7);
}
.b-button.b-amber:not(.b-tab):active:not(.b-disabled), .b-button.b-amber:not(.b-tab):active:focus:not(.b-disabled) {
  background-color: #edb100;
  border-color: rgba(237, 177, 0, 0.3);
  color: #fff;
}
.b-button.b-amber:not(.b-tab).b-disabled {
  background-color: transparent;
  color: rgba(255, 193, 7, 0.3);
  border-color: rgba(255, 193, 7, 0.1);
}

.b-button.b-indigo:not(.b-tab) {
  color: #3f51b5;
  border-color: rgba(63, 81, 181, 0.3);
  background-color: rgba(63, 81, 181, 0.05);
}
.b-using-keyboard .b-button.b-indigo:not(.b-tab):focus, .b-button.b-indigo:not(.b-tab).b-using-keyboard:focus {
  background-color: rgba(63, 81, 181, 0.3);
}
.b-button.b-indigo:not(.b-tab).b-pressed {
  color: #fff;
  background-color: rgba(63, 81, 181, 0.8);
}
.b-button.b-indigo:not(.b-tab):hover:not(.b-disabled) {
  background-color: rgba(63, 81, 181, 0.3);
}
.b-button.b-indigo:not(.b-tab):hover:not(.b-disabled):not(.b-pressed) {
  border-color: rgba(63, 81, 181, 0.3);
}
.b-button.b-indigo:not(.b-tab).b-pressed:hover {
  color: #fff;
  background-color: rgba(63, 81, 181, 0.7);
}
.b-button.b-indigo:not(.b-tab):active:not(.b-disabled), .b-button.b-indigo:not(.b-tab):active:focus:not(.b-disabled) {
  background-color: #3849a2;
  border-color: rgba(56, 73, 162, 0.3);
  color: #fff;
}
.b-button.b-indigo:not(.b-tab).b-disabled {
  background-color: transparent;
  color: rgba(63, 81, 181, 0.3);
  border-color: rgba(63, 81, 181, 0.1);
}

.b-button.b-lime:not(.b-tab) {
  color: #cddc39;
  border-color: rgba(205, 220, 57, 0.3);
  background-color: rgba(205, 220, 57, 0.05);
}
.b-using-keyboard .b-button.b-lime:not(.b-tab):focus, .b-button.b-lime:not(.b-tab).b-using-keyboard:focus {
  background-color: rgba(205, 220, 57, 0.3);
}
.b-button.b-lime:not(.b-tab).b-pressed {
  color: #fff;
  background-color: rgba(205, 220, 57, 0.8);
}
.b-button.b-lime:not(.b-tab):hover:not(.b-disabled) {
  background-color: rgba(205, 220, 57, 0.3);
}
.b-button.b-lime:not(.b-tab):hover:not(.b-disabled):not(.b-pressed) {
  border-color: rgba(205, 220, 57, 0.3);
}
.b-button.b-lime:not(.b-tab).b-pressed:hover {
  color: #fff;
  background-color: rgba(205, 220, 57, 0.7);
}
.b-button.b-lime:not(.b-tab):active:not(.b-disabled), .b-button.b-lime:not(.b-tab):active:focus:not(.b-disabled) {
  background-color: #c6d626;
  border-color: rgba(198, 214, 38, 0.3);
  color: #fff;
}
.b-button.b-lime:not(.b-tab).b-disabled {
  background-color: transparent;
  color: rgba(205, 220, 57, 0.3);
  border-color: rgba(205, 220, 57, 0.1);
}

.b-button.b-teal:not(.b-tab) {
  color: #009688;
  border-color: rgba(0, 150, 136, 0.3);
  background-color: rgba(0, 150, 136, 0.05);
}
.b-using-keyboard .b-button.b-teal:not(.b-tab):focus, .b-button.b-teal:not(.b-tab).b-using-keyboard:focus {
  background-color: rgba(0, 150, 136, 0.3);
}
.b-button.b-teal:not(.b-tab).b-pressed {
  color: #fff;
  background-color: rgba(0, 150, 136, 0.8);
}
.b-button.b-teal:not(.b-tab):hover:not(.b-disabled) {
  background-color: rgba(0, 150, 136, 0.3);
}
.b-button.b-teal:not(.b-tab):hover:not(.b-disabled):not(.b-pressed) {
  border-color: rgba(0, 150, 136, 0.3);
}
.b-button.b-teal:not(.b-tab).b-pressed:hover {
  color: #fff;
  background-color: rgba(0, 150, 136, 0.7);
}
.b-button.b-teal:not(.b-tab):active:not(.b-disabled), .b-button.b-teal:not(.b-tab):active:focus:not(.b-disabled) {
  background-color: #007d71;
  border-color: rgba(0, 125, 113, 0.3);
  color: #fff;
}
.b-button.b-teal:not(.b-tab).b-disabled {
  background-color: transparent;
  color: rgba(0, 150, 136, 0.3);
  border-color: rgba(0, 150, 136, 0.1);
}

.b-button.b-green:not(.b-tab) {
  color: #4caf50;
  border-color: rgba(76, 175, 80, 0.3);
  background-color: rgba(76, 175, 80, 0.05);
}
.b-using-keyboard .b-button.b-green:not(.b-tab):focus, .b-button.b-green:not(.b-tab).b-using-keyboard:focus {
  background-color: rgba(76, 175, 80, 0.3);
}
.b-button.b-green:not(.b-tab).b-pressed {
  color: #fff;
  background-color: rgba(76, 175, 80, 0.8);
}
.b-button.b-green:not(.b-tab):hover:not(.b-disabled) {
  background-color: rgba(76, 175, 80, 0.3);
}
.b-button.b-green:not(.b-tab):hover:not(.b-disabled):not(.b-pressed) {
  border-color: rgba(76, 175, 80, 0.3);
}
.b-button.b-green:not(.b-tab).b-pressed:hover {
  color: #fff;
  background-color: rgba(76, 175, 80, 0.7);
}
.b-button.b-green:not(.b-tab):active:not(.b-disabled), .b-button.b-green:not(.b-tab):active:focus:not(.b-disabled) {
  background-color: #449d48;
  border-color: rgba(68, 157, 72, 0.3);
  color: #fff;
}
.b-button.b-green:not(.b-tab).b-disabled {
  background-color: transparent;
  color: rgba(76, 175, 80, 0.3);
  border-color: rgba(76, 175, 80, 0.1);
}

.b-button.b-light-green:not(.b-tab) {
  color: #8bc34a;
  border-color: rgba(139, 195, 74, 0.3);
  background-color: rgba(139, 195, 74, 0.05);
}
.b-using-keyboard .b-button.b-light-green:not(.b-tab):focus, .b-button.b-light-green:not(.b-tab).b-using-keyboard:focus {
  background-color: rgba(139, 195, 74, 0.3);
}
.b-button.b-light-green:not(.b-tab).b-pressed {
  color: #fff;
  background-color: rgba(139, 195, 74, 0.8);
}
.b-button.b-light-green:not(.b-tab):hover:not(.b-disabled) {
  background-color: rgba(139, 195, 74, 0.3);
}
.b-button.b-light-green:not(.b-tab):hover:not(.b-disabled):not(.b-pressed) {
  border-color: rgba(139, 195, 74, 0.3);
}
.b-button.b-light-green:not(.b-tab).b-pressed:hover {
  color: #fff;
  background-color: rgba(139, 195, 74, 0.7);
}
.b-button.b-light-green:not(.b-tab):active:not(.b-disabled), .b-button.b-light-green:not(.b-tab):active:focus:not(.b-disabled) {
  background-color: #7eb73d;
  border-color: rgba(126, 183, 61, 0.3);
  color: #fff;
}
.b-button.b-light-green:not(.b-tab).b-disabled {
  background-color: transparent;
  color: rgba(139, 195, 74, 0.3);
  border-color: rgba(139, 195, 74, 0.1);
}

.b-button.b-purple:not(.b-tab) {
  color: #9c27b0;
  border-color: rgba(156, 39, 176, 0.3);
  background-color: rgba(156, 39, 176, 0.05);
}
.b-using-keyboard .b-button.b-purple:not(.b-tab):focus, .b-button.b-purple:not(.b-tab).b-using-keyboard:focus {
  background-color: rgba(156, 39, 176, 0.3);
}
.b-button.b-purple:not(.b-tab).b-pressed {
  color: #fff;
  background-color: rgba(156, 39, 176, 0.8);
}
.b-button.b-purple:not(.b-tab):hover:not(.b-disabled) {
  background-color: rgba(156, 39, 176, 0.3);
}
.b-button.b-purple:not(.b-tab):hover:not(.b-disabled):not(.b-pressed) {
  border-color: rgba(156, 39, 176, 0.3);
}
.b-button.b-purple:not(.b-tab).b-pressed:hover {
  color: #fff;
  background-color: rgba(156, 39, 176, 0.7);
}
.b-button.b-purple:not(.b-tab):active:not(.b-disabled), .b-button.b-purple:not(.b-tab):active:focus:not(.b-disabled) {
  background-color: #89229b;
  border-color: rgba(137, 34, 155, 0.3);
  color: #fff;
}
.b-button.b-purple:not(.b-tab).b-disabled {
  background-color: transparent;
  color: rgba(156, 39, 176, 0.3);
  border-color: rgba(156, 39, 176, 0.1);
}

.b-button.b-yellow:not(.b-tab) {
  color: #ffeb3b;
  border-color: rgba(255, 235, 59, 0.3);
  background-color: rgba(255, 235, 59, 0.05);
}
.b-using-keyboard .b-button.b-yellow:not(.b-tab):focus, .b-button.b-yellow:not(.b-tab).b-using-keyboard:focus {
  background-color: rgba(255, 235, 59, 0.3);
}
.b-button.b-yellow:not(.b-tab).b-pressed {
  color: #fff;
  background-color: rgba(255, 235, 59, 0.8);
}
.b-button.b-yellow:not(.b-tab):hover:not(.b-disabled) {
  background-color: rgba(255, 235, 59, 0.3);
}
.b-button.b-yellow:not(.b-tab):hover:not(.b-disabled):not(.b-pressed) {
  border-color: rgba(255, 235, 59, 0.3);
}
.b-button.b-yellow:not(.b-tab).b-pressed:hover {
  color: #fff;
  background-color: rgba(255, 235, 59, 0.7);
}
.b-button.b-yellow:not(.b-tab):active:not(.b-disabled), .b-button.b-yellow:not(.b-tab):active:focus:not(.b-disabled) {
  background-color: #ffe822;
  border-color: rgba(255, 232, 34, 0.3);
  color: #fff;
}
.b-button.b-yellow:not(.b-tab).b-disabled {
  background-color: transparent;
  color: rgba(255, 235, 59, 0.3);
  border-color: rgba(255, 235, 59, 0.1);
}

.b-button.b-red:not(.b-tab) {
  color: #f44336;
  border-color: rgba(244, 67, 54, 0.3);
  background-color: rgba(244, 67, 54, 0.05);
}
.b-using-keyboard .b-button.b-red:not(.b-tab):focus, .b-button.b-red:not(.b-tab).b-using-keyboard:focus {
  background-color: rgba(244, 67, 54, 0.3);
}
.b-button.b-red:not(.b-tab).b-pressed {
  color: #fff;
  background-color: rgba(244, 67, 54, 0.8);
}
.b-button.b-red:not(.b-tab):hover:not(.b-disabled) {
  background-color: rgba(244, 67, 54, 0.3);
}
.b-button.b-red:not(.b-tab):hover:not(.b-disabled):not(.b-pressed) {
  border-color: rgba(244, 67, 54, 0.3);
}
.b-button.b-red:not(.b-tab).b-pressed:hover {
  color: #fff;
  background-color: rgba(244, 67, 54, 0.7);
}
.b-button.b-red:not(.b-tab):active:not(.b-disabled), .b-button.b-red:not(.b-tab):active:focus:not(.b-disabled) {
  background-color: #f32c1e;
  border-color: rgba(243, 44, 30, 0.3);
  color: #fff;
}
.b-button.b-red:not(.b-tab).b-disabled {
  background-color: transparent;
  color: rgba(244, 67, 54, 0.3);
  border-color: rgba(244, 67, 54, 0.1);
}

.b-button.b-dark-gray:not(.b-tab) {
  color: #424242;
  border-color: rgba(66, 66, 66, 0.3);
  background-color: rgba(66, 66, 66, 0.05);
}
.b-using-keyboard .b-button.b-dark-gray:not(.b-tab):focus, .b-button.b-dark-gray:not(.b-tab).b-using-keyboard:focus {
  background-color: rgba(66, 66, 66, 0.3);
}
.b-button.b-dark-gray:not(.b-tab).b-pressed {
  color: #fff;
  background-color: rgba(66, 66, 66, 0.8);
}
.b-button.b-dark-gray:not(.b-tab):hover:not(.b-disabled) {
  background-color: rgba(66, 66, 66, 0.3);
}
.b-button.b-dark-gray:not(.b-tab):hover:not(.b-disabled):not(.b-pressed) {
  border-color: rgba(66, 66, 66, 0.3);
}
.b-button.b-dark-gray:not(.b-tab).b-pressed:hover {
  color: #fff;
  background-color: rgba(66, 66, 66, 0.7);
}
.b-button.b-dark-gray:not(.b-tab):active:not(.b-disabled), .b-button.b-dark-gray:not(.b-tab):active:focus:not(.b-disabled) {
  background-color: #353535;
  border-color: rgba(53, 53, 53, 0.3);
  color: #fff;
}
.b-button.b-dark-gray:not(.b-tab).b-disabled {
  background-color: transparent;
  color: rgba(66, 66, 66, 0.3);
  border-color: rgba(66, 66, 66, 0.1);
}

.b-button.b-gray:not(.b-tab) {
  color: #9e9e9e;
  border-color: rgba(158, 158, 158, 0.3);
  background-color: rgba(158, 158, 158, 0.05);
}
.b-using-keyboard .b-button.b-gray:not(.b-tab):focus, .b-button.b-gray:not(.b-tab).b-using-keyboard:focus {
  background-color: rgba(158, 158, 158, 0.3);
}
.b-button.b-gray:not(.b-tab).b-pressed {
  color: #fff;
  background-color: rgba(158, 158, 158, 0.8);
}
.b-button.b-gray:not(.b-tab):hover:not(.b-disabled) {
  background-color: rgba(158, 158, 158, 0.3);
}
.b-button.b-gray:not(.b-tab):hover:not(.b-disabled):not(.b-pressed) {
  border-color: rgba(158, 158, 158, 0.3);
}
.b-button.b-gray:not(.b-tab).b-pressed:hover {
  color: #fff;
  background-color: rgba(158, 158, 158, 0.7);
}
.b-button.b-gray:not(.b-tab):active:not(.b-disabled), .b-button.b-gray:not(.b-tab):active:focus:not(.b-disabled) {
  background-color: #919191;
  border-color: rgba(145, 145, 145, 0.3);
  color: #fff;
}
.b-button.b-gray:not(.b-tab).b-disabled {
  background-color: transparent;
  color: rgba(158, 158, 158, 0.3);
  border-color: rgba(158, 158, 158, 0.1);
}

.b-button.b-light-gray:not(.b-tab) {
  color: #e0e0e0;
  border-color: rgba(224, 224, 224, 0.3);
  background-color: rgba(224, 224, 224, 0.05);
}
.b-using-keyboard .b-button.b-light-gray:not(.b-tab):focus, .b-button.b-light-gray:not(.b-tab).b-using-keyboard:focus {
  background-color: rgba(224, 224, 224, 0.3);
}
.b-button.b-light-gray:not(.b-tab).b-pressed {
  color: #fff;
  background-color: rgba(224, 224, 224, 0.8);
}
.b-button.b-light-gray:not(.b-tab):hover:not(.b-disabled) {
  background-color: rgba(224, 224, 224, 0.3);
}
.b-button.b-light-gray:not(.b-tab):hover:not(.b-disabled):not(.b-pressed) {
  border-color: rgba(224, 224, 224, 0.3);
}
.b-button.b-light-gray:not(.b-tab).b-pressed:hover {
  color: #fff;
  background-color: rgba(224, 224, 224, 0.7);
}
.b-button.b-light-gray:not(.b-tab):active:not(.b-disabled), .b-button.b-light-gray:not(.b-tab):active:focus:not(.b-disabled) {
  background-color: lightgray;
  border-color: rgba(211, 211, 211, 0.3);
  color: #fff;
}
.b-button.b-light-gray:not(.b-tab).b-disabled {
  background-color: transparent;
  color: rgba(224, 224, 224, 0.3);
  border-color: rgba(224, 224, 224, 0.1);
}

.b-button:not(.b-tab) {
  color: #2196f3;
  border-color: rgba(33, 150, 243, 0.3);
  background-color: rgba(33, 150, 243, 0.05);
}
.b-using-keyboard .b-button:not(.b-tab):focus, .b-button:not(.b-tab).b-using-keyboard:focus {
  background-color: rgba(33, 150, 243, 0.3);
}
.b-button:not(.b-tab).b-pressed {
  color: #fff;
  background-color: rgba(33, 150, 243, 0.8);
}
.b-button:not(.b-tab):hover:not(.b-disabled) {
  background-color: rgba(33, 150, 243, 0.3);
}
.b-button:not(.b-tab):hover:not(.b-disabled):not(.b-pressed) {
  border-color: rgba(33, 150, 243, 0.3);
}
.b-button:not(.b-tab).b-pressed:hover {
  color: #fff;
  background-color: rgba(33, 150, 243, 0.7);
}
.b-button:not(.b-tab):active:not(.b-disabled), .b-button:not(.b-tab):active:focus:not(.b-disabled) {
  background-color: #0d8aee;
  border-color: rgba(13, 138, 238, 0.3);
  color: #fff;
}
.b-button:not(.b-tab).b-disabled {
  background-color: transparent;
  color: rgba(33, 150, 243, 0.3);
  border-color: rgba(33, 150, 243, 0.1);
}

.b-ie.b-button:not(.b-rotate-vertical),
.b-ie .b-button:not(.b-rotate-vertical) {
  height: 3em;
}

.b-button.b-raised.b-blue {
  color: #fff;
  border: none;
  background-color: #2196f3;
}
.b-outer.b-using-keyboard .b-button.b-raised.b-blue:focus, .b-button.b-raised.b-blue.b-outer.b-using-keyboard:focus {
  background-color: #4dabf5;
}
.b-outer.b-using-keyboard .b-button.b-raised.b-blue:focus:hover:not(.b-disabled), .b-button.b-raised.b-blue.b-outer.b-using-keyboard:focus:hover:not(.b-disabled), .b-button.b-raised.b-blue:hover:not(.b-disabled) {
  background-color: #37a1f4;
}
.b-button.b-raised.b-blue.b-pressed, .b-button.b-raised.b-blue.b-pressed[data-group]:hover {
  background-color: #0c81df;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
}
.b-button.b-raised.b-blue.b-pressed:hover, .b-outer.b-using-keyboard .b-button.b-raised.b-blue.b-pressed:focus:hover, .b-button.b-raised.b-blue.b-outer.b-using-keyboard.b-pressed:focus:hover, .b-outer.b-using-keyboard .b-button.b-raised.b-blue.b-pressed:focus, .b-button.b-raised.b-blue.b-outer.b-using-keyboard.b-pressed:focus {
  background-color: #1490f2;
}
.b-button.b-raised.b-blue.b-pressed:active {
  background-color: #0963aa;
}
.b-button.b-raised.b-blue.b-pressed:active:hover {
  background-color: #0b72c4;
}
.b-button.b-raised.b-blue:active:not(.b-disabled) {
  background-color: #0b7ad1;
  border-color: #0b7ad1;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
}
.b-button.b-raised.b-blue:active:hover:not(.b-disabled) {
  background-color: #0d89ec;
  border-color: #0d89ec;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.b-button.b-raised.b-blue:disabled:hover, .b-button.b-raised.b-blue:disabled {
  background-color: #e0e0e0;
  color: #424242;
  border-color: #0960a5;
  cursor: default;
}

.b-button.b-raised.b-deep-orange {
  color: #fff;
  border: none;
  background-color: #ff5722;
}
.b-outer.b-using-keyboard .b-button.b-raised.b-deep-orange:focus, .b-button.b-raised.b-deep-orange.b-outer.b-using-keyboard:focus {
  background-color: #ff7a50;
}
.b-outer.b-using-keyboard .b-button.b-raised.b-deep-orange:focus:hover:not(.b-disabled), .b-button.b-raised.b-deep-orange.b-outer.b-using-keyboard:focus:hover:not(.b-disabled), .b-button.b-raised.b-deep-orange:hover:not(.b-disabled) {
  background-color: #ff6838;
}
.b-button.b-raised.b-deep-orange.b-pressed, .b-button.b-raised.b-deep-orange.b-pressed[data-group]:hover {
  background-color: #f63b00;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
}
.b-button.b-raised.b-deep-orange.b-pressed:hover, .b-outer.b-using-keyboard .b-button.b-raised.b-deep-orange.b-pressed:focus:hover, .b-button.b-raised.b-deep-orange.b-outer.b-using-keyboard.b-pressed:focus:hover, .b-outer.b-using-keyboard .b-button.b-raised.b-deep-orange.b-pressed:focus, .b-button.b-raised.b-deep-orange.b-outer.b-using-keyboard.b-pressed:focus {
  background-color: #ff4c14;
}
.b-button.b-raised.b-deep-orange.b-pressed:active {
  background-color: #bc2d00;
}
.b-button.b-raised.b-deep-orange.b-pressed:active:hover {
  background-color: #d93400;
}
.b-button.b-raised.b-deep-orange:active:not(.b-disabled) {
  background-color: #e73700;
  border-color: #e73700;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
}
.b-button.b-raised.b-deep-orange:active:hover:not(.b-disabled) {
  background-color: #ff4105;
  border-color: #ff4105;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.b-button.b-raised.b-deep-orange:disabled:hover, .b-button.b-raised.b-deep-orange:disabled {
  background-color: #e0e0e0;
  color: #424242;
  border-color: #bb2d00;
  cursor: default;
}

.b-button.b-raised.b-orange {
  color: #fff;
  border: none;
  background-color: #ff9800;
}
.b-outer.b-using-keyboard .b-button.b-raised.b-orange:focus, .b-button.b-raised.b-orange.b-outer.b-using-keyboard:focus {
  background-color: #ffab2e;
}
.b-outer.b-using-keyboard .b-button.b-raised.b-orange:focus:hover:not(.b-disabled), .b-button.b-raised.b-orange.b-outer.b-using-keyboard:focus:hover:not(.b-disabled), .b-button.b-raised.b-orange:hover:not(.b-disabled) {
  background-color: #ffa21a;
}
.b-button.b-raised.b-orange.b-pressed, .b-button.b-raised.b-orange.b-pressed[data-group]:hover {
  background-color: #d98100;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
}
.b-button.b-raised.b-orange.b-pressed:hover, .b-outer.b-using-keyboard .b-button.b-raised.b-orange.b-pressed:focus:hover, .b-button.b-raised.b-orange.b-outer.b-using-keyboard.b-pressed:focus:hover, .b-outer.b-using-keyboard .b-button.b-raised.b-orange.b-pressed:focus, .b-button.b-raised.b-orange.b-outer.b-using-keyboard.b-pressed:focus {
  background-color: #f29000;
}
.b-button.b-raised.b-orange.b-pressed:active {
  background-color: #a66300;
}
.b-button.b-raised.b-orange.b-pressed:active:hover {
  background-color: #bf7200;
}
.b-button.b-raised.b-orange:active:not(.b-disabled) {
  background-color: #cc7a00;
  border-color: #cc7a00;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
}
.b-button.b-raised.b-orange:active:hover:not(.b-disabled) {
  background-color: #e68900;
  border-color: #e68900;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.b-button.b-raised.b-orange:disabled:hover, .b-button.b-raised.b-orange:disabled {
  background-color: #e0e0e0;
  color: #424242;
  border-color: #995b00;
  cursor: default;
}

.b-button.b-raised.b-amber {
  color: #fff;
  border: none;
  background-color: #ffc107;
}
.b-outer.b-using-keyboard .b-button.b-raised.b-amber:focus, .b-button.b-raised.b-amber.b-outer.b-using-keyboard:focus {
  background-color: #ffcc35;
}
.b-outer.b-using-keyboard .b-button.b-raised.b-amber:focus:hover:not(.b-disabled), .b-button.b-raised.b-amber.b-outer.b-using-keyboard:focus:hover:not(.b-disabled), .b-button.b-raised.b-amber:hover:not(.b-disabled) {
  background-color: #ffc720;
}
.b-button.b-raised.b-amber.b-pressed, .b-button.b-raised.b-amber.b-pressed[data-group]:hover {
  background-color: #dfa700;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
}
.b-button.b-raised.b-amber.b-pressed:hover, .b-outer.b-using-keyboard .b-button.b-raised.b-amber.b-pressed:focus:hover, .b-button.b-raised.b-amber.b-outer.b-using-keyboard.b-pressed:focus:hover, .b-outer.b-using-keyboard .b-button.b-raised.b-amber.b-pressed:focus, .b-button.b-raised.b-amber.b-outer.b-using-keyboard.b-pressed:focus {
  background-color: #f9bb00;
}
.b-button.b-raised.b-amber.b-pressed:active {
  background-color: #aa8000;
}
.b-button.b-raised.b-amber.b-pressed:active:hover {
  background-color: #c59300;
}
.b-button.b-raised.b-amber:active:not(.b-disabled) {
  background-color: #d29d00;
  border-color: #d29d00;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
}
.b-button.b-raised.b-amber:active:hover:not(.b-disabled) {
  background-color: #ecb100;
  border-color: #ecb100;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.b-button.b-raised.b-amber:disabled:hover, .b-button.b-raised.b-amber:disabled {
  background-color: #e0e0e0;
  color: #424242;
  border-color: #a07800;
  cursor: default;
}

.b-button.b-raised.b-indigo {
  color: #fff;
  border: none;
  background-color: #3f51b5;
}
.b-outer.b-using-keyboard .b-button.b-raised.b-indigo:focus, .b-button.b-raised.b-indigo.b-outer.b-using-keyboard:focus {
  background-color: #5c6cc6;
}
.b-outer.b-using-keyboard .b-button.b-raised.b-indigo:focus:hover:not(.b-disabled), .b-button.b-raised.b-indigo.b-outer.b-using-keyboard:focus:hover:not(.b-disabled), .b-button.b-raised.b-indigo:hover:not(.b-disabled) {
  background-color: #4d5fc1;
}
.b-button.b-raised.b-indigo.b-pressed, .b-button.b-raised.b-indigo.b-pressed[data-group]:hover {
  background-color: #36459a;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
}
.b-button.b-raised.b-indigo.b-pressed:hover, .b-outer.b-using-keyboard .b-button.b-raised.b-indigo.b-pressed:focus:hover, .b-button.b-raised.b-indigo.b-outer.b-using-keyboard.b-pressed:focus:hover, .b-outer.b-using-keyboard .b-button.b-raised.b-indigo.b-pressed:focus, .b-button.b-raised.b-indigo.b-outer.b-using-keyboard.b-pressed:focus {
  background-color: #3c4dac;
}
.b-button.b-raised.b-indigo.b-pressed:active {
  background-color: #293576;
}
.b-button.b-raised.b-indigo.b-pressed:active:hover {
  background-color: #2f3d88;
}
.b-button.b-raised.b-indigo:active:not(.b-disabled) {
  background-color: #324191;
  border-color: #324191;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
}
.b-button.b-raised.b-indigo:active:hover:not(.b-disabled) {
  background-color: #3949a3;
  border-color: #3949a3;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.b-button.b-raised.b-indigo:disabled:hover, .b-button.b-raised.b-indigo:disabled {
  background-color: #e0e0e0;
  color: #424242;
  border-color: #252f69;
  cursor: default;
}

.b-button.b-raised.b-lime {
  color: #fff;
  border: none;
  background-color: #cddc39;
}
.b-outer.b-using-keyboard .b-button.b-raised.b-lime:focus, .b-button.b-raised.b-lime.b-outer.b-using-keyboard:focus {
  background-color: #d7e360;
}
.b-outer.b-using-keyboard .b-button.b-raised.b-lime:focus:hover:not(.b-disabled), .b-button.b-raised.b-lime.b-outer.b-using-keyboard:focus:hover:not(.b-disabled), .b-button.b-raised.b-lime:hover:not(.b-disabled) {
  background-color: #d2e04d;
}
.b-button.b-raised.b-lime.b-pressed, .b-button.b-raised.b-lime.b-pressed[data-group]:hover {
  background-color: #b9c823;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
}
.b-button.b-raised.b-lime.b-pressed:hover, .b-outer.b-using-keyboard .b-button.b-raised.b-lime.b-pressed:focus:hover, .b-button.b-raised.b-lime.b-outer.b-using-keyboard.b-pressed:focus:hover, .b-outer.b-using-keyboard .b-button.b-raised.b-lime.b-pressed:focus, .b-button.b-raised.b-lime.b-outer.b-using-keyboard.b-pressed:focus {
  background-color: #cada2d;
}
.b-button.b-raised.b-lime.b-pressed:active {
  background-color: #8d991b;
}
.b-button.b-raised.b-lime.b-pressed:active:hover {
  background-color: #a3b11f;
}
.b-button.b-raised.b-lime:active:not(.b-disabled) {
  background-color: #aebc21;
  border-color: #aebc21;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
}
.b-button.b-raised.b-lime:active:hover:not(.b-disabled) {
  background-color: #c4d425;
  border-color: #c4d425;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.b-button.b-raised.b-lime:disabled:hover, .b-button.b-raised.b-lime:disabled {
  background-color: #e0e0e0;
  color: #424242;
  border-color: #89951a;
  cursor: default;
}

.b-button.b-raised.b-teal {
  color: #fff;
  border: none;
  background-color: #009688;
}
.b-outer.b-using-keyboard .b-button.b-raised.b-teal:focus, .b-button.b-raised.b-teal.b-outer.b-using-keyboard:focus {
  background-color: #00c4b2;
}
.b-outer.b-using-keyboard .b-button.b-raised.b-teal:focus:hover:not(.b-disabled), .b-button.b-raised.b-teal.b-outer.b-using-keyboard:focus:hover:not(.b-disabled), .b-button.b-raised.b-teal:hover:not(.b-disabled) {
  background-color: #00baa9;
}
.b-button.b-raised.b-teal.b-pressed, .b-button.b-raised.b-teal.b-pressed[data-group]:hover {
  background-color: #008074;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
}
.b-button.b-raised.b-teal.b-pressed:hover, .b-outer.b-using-keyboard .b-button.b-raised.b-teal.b-pressed:focus:hover, .b-button.b-raised.b-teal.b-outer.b-using-keyboard.b-pressed:focus:hover, .b-outer.b-using-keyboard .b-button.b-raised.b-teal.b-pressed:focus, .b-button.b-raised.b-teal.b-outer.b-using-keyboard.b-pressed:focus {
  background-color: #008f81;
}
.b-button.b-raised.b-teal.b-pressed:active {
  background-color: #006258;
}
.b-button.b-raised.b-teal.b-pressed:active:hover {
  background-color: #007166;
}
.b-button.b-raised.b-teal:active:not(.b-disabled) {
  background-color: #00786d;
  border-color: #00786d;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
}
.b-button.b-raised.b-teal:active:hover:not(.b-disabled) {
  background-color: #00877a;
  border-color: #00877a;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.b-button.b-raised.b-teal:disabled:hover, .b-button.b-raised.b-teal:disabled {
  background-color: #e0e0e0;
  color: #424242;
  border-color: #00302c;
  cursor: default;
}

.b-button.b-raised.b-green {
  color: #fff;
  border: none;
  background-color: #4caf50;
}
.b-outer.b-using-keyboard .b-button.b-raised.b-green:focus, .b-button.b-raised.b-green.b-outer.b-using-keyboard:focus {
  background-color: #6abe6e;
}
.b-outer.b-using-keyboard .b-button.b-raised.b-green:focus:hover:not(.b-disabled), .b-button.b-raised.b-green.b-outer.b-using-keyboard:focus:hover:not(.b-disabled), .b-button.b-raised.b-green:hover:not(.b-disabled) {
  background-color: #5cb860;
}
.b-button.b-raised.b-green.b-pressed, .b-button.b-raised.b-green.b-pressed[data-group]:hover {
  background-color: #419544;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
}
.b-button.b-raised.b-green.b-pressed:hover, .b-outer.b-using-keyboard .b-button.b-raised.b-green.b-pressed:focus:hover, .b-button.b-raised.b-green.b-outer.b-using-keyboard.b-pressed:focus:hover, .b-outer.b-using-keyboard .b-button.b-raised.b-green.b-pressed:focus, .b-button.b-raised.b-green.b-outer.b-using-keyboard.b-pressed:focus {
  background-color: #48a64c;
}
.b-button.b-raised.b-green.b-pressed:active {
  background-color: #317234;
}
.b-button.b-raised.b-green.b-pressed:active:hover {
  background-color: #39833c;
}
.b-button.b-raised.b-green:active:not(.b-disabled) {
  background-color: #3d8c40;
  border-color: #3d8c40;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
}
.b-button.b-raised.b-green:active:hover:not(.b-disabled) {
  background-color: #449e48;
  border-color: #449e48;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.b-button.b-raised.b-green:disabled:hover, .b-button.b-raised.b-green:disabled {
  background-color: #e0e0e0;
  color: #424242;
  border-color: #2d682f;
  cursor: default;
}

.b-button.b-raised.b-light-green {
  color: #fff;
  border: none;
  background-color: #8bc34a;
}
.b-outer.b-using-keyboard .b-button.b-raised.b-light-green:focus, .b-button.b-raised.b-light-green.b-outer.b-using-keyboard:focus {
  background-color: #a1ce6c;
}
.b-outer.b-using-keyboard .b-button.b-raised.b-light-green:focus:hover:not(.b-disabled), .b-button.b-raised.b-light-green.b-outer.b-using-keyboard:focus:hover:not(.b-disabled), .b-button.b-raised.b-light-green:hover:not(.b-disabled) {
  background-color: #97c95c;
}
.b-button.b-raised.b-light-green.b-pressed, .b-button.b-raised.b-light-green.b-pressed[data-group]:hover {
  background-color: #77ac39;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
}
.b-button.b-raised.b-light-green.b-pressed:hover, .b-outer.b-using-keyboard .b-button.b-raised.b-light-green.b-pressed:focus:hover, .b-button.b-raised.b-light-green.b-outer.b-using-keyboard.b-pressed:focus:hover, .b-outer.b-using-keyboard .b-button.b-raised.b-light-green.b-pressed:focus, .b-button.b-raised.b-light-green.b-outer.b-using-keyboard.b-pressed:focus {
  background-color: #85c040;
}
.b-button.b-raised.b-light-green.b-pressed:active {
  background-color: #5b832c;
}
.b-button.b-raised.b-light-green.b-pressed:active:hover {
  background-color: #699832;
}
.b-button.b-raised.b-light-green:active:not(.b-disabled) {
  background-color: #70a236;
  border-color: #70a236;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
}
.b-button.b-raised.b-light-green:active:hover:not(.b-disabled) {
  background-color: #7eb63c;
  border-color: #7eb63c;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.b-button.b-raised.b-light-green:disabled:hover, .b-button.b-raised.b-light-green:disabled {
  background-color: #e0e0e0;
  color: #424242;
  border-color: #577d2a;
  cursor: default;
}

.b-button.b-raised.b-purple {
  color: #fff;
  border: none;
  background-color: #9c27b0;
}
.b-outer.b-using-keyboard .b-button.b-raised.b-purple:focus, .b-button.b-raised.b-purple.b-outer.b-using-keyboard:focus {
  background-color: #bb33d2;
}
.b-outer.b-using-keyboard .b-button.b-raised.b-purple:focus:hover:not(.b-disabled), .b-button.b-raised.b-purple.b-outer.b-using-keyboard:focus:hover:not(.b-disabled), .b-button.b-raised.b-purple:hover:not(.b-disabled) {
  background-color: #b12cc8;
}
.b-button.b-raised.b-purple.b-pressed, .b-button.b-raised.b-purple.b-pressed[data-group]:hover {
  background-color: #852196;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
}
.b-button.b-raised.b-purple.b-pressed:hover, .b-outer.b-using-keyboard .b-button.b-raised.b-purple.b-pressed:focus:hover, .b-button.b-raised.b-purple.b-outer.b-using-keyboard.b-pressed:focus:hover, .b-outer.b-using-keyboard .b-button.b-raised.b-purple.b-pressed:focus, .b-button.b-raised.b-purple.b-outer.b-using-keyboard.b-pressed:focus {
  background-color: #9425a7;
}
.b-button.b-raised.b-purple.b-pressed:active {
  background-color: #651972;
}
.b-button.b-raised.b-purple.b-pressed:active:hover {
  background-color: #751d84;
}
.b-button.b-raised.b-purple:active:not(.b-disabled) {
  background-color: #7d1f8d;
  border-color: #7d1f8d;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
}
.b-button.b-raised.b-purple:active:hover:not(.b-disabled) {
  background-color: #8c239e;
  border-color: #8c239e;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.b-button.b-raised.b-purple:disabled:hover, .b-button.b-raised.b-purple:disabled {
  background-color: #e0e0e0;
  color: #424242;
  border-color: #52145d;
  cursor: default;
}

.b-button.b-raised.b-yellow {
  color: #fff;
  border: none;
  background-color: #ffeb3b;
}
.b-outer.b-using-keyboard .b-button.b-raised.b-yellow:focus, .b-button.b-raised.b-yellow.b-outer.b-using-keyboard:focus {
  background-color: #fff069;
}
.b-outer.b-using-keyboard .b-button.b-raised.b-yellow:focus:hover:not(.b-disabled), .b-button.b-raised.b-yellow.b-outer.b-using-keyboard:focus:hover:not(.b-disabled), .b-button.b-raised.b-yellow:hover:not(.b-disabled) {
  background-color: #ffed4f;
}
.b-button.b-raised.b-yellow.b-pressed, .b-button.b-raised.b-yellow.b-pressed[data-group]:hover {
  background-color: #ffe60c;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
}
.b-button.b-raised.b-yellow.b-pressed:hover, .b-outer.b-using-keyboard .b-button.b-raised.b-yellow.b-pressed:focus:hover, .b-button.b-raised.b-yellow.b-outer.b-using-keyboard.b-pressed:focus:hover, .b-outer.b-using-keyboard .b-button.b-raised.b-yellow.b-pressed:focus, .b-button.b-raised.b-yellow.b-outer.b-using-keyboard.b-pressed:focus {
  background-color: #ffe92b;
}
.b-button.b-raised.b-yellow.b-pressed:active {
  background-color: #ccb700;
}
.b-button.b-raised.b-yellow.b-pressed:active:hover {
  background-color: #ecd300;
}
.b-button.b-raised.b-yellow:active:not(.b-disabled) {
  background-color: #fbe200;
  border-color: #fbe200;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
}
.b-button.b-raised.b-yellow:active:hover:not(.b-disabled) {
  background-color: #ffe81c;
  border-color: #ffe81c;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.b-button.b-raised.b-yellow:disabled:hover, .b-button.b-raised.b-yellow:disabled {
  background-color: #e0e0e0;
  color: #424242;
  border-color: #d4be00;
  cursor: default;
}

.b-button.b-raised.b-red {
  color: #fff;
  border: none;
  background-color: #f44336;
}
.b-outer.b-using-keyboard .b-button.b-raised.b-red:focus, .b-button.b-raised.b-red.b-outer.b-using-keyboard:focus {
  background-color: #f66c62;
}
.b-outer.b-using-keyboard .b-button.b-raised.b-red:focus:hover:not(.b-disabled), .b-button.b-raised.b-red.b-outer.b-using-keyboard:focus:hover:not(.b-disabled), .b-button.b-raised.b-red:hover:not(.b-disabled) {
  background-color: #f5564a;
}
.b-button.b-raised.b-red.b-pressed, .b-button.b-raised.b-red.b-pressed[data-group]:hover {
  background-color: #f01d0d;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
}
.b-button.b-raised.b-red.b-pressed:hover, .b-outer.b-using-keyboard .b-button.b-raised.b-red.b-pressed:focus:hover, .b-button.b-raised.b-red.b-outer.b-using-keyboard.b-pressed:focus:hover, .b-outer.b-using-keyboard .b-button.b-raised.b-red.b-pressed:focus, .b-button.b-raised.b-red.b-outer.b-using-keyboard.b-pressed:focus {
  background-color: #f33628;
}
.b-button.b-raised.b-red.b-pressed:active {
  background-color: #b8160a;
}
.b-button.b-raised.b-red.b-pressed:active:hover {
  background-color: #d4190c;
}
.b-button.b-raised.b-red:active:not(.b-disabled) {
  background-color: #e21b0c;
  border-color: #e21b0c;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
}
.b-button.b-raised.b-red:active:hover:not(.b-disabled) {
  background-color: #f2291a;
  border-color: #f2291a;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.b-button.b-raised.b-red:disabled:hover, .b-button.b-raised.b-red:disabled {
  background-color: #e0e0e0;
  color: #424242;
  border-color: #ba160a;
  cursor: default;
}

.b-button.b-raised.b-dark-gray {
  color: #fff;
  border: none;
  background-color: #424242;
}
.b-outer.b-using-keyboard .b-button.b-raised.b-dark-gray:focus, .b-button.b-raised.b-dark-gray.b-outer.b-using-keyboard:focus {
  background-color: #595959;
}
.b-outer.b-using-keyboard .b-button.b-raised.b-dark-gray:focus:hover:not(.b-disabled), .b-button.b-raised.b-dark-gray.b-outer.b-using-keyboard:focus:hover:not(.b-disabled), .b-button.b-raised.b-dark-gray:hover:not(.b-disabled) {
  background-color: #555555;
}
.b-button.b-raised.b-dark-gray.b-pressed, .b-button.b-raised.b-dark-gray.b-pressed[data-group]:hover {
  background-color: #383838;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
}
.b-button.b-raised.b-dark-gray.b-pressed:hover, .b-outer.b-using-keyboard .b-button.b-raised.b-dark-gray.b-pressed:focus:hover, .b-button.b-raised.b-dark-gray.b-outer.b-using-keyboard.b-pressed:focus:hover, .b-outer.b-using-keyboard .b-button.b-raised.b-dark-gray.b-pressed:focus, .b-button.b-raised.b-dark-gray.b-outer.b-using-keyboard.b-pressed:focus {
  background-color: #3f3f3f;
}
.b-button.b-raised.b-dark-gray.b-pressed:active {
  background-color: #2b2b2b;
}
.b-button.b-raised.b-dark-gray.b-pressed:active:hover {
  background-color: #323232;
}
.b-button.b-raised.b-dark-gray:active:not(.b-disabled) {
  background-color: #353535;
  border-color: #353535;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
}
.b-button.b-raised.b-dark-gray:active:hover:not(.b-disabled) {
  background-color: #3b3b3b;
  border-color: #3b3b3b;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.b-button.b-raised.b-dark-gray:disabled:hover, .b-button.b-raised.b-dark-gray:disabled {
  background-color: #e0e0e0;
  color: #424242;
  border-color: #0f0f0f;
  cursor: default;
}

.b-button.b-raised.b-gray {
  color: #fff;
  border: none;
  background-color: #9e9e9e;
}
.b-outer.b-using-keyboard .b-button.b-raised.b-gray:focus, .b-button.b-raised.b-gray.b-outer.b-using-keyboard:focus {
  background-color: #b5b5b5;
}
.b-outer.b-using-keyboard .b-button.b-raised.b-gray:focus:hover:not(.b-disabled), .b-button.b-raised.b-gray.b-outer.b-using-keyboard:focus:hover:not(.b-disabled), .b-button.b-raised.b-gray:hover:not(.b-disabled) {
  background-color: #a8a8a8;
}
.b-button.b-raised.b-gray.b-pressed, .b-button.b-raised.b-gray.b-pressed[data-group]:hover {
  background-color: #868686;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
}
.b-button.b-raised.b-gray.b-pressed:hover, .b-outer.b-using-keyboard .b-button.b-raised.b-gray.b-pressed:focus:hover, .b-button.b-raised.b-gray.b-outer.b-using-keyboard.b-pressed:focus:hover, .b-outer.b-using-keyboard .b-button.b-raised.b-gray.b-pressed:focus, .b-button.b-raised.b-gray.b-outer.b-using-keyboard.b-pressed:focus {
  background-color: #969696;
}
.b-button.b-raised.b-gray.b-pressed:active {
  background-color: #676767;
}
.b-button.b-raised.b-gray.b-pressed:active:hover {
  background-color: #777777;
}
.b-button.b-raised.b-gray:active:not(.b-disabled) {
  background-color: #7e7e7e;
  border-color: #7e7e7e;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
}
.b-button.b-raised.b-gray:active:hover:not(.b-disabled) {
  background-color: #8e8e8e;
  border-color: #8e8e8e;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.b-button.b-raised.b-gray:disabled:hover, .b-button.b-raised.b-gray:disabled {
  background-color: #e0e0e0;
  color: #424242;
  border-color: #6b6b6b;
  cursor: default;
}

.b-button.b-raised.b-light-gray {
  color: #fff;
  border: none;
  background-color: #e0e0e0;
}
.b-outer.b-using-keyboard .b-button.b-raised.b-light-gray:focus, .b-button.b-raised.b-light-gray.b-outer.b-using-keyboard:focus {
  background-color: #f7f7f7;
}
.b-outer.b-using-keyboard .b-button.b-raised.b-light-gray:focus:hover:not(.b-disabled), .b-button.b-raised.b-light-gray.b-outer.b-using-keyboard:focus:hover:not(.b-disabled), .b-button.b-raised.b-light-gray:hover:not(.b-disabled) {
  background-color: #e3e3e3;
}
.b-button.b-raised.b-light-gray.b-pressed, .b-button.b-raised.b-light-gray.b-pressed[data-group]:hover {
  background-color: #bebebe;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
}
.b-button.b-raised.b-light-gray.b-pressed:hover, .b-outer.b-using-keyboard .b-button.b-raised.b-light-gray.b-pressed:focus:hover, .b-button.b-raised.b-light-gray.b-outer.b-using-keyboard.b-pressed:focus:hover, .b-outer.b-using-keyboard .b-button.b-raised.b-light-gray.b-pressed:focus, .b-button.b-raised.b-light-gray.b-outer.b-using-keyboard.b-pressed:focus {
  background-color: #d5d5d5;
}
.b-button.b-raised.b-light-gray.b-pressed:active {
  background-color: #929292;
}
.b-button.b-raised.b-light-gray.b-pressed:active:hover {
  background-color: #a8a8a8;
}
.b-button.b-raised.b-light-gray:active:not(.b-disabled) {
  background-color: #b3b3b3;
  border-color: #b3b3b3;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
}
.b-button.b-raised.b-light-gray:active:hover:not(.b-disabled) {
  background-color: #cacaca;
  border-color: #cacaca;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.b-button.b-raised.b-light-gray:disabled:hover, .b-button.b-raised.b-light-gray:disabled {
  background-color: #e0e0e0;
  color: #424242;
  border-color: #adadad;
  cursor: default;
}

.b-button.b-raised {
  color: #fff;
  border: none;
  background-color: #2196f3;
}
.b-outer.b-using-keyboard .b-button.b-raised:focus, .b-button.b-raised.b-outer.b-using-keyboard:focus {
  background-color: #4dabf5;
}
.b-outer.b-using-keyboard .b-button.b-raised:focus:hover:not(.b-disabled), .b-button.b-raised.b-outer.b-using-keyboard:focus:hover:not(.b-disabled), .b-button.b-raised:hover:not(.b-disabled) {
  background-color: #37a1f4;
}
.b-button.b-raised.b-pressed, .b-button.b-raised.b-pressed[data-group]:hover {
  background-color: #0c81df;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
}
.b-button.b-raised.b-pressed:hover, .b-outer.b-using-keyboard .b-button.b-raised.b-pressed:focus:hover, .b-button.b-raised.b-outer.b-using-keyboard.b-pressed:focus:hover, .b-outer.b-using-keyboard .b-button.b-raised.b-pressed:focus, .b-button.b-raised.b-outer.b-using-keyboard.b-pressed:focus {
  background-color: #1490f2;
}
.b-button.b-raised.b-pressed:active {
  background-color: #0963aa;
}
.b-button.b-raised.b-pressed:active:hover {
  background-color: #0b72c4;
}
.b-button.b-raised:active:not(.b-disabled) {
  background-color: #0b7ad1;
  border-color: #0b7ad1;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
}
.b-button.b-raised:active:hover:not(.b-disabled) {
  background-color: #0d89ec;
  border-color: #0d89ec;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.b-button.b-raised:disabled:hover, .b-button.b-raised:disabled {
  background-color: #e0e0e0;
  color: #424242;
  border-color: #0960a5;
  cursor: default;
}

.b-buttongroup {
  overflow: visible;
  flex-shrink: 0;
}
.b-buttongroup.b-content-element {
  display: inline-flex;
  flex-flow: row nowrap;
}
.b-buttongroup.b-content-element.b-rotate-vertical {
  flex-direction: column;
}
.b-buttongroup .b-button {
  margin: 0;
}
.b-buttongroup .b-button:not(.b-pressed) {
  box-shadow: none !important;
}
.b-buttongroup .b-button.b-pressed, .b-buttongroup .b-button:active {
  z-index: 2;
}
.b-buttongroup .b-button:not(:first-child) {
  margin-left: 0;
}
.b-buttongroup.b-columned.b-content-element {
  flex: 1;
  flex-wrap: wrap;
}
.b-buttongroup.b-columned.b-content-element .b-button {
  margin-left: 0;
}
.b-buttongroup .b-button:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.b-buttongroup .b-button:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.b-buttongroup .b-button:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.b-panel.b-calendarpanel {
  --min-row-height: 75;
  --min-column-width: 75;
  -webkit-user-select: none;
  user-select: none;
}
.b-panel.b-calendarpanel.b-outer {
  display: inline-flex;
}
.b-panel.b-calendarpanel .b-week-number-cell {
  display: none;
}
.b-panel.b-calendarpanel.b-show-week-column .b-week-number-cell {
  display: flex;
  flex-direction: column;
}
.b-panel.b-calendarpanel .b-calendar-weekdays .b-calendar-day-header {
  flex: 1 0 0px;
  text-align: center;
}
.b-panel.b-calendarpanel .b-calendarpanel-content {
  flex-flow: column nowrap;
  align-items: stretch;
}
.b-panel.b-calendarpanel .b-calendarpanel-content .b-calendar-row {
  display: flex;
}
.b-panel.b-calendarpanel .b-calendarpanel-content .b-calendar-row.b-calendar-week .b-calendar-cell {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.b-panel.b-calendarpanel .b-calendarpanel-content .b-calendar-days {
  flex: 1 1 auto;
  display: flex;
  justify-content: space-around;
  overflow: hidden;
}
.b-panel.b-calendarpanel .b-calendarpanel-content .b-weeks-container {
  display: flex;
  flex-direction: column;
}
.b-panel.b-calendarpanel .b-calendarpanel-content .b-weeks-container.b-min-columnwidth.b-horizontal-overflow {
  align-items: flex-start;
}
.b-panel.b-calendarpanel .b-calendarpanel-content .b-weeks-container.b-min-columnwidth.b-horizontal-overflow .b-calendar-row {
  overflow: hidden;
}
.b-panel.b-calendarpanel .b-calendarpanel-content.b-hide-nonworking-days .b-calendar-day-header.b-nonworking-day, .b-panel.b-calendarpanel .b-calendarpanel-content.b-hide-nonworking-days .b-calendar-cell.b-nonworking-day {
  display: none;
}

.b-container .b-checkbox .b-checkbox-label {
  margin-left: 0;
}
.b-container .b-checkbox .b-checkbox-label:before {
  margin: 0.675em;
  margin-right: 0.4em;
  margin-left: 0;
  margin-top: 0.5em;
}

.b-checkbox {
  position: relative;
  align-items: center;
}
.b-ie .b-checkbox, .b-checkbox.b-ie {
  display: flex;
}
.b-ie .b-checkbox .b-field-inner, .b-checkbox.b-ie .b-field-inner {
  flex: none;
}
.b-ie .b-check-header-with-checkbox .b-checkbox .b-field-inner {
  flex: 1 0 0px;
}
.b-checkbox .b-field-inner {
  border: none;
  background-color: transparent;
}
.b-checkbox .b-checkbox-label {
  position: relative;
  font-size: inherit;
  cursor: pointer;
  color: #9e9e9e;
}
.b-container .b-checkbox .b-checkbox-label {
  color: #9e9e9e;
}
.b-checkbox .b-checkbox-label:before {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.4em;
  font-size: 1.1em;
  width: 1.2em;
  height: 1.2em;
  padding: 0;
  border-radius: 2px;
  transition: color 0.2s, background 0.2s;
  color: transparent;
  background: transparent;
  border: 2px solid #9e9e9e;
}
.b-checkbox input {
  z-index: 1;
  opacity: 0;
  width: 2.2em;
  height: 2.2em;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  cursor: pointer;
  transition: color 0.5s, background-color 0.5s;
}
.b-checkbox input[type=checkbox]:checked + .b-checkbox-label:before {
  color: #fff;
  background: #2196f3;
  border-color: #2196f3;
}
.b-checkbox.b-disabled .b-checkbox-label {
  color: #bdbdbd;
}
.b-checkbox.b-disabled .b-checkbox-label::before {
  border-color: #eeeeee;
  background: transparent;
}
.b-checkbox.b-disabled input[type=checkbox]:checked + .b-checkbox-label:before {
  background: rgba(33, 150, 243, 0.2);
  border-color: rgba(33, 150, 243, 0.2);
}

.b-checkbox.b-blue .b-checkbox-label:before {
  color: rgba(33, 150, 243, 0.1);
  border-color: rgba(33, 150, 243, 0.5);
}
.b-checkbox.b-blue input[type=checkbox]:checked + .b-checkbox-label:before {
  color: #fff;
  background: #2196f3;
  border-color: #2196f3;
}
.b-checkbox.b-blue.b-disabled .b-checkbox-label::before {
  border-color: rgba(33, 150, 243, 0.2);
}
.b-checkbox.b-blue.b-disabled input[type=checkbox]:checked + .b-checkbox-label:before {
  background: rgba(33, 150, 243, 0.2);
  border-color: rgba(33, 150, 243, 0.2);
}

.b-checkbox.b-deep-orange .b-checkbox-label:before {
  color: rgba(255, 87, 34, 0.1);
  border-color: rgba(255, 87, 34, 0.5);
}
.b-checkbox.b-deep-orange input[type=checkbox]:checked + .b-checkbox-label:before {
  color: #fff;
  background: #ff5722;
  border-color: #ff5722;
}
.b-checkbox.b-deep-orange.b-disabled .b-checkbox-label::before {
  border-color: rgba(255, 87, 34, 0.2);
}
.b-checkbox.b-deep-orange.b-disabled input[type=checkbox]:checked + .b-checkbox-label:before {
  background: rgba(255, 87, 34, 0.2);
  border-color: rgba(255, 87, 34, 0.2);
}

.b-checkbox.b-orange .b-checkbox-label:before {
  color: rgba(255, 152, 0, 0.1);
  border-color: rgba(255, 152, 0, 0.5);
}
.b-checkbox.b-orange input[type=checkbox]:checked + .b-checkbox-label:before {
  color: #fff;
  background: #ff9800;
  border-color: #ff9800;
}
.b-checkbox.b-orange.b-disabled .b-checkbox-label::before {
  border-color: rgba(255, 152, 0, 0.2);
}
.b-checkbox.b-orange.b-disabled input[type=checkbox]:checked + .b-checkbox-label:before {
  background: rgba(255, 152, 0, 0.2);
  border-color: rgba(255, 152, 0, 0.2);
}

.b-checkbox.b-indigo .b-checkbox-label:before {
  color: rgba(63, 81, 181, 0.1);
  border-color: rgba(63, 81, 181, 0.5);
}
.b-checkbox.b-indigo input[type=checkbox]:checked + .b-checkbox-label:before {
  color: #fff;
  background: #3f51b5;
  border-color: #3f51b5;
}
.b-checkbox.b-indigo.b-disabled .b-checkbox-label::before {
  border-color: rgba(63, 81, 181, 0.2);
}
.b-checkbox.b-indigo.b-disabled input[type=checkbox]:checked + .b-checkbox-label:before {
  background: rgba(63, 81, 181, 0.2);
  border-color: rgba(63, 81, 181, 0.2);
}

.b-checkbox.b-green .b-checkbox-label:before {
  color: rgba(76, 175, 80, 0.1);
  border-color: rgba(76, 175, 80, 0.5);
}
.b-checkbox.b-green input[type=checkbox]:checked + .b-checkbox-label:before {
  color: #fff;
  background: #4caf50;
  border-color: #4caf50;
}
.b-checkbox.b-green.b-disabled .b-checkbox-label::before {
  border-color: rgba(76, 175, 80, 0.2);
}
.b-checkbox.b-green.b-disabled input[type=checkbox]:checked + .b-checkbox-label:before {
  background: rgba(76, 175, 80, 0.2);
  border-color: rgba(76, 175, 80, 0.2);
}

.b-checkbox.b-purple .b-checkbox-label:before {
  color: rgba(156, 39, 176, 0.1);
  border-color: rgba(156, 39, 176, 0.5);
}
.b-checkbox.b-purple input[type=checkbox]:checked + .b-checkbox-label:before {
  color: #fff;
  background: #9c27b0;
  border-color: #9c27b0;
}
.b-checkbox.b-purple.b-disabled .b-checkbox-label::before {
  border-color: rgba(156, 39, 176, 0.2);
}
.b-checkbox.b-purple.b-disabled input[type=checkbox]:checked + .b-checkbox-label:before {
  background: rgba(156, 39, 176, 0.2);
  border-color: rgba(156, 39, 176, 0.2);
}

.b-checkbox.b-yellow .b-checkbox-label:before {
  color: rgba(255, 235, 59, 0.1);
  border-color: rgba(255, 235, 59, 0.5);
}
.b-checkbox.b-yellow input[type=checkbox]:checked + .b-checkbox-label:before {
  color: #fff;
  background: #ffeb3b;
  border-color: #ffeb3b;
}
.b-checkbox.b-yellow.b-disabled .b-checkbox-label::before {
  border-color: rgba(255, 235, 59, 0.2);
}
.b-checkbox.b-yellow.b-disabled input[type=checkbox]:checked + .b-checkbox-label:before {
  background: rgba(255, 235, 59, 0.2);
  border-color: rgba(255, 235, 59, 0.2);
}

.b-checkbox.b-red .b-checkbox-label:before {
  color: rgba(244, 67, 54, 0.1);
  border-color: rgba(244, 67, 54, 0.5);
}
.b-checkbox.b-red input[type=checkbox]:checked + .b-checkbox-label:before {
  color: #fff;
  background: #f44336;
  border-color: #f44336;
}
.b-checkbox.b-red.b-disabled .b-checkbox-label::before {
  border-color: rgba(244, 67, 54, 0.2);
}
.b-checkbox.b-red.b-disabled input[type=checkbox]:checked + .b-checkbox-label:before {
  background: rgba(244, 67, 54, 0.2);
  border-color: rgba(244, 67, 54, 0.2);
}

.b-checkbox.b-amber .b-checkbox-label:before {
  color: rgba(255, 193, 7, 0.1);
  border-color: rgba(255, 193, 7, 0.5);
}
.b-checkbox.b-amber input[type=checkbox]:checked + .b-checkbox-label:before {
  color: #fff;
  background: #ffc107;
  border-color: #ffc107;
}
.b-checkbox.b-amber.b-disabled .b-checkbox-label::before {
  border-color: rgba(255, 193, 7, 0.2);
}
.b-checkbox.b-amber.b-disabled input[type=checkbox]:checked + .b-checkbox-label:before {
  background: rgba(255, 193, 7, 0.2);
  border-color: rgba(255, 193, 7, 0.2);
}

.b-checkbox.b-lime .b-checkbox-label:before {
  color: rgba(205, 220, 57, 0.1);
  border-color: rgba(205, 220, 57, 0.5);
}
.b-checkbox.b-lime input[type=checkbox]:checked + .b-checkbox-label:before {
  color: #fff;
  background: #cddc39;
  border-color: #cddc39;
}
.b-checkbox.b-lime.b-disabled .b-checkbox-label::before {
  border-color: rgba(205, 220, 57, 0.2);
}
.b-checkbox.b-lime.b-disabled input[type=checkbox]:checked + .b-checkbox-label:before {
  background: rgba(205, 220, 57, 0.2);
  border-color: rgba(205, 220, 57, 0.2);
}

.b-checkbox.b-teal .b-checkbox-label:before {
  color: rgba(0, 150, 136, 0.1);
  border-color: rgba(0, 150, 136, 0.5);
}
.b-checkbox.b-teal input[type=checkbox]:checked + .b-checkbox-label:before {
  color: #fff;
  background: #009688;
  border-color: #009688;
}
.b-checkbox.b-teal.b-disabled .b-checkbox-label::before {
  border-color: rgba(0, 150, 136, 0.2);
}
.b-checkbox.b-teal.b-disabled input[type=checkbox]:checked + .b-checkbox-label:before {
  background: rgba(0, 150, 136, 0.2);
  border-color: rgba(0, 150, 136, 0.2);
}

.b-checkbox.b-light-green .b-checkbox-label:before {
  color: rgba(139, 195, 74, 0.1);
  border-color: rgba(139, 195, 74, 0.5);
}
.b-checkbox.b-light-green input[type=checkbox]:checked + .b-checkbox-label:before {
  color: #fff;
  background: #8bc34a;
  border-color: #8bc34a;
}
.b-checkbox.b-light-green.b-disabled .b-checkbox-label::before {
  border-color: rgba(139, 195, 74, 0.2);
}
.b-checkbox.b-light-green.b-disabled input[type=checkbox]:checked + .b-checkbox-label:before {
  background: rgba(139, 195, 74, 0.2);
  border-color: rgba(139, 195, 74, 0.2);
}

.b-checkbox.b-purple .b-checkbox-label:before {
  color: rgba(156, 39, 176, 0.1);
  border-color: rgba(156, 39, 176, 0.5);
}
.b-checkbox.b-purple input[type=checkbox]:checked + .b-checkbox-label:before {
  color: #fff;
  background: #9c27b0;
  border-color: #9c27b0;
}
.b-checkbox.b-purple.b-disabled .b-checkbox-label::before {
  border-color: rgba(156, 39, 176, 0.2);
}
.b-checkbox.b-purple.b-disabled input[type=checkbox]:checked + .b-checkbox-label:before {
  background: rgba(156, 39, 176, 0.2);
  border-color: rgba(156, 39, 176, 0.2);
}

.b-combo .b-fieldtrigger.b-icon-picker:before {
  transition: transform 0.3s;
}
.b-combo.b-open .b-fieldtrigger.b-icon-picker:before {
  transform: rotate(180deg);
}
.b-combo.b-inline-picker:not(.b-label-above) {
  flex-wrap: wrap;
  align-content: flex-start;
}
.b-combo.b-inline-picker:not(.b-label-above) .b-field-inner {
  flex-shrink: 0;
  align-self: flex-start;
}
.b-combo.b-inline-picker:not(.b-label-above) .b-combo-picker {
  flex: 1 0 100%;
}
.b-combo .b-field-inner .b-fieldtrigger.b-icon-remove {
  font-size: 0.8em;
}
.b-combo.b-hide-trigger .b-fieldtrigger.b-icon-picker, .b-combo.b-readonly .b-fieldtrigger.b-icon-picker {
  display: none;
}
.b-combo.b-uses-chipview .b-field-inner {
  align-self: stretch;
}
.b-combo.b-uses-chipview .b-chipview {
  align-self: stretch;
  display: flex;
  flex-flow: wrap;
  flex: 1 1 auto;
  align-items: center;
  margin: 0.3em 0.3em 0.1em 0;
}
.b-combo.b-uses-chipview .b-chipview:not(.b-empty) input {
  padding-left: 0.2em;
  order: 99999;
}
.b-combo.b-uses-chipview.b-not-editable input {
  order: -1;
  min-width: 0;
  padding-left: 0;
  padding-right: 0;
  flex: 0 1 0px;
}
.b-combo.b-uses-chipview.b-not-editable:not(.b-empty) .b-chipview .b-chip {
  padding: calc(0.3em + 0.5px) 0.7em calc(0.3em + 0.5px) 0.7em;
}
.b-combo.b-uses-chipview.b-not-editable:not(.b-empty) input {
  padding: 0;
  height: 0;
}

.b-list.b-combo-picker.b-empty:not(.b-masked)[data-add-new-value]::after {
  content: attr(data-add-new-value);
  display: block;
  padding: 0.8em;
  color: #616161;
  cursor: pointer;
}

.b-container.b-outer, .b-auto-container:not(.b-toolbar-content).b-single-child > .b-container {
  align-self: stretch;
  flex: 1 1 auto;
}

body.b-container.b-outer {
  margin: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.b-container:focus {
  outline: none;
}

.b-content-element {
  position: relative;
  display: flex;
  flex-flow: row wrap;
}
.b-content-element.b-flex-row {
  align-content: start;
}
.b-content-element.b-text-content {
  display: block;
  overflow: auto;
}

.b-ie .b-content-element.b-flex-row,
.b-ie.b-content-element.b-flex-row {
  align-content: flex-start;
}

.b-datepicker:focus {
  outline: 0;
}
.b-datepicker .b-datepicker-title {
  font-weight: bold;
}
.b-datepicker .b-field {
  background-color: transparent;
  border: 0 none;
  color: #000;
  min-width: 0;
  display: inline-flex;
  flex: none !important;
  width: auto;
  margin-bottom: 0 !important;
  height: 100%;
  cursor: pointer;
}
.b-datepicker .b-field:not(.b-readonly):hover {
  opacity: 0.7;
}
.b-datepicker .b-field .b-field-inner {
  flex: none;
  border: 0 none;
  background-color: transparent;
  align-self: stretch;
  padding: 0;
  box-shadow: none;
}
.b-datepicker .b-field div[type=text] {
  outline: none;
}
.b-datepicker .b-field.b-datepicker-yearfield {
  margin-left: 0.5em;
}
.b-datepicker .b-toolbar.b-dock-top {
  background-color: #fff;
  color: #000;
  border-bottom: none;
  min-height: 0;
  font-size: 1.2em;
}
.b-datepicker .b-toolbar.b-dock-top .b-toolbar-content {
  padding: 0.5em 0.3em;
}
.b-datepicker .b-toolbar.b-dock-top .b-toolbar-content .b-widget:not(.b-last-visible-child) {
  margin-right: 0;
}
.b-datepicker .b-toolbar.b-dock-top .b-container {
  flex-flow: row nowrap;
  justify-content: center;
  margin: 0 !important;
}
.b-datepicker .b-toolbar.b-dock-top .b-icon {
  color: #000;
}
.b-datepicker .b-toolbar.b-dock-top .b-icon:before {
  line-height: normal;
}
.b-datepicker .b-toolbar.b-dock-top .b-button {
  border: none;
  background: transparent !important;
  border-radius: 50%;
  min-width: 0;
  min-height: 0;
  width: 2em;
  height: 2em;
}
.b-datepicker .b-toolbar.b-dock-top .b-button, .b-datepicker .b-toolbar.b-dock-top .b-button:not(.b-tab):active:not([disabled]), .b-datepicker .b-toolbar.b-dock-top .b-button:not(.b-tab):active:focus:not([disabled]) {
  color: #888;
}
.b-datepicker .b-toolbar.b-dock-top .b-button:hover {
  opacity: 0.7;
}
.b-datepicker .b-calendar-weekdays {
  background-color: #fff;
  color: #888;
  font-size: 0.85em;
}
.b-datepicker .b-calendar-weekdays .b-calendar-day-header {
  padding: 0.4em 0;
}
.b-datepicker.b-show-week-column .b-week-number-cell {
  line-height: 2.2em;
  width: 2.2em;
  margin: 4px 5px;
  text-align: center;
}
.b-datepicker .b-calendarpanel-content {
  padding: 0;
  justify-content: flex-start;
}
.b-datepicker .b-calendarpanel-content .b-calendar-row.b-calendar-week .b-week-number-cell {
  color: #76c579;
}
.b-datepicker .b-calendarpanel-content .b-calendar-row.b-calendar-week .b-calendar-cell {
  display: flex;
  height: 2.2em;
  width: 2.2em;
  margin: 4px 5px;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
  border-radius: 50%;
  transition: background-color 0.2s, color 0.2s;
  align-items: center;
}
.b-datepicker .b-calendarpanel-content .b-calendar-row.b-calendar-week .b-calendar-cell.b-today {
  border-color: #ff9800;
  border-width: 1px;
}
.b-datepicker .b-calendarpanel-content .b-calendar-row.b-calendar-week .b-calendar-cell.b-active-date:not(.b-selected-date) {
  background-color: #e8f0fe;
  border-color: #2196f3;
}
.b-datepicker .b-calendarpanel-content .b-calendar-row.b-calendar-week .b-calendar-cell.b-selected-date {
  color: #fff;
  background-color: #2196f3;
  border-color: #2196f3;
}
.b-datepicker .b-calendarpanel-content .b-calendar-row.b-calendar-week .b-calendar-cell.b-other-month {
  color: #bbb;
}
.b-datepicker .b-calendarpanel-content .b-calendar-row.b-calendar-week .b-calendar-cell:not(.b-disabled-date, .b-selected-date) {
  cursor: pointer;
}
.b-datepicker .b-calendarpanel-content .b-calendar-row.b-calendar-week .b-calendar-cell:not(.b-disabled-date, .b-selected-date):hover {
  background-color: rgba(33, 150, 243, 0.5);
  border-color: rgba(33, 150, 243, 0.5);
}
.b-datepicker .b-calendarpanel-content .b-calendar-row.b-calendar-week .b-calendar-cell:not(.b-disabled-date, .b-selected-date):hover.b-today {
  background-color: #ff9800;
  border-color: #ff9800;
}
.b-datepicker .b-calendarpanel-content .b-calendar-row.b-calendar-week .b-calendar-cell.b-out-of-range {
  color: #aaa;
}
.b-datepicker .b-calendarpanel-content .b-calendar-row.b-calendar-week .b-calendar-cell.b-disabled-date {
  color: #aaa;
  opacity: 0.4;
}

.b-readonly-combo-list.b-empty {
  display: none;
}
.b-readonly-combo-list .b-list-item {
  min-width: auto;
}
.b-visible-scrollbar .b-readonly-combo-list .b-list-item {
  padding-right: 2em;
}

.b-editor {
  background-color: #fff;
  border-radius: 2px;
}
.b-editor.b-positioned {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}
.b-editor.b-content-element > .b-widget.b-field {
  margin: 0;
}
.b-editor.b-content-element > .b-widget.b-field > .b-field-inner {
  padding-left: 0.79em;
  padding-right: 0.79em;
}

@keyframes b-field-updated {
  0% {
    color: #424242;
  }
  25% {
    color: #8f8f8f;
  }
  75% {
    color: #8f8f8f;
  }
  100% {
    color: #424242;
  }
}
.b-has-label.b-label-above {
  flex-direction: column;
}
.b-has-label.b-label-before .b-label {
  align-self: center;
  margin-right: 1em;
}
.b-has-label.b-label-above .b-label {
  align-self: flex-start;
  flex: none !important;
  margin: 0 0 0.4em 0.1em;
}
.b-has-label.b-open .b-label, .b-has-label:focus-within .b-label, .b-has-label.b-ie:focus .b-label {
  color: #2196f3;
}
.b-container .b-has-label .b-label.b-align-end {
  margin-left: 1em;
  text-align: left;
}
.b-container .b-has-label.b-open .b-label, .b-container .b-has-label:focus-within .b-label, .b-container .b-has-label.b-ie:focus .b-label {
  color: #2196f3;
}
.b-has-label.b-invalid .b-label {
  color: #f44336 !important;
}
.b-has-label.b-disabled .b-label {
  color: #bdbdbd;
}

.b-field-updated {
  animation-name: b-field-updated;
  animation-duration: 0.5s;
}

.b-flex-column > .b-field {
  width: auto;
}

.b-flex-row:not(.b-toolbar-content) > .b-field {
  flex: 1 0 100%;
  margin-bottom: 0.6em;
  align-self: flex-start;
}
.b-flex-row:not(.b-toolbar-content) > .b-field.b-label-above {
  margin-bottom: 1.2em;
}
.b-flex-row:not(.b-toolbar-content) > .b-field.b-inline .b-field-inner {
  margin-right: 0.6em;
}
.b-flex-row:not(.b-toolbar-content) > .b-field.b-last-visible-child, .b-flex-row:not(.b-toolbar-content) > .b-field.b-last-row {
  margin-bottom: 0;
}

.b-field-inner {
  display: flex;
  flex: 1 1 100%;
  align-items: center;
  background-color: transparent;
  border-radius: 0;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: inherit;
  min-width: 0;
  position: relative;
}

.b-field-hint {
  align-self: stretch;
  overflow: visible;
  pointer-events: none;
  position: relative;
  white-space: nowrap;
  width: 0;
}
.b-field-hint .b-field-hint-content {
  position: absolute;
  right: 0.6em;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.8em;
}
.b-field-no-hint .b-field-hint {
  display: none;
}

.b-numberfield,
.b-textfield {
  align-items: stretch;
  min-width: 3em;
  color: #424242;
  border-color: #9e9e9e;
  border-radius: 0;
  position: relative;
  width: 12.5em;
}
.b-numberfield.b-has-width,
.b-textfield.b-has-width {
  width: auto;
}
.b-numberfield.b-contains-focus .b-field-inner,
.b-textfield.b-contains-focus .b-field-inner {
  border-color: #ff9800;
}
.b-numberfield .b-fieldtrigger,
.b-textfield .b-fieldtrigger {
  color: #757575;
  cursor: pointer;
  flex: 0 0 auto;
  align-items: center;
}
.b-numberfield .b-fieldtrigger.b-align-start,
.b-textfield .b-fieldtrigger.b-align-start {
  padding: 0 0.79em 0 0;
}
.b-numberfield .b-fieldtrigger.b-align-end,
.b-textfield .b-fieldtrigger.b-align-end {
  padding: 0 0 0 0.79em;
}
.b-numberfield .b-fieldtrigger:before,
.b-textfield .b-fieldtrigger:before {
  font-size: 1.3em;
  transition: all 0.3s;
  transform: scale(1);
}
.b-numberfield .b-spintrigger,
.b-textfield .b-spintrigger {
  flex-direction: column;
  font-size: 1em;
}
.b-numberfield .b-spintrigger .b-spin-up:before,
.b-textfield .b-spintrigger .b-spin-up:before {
  content: "\f0d8";
  vertical-align: bottom;
}
.b-numberfield .b-spintrigger .b-spin-down:before,
.b-textfield .b-spintrigger .b-spin-down:before {
  content: "\f0d7";
  vertical-align: top;
}
.b-numberfield.b-hide-spinner .b-spintrigger,
.b-textfield.b-hide-spinner .b-spintrigger {
  display: none;
}
.b-numberfield input, .b-numberfield textarea,
.b-textfield input,
.b-textfield textarea {
  background-color: transparent;
  color: inherit;
  padding: 0.79em 0;
  font-weight: 400;
  flex: 1 1 0px;
  border: 0 none;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  min-width: 1em;
  text-align: inherit;
}
.b-numberfield input:focus, .b-numberfield textarea:focus,
.b-textfield input:focus,
.b-textfield textarea:focus {
  outline: none;
}
.b-numberfield input::-ms-clear, .b-numberfield textarea::-ms-clear,
.b-textfield input::-ms-clear,
.b-textfield textarea::-ms-clear {
  display: none;
}
.b-numberfield ::-webkit-input-placeholder,
.b-textfield ::-webkit-input-placeholder {
  color: #9e9e9e;
}
.b-numberfield.b-empty .b-fieldtrigger.b-icon-remove,
.b-textfield.b-empty .b-fieldtrigger.b-icon-remove {
  visibility: hidden;
}
.b-numberfield:focus-within .b-label i,
.b-textfield:focus-within .b-label i {
  color: #ff9800;
}
.b-numberfield:not(.b-disabled):hover .b-label i,
.b-textfield:not(.b-disabled):hover .b-label i {
  color: #ff9800;
}
.b-numberfield:not(.b-disabled):hover .b-field-inner,
.b-textfield:not(.b-disabled):hover .b-field-inner {
  border-color: #212121;
}
.b-numberfield.b-invalid .b-field-inner,
.b-textfield.b-invalid .b-field-inner {
  border-color: #f44336 !important;
}
.b-numberfield.b-disabled,
.b-textfield.b-disabled {
  color: #bdbdbd;
  cursor: default;
}
.b-numberfield.b-disabled input,
.b-textfield.b-disabled input {
  cursor: text;
}
.b-numberfield.b-disabled .b-fieldtrigger,
.b-textfield.b-disabled .b-fieldtrigger {
  color: #e0e0e0;
}
.b-numberfield.b-disabled .b-fieldtrigger,
.b-textfield.b-disabled .b-fieldtrigger {
  cursor: default;
}
.b-numberfield.b-disabled .b-field-inner,
.b-textfield.b-disabled .b-field-inner {
  border-style: dotted;
}
.b-numberfield.b-readonly,
.b-textfield.b-readonly {
  cursor: default;
}
.b-numberfield.b-readonly input,
.b-textfield.b-readonly input {
  cursor: text;
}
.b-numberfield.b-readonly .b-fieldtrigger,
.b-textfield.b-readonly .b-fieldtrigger {
  color: #e0e0e0;
  cursor: default;
}

.b-numberfield input[type=number]::-webkit-inner-spin-button,
.b-numberfield input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.b-numberfield input[type=number] {
  -moz-appearance: textfield;
}
.b-numberfield .b-field-inner .b-fieldtrigger.b-icon-remove {
  font-size: 0.8em;
}

.b-tooltip.b-field-error-tip {
  border: 1px solid #f44336;
}
.b-tooltip.b-field-error-tip .b-popup-content {
  background-color: #fffef6;
  color: #f44336;
  font-weight: bold;
}

.b-filepicker {
  overflow: visible;
}

.b-displayfield {
  color: inherit;
}
.b-displayfield .b-field-inner {
  border: 0;
  background: transparent;
}
.b-displayfield .b-field-inner span {
  padding: 0.79em 0;
}

.b-pickerfield.b-open .b-field-inner {
  border-color: #2196f3;
}
.b-pickerfield:not(.b-readonly):not(.b-disabled) input[readonly] {
  cursor: pointer;
}

.b-datefield.b-open .b-fieldtrigger {
  color: #2196f3 !important;
}
.b-datefield.b-no-steppers .b-step-trigger {
  display: none;
}

.b-datetimefield {
  align-items: center;
  position: relative;
}
.b-datetimefield.b-ie {
  width: 24em;
}
.b-datetimefield input {
  text-align: center;
}
.b-datetimefield .b-field-inner {
  height: 100%;
}
.b-datetimefield .b-datefield {
  flex: 1 1 55%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.b-datetimefield .b-datefield .b-field-inner {
  border: none;
  border-right: 1px solid #9e9e9e;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.b-datetimefield .b-timefield {
  flex: 1 1 45%;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.b-datetimefield .b-timefield .b-field-inner {
  border: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.b-datetimefield:not(.b-disabled):hover .b-field-inner, .b-datetimefield:focus-within .b-field-inner {
  border-color: #212121;
}
.b-datetimefield:not(.b-disabled):hover .b-datefield .b-field-inner, .b-datetimefield:focus-within .b-datefield .b-field-inner {
  border-right: 1px solid #9e9e9e;
}

.b-label {
  align-items: center;
  color: #9e9e9e;
  font-size: 0.8em;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.b-container .b-label {
  color: #9e9e9e;
}

.b-list {
  display: block;
  background-color: white;
  outline: none;
}
.b-list.b-floating {
  border-radius: 2px;
}
.b-list.b-empty:not(.b-masked) {
  min-height: initial !important;
}
.b-list.b-empty:not(.b-masked)[data-empty-text]::after {
  content: attr(data-empty-text);
  display: block;
  padding: 0.8em;
  color: #616161;
}
.b-list.b-masked {
  padding: 2em 0;
}
.b-list .b-selected-icon {
  margin-inline-end: 0.5em;
  display: none;
}
.b-ie .b-list .b-selected-icon {
  margin-right: 0.5em;
}
.b-list .b-select-all-item {
  border-bottom: 1px solid;
  font-weight: bold;
  position: sticky;
  top: 0;
  background-color: white;
  z-index: 1;
}
.b-list.b-multiselect .b-list-item .b-selected-icon {
  display: block;
  visibility: hidden;
}
.b-list.b-multiselect .b-list-item.b-selected .b-selected-icon {
  visibility: visible;
}

.b-list-item {
  position: relative;
  padding: 0.8em;
  color: #616161;
  cursor: pointer;
  background-color: transparent;
  transition: background-color 0.2s, color 0.2s;
  border-top: 1px dotted rgba(0, 0, 0, 0);
  min-width: 100px;
  overflow: hidden;
  white-space: nowrap;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.b-list-item.b-hidden {
  display: none;
}
.b-list-item:first-child {
  border-top: none;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.b-list-item:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.b-list-item.b-active, .b-list-item:focus {
  outline: none;
}
.b-list-item.b-active:not(.b-disabled), .b-list-item:focus:not(.b-disabled) {
  background-color: #eeeeee;
  color: #616161;
}
.b-list-item.b-list-item-group-header {
  font-weight: bold;
}
.b-list-item.b-list-item-group-header .b-icon-check, .b-list-item.b-list-item-group-header .b-checkbox .b-checkbox-label:before, .b-checkbox .b-list-item.b-list-item-group-header .b-checkbox-label:before {
  display: none;
}
.b-grouped .b-list-item:not(.b-list-item-group-header) {
  padding-left: 2em;
}

.b-chipview {
  background-color: transparent;
}
.b-chipview.b-empty::after {
  display: none;
}
.b-chipview input {
  padding-top: 0.6em;
  padding-bottom: calc(0.6em + 1px);
}
.b-chipview .b-chip {
  display: flex;
  align-items: center;
  margin: 0 0 0.3em 0.3em;
  padding: 0.3em 0.7em 0.3em 0.7em;
  border-radius: 1em;
  background-color: #e0e0e0;
  color: #333333;
  transition: background-color 0.3s, color 0.3s;
}
.b-chipview .b-chip .b-icon {
  height: 1.5em;
  width: 1.5em;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ededed;
  color: #424242;
}
.b-chipview .b-chip .b-icon:first-child:not(.b-close-icon) {
  margin-right: 0.5em;
  margin-left: -0.4em;
}
.b-chipview .b-chip:hover {
  background-color: lightgray;
  color: #262626;
}
.b-chipview .b-chip:hover .b-icon {
  background-color: #ededed;
  color: #424242;
}
.b-chipview .b-chip.b-selected {
  background-color: #2196f3;
  color: #000;
}
.b-chipview .b-chip.b-selected .b-icon {
  background-color: #ededed;
  color: #2196f3;
}
.b-chipview .b-chip.b-selected:hover {
  background-color: #0d8aee;
  color: #000;
}
.b-chipview .b-chip.b-selected:hover .b-icon {
  background-color: #ededed;
  color: #0d8aee;
}
.b-chipview .b-chip .b-close-icon {
  margin-left: 0.5em;
  cursor: pointer;
}
.b-chipview.b-chips-closable .b-chip {
  padding-right: 0.3em;
}

@keyframes maskOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.b-masked {
  position: relative;
}

.b-mask {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10000;
  background-color: transparent;
}
.b-mask:not(.b-prevent-transitions) {
  transition: opacity 1s;
}
.b-mask.b-visible {
  pointer-events: all;
  opacity: 1;
}
.b-mask.b-visible:not(.b-prevent-transitions):not(.b-delayed-show) {
  animation: maskOpacity 0.3s ease 0s 1;
}
.b-mask.b-hidden {
  pointer-events: none;
  opacity: 0;
}
.b-mask.b-hidden:not(.b-prevent-transitions) {
  animation: maskOpacity 0.2s ease 0s 1 reverse;
}
.b-mask.b-delayed-show {
  opacity: 0;
}
.b-mask.b-mask-bright {
  background-color: rgba(255, 255, 255, 0.7);
}
.b-mask.b-mask-bright-blur {
  background-color: rgba(255, 255, 255, 0.7);
}
.b-mask.b-mask-dark {
  background-color: rgba(0, 0, 0, 0.3);
}
.b-mask.b-mask-dark-blur {
  background-color: rgba(0, 0, 0, 0.3);
}

.b-mask-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  color: #fff;
  background-color: #2196f3;
  border-radius: 2px;
}

.b-mask-text {
  padding: 1em;
  display: flex;
  align-items: center;
}

.b-mask-progress-bar {
  height: 3px;
  background-color: #ff9800;
}

.b-mask-icon {
  margin-right: 0.5em;
}

.b-masked-dark-blur,
.b-masked-bright-blur {
  filter: blur(3px);
  transform: scale(1.01);
  transition: all 0.5s;
}

.b-messagedialog.b-popup {
  min-width: 18em;
}
.b-messagedialog.b-popup .b-button {
  min-width: 9em;
}
.b-messagedialog.b-popup .b-messagedialog-header,
.b-messagedialog.b-popup .b-messagedialog-content {
  padding: 1em;
}
.b-messagedialog.b-popup .b-messagedialog-content.b-panel-content {
  border-radius: 0;
  min-height: 4em;
}
.b-messagedialog.b-popup .b-messagedialog-input,
.b-messagedialog.b-popup .b-messagedialog-okbutton,
.b-messagedialog.b-popup .b-messagedialog-cancelbutton {
  display: none;
}
.b-messagedialog.b-popup.b-messagedialog-prompt .b-messagedialog-okbutton,
.b-messagedialog.b-popup.b-messagedialog-prompt .b-messagedialog-cancelbutton, .b-messagedialog.b-popup.b-messagedialog-confirm .b-messagedialog-okbutton,
.b-messagedialog.b-popup.b-messagedialog-confirm .b-messagedialog-cancelbutton {
  display: inline-flex;
}
.b-messagedialog.b-popup.b-messagedialog-prompt .b-messagedialog-input {
  display: inline-flex;
  margin: 1em 0 0 0;
}
.b-messagedialog.b-popup.b-messagedialog-alert .b-messagedialog-okbutton {
  display: inline-flex;
}
.b-messagedialog.b-popup .b-panel-body-wrap {
  background: #fff;
}
.b-messagedialog.b-popup .b-popup-content,
.b-messagedialog.b-popup .b-toolbar {
  background: transparent;
}
.b-messagedialog.b-popup .b-toolbar .b-toolbar-content {
  justify-content: flex-end;
}
.b-messagedialog.b-popup .b-toolbar .b-toolbar-content .b-button:not(:first-child) {
  margin-left: 1em;
}

.b-pagingtoolbar .b-toolbar-content {
  justify-content: center;
}
.b-pagingtoolbar .b-toolbar-content .b-toolbar-text,
.b-pagingtoolbar .b-toolbar-content .b-button {
  margin: 0 0.5em;
}
.b-pagingtoolbar .b-toolbar-content .b-numberfield {
  width: unset;
}
.b-pagingtoolbar .b-toolbar-content .b-numberfield input {
  width: 4em;
  text-align: center;
}
.b-pagingtoolbar .b-toolbar-content .b-disabled.b-html {
  color: #bdbdbd;
}

.b-panel.b-floating {
  border-radius: 2px;
}
.b-panel.b-floating > .b-panel-body-wrap > .b-panel-content {
  border-radius: 2px;
}
.b-panel.b-floating > .b-panel-header.b-dock-top, .b-panel.b-floating:not(.b-has-header) > .b-panel-body-wrap > .b-toolbar.b-dock-top {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.b-panel.b-floating > .b-panel-body-wrap > .b-toolbar.b-dock-bottom {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.b-panel.b-floating.b-panel-has-header > .b-panel-body-wrap > .b-panel-content, .b-panel.b-floating.b-panel-has-top-toolbar > .b-panel-body-wrap > .b-panel-content {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.b-panel.b-floating.b-panel-has-bottom-toolbar > .b-panel-body-wrap > .b-panel-content {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.b-panel {
  padding: 0;
  color: #000;
  z-index: 0;
}
.b-panel > .b-panel-overlay,
.b-panel > .b-panel-body-wrap {
  z-index: 0;
}
.b-panel > .b-panel-collapse-size-locker {
  position: absolute !important;
}
.b-panel:not(.b-panel-collapsible-overlay).b-collapsed > .b-panel-collapse-size-locker {
  clip: rect(0, 0, 0, 0);
}
.b-panel:not(.b-panel-collapsible-overlay).b-panel-collapse-down:not(.b-panel-has-header) > .b-panel-collapse-size-locker, .b-panel:not(.b-panel-collapsible-overlay).b-header-dock-bottom.b-panel-collapse-down > .b-panel-collapse-size-locker, .b-panel:not(.b-panel-collapsible-overlay).b-header-dock-bottom.b-panel-collapse-up > .b-panel-collapse-size-locker {
  top: 0;
}
.b-panel:not(.b-panel-collapsible-overlay).b-panel-collapse-up:not(.b-panel-has-header) > .b-panel-collapse-size-locker, .b-panel:not(.b-panel-collapsible-overlay).b-header-dock-top.b-panel-collapse-up > .b-panel-collapse-size-locker, .b-panel:not(.b-panel-collapsible-overlay).b-header-dock-top.b-panel-collapse-down > .b-panel-collapse-size-locker {
  bottom: 0;
}
.b-panel:not(.b-panel-collapsible-overlay).b-panel-collapse-left:not(.b-panel-has-header) > .b-panel-collapse-size-locker, .b-panel:not(.b-panel-collapsible-overlay).b-header-dock-left.b-panel-collapse-left > .b-panel-collapse-size-locker, .b-panel:not(.b-panel-collapsible-overlay).b-header-dock-left.b-panel-collapse-right > .b-panel-collapse-size-locker {
  right: 0;
}
.b-panel:not(.b-panel-collapsible-overlay).b-panel-collapse-right:not(.b-panel-has-header) > .b-panel-collapse-size-locker, .b-panel:not(.b-panel-collapsible-overlay).b-header-dock-right.b-panel-collapse-left > .b-panel-collapse-size-locker, .b-panel:not(.b-panel-collapsible-overlay).b-header-dock-right.b-panel-collapse-right > .b-panel-collapse-size-locker {
  left: 0;
}
.b-panel.b-panel-collapsible-overlay:not(.b-collapsing, .b-expanding, .b-panel-overlay-revealed, .b-panel-overlay-revealing) > .b-panel-overlay > .b-panel-overlay-header {
  display: none;
}
.b-panel.b-panel-collapsible-overlay.b-panel-overlay-revealed > .b-panel-overlay {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  overflow: visible;
}
.b-panel.b-panel-collapsible-overlay > .b-panel-header {
  transition: transform 0.2s ease-in-out;
}
.b-panel.b-panel-collapsible-overlay.b-collapsed > .b-panel-header > .b-collapsify-hide {
  display: none;
}
.b-panel.b-panel-collapsible-overlay.b-collapsing > .b-panel-header, .b-panel.b-panel-collapsible-overlay.b-expanding > .b-panel-header {
  opacity: 0;
}
.b-panel.b-panel-collapsible-overlay:not(.b-collapsed, .b-collapsing) > .b-panel-overlay > .b-panel-overlay-header {
  display: none;
}
.b-panel.b-panel-collapsible-overlay.b-collapsing, .b-panel.b-panel-collapsible-overlay.b-expanding, .b-panel.b-panel-collapsible-overlay.b-panel-overlay-revealing, .b-panel.b-panel-collapsible-overlay.b-panel-overlay-revealed {
  overflow: visible;
  z-index: 1;
}
.b-panel.b-panel-collapsible-overlay.b-panel-collapse-down > .b-panel-collapse-size-locker {
  bottom: 0;
}
.b-panel.b-panel-collapsible-overlay.b-panel-collapse-up > .b-panel-collapse-size-locker {
  top: 0;
}
.b-panel.b-panel-collapsible-overlay.b-panel-collapse-left > .b-panel-collapse-size-locker {
  left: 0;
}
.b-panel.b-panel-collapsible-overlay.b-panel-collapse-right > .b-panel-collapse-size-locker {
  right: 0;
}
.b-panel.b-panel-collapsible-overlay.b-collapsing {
  overflow: visible;
}
.b-panel.b-panel-collapsible-overlay.b-collapsing > .b-panel-header {
  z-index: -1;
}
.b-panel.b-panel-collapsible-overlay.b-collapsing.b-panel-collapse-up > .b-panel-header {
  transform: translate(0, -100%);
}
.b-panel.b-panel-collapsible-overlay.b-collapsing.b-panel-collapse-down > .b-panel-header {
  transform: translate(0, 100%);
}
.b-panel.b-panel-collapsible-overlay.b-collapsing.b-panel-collapse-right > .b-panel-header {
  transform: translate(100%, 0);
}
.b-panel.b-panel-collapsible-overlay.b-collapsing.b-panel-collapse-left > .b-panel-header {
  transform: translate(-100%, 0);
}
.b-panel.b-panel-collapsible-overlay.b-collapsed:not(.b-expanding) > .b-panel-collapse-size-locker {
  transition: transform 0.2s ease-in-out, clip-path 0.2s ease-in-out, top 0.2s ease-in-out, right 0.2s ease-in-out, bottom 0.2s ease-in-out, left 0.2s ease-in-out;
}
.b-panel.b-panel-collapsible-overlay.b-collapsed:not(.b-expanding).b-panel-collapse-up > .b-panel-collapse-size-locker {
  transform: translate(0, -100%);
  clip-path: inset(0 0 100% 0);
}
.b-panel.b-panel-collapsible-overlay.b-collapsed:not(.b-expanding).b-panel-collapse-up.b-panel-overlay-revealed > .b-panel-collapse-size-locker {
  clip-path: inset(0 0 -10px 0);
  transform: translate(0, 0);
}
.b-panel.b-panel-collapsible-overlay.b-collapsed:not(.b-expanding).b-panel-collapse-up.b-panel-overlay-revealed > .b-panel-collapse-size-locker:not(.b-panel-overlay-header-top) {
  top: 100%;
}
.b-panel.b-panel-collapsible-overlay.b-collapsed:not(.b-expanding).b-panel-collapse-down > .b-panel-collapse-size-locker {
  transform: translate(0, 100%);
  clip-path: inset(100% 0 0 0);
}
.b-panel.b-panel-collapsible-overlay.b-collapsed:not(.b-expanding).b-panel-collapse-down.b-panel-overlay-revealed > .b-panel-collapse-size-locker {
  clip-path: inset(-10px 0 0 0);
  transform: translate(0, 0);
}
.b-panel.b-panel-collapsible-overlay.b-collapsed:not(.b-expanding).b-panel-collapse-down.b-panel-overlay-revealed > .b-panel-collapse-size-locker:not(.b-panel-overlay-header-bottom) {
  bottom: 100%;
}
.b-panel.b-panel-collapsible-overlay.b-collapsed:not(.b-expanding).b-panel-collapse-left > .b-panel-collapse-size-locker {
  transform: translate(-100%, 0);
  clip-path: inset(0 0 0 100%);
}
.b-panel.b-panel-collapsible-overlay.b-collapsed:not(.b-expanding).b-panel-collapse-left.b-panel-overlay-revealed > .b-panel-collapse-size-locker {
  clip-path: inset(0 -10px 0 0);
  transform: translate(0, 0);
}
.b-panel.b-panel-collapsible-overlay.b-collapsed:not(.b-expanding).b-panel-collapse-left.b-panel-overlay-revealed > .b-panel-collapse-size-locker:not(.b-panel-overlay-header-left) {
  left: 100%;
}
.b-panel.b-panel-collapsible-overlay.b-collapsed:not(.b-expanding).b-panel-collapse-right > .b-panel-collapse-size-locker {
  transform: translate(100%, 0);
  clip-path: inset(0 100% 0 0);
}
.b-panel.b-panel-collapsible-overlay.b-collapsed:not(.b-expanding).b-panel-collapse-right.b-panel-overlay-revealed > .b-panel-collapse-size-locker {
  clip-path: inset(0 0 0 -10px);
  transform: translate(0, 0);
}
.b-panel.b-panel-collapsible-overlay.b-collapsed:not(.b-expanding).b-panel-collapse-right.b-panel-overlay-revealed > .b-panel-collapse-size-locker:not(.b-panel-overlay-header-right) {
  right: 100%;
}
.b-panel.b-panel-collapsible-overlay.b-expanding {
  flex: none !important;
  overflow: visible;
}
.b-panel.b-header-dock-right, .b-panel.b-header-dock-bottom {
  justify-content: flex-end;
}
.b-panel.b-collapsed:not(.b-expanding):not(.b-panel-overlay-revealed) {
  visibility: hidden;
}
.b-panel.b-collapsed > .b-panel-collapse-revealer {
  visibility: visible;
  cursor: pointer;
}
.b-panel.b-collapsed, .b-panel.b-collapsing {
  flex-grow: unset !important;
  flex-basis: unset !important;
  flex-shrink: 0 !important;
}
.b-panel.b-collapsed.b-header-dock-top, .b-panel.b-collapsed.b-header-dock-bottom, .b-panel.b-collapsing.b-header-dock-top, .b-panel.b-collapsing.b-header-dock-bottom {
  min-height: auto !important;
}
.b-panel.b-collapsed.b-header-dock-top.b-panel-collapsible-overlay, .b-panel.b-collapsed.b-header-dock-bottom.b-panel-collapsible-overlay, .b-panel.b-collapsing.b-header-dock-top.b-panel-collapsible-overlay, .b-panel.b-collapsing.b-header-dock-bottom.b-panel-collapsible-overlay {
  height: unset !important;
}
.b-vbox > .b-panel.b-collapsed.b-header-dock-top, .b-vbox > .b-panel.b-collapsed.b-header-dock-bottom, .b-vbox > .b-panel.b-collapsing.b-header-dock-top, .b-vbox > .b-panel.b-collapsing.b-header-dock-bottom {
  flex: none !important;
}
.b-panel.b-collapsed.b-header-dock-right, .b-panel.b-collapsed.b-header-dock-left, .b-panel.b-collapsing.b-header-dock-right, .b-panel.b-collapsing.b-header-dock-left {
  min-width: auto !important;
}
.b-panel.b-collapsed.b-header-dock-right.b-panel-collapsible-overlay, .b-panel.b-collapsed.b-header-dock-left.b-panel-collapsible-overlay, .b-panel.b-collapsing.b-header-dock-right.b-panel-collapsible-overlay, .b-panel.b-collapsing.b-header-dock-left.b-panel-collapsible-overlay {
  width: unset !important;
}
.b-hbox > .b-panel.b-collapsed.b-header-dock-right, .b-hbox > .b-panel.b-collapsed.b-header-dock-left, .b-hbox > .b-panel.b-collapsing.b-header-dock-right, .b-hbox > .b-panel.b-collapsing.b-header-dock-left {
  flex: none !important;
}
.b-panel.b-header-dock-top .b-panel-content {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.b-panel.b-header-dock-right .b-panel-content {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.b-panel.b-header-dock-bottom .b-panel-content {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.b-panel.b-header-dock-left .b-panel-content {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.b-panel.b-panel-has-bottom-toolbar .b-panel-content {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.b-panel.b-floating > .b-dock-top {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.b-panel.b-floating > .b-dock-right {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.b-panel.b-floating > .b-dock-bottom {
  position: static;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.b-panel.b-floating > .b-dock-left {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

.b-panel-content {
  background-color: #fff;
  justify-content: space-between;
  overflow: hidden;
  padding: 1em;
}
.b-panel-content + .b-toolbar.b-bottom-toolbar {
  min-height: 3.9em;
}
.b-panel-content.b-auto-container.b-single-child > .b-container {
  flex: 1 1 auto;
}
.b-panel-content.b-fit-container {
  padding: 0;
}

.b-tabpanel .b-panel-content {
  background-color: transparent;
}

.b-panel-header {
  display: flex;
  background-color: #2196f3;
  color: #fff;
  padding: 1em;
  flex: 0 0 auto;
  align-items: center;
  z-index: 1;
}
.b-panel-header.b-panel-ui-toolbar {
  background-color: #fff;
  color: #616161;
  padding: 0.6em 1em;
}
.b-panel-header.b-panel-ui-toolbar.b-dock-top, .b-panel-header.b-panel-ui-toolbar.b-dock-bottom {
  min-height: 4.2em;
}
.b-panel-header.b-panel-ui-toolbar.b-dock-left, .b-panel-header.b-panel-ui-toolbar.b-dock-right {
  min-width: 4.2em;
}
.b-panel-header.b-panel-ui-toolbar .b-header-title {
  font-size: unset;
  font-weight: unset;
}
.b-panel-header.b-dock-right {
  flex-flow: column nowrap;
}
.b-panel-header.b-dock-left {
  flex-flow: column-reverse nowrap;
}
.b-panel-header.b-dock-left .b-header-title {
  transform: rotate(180deg);
}
.b-panel-header .b-header-title {
  flex: 1 1 auto;
  text-align: center;
  justify-content: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.b-panel-header .b-header-title:not(:last-child) {
  padding-right: 1em;
}
.b-panel-header .b-header-title.b-align-start {
  text-align: start;
  justify-content: flex-start;
}
.b-panel-header .b-header-title.b-align-center {
  text-align: center;
  justify-content: center;
  padding-right: 0;
}
.b-panel-header .b-header-title.b-align-end {
  text-align: end;
  justify-content: flex-end;
}
.b-panel-header .b-header-title.b-align-end:not(:last-child) {
  margin-right: 1em;
}
.b-panel-header.b-dock-right .b-header-title, .b-panel-header.b-dock-left .b-header-title {
  -webkit-writing-mode: vertical-lr;
  writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
}
.b-panel-header.b-dock-right, .b-panel-header.b-dock-bottom {
  order: 100;
}

.b-button.b-tool,
.b-tool {
  cursor: pointer;
  color: #fff;
  height: 2em;
  width: 2em;
  font-size: 0.9em;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 0 none;
  background-color: transparent;
  flex-shrink: 0;
  contain: paint;
}
.b-button.b-tool::-moz-focus-inner,
.b-tool::-moz-focus-inner {
  border: 0;
}
.b-button.b-tool:focus,
.b-tool:focus {
  outline: none;
}
.b-using-keyboard .b-button.b-tool:focus,
.b-using-keyboard .b-tool:focus {
  background-color: rgba(220, 220, 220, 0.5);
}
.b-button.b-tool.b-icon:before,
.b-tool.b-icon:before {
  width: 1em;
  height: 1em;
  text-align: center;
}
.b-button.b-tool:hover,
.b-tool:hover {
  opacity: 0.8;
}
.b-button.b-tool.b-disabled,
.b-tool.b-disabled {
  opacity: 0.4;
}
.b-button.b-tool.b-rotate-left:before,
.b-tool.b-rotate-left:before {
  transform: rotate(270deg);
}
.b-button.b-tool.b-rotate-right:before,
.b-tool.b-rotate-right:before {
  transform: rotate(90deg);
}
.b-button.b-tool i,
.b-tool i {
  display: flex;
}
.b-button.b-tool a,
.b-tool a {
  color: #fff;
}

.b-button.b-tool {
  min-height: 2em;
  min-width: 2em;
}

.b-collapsetool:not(.b-collapsing):before {
  transition: all 0.2s ease-in-out;
}
.b-collapsetool:not(.b-collapsed):before {
  transform: rotate(0deg);
}
.b-collapsetool.b-collapsed:before {
  transform: rotate(180deg);
}

.b-dock-top .b-header-title:not(:last-child), .b-dock-bottom .b-header-title:not(:last-child) {
  padding-right: 0.2em;
}
.b-dock-top .b-tool.b-align-start, .b-dock-bottom .b-tool.b-align-start {
  margin: 0 0.4em 0 0;
}
.b-dock-top .b-tool.b-align-end, .b-dock-bottom .b-tool.b-align-end {
  margin: 0 0 0 0.4em;
}

.b-dock-right .b-header-title:not(:last-child), .b-dock-left .b-header-title:not(:last-child) {
  padding: 0.2em 0;
}
.b-dock-right .b-tool.b-align-start, .b-dock-left .b-tool.b-align-start {
  margin: 0.4em 0 0 0;
}
.b-dock-right .b-tool.b-align-end, .b-dock-left .b-tool.b-align-end {
  margin: 0 0 0.4em 0;
}

.b-popup {
  color: #424242;
}
.b-popup.b-text-popup {
  max-width: 25em;
}
.b-popup.b-positioned {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12), 0 3px 6px rgba(0, 0, 0, 0.24);
}

.b-popup-content {
  background: #fff;
}
.b-popup-content a {
  color: #0f0f0f;
}

.b-popup-header {
  background-color: #2196f3;
  color: #fff;
}

.b-modal-mask {
  background-color: rgba(100, 100, 100, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  pointer-events: all;
  z-index: 11001;
}

@media (max-width: 480px) {
  .b-popup {
    max-width: 100% !important;
  }
}
.b-menu {
  min-height: 20px;
  outline: none;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  -webkit-user-select: none;
  user-select: none;
  /* HACK for IE11. Without this padding menu may scroll on first/last item hover */
  /* Covered by Menu.t.js */
}
.b-menu .b-panel-content {
  background-color: #fff;
}
.b-menu.b-empty::after {
  content: attr(data-empty-text);
  display: block;
  padding: 0.8em;
  color: #616161;
}
.b-menu.b-ie .b-menu-content {
  padding-bottom: 1px;
}
.b-menu .b-icon:before, .b-menu .b-icon-fw:before {
  min-width: 1.3em;
}
.b-menu.b-menu-with-submenu .b-menuitem:not(.b-has-submenu) .b-menu-text {
  margin-right: 2em;
}

.b-sub-menu .b-anchor:before {
  position: absolute;
  height: 2.7em;
  width: 11px;
  left: -2px;
  content: " ";
  margin-top: -0.8em;
}

.b-menu-content {
  flex-flow: column nowrap;
  justify-content: start;
  align-items: stretch;
  padding: 0;
}
.b-menu-content > :not(.b-menuitem) {
  margin: 0.2em 0.6em;
  display: flex;
}
.b-menu-content > :not(.b-menuitem):first-child {
  margin-top: 0.4em;
}
.b-menu-content > :not(.b-menuitem):last-child {
  margin-bottom: 0.4em;
}
.b-menu-content > .b-button {
  justify-content: flex-start;
}

.b-menuitem {
  flex-shrink: 0;
  padding: 0.8em;
  color: #616161;
  cursor: pointer;
  transition: background-color 0.2s, color 0.2s;
  border-top: 1px dotted rgba(0, 0, 0, 0);
  font-size: 1em;
  min-width: 7em;
  display: flex;
}
.b-menuitem.b-disabled {
  opacity: 0.5;
}
.b-menuitem:first-child {
  border-top: none;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.b-menuitem:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.b-menuitem.b-separator:not(:first-child) {
  border-top: 1px solid #bdbdbd;
}
.b-menuitem.b-contains-focus, .b-menuitem:focus {
  outline: none;
  background-color: #eeeeee;
  color: #616161;
}
.b-menuitem span.b-menu-text {
  flex: 1 1 auto;
  white-space: nowrap;
  margin-left: 0.6em;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 5em;
}
.b-menuitem.b-has-submenu .b-icon-sub-menu {
  margin-left: 0.3em;
}

a.b-menuitem:hover .b-menu-text {
  text-decoration: underline;
}

.b-menu-with-icon .b-menuitem-icon {
  width: 1.25em;
  text-align: center;
  flex-shrink: 0;
  margin-inline-end: 0.5em;
}
.b-menu-with-icon span.b-menu-text {
  margin-left: 1.75em;
}
.b-menu-with-icon .b-menuitem-icon ~ span.b-menu-text {
  margin-left: 0;
}

.b-ripple {
  display: none;
}

.b-slider {
  background-color: transparent;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: visible;
}
.b-slider label {
  transition: color 0.2s;
}
.b-slider [type=range] {
  align-self: stretch;
  max-width: 100%;
  -webkit-appearance: none;
  margin: 6px 0;
  padding: 0;
  font-size: inherit;
  background-color: transparent;
}
.b-slider [type=range]:focus {
  outline: 0;
}
.b-slider [type=range]:focus::-webkit-slider-runnable-track {
  background: #6ab8f7;
}
.b-slider [type=range]:focus::-moz-range-track {
  background: #6ab8f7;
}
.b-slider [type=range]:focus::-ms-fill-lower, .b-slider [type=range]:focus::-ms-fill-upper {
  background: #6ab8f7;
}
.b-slider [type=range]:focus::-webkit-slider-thumb {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15), 0 2px 4px rgba(0, 0, 0, 0.2);
}
.b-slider [type=range]::-moz-focus-outer {
  border: 0;
}
.b-slider [type=range]::-ms-tooltip {
  display: none;
}
.b-slider [type=range]::-webkit-slider-runnable-track {
  cursor: pointer;
  height: 4px;
  transition: all 0.2s ease;
  width: 100%;
  background: #e0e0e0;
  border: none;
  border-radius: 2px;
}
.b-slider [type=range]::-webkit-slider-thumb {
  background: #51adf6;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  height: 12px;
  width: 12px;
  -webkit-appearance: none;
  margin-top: -4px;
  transition: all 0.5s;
}
.b-slider [type=range]::-moz-range-track {
  cursor: pointer;
  height: 4px;
  transition: all 0.2s ease;
  width: 100%;
  background: #e0e0e0;
  border: none;
  border-radius: 2px;
}
.b-slider [type=range]::-moz-range-thumb {
  background: #51adf6;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  height: 12px;
  width: 12px;
}
.b-slider [type=range]::-ms-track {
  cursor: pointer;
  height: 4px;
  transition: all 0.2s ease;
  width: 100%;
  background: transparent;
  border-color: transparent;
  border-width: 6px 0;
  color: transparent;
}
.b-slider [type=range]::-ms-fill-lower, .b-slider [type=range]::-ms-fill-upper {
  background: #e0e0e0;
  border: none;
  border-radius: 4px;
}
.b-slider [type=range]::-ms-thumb {
  background: #51adf6;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  height: 12px;
  width: 12px;
  margin-top: 0;
}
.b-slider.b-disabled [type=range]::-ms-thumb, .b-slider.b-disabled [type=range]::-ms-fill-lower, .b-slider.b-disabled [type=range]::-ms-fill-upper {
  background: lightgray;
  cursor: default;
}
.b-slider.b-disabled [type=range]::-moz-range-thumb, .b-slider.b-disabled [type=range]::-moz-range-track {
  background: lightgray;
  cursor: default;
}
.b-slider.b-disabled [type=range]::-webkit-slider-thumb, .b-slider.b-disabled [type=range]::-webkit-slider-runnable-track {
  background: lightgray;
  cursor: default;
}
.b-grid-cell .b-slider {
  width: 100%;
}

.b-container .b-slider label {
  margin: 0;
}

.b-container .b-slidetoggle .b-slidetoggle-label {
  margin-left: 0;
}

.b-slidetoggle {
  height: 2.55em;
}
.b-slidetoggle .b-field-inner::before {
  width: 2.4em;
}
.b-slidetoggle input,
.b-slidetoggle .b-slidetoggle-toggle {
  width: 2.4em;
  height: 1.4em;
  top: 0.5em;
  font-size: inherit;
  flex-shrink: 0;
}
.b-slidetoggle input:checked + .b-slidetoggle-toggle {
  opacity: 1;
}
.b-slidetoggle input:checked + .b-slidetoggle-toggle .b-slidetoggle-thumb {
  background-color: #fff;
  transform: translate(1.2em, 0.2em);
}
.b-slidetoggle .b-slidetoggle-toggle {
  transition: background-color 0.2s, opacity 0.2s;
  opacity: 0.7;
  border-radius: 0.7em;
  margin-right: 0.4em;
}
.b-slidetoggle:hover .b-slidetoggle-toggle {
  opacity: 1;
}
.b-slidetoggle .b-slidetoggle-thumb {
  height: 1em;
  width: 1em;
  background-color: white;
  border-radius: 0.5em;
  position: absolute;
  transform: translate(0.2em, 0.2em);
  transition: transform 0.3s ease;
}

.b-slidetoggle-label {
  cursor: pointer;
}

.b-slidetoggle.b-white input:checked + .b-slidetoggle-toggle {
  background-color: #fff;
}
.b-slidetoggle.b-white .b-slidetoggle-toggle {
  background-color: white;
}

.b-slidetoggle.b-blue input:checked + .b-slidetoggle-toggle {
  background-color: #2196f3;
}
.b-slidetoggle.b-blue .b-slidetoggle-toggle {
  background-color: #90cbf9;
}

.b-slidetoggle.b-deep-orange input:checked + .b-slidetoggle-toggle {
  background-color: #ff5722;
}
.b-slidetoggle.b-deep-orange .b-slidetoggle-toggle {
  background-color: #ffab91;
}

.b-slidetoggle.b-orange input:checked + .b-slidetoggle-toggle {
  background-color: #ff9800;
}
.b-slidetoggle.b-orange .b-slidetoggle-toggle {
  background-color: #ffcc80;
}

.b-slidetoggle.b-amber input:checked + .b-slidetoggle-toggle {
  background-color: #ffc107;
}
.b-slidetoggle.b-amber .b-slidetoggle-toggle {
  background-color: #ffe083;
}

.b-slidetoggle.b-indigo input:checked + .b-slidetoggle-toggle {
  background-color: #3f51b5;
}
.b-slidetoggle.b-indigo .b-slidetoggle-toggle {
  background-color: #9ba5de;
}

.b-slidetoggle.b-lime input:checked + .b-slidetoggle-toggle {
  background-color: #cddc39;
}
.b-slidetoggle.b-lime .b-slidetoggle-toggle {
  background-color: #e7ee9b;
}

.b-slidetoggle.b-teal input:checked + .b-slidetoggle-toggle {
  background-color: #009688;
}
.b-slidetoggle.b-teal .b-slidetoggle-toggle {
  background-color: #4bffee;
}

.b-slidetoggle.b-green input:checked + .b-slidetoggle-toggle {
  background-color: #4caf50;
}
.b-slidetoggle.b-green .b-slidetoggle-toggle {
  background-color: #a3daa5;
}

.b-slidetoggle.b-light-green input:checked + .b-slidetoggle-toggle {
  background-color: #8bc34a;
}
.b-slidetoggle.b-light-green .b-slidetoggle-toggle {
  background-color: #c5e3a3;
}

.b-slidetoggle.b-purple input:checked + .b-slidetoggle-toggle {
  background-color: #9c27b0;
}
.b-slidetoggle.b-purple .b-slidetoggle-toggle {
  background-color: #d785e6;
}

.b-slidetoggle.b-yellow input:checked + .b-slidetoggle-toggle {
  background-color: #ffeb3b;
}
.b-slidetoggle.b-yellow .b-slidetoggle-toggle {
  background-color: #fff59d;
}

.b-slidetoggle.b-red input:checked + .b-slidetoggle-toggle {
  background-color: #f44336;
}
.b-slidetoggle.b-red .b-slidetoggle-toggle {
  background-color: #faa19a;
}

.b-slidetoggle.b-dark-gray input:checked + .b-slidetoggle-toggle {
  background-color: #424242;
}
.b-slidetoggle.b-dark-gray .b-slidetoggle-toggle {
  background-color: #a59c9c;
}

.b-slidetoggle.b-gray input:checked + .b-slidetoggle-toggle {
  background-color: #9e9e9e;
}
.b-slidetoggle.b-gray .b-slidetoggle-toggle {
  background-color: #d1cccc;
}

.b-slidetoggle.b-light-gray input:checked + .b-slidetoggle-toggle {
  background-color: #e0e0e0;
}
.b-slidetoggle.b-light-gray .b-slidetoggle-toggle {
  background-color: #f0efef;
}

.b-slidetoggle input:checked + .b-slidetoggle-toggle {
  background-color: #2196f3;
}
.b-slidetoggle .b-slidetoggle-toggle {
  background-color: #90cbf9;
}

.b-splitter {
  background-color: #d1d1d1;
  flex: 0 0 0.5em;
}
.b-splitter.b-disabled {
  flex: 0 0 1px;
  pointer-events: none;
}
.b-splitter.b-horizontal {
  cursor: ns-resize;
  min-height: 0.5em;
}
.b-splitter.b-horizontal.b-disabled {
  min-height: 1px;
}
.b-splitter.b-vertical {
  cursor: ew-resize;
  min-width: 0.5em;
}
.b-splitter.b-vertical.b-disabled {
  min-width: 1px;
}

.b-timefield.b-open .b-icon-clock-live {
  background-color: #2196f3 !important;
}
.b-timefield.b-empty .b-fieldtrigger {
  animation-delay: -300s;
}
.b-timefield.b-disabled .b-icon-clock-live, .b-timefield.b-readonly .b-icon-clock-live {
  background-color: #e0e0e0;
}
.b-timefield:not(.b-disabled):not(.b-readonly) .b-icon-angle-left:hover,
.b-timefield:not(.b-disabled):not(.b-readonly) .b-icon-angle-right:hover {
  color: #2196f3;
}
.b-timefield.b-no-steppers .b-step-trigger {
  display: none;
}

.b-timepicker {
  width: 20em;
}
.b-timepicker.b-24h {
  width: 12.8em;
}
.b-timepicker .b-panel-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0.3em;
}
.b-timepicker .b-panel-content .b-widget {
  margin: 0.3em;
}
.b-timepicker .b-panel-content .b-widget.b-html {
  margin: 0;
}
.b-timepicker .b-panel-content .b-widget label {
  font-weight: bold;
}
.b-timepicker .b-panel-content .b-numberfield {
  flex: 0 1 5.3em;
}
.b-timepicker .b-panel-content .b-button {
  flex: 0 0 3em;
  padding: 0;
}
.b-timepicker .b-panel-content .b-button label {
  text-overflow: clip;
}

.b-ie.b-timepicker {
  width: 25em;
}
.b-ie.b-timepicker.b-24h {
  width: 13.8em;
}
.b-ie.b-timepicker .b-panel-content .b-button {
  line-height: 3em;
}

@keyframes progress {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.b-float-root > .b-floating.b-toast {
  display: inline-block;
  overflow-x: hidden;
  overflow-y: auto;
  top: auto;
  right: 2em;
  left: auto;
  max-width: 60%;
  max-height: 60%;
  transition: bottom 0.25s ease-in, transform 0.25s ease-in;
  padding: 1em;
  background-color: #fff;
  color: #424242;
  border-radius: 2px;
  cursor: pointer;
}
.b-float-root > .b-floating.b-toast.b-toast-hide {
  bottom: 0 !important;
  transform: translateY(100%) !important;
}
.b-float-root > .b-floating.b-toast.b-icon:before {
  margin-right: 0.5em;
}

.b-toast-progress {
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  background: #2196f3;
  animation-name: progress;
  animation-timing-function: linear;
}

.b-float-root > .b-floating.b-toast.b-white {
  background-color: #fff;
  color: #fff;
}
.b-float-root > .b-floating.b-toast.b-white .b-toast-progress {
  background: white;
}

.b-float-root > .b-floating.b-toast.b-blue {
  background-color: #2196f3;
  color: #fff;
}
.b-float-root > .b-floating.b-toast.b-blue .b-toast-progress {
  background: #7ac0f8;
}

.b-float-root > .b-floating.b-toast.b-deep-orange {
  background-color: #ff5722;
  color: #fff;
}
.b-float-root > .b-floating.b-toast.b-deep-orange .b-toast-progress {
  background: #ff9a7a;
}

.b-float-root > .b-floating.b-toast.b-orange {
  background-color: #ff9800;
  color: #fff;
}
.b-float-root > .b-floating.b-toast.b-orange .b-toast-progress {
  background: #ffc166;
}

.b-float-root > .b-floating.b-toast.b-amber {
  background-color: #ffc107;
  color: #fff;
}
.b-float-root > .b-floating.b-toast.b-amber .b-toast-progress {
  background: #ffda6a;
}

.b-float-root > .b-floating.b-toast.b-indigo {
  background-color: #3f51b5;
  color: #fff;
}
.b-float-root > .b-floating.b-toast.b-indigo .b-toast-progress {
  background: #8994d6;
}

.b-float-root > .b-floating.b-toast.b-lime {
  background-color: #cddc39;
  color: #fff;
}
.b-float-root > .b-floating.b-toast.b-lime .b-toast-progress {
  background: #e1ea88;
}

.b-float-root > .b-floating.b-toast.b-teal {
  background-color: #009688;
  color: #fff;
}
.b-float-root > .b-floating.b-toast.b-teal .b-toast-progress {
  background: #27ffeb;
}

.b-float-root > .b-floating.b-toast.b-green {
  background-color: #4caf50;
  color: #fff;
}
.b-float-root > .b-floating.b-toast.b-green .b-toast-progress {
  background: #93d095;
}

.b-float-root > .b-floating.b-toast.b-light-green {
  background-color: #8bc34a;
  color: #fff;
}
.b-float-root > .b-floating.b-toast.b-light-green .b-toast-progress {
  background: #b9db92;
}

.b-float-root > .b-floating.b-toast.b-purple {
  background-color: #9c27b0;
  color: #fff;
}
.b-float-root > .b-floating.b-toast.b-purple .b-toast-progress {
  background: #ce6edf;
}

.b-float-root > .b-floating.b-toast.b-yellow {
  background-color: #ffeb3b;
  color: #fff;
}
.b-float-root > .b-floating.b-toast.b-yellow .b-toast-progress {
  background: #fff389;
}

.b-float-root > .b-floating.b-toast.b-red {
  background-color: #f44336;
  color: #fff;
}
.b-float-root > .b-floating.b-toast.b-red .b-toast-progress {
  background: #f88e86;
}

.b-float-root > .b-floating.b-toast.b-dark-gray {
  background-color: #424242;
  color: #fff;
}
.b-float-root > .b-floating.b-toast.b-dark-gray .b-toast-progress {
  background: #8e8e8e;
}

.b-float-root > .b-floating.b-toast.b-gray {
  background-color: #9e9e9e;
  color: #fff;
}
.b-float-root > .b-floating.b-toast.b-gray .b-toast-progress {
  background: #c5c5c5;
}

.b-float-root > .b-floating.b-toast.b-light-gray {
  background-color: #e0e0e0;
  color: #fff;
}
.b-float-root > .b-floating.b-toast.b-light-gray .b-toast-progress {
  background: #ececec;
}

.b-tooltip {
  -webkit-user-select: none;
  user-select: none;
}
.b-tooltip .b-tooltip-loading .b-icon {
  display: inline-block;
  margin-right: 0.5em;
}

.b-tooltip-content {
  background: #616161;
  color: #fff;
  font-size: 1em;
  line-height: 1.4em;
  padding: 1em;
}
.b-tooltip-content a {
  color: #fff;
}

.b-textareafield textarea {
  padding: 0.79em 0;
  align-self: stretch;
}

.b-textareafield-picker {
  display: flex;
}
.b-textareafield-picker textarea {
  flex: 1;
  min-height: 10em;
}
.b-textareafield-picker textarea:focus {
  outline: none;
  border-color: #ff9800;
}

.b-toolbar-overflow-menu > .b-panel-body-wrap > .b-menu-content .b-widget {
  flex: 0 0 auto !important;
  width: auto;
}

.b-toolbar {
  background-color: #fff;
  color: #616161;
  flex-shrink: 0;
}
.b-toolbar.b-dock-header, .b-toolbar.b-dock-pre-header {
  background-color: transparent;
}
.b-toolbar.b-dock-header .b-toolbar-content, .b-toolbar.b-dock-pre-header .b-toolbar-content {
  padding: 0;
}
.b-toolbar.b-dock-header > .b-button, .b-toolbar.b-dock-pre-header > .b-button {
  margin: 0;
}
.b-toolbar.b-dock-header .b-button, .b-toolbar.b-dock-pre-header .b-button {
  min-height: auto;
}
.b-toolbar.b-dock-header {
  margin-left: 1em;
}
.b-toolbar.b-dock-pre-header {
  margin-right: 1em;
}
.b-toolbar > .b-tool {
  align-self: center;
  background-color: transparent;
}
.b-toolbar > .b-tool.b-pressed {
  background-color: rgba(50, 50, 50, 0.2);
}
.b-toolbar .b-button:not(.b-text) {
  flex-shrink: 0;
}
.b-toolbar .b-row-start-scroller {
  margin: 0 1em 0 0;
}
.b-toolbar.b-dock-left .b-row-start-scroller {
  margin: 0 0 0 1em;
}
.b-toolbar.b-dock-right .b-row-start-scroller {
  margin: 0 0 0 1em;
}
.b-toolbar .b-row-end-scroller, .b-toolbar .b-row-menu {
  margin: 0 0 0 1em;
}
.b-toolbar .b-column-start-scroller {
  margin: 0 0 0.6em 0;
}
.b-toolbar .b-column-end-scroller, .b-toolbar .b-column-menu {
  margin: 0.6em 0 0 0;
}
.b-toolbar > .b-overflow-button {
  margin: 0.6em 1em;
}
.b-toolbar .b-toolbar-content {
  padding: 0.6em 1em;
}
.b-toolbar .b-toolbar-content .b-field {
  margin-bottom: 0;
}
.b-toolbar .b-toolbar-content > .b-toolbar-fill {
  flex: 1 1 0%;
}
.b-toolbar .b-toolbar-content .b-html {
  align-items: center;
}
.b-toolbar .b-toolbar-content .b-html code {
  margin: 0 0.5em;
}
.b-toolbar .b-toolbar-content.b-overflow .b-field, .b-toolbar .b-toolbar-content.b-overflow .b-button {
  flex-shrink: 0;
}
.b-toolbar.b-dock-top, .b-toolbar.b-dock-bottom {
  min-height: 4.2em;
}
.b-toolbar.b-dock-top .b-toolbar-content > .b-toolbar-separator, .b-toolbar.b-dock-bottom .b-toolbar-content > .b-toolbar-separator {
  margin: 0.2em 0.5em 0.2em 0;
  border-style: solid;
  border-width: 0 1px 0 1px;
  border-left-color: #e6e6e6;
  border-right-color: #f2f2f2;
}
.b-toolbar.b-dock-top .b-toolbar-content > .b-widget:not(.b-button), .b-toolbar.b-dock-bottom .b-toolbar-content > .b-widget:not(.b-button) {
  min-height: 0;
}
.b-toolbar.b-dock-top .b-toolbar-content > .b-widget:not(.b-last-visible-child), .b-toolbar.b-dock-bottom .b-toolbar-content > .b-widget:not(.b-last-visible-child) {
  margin-right: 0.5em;
}
.b-toolbar.b-dock-left, .b-toolbar.b-dock-right {
  min-width: 4.2em;
}
.b-toolbar.b-dock-left .b-toolbar-content > .b-toolbar-separator, .b-toolbar.b-dock-right .b-toolbar-content > .b-toolbar-separator {
  margin: 0 0.5em 0.2em 0.2em;
  border-style: solid;
  border-width: 1px 0 1px 0;
  border-top-color: #e6e6e6;
  border-bottom-color: #f2f2f2;
}
.b-toolbar.b-dock-left .b-toolbar-content > .b-widget:not(.b-button), .b-toolbar.b-dock-right .b-toolbar-content > .b-widget:not(.b-button) {
  min-width: 0;
}
.b-toolbar.b-dock-left .b-toolbar-content > .b-widget:not(.b-last-visible-child), .b-toolbar.b-dock-right .b-toolbar-content > .b-widget:not(.b-last-visible-child) {
  margin-bottom: 0.5em;
}

.b-tabpanel .b-panel .b-toolbar {
  background-color: transparent;
}

.b-toolbar.b-outer {
  background-color: #fff;
}

.b-tabpanel-tabs {
  display: flex;
  flex: 0 0 auto;
  flex-direction: row;
  margin-bottom: 0;
  background-color: transparent;
}
.b-tabpanel-tabs.b-edge {
  margin-bottom: -1px;
}
.b-tabpanel-tab {
  display: flex;
  padding: 0.6em;
  cursor: pointer;
  transition: background-color 0.2s, color 0.2s;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  text-transform: uppercase;
  color: #757575;
  background-color: transparent;
  border-width: 0 0 2px 0;
  border-style: solid;
  border-color: transparent;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.b-tabpanel-tab.b-rotate-vertical {
  min-width: 3em;
  min-height: 6em;
}
.b-tabpanel-tab:not(.b-rotate-vertical) {
  min-height: 3em;
  min-width: 6em;
}
.b-tabpanel-tab.b-active {
  background-color: transparent;
  border-color: #2196f3;
  color: #2196f3;
  z-index: 1;
}
.b-dock-left > .b-tabpanel-tabs > .b-tabpanel-tab {
  border-width: 0 2px 0 0;
}
.b-dock-right > .b-tabpanel-tabs > .b-tabpanel-tab {
  border-width: 0 0 0 2px;
}
.b-dock-bottom > .b-tabpanel-tabs > .b-tabpanel-tab {
  border-width: 2px 0 0 0;
}
.b-tabpanel-tab.b-hidden {
  display: none !important;
}
.b-tabpanel-tab.b-disabled {
  background-color: transparent;
  color: rgba(117, 117, 117, 0.3);
  border-color: rgba(0, 0, 0, 0);
}
.b-tabpanel-tab:focus {
  outline: none;
}
.b-tabpanel-tab:hover:not(.b-active):not(.b-disabled), .b-tabpanel-tab:focus:not(.b-active):not(.b-disabled) {
  background-color: #eeeeee;
  color: #212121;
}
.b-tabpanel-body.b-card-container {
  background-color: transparent;
  border-radius: 2px;
  border: 0 solid transparent;
  flex: 1 0 auto;
  padding: 1em 0;
}
.b-tabpanel[data-active-index="0"] .b-tabpanel-body {
  border-top-left-radius: 0;
}
.b-tabpanel .b-html {
  color: #000;
}

.b-toolbar.b-tabbar {
  background-color: transparent;
  min-height: auto;
}
.b-toolbar.b-tabbar > .b-tabpanel-tabs {
  padding: 0;
}
.b-tabbar.b-dock-top .b-tabpanel-tabs > .b-widget:not(.b-last-visible-child), .b-tabbar.b-dock-bottom .b-tabpanel-tabs > .b-widget:not(.b-last-visible-child), .b-tabbar.b-dock-left .b-tabpanel-tabs > .b-widget:not(.b-last-visible-child), .b-tabbar.b-dock-right .b-tabpanel-tabs > .b-widget:not(.b-last-visible-child) {
  margin-right: 0;
  margin-bottom: 0;
}

.b-histogram {
  background-color: #fff;
  padding: 1px;
  contain: strict;
}
.b-histogram svg * {
  vector-effect: non-scaling-stroke;
}
.b-histogram rect {
  fill: #4caf50;
  transition-property: x, y, width, height, fill;
  transition-duration: 1000ms;
}
.b-histogram rect.b-exceeds-top {
  fill: #f44336;
}
.b-histogram text.b-bar-legend {
  writing-mode: tb;
  text-anchor: end;
  font-size: 75%;
}
.b-histogram svg {
  overflow: visible;
}
.b-histogram path {
  fill: transparent;
  stroke: #f99;
  transition: d 1000ms;
  pointer-events: none;
}

.b-scale {
  contain: strict;
}
.b-scale svg * {
  vector-effect: non-scaling-stroke;
}
.b-scale.b-scale-vertical text.b-scale-tick-label {
  transform: translateY(0.3em);
}
.b-scale.b-scale-vertical.b-align-right {
  text-anchor: end;
}
.b-scale.b-scale-horizontal text.b-scale-tick-label {
  text-anchor: middle;
}
.b-scale path {
  stroke: #9c9c9c;
  pointer-events: none;
}
.b-scale text {
  fill: #808080;
}

.b-hbox,
.b-vbox {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  overflow: hidden;
  position: relative;
}
.b-hbox > .b-box-center,
.b-vbox > .b-box-center {
  flex: 1 1 auto;
}

.b-hbox {
  flex-flow: row nowrap;
}

.b-vbox {
  flex-flow: column nowrap;
}

.b-card-container {
  display: flex;
  flex-flow: row nowrap;
  align-items: stretch;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.b-card-container.b-animating {
  overflow: hidden;
}
.b-card-container > .b-card-item {
  flex: 1 0 100%;
  align-items: stretch;
  max-width: 100%;
}
.b-card-container.b-hide-child-headers > .b-panel:not(.b-positioned) > .b-panel-header {
  display: none;
}

@keyframes b-card-slide-in-left {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes b-card-slide-out-right {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes b-card-slide-in-right {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes b-card-slide-out-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.b-slide-in-left {
  animation: b-card-slide-in-left 0.3s ease 0s 1;
}

.b-slide-out-right {
  pointer-events: none;
  left: 1em;
  animation: b-card-slide-out-right 0.3s ease 0s 1;
}

.b-slide-in-right {
  animation: b-card-slide-in-right 0.3s ease 0s 1;
}

.b-slide-out-left {
  pointer-events: none;
  margin-left: -1em;
  margin-right: 1em;
  animation: b-card-slide-out-left 0.3s ease 0s 1;
}

.b-fit-container {
  display: flex;
  flex-flow: row nowrap;
  align-items: stretch;
  overflow: hidden;
  position: relative;
}
.b-fit-container > .b-fit-item {
  flex: 1 0 auto;
  margin: 0;
  max-width: 100%;
}

.b-edge .b-fit-container > .b-fit-item,
.b-ie .b-fit-container > .b-fit-item {
  flex: 1 0 auto;
}

.b-resource-avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.2em;
  height: 2.2em;
  border-radius: 50%;
  flex-shrink: 0;
}
.b-resource-avatar.b-resource-icon:before {
  font-size: 1.5em;
}

.b-resource-initials {
  background: #2196f3;
  color: #fff;
  text-transform: uppercase;
}

.b-button.b-white:hover:not(.b-disabled), .b-using-keyboard .b-button.b-white:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.096);
}
.b-button.b-white:active:not(.b-disabled), .b-button.b-white:active:focus:not(.b-disabled) {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.16);
}
.b-buttongroup .b-button.b-white:not(.b-raised) {
  background-color: rgba(255, 255, 255, 0.04);
}
.b-buttongroup .b-button.b-white:not(.b-raised).b-pressed {
  background-color: rgba(255, 255, 255, 0.7);
}
.b-buttongroup .b-button.b-white:not(.b-raised).b-pressed:hover {
  color: #fff;
}

.b-button.b-blue:hover:not(.b-disabled), .b-using-keyboard .b-button.b-blue:focus {
  color: #2196f3;
  background-color: rgba(33, 150, 243, 0.096);
}
.b-button.b-blue:active:not(.b-disabled), .b-button.b-blue:active:focus:not(.b-disabled) {
  color: #2196f3;
  background-color: rgba(33, 150, 243, 0.16);
}
.b-buttongroup .b-button.b-blue:not(.b-raised) {
  background-color: rgba(33, 150, 243, 0.04);
}
.b-buttongroup .b-button.b-blue:not(.b-raised).b-pressed {
  background-color: rgba(33, 150, 243, 0.7);
}
.b-buttongroup .b-button.b-blue:not(.b-raised).b-pressed:hover {
  color: #fff;
}

.b-button.b-deep-orange:hover:not(.b-disabled), .b-using-keyboard .b-button.b-deep-orange:focus {
  color: #ff5722;
  background-color: rgba(255, 87, 34, 0.096);
}
.b-button.b-deep-orange:active:not(.b-disabled), .b-button.b-deep-orange:active:focus:not(.b-disabled) {
  color: #ff5722;
  background-color: rgba(255, 87, 34, 0.16);
}
.b-buttongroup .b-button.b-deep-orange:not(.b-raised) {
  background-color: rgba(255, 87, 34, 0.04);
}
.b-buttongroup .b-button.b-deep-orange:not(.b-raised).b-pressed {
  background-color: rgba(255, 87, 34, 0.7);
}
.b-buttongroup .b-button.b-deep-orange:not(.b-raised).b-pressed:hover {
  color: #fff;
}

.b-button.b-orange:hover:not(.b-disabled), .b-using-keyboard .b-button.b-orange:focus {
  color: #ff9800;
  background-color: rgba(255, 152, 0, 0.096);
}
.b-button.b-orange:active:not(.b-disabled), .b-button.b-orange:active:focus:not(.b-disabled) {
  color: #ff9800;
  background-color: rgba(255, 152, 0, 0.16);
}
.b-buttongroup .b-button.b-orange:not(.b-raised) {
  background-color: rgba(255, 152, 0, 0.04);
}
.b-buttongroup .b-button.b-orange:not(.b-raised).b-pressed {
  background-color: rgba(255, 152, 0, 0.7);
}
.b-buttongroup .b-button.b-orange:not(.b-raised).b-pressed:hover {
  color: #fff;
}

.b-button.b-amber:hover:not(.b-disabled), .b-using-keyboard .b-button.b-amber:focus {
  color: #ffc107;
  background-color: rgba(255, 193, 7, 0.096);
}
.b-button.b-amber:active:not(.b-disabled), .b-button.b-amber:active:focus:not(.b-disabled) {
  color: #ffc107;
  background-color: rgba(255, 193, 7, 0.16);
}
.b-buttongroup .b-button.b-amber:not(.b-raised) {
  background-color: rgba(255, 193, 7, 0.04);
}
.b-buttongroup .b-button.b-amber:not(.b-raised).b-pressed {
  background-color: rgba(255, 193, 7, 0.7);
}
.b-buttongroup .b-button.b-amber:not(.b-raised).b-pressed:hover {
  color: #fff;
}

.b-button.b-indigo:hover:not(.b-disabled), .b-using-keyboard .b-button.b-indigo:focus {
  color: #3f51b5;
  background-color: rgba(63, 81, 181, 0.096);
}
.b-button.b-indigo:active:not(.b-disabled), .b-button.b-indigo:active:focus:not(.b-disabled) {
  color: #3f51b5;
  background-color: rgba(63, 81, 181, 0.16);
}
.b-buttongroup .b-button.b-indigo:not(.b-raised) {
  background-color: rgba(63, 81, 181, 0.04);
}
.b-buttongroup .b-button.b-indigo:not(.b-raised).b-pressed {
  background-color: rgba(63, 81, 181, 0.7);
}
.b-buttongroup .b-button.b-indigo:not(.b-raised).b-pressed:hover {
  color: #fff;
}

.b-button.b-lime:hover:not(.b-disabled), .b-using-keyboard .b-button.b-lime:focus {
  color: #cddc39;
  background-color: rgba(205, 220, 57, 0.096);
}
.b-button.b-lime:active:not(.b-disabled), .b-button.b-lime:active:focus:not(.b-disabled) {
  color: #cddc39;
  background-color: rgba(205, 220, 57, 0.16);
}
.b-buttongroup .b-button.b-lime:not(.b-raised) {
  background-color: rgba(205, 220, 57, 0.04);
}
.b-buttongroup .b-button.b-lime:not(.b-raised).b-pressed {
  background-color: rgba(205, 220, 57, 0.7);
}
.b-buttongroup .b-button.b-lime:not(.b-raised).b-pressed:hover {
  color: #fff;
}

.b-button.b-teal:hover:not(.b-disabled), .b-using-keyboard .b-button.b-teal:focus {
  color: #009688;
  background-color: rgba(0, 150, 136, 0.096);
}
.b-button.b-teal:active:not(.b-disabled), .b-button.b-teal:active:focus:not(.b-disabled) {
  color: #009688;
  background-color: rgba(0, 150, 136, 0.16);
}
.b-buttongroup .b-button.b-teal:not(.b-raised) {
  background-color: rgba(0, 150, 136, 0.04);
}
.b-buttongroup .b-button.b-teal:not(.b-raised).b-pressed {
  background-color: rgba(0, 150, 136, 0.7);
}
.b-buttongroup .b-button.b-teal:not(.b-raised).b-pressed:hover {
  color: #fff;
}

.b-button.b-green:hover:not(.b-disabled), .b-using-keyboard .b-button.b-green:focus {
  color: #4caf50;
  background-color: rgba(76, 175, 80, 0.096);
}
.b-button.b-green:active:not(.b-disabled), .b-button.b-green:active:focus:not(.b-disabled) {
  color: #4caf50;
  background-color: rgba(76, 175, 80, 0.16);
}
.b-buttongroup .b-button.b-green:not(.b-raised) {
  background-color: rgba(76, 175, 80, 0.04);
}
.b-buttongroup .b-button.b-green:not(.b-raised).b-pressed {
  background-color: rgba(76, 175, 80, 0.7);
}
.b-buttongroup .b-button.b-green:not(.b-raised).b-pressed:hover {
  color: #fff;
}

.b-button.b-light-green:hover:not(.b-disabled), .b-using-keyboard .b-button.b-light-green:focus {
  color: #8bc34a;
  background-color: rgba(139, 195, 74, 0.096);
}
.b-button.b-light-green:active:not(.b-disabled), .b-button.b-light-green:active:focus:not(.b-disabled) {
  color: #8bc34a;
  background-color: rgba(139, 195, 74, 0.16);
}
.b-buttongroup .b-button.b-light-green:not(.b-raised) {
  background-color: rgba(139, 195, 74, 0.04);
}
.b-buttongroup .b-button.b-light-green:not(.b-raised).b-pressed {
  background-color: rgba(139, 195, 74, 0.7);
}
.b-buttongroup .b-button.b-light-green:not(.b-raised).b-pressed:hover {
  color: #fff;
}

.b-button.b-purple:hover:not(.b-disabled), .b-using-keyboard .b-button.b-purple:focus {
  color: #9c27b0;
  background-color: rgba(156, 39, 176, 0.096);
}
.b-button.b-purple:active:not(.b-disabled), .b-button.b-purple:active:focus:not(.b-disabled) {
  color: #9c27b0;
  background-color: rgba(156, 39, 176, 0.16);
}
.b-buttongroup .b-button.b-purple:not(.b-raised) {
  background-color: rgba(156, 39, 176, 0.04);
}
.b-buttongroup .b-button.b-purple:not(.b-raised).b-pressed {
  background-color: rgba(156, 39, 176, 0.7);
}
.b-buttongroup .b-button.b-purple:not(.b-raised).b-pressed:hover {
  color: #fff;
}

.b-button.b-yellow:hover:not(.b-disabled), .b-using-keyboard .b-button.b-yellow:focus {
  color: #ffeb3b;
  background-color: rgba(255, 235, 59, 0.096);
}
.b-button.b-yellow:active:not(.b-disabled), .b-button.b-yellow:active:focus:not(.b-disabled) {
  color: #ffeb3b;
  background-color: rgba(255, 235, 59, 0.16);
}
.b-buttongroup .b-button.b-yellow:not(.b-raised) {
  background-color: rgba(255, 235, 59, 0.04);
}
.b-buttongroup .b-button.b-yellow:not(.b-raised).b-pressed {
  background-color: rgba(255, 235, 59, 0.7);
}
.b-buttongroup .b-button.b-yellow:not(.b-raised).b-pressed:hover {
  color: #fff;
}

.b-button.b-red:hover:not(.b-disabled), .b-using-keyboard .b-button.b-red:focus {
  color: #f44336;
  background-color: rgba(244, 67, 54, 0.096);
}
.b-button.b-red:active:not(.b-disabled), .b-button.b-red:active:focus:not(.b-disabled) {
  color: #f44336;
  background-color: rgba(244, 67, 54, 0.16);
}
.b-buttongroup .b-button.b-red:not(.b-raised) {
  background-color: rgba(244, 67, 54, 0.04);
}
.b-buttongroup .b-button.b-red:not(.b-raised).b-pressed {
  background-color: rgba(244, 67, 54, 0.7);
}
.b-buttongroup .b-button.b-red:not(.b-raised).b-pressed:hover {
  color: #fff;
}

.b-button.b-dark-gray:hover:not(.b-disabled), .b-using-keyboard .b-button.b-dark-gray:focus {
  color: #424242;
  background-color: rgba(66, 66, 66, 0.096);
}
.b-button.b-dark-gray:active:not(.b-disabled), .b-button.b-dark-gray:active:focus:not(.b-disabled) {
  color: #424242;
  background-color: rgba(66, 66, 66, 0.16);
}
.b-buttongroup .b-button.b-dark-gray:not(.b-raised) {
  background-color: rgba(66, 66, 66, 0.04);
}
.b-buttongroup .b-button.b-dark-gray:not(.b-raised).b-pressed {
  background-color: rgba(66, 66, 66, 0.7);
}
.b-buttongroup .b-button.b-dark-gray:not(.b-raised).b-pressed:hover {
  color: #fff;
}

.b-button.b-gray:hover:not(.b-disabled), .b-using-keyboard .b-button.b-gray:focus {
  color: #9e9e9e;
  background-color: rgba(158, 158, 158, 0.096);
}
.b-button.b-gray:active:not(.b-disabled), .b-button.b-gray:active:focus:not(.b-disabled) {
  color: #9e9e9e;
  background-color: rgba(158, 158, 158, 0.16);
}
.b-buttongroup .b-button.b-gray:not(.b-raised) {
  background-color: rgba(158, 158, 158, 0.04);
}
.b-buttongroup .b-button.b-gray:not(.b-raised).b-pressed {
  background-color: rgba(158, 158, 158, 0.7);
}
.b-buttongroup .b-button.b-gray:not(.b-raised).b-pressed:hover {
  color: #fff;
}

.b-button.b-light-gray:hover:not(.b-disabled), .b-using-keyboard .b-button.b-light-gray:focus {
  color: #e0e0e0;
  background-color: rgba(224, 224, 224, 0.096);
}
.b-button.b-light-gray:active:not(.b-disabled), .b-button.b-light-gray:active:focus:not(.b-disabled) {
  color: #e0e0e0;
  background-color: rgba(224, 224, 224, 0.16);
}
.b-buttongroup .b-button.b-light-gray:not(.b-raised) {
  background-color: rgba(224, 224, 224, 0.04);
}
.b-buttongroup .b-button.b-light-gray:not(.b-raised).b-pressed {
  background-color: rgba(224, 224, 224, 0.7);
}
.b-buttongroup .b-button.b-light-gray:not(.b-raised).b-pressed:hover {
  color: #fff;
}

.b-button:hover:not(.b-disabled), .b-using-keyboard .b-button:focus {
  color: #2196f3;
  background-color: rgba(33, 150, 243, 0.096);
}
.b-button:active:not(.b-disabled), .b-button:active:focus:not(.b-disabled) {
  color: #2196f3;
  background-color: rgba(33, 150, 243, 0.16);
}
.b-buttongroup .b-button:not(.b-raised) {
  background-color: rgba(33, 150, 243, 0.04);
}
.b-buttongroup .b-button:not(.b-raised).b-pressed {
  background-color: rgba(33, 150, 243, 0.7);
}
.b-buttongroup .b-button:not(.b-raised).b-pressed:hover {
  color: #fff;
}

.b-buttongroup.b-raised {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.b-button.b-raised {
  transition: all 0.2s cubic-bezier(0.25, 0.8, 0.25, 1);
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.b-button.b-raised.b-pressed {
  box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.1);
}
.b-button.b-raised.b-pressed:hover:not(.b-disabled) {
  box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.1);
}
.b-button.b-raised.b-disabled {
  box-shadow: none;
}
.b-button.b-raised:hover:not(.b-disabled), .b-outer.b-using-keyboard .b-button.b-raised:focus:not(.b-disabled) {
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}
.b-outer.b-using-keyboard .b-button.b-raised.b-pressed:focus:not(.b-disabled) {
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.1);
}
.b-button.b-raised:active:not(.b-disabled) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.b-button.b-raised:active:not(.b-disabled) {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.b-button.b-raised.b-blue.b-pressed {
  background-color: #0c7cd5;
}
.b-button.b-raised.b-blue.b-pressed:hover:not(.b-disabled) {
  background-color: #0c7cd5;
}
.b-outer.b-using-keyboard .b-button.b-raised.b-blue.b-pressed:focus:not(.b-disabled) {
  background-color: #0d8aee;
}
.b-button.b-raised.b-blue:hover:not(.b-disabled), .b-outer.b-using-keyboard .b-button.b-raised.b-blue:focus:not(.b-disabled) {
  color: #fff;
  background-color: #39a1f4;
}
.b-button.b-raised.b-blue:active:not(.b-disabled) {
  background-color: #51adf6;
}
.b-button.b-raised.b-blue.b-disabled {
  background-color: #e0e0e0;
  color: #9e9e9e;
}

.b-button.b-raised.b-deep-orange.b-pressed {
  background-color: #ee3900;
}
.b-button.b-raised.b-deep-orange.b-pressed:hover:not(.b-disabled) {
  background-color: #ee3900;
}
.b-outer.b-using-keyboard .b-button.b-raised.b-deep-orange.b-pressed:focus:not(.b-disabled) {
  background-color: #ff4409;
}
.b-button.b-raised.b-deep-orange:hover:not(.b-disabled), .b-outer.b-using-keyboard .b-button.b-raised.b-deep-orange:focus:not(.b-disabled) {
  color: #fff;
  background-color: #ff6a3c;
}
.b-button.b-raised.b-deep-orange:active:not(.b-disabled) {
  background-color: #ff7e55;
}
.b-button.b-raised.b-deep-orange.b-disabled {
  background-color: #e0e0e0;
  color: #9e9e9e;
}

.b-button.b-raised.b-orange.b-pressed {
  background-color: #cc7a00;
}
.b-button.b-raised.b-orange.b-pressed:hover:not(.b-disabled) {
  background-color: #cc7a00;
}
.b-outer.b-using-keyboard .b-button.b-raised.b-orange.b-pressed:focus:not(.b-disabled) {
  background-color: #e68900;
}
.b-button.b-raised.b-orange:hover:not(.b-disabled), .b-outer.b-using-keyboard .b-button.b-raised.b-orange:focus:not(.b-disabled) {
  color: #fff;
  background-color: #ffa21a;
}
.b-button.b-raised.b-orange:active:not(.b-disabled) {
  background-color: #ffad33;
}
.b-button.b-raised.b-orange.b-disabled {
  background-color: #e0e0e0;
  color: #9e9e9e;
}

.b-button.b-raised.b-amber.b-pressed {
  background-color: #d39e00;
}
.b-button.b-raised.b-amber.b-pressed:hover:not(.b-disabled) {
  background-color: #d39e00;
}
.b-outer.b-using-keyboard .b-button.b-raised.b-amber.b-pressed:focus:not(.b-disabled) {
  background-color: #edb100;
}
.b-button.b-raised.b-amber:hover:not(.b-disabled), .b-outer.b-using-keyboard .b-button.b-raised.b-amber:focus:not(.b-disabled) {
  color: #fff;
  background-color: #ffc721;
}
.b-button.b-raised.b-amber:active:not(.b-disabled) {
  background-color: #ffce3a;
}
.b-button.b-raised.b-amber.b-disabled {
  background-color: #e0e0e0;
  color: #9e9e9e;
}

.b-button.b-raised.b-indigo.b-pressed {
  background-color: #32408f;
}
.b-button.b-raised.b-indigo.b-pressed:hover:not(.b-disabled) {
  background-color: #32408f;
}
.b-outer.b-using-keyboard .b-button.b-raised.b-indigo.b-pressed:focus:not(.b-disabled) {
  background-color: #3849a2;
}
.b-button.b-raised.b-indigo:hover:not(.b-disabled), .b-outer.b-using-keyboard .b-button.b-raised.b-indigo:focus:not(.b-disabled) {
  color: #fff;
  background-color: #4d5ec1;
}
.b-button.b-raised.b-indigo:active:not(.b-disabled) {
  background-color: #606fc7;
}
.b-button.b-raised.b-indigo.b-disabled {
  background-color: #e0e0e0;
  color: #9e9e9e;
}

.b-button.b-raised.b-lime.b-pressed {
  background-color: #b2c022;
}
.b-button.b-raised.b-lime.b-pressed:hover:not(.b-disabled) {
  background-color: #b2c022;
}
.b-outer.b-using-keyboard .b-button.b-raised.b-lime.b-pressed:focus:not(.b-disabled) {
  background-color: #c6d626;
}
.b-button.b-raised.b-lime:hover:not(.b-disabled), .b-outer.b-using-keyboard .b-button.b-raised.b-lime:focus:not(.b-disabled) {
  color: #fff;
  background-color: #d2e04f;
}
.b-button.b-raised.b-lime:active:not(.b-disabled) {
  background-color: #d8e464;
}
.b-button.b-raised.b-lime.b-disabled {
  background-color: #e0e0e0;
  color: #9e9e9e;
}

.b-button.b-raised.b-teal.b-pressed {
  background-color: #00635a;
}
.b-button.b-raised.b-teal.b-pressed:hover:not(.b-disabled) {
  background-color: #00635a;
}
.b-outer.b-using-keyboard .b-button.b-raised.b-teal.b-pressed:focus:not(.b-disabled) {
  background-color: #007d71;
}
.b-button.b-raised.b-teal:hover:not(.b-disabled), .b-outer.b-using-keyboard .b-button.b-raised.b-teal:focus:not(.b-disabled) {
  color: #fff;
  background-color: #00b09f;
}
.b-button.b-raised.b-teal:active:not(.b-disabled) {
  background-color: #00c9b6;
}
.b-button.b-raised.b-teal.b-disabled {
  background-color: #e0e0e0;
  color: #9e9e9e;
}

.b-button.b-raised.b-green.b-pressed {
  background-color: #3d8b40;
}
.b-button.b-raised.b-green.b-pressed:hover:not(.b-disabled) {
  background-color: #3d8b40;
}
.b-outer.b-using-keyboard .b-button.b-raised.b-green.b-pressed:focus:not(.b-disabled) {
  background-color: #449d48;
}
.b-button.b-raised.b-green:hover:not(.b-disabled), .b-outer.b-using-keyboard .b-button.b-raised.b-green:focus:not(.b-disabled) {
  color: #fff;
  background-color: #5cb860;
}
.b-button.b-raised.b-green:active:not(.b-disabled) {
  background-color: #6ec071;
}
.b-button.b-raised.b-green.b-disabled {
  background-color: #e0e0e0;
  color: #9e9e9e;
}

.b-button.b-raised.b-light-green.b-pressed {
  background-color: #71a436;
}
.b-button.b-raised.b-light-green.b-pressed:hover:not(.b-disabled) {
  background-color: #71a436;
}
.b-outer.b-using-keyboard .b-button.b-raised.b-light-green.b-pressed:focus:not(.b-disabled) {
  background-color: #7eb73d;
}
.b-button.b-raised.b-light-green:hover:not(.b-disabled), .b-outer.b-using-keyboard .b-button.b-raised.b-light-green:focus:not(.b-disabled) {
  color: #fff;
  background-color: #97c95d;
}
.b-button.b-raised.b-light-green:active:not(.b-disabled) {
  background-color: #a4d070;
}
.b-button.b-raised.b-light-green.b-disabled {
  background-color: #e0e0e0;
  color: #9e9e9e;
}

.b-button.b-raised.b-purple.b-pressed {
  background-color: #771e86;
}
.b-button.b-raised.b-purple.b-pressed:hover:not(.b-disabled) {
  background-color: #771e86;
}
.b-outer.b-using-keyboard .b-button.b-raised.b-purple.b-pressed:focus:not(.b-disabled) {
  background-color: #89229b;
}
.b-button.b-raised.b-purple:hover:not(.b-disabled), .b-outer.b-using-keyboard .b-button.b-raised.b-purple:focus:not(.b-disabled) {
  color: #fff;
  background-color: #af2cc5;
}
.b-button.b-raised.b-purple:active:not(.b-disabled) {
  background-color: #bc37d3;
}
.b-button.b-raised.b-purple.b-disabled {
  background-color: #e0e0e0;
  color: #9e9e9e;
}

.b-button.b-raised.b-yellow.b-pressed {
  background-color: #ffe608;
}
.b-button.b-raised.b-yellow.b-pressed:hover:not(.b-disabled) {
  background-color: #ffe608;
}
.b-outer.b-using-keyboard .b-button.b-raised.b-yellow.b-pressed:focus:not(.b-disabled) {
  background-color: #ffe822;
}
.b-button.b-raised.b-yellow:hover:not(.b-disabled), .b-outer.b-using-keyboard .b-button.b-raised.b-yellow:focus:not(.b-disabled) {
  color: #fff;
  background-color: #ffee55;
}
.b-button.b-raised.b-yellow:active:not(.b-disabled) {
  background-color: #fff06e;
}
.b-button.b-raised.b-yellow.b-disabled {
  background-color: #e0e0e0;
  color: #9e9e9e;
}

.b-button.b-raised.b-red.b-pressed {
  background-color: #ea1c0d;
}
.b-button.b-raised.b-red.b-pressed:hover:not(.b-disabled) {
  background-color: #ea1c0d;
}
.b-outer.b-using-keyboard .b-button.b-raised.b-red.b-pressed:focus:not(.b-disabled) {
  background-color: #f32c1e;
}
.b-button.b-raised.b-red:hover:not(.b-disabled), .b-outer.b-using-keyboard .b-button.b-raised.b-red:focus:not(.b-disabled) {
  color: #fff;
  background-color: #f55a4e;
}
.b-button.b-raised.b-red:active:not(.b-disabled) {
  background-color: #f77066;
}
.b-button.b-raised.b-red.b-disabled {
  background-color: #e0e0e0;
  color: #9e9e9e;
}

.b-button.b-raised.b-dark-gray.b-pressed {
  background-color: #292929;
}
.b-button.b-raised.b-dark-gray.b-pressed:hover:not(.b-disabled) {
  background-color: #292929;
}
.b-outer.b-using-keyboard .b-button.b-raised.b-dark-gray.b-pressed:focus:not(.b-disabled) {
  background-color: #353535;
}
.b-button.b-raised.b-dark-gray:hover:not(.b-disabled), .b-outer.b-using-keyboard .b-button.b-raised.b-dark-gray:focus:not(.b-disabled) {
  color: #fff;
  background-color: #4f4f4f;
}
.b-button.b-raised.b-dark-gray:active:not(.b-disabled) {
  background-color: #5c5c5c;
}
.b-button.b-raised.b-dark-gray.b-disabled {
  background-color: #e0e0e0;
  color: #9e9e9e;
}

.b-button.b-raised.b-gray.b-pressed {
  background-color: #858585;
}
.b-button.b-raised.b-gray.b-pressed:hover:not(.b-disabled) {
  background-color: #858585;
}
.b-outer.b-using-keyboard .b-button.b-raised.b-gray.b-pressed:focus:not(.b-disabled) {
  background-color: #919191;
}
.b-button.b-raised.b-gray:hover:not(.b-disabled), .b-outer.b-using-keyboard .b-button.b-raised.b-gray:focus:not(.b-disabled) {
  color: #fff;
  background-color: #ababab;
}
.b-button.b-raised.b-gray:active:not(.b-disabled) {
  background-color: #b8b8b8;
}
.b-button.b-raised.b-gray.b-disabled {
  background-color: #e0e0e0;
  color: #9e9e9e;
}

.b-button.b-raised.b-light-gray.b-pressed {
  background-color: #c7c7c7;
}
.b-button.b-raised.b-light-gray.b-pressed:hover:not(.b-disabled) {
  background-color: #c7c7c7;
}
.b-outer.b-using-keyboard .b-button.b-raised.b-light-gray.b-pressed:focus:not(.b-disabled) {
  background-color: lightgray;
}
.b-button.b-raised.b-light-gray:hover:not(.b-disabled), .b-outer.b-using-keyboard .b-button.b-raised.b-light-gray:focus:not(.b-disabled) {
  color: #fff;
  background-color: #ededed;
}
.b-button.b-raised.b-light-gray:active:not(.b-disabled) {
  background-color: #fafafa;
}
.b-button.b-raised.b-light-gray.b-disabled {
  background-color: #e0e0e0;
  color: #9e9e9e;
}

.b-button.b-raised.b-pressed {
  background-color: #0c7cd5;
}
.b-button.b-raised.b-pressed:hover:not(.b-disabled) {
  background-color: #0c7cd5;
}
.b-outer.b-using-keyboard .b-button.b-raised.b-pressed:focus:not(.b-disabled) {
  background-color: #0d8aee;
}
.b-button.b-raised:hover:not(.b-disabled), .b-outer.b-using-keyboard .b-button.b-raised:focus:not(.b-disabled) {
  color: #fff;
  background-color: #39a1f4;
}
.b-button.b-raised:active:not(.b-disabled) {
  background-color: #51adf6;
}
.b-button.b-raised.b-disabled {
  background-color: #e0e0e0;
  color: #9e9e9e;
}

.b-checkbox {
  overflow: visible !important;
}
.b-checkbox .b-field-inner::before {
  content: "";
  display: block;
  z-index: 0;
  position: absolute;
  left: -0.65em;
  width: 2.6em;
  height: 2.6em;
  border-radius: 50%;
  background-color: transparent;
  transition: background-color 0.2s;
}
.b-checkbox:not(.b-disabled):hover:focus-within .b-field-inner::before, .b-checkbox:not(.b-disabled):focus-within .b-field-inner::before {
  background-color: rgba(33, 150, 243, 0.2);
}
.b-checkbox:not(.b-disabled):hover .b-field-inner::before {
  background-color: rgba(33, 150, 243, 0.1);
}
.b-checkbox.b-bright .b-checkbox-label:before {
  border-color: #fff;
}

.b-checkbox.b-blue .b-checkbox-label::before {
  color: transparent;
  border-color: #9e9e9e;
}
.b-checkbox.b-blue:not(.b-disabled):hover:focus-within .b-field-inner::before, .b-checkbox.b-blue:not(.b-disabled):focus-within .b-field-inner::before {
  background-color: rgba(33, 150, 243, 0.2);
}
.b-checkbox.b-blue:not(.b-disabled):hover .b-field-inner::before {
  background-color: rgba(33, 150, 243, 0.1);
}
.b-checkbox.b-blue.b-disabled .b-checkbox-label::before {
  border-color: #eeeeee;
}

.b-checkbox.b-deep-orange .b-checkbox-label::before {
  color: transparent;
  border-color: #9e9e9e;
}
.b-checkbox.b-deep-orange:not(.b-disabled):hover:focus-within .b-field-inner::before, .b-checkbox.b-deep-orange:not(.b-disabled):focus-within .b-field-inner::before {
  background-color: rgba(255, 87, 34, 0.2);
}
.b-checkbox.b-deep-orange:not(.b-disabled):hover .b-field-inner::before {
  background-color: rgba(255, 87, 34, 0.1);
}
.b-checkbox.b-deep-orange.b-disabled .b-checkbox-label::before {
  border-color: #eeeeee;
}

.b-checkbox.b-orange .b-checkbox-label::before {
  color: transparent;
  border-color: #9e9e9e;
}
.b-checkbox.b-orange:not(.b-disabled):hover:focus-within .b-field-inner::before, .b-checkbox.b-orange:not(.b-disabled):focus-within .b-field-inner::before {
  background-color: rgba(255, 152, 0, 0.2);
}
.b-checkbox.b-orange:not(.b-disabled):hover .b-field-inner::before {
  background-color: rgba(255, 152, 0, 0.1);
}
.b-checkbox.b-orange.b-disabled .b-checkbox-label::before {
  border-color: #eeeeee;
}

.b-checkbox.b-indigo .b-checkbox-label::before {
  color: transparent;
  border-color: #9e9e9e;
}
.b-checkbox.b-indigo:not(.b-disabled):hover:focus-within .b-field-inner::before, .b-checkbox.b-indigo:not(.b-disabled):focus-within .b-field-inner::before {
  background-color: rgba(63, 81, 181, 0.2);
}
.b-checkbox.b-indigo:not(.b-disabled):hover .b-field-inner::before {
  background-color: rgba(63, 81, 181, 0.1);
}
.b-checkbox.b-indigo.b-disabled .b-checkbox-label::before {
  border-color: #eeeeee;
}

.b-checkbox.b-green .b-checkbox-label::before {
  color: transparent;
  border-color: #9e9e9e;
}
.b-checkbox.b-green:not(.b-disabled):hover:focus-within .b-field-inner::before, .b-checkbox.b-green:not(.b-disabled):focus-within .b-field-inner::before {
  background-color: rgba(76, 175, 80, 0.2);
}
.b-checkbox.b-green:not(.b-disabled):hover .b-field-inner::before {
  background-color: rgba(76, 175, 80, 0.1);
}
.b-checkbox.b-green.b-disabled .b-checkbox-label::before {
  border-color: #eeeeee;
}

.b-checkbox.b-purple .b-checkbox-label::before {
  color: transparent;
  border-color: #9e9e9e;
}
.b-checkbox.b-purple:not(.b-disabled):hover:focus-within .b-field-inner::before, .b-checkbox.b-purple:not(.b-disabled):focus-within .b-field-inner::before {
  background-color: rgba(156, 39, 176, 0.2);
}
.b-checkbox.b-purple:not(.b-disabled):hover .b-field-inner::before {
  background-color: rgba(156, 39, 176, 0.1);
}
.b-checkbox.b-purple.b-disabled .b-checkbox-label::before {
  border-color: #eeeeee;
}

.b-checkbox.b-yellow .b-checkbox-label::before {
  color: transparent;
  border-color: #9e9e9e;
}
.b-checkbox.b-yellow:not(.b-disabled):hover:focus-within .b-field-inner::before, .b-checkbox.b-yellow:not(.b-disabled):focus-within .b-field-inner::before {
  background-color: rgba(255, 235, 59, 0.2);
}
.b-checkbox.b-yellow:not(.b-disabled):hover .b-field-inner::before {
  background-color: rgba(255, 235, 59, 0.1);
}
.b-checkbox.b-yellow.b-disabled .b-checkbox-label::before {
  border-color: #eeeeee;
}

.b-checkbox.b-red .b-checkbox-label::before {
  color: transparent;
  border-color: #9e9e9e;
}
.b-checkbox.b-red:not(.b-disabled):hover:focus-within .b-field-inner::before, .b-checkbox.b-red:not(.b-disabled):focus-within .b-field-inner::before {
  background-color: rgba(244, 67, 54, 0.2);
}
.b-checkbox.b-red:not(.b-disabled):hover .b-field-inner::before {
  background-color: rgba(244, 67, 54, 0.1);
}
.b-checkbox.b-red.b-disabled .b-checkbox-label::before {
  border-color: #eeeeee;
}

.b-checkbox.b-amber .b-checkbox-label::before {
  color: transparent;
  border-color: #9e9e9e;
}
.b-checkbox.b-amber:not(.b-disabled):hover:focus-within .b-field-inner::before, .b-checkbox.b-amber:not(.b-disabled):focus-within .b-field-inner::before {
  background-color: rgba(255, 193, 7, 0.2);
}
.b-checkbox.b-amber:not(.b-disabled):hover .b-field-inner::before {
  background-color: rgba(255, 193, 7, 0.1);
}
.b-checkbox.b-amber.b-disabled .b-checkbox-label::before {
  border-color: #eeeeee;
}

.b-checkbox.b-lime .b-checkbox-label::before {
  color: transparent;
  border-color: #9e9e9e;
}
.b-checkbox.b-lime:not(.b-disabled):hover:focus-within .b-field-inner::before, .b-checkbox.b-lime:not(.b-disabled):focus-within .b-field-inner::before {
  background-color: rgba(205, 220, 57, 0.2);
}
.b-checkbox.b-lime:not(.b-disabled):hover .b-field-inner::before {
  background-color: rgba(205, 220, 57, 0.1);
}
.b-checkbox.b-lime.b-disabled .b-checkbox-label::before {
  border-color: #eeeeee;
}

.b-checkbox.b-teal .b-checkbox-label::before {
  color: transparent;
  border-color: #9e9e9e;
}
.b-checkbox.b-teal:not(.b-disabled):hover:focus-within .b-field-inner::before, .b-checkbox.b-teal:not(.b-disabled):focus-within .b-field-inner::before {
  background-color: rgba(0, 150, 136, 0.2);
}
.b-checkbox.b-teal:not(.b-disabled):hover .b-field-inner::before {
  background-color: rgba(0, 150, 136, 0.1);
}
.b-checkbox.b-teal.b-disabled .b-checkbox-label::before {
  border-color: #eeeeee;
}

.b-checkbox.b-light-green .b-checkbox-label::before {
  color: transparent;
  border-color: #9e9e9e;
}
.b-checkbox.b-light-green:not(.b-disabled):hover:focus-within .b-field-inner::before, .b-checkbox.b-light-green:not(.b-disabled):focus-within .b-field-inner::before {
  background-color: rgba(139, 195, 74, 0.2);
}
.b-checkbox.b-light-green:not(.b-disabled):hover .b-field-inner::before {
  background-color: rgba(139, 195, 74, 0.1);
}
.b-checkbox.b-light-green.b-disabled .b-checkbox-label::before {
  border-color: #eeeeee;
}

.b-checkbox.b-purple .b-checkbox-label::before {
  color: transparent;
  border-color: #9e9e9e;
}
.b-checkbox.b-purple:not(.b-disabled):hover:focus-within .b-field-inner::before, .b-checkbox.b-purple:not(.b-disabled):focus-within .b-field-inner::before {
  background-color: rgba(156, 39, 176, 0.2);
}
.b-checkbox.b-purple:not(.b-disabled):hover .b-field-inner::before {
  background-color: rgba(156, 39, 176, 0.1);
}
.b-checkbox.b-purple.b-disabled .b-checkbox-label::before {
  border-color: #eeeeee;
}

.b-widget.b-datetimefield,
.b-widget.b-numberfield,
.b-widget.b-textfield {
  overflow: visible !important;
}
.b-widget.b-datetimefield.b-has-label, .b-widget.b-datetimefield.b-match-label,
.b-widget.b-numberfield.b-has-label,
.b-widget.b-numberfield.b-match-label,
.b-widget.b-textfield.b-has-label,
.b-widget.b-textfield.b-match-label {
  margin-top: 1.2em;
}
.b-widget.b-datetimefield .b-field-inner::before,
.b-widget.b-numberfield .b-field-inner::before,
.b-widget.b-textfield .b-field-inner::before {
  display: inline-block;
  position: absolute;
  background-color: #2196f3;
  height: 2px;
  left: 0;
  right: 0;
  bottom: -1px;
  content: "";
  transition: transform 0.3s;
  transform: scaleX(0);
}
.b-widget.b-datetimefield .b-field-inner:focus-within::before, .b-widget.b-datetimefield.b-open .b-field-inner::before,
.b-widget.b-numberfield .b-field-inner:focus-within::before,
.b-widget.b-numberfield.b-open .b-field-inner::before,
.b-widget.b-textfield .b-field-inner:focus-within::before,
.b-widget.b-textfield.b-open .b-field-inner::before {
  transform: scaleX(1);
}
.b-widget.b-datetimefield.b-invalid .b-field-inner::before,
.b-widget.b-numberfield.b-invalid .b-field-inner::before,
.b-widget.b-textfield.b-invalid .b-field-inner::before {
  background-color: #f44336;
}
.b-widget.b-datetimefield.b-has-label ::-webkit-input-placeholder,
.b-widget.b-numberfield.b-has-label ::-webkit-input-placeholder,
.b-widget.b-textfield.b-has-label ::-webkit-input-placeholder {
  color: transparent;
}
.b-widget.b-datetimefield label,
.b-widget.b-numberfield label,
.b-widget.b-textfield label {
  position: absolute;
  top: -1em;
  bottom: auto;
  transition: all 0.2s;
  width: 100% !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.b-widget.b-datetimefield.b-empty:not(.b-contains-focus):not(.b-no-steppers).b-has-start-trigger label,
.b-widget.b-numberfield.b-empty:not(.b-contains-focus):not(.b-no-steppers).b-has-start-trigger label,
.b-widget.b-textfield.b-empty:not(.b-contains-focus):not(.b-no-steppers).b-has-start-trigger label {
  margin-left: 2em;
}
.b-widget.b-datetimefield.b-empty:not(.b-contains-focus):not(.b-no-steppers).b-datetimefield label, .b-widget.b-datetimefield.b-empty:not(.b-contains-focus):not(.b-no-steppers).b-datefield label,
.b-widget.b-numberfield.b-empty:not(.b-contains-focus):not(.b-no-steppers).b-datetimefield label,
.b-widget.b-numberfield.b-empty:not(.b-contains-focus):not(.b-no-steppers).b-datefield label,
.b-widget.b-textfield.b-empty:not(.b-contains-focus):not(.b-no-steppers).b-datetimefield label,
.b-widget.b-textfield.b-empty:not(.b-contains-focus):not(.b-no-steppers).b-datefield label {
  margin-left: 1em;
}
.b-widget.b-datetimefield.b-empty:not(:focus-within):not(.b-open) label,
.b-widget.b-numberfield.b-empty:not(:focus-within):not(.b-open) label,
.b-widget.b-textfield.b-empty:not(:focus-within):not(.b-open) label {
  font-size: 1em;
  top: 1em;
}
.b-widget.b-datetimefield.b-bright,
.b-widget.b-numberfield.b-bright,
.b-widget.b-textfield.b-bright {
  border-color: #e0e0e0;
  color: #fff;
}
.b-widget.b-datetimefield.b-bright:not(.b-has-label) ::-webkit-input-placeholder,
.b-widget.b-numberfield.b-bright:not(.b-has-label) ::-webkit-input-placeholder,
.b-widget.b-textfield.b-bright:not(.b-has-label) ::-webkit-input-placeholder {
  color: #fff;
}
.b-widget.b-datetimefield.b-bright label, .b-widget.b-datetimefield.b-bright label i,
.b-widget.b-numberfield.b-bright label,
.b-widget.b-numberfield.b-bright label i,
.b-widget.b-textfield.b-bright label,
.b-widget.b-textfield.b-bright label i {
  color: rgba(255, 255, 255, 0.9);
}
.b-widget.b-datetimefield.b-bright:hover:not(.b-disabled) .b-field-inner,
.b-widget.b-numberfield.b-bright:hover:not(.b-disabled) .b-field-inner,
.b-widget.b-textfield.b-bright:hover:not(.b-disabled) .b-field-inner {
  border-color: #fff;
}
.b-widget.b-datetimefield.b-bright .b-field-inner .b-fieldtrigger,
.b-widget.b-numberfield.b-bright .b-field-inner .b-fieldtrigger,
.b-widget.b-textfield.b-bright .b-field-inner .b-fieldtrigger {
  color: inherit;
}
.b-widget.b-datetimefield.b-bright .b-field-inner::before,
.b-widget.b-numberfield.b-bright .b-field-inner::before,
.b-widget.b-textfield.b-bright .b-field-inner::before {
  background-color: #ff9800;
}
.b-widget.b-datetimefield .b-fieldtrigger.b-align-start,
.b-widget.b-numberfield .b-fieldtrigger.b-align-start,
.b-widget.b-textfield .b-fieldtrigger.b-align-start {
  padding-right: 0.5em;
}

.b-cell-editor .b-field input {
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.b-timefield .b-icon.b-align-start {
  margin-right: 0.5em;
}
.b-timefield:focus-within label {
  margin-left: 0;
}
.b-timefield label {
  margin-left: 1.8em;
  margin-top: -0.2em;
}

.b-datetimefield .b-datefield {
  margin-right: 0.5em;
}
.b-datetimefield .b-datefield .b-field-inner {
  border: none;
}
.b-datetimefield:not(.b-disabled):hover .b-datefield .b-field-inner, .b-datetimefield:focus-within .b-datefield .b-field-inner {
  border: none;
}

.b-slidetoggle .b-field-inner::before {
  transition: left 0.3s;
}
.b-slidetoggle.b-slidetoggle-checked .b-field-inner::before {
  left: 0.35em;
}

@font-face {
  font-family: Roboto;
  src: url("fonts/Roboto-Light.woff2") format("woff2"), url("fonts/Roboto-Light.woff") format("woff");
  /* Pretty Modern Browsers */
  font-weight: 300;
}
@font-face {
  font-family: Roboto;
  src: url("fonts/Roboto-Regular.woff2") format("woff2"), url("fonts/Roboto-Regular.woff") format("woff");
  /* Pretty Modern Browsers */
  font-weight: 400;
}
@font-face {
  font-family: Roboto;
  src: url("fonts/Roboto-Medium.woff2") format("woff2"), url("fonts/Roboto-Medium.woff") format("woff");
  /* Pretty Modern Browsers */
  font-weight: 500;
}
@font-face {
  font-family: Roboto;
  src: url("fonts/Roboto-Bold.woff2") format("woff2"), url("fonts/Roboto-Bold.woff") format("woff");
  /* Pretty Modern Browsers */
  font-weight: 700;
}
.b-widget {
  font-family: sans-serif;
}

.b-ripple {
  box-shadow: none !important;
  pointer-events: none !important;
  position: relative;
  display: flex;
  align-items: stretch;
}
.b-ripple .b-ripple-inner {
  flex: 1 0 100%;
  position: absolute;
  overflow: visible;
}
.b-ripple .b-ripple-inner circle {
  animation: b-ripple-expand 0.3s ease-in-out, b-ripple-opacity-in 0.1s linear;
  opacity: 0.1;
}
.b-float-root > .b-ripple {
  overflow: hidden;
}

.b-has-label.b-bright:not(.b-disabled) label {
  color: #fff;
}

.b-panel > .b-toolbar .b-toolbar-content {
  align-items: center;
}
.b-panel > .b-toolbar .b-toolbar-content .b-widget:not(.b-tool) {
  min-height: 2.5em;
}

@keyframes b-ripple-opacity-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.1;
  }
}
@keyframes b-ripple-expand {
  0% {
    transform: scale(0.1);
  }
  100% {
    transform: scale(1);
  }
}
.b-icon-column-move-left:before {
  content: "\f0a8";
}

.b-icon-column-move-right:before {
  content: "\f0a9";
}

.b-icon-hide-column:before {
  content: "\f057";
}

.b-icon-sort:before {
  content: "\f0dc";
}

.b-icon-sort-asc:before {
  content: "\f15e";
}

.b-icon-sort-desc:before {
  content: "\f15d";
}

.b-icon-sorted-asc:before {
  content: "\f062";
}

.b-icon-group-asc:before {
  content: "\f885";
}

.b-icon-group-desc:before {
  content: "\f160";
}

.b-icon-group-collapse:before {
  content: "\f056";
}

.b-icon-group-expand:before {
  content: "\f055";
}

.b-icon-grouped-asc:before {
  content: "\f012";
}

.b-icon-tree-expand:before {
  content: "\f105";
}

.b-icon-tree-collapse:before {
  content: "\f107";
}

.b-icon-tree-folder:before {
  content: "\f07b";
}

.b-icon-tree-folder-open:before {
  content: "\f07c";
}

.b-icon-tree-leaf:before {
  content: "\f111";
}

.b-icon-expand-gridregion:before {
  content: "\f0da";
}

.b-icon-collapse-gridregion:before {
  content: "\f0d9";
}

.b-grid.b-readonly.b-actioncolumn-readonly .b-action-cell {
  filter: grayscale(1);
  opacity: 0.2;
  pointer-events: none;
}

.b-action-cell {
  text-align: end;
}

.b-actions-ct {
  width: 100%;
}

.b-action-item {
  width: 1.3em;
  margin: 0 0.15em;
  text-align: center;
  font-size: 1.2em;
  cursor: pointer;
  color: #5c5c5c;
}

.b-action-cell.b-grid-cell .b-action-item {
  transition: all 0.15s ease-in-out;
}

.b-action-item:hover {
  transform: scale3d(1.2, 1.2, 1);
  color: #2196f3;
}

.b-check-cell .b-checkbox label.b-checkbox-label:before {
  margin-right: 0;
}

.b-check-header-with-checkbox .b-grid-header-text {
  display: none;
}
.b-check-header-with-checkbox .b-field-inner {
  justify-content: center;
}
.b-check-header-with-checkbox .b-checkbox-label:before {
  margin: 0 !important;
}

.b-percent-bar-outer {
  flex: 1;
  height: 30%;
  max-height: 0.8em;
  background: #f1f1f1;
}

.b-percent-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  max-width: 100%;
  padding: 0 0.2em;
  background: #2196f3;
  color: #fff;
  font-size: 0.7em;
  text-align: right;
  transition: width 0.5s, padding 0.5s, background-color 0.5s;
}
.b-percent-bar.b-zero {
  padding: 0;
  text-indent: 0.2em;
}
.b-percent-bar.b-low {
  background: #f44336;
  color: #262626;
}
.b-percent-bar.b-low span {
  left: 100%;
  margin: 0 0 0 5px;
}
.b-percent-bar span {
  position: relative;
  display: inline-block;
  margin: 0 5px 0 0;
  line-height: 1em;
}

.b-grid-body-container.b-scrolling .b-percent-bar {
  transition: none;
}

.b-rating-cell .b-icon {
  font-size: 1.8em;
}
.b-rating-cell .b-empty {
  color: rgba(224, 224, 224, 0.3);
}
.b-rating-cell .b-filled {
  color: #fdd835;
}

.b-gridbase:not(.b-readonly) .b-rating-cell-inner:not(.b-not-editable) .b-icon {
  cursor: pointer;
  transition: all 0.2s linear;
  position: relative;
}
.b-gridbase:not(.b-readonly) .b-rating-cell-inner:not(.b-not-editable):hover .b-icon {
  color: #fdd835;
}
.b-gridbase:not(.b-readonly) .b-rating-cell-inner:not(.b-not-editable):hover .b-icon.b-empty::before {
  opacity: 0.4;
}
.b-gridbase:not(.b-readonly) .b-rating-cell-inner:not(.b-not-editable) .b-icon:hover {
  transform: scale(1.3);
}
.b-gridbase:not(.b-readonly) .b-rating-cell-inner:not(.b-not-editable) .b-icon:hover.b-filled {
  opacity: 1;
}
.b-gridbase:not(.b-readonly) .b-rating-cell-inner:not(.b-not-editable) .b-icon:hover:hover ~ .b-icon::before {
  color: rgba(224, 224, 224, 0.3);
  opacity: 1;
}

.b-grid-body-container.b-scrolling .b-rating-cell-inner .b-icon {
  transition: none;
}

.b-grid-cell.b-row-number-cell {
  background-color: #fafafa;
  border-right: 1px solid transparent;
}

.b-grid-row.b-hover .b-grid-cell.b-row-number-cell:hover {
  border-right: 1px solid transparent;
}

.b-group-row .b-grid-cell.b-row-number-cell:first-child {
  border-right: 1px solid transparent;
}

.b-gridbase:focus .b-grid-row.b-selected .b-grid-cell.b-row-number-cell.b-selected {
  border-right: 1px solid #e0e0e0;
}

.b-tree-expander {
  position: relative;
  top: 1px;
  margin: 0 0.7em;
  cursor: pointer;
  width: 0.6em;
  min-width: 0.6em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.b-loading-children .b-tree-expander .b-icon:before {
  content: "\f110";
  animation: spin 2s infinite linear;
}

.b-grid-cell.b-tree-cell {
  align-items: stretch;
}

.b-tree-leaf-cell .b-tree-cell-inner:before {
  font-family: "Font Awesome 5 Free", FontAwesome5Free;
  font-weight: 900;
  color: #2196f3;
  margin-right: 0.6em;
  width: 1.25em;
  min-width: 1.25em;
  text-align: center;
}

.b-tree-icon,
.b-icon-tree-leaf,
.b-icon-tree-folder,
.b-icon-tree-folder-open,
.b-icon-tree-expand,
.b-icon-tree-collapse {
  color: #2196f3;
  width: 1.25em;
  min-width: 1.25em;
  text-align: center;
}

.b-tree-icon,
.b-icon-tree-leaf,
.b-icon-tree-folder,
.b-icon-tree-folder-open {
  margin-right: 0.6em;
}

.b-icon-tree-leaf:before {
  font-size: 0.3em;
  vertical-align: middle;
}

.b-icon-tree-folder:before,
.b-icon-tree-folder-open:before {
  margin-left: 0.1em;
}

.b-icon-tree-expand.b-empty-parent,
.b-icon-tree-collapse.b-empty-parent {
  display: none;
}
.b-icon-tree-expand:before,
.b-icon-tree-collapse:before {
  font-size: 1.2em;
}

.b-tree-cell-inner {
  padding: 0.5em 0;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  flex-grow: 1;
}

a.b-tree-cell-inner {
  text-decoration: none;
}
a.b-tree-cell-inner:hover .b-tree-cell-value {
  text-decoration: underline;
}

.b-tree-parent-cell,
.b-tree-leaf-cell {
  padding-left: 10px;
}

.b-tree-cell.b-tree-parent-cell {
  font-weight: 500;
  color: #6e6e6e;
}

.b-tree-cell-value {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.b-touch .b-tree-expander {
  width: 1.1em;
}
.b-touch .b-icon-tree-expand:before,
.b-touch .b-icon-tree-collapse:before {
  font-size: 1.8em;
}
.b-touch .b-icon-tree-leaf:before {
  font-size: 0.6em;
}
.b-touch .b-tree-icon,
.b-touch .b-tree-leaf-cell:not(.b-tree-parent-cell):before {
  font-size: 1.2em;
}

.b-cell-editor {
  position: absolute;
  background-color: #fff;
  border-width: 1px 1px 0 1px;
  border-color: #2196f3;
  border-style: solid;
  box-shadow: none !important;
  z-index: 1;
  /*transition: left 0.1s, top 0.1s;*/
}
.b-cell-editor > .b-widget {
  width: 100%;
  height: 100%;
}
.b-cell-editor .b-numberfield,
.b-cell-editor .b-textfield {
  align-items: stretch;
}
.b-cell-editor .b-numberfield:not(.b-has-start-trigger) .b-field-inner,
.b-cell-editor .b-textfield:not(.b-has-start-trigger) .b-field-inner {
  padding-left: 0;
}
.b-cell-editor .b-numberfield input,
.b-cell-editor .b-textfield input {
  padding: 0.8em 0.5em;
}

.b-cell-editor-hidden {
  display: none;
}

.b-grid-row .b-grid-cell.b-focused.b-editing:after {
  display: none;
}

.b-celltooltip-tip {
  max-height: 50%;
}

.b-columndragtoolbar {
  position: absolute;
  top: calc(100% - 3em);
  left: 50%;
  z-index: 100;
  animation-name: b-show-columndragtoolbar;
  animation-duration: 0.2s;
  transform: translateX(-50%);
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: 0.2em;
  background: #fff;
  transition: opacity 0.2s, top 0.2s;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12), 0 3px 6px rgba(0, 0, 0, 0.24);
  padding: 1em 1em 0.5em 1em;
  opacity: 0.8;
  font-size: 0.8em;
}
.b-columndragtoolbar.b-closer {
  top: 50%;
  transform: translate(-50%, -50%);
}
.b-columndragtoolbar.b-hover {
  opacity: 1;
}
.b-columndragtoolbar.b-remove {
  animation-name: b-hide-columndragtoolbar;
  animation-duration: 0.2s;
  top: 100%;
  opacity: 0;
}
.b-columndragtoolbar.b-remove.b-closer {
  animation-name: b-hide-columndragtoolbar-closer;
}
.b-columndragtoolbar > .b-title {
  color: #757575;
  flex-basis: 100%;
  margin-bottom: 1em;
  text-align: center;
}
.b-columndragtoolbar > .b-title:before {
  content: "Drag header downwards";
}
.b-columndragtoolbar.b-closer > .b-title:before {
  content: "Drop header on a button";
}
.b-columndragtoolbar .b-group {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  margin-right: 1.5em;
}
.b-columndragtoolbar .b-group:last-child {
  margin-right: 0;
}
.b-columndragtoolbar .b-group .b-title {
  color: #757575;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.b-columndragtoolbar .b-buttons {
  display: inline-flex;
  flex-direction: row;
}
.b-columndragtoolbar .b-target-button {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.2s;
  color: #fff;
  border: 0 solid #2196f3;
  border-radius: 0.2em;
  background: #2196f3;
  padding: 1em 0;
  width: 7em;
  margin-right: 0.5em;
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.b-columndragtoolbar .b-target-button:last-child {
  margin-right: 0;
}
.b-columndragtoolbar .b-target-button i {
  font-size: 2.5em;
  color: #fff;
  pointer-events: none;
  transition: all 0.2s;
}
.b-columndragtoolbar .b-target-button.b-hover:not([data-disabled=true]) {
  background-color: #39a1f4;
  color: #fff;
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.b-columndragtoolbar .b-target-button.b-hover:not([data-disabled=true]) i {
  transform: scale(1.1);
  color: #fff;
}
.b-columndragtoolbar .b-target-button.b-activate i {
  transform: scale(1.1) rotate(180deg) !important;
}
.b-columndragtoolbar .b-target-button[data-button-id^=group] {
  border-color: #fff;
  background-color: #ff9800;
}
.b-columndragtoolbar .b-target-button[data-button-id^=group] i {
  color: #fff;
}
.b-columndragtoolbar .b-target-button[data-button-id^=group].b-hover:not([data-disabled=true]) {
  background-color: #ffa21a;
}
.b-columndragtoolbar .b-target-button[data-button-id^=group].b-hover:not([data-disabled=true]) i {
  color: #fff;
}
.b-columndragtoolbar .b-target-button[data-button-id^=multisort] {
  border-color: #0c7cd5;
}
.b-columndragtoolbar .b-target-button[data-button-id^=multisort] i {
  color: #e6e6e6;
}
.b-columndragtoolbar .b-target-button[data-button-id^=multisort].b-hover:not([data-disabled=true]) {
  background-color: #0c7cd5;
}
.b-columndragtoolbar .b-target-button[data-button-id^=multisort].b-hover:not([data-disabled=true]) i {
  color: #fff;
}
.b-columndragtoolbar .b-target-button[data-disabled=true] {
  opacity: 0.5;
}

@keyframes b-show-columndragtoolbar {
  from {
    top: 100%;
    opacity: 0;
  }
  to {
    top: calc(100% - 3em);
    opacity: 0.4;
  }
}
@keyframes b-hide-columndragtoolbar {
  from {
    top: calc(100% - 3em);
    opacity: 0.4;
  }
  to {
    top: 100%;
    opacity: 0;
  }
}
@keyframes b-hide-columndragtoolbar-closer {
  from {
    top: 50%;
    opacity: 0.4;
  }
  to {
    top: 100%;
    opacity: 0;
  }
}
.b-grid-header.b-drag-proxy {
  line-height: normal;
  font-weight: 500;
  font-size: 14px;
  background-color: #fafafa;
  border: 1px solid transparent;
  transition: background-color 0.3s;
}
.b-grid-header.b-drag-proxy .b-grid-header-text {
  padding: 5px;
}
.b-grid-header.b-drop-placeholder {
  opacity: 0.3;
}
.b-grid-header.b-drag-invalid {
  color: #f44336;
  border: 1px solid #f44336;
}

.b-gridbase.b-columnresize .b-grid-header.b-resize-handle {
  cursor: ew-resize !important;
}
.b-gridbase.b-columnresize .b-grid-header.b-resizing {
  background: #ededed;
}
.b-gridbase.b-columnresize.b-sort {
  /*.b-grid-header.b-resizing:hover:not(.b-sort):after {
          display: none;
      }*/
}
.b-gridbase.b-columnresize.b-sort .b-grid-header.b-resizing:not(.b-filter) .b-filter-icon,
.b-gridbase.b-columnresize.b-sort .b-grid-header.b-over-resize-handle:not(.b-filter) .b-filter-icon,
.b-gridbase.b-columnresize.b-sort .b-grid-header.b-resizing:not(.b-sort):after,
.b-gridbase.b-columnresize.b-sort .b-grid-header.b-over-resize-handle:hover:not(.b-sort):after {
  display: none;
}
.b-gridbase.b-columnresize.b-touch.b-column-resizing .b-grid-header.b-resizing {
  overflow: visible;
  z-index: 100;
}
.b-gridbase.b-columnresize.b-touch.b-column-resizing .b-grid-header.b-resizing::before {
  content: "\f337";
  font-size: 1.5em;
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateX(50%) translateY(-50%);
  right: 0;
  z-index: 101;
  border-radius: 100%;
  background-color: transparent;
  pointer-events: none;
  padding: 0.5em;
}
.b-gridbase.b-columnresize.b-touch.b-column-resizing .b-grid-header:not(.b-resizing) {
  z-index: 1;
}

.b-context-menu {
  min-width: 14em;
}

@keyframes b-filter-icon-color {
  0% {
    color: #9e9e9e;
  }
  50% {
    color: #ff9800;
  }
  100% {
    color: #9e9e9e;
  }
}
.b-grid-header .b-filter-icon {
  display: none;
  cursor: pointer;
  transition: opacity 0.2s;
}
.b-grid-header .b-filter-icon::after {
  font-family: "Font Awesome 5 Free", FontAwesome5Free;
  font-weight: 900;
  color: #e0e0e0;
  margin-left: 0.5em;
  transition: transform 0.3s, color 0.2s;
  transform: none;
  background: inherit;
  /* Transparent bg will look bad if there is text under the icon */
  content: "\f0b0";
}
.b-grid-header .b-filter-icon:hover::after {
  color: #9e9e9e;
}

.b-gridbase:not(.b-filter) .b-filter-icon {
  opacity: 0.2;
  pointer-events: none;
}

.b-gridbase:not(.b-column-resizing) .b-grid-header-container:not(.b-dragging-header) .b-grid-header.b-filterable:hover > .b-grid-header-text > .b-filter-icon {
  display: flex;
}

.b-grid-header.b-filter .b-grid-header-text {
  font-weight: 700;
  color: #666;
}
.b-grid-header.b-filter .b-filter-icon {
  display: flex;
}
.b-grid-header.b-filter .b-filter-icon::after {
  color: #9e9e9e;
}
.b-grid-header.b-filter .b-filter-icon.b-latest::after {
  animation-name: b-filter-icon-color;
  animation-duration: 0.75s;
}

.b-filter-popup .b-field {
  width: 15em;
}

.b-filter-bar-field {
  margin: 0 0 0.5em 0;
  width: 100%;
}

.b-filter-bar-compact .b-grid-header.b-filter-bar-enabled {
  flex-direction: row;
}
.b-filter-bar-compact .b-grid-header.b-filter-bar-enabled .b-grid-header-text {
  padding: 0.25em 0;
  width: 2em;
  order: 1;
  margin-right: -0.5em;
}
.b-filter-bar-compact .b-grid-header.b-filter-bar-enabled .b-grid-header-text .b-grid-header-text-content {
  display: none;
}
.b-filter-bar-compact .b-filter-bar-field {
  margin: 0;
}
.b-filter-bar-compact .b-filter-bar-field .b-field-inner {
  background-color: transparent;
  border: none;
}
.b-filter-bar-compact .b-filter-bar-field .b-field-inner::before {
  display: none;
}
.b-filter-bar-compact .b-filter-bar-field .b-field-inner input {
  padding: 0.8em 0;
}
.b-filter-bar-compact .b-filter-bar-field .b-field-inner input::placeholder {
  color: #757575;
  text-transform: none;
  font-size: 1em;
  font-weight: 500;
}
.b-filter-bar-compact .b-filter-bar-field .b-fieldtrigger {
  display: none;
}
.b-filter-bar-compact .b-filter-bar-field:focus-within:not(.b-empty) .b-icon-remove, .b-filter-bar-compact .b-filter-bar-field:focus-within .b-fieldtrigger:not(.b-step-trigger):not(.b-icon-remove):not(.b-spintrigger) {
  display: inline-flex;
}
.b-filter-bar-compact .b-filter-bar-field .b-fieldtrigger.b-align-end {
  padding: 0;
}
.b-filter-bar-compact .b-filter-bar-field.b-uses-chipview:not(.b-empty) input {
  margin-left: 0.5em;
  margin-top: -0.25em;
}
.b-filter-bar-compact .b-filter-bar-field.b-uses-chipview:not(.b-empty) input::placeholder {
  color: transparent;
}
.b-filter-bar-compact .b-filter-bar-field.b-uses-chipview:not(.b-empty) .b-chip {
  font-size: 0.9em;
}
.b-filter-bar-compact .b-filter-bar-field.b-uses-chipview:not(.b-empty) .b-chip[data-index="0"] {
  margin-left: 0;
}

.b-group-summary .b-grid-group-collapsed.b-header-summary .b-grid-cell.b-group-title {
  overflow: hidden;
}
.b-group-summary .b-grid-row.b-group-footer .b-grid-cell {
  border-right-color: transparent;
  background-color: #fafafa;
}
.b-group-summary .b-grid-row.b-group-footer td {
  padding: 0.25em 0;
}
.b-group-summary .b-grid-row.b-group-footer .b-grid-summary-label {
  padding-right: 1em;
}
.b-group-summary .b-grid-row.b-group-footer .b-grid-summary-value {
  width: 100%;
}

.b-export {
  overflow: hidden;
}
.b-export .b-export-content {
  position: absolute;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.b-export .b-export-body {
  flex: 1;
}
.b-export .b-grid-header-container {
  margin-right: 0 !important;
  border-right: none !important;
}
.b-export .b-grid-body-container.b-widget-scroller {
  overflow-y: hidden !important;
}
.b-export .b-grid-footer-container {
  padding-right: 0 !important;
}
.b-export .b-virtual-scrollers {
  display: none;
}
.b-export.b-visible-scrollbar .b-show-yscroll-padding > .b-yscroll-pad {
  display: none;
}
.b-export.b-multipage .b-export-content {
  width: 100%;
  height: 100%;
}
.b-export.b-multipage .b-export-body {
  overflow: hidden;
}

.b-quick-hit-cell {
  background: #fff59d;
}

.b-quick-hit-text {
  font-weight: bold;
  background: #fff59d;
}

.b-quick-hit-text {
  padding: 0.3em 0;
}

.b-quick-hit-header {
  position: absolute;
  top: 0.3em;
  left: 0.3em;
  bottom: 0.3em;
  right: 0.3em;
  z-index: 1;
}
.b-quick-hit-header.b-quick-hit-mode-grid {
  bottom: auto;
  height: 3em;
  z-index: 100;
  opacity: 0.75;
}

.b-quick-hit-field {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 7px 0;
  background: #fff59d;
}

.b-quick-hit-cell-badge,
.b-quick-hit-header .b-quick-hit-badge {
  position: absolute;
  top: 0.4em;
  right: 0.4em;
  font-size: 0.7em;
  line-height: 0.7em;
}

.b-quick-hit-header .b-quick-hit-badge {
  color: #a19100;
}

.b-quick-hit-cell-badge {
  color: #a19100;
}

.b-grid-splitter {
  z-index: 5;
  position: relative;
  background: #e0e0e0;
  flex: 0 0 1px;
}
.b-grid-splitter .b-grid-splitter-inner {
  display: none;
  transition: left 0.2s, width 0.2s;
  width: 5px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  flex-direction: column;
  align-items: center;
}
.b-grid-splitter:not(.b-grid-splitter-collapsed) .b-grid-splitter-inner {
  cursor: col-resize;
}

.b-grid-splitter-buttons {
  display: none;
  position: absolute;
  margin-top: -50%;
  height: 2em;
}
.b-grid-splitter-buttons .b-icon {
  position: absolute;
  top: 0;
  width: 0.55em;
  background: #ebebeb;
  display: flex;
  justify-content: center;
}
.b-grid-splitter-buttons .b-icon.b-icon-collapse-gridregion {
  left: -0.55em;
  border-radius: 1em 0 0 1em;
}
.b-grid-splitter-buttons .b-icon.b-icon-expand-gridregion {
  right: -0.55em;
  border-radius: 0 1em 1em 0;
}

.b-grid-splitter-collapsed .b-grid-splitter-buttons {
  display: block;
}

.b-gridbase.b-split .b-grid-splitter:not(.b-disabled) {
  flex: 0 0 5px;
  background: #ebebeb;
}
.b-gridbase.b-split .b-grid-splitter:not(.b-disabled) .b-grid-splitter-inner {
  display: flex;
}
.b-gridbase.b-split .b-grid-splitter:not(.b-disabled).b-grid-splitter-collapsed {
  cursor: initial;
  flex: 0 0 10px;
}
.b-gridbase.b-split .b-grid-splitter:not(.b-disabled).b-grid-splitter-collapsed .b-grid-splitter-inner {
  background: #ebebeb;
  width: 10px;
}
.b-gridbase.b-split .b-grid-splitter:not(.b-disabled).b-grid-splitter-collapsed:not(.b-grid-splitter-allow-collapse) .b-icon-collapse-gridregion, .b-gridbase.b-split .b-grid-splitter:not(.b-disabled).b-grid-splitter-collapsed.b-grid-splitter-allow-collapse .b-icon-expand-gridregion {
  display: none;
}
.b-gridbase.b-split .b-grid-splitter:not(.b-disabled).b-left-only:not(.b-grid-splitter-collapsed) .b-icon.b-icon-expand-gridregion {
  display: none;
}
.b-gridbase.b-split .b-grid-splitter:not(.b-disabled).b-right-only:not(.b-grid-splitter-collapsed) .b-icon.b-icon-collapse-gridregion {
  display: none;
}
.b-gridbase.b-split .b-grid-splitter:not(.b-disabled) .b-icon {
  cursor: pointer;
  color: #6b6b6b;
  font-size: 2em;
  padding: 0.05em;
}
.b-gridbase.b-split .b-grid-splitter:not(.b-disabled) .b-icon:hover {
  color: #fff;
}
.b-gridbase.b-split .b-grid-splitter:not(.b-disabled).b-hover, .b-gridbase.b-split .b-grid-splitter:not(.b-disabled).b-moving {
  overflow: visible;
}
.b-gridbase.b-split .b-grid-splitter:not(.b-disabled).b-hover .b-grid-splitter-inner, .b-gridbase.b-split .b-grid-splitter:not(.b-disabled).b-moving .b-grid-splitter-inner {
  background: #ebebeb;
  left: -4px;
  width: 13px;
}
.b-gridbase.b-split .b-grid-splitter:not(.b-disabled).b-hover .b-grid-splitter-buttons, .b-gridbase.b-split .b-grid-splitter:not(.b-disabled).b-moving .b-grid-splitter-buttons {
  display: block;
}
.b-gridbase.b-split .b-grid-splitter:not(.b-disabled).b-grid-splitter-collapsed:nth-child(2):hover:not(.b-moving) .b-grid-splitter-inner {
  left: 0;
}

.b-grid-header-scroller.b-collapsed,
.b-grid-footer-scroller.b-collapsed,
.b-virtual-scroller.b-collapsed {
  width: 0;
}

.b-touch .b-splitter-scroller,
.b-touch .b-icon-expand-gridregion,
.b-touch .b-icon-collapse-gridregion {
  display: none;
}
.b-touch .b-moving .b-grid-splitter-inner {
  width: 25px;
  font-size: 2em;
}
.b-touch .b-moving .b-grid-splitter-buttons,
.b-touch .b-moving .b-icon-expand-gridregion,
.b-touch .b-moving .b-icon-collapse-gridregion {
  display: flex;
}
.b-touch .b-moving .b-icon {
  display: block !important;
}

.b-draghelper-active .b-gridbase.b-split .b-grid-splitter {
  cursor: initial;
  flex: 0 0 5px !important;
  transform: none !important;
}
.b-draghelper-active .b-gridbase.b-split .b-grid-splitter .b-icon {
  display: none !important;
}
.b-draghelper-active .b-gridbase.b-split .b-grid-splitter .b-grid-splitter-inner {
  width: 5px !important;
}

.b-row-drop-indicator {
  display: none;
  pointer-events: none;
}

.b-row-reordering .b-row-drop-indicator {
  position: absolute;
  display: block;
  left: 0;
  top: -1px;
  width: 100%;
  height: 2px;
  background-color: #2196f3;
  z-index: 2000;
}
.b-row-reordering .b-drag-proxy.b-dragging {
  transition: margin-top 0.2s, opacity 0.2s;
  margin-top: 5em;
  background: transparent;
  opacity: 1;
}
.b-row-reordering .b-drag-proxy.b-dragging .b-grid-row, .b-row-reordering .b-drag-proxy.b-dragging .b-row-dragging-multiple {
  transition: transform 0.2s, background-color 0.2s;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  transform: scale(0.8);
  background: #fff;
}
.b-row-reordering .b-drag-proxy.b-dragging .b-row-dragging-multiple {
  top: -0.3em;
  left: 0.3em;
  z-index: -1;
}
.b-row-reordering .b-drag-proxy.b-dragging.b-drag-invalid .b-grid-row {
  border: 2px solid #f44336;
}
.b-row-reordering .b-grid-body-container {
  z-index: 4;
}
.b-row-reordering .b-drag-original {
  opacity: 0.3;
}
.b-row-reordering .b-drag-proxy.b-dropping {
  margin-top: 0;
  opacity: 0;
}
.b-row-reordering .b-drag-proxy.b-dropping .b-grid-row {
  transform: scale(1);
}
.b-row-reordering .b-row-reordering-target-parent .b-tree-cell {
  color: #2196f3;
  overflow: visible;
  contain: none;
}
.b-row-reordering .b-row-reordering-target-parent .b-tree-cell .b-tree-expander::before {
  color: #2196f3;
}
.b-row-reordering .b-row-reordering-target-parent .b-tree-cell::before {
  content: "\f061";
  position: absolute;
  left: -0.5em;
}

.b-search-hit-cell {
  background: #fff59d;
}

.b-search-hit-text {
  font-weight: bold;
  background: #fff59d;
  padding: 0.3em 0;
}

.b-search-hit-field {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0.5em 0;
  background: #fff59d;
}

.b-search-hit-cell-badge {
  position: absolute;
  top: 0.4em;
  right: 0.4em;
  font-size: 0.7em;
  line-height: 0.7em;
  color: #a19100;
}

.b-gridbase.b-sort .b-grid-header.b-sort .b-grid-header-text::after {
  font-family: "Font Awesome 5 Free", FontAwesome5Free;
  font-weight: 900;
  color: #9e9e9e;
  margin-left: 0.5em;
  transition: transform 0.3s, color 0.2s;
  transform: none;
  background: inherit;
  /* Transparent bg will look bad if there is text under the icon */
  content: "\f062";
}
.b-gridbase.b-sort .b-grid-header.b-sort.b-desc .b-grid-header-text::after {
  transform: rotate(180deg);
}
.b-gridbase.b-sort .b-grid-header.b-sort .b-grid-header-text[data-sort-index]::before {
  content: attr(data-sort-index);
  position: relative;
  top: 1em;
  color: #6b6b6b;
  z-index: 30;
  font-size: 0.6em;
  order: 1;
}
.b-gridbase.b-sort .b-grid-header.b-sort .b-grid-header-text {
  color: #212121;
}

.b-gridbase.b-sort:not(.b-column-resizing) .b-grid-header-container:not(.b-dragging-header) .b-grid-header.b-sortable.b-depth-0:hover:not(.b-sort):not(.b-group) .b-grid-header-text::after, .b-gridbase.b-sort:not(.b-column-resizing) .b-grid-header-container:not(.b-dragging-header) .b-grid-header.b-sortable.b-depth-0:focus:not(.b-sort):not(.b-group) .b-grid-header-text::after {
  font-family: "Font Awesome 5 Free", FontAwesome5Free;
  font-weight: 900;
  color: #e0e0e0;
  margin-left: 0.5em;
  transition: transform 0.3s, color 0.2s;
  transform: none;
  background: inherit;
  /* Transparent bg will look bad if there is text under the icon */
  content: "\f15e";
}

.b-grid-header.b-group .b-grid-header-text::after {
  font-family: "Font Awesome 5 Free", FontAwesome5Free;
  font-weight: 900;
  color: #ff9800;
  margin-left: 0.5em;
  transition: transform 0.3s, color 0.2s;
  transform: none;
  background: inherit;
  /* Transparent bg will look bad if there is text under the icon */
  content: "\f012";
  transform: rotate(90deg);
}
.b-grid-header.b-group.b-desc .b-grid-header-text:after {
  transform: rotate(270deg) scaleX(-1);
}

.b-group-row {
  background: #fff;
}
.b-group-row .b-grid-cell {
  border-right-color: transparent;
}
.b-group-row .b-group-title.b-grid-cell-align-right, .b-group-row .b-group-title.b-grid-cell-align-end {
  justify-content: flex-end;
}
.b-group-row .b-group-title.b-grid-cell-align-center {
  justify-content: start;
}

.b-grid-cell.b-group-title {
  color: #424242;
  overflow: visible;
  contain: size layout style;
  font-weight: 500;
  text-transform: none;
}
.b-firefox .b-grid-cell.b-group-title {
  contain: size layout;
}
.b-grid-cell.b-group-title:before {
  content: "\f056";
  margin-right: 0.5em;
  cursor: pointer;
  color: #424242;
}

.b-grid-group-collapsed .b-group-title:before {
  content: "\f055";
}

.b-stripe .b-grid-row.b-group-row,
.b-grid-row.b-group-row {
  border-bottom: 2px solid #d5d5d5;
  cursor: pointer;
}

.b-cut-row {
  opacity: 0.4;
}

.b-stickycells .b-grid-sticky-row {
  position: absolute;
  top: 0;
  left: 0;
  min-width: auto;
  border: 0 none;
  padding: 0;
  contain: initial;
}
.b-stickycells .b-grid-sticky-row .b-grid-cell {
  width: min-content;
  contain: initial;
  padding: 0;
  border: 0 none;
}
.b-stickycells .b-sticky-cells-current-top-row .b-sticky-content-el {
  visibility: hidden;
}
.b-stickycells .b-sticky-cells-current-top-row.b-not-enough-height .b-sticky-content-el {
  visibility: visible;
  align-self: flex-end;
}

.b-stripe .b-grid-row.b-odd {
  background-color: rgba(244, 244, 244, 0.8);
}
.b-stripe .b-grid-row.b-even {
  background-color: rgba(255, 255, 255, 0.8);
}
.b-stripe .b-grid-row {
  border-bottom: none;
}
.b-stripe .b-grid-row.b-selected {
  background-color: #f5f5f5;
}
.b-stripe .b-grid-row.b-selected .b-grid-cell.b-selected {
  background-color: #f5f5f5;
}

.b-stripe:focus .b-grid-row.b-selected {
  background-color: #f5f5f5;
}

.b-grid-footer-summary td {
  padding: 0.25em 0;
}
.b-grid-footer-summary .b-grid-summary-label {
  font-size: 0.7em;
  padding-right: 1em;
}
.b-grid-footer-summary .b-grid-summary-value {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.b-summary-disabled .b-grid-footer-container {
  display: none;
}

.b-exportdialog.b-popup .b-bottom-toolbar > button {
  flex: 1;
  margin-right: 0.5em;
}
.b-exportdialog.b-popup .b-bottom-toolbar > button:last-child {
  margin-right: 0;
}

.b-grid-footer-container {
  background-color: #fafafa;
  outline: 0 solid transparent;
  z-index: 2;
  box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.08);
}
.b-grid-footer-container.b-hidden {
  display: none;
}

.b-grid-footers {
  display: inline-flex;
  align-items: stretch;
  height: 100%;
  white-space: nowrap;
  line-height: initial;
}
.b-overflowing > .b-grid-footers {
  flex: 1;
}
:not(.b-overflowing) > .b-grid-footers {
  min-width: 100%;
}

.b-grid-footer {
  display: flex;
  border-right: 1px solid transparent;
  flex-direction: column;
  flex-shrink: 0;
  align-items: stretch;
  justify-content: center;
  position: relative;
  padding: 0.5em 0.5em;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 100%;
  color: #757575;
  overflow: hidden;
}

.b-grid-footer:last-child {
  border-right: none;
}

.b-grid-footer-align-start {
  text-align: left;
}

.b-grid-footer-align-center {
  text-align: center;
}

.b-grid-footer-align-end {
  text-align: right;
}

.b-gridbase {
  position: relative;
  /*
   * This implements the fillLastColumn config. It causes the last leaf header, and the last cell in
   * each row to flex-grow to consume all available space when there are no configured flexed columns and rows are not
   * wider than their container.
   */
}
.b-gridbase.b-outer {
  height: 100%;
}
.b-gridbase.b-autoheight {
  height: auto;
  flex: none;
}
.b-gridbase.b-autoheight.b-ie {
  display: block;
}
.b-gridbase .b-grid-panel-body:not(.b-autoheight) > .b-grid-body-container {
  flex: 1 1 0%;
  contain: strict;
}
.b-gridbase .b-grid-panel-body:not(.b-autoheight) > .b-grid-body-container > .b-grid-vertical-scroller {
  min-height: 100%;
}
.b-gridbase.b-grid-translate .b-grid-row, .b-gridbase.b-grid-translate3d .b-grid-row {
  transform-style: flat;
}
.b-gridbase.b-enable-sticky .b-sticky-cell,
.b-gridbase.b-enable-sticky .b-grid-subgrid,
.b-gridbase.b-enable-sticky .b-grid-vertical-scroller,
.b-gridbase.b-enable-sticky .b-grid-row {
  overflow: visible !important;
}
.b-gridbase.b-no-column-lines .b-grid-row .b-grid-cell {
  border-right-color: transparent;
}
.b-gridbase.b-fill-last-column .b-grid-horizontal-scroller:not(.b-has-flex):not(.b-horizontal-overflow) .b-grid-cell:last-child,
.b-gridbase.b-fill-last-column .b-grid-footer-scroller:not(.b-has-flex):not(.b-overflowing) .b-grid-footer:last-child,
.b-gridbase.b-fill-last-column .b-grid-header-scroller:not(.b-has-flex):not(.b-overflowing) .b-last-parent,
.b-gridbase.b-fill-last-column .b-grid-header-scroller:not(.b-has-flex):not(.b-overflowing) .b-last-leaf {
  flex-grow: 1;
}
.b-gridbase:not(.b-masked) .b-grid-empty {
  min-height: 5em;
}
.b-gridbase:not(.b-masked) .b-grid-empty .b-grid-subgrid:first-child::before {
  color: #757575;
  content: attr(data-empty-text);
  padding: 1em;
}
.b-gridbase.b-grid-notextselection .b-grid-cell {
  -webkit-user-select: none;
  user-select: none;
}
.b-gridbase.b-notransition .b-grid-cell * {
  transition: none !important;
}
.b-gridbase.b-disabled {
  opacity: 0.5;
}

.b-grid-panel-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background-color: #fff;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.b-gridbase:not(.b-animating) .b-grid-row:not(.b-grid-row-updating) * {
  transition: none;
}

.b-grid-body-container {
  position: relative;
}
.b-grid-body-container:focus {
  outline: none;
}
.b-grid-body-container:focus .b-grid-row.b-selected {
  background-color: #f5f5f5;
}

.b-playing-demo .b-grid-body-container {
  overflow: hidden !important;
}

.b-grid-vertical-scroller {
  position: absolute;
  display: flex;
  flex-flow: row nowrap;
  overflow: hidden;
  width: 100%;
  align-items: stretch;
}

.b-grid-row-container {
  display: inline-block;
  min-width: 100%;
}

.b-virtual-scrollers {
  display: flex;
  flex-direction: row;
  contain: paint style layout;
}
.b-firefox .b-virtual-scrollers {
  contain: paint layout;
}
.b-overlay-scrollbar .b-virtual-scrollers {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
.b-overlay-scrollbar .b-virtual-scrollers .b-virtual-scroller {
  height: 16px;
}
.b-virtual-scrollers .b-virtual-scroller {
  overflow-x: scroll;
  overflow-y: hidden;
}
.b-virtual-scrollers .b-virtual-width {
  height: 1px;
}

.b-overlay-scrollbar .b-virtual-scroller.b-scrolling {
  pointer-events: all;
}

/* using tag name to increase specificity, otherwise rule gets overridden by salesforce styles */
.b-grid-footer-container,
header.b-grid-header-container {
  display: flex;
  flex-direction: row;
}

.b-grid-header-container {
  border-bottom: 0 solid transparent;
}

.b-grid-footer-scroller,
.b-grid-header-scroller {
  overflow: hidden;
  position: relative;
  display: flex;
}

.b-grid-footers,
.b-grid-headers {
  z-index: 2;
  contain: paint style layout;
}
.b-firefox .b-grid-footers,
.b-firefox .b-grid-headers {
  contain: paint layout;
}

.b-grid-row {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  position: absolute;
  min-width: 100%;
  transition: background-color 0.2s;
  left: 0;
  overflow: hidden;
  border-bottom: 1px solid #e0e0e0;
  height: 45px;
  contain: layout;
}

.b-grid-refreshing .b-grid-row {
  transition: none;
}

.b-grid-row.b-selected {
  background-color: #f5f5f5;
}

.b-grid-row.b-removing {
  left: -100%;
  transition: left 0.4s;
  pointer-events: none;
}

.b-grid-cell {
  position: relative;
  display: flex;
  align-items: center;
  color: #212121;
  font-weight: 300;
  padding: 0 0.5em;
  overflow: hidden;
  white-space: nowrap;
  flex-shrink: 0;
  text-overflow: ellipsis;
  border-right: 1px solid #e0e0e0;
  transform-style: flat;
  width: 0;
  contain: strict;
}
.b-grid-cell:last-child {
  border-right-color: transparent;
}
.b-grid-cell > i:not(:last-child) {
  margin-right: 0.5em;
}
.b-show-dirty .b-grid-cell.b-cell-dirty:before {
  content: " ";
  position: absolute;
  top: -5px;
  left: -5px;
  background-color: red;
  width: 10px;
  height: 10px;
  transform: rotateZ(45deg);
}
.b-grid-cell.b-focused {
  transition: none !important;
}
.b-grid-cell.b-focused:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  border: 2px solid #2196f3 !important;
  border-radius: 0;
}
.b-grid-cell.b-checkbox-selection {
  background-color: #fafafa;
}
.b-grid-cell.b-auto-height {
  white-space: normal;
}
.b-grid-cell.b-measuring-auto-height {
  contain: paint style layout;
  align-self: baseline;
}
.b-firefox .b-grid-cell.b-measuring-auto-height {
  contain: paint layout;
}

.b-outer:not(.b-using-keyboard) .b-group-row .b-grid-cell.b-focused:after {
  content: none;
}

.b-grid-cell-align-right, .b-grid-cell-align-end {
  justify-content: flex-end;
}

.b-grid-cell-align-center {
  justify-content: center;
}

.b-grid-subgrid.b-grid-subgrid-collapsed {
  width: 0;
}
.b-grid-subgrid.b-grid-horizontal-scroller {
  overflow-x: auto;
  overflow-y: hidden;
  position: relative;
  -ms-overflow-style: none;
  overscroll-behavior: contain auto;
}
.b-grid-subgrid.b-grid-horizontal-scroller::-webkit-scrollbar {
  display: none;
}
.b-firefox .b-gridbase:not(.b-overlay-scrollbar) .b-grid-subgrid.b-grid-horizontal-scroller, .b-gridbase.b-firefox:not(.b-overlay-scrollbar) .b-grid-subgrid.b-grid-horizontal-scroller {
  overflow: hidden !important;
}
.b-grid-subgrid.b-grid-subgrid-animate-collapse {
  transition: width 0.15s;
}

.b-playing-demo .b-grid-subgrid {
  overflow: hidden !important;
}

.b-grid-header-scroller.b-grid-subgrid-animate-collapse {
  transition: width 0.15s;
}

.b-gridbase:not(.b-moving-splitter) .b-grid-row:not(.b-group-row).b-hover .b-grid-cell {
  background-color: #eeeeee;
}
.b-gridbase:not(.b-moving-splitter) .b-grid-row:not(.b-group-row).b-hover .b-grid-cell:not(.b-focused) {
  background-color: #e7e7e7;
}

.b-grid-header-container {
  background-color: #fafafa;
  z-index: 4;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}
.b-grid-header-container.b-hidden {
  display: none;
}

.b-grid-headers {
  display: inline-flex;
  flex-flow: row nowrap;
  align-items: stretch;
  line-height: initial;
  position: relative;
}
.b-overflowing > .b-grid-headers {
  flex: 1;
}
:not(.b-overflowing) > .b-grid-headers {
  min-width: 100%;
}

.b-grid-header-align-right > .b-grid-header-text > .b-grid-header-text-content {
  text-align: right;
}

.b-grid-header-align-center > .b-grid-header-text > .b-grid-header-text-content {
  text-align: center;
}

.b-gridbase:not(.b-column-resizing):not(.b-row-reordering) .b-grid-header-container:not(.b-dragging-header) .b-depth-0:hover, .b-gridbase:not(.b-column-resizing):not(.b-row-reordering) .b-grid-header-container:not(.b-dragging-header) .b-depth-0:focus {
  background-color: #ededed;
}

.b-gridbase.b-columnresize .b-grid-header-resizable:not(.b-last-leaf) {
  overflow: visible;
}
.b-gridbase.b-columnresize .b-grid-header-resizable .b-grid-header-resize-handle {
  position: absolute;
  top: 0;
  right: -5px;
  bottom: 0;
  width: 10px;
  background-color: transparent;
  z-index: 3;
  cursor: col-resize;
  display: block;
}

.b-touch-events .b-gridbase.b-columnresize .b-grid-header-resizable .b-grid-header-resize-handle {
  right: -10px;
  width: 20px;
}

.b-fill-last-column .b-grid-headers .b-last-parent,
.b-fill-last-column .b-grid-headers .b-last-leaf {
  border-right-color: transparent;
}
.b-fill-last-column .b-grid-headers .b-last-parent > .b-grid-header-text,
.b-fill-last-column .b-grid-headers .b-last-leaf > .b-grid-header-text {
  border-right-color: transparent;
}

.b-ie .b-grid-header.b-depth-1 .b-grid-header-text {
  flex-basis: 1em;
}

/* Need some rules to be global to be used in drag proxies*/
.b-grid-header-text {
  -webkit-user-select: none;
  user-select: none;
  padding: 1.3em 0 1.3em 0;
  white-space: nowrap;
  position: relative;
  font-weight: 500;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.b-grid-header-text > .b-grid-header-text-content {
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1 1 0;
  width: 0;
  font-size: 1em;
}
.b-ie .b-grid-header-text > .b-grid-header-text-content {
  flex: 1 1 0%;
}
.b-grid-header-text > .b-grid-header-text-content > i {
  margin-right: 0.5em;
}

.b-grid-header-children {
  display: flex;
  flex-direction: column;
}
.b-grid-header-children > * {
  width: inherit;
}

.b-grid-header-parent > .b-grid-header-children {
  border-top: 1px solid transparent;
  flex-flow: row nowrap;
}

.b-grid-header {
  -webkit-user-select: none;
  user-select: none;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  color: #757575;
  outline: none;
  border-right: 1px solid transparent;
  text-transform: none;
}
.b-grid-header:not(.b-depth-0) {
  overflow: visible;
}
.b-grid-header.b-depth-0 {
  padding: 0 0.5em 0 0.5em;
  width: 0;
  cursor: pointer;
}
.b-grid-header.b-depth-0 .b-grid-header-text {
  border-bottom: none;
  transition: background-color 0.2s;
  flex-direction: row;
}
.b-grid-header.b-grid-header-parent {
  border-right: none;
  flex-basis: auto;
  padding-left: 0;
  padding-right: 0;
}
.b-grid-header.b-grid-header-parent > .b-grid-header-text {
  padding-left: 0.5em;
  padding-right: 0.5em;
  border-right: 1px solid transparent;
}
.b-grid-header .b-grid-header-resize-handle {
  display: none;
}

.b-icon-column-move-left:before {
  content: "\f060";
}

.b-icon-column-move-right:before {
  content: "\f061";
}

.b-icon-group-collapse:before {
  content: "\f0d7";
  width: 0.6em;
  text-align: center;
}

.b-icon-group-expand:before {
  content: "\f0da";
  width: 0.6em;
  text-align: center;
}

.b-icon-sort-asc:before {
  content: "\f062";
}

.b-icon-sort-desc:before {
  content: "\f063";
}

.b-columndragtoolbar .b-target-button {
  text-transform: uppercase;
  width: 7.5em;
}
.b-columndragtoolbar .b-target-button[data-button-id^=multisort].b-hover:not([data-disabled=true]) {
  background-color: #39a1f4;
}
.b-columndragtoolbar .b-target-button[data-button-id^=multisort].b-hover:not([data-disabled=true]) i {
  color: #fff;
}

.b-gridbase .b-grid-cell {
  border-right-color: transparent;
}

.b-grid-header-text > .b-grid-header-text-content {
  flex: none;
  width: auto;
}

.b-grid-header-align-center .b-grid-header-text {
  justify-content: center;
}

.b-grid-header-align-right .b-grid-header-text {
  justify-content: flex-end;
}

.b-grid-footer-scroller {
  background: #fafafa;
}

.b-icon-unassign:before {
  content: "\f506";
}

.b-icon-valid:before {
  content: "\f00c";
}

.b-icon-invalid:before {
  content: "\f05e";
}

.b-icon-checking:before {
  content: "\f110";
}

.b-icon-prev:before {
  content: "\f104";
}

.b-icon-next:before {
  content: "\f105";
}

.b-icon-expand-resource:before {
  content: "\f103";
}

.b-sch-event-content {
  z-index: 1;
}

.b-sch-event:not(.b-milestone) .b-sch-event-content {
  margin: 0 0.5em 0 0.75em;
  text-overflow: ellipsis;
  overflow: hidden;
  display: flex;
}
.b-sch-event:not(.b-milestone) .b-sch-event-content > :not(i) {
  text-overflow: ellipsis;
  overflow: hidden;
}

.b-verticaltimeaxis-row .b-sch-event:not(.b-milestone) .b-sch-event-content {
  flex-direction: column;
}

.b-prevent-event-transitions .b-sch-event-wrap {
  transition: none !important;
}

.b-sch-canvas,
.b-sch-foreground-canvas,
.b-sch-background-canvas {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  height: 100%;
  overflow: hidden;
  overflow: clip;
  contain: strict;
}
.b-sch-vertical .b-sch-canvas,
.b-sch-vertical .b-sch-foreground-canvas,
.b-sch-vertical .b-sch-background-canvas {
  min-width: 100%;
}

.b-sch-background-canvas {
  z-index: 1;
  background-repeat: repeat;
}

.b-sch-foreground-canvas {
  z-index: 2;
}
.b-row-reordering .b-sch-foreground-canvas * {
  pointer-events: none !important;
}

.b-schedulerbase > .b-editor {
  z-index: 5;
}

.b-sch-event.b-milestone label,
.b-sch-event .b-sch-event-content,
.b-sch-event-wrap:not(.b-milestone-wrap) .b-sch-event {
  font-weight: 300;
  font-size: 14px;
}

.b-sch-event-wrap {
  position: absolute;
  will-change: contents, width, height, transform;
  transform-style: flat;
  z-index: 5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  pointer-events: all;
  transition: background-color 0.2s, color 0.2s, opacity 0.2s, font-weight 0.2s, border 0.2s;
  contain: layout style;
}
.b-animating .b-sch-event-wrap:not(.b-dragging):not(.b-sch-event-wrap-resizing) {
  transition: background-color 0.2s, color 0.2s, opacity 0.2s, font-weight 0.2s, border 0.2s, transform 0.2s, width 0.2s, height 0.2s, font-size 0.2s;
}
.b-toggling-node .b-sch-event-wrap {
  transition: none;
}
.b-sch-event-wrap.b-active {
  z-index: 15 !important;
}
.b-sch-event-wrap:focus {
  outline: none;
  z-index: 7;
}
.b-scrolling .b-sch-event-wrap {
  transition: none !important;
}
.b-scrolling .b-sch-event-wrap .b-sch-event {
  transition: none !important;
}
.b-grid-body-container.b-scrolling .b-sch-event-wrap {
  pointer-events: none;
}

.b-sch-event-wrap.b-milestone-wrap {
  margin-left: -0.5em;
  z-index: 4;
}
.b-sch-event-wrap.b-milestone-wrap .b-sch-event {
  overflow: visible;
  box-shadow: none;
  border-color: #777;
  background-color: transparent;
  width: 1em;
}
.b-sch-event-wrap.b-milestone-wrap .b-sch-event:not(.b-sch-event-withicon) .b-sch-event-content {
  background-color: #777;
  transition: background-color 0.2s, border 0.2s;
}
.b-sch-event-wrap.b-milestone-wrap .b-sch-event.b-sch-event-withicon {
  justify-content: center;
}
.b-sch-event-wrap.b-milestone-wrap .b-sch-event.b-sch-event-withicon .b-sch-event-content {
  font-size: inherit;
  justify-content: center;
  background-color: transparent;
}
.b-sch-event-wrap.b-milestone-wrap .b-sch-event.b-sch-event-withicon i {
  margin-right: 0;
  line-height: 1em;
}
.b-sch-event-wrap.b-milestone-wrap .b-sch-event label {
  position: absolute;
  left: 110%;
}
.b-sch-event-wrap.b-milestone-wrap .b-sch-event-content {
  display: flex;
  align-items: center;
}
.b-sch-event-wrap.b-milestone-wrap.b-sch-style-plain > .b-sch-event {
  background-color: transparent;
}
.b-sch-event-wrap.b-milestone-wrap .b-fa, .b-sch-event-wrap.b-milestone-wrap .b-icon {
  margin-right: 1em;
  color: #777;
  font-size: inherit;
}
.b-labels-topbottom .b-sch-event-wrap.b-milestone-wrap .b-sch-event:not(.b-sch-event-withicon) {
  font-size: 40%;
}
.b-sch-event-wrap.b-milestone-wrap .b-sch-event:not(.b-sch-event-withicon) .b-sch-event-content {
  font-size: inherit;
}
.b-sch-event-wrap.b-milestone-wrap .b-sch-event:not(.b-sch-event-withicon) .b-sch-event-content::before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: " ";
  height: 0.707107em;
  width: 0.707107em;
  transform-origin: 50% 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background-image: inherit;
  background-color: inherit;
  border-style: inherit;
  border-color: inherit;
}
.b-using-keyboard .b-sch-event-wrap.b-milestone-wrap.b-active .b-sch-event.b-sch-event-withicon {
  outline: 2px solid #2196f3;
  outline-offset: 3px;
}
.b-using-keyboard .b-sch-event-wrap.b-milestone-wrap.b-active .b-sch-event:not(.b-sch-event-withicon) .b-sch-event-content:before {
  outline: 2px solid #2196f3;
  outline-offset: 3px;
}
.b-sch-event-wrap.b-milestone-wrap .b-sch-event-selected:not(.b-sch-event-withicon) .b-sch-event-content {
  background-image: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25));
}
.b-sch-event-wrap.b-milestone-wrap .b-sch-event:not(.b-sch-event-withicon):hover .b-sch-event-content {
  background-image: linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15));
}
.b-sch-event-wrap.b-milestone-wrap .b-sch-event-selected:not(.b-sch-event-withicon):hover .b-sch-event-content {
  background-image: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35));
}
.b-sch-event-wrap.b-milestone-wrap.b-measure {
  height: 1em;
  position: fixed;
  top: -10000px;
  left: -10000px;
  visibility: hidden;
}
.b-sch-event-wrap.b-milestone-wrap.b-measure label {
  font-weight: 400;
}
.b-ie .b-sch-event-wrap.b-milestone-wrap.b-measure {
  display: block;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-milestone-wrap {
  margin: 0;
  min-width: 0;
  flex-direction: row;
}
.b-using-keyboard .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-milestone-wrap.b-active {
  outline: 2px solid #2196f3;
  outline-offset: 3px;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-milestone-wrap.b-active .b-sch-event.b-milestone,
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-milestone-wrap.b-active .b-sch-event.b-milestone:before {
  outline: none;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-milestone-wrap .b-sch-event.b-milestone {
  font-size: inherit;
  width: inherit;
  min-width: 0;
  padding: 0;
  margin: 0 0.5em;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  background-color: #777;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-milestone-wrap .b-sch-event.b-milestone .b-sch-event-content {
  background-color: transparent;
  font-size: 14px;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-milestone-wrap .b-sch-event.b-milestone .b-sch-event-content::before {
  content: none;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-milestone-wrap .b-sch-event.b-milestone::before, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-milestone-wrap .b-sch-event.b-milestone::after {
  background: inherit;
  position: absolute;
  content: " ";
  height: 0.707107em;
  width: 0.707107em;
  border: inherit;
  z-index: 0;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-milestone-wrap .b-sch-event.b-milestone::before {
  top: 50%;
  left: 0;
  transform-origin: 50% 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-milestone-wrap .b-sch-event.b-milestone::after {
  top: 0;
  right: 0;
  transform: rotate(-45deg);
  transform-origin: 100% 0;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-milestone-wrap .b-sch-event.b-milestone:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15));
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-milestone-wrap .b-sch-event.b-milestone:hover .b-sch-event-content {
  background-image: none;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-milestone-wrap .b-sch-event.b-milestone.b-sch-event-selected {
  background-image: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25));
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-milestone-wrap .b-sch-event.b-milestone.b-sch-event-selected .b-sch-event-content {
  background-image: none;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-milestone-wrap .b-sch-event.b-milestone.b-sch-event-selected:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35));
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-milestone-wrap .b-sch-event.b-milestone.b-sch-event-selected:hover .b-sch-event-content {
  background-image: none;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-milestone-wrap.b-measure .b-sch-event.b-milestone:before, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-milestone-wrap.b-measure .b-sch-event.b-milestone:after {
  display: none;
}
.b-sch-event-wrap.b-milestone-wrap.b-sch-event-wrap label.b-sch-label-left {
  margin: 0 0 0 0.5em;
  transform: translateX(calc(-100% - 1em)) translateY(0);
}
.b-labels-topbottom .b-sch-event-wrap.b-milestone-wrap.b-sch-event-wrap label.b-sch-label-left {
  transform: translateX(-100%) translateY(0);
}
.b-sch-event-wrap.b-milestone-wrap.b-sch-event-wrap label.b-sch-label-right {
  margin: 0 0 0 -0.5em;
  transform: translateX(calc(100% + 1em)) translateY(0);
}
.b-labels-topbottom .b-sch-event-wrap.b-milestone-wrap.b-sch-event-wrap label.b-sch-label-right {
  transform: translateX(100%) translateY(0);
}

.b-sch-event {
  -webkit-user-select: none;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  flex: 1;
  width: calc(100% - 1px);
  text-align: left;
  min-width: 1px;
  min-height: 1px;
  color: #fff;
  background-color: #66BB6A;
  transition: background-color 0.2s, color 0.2s, opacity 0.2s, font-weight 0.2s, border 0.2s;
  border-color: #66BB6A;
  position: relative;
}
.b-toggling-node .b-sch-event {
  transition: none;
}
.b-sch-event label {
  color: #888;
}
.b-sch-event:not(.b-milestone) .b-fa, .b-sch-event:not(.b-milestone) .b-icon {
  margin-right: 0.4em;
  line-height: inherit;
}
.b-sch-event:before {
  font-family: "Font Awesome 5 Free", FontAwesome5Free;
  font-weight: 900;
}
.b-sch-event.b-sch-event-resizing, .b-sch-event:hover {
  z-index: 6;
}
.b-sch-event.b-sch-event-selected, .b-sch-event.b-sch-event-selected * {
  font-weight: 500;
  z-index: 6;
}
.b-sch-event:not(.b-milestone).b-sch-event-selected .b-sch-event-content, .b-sch-event:not(.b-milestone).b-sch-event-selected .b-sch-event-content * {
  color: #fff;
}
.b-sch-event.b-sch-event-assign-selected {
  animation-name: instance-selected;
  animation-duration: 0.2s;
  animation-iteration-count: 3;
  animation-timing-function: ease-in-out;
}
.b-sch-event.b-milestone {
  transition: background 0s;
}

.b-sch-event-wrap:not(.b-milestone-wrap) {
  min-width: 1px;
  min-height: 1px;
}
.b-using-keyboard .b-sch-event-wrap:not(.b-milestone-wrap).b-active .b-sch-event {
  outline: 2px solid #2196f3;
  outline-offset: 3px;
}
.b-sch-event-wrap:not(.b-milestone-wrap) .b-sch-event {
  align-self: flex-start;
}
.b-sch-event-wrap:not(.b-milestone-wrap) .b-sch-event.b-sch-event-selected {
  background-image: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25));
}
.b-sch-event-wrap:not(.b-milestone-wrap) .b-sch-event:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15));
}
.b-sch-event-wrap:not(.b-milestone-wrap) .b-sch-event.b-sch-event-selected:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35));
}
.b-sch-event-resizing .b-sch-event-wrap:not(.b-milestone-wrap) .b-sch-event, .b-dragproxy .b-sch-event-wrap:not(.b-milestone-wrap) .b-sch-event {
  background-color: #addaaf;
}

@keyframes instance-selected {
  0% {
    top: -2px;
  }
  50% {
    top: 2px;
  }
  100% {
    top: 0;
  }
}
.b-initial-fade-in .b-sch-event-wrap {
  opacity: 0;
  animation-name: initial-fade-in;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

@keyframes initial-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.b-initial-zoom-in .b-sch-event-wrap .b-sch-event {
  animation-name: initial-zoom-in;
  animation-duration: 0.4s;
  animation-timing-function: ease-in;
}

@keyframes initial-zoom-in {
  0% {
    transform: scale(0.01);
  }
  100% {
    transform: scale(1);
  }
}
.b-initial-slide-from-left .b-sch-event-wrap {
  left: -100%;
  animation-name: initial-slide-from-left;
  animation-duration: 0.7s;
  animation-fill-mode: forwards;
}

@keyframes initial-slide-from-left {
  0% {
    left: -100%;
  }
  100% {
    left: 0;
  }
}
.b-initial-slide-from-top .b-sch-event-wrap {
  top: -100%;
  animation-name: initial-slide-from-top;
  animation-duration: 0.7s;
  animation-fill-mode: forwards;
}

@keyframes initial-slide-from-top {
  0% {
    top: -100%;
  }
  100% {
    top: 0;
  }
}
.b-schedulerbase-event-parent:not(.b-milestone-wrap) .b-schedulerbase-event {
  overflow: visible;
  background-color: #8bc34a;
  border-color: #8bc34a;
  flex: 1 1 0%;
  min-height: 1em;
  clip-path: polygon(-20px 0, calc(100% + 20px) 0, calc(100% + 20px) 100%, 100% 100%, calc(100% - 8px) calc(100% - 8px), 8px calc(100% - 8px), 0 100%, -20px 100%);
}
.b-schedulerbase:not(.b-schedulerbase-resizing-event-percent):not(.b-resizing-event):not(.b-dragging-event) .b-schedulerbase-event-parent:not(.b-milestone-wrap):hover .b-schedulerbase-event {
  background-color: #bcdc97;
}

.b-sch-vertical .b-sch-event-wrap {
  contain: strict;
}
.b-sch-vertical .b-sch-event {
  align-items: flex-start;
  padding-left: 0.75em;
  contain: strict;
  white-space: normal;
}
.b-sch-vertical .b-sch-event .b-sch-event-content {
  margin: 0.75em 0 0.5em 0;
}
.b-sch-vertical:not(.b-masked) .b-grid-empty .b-grid-subgrid:first-child::before {
  content: "";
  display: none;
}
.b-sch-vertical:not(.b-masked) .b-grid-empty .b-timeline-subgrid::before {
  color: #262626;
  content: attr(data-empty-text);
  padding: 1em;
}

.b-sch-vertical.b-eventlayout-mixed .b-sch-event {
  opacity: 0.8;
}

.b-timelinebase.b-overlay-scrollbar .b-virtual-scrollers {
  z-index: 100;
}

.b-schedulerbase.b-animating .b-grid-row {
  transition: height 0.2s, transform 0.2s;
}

.b-grid-footer-container .b-sch-timeaxiscolumn {
  padding: 0;
  /*flex    : none !important;*/
}

.b-sch-timeaxis-cell {
  padding: 0;
  flex: none !important;
  align-items: baseline;
  border-right: none;
  /* No focus outline in scheduler */
}
.b-sch-timeaxis-cell.b-focused::after {
  content: none;
}

.b-gridbase .b-timeline-subgrid .b-grid-row.b-selected:not(.b-group-row) {
  background-color: transparent;
}
.b-gridbase .b-timeline-subgrid .b-grid-row.b-selected .b-grid-cell.b-sch-timeaxis-cell.b-selected {
  background-color: transparent;
}

.b-gridbase.b-timelinebase .b-timeline-subgrid .b-grid-row:not(.b-group-row).b-hover .b-grid-cell {
  background-color: transparent;
}

.b-stripe .b-timeline-subgrid .b-grid-row.b-selected.b-odd,
.b-stripe .b-timeline-subgrid .b-grid-row.b-odd,
.b-gridbase.b-stripe .b-timeline-subgrid .b-grid-row.b-selected.b-odd,
.b-gridbase.b-stripe .b-timeline-subgrid .b-grid-row.b-odd {
  background-color: rgba(244, 244, 244, 0.8);
}
.b-stripe .b-timeline-subgrid .b-grid-row.b-selected.b-even,
.b-stripe .b-timeline-subgrid .b-grid-row.b-even,
.b-gridbase.b-stripe .b-timeline-subgrid .b-grid-row.b-selected.b-even,
.b-gridbase.b-stripe .b-timeline-subgrid .b-grid-row.b-even {
  background-color: rgba(255, 255, 255, 0.8);
}

.b-stripe .b-timeline-subgrid .b-grid-row.b-selected .b-grid-cell.b-selected {
  background-color: transparent;
}

.b-stripe .b-timeline-subgrid .b-grid-row.b-selected .b-grid-cell.b-selected {
  background-color: transparent;
}

.b-gridbase .b-timeline-subgrid .b-group-row.b-selected,
.b-timeline-subgrid .b-group-row.b-selected,
.b-timeline-subgrid .b-group-row {
  z-index: 3;
  background-color: rgba(255, 255, 255, 0.8);
}

.b-timeline-subgrid {
  -webkit-user-select: none;
  user-select: none;
}

.b-resource-info {
  flex: 1;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.b-resource-info dt {
  font-weight: 400;
  margin-bottom: 0.2em;
}
.b-resource-info dd {
  margin: 0;
  font-size: 0.8em;
  color: #424242;
}
.b-resource-info .b-resource-avatar {
  margin-right: 0.5em;
}

.b-resourcecollapse-cell {
  cursor: pointer;
}
.b-resourcecollapse-cell .b-icon {
  transition: transform 0.2s !important;
}
.b-resourcecollapse-cell .b-icon.b-flip {
  transform: rotate(180deg);
}

.b-columnlines .b-grid-cell:not(:last-child) {
  border-right: 1px solid #e0e0e0;
}

.b-columnlines .b-group-row .b-grid-cell {
  border-right-color: transparent;
}

.b-column-line,
.b-column-line-major {
  height: 100%;
  position: absolute;
  border-left-width: 1px;
  border-left-style: solid;
}

.b-column-line {
  border-color: #f0f0f0;
}

.b-column-line-major {
  border-color: #a0a0a0;
  z-index: 1;
}

.b-sch-vertical .b-column-line:not(.b-resource-column-line),
.b-sch-vertical .b-column-line-major {
  height: auto;
  width: 100%;
  position: absolute;
  border-left: none;
  border-top-width: 1px;
  border-top-style: solid;
}

.b-animating .b-resource-column-line {
  transition: left 0.2s linear;
}

.b-sch-foreground-canvas > svg {
  overflow: visible;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  height: 100%;
  z-index: 3;
}

.b-sch-dependency-arrow {
  fill: #ccc;
}
.b-sch-dependency-arrow path {
  fill: inherit;
}

.b-sch-dependency {
  pointer-events: visibleStroke;
  fill: transparent;
  stroke: #ccc;
  stroke-width: 1;
  transition: stroke-width 0.2s linear;
}
.b-sch-dependency.b-sch-dependency-over {
  stroke-width: 2;
  stroke-dasharray: 0;
}
.b-sch-dependency.b-sch-released {
  display: none;
}

.b-sch-dependency:not(.b-sch-dependency-markerless) {
  marker-end: url("#arrowEnd");
}
.b-sch-dependency:not(.b-sch-dependency-markerless).b-sch-bidirectional-line {
  marker-start: url("#arrowEnd");
}

.b-edge .b-sch-foreground-canvas .b-sch-dependency.b-sch-bidirectional-line:not(.b-sch-dependency-markerless),
.b-ie .b-sch-foreground-canvas .b-sch-dependency.b-sch-bidirectional-line:not(.b-sch-dependency-markerless) {
  marker-start: url("#arrowStart");
}
.b-edge .b-sch-foreground-canvas .b-no-start-marker,
.b-ie .b-sch-foreground-canvas .b-no-start-marker {
  marker-start: none;
}
.b-edge .b-sch-foreground-canvas .b-no-end-marker,
.b-ie .b-sch-foreground-canvas .b-no-end-marker {
  marker-end: none;
}

.b-dependencies .b-sch-event.b-sch-terminals-visible,
.b-dependencies .b-gantt-task.b-sch-terminals-visible {
  overflow: visible;
}
.b-dependencies.b-highlighting .b-sch-event-wrap .b-sch-event,
.b-dependencies.b-highlighting .b-sch-dependency {
  opacity: 0.3;
}
.b-dependencies.b-highlighting .b-sch-event-wrap .b-sch-event.b-highlight,
.b-dependencies.b-highlighting .b-sch-dependency.b-highlight {
  opacity: 1;
}
.b-dependencies.b-highlighting .b-sch-resourcetimerange {
  opacity: 0.3;
}

.b-sch-terminal {
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: inherit;
  border-radius: 50%;
  position: absolute;
  z-index: 6;
  cursor: pointer;
}
.b-sch-terminal.b-sch-terminal:hover {
  background-color: #e6e6e6;
}
.b-dragging .b-sch-terminal, .b-sch-event-resizing .b-sch-terminal {
  display: none;
}

.b-creating-dependency .b-sch-terminal:hover,
.b-creating-dependency .b-sch-terminal-active {
  background-color: #e6e6e6;
}
.b-creating-dependency .b-sch-terminal:hover.b-valid,
.b-creating-dependency .b-sch-terminal-active.b-valid {
  border-color: #4caf50;
  background-color: #b5dfb7;
}
.b-creating-dependency .b-sch-terminal:hover.b-invalid,
.b-creating-dependency .b-sch-terminal-active.b-invalid {
  border-color: #f44336;
  background-color: #fccbc7;
}

.b-sch-terminal-top {
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-80%);
}

.b-sch-terminal-bottom {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(80%);
}

.b-sch-terminal-left {
  left: 0;
  top: 50%;
  transform: translateX(-80%) translateY(-50%);
}

.b-sch-terminal-right {
  right: 0;
  top: 50%;
  transform: translateX(80%) translateY(-50%);
}

.b-labels-topbottom .b-schedulerbase:not(.b-sch-layout-milestones) .b-milestone:not(.b-sch-event-withicon) .b-sch-terminal-left,
.b-labels-topbottom .b-gantt:not(.b-sch-layout-milestones) .b-milestone:not(.b-gantt-task-withicon) .b-sch-terminal-left {
  transform: translate(-0.35em, -50%);
}
.b-labels-topbottom .b-schedulerbase:not(.b-sch-layout-milestones) .b-milestone:not(.b-sch-event-withicon) .b-sch-terminal-right,
.b-labels-topbottom .b-gantt:not(.b-sch-layout-milestones) .b-milestone:not(.b-gantt-task-withicon) .b-sch-terminal-right {
  transform: translate(0.35em, -50%);
}

.b-sch-dependency-connector {
  position: absolute;
  contain: strict;
  border-top: 2px dashed #ccc;
  z-index: 10;
  transform-origin: 0 0;
  pointer-events: none;
}
.b-sch-dependency-connector.b-removing {
  transition: width 0.2s ease-out;
}
.b-sch-dependency-connector.b-valid {
  border-color: #4caf50;
  border-top-style: solid;
}

.b-sch-dependency-creation-tooltip.b-popup {
  max-width: none;
}
.b-sch-dependency-creation-tooltip .b-popup-header {
  padding: 0.5em 0.075em;
  background-color: #4caf50;
}
.b-safari .b-sch-dependency-creation-tooltip .b-popup-header, .b-firefox .b-sch-dependency-creation-tooltip .b-popup-header {
  width: 1.5em;
}
.b-sch-dependency-creation-tooltip .b-popup-header i {
  margin-bottom: 0.5em;
}
.b-sch-dependency-creation-tooltip.b-invalid .b-popup-header {
  background-color: #f44336;
}
.b-sch-dependency-creation-tooltip.b-checking .b-popup-header {
  background-color: #9e9e9e;
}

.b-sch-dependency-creation-tooltip .b-panel-header,
.b-sch-dependency-tooltip .b-panel-header {
  color: #fff;
}
.b-sch-dependency-creation-tooltip td:first-child,
.b-sch-dependency-tooltip td:first-child {
  padding-right: 5px;
  font-size: 12px;
}
.b-sch-dependency-creation-tooltip .b-sch-box,
.b-sch-dependency-tooltip .b-sch-box {
  width: 12px;
  height: 8px;
  border: 1px solid #ccc;
  display: none;
  margin-left: 5px;
  position: relative;
  top: 2px;
}
.b-sch-dependency-creation-tooltip .b-sch-box.b-left, .b-sch-dependency-creation-tooltip .b-sch-box.b-right, .b-sch-dependency-creation-tooltip .b-sch-box.b-top, .b-sch-dependency-creation-tooltip .b-sch-box.b-bottom,
.b-sch-dependency-tooltip .b-sch-box.b-left,
.b-sch-dependency-tooltip .b-sch-box.b-right,
.b-sch-dependency-tooltip .b-sch-box.b-top,
.b-sch-dependency-tooltip .b-sch-box.b-bottom {
  display: block;
}
.b-sch-dependency-creation-tooltip .b-sch-box:after,
.b-sch-dependency-tooltip .b-sch-box:after {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
}
.b-sch-dependency-creation-tooltip .b-sch-box.b-right:after,
.b-sch-dependency-tooltip .b-sch-box.b-right:after {
  right: -2px;
  top: 50%;
  transform: translateY(-50%);
}
.b-sch-dependency-creation-tooltip .b-sch-box.b-left:after,
.b-sch-dependency-tooltip .b-sch-box.b-left:after {
  left: -2px;
  top: 50%;
  transform: translateY(-50%);
}
.b-sch-dependency-creation-tooltip .b-sch-box.b-top:after,
.b-sch-dependency-tooltip .b-sch-box.b-top:after {
  top: -2px;
  left: 50%;
  transform: translateX(-50%);
}
.b-sch-dependency-creation-tooltip .b-sch-box.b-bottom:after,
.b-sch-dependency-tooltip .b-sch-box.b-bottom:after {
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
}

.b-predecessor-list {
  display: flex;
  flex-direction: column;
}
.b-predecessor-list > * {
  flex: 0 0 auto;
  align-self: stretch;
  width: auto;
}
.b-predecessor-list > .b-list-item .b-predecessor-item-text {
  flex: 1;
}
.b-predecessor-list > .b-list-item .b-sch-box {
  width: 1.2em;
  height: 0.9em;
  border: 1px solid #ccc;
  margin-left: 0.5em;
  position: relative;
}
.b-predecessor-list > .b-list-item .b-sch-box:after {
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  background-color: #2b2b2b;
  position: absolute;
  border: 1px solid #ccc;
  display: none;
}
.b-predecessor-list > .b-list-item.b-selected .b-sch-box {
  background-color: #4caf50;
}
.b-predecessor-list > .b-list-item.b-selected.b-fs .b-sch-box.b-from:after {
  right: -0.25em;
  top: 50%;
  transform: translateY(-50%);
  display: block;
}
.b-predecessor-list > .b-list-item.b-selected.b-fs .b-sch-box.b-to:after {
  left: -0.25em;
  top: 50%;
  transform: translateY(-50%);
  display: block;
}
.b-predecessor-list > .b-list-item.b-selected.b-sf .b-sch-box.b-from:after {
  left: -0.25em;
  top: 50%;
  transform: translateY(-50%);
  display: block;
}
.b-predecessor-list > .b-list-item.b-selected.b-sf .b-sch-box.b-to:after {
  right: -0.25em;
  top: 50%;
  transform: translateY(-50%);
  display: block;
}
.b-predecessor-list > .b-list-item.b-selected.b-ss .b-sch-box.b-from:after {
  left: -0.25em;
  top: 50%;
  transform: translateY(-50%);
  display: block;
}
.b-predecessor-list > .b-list-item.b-selected.b-ss .b-sch-box.b-to:after {
  left: -0.25em;
  top: 50%;
  transform: translateY(-50%);
  display: block;
}
.b-predecessor-list > .b-list-item.b-selected.b-ff .b-sch-box.b-from:after {
  right: -0.25em;
  top: 50%;
  transform: translateY(-50%);
  display: block;
}
.b-predecessor-list > .b-list-item.b-selected.b-ff .b-sch-box.b-to:after {
  right: -0.25em;
  top: 50%;
  transform: translateY(-50%);
  display: block;
}

.b-dependencyeditor.b-popup {
  width: 29em;
}
.b-dependencyeditor.b-popup .b-popup-content {
  padding: 1em 1em 0 1em;
}
.b-dependencyeditor.b-popup .b-popup-content .b-textfield label {
  flex: 1 0 4em;
}
.b-dependencyeditor.b-popup .b-bottom-toolbar {
  padding: 1em 1em 0.4em 1em;
}
.b-dependencyeditor.b-popup .b-bottom-toolbar .b-label-filler {
  display: none;
}
.b-dependencyeditor.b-popup .b-bottom-toolbar > button {
  flex: 1;
  margin-right: 0.5em;
}
.b-dependencyeditor.b-popup .b-bottom-toolbar > button:last-child {
  margin-right: 0;
}

.b-dragselect-rect {
  position: absolute;
  left: 0;
  top: 0;
  transform-origin: 0 0;
  pointer-events: none;
  z-index: 100;
  border: 1px dashed #424242;
}

.b-cut-item {
  opacity: 0.4;
}

.b-schedulerbase.b-dragging-event {
  -webkit-user-select: none;
  user-select: none;
}

.b-sch-event-wrap.b-dragging {
  z-index: 7;
  pointer-events: none;
  opacity: 0.65;
}
.b-sch-event-wrap.b-dragging.b-drag-main {
  z-index: 10;
  opacity: 1;
}

.b-drag-proxy .b-sch-event-wrap {
  opacity: 0.5;
}

.b-sch-event-wrap.b-aborting, .b-sch-event-wrap.b-drag-animation {
  transition: background-color 0.2s, color 0.2s, opacity 0.2s, font-weight 0.2s, border 0.2s, transform 0.2s;
}

.b-sch-tip-message {
  margin-top: 0.5em;
}
.b-sch-tip-message:empty {
  display: none;
}

.b-schedulerbase.b-dragcreating {
  -webkit-user-select: none;
  user-select: none;
}
.b-schedulerbase.b-dragcreating .b-sch-timeaxis-cell,
.b-schedulerbase.b-dragcreating .b-sch-event-wrap {
  pointer-events: none;
}

.b-dragcreate-lock .b-iscreating {
  opacity: 0.5;
}
.b-dragcreate-lock .b-iscreating .b-sch-event-content {
  display: none;
}

.b-sch-dragcreating.b-too-narrow {
  opacity: 0.25;
}

.b-sch-dragcreate-tooltip.b-too-narrow .b-sch-tooltip-startdate,
.b-sch-dragcreate-tooltip.b-too-narrow .b-sch-tooltip-enddate {
  color: #f44336;
}
.b-sch-dragcreate-tooltip.b-too-narrow .b-sch-tooltip-startdate .b-sch-clock,
.b-sch-dragcreate-tooltip.b-too-narrow .b-sch-tooltip-enddate .b-sch-clock {
  border-color: #f44336;
}

.b-eventeditor.b-popup {
  width: 29em;
}
.b-eventeditor.b-popup .b-eventeditor-content.b-popup-content {
  padding-bottom: 0;
}
.b-eventeditor.b-popup .b-eventeditor-content.b-popup-content .b-textfield label, .b-eventeditor.b-popup .b-eventeditor-content.b-popup-content .b-checkbox > label {
  flex: 1 0 5em;
}
.b-eventeditor.b-popup .b-bottom-toolbar > .b-toolbar-content > button {
  flex: 1;
  margin-right: 0.5em;
}
.b-eventeditor.b-popup .b-bottom-toolbar > .b-toolbar-content > button:last-child {
  margin-right: 0;
}

.b-ie .b-eventfilter {
  flex: 0 1 200px;
}

.b-eventresize:not(.b-sch-vertical):not(.b-readonly):not(.b-creating-dependency) .b-sch-event-wrap.b-sch-event-hover:not(.b-sch-style-line) .b-sch-event.b-sch-event-resizable-start:before, .b-eventresize:not(.b-sch-vertical):not(.b-readonly):not(.b-creating-dependency) .b-sch-event-wrap.b-sch-event-hover:not(.b-sch-style-line) .b-sch-event.b-sch-event-resizable-end:after, .b-eventresize:not(.b-sch-vertical):not(.b-readonly):not(.b-creating-dependency) .b-sch-event-wrap.b-sch-event-hover:not(.b-sch-style-line) .b-sch-event.b-sch-event-resizable-true:before, .b-eventresize:not(.b-sch-vertical):not(.b-readonly):not(.b-creating-dependency) .b-sch-event-wrap.b-sch-event-hover:not(.b-sch-style-line) .b-sch-event.b-sch-event-resizable-true:after,
.b-eventresize:not(.b-sch-vertical):not(.b-readonly):not(.b-creating-dependency) .b-sch-event-wrap:not(.b-sch-style-line) .b-sch-event-resizing.b-sch-event-resizable-start:before,
.b-eventresize:not(.b-sch-vertical):not(.b-readonly):not(.b-creating-dependency) .b-sch-event-wrap:not(.b-sch-style-line) .b-sch-event-resizing.b-sch-event-resizable-end:after,
.b-eventresize:not(.b-sch-vertical):not(.b-readonly):not(.b-creating-dependency) .b-sch-event-wrap:not(.b-sch-style-line) .b-sch-event-resizing.b-sch-event-resizable-true:before,
.b-eventresize:not(.b-sch-vertical):not(.b-readonly):not(.b-creating-dependency) .b-sch-event-wrap:not(.b-sch-style-line) .b-sch-event-resizing.b-sch-event-resizable-true:after {
  content: "";
  width: 4px;
  height: 50%;
  top: 25%;
  position: absolute;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.5);
  pointer-events: none;
  z-index: 7;
}
.b-eventresize:not(.b-sch-vertical):not(.b-readonly):not(.b-creating-dependency) .b-sch-event-wrap.b-sch-event-hover:not(.b-sch-style-line) .b-sch-event.b-sch-event-resizable-true:before, .b-eventresize:not(.b-sch-vertical):not(.b-readonly):not(.b-creating-dependency) .b-sch-event-wrap.b-sch-event-hover:not(.b-sch-style-line) .b-sch-event.b-sch-event-resizable-start:before,
.b-eventresize:not(.b-sch-vertical):not(.b-readonly):not(.b-creating-dependency) .b-sch-event-wrap:not(.b-sch-style-line) .b-sch-event-resizing.b-sch-event-resizable-true:before,
.b-eventresize:not(.b-sch-vertical):not(.b-readonly):not(.b-creating-dependency) .b-sch-event-wrap:not(.b-sch-style-line) .b-sch-event-resizing.b-sch-event-resizable-start:before {
  margin-left: 3px;
  left: 0;
  border-width: 0 1px;
}
.b-eventresize:not(.b-sch-vertical):not(.b-readonly):not(.b-creating-dependency) .b-sch-event-wrap.b-sch-event-hover:not(.b-sch-style-line) .b-sch-event.b-sch-event-resizable-true:after, .b-eventresize:not(.b-sch-vertical):not(.b-readonly):not(.b-creating-dependency) .b-sch-event-wrap.b-sch-event-hover:not(.b-sch-style-line) .b-sch-event.b-sch-event-resizable-end:after, .b-eventresize:not(.b-sch-vertical):not(.b-readonly):not(.b-creating-dependency) .b-sch-event-wrap.b-sch-event-hover:not(.b-sch-style-line) .b-sch-event.b-sch-event-resizable-true:hover:after, .b-eventresize:not(.b-sch-vertical):not(.b-readonly):not(.b-creating-dependency) .b-sch-event-wrap.b-sch-event-hover:not(.b-sch-style-line) .b-sch-event.b-sch-event-resizable-end:hover:after,
.b-eventresize:not(.b-sch-vertical):not(.b-readonly):not(.b-creating-dependency) .b-sch-event-wrap:not(.b-sch-style-line) .b-sch-event-resizing.b-sch-event-resizable-true:after,
.b-eventresize:not(.b-sch-vertical):not(.b-readonly):not(.b-creating-dependency) .b-sch-event-wrap:not(.b-sch-style-line) .b-sch-event-resizing.b-sch-event-resizable-end:after,
.b-eventresize:not(.b-sch-vertical):not(.b-readonly):not(.b-creating-dependency) .b-sch-event-wrap:not(.b-sch-style-line) .b-sch-event-resizing.b-sch-event-resizable-true:hover:after,
.b-eventresize:not(.b-sch-vertical):not(.b-readonly):not(.b-creating-dependency) .b-sch-event-wrap:not(.b-sch-style-line) .b-sch-event-resizing.b-sch-event-resizable-end:hover:after {
  margin-right: 3px;
  right: 0;
  border-width: 0 1px;
}
.b-eventresize:not(.b-sch-vertical):not(.b-readonly):not(.b-creating-dependency) .b-sch-event.b-resize-handle {
  cursor: ew-resize;
}
.b-eventresize:not(.b-sch-vertical):not(.b-readonly):not(.b-creating-dependency).b-resizing-event, .b-eventresize:not(.b-sch-vertical):not(.b-readonly):not(.b-creating-dependency) .b-sch-event-resizing {
  -webkit-user-select: none;
  user-select: none;
  cursor: ew-resize !important;
}
.b-eventresize:not(.b-sch-vertical):not(.b-readonly):not(.b-creating-dependency) .b-sch-event-wrap.b-sch-event-hover.b-sch-style-rounded .b-sch-event.b-sch-event-resizable-start:before, .b-eventresize:not(.b-sch-vertical):not(.b-readonly):not(.b-creating-dependency) .b-sch-event-wrap.b-sch-event-hover.b-sch-style-rounded .b-sch-event.b-sch-event-resizable-end:after, .b-eventresize:not(.b-sch-vertical):not(.b-readonly):not(.b-creating-dependency) .b-sch-event-wrap.b-sch-event-hover.b-sch-style-rounded .b-sch-event.b-sch-event-resizable-true:before, .b-eventresize:not(.b-sch-vertical):not(.b-readonly):not(.b-creating-dependency) .b-sch-event-wrap.b-sch-event-hover.b-sch-style-rounded .b-sch-event.b-sch-event-resizable-true:after,
.b-eventresize:not(.b-sch-vertical):not(.b-readonly):not(.b-creating-dependency) .b-sch-event-wrap.b-sch-style-rounded .b-sch-event-resizing.b-sch-event-resizable-start:before,
.b-eventresize:not(.b-sch-vertical):not(.b-readonly):not(.b-creating-dependency) .b-sch-event-wrap.b-sch-style-rounded .b-sch-event-resizing.b-sch-event-resizable-end:after,
.b-eventresize:not(.b-sch-vertical):not(.b-readonly):not(.b-creating-dependency) .b-sch-event-wrap.b-sch-style-rounded .b-sch-event-resizing.b-sch-event-resizable-true:before,
.b-eventresize:not(.b-sch-vertical):not(.b-readonly):not(.b-creating-dependency) .b-sch-event-wrap.b-sch-style-rounded .b-sch-event-resizing.b-sch-event-resizable-true:after {
  height: 30%;
  top: 35%;
}
.b-eventresize:not(.b-sch-vertical):not(.b-readonly):not(.b-creating-dependency) .b-sch-event-wrap.b-sch-event-hover.b-sch-style-rounded .b-sch-event.b-sch-event-resizable-true:before, .b-eventresize:not(.b-sch-vertical):not(.b-readonly):not(.b-creating-dependency) .b-sch-event-wrap.b-sch-event-hover.b-sch-style-rounded .b-sch-event.b-sch-event-resizable-start:before,
.b-eventresize:not(.b-sch-vertical):not(.b-readonly):not(.b-creating-dependency) .b-sch-event-wrap.b-sch-style-rounded .b-sch-event-resizing.b-sch-event-resizable-true:before,
.b-eventresize:not(.b-sch-vertical):not(.b-readonly):not(.b-creating-dependency) .b-sch-event-wrap.b-sch-style-rounded .b-sch-event-resizing.b-sch-event-resizable-start:before {
  left: 0.3em;
}
.b-eventresize:not(.b-sch-vertical):not(.b-readonly):not(.b-creating-dependency) .b-sch-event-wrap.b-sch-event-hover.b-sch-style-rounded .b-sch-event.b-sch-event-resizable-true:after, .b-eventresize:not(.b-sch-vertical):not(.b-readonly):not(.b-creating-dependency) .b-sch-event-wrap.b-sch-event-hover.b-sch-style-rounded .b-sch-event.b-sch-event-resizable-end:after, .b-eventresize:not(.b-sch-vertical):not(.b-readonly):not(.b-creating-dependency) .b-sch-event-wrap.b-sch-event-hover.b-sch-style-rounded .b-sch-event.b-sch-event-resizable-true:hover:after, .b-eventresize:not(.b-sch-vertical):not(.b-readonly):not(.b-creating-dependency) .b-sch-event-wrap.b-sch-event-hover.b-sch-style-rounded .b-sch-event.b-sch-event-resizable-end:hover:after,
.b-eventresize:not(.b-sch-vertical):not(.b-readonly):not(.b-creating-dependency) .b-sch-event-wrap.b-sch-style-rounded .b-sch-event-resizing.b-sch-event-resizable-true:after,
.b-eventresize:not(.b-sch-vertical):not(.b-readonly):not(.b-creating-dependency) .b-sch-event-wrap.b-sch-style-rounded .b-sch-event-resizing.b-sch-event-resizable-end:after,
.b-eventresize:not(.b-sch-vertical):not(.b-readonly):not(.b-creating-dependency) .b-sch-event-wrap.b-sch-style-rounded .b-sch-event-resizing.b-sch-event-resizable-true:hover:after,
.b-eventresize:not(.b-sch-vertical):not(.b-readonly):not(.b-creating-dependency) .b-sch-event-wrap.b-sch-style-rounded .b-sch-event-resizing.b-sch-event-resizable-end:hover:after {
  right: 0.3em;
}

.b-eventresize.b-sch-vertical:not(.b-readonly):not(.b-creating-dependency) .b-sch-event-wrap.b-sch-event-hover:not(.b-sch-style-line) .b-sch-event.b-sch-event-resizable-start:before, .b-eventresize.b-sch-vertical:not(.b-readonly):not(.b-creating-dependency) .b-sch-event-wrap.b-sch-event-hover:not(.b-sch-style-line) .b-sch-event.b-sch-event-resizable-end:after, .b-eventresize.b-sch-vertical:not(.b-readonly):not(.b-creating-dependency) .b-sch-event-wrap.b-sch-event-hover:not(.b-sch-style-line) .b-sch-event.b-sch-event-resizable-true:before, .b-eventresize.b-sch-vertical:not(.b-readonly):not(.b-creating-dependency) .b-sch-event-wrap.b-sch-event-hover:not(.b-sch-style-line) .b-sch-event.b-sch-event-resizable-true:after,
.b-eventresize.b-sch-vertical:not(.b-readonly):not(.b-creating-dependency) .b-sch-event-wrap:not(.b-sch-style-line) .b-sch-event-resizing.b-sch-event-resizable-start:before,
.b-eventresize.b-sch-vertical:not(.b-readonly):not(.b-creating-dependency) .b-sch-event-wrap:not(.b-sch-style-line) .b-sch-event-resizing.b-sch-event-resizable-end:after,
.b-eventresize.b-sch-vertical:not(.b-readonly):not(.b-creating-dependency) .b-sch-event-wrap:not(.b-sch-style-line) .b-sch-event-resizing.b-sch-event-resizable-true:before,
.b-eventresize.b-sch-vertical:not(.b-readonly):not(.b-creating-dependency) .b-sch-event-wrap:not(.b-sch-style-line) .b-sch-event-resizing.b-sch-event-resizable-true:after {
  content: "";
  height: 4px;
  width: 2em;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.5);
  pointer-events: none;
}
.b-eventresize.b-sch-vertical:not(.b-readonly):not(.b-creating-dependency) .b-sch-event-wrap.b-sch-event-hover:not(.b-sch-style-line) .b-sch-event.b-sch-event-resizable-true:before, .b-eventresize.b-sch-vertical:not(.b-readonly):not(.b-creating-dependency) .b-sch-event-wrap.b-sch-event-hover:not(.b-sch-style-line) .b-sch-event.b-sch-event-resizable-start:before,
.b-eventresize.b-sch-vertical:not(.b-readonly):not(.b-creating-dependency) .b-sch-event-wrap:not(.b-sch-style-line) .b-sch-event-resizing.b-sch-event-resizable-true:before,
.b-eventresize.b-sch-vertical:not(.b-readonly):not(.b-creating-dependency) .b-sch-event-wrap:not(.b-sch-style-line) .b-sch-event-resizing.b-sch-event-resizable-start:before {
  margin-top: 3px;
  top: 0;
  border-width: 1px 0;
}
.b-eventresize.b-sch-vertical:not(.b-readonly):not(.b-creating-dependency) .b-sch-event-wrap.b-sch-event-hover:not(.b-sch-style-line) .b-sch-event.b-sch-event-resizable-true:after, .b-eventresize.b-sch-vertical:not(.b-readonly):not(.b-creating-dependency) .b-sch-event-wrap.b-sch-event-hover:not(.b-sch-style-line) .b-sch-event.b-sch-event-resizable-end:after, .b-eventresize.b-sch-vertical:not(.b-readonly):not(.b-creating-dependency) .b-sch-event-wrap.b-sch-event-hover:not(.b-sch-style-line) .b-sch-event.b-sch-event-resizable-true:hover:after, .b-eventresize.b-sch-vertical:not(.b-readonly):not(.b-creating-dependency) .b-sch-event-wrap.b-sch-event-hover:not(.b-sch-style-line) .b-sch-event.b-sch-event-resizable-end:hover:after,
.b-eventresize.b-sch-vertical:not(.b-readonly):not(.b-creating-dependency) .b-sch-event-wrap:not(.b-sch-style-line) .b-sch-event-resizing.b-sch-event-resizable-true:after,
.b-eventresize.b-sch-vertical:not(.b-readonly):not(.b-creating-dependency) .b-sch-event-wrap:not(.b-sch-style-line) .b-sch-event-resizing.b-sch-event-resizable-end:after,
.b-eventresize.b-sch-vertical:not(.b-readonly):not(.b-creating-dependency) .b-sch-event-wrap:not(.b-sch-style-line) .b-sch-event-resizing.b-sch-event-resizable-true:hover:after,
.b-eventresize.b-sch-vertical:not(.b-readonly):not(.b-creating-dependency) .b-sch-event-wrap:not(.b-sch-style-line) .b-sch-event-resizing.b-sch-event-resizable-end:hover:after {
  margin-bottom: 3px;
  bottom: 0;
  border-width: 1px 0;
}
.b-eventresize.b-sch-vertical:not(.b-readonly):not(.b-creating-dependency) .b-sch-event.b-resize-handle {
  cursor: ns-resize;
}
.b-eventresize.b-sch-vertical:not(.b-readonly):not(.b-creating-dependency).b-resizing-event, .b-eventresize.b-sch-vertical:not(.b-readonly):not(.b-creating-dependency) .b-sch-event-resizing {
  -webkit-user-select: none;
  user-select: none;
  cursor: ns-resize !important;
}

.b-sch-event-wrap.b-sch-event-wrap-resizing {
  z-index: 7;
}

.b-schedulerbase.b-resizing-event .b-sch-timeaxis-cell,
.b-schedulerbase.b-resizing-event .b-sch-event-wrap {
  /* prevent drag create */
  pointer-events: none;
}

.b-popup.b-sch-event-tooltip {
  max-width: 30em;
}
.b-popup.b-sch-event-tooltip .b-sch-clockwrap {
  margin-top: 0.5em;
}
.b-popup.b-sch-event-tooltip .b-sch-clockwrap:first-child {
  margin-top: 0;
}
.b-popup.b-sch-event-tooltip .b-sch-event-title {
  font-weight: 600;
}

.b-timeaxis-group-summary {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100%;
}
.b-timeaxis-group-summary .b-timeaxis-tick {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
}
.b-timeaxis-group-summary .b-timeaxis-summary-value {
  text-align: center;
}

.b-gridbase.b-schedulerbase .b-timeline-subgrid .b-grid-row.b-group-footer.b-hover .b-grid-cell,
.b-gridbase.b-schedulerbase .b-timeline-subgrid .b-grid-row.b-group-footer.b-hover .b-grid-cell:hover {
  background-color: #fafafa;
}

.b-headerzoom-rect {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  transform-origin: 0 0;
  pointer-events: none;
  z-index: 100;
  background: rgba(161, 210, 250, 0.3);
}

.b-ie .b-sch-event-wrap .b-sch-label-right, .b-ie .b-gantt-task-wrap .b-sch-label-right {
  right: -5px;
  top: 50%;
  transform: translate3d(100%, -50%, 0);
}
.b-ie .b-sch-event-wrap .b-sch-label-left, .b-ie .b-gantt-task-wrap .b-sch-label-left {
  left: -5px;
  top: 50%;
  transform: translate3d(-100%, -50%, 0);
}

.b-sch-event-wrap .b-sch-label, .b-gantt-task-wrap .b-sch-label {
  font-size: 12px;
  text-align: center;
  white-space: nowrap;
  margin: 0.2em 0;
  color: #888;
  font-weight: 300;
  -webkit-user-select: none;
  user-select: none;
  pointer-events: all;
}
.b-sch-event-wrap .b-sch-label.b-sch-label-top, .b-gantt-task-wrap .b-sch-label.b-sch-label-top {
  order: -2;
}
.b-sch-event-wrap .b-sch-label.b-sch-label-left, .b-gantt-task-wrap .b-sch-label.b-sch-label-left {
  order: -1;
}
.b-sch-event-wrap .b-sch-label-left, .b-gantt-task-wrap .b-sch-label-left {
  position: absolute;
  align-self: self-start;
  transform: translate3d(calc(-100% - 1.5em), 0, 0);
  margin: 0;
}
.b-sch-event-wrap .b-sch-label-right, .b-gantt-task-wrap .b-sch-label-right {
  position: absolute;
  align-self: flex-end;
  transform: translate3d(calc(100% + 1.5em), 0, 0);
  margin: 0;
}
.b-sch-event-wrap.b-milestone-wrap .b-sch-label-left, .b-gantt-task-wrap.b-milestone-wrap .b-sch-label-left {
  transform: translate3d(calc(-100% - 3em), 0, 0);
}
.b-sch-event-wrap.b-milestone-wrap .b-sch-label-right, .b-gantt-task-wrap.b-milestone-wrap .b-sch-label-right {
  transform: translate3d(calc(100% + 3em), 0, 0);
}
.b-baselines .b-sch-event-wrap.b-has-baselines .b-sch-label-left, .b-baselines .b-sch-event-wrap.b-has-baselines .b-sch-label-right, .b-baselines .b-gantt-task-wrap.b-has-baselines .b-sch-label-left, .b-baselines .b-gantt-task-wrap.b-has-baselines .b-sch-label-right {
  top: 0;
  line-height: 85%;
}

.b-measure-label {
  height: 1em;
  position: fixed;
  top: -10000px;
  left: -10000px;
  visibility: hidden;
}
.b-measure-label label {
  padding-left: 1.5em;
}

.b-pan .b-timeline-subgrid {
  cursor: move;
}

.b-sch-resourcetimerange {
  display: flex;
  position: absolute;
  background-color: rgba(253, 216, 53, 0.2);
  color: #fdcf07;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
}
.b-sch-resourcetimerange [data-task-feature] {
  font-size: 12px;
}
.b-animating .b-sch-resourcetimerange {
  transition: background-color 0.2s, color 0.2s, opacity 0.2s, font-weight 0.2s, border 0.2s, transform 0.2s, width 0.2s, height 0.2s, font-size 0.2s;
}
.b-sch-resourcetimerange .b-sch-event-withicon .b-fa {
  margin-right: 0.4em;
  line-height: inherit;
}
.b-sch-resourcetimerange .b-sch-event-content {
  margin: 3px;
}

.b-sch-vertical .b-sch-resourcetimerange {
  justify-content: center;
  align-items: flex-start;
}

.b-sch-color-red.b-sch-resourcetimerange {
  background-color: rgba(239, 83, 80, 0.2);
  color: #ec2723;
}

.b-sch-color-pink.b-sch-resourcetimerange {
  background-color: rgba(236, 64, 122, 0.2);
  color: #e9165d;
}

.b-sch-color-purple.b-sch-resourcetimerange {
  background-color: rgba(171, 71, 188, 0.2);
  color: #9538a4;
}

.b-sch-color-violet.b-sch-resourcetimerange {
  background-color: rgba(126, 87, 194, 0.2);
  color: #673cb2;
}

.b-sch-color-indigo.b-sch-resourcetimerange {
  background-color: rgba(92, 107, 192, 0.2);
  color: #4051b1;
}

.b-sch-color-blue.b-sch-resourcetimerange {
  background-color: rgba(66, 165, 245, 0.2);
  color: #1590f3;
}

.b-sch-color-cyan.b-sch-resourcetimerange {
  background-color: rgba(38, 198, 218, 0.2);
  color: #1eaabb;
}

.b-sch-color-teal.b-sch-resourcetimerange {
  background-color: rgba(38, 166, 154, 0.2);
  color: #1f8f84;
}

.b-sch-color-green.b-sch-resourcetimerange {
  background-color: rgba(102, 187, 106, 0.2);
  color: #48ae4d;
}

.b-sch-color-lime.b-sch-resourcetimerange {
  background-color: rgba(212, 225, 87, 0.2);
  color: #cbdc2d;
}

.b-sch-color-yellow.b-sch-resourcetimerange {
  background-color: rgba(253, 216, 53, 0.2);
  color: #fdcf07;
}

.b-sch-color-orange.b-sch-resourcetimerange {
  background-color: rgba(255, 167, 38, 0.2);
  color: #f99400;
}

.b-sch-color-deep-orange.b-sch-resourcetimerange {
  background-color: rgba(255, 112, 67, 0.2);
  color: #ff4b13;
}

.b-sch-color-gray.b-sch-resourcetimerange {
  background-color: rgba(160, 160, 160, 0.2);
  color: #8e8282;
}

.b-sch-color-gantt-green.b-sch-resourcetimerange {
  background-color: rgba(165, 216, 167, 0.2);
  color: #7aca7d;
}

.b-schedule-selected-tick {
  position: absolute;
  pointer-events: none;
  z-index: 100;
  background-color: #f5f5f5;
}

.b-sch-scheduletip.b-nonworking-time {
  opacity: 0;
  pointer-events: none;
}

.b-simpleeventeditor {
  z-index: 10;
}
.b-simpleeventeditor .b-field {
  align-items: stretch;
}
.b-sch-horizontal .b-simpleeventeditor .b-field {
  height: 100%;
}

.b-stickyevents .b-sch-resourcetimerange {
  justify-content: start;
  overflow: hidden;
}

.b-sch-summarybar {
  padding: 0;
  flex-direction: row;
  justify-content: start;
  flex-grow: unset !important;
}
.b-sch-summarybar .b-timeaxis-tick {
  display: flex;
  flex-direction: column;
  text-align: center;
  overflow: hidden;
  justify-content: center;
  align-items: stretch;
}

.b-sch-summarybar:not(.b-sch-vertical) .b-timeaxis-tick {
  padding: 0.5em 0;
}
.b-sch-summarybar:not(.b-sch-vertical) .b-timeaxis-tick:not(:last-child) {
  border-right: 1px solid transparent;
}

.b-sch-vertical .b-sch-summarybar {
  flex-direction: column;
  align-items: stretch;
  background: #fafafa !important;
  color: #757575;
}
.b-sch-vertical .b-sch-summarybar .b-timeaxis-tick {
  padding: 0 0.5em;
}
.b-sch-vertical .b-sch-summarybar .b-timeaxis-tick:not(:last-child) {
  border-bottom: 1px solid transparent;
}

.b-timeaxis-summary-tip {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.b-timeaxis-summary-tip header {
  width: 100%;
  text-align: center;
  font-weight: 700;
  margin-bottom: 1em;
}
.b-timeaxis-summary-tip label {
  flex: 1 1 50%;
}
.b-timeaxis-summary-tip .b-timeaxis-summary-value {
  flex: 0 0 auto;
}

.b-float-root > .b-floating.b-interaction-tooltip {
  pointer-events: none;
}

.b-sch-timerange {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: absolute;
  left: 0;
  overflow: hidden;
  justify-content: center;
  color: #aaa;
  z-index: 1;
  cursor: pointer;
}
.b-sch-timerange.b-over-resize-handle {
  cursor: ew-resize;
}
.b-schedulerbase:not(.b-dragging-timerange) .b-sch-timerange:hover {
  z-index: 3;
}
.b-sch-timerange label {
  font-size: 0.8em;
  color: inherit;
  white-space: nowrap;
  cursor: inherit;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0.3em;
}
.b-sch-foreground-canvas .b-sch-timerange.b-narrow-range label {
  writing-mode: tb;
}

.b-sch-current-time {
  pointer-events: none;
}

.b-animating .b-sch-timerange {
  transition: transform 0.3s, width 0.3s, height 0.3s;
}

.b-timeline-subgrid .b-sch-timerange {
  height: 100%;
  align-items: flex-start;
  min-width: 1px;
  color: #aaa;
  font-size: 14px;
}
.b-timeline-subgrid .b-sch-timerange:not(.b-sch-line) label.b-vertical {
  -webkit-writing-mode: vertical-lr;
  writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
}
.b-timeline-subgrid .b-sch-timerange.b-sch-line:before {
  display: none;
}
.b-timeline-subgrid .b-sch-range {
  background-color: rgba(240, 240, 240, 0.5);
  pointer-events: none;
}
.b-timeline-subgrid .b-sch-line {
  border-left: 2px dotted #fab005;
  color: #fff;
  padding: 0;
  z-index: 2;
}
.b-timeline-subgrid .b-sch-line label {
  background-color: #fab005;
  padding: 0.3em;
  white-space: nowrap;
  margin-top: 0.5em;
}
.b-timeline-subgrid .b-sch-current-time {
  border-left-color: #fa5252;
}

.b-sch-vertical .b-sch-timerange {
  left: auto;
  top: 0;
}
.b-sch-vertical .b-sch-timerange label {
  -webkit-writing-mode: vertical-lr;
  writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  transform: rotate(180deg);
}
.b-sch-vertical .b-sch-timerange.b-over-resize-handle {
  cursor: ns-resize;
}
.b-sch-vertical .b-timeline-subgrid .b-sch-timerange {
  height: auto;
  width: 100%;
}
.b-sch-vertical .b-timeline-subgrid .b-sch-line {
  border-top: 2px dotted #fab005;
  color: #fff;
  padding: 0;
}
.b-sch-vertical .b-timeline-subgrid .b-sch-line label {
  background-color: #fab005;
  padding: 0.3em;
  white-space: nowrap;
  margin-left: 0.5em;
}

.b-grid-header .b-sch-timerange {
  flex-direction: row;
  justify-content: center;
  bottom: 0;
  background-color: #a1d2fa;
  color: #fff;
  line-height: 1;
  -webkit-user-select: none;
  user-select: none;
}
.b-grid-header .b-sch-timerange.b-sch-line {
  padding: 0 0.5em;
  background-color: #fab005;
  z-index: 2;
}
.b-grid-header .b-sch-timerange.b-sch-current-time {
  background-color: #fa5252;
}
.b-grid-header .b-sch-timerange:before {
  margin-inline-end: 0.5em;
}
.b-grid-header .b-sch-timerange label {
  padding: 0;
}
.b-grid-header.b-sch-timeaxiscolumn-levels-1 .b-sch-timerange {
  height: 100%;
}
.b-grid-header.b-sch-timeaxiscolumn-levels-2 .b-sch-timerange {
  height: 50%;
}
.b-grid-header.b-sch-timeaxiscolumn-levels-3 .b-sch-timerange {
  height: 33.3333333333%;
}
.b-grid-header .b-sch-line {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
.b-grid-header .b-sch-line.b-sch-timerange-with-headerlabel label {
  left: -2px;
}

.b-verticaltimeaxiscolumn .b-sch-timerange {
  flex-direction: column;
  justify-content: center;
  right: 0;
  background-color: #a1d2fa;
  color: #fff;
  -webkit-user-select: none;
  user-select: none;
}
.b-verticaltimeaxiscolumn .b-sch-timerange:before {
  margin-bottom: 0.5em;
}
.b-verticaltimeaxiscolumn .b-sch-line {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.b-verticaltimeaxiscolumn .b-sch-line.b-sch-timerange-with-headerlabel label {
  top: -2px;
}

.b-sch-timeranges-with-headerelements .b-timeline-subgrid .b-sch-range:before {
  display: none;
}

.b-grid-headers .b-sch-nonworkingtime {
  background-color: rgba(240, 213, 213, 0.3);
  z-index: 0;
  pointer-events: none;
}

.b-sch-clockwrap {
  display: flex;
}
.b-sch-clockwrap:not(:first-child) {
  margin-top: 0.3em;
}

.b-sch-clock {
  position: relative;
  height: 21px;
  width: 21px;
  min-width: 21px;
  white-space: nowrap;
}
.b-sch-clock .b-sch-hour-indicator {
  border-top: 2px solid transparent;
  border-bottom: 6px solid #777;
}
.b-sch-clock .b-sch-minute-indicator {
  border-top: 8px solid #777;
}
.b-sch-clock .b-sch-minute-indicator,
.b-sch-clock .b-sch-hour-indicator {
  position: absolute;
  left: 50%;
  top: 1px;
  width: 2px;
  height: 8px;
  overflow: hidden;
  margin-left: -1px;
  transform-origin: 50% 100%;
}

.b-sch-clock-hour .b-sch-clock {
  border: 2px solid #2196f3;
  background-color: #fff;
  border-radius: 100%;
}
.b-sch-clock-hour .b-sch-clock-dot {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 4px;
  height: 4px;
  margin-left: -2px;
  margin-top: -2px;
  background: #777;
  border-radius: 3px;
  z-index: 2;
}

.b-sch-clock-day .b-sch-clock {
  background-color: #fff;
  border: none;
  border-radius: 2px;
}
.b-sch-clock-day .b-sch-clock .b-sch-hour-indicator {
  width: inherit;
  position: static !important;
  background-color: #2196f3;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  font-size: 7px;
  line-height: 8px;
  text-align: center;
  color: #fff;
  height: 9px;
  text-indent: 0;
  margin-top: -1px;
  margin-left: 0;
  border: 0 none;
  transform: none !important;
}
.b-sch-clock-day .b-sch-clock .b-sch-minute-indicator {
  width: inherit;
  color: #555;
  position: static !important;
  height: 16px;
  background-color: transparent;
  font-size: 10px;
  text-align: center;
  text-indent: 0;
  line-height: 12px;
  border: none;
  margin-left: 0;
  transform: none !important;
}
.b-sch-clock-day .b-sch-clock-dot {
  display: none;
}

.b-sch-clock-text {
  margin-left: 8px;
  padding-top: 1px;
  white-space: nowrap;
  width: 100%;
}

/*.b-rtl .b-sch-clock-text {
    margin-left  : auto;
    margin-right : 25px;
}*/
.b-sticky-headers .b-grid-header, .b-sticky-headers .b-timeaxis, .b-sticky-headers .b-sticky-header, .b-sticky-headers .b-sch-header-timeaxis-cell {
  overflow: visible;
}
.b-sticky-headers .b-sch-header-text.b-sticky-header {
  position: sticky;
}
.b-sticky-headers .b-horizontaltimeaxis .b-sch-header-text.b-sticky-header {
  left: 0;
  padding: 0 0.5em 0 0.75em;
}
.b-sticky-headers .b-verticaltimeaxis .b-sch-header-text.b-sticky-header {
  top: 0;
}
.b-sticky-headers .b-verticaltimeaxis .b-sch-header-row-0 .b-sch-header-text.b-sticky-header {
  padding-top: 0.5em;
}
.b-sticky-headers .b-verticaltimeaxis .b-sch-header-row.b-lowest .b-sch-header-text.b-sticky-header {
  padding-top: 0.75em;
  padding-bottom: 0.5em;
}

.b-sch-vertical .b-sticky-headers .b-content-element, .b-sch-vertical .b-sticky-headers .b-grid-subgrid, .b-sch-vertical .b-sticky-headers .b-verticaltimeaxis-row, .b-sch-vertical .b-sticky-headers .b-verticaltimeaxiscolumn, .b-sch-vertical .b-sticky-headers .b-verticaltimeaxis, .b-sch-vertical .b-sticky-headers .b-sch-header-row, .b-sch-vertical .b-sticky-headers .b-sch-header-timeaxis-cell {
  overflow: visible;
}

.b-sch-column.b-grid-header {
  padding: 0;
}

.b-grid-header-container .b-sch-timeaxiscolumn {
  -webkit-user-select: none;
  user-select: none;
  padding: 0;
  flex-grow: unset !important;
  background-color: #fafafa;
  border-right: 0 none;
}
.b-grid-header-container .b-sch-timeaxiscolumn.b-depth-0:hover {
  background-color: #fafafa !important;
}
.b-grid-header-container .b-sch-timeaxiscolumn .b-sch-header-timeaxis-cell:hover {
  background-color: #ededed;
}

.b-horizontaltimeaxis {
  flex-direction: column;
  flex: 1 0 100%;
}
.b-horizontaltimeaxis .b-sch-header-row {
  flex: 1 0 2em;
}
.b-horizontaltimeaxis .b-sch-header-row.b-sch-header-row-0.b-lowest {
  flex: 1;
}
.b-horizontaltimeaxis .b-sch-header-timeaxis-cell {
  height: 100%;
  border-left: 1px solid transparent;
}
.b-horizontaltimeaxis .b-sch-header-timeaxis-cell:hover {
  cursor: pointer;
  background-color: #ededed;
}
.b-horizontaltimeaxis .b-sch-header-timeaxis-cell.b-last .b-sch-header-text {
  overflow: hidden;
  padding: 0 0.5em;
}

.b-sch-timeaxiscolumn-levels-1 {
  min-height: 1.5em;
}

.b-sch-timeaxiscolumn-levels-2 {
  min-height: 3em;
}

.b-sch-timeaxiscolumn-levels-3 {
  min-height: 4.5em;
}

.b-sch-header-row {
  position: relative;
  contain: strict;
}
.b-sch-header-row:last-child .b-sch-header-timeaxis-cell {
  border-bottom: none;
}

.b-sch-header-timeaxis-cell {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  color: #757575;
  border-bottom: 1px solid transparent;
  overflow: hidden;
  transition: background-color 0.2s;
  font-size: 1em;
  font-weight: 500;
  padding: 0.5em 0 0.5em 0;
  white-space: nowrap;
  contain: strict;
  -webkit-user-select: none;
  user-select: none;
}
.b-sch-header-timeaxis-cell.b-align-start, .b-sch-header-timeaxis-cell.b-align-end {
  padding-left: 0.3em;
  padding-right: 0.3em;
}
.b-sch-header-timeaxis-cell.b-align-start {
  justify-content: flex-start;
}
.b-sch-header-timeaxis-cell.b-align-end {
  justify-content: flex-end;
}

.b-schedulerbase.b-fill-last-column .b-sch-timeaxiscolumn:last-child {
  border-right-color: transparent;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .b-sch-timeaxiscolumn {
    height: 100%;
  }
}
.b-verticaltimeaxiscolumn {
  flex-flow: column nowrap;
  align-items: stretch;
  padding: 0;
  border-right: none;
  background-color: white !important;
}
.b-verticaltimeaxiscolumn.b-grid-cell.b-focused:after {
  display: none;
}

.b-verticaltimeaxis {
  flex: 1 0 100%;
  contain: strict;
}
.b-verticaltimeaxis .b-sch-header-row {
  flex-direction: column;
  flex: 1;
}
.b-verticaltimeaxis .b-sch-header-timeaxis-cell {
  width: 100%;
  text-transform: none;
  padding: 0;
  border-left: 0 none;
}
.b-verticaltimeaxis .b-sch-header-row.b-lowest .b-sch-header-timeaxis-cell {
  border-right: none;
  border-bottom: none;
  justify-content: flex-end;
}
.b-verticaltimeaxis .b-sch-header-row.b-lowest .b-sch-header-timeaxis-cell .b-sch-header-text {
  padding-right: 0.5em;
}
.b-verticaltimeaxis .b-sch-header-row.b-lowest .b-sch-header-timeaxis-cell:hover {
  background-color: #fafafa;
}
.b-verticaltimeaxis .b-sch-header-row:not(.b-lowest) {
  flex: 0 0 2em;
}
.b-verticaltimeaxis .b-sch-header-row:not(.b-lowest) .b-sch-header-timeaxis-cell {
  align-items: flex-start;
  border-right: 1px solid transparent;
}
.b-verticaltimeaxis .b-sch-header-row:not(.b-lowest) .b-sch-header-text {
  padding-bottom: 0.75em;
  writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  transform: rotate(180deg);
}

.b-sch-vertical .b-sch-timeaxiscolumn {
  flex-direction: row;
  min-height: 3em;
}

.b-resourceheader {
  flex: 1;
  position: relative;
  contain: strict;
}
.b-resourceheader.b-has-images {
  min-height: 3em;
}
.b-resourceheader.b-animating .b-resourceheader-cell {
  transition: width 0.2s, left 0.2s;
}

.b-resourceheader-cell {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #757575;
  border-right: 1px solid transparent;
  overflow: hidden;
  transition: background-color 0.2s;
  font-size: 1em;
  font-weight: 500;
  padding: 0.5em;
  white-space: nowrap;
  contain: strict;
  height: 100%;
  -webkit-user-select: none;
  user-select: none;
}
.b-resourceheader-cell:hover {
  cursor: pointer;
  background-color: #ededed;
}
.b-resourceheader-cell.b-align-start, .b-resourceheader-cell.b-align-end {
  padding-left: 0.3em;
  padding-right: 0.3em;
}
.b-resourceheader-cell.b-align-start {
  justify-content: flex-start;
}
.b-resourceheader-cell.b-align-end {
  justify-content: flex-end;
}
.b-resourceheader-cell i {
  margin-right: 0.5em;
}
.b-resourceheader-cell .b-resource-name {
  overflow: hidden;
}
.b-resourceheader-cell .b-resource-avatar {
  margin-right: 1em;
}

.b-recurrenceconfirmationpopup.b-popup {
  width: 29em;
  max-width: none;
}
.b-recurrenceconfirmationpopup.b-popup .b-recurrenceconfirmationpopup-header,
.b-recurrenceconfirmationpopup.b-popup .b-recurrenceconfirmationpopup-content {
  padding: 0.65em;
}
.b-recurrenceconfirmationpopup.b-popup .b-bottom-toolbar > button {
  margin-right: 0.5em;
}
.b-recurrenceconfirmationpopup.b-popup .b-bottom-toolbar > button:last-child {
  margin-right: 0;
}

button.b-button.b-recurrencelegendbutton {
  /* allow lines wrapping for the button since recurrence legend might be a long string */
  white-space: normal;
}

.b-recurrenceeditor.b-popup .b-recurrenceeditor-content.b-popup-content {
  padding: 1em 1em 0 1em;
}
.b-recurrenceeditor.b-popup .b-recurrenceeditor-content.b-popup-content .b-field label.b-align-start {
  flex: 1 0 10em;
}
.b-recurrenceeditor.b-popup .b-recurrenceeditor-content.b-popup-content .b-recurrencepositionscombo {
  flex: none;
  width: 9.5em;
}
.b-recurrenceeditor.b-popup .b-recurrenceeditor-content.b-popup-content .b-recurrencedayscombo {
  margin-left: 0.5em;
}
.b-recurrenceeditor.b-popup .b-bottom-toolbar .b-label-filler {
  display: none;
}
.b-recurrenceeditor.b-popup .b-bottom-toolbar > button {
  flex: 1;
  margin-right: 0.5em;
}
.b-recurrenceeditor.b-popup .b-bottom-toolbar > button:last-child {
  margin-right: 0;
}

.b-resourcecombo .b-resource-icon {
  display: none;
  margin-left: 0.5em;
}
.b-resourcecombo.b-show-event-color:not(.b-uses-chipview) .b-resource-icon {
  display: block;
}

.b-resourcecombo-picker .b-icon {
  display: none;
  margin-right: 0.5em;
}
.b-resourcecombo-picker.b-show-event-color .b-icon {
  display: block;
}
.b-resourcecombo-picker.b-show-event-color .b-selected .b-icon-square:before {
  content: "\f14a";
}

.b-theme-material .b-resourcecombo .b-resource-icon {
  margin-left: 0;
  margin-right: 0.5em;
}

.b-resourcefilter .b-list-item {
  border: 0 none;
  border-radius: 0;
}
.b-resourcefilter .b-icon {
  visibility: visible !important;
}
.b-resourcefilter .b-icon:before {
  content: "\f0c8";
  opacity: 0.6;
}
.b-resourcefilter .b-selected .b-icon:before {
  content: "\f14a";
  opacity: 1;
}
.b-outer:not(.b-using-keyboard) .b-resourcefilter .b-list-item:focus, .b-outer:not(.b-using-keyboard) .b-resourcefilter .b-list-item.b-active {
  background-color: transparent;
}

.b-toolbar.b-undoredo {
  padding: 0;
}
.b-toolbar.b-undoredo > * {
  border-radius: 0;
}
.b-buttongroup .b-toolbar.b-undoredo:not(:first-child) > button:first-child {
  margin-left: 0;
}
.b-buttongroup .b-toolbar.b-undoredo > .b-widget {
  margin-right: 0;
}
.b-toolbar.b-undoredo .b-widget.b-combo {
  flex: 1 0 250px;
  margin: 0 0.5em;
}
.b-theme-material .b-toolbar.b-undoredo .b-widget.b-combo .b-field-inner {
  padding-left: 0.7em;
  padding-right: 0.7em;
}

.b-sch-red {
  background-color: #EF5350;
}

.b-sch-foreground-red {
  color: #EF5350;
}

.b-sch-pink {
  background-color: #EC407A;
}

.b-sch-foreground-pink {
  color: #EC407A;
}

.b-sch-purple {
  background-color: #AB47BC;
}

.b-sch-foreground-purple {
  color: #AB47BC;
}

.b-sch-violet {
  background-color: #7E57C2;
}

.b-sch-foreground-violet {
  color: #7E57C2;
}

.b-sch-indigo {
  background-color: #5C6BC0;
}

.b-sch-foreground-indigo {
  color: #5C6BC0;
}

.b-sch-blue {
  background-color: #42A5F5;
}

.b-sch-foreground-blue {
  color: #42A5F5;
}

.b-sch-cyan {
  background-color: #26C6DA;
}

.b-sch-foreground-cyan {
  color: #26C6DA;
}

.b-sch-teal {
  background-color: #26A69A;
}

.b-sch-foreground-teal {
  color: #26A69A;
}

.b-sch-green {
  background-color: #66BB6A;
}

.b-sch-foreground-green {
  color: #66BB6A;
}

.b-sch-lime {
  background-color: #D4E157;
}

.b-sch-foreground-lime {
  color: #D4E157;
}

.b-sch-yellow {
  background-color: #FDD835;
}

.b-sch-foreground-yellow {
  color: #FDD835;
}

.b-sch-orange {
  background-color: #FFA726;
}

.b-sch-foreground-orange {
  color: #FFA726;
}

.b-sch-deep-orange {
  background-color: #ff7043;
}

.b-sch-foreground-deep-orange {
  color: #ff7043;
}

.b-sch-gray {
  background-color: #a0a0a0;
}

.b-sch-foreground-gray {
  color: #a0a0a0;
}

.b-sch-gantt-green {
  background-color: #a5d8a7;
}

.b-sch-foreground-gantt-green {
  color: #a5d8a7;
}

.b-sch-style-plain.b-sch-event-wrap .b-sch-event:hover, .b-sch-style-plain.b-sch-event-wrap .b-sch-event.b-sch-event-resizing, .b-sch-style-plain.b-sch-event-wrap .b-sch-event.b-sch-event-selected, .b-sch-style-plain.b-sch-event-wrap .b-sch-event.b-sch-event-selected:hover,
.b-sch-style-border.b-sch-event-wrap .b-sch-event:hover,
.b-sch-style-border.b-sch-event-wrap .b-sch-event.b-sch-event-resizing,
.b-sch-style-border.b-sch-event-wrap .b-sch-event.b-sch-event-selected,
.b-sch-style-border.b-sch-event-wrap .b-sch-event.b-sch-event-selected:hover,
.b-sch-style-hollow.b-sch-event-wrap .b-sch-event:hover,
.b-sch-style-hollow.b-sch-event-wrap .b-sch-event.b-sch-event-resizing,
.b-sch-style-hollow.b-sch-event-wrap .b-sch-event.b-sch-event-selected,
.b-sch-style-hollow.b-sch-event-wrap .b-sch-event.b-sch-event-selected:hover,
.b-sch-style-colored.b-sch-event-wrap .b-sch-event:hover,
.b-sch-style-colored.b-sch-event-wrap .b-sch-event.b-sch-event-resizing,
.b-sch-style-colored.b-sch-event-wrap .b-sch-event.b-sch-event-selected,
.b-sch-style-colored.b-sch-event-wrap .b-sch-event.b-sch-event-selected:hover,
.b-sch-style-calendar.b-sch-event-wrap .b-sch-event:hover,
.b-sch-style-calendar.b-sch-event-wrap .b-sch-event.b-sch-event-resizing,
.b-sch-style-calendar.b-sch-event-wrap .b-sch-event.b-sch-event-selected,
.b-sch-style-calendar.b-sch-event-wrap .b-sch-event.b-sch-event-selected:hover,
.b-sch-style-interday.b-sch-event-wrap .b-sch-event:hover,
.b-sch-style-interday.b-sch-event-wrap .b-sch-event.b-sch-event-resizing,
.b-sch-style-interday.b-sch-event-wrap .b-sch-event.b-sch-event-selected,
.b-sch-style-interday.b-sch-event-wrap .b-sch-event.b-sch-event-selected:hover,
.b-sch-style-line.b-sch-event-wrap .b-sch-event:hover,
.b-sch-style-line.b-sch-event-wrap .b-sch-event.b-sch-event-resizing,
.b-sch-style-line.b-sch-event-wrap .b-sch-event.b-sch-event-selected,
.b-sch-style-line.b-sch-event-wrap .b-sch-event.b-sch-event-selected:hover,
.b-sch-style-dashed.b-sch-event-wrap .b-sch-event:hover,
.b-sch-style-dashed.b-sch-event-wrap .b-sch-event.b-sch-event-resizing,
.b-sch-style-dashed.b-sch-event-wrap .b-sch-event.b-sch-event-selected,
.b-sch-style-dashed.b-sch-event-wrap .b-sch-event.b-sch-event-selected:hover,
.b-sch-style-minimal.b-sch-event-wrap .b-sch-event:hover,
.b-sch-style-minimal.b-sch-event-wrap .b-sch-event.b-sch-event-resizing,
.b-sch-style-minimal.b-sch-event-wrap .b-sch-event.b-sch-event-selected,
.b-sch-style-minimal.b-sch-event-wrap .b-sch-event.b-sch-event-selected:hover,
.b-sch-style-rounded.b-sch-event-wrap .b-sch-event:hover,
.b-sch-style-rounded.b-sch-event-wrap .b-sch-event.b-sch-event-resizing,
.b-sch-style-rounded.b-sch-event-wrap .b-sch-event.b-sch-event-selected,
.b-sch-style-rounded.b-sch-event-wrap .b-sch-event.b-sch-event-selected:hover {
  background-image: none;
}
.b-sch-style-plain.b-sch-event-wrap .b-sch-event.b-milestone, .b-schedulerbase.b-sch-layout-milestones .b-sch-style-plain.b-sch-event-wrap .b-sch-event.b-milestone,
.b-sch-style-border.b-sch-event-wrap .b-sch-event.b-milestone,
.b-schedulerbase.b-sch-layout-milestones .b-sch-style-border.b-sch-event-wrap .b-sch-event.b-milestone,
.b-sch-style-hollow.b-sch-event-wrap .b-sch-event.b-milestone,
.b-schedulerbase.b-sch-layout-milestones .b-sch-style-hollow.b-sch-event-wrap .b-sch-event.b-milestone,
.b-sch-style-colored.b-sch-event-wrap .b-sch-event.b-milestone,
.b-schedulerbase.b-sch-layout-milestones .b-sch-style-colored.b-sch-event-wrap .b-sch-event.b-milestone,
.b-sch-style-calendar.b-sch-event-wrap .b-sch-event.b-milestone,
.b-schedulerbase.b-sch-layout-milestones .b-sch-style-calendar.b-sch-event-wrap .b-sch-event.b-milestone,
.b-sch-style-interday.b-sch-event-wrap .b-sch-event.b-milestone,
.b-schedulerbase.b-sch-layout-milestones .b-sch-style-interday.b-sch-event-wrap .b-sch-event.b-milestone,
.b-sch-style-line.b-sch-event-wrap .b-sch-event.b-milestone,
.b-schedulerbase.b-sch-layout-milestones .b-sch-style-line.b-sch-event-wrap .b-sch-event.b-milestone,
.b-sch-style-dashed.b-sch-event-wrap .b-sch-event.b-milestone,
.b-schedulerbase.b-sch-layout-milestones .b-sch-style-dashed.b-sch-event-wrap .b-sch-event.b-milestone,
.b-sch-style-minimal.b-sch-event-wrap .b-sch-event.b-milestone,
.b-schedulerbase.b-sch-layout-milestones .b-sch-style-minimal.b-sch-event-wrap .b-sch-event.b-milestone,
.b-sch-style-rounded.b-sch-event-wrap .b-sch-event.b-milestone,
.b-schedulerbase.b-sch-layout-milestones .b-sch-style-rounded.b-sch-event-wrap .b-sch-event.b-milestone {
  border-width: 0;
}
.b-sch-style-plain.b-sch-event-wrap .b-sch-event.b-milestone .b-sch-event-content, .b-schedulerbase.b-sch-layout-milestones .b-sch-style-plain.b-sch-event-wrap .b-sch-event.b-milestone .b-sch-event-content,
.b-sch-style-border.b-sch-event-wrap .b-sch-event.b-milestone .b-sch-event-content,
.b-schedulerbase.b-sch-layout-milestones .b-sch-style-border.b-sch-event-wrap .b-sch-event.b-milestone .b-sch-event-content,
.b-sch-style-hollow.b-sch-event-wrap .b-sch-event.b-milestone .b-sch-event-content,
.b-schedulerbase.b-sch-layout-milestones .b-sch-style-hollow.b-sch-event-wrap .b-sch-event.b-milestone .b-sch-event-content,
.b-sch-style-colored.b-sch-event-wrap .b-sch-event.b-milestone .b-sch-event-content,
.b-schedulerbase.b-sch-layout-milestones .b-sch-style-colored.b-sch-event-wrap .b-sch-event.b-milestone .b-sch-event-content,
.b-sch-style-calendar.b-sch-event-wrap .b-sch-event.b-milestone .b-sch-event-content,
.b-schedulerbase.b-sch-layout-milestones .b-sch-style-calendar.b-sch-event-wrap .b-sch-event.b-milestone .b-sch-event-content,
.b-sch-style-interday.b-sch-event-wrap .b-sch-event.b-milestone .b-sch-event-content,
.b-schedulerbase.b-sch-layout-milestones .b-sch-style-interday.b-sch-event-wrap .b-sch-event.b-milestone .b-sch-event-content,
.b-sch-style-line.b-sch-event-wrap .b-sch-event.b-milestone .b-sch-event-content,
.b-schedulerbase.b-sch-layout-milestones .b-sch-style-line.b-sch-event-wrap .b-sch-event.b-milestone .b-sch-event-content,
.b-sch-style-dashed.b-sch-event-wrap .b-sch-event.b-milestone .b-sch-event-content,
.b-schedulerbase.b-sch-layout-milestones .b-sch-style-dashed.b-sch-event-wrap .b-sch-event.b-milestone .b-sch-event-content,
.b-sch-style-minimal.b-sch-event-wrap .b-sch-event.b-milestone .b-sch-event-content,
.b-schedulerbase.b-sch-layout-milestones .b-sch-style-minimal.b-sch-event-wrap .b-sch-event.b-milestone .b-sch-event-content,
.b-sch-style-rounded.b-sch-event-wrap .b-sch-event.b-milestone .b-sch-event-content,
.b-schedulerbase.b-sch-layout-milestones .b-sch-style-rounded.b-sch-event-wrap .b-sch-event.b-milestone .b-sch-event-content {
  border-width: 0;
  border-color: inherit;
  border-style: inherit;
}
.b-sch-style-plain.b-sch-event-wrap .b-sch-event.b-milestone:hover, .b-sch-style-plain.b-sch-event-wrap .b-sch-event.b-milestone.b-sch-event-resizing, .b-sch-style-plain.b-sch-event-wrap .b-sch-event.b-milestone.b-sch-event-selected, .b-sch-style-plain.b-sch-event-wrap .b-sch-event.b-milestone.b-sch-event-selected:hover, .b-schedulerbase.b-sch-layout-milestones .b-sch-style-plain.b-sch-event-wrap .b-sch-event.b-milestone:hover, .b-schedulerbase.b-sch-layout-milestones .b-sch-style-plain.b-sch-event-wrap .b-sch-event.b-milestone.b-sch-event-resizing, .b-schedulerbase.b-sch-layout-milestones .b-sch-style-plain.b-sch-event-wrap .b-sch-event.b-milestone.b-sch-event-selected, .b-schedulerbase.b-sch-layout-milestones .b-sch-style-plain.b-sch-event-wrap .b-sch-event.b-milestone.b-sch-event-selected:hover,
.b-sch-style-border.b-sch-event-wrap .b-sch-event.b-milestone:hover,
.b-sch-style-border.b-sch-event-wrap .b-sch-event.b-milestone.b-sch-event-resizing,
.b-sch-style-border.b-sch-event-wrap .b-sch-event.b-milestone.b-sch-event-selected,
.b-sch-style-border.b-sch-event-wrap .b-sch-event.b-milestone.b-sch-event-selected:hover,
.b-schedulerbase.b-sch-layout-milestones .b-sch-style-border.b-sch-event-wrap .b-sch-event.b-milestone:hover,
.b-schedulerbase.b-sch-layout-milestones .b-sch-style-border.b-sch-event-wrap .b-sch-event.b-milestone.b-sch-event-resizing,
.b-schedulerbase.b-sch-layout-milestones .b-sch-style-border.b-sch-event-wrap .b-sch-event.b-milestone.b-sch-event-selected,
.b-schedulerbase.b-sch-layout-milestones .b-sch-style-border.b-sch-event-wrap .b-sch-event.b-milestone.b-sch-event-selected:hover,
.b-sch-style-hollow.b-sch-event-wrap .b-sch-event.b-milestone:hover,
.b-sch-style-hollow.b-sch-event-wrap .b-sch-event.b-milestone.b-sch-event-resizing,
.b-sch-style-hollow.b-sch-event-wrap .b-sch-event.b-milestone.b-sch-event-selected,
.b-sch-style-hollow.b-sch-event-wrap .b-sch-event.b-milestone.b-sch-event-selected:hover,
.b-schedulerbase.b-sch-layout-milestones .b-sch-style-hollow.b-sch-event-wrap .b-sch-event.b-milestone:hover,
.b-schedulerbase.b-sch-layout-milestones .b-sch-style-hollow.b-sch-event-wrap .b-sch-event.b-milestone.b-sch-event-resizing,
.b-schedulerbase.b-sch-layout-milestones .b-sch-style-hollow.b-sch-event-wrap .b-sch-event.b-milestone.b-sch-event-selected,
.b-schedulerbase.b-sch-layout-milestones .b-sch-style-hollow.b-sch-event-wrap .b-sch-event.b-milestone.b-sch-event-selected:hover,
.b-sch-style-colored.b-sch-event-wrap .b-sch-event.b-milestone:hover,
.b-sch-style-colored.b-sch-event-wrap .b-sch-event.b-milestone.b-sch-event-resizing,
.b-sch-style-colored.b-sch-event-wrap .b-sch-event.b-milestone.b-sch-event-selected,
.b-sch-style-colored.b-sch-event-wrap .b-sch-event.b-milestone.b-sch-event-selected:hover,
.b-schedulerbase.b-sch-layout-milestones .b-sch-style-colored.b-sch-event-wrap .b-sch-event.b-milestone:hover,
.b-schedulerbase.b-sch-layout-milestones .b-sch-style-colored.b-sch-event-wrap .b-sch-event.b-milestone.b-sch-event-resizing,
.b-schedulerbase.b-sch-layout-milestones .b-sch-style-colored.b-sch-event-wrap .b-sch-event.b-milestone.b-sch-event-selected,
.b-schedulerbase.b-sch-layout-milestones .b-sch-style-colored.b-sch-event-wrap .b-sch-event.b-milestone.b-sch-event-selected:hover,
.b-sch-style-calendar.b-sch-event-wrap .b-sch-event.b-milestone:hover,
.b-sch-style-calendar.b-sch-event-wrap .b-sch-event.b-milestone.b-sch-event-resizing,
.b-sch-style-calendar.b-sch-event-wrap .b-sch-event.b-milestone.b-sch-event-selected,
.b-sch-style-calendar.b-sch-event-wrap .b-sch-event.b-milestone.b-sch-event-selected:hover,
.b-schedulerbase.b-sch-layout-milestones .b-sch-style-calendar.b-sch-event-wrap .b-sch-event.b-milestone:hover,
.b-schedulerbase.b-sch-layout-milestones .b-sch-style-calendar.b-sch-event-wrap .b-sch-event.b-milestone.b-sch-event-resizing,
.b-schedulerbase.b-sch-layout-milestones .b-sch-style-calendar.b-sch-event-wrap .b-sch-event.b-milestone.b-sch-event-selected,
.b-schedulerbase.b-sch-layout-milestones .b-sch-style-calendar.b-sch-event-wrap .b-sch-event.b-milestone.b-sch-event-selected:hover,
.b-sch-style-interday.b-sch-event-wrap .b-sch-event.b-milestone:hover,
.b-sch-style-interday.b-sch-event-wrap .b-sch-event.b-milestone.b-sch-event-resizing,
.b-sch-style-interday.b-sch-event-wrap .b-sch-event.b-milestone.b-sch-event-selected,
.b-sch-style-interday.b-sch-event-wrap .b-sch-event.b-milestone.b-sch-event-selected:hover,
.b-schedulerbase.b-sch-layout-milestones .b-sch-style-interday.b-sch-event-wrap .b-sch-event.b-milestone:hover,
.b-schedulerbase.b-sch-layout-milestones .b-sch-style-interday.b-sch-event-wrap .b-sch-event.b-milestone.b-sch-event-resizing,
.b-schedulerbase.b-sch-layout-milestones .b-sch-style-interday.b-sch-event-wrap .b-sch-event.b-milestone.b-sch-event-selected,
.b-schedulerbase.b-sch-layout-milestones .b-sch-style-interday.b-sch-event-wrap .b-sch-event.b-milestone.b-sch-event-selected:hover,
.b-sch-style-line.b-sch-event-wrap .b-sch-event.b-milestone:hover,
.b-sch-style-line.b-sch-event-wrap .b-sch-event.b-milestone.b-sch-event-resizing,
.b-sch-style-line.b-sch-event-wrap .b-sch-event.b-milestone.b-sch-event-selected,
.b-sch-style-line.b-sch-event-wrap .b-sch-event.b-milestone.b-sch-event-selected:hover,
.b-schedulerbase.b-sch-layout-milestones .b-sch-style-line.b-sch-event-wrap .b-sch-event.b-milestone:hover,
.b-schedulerbase.b-sch-layout-milestones .b-sch-style-line.b-sch-event-wrap .b-sch-event.b-milestone.b-sch-event-resizing,
.b-schedulerbase.b-sch-layout-milestones .b-sch-style-line.b-sch-event-wrap .b-sch-event.b-milestone.b-sch-event-selected,
.b-schedulerbase.b-sch-layout-milestones .b-sch-style-line.b-sch-event-wrap .b-sch-event.b-milestone.b-sch-event-selected:hover,
.b-sch-style-dashed.b-sch-event-wrap .b-sch-event.b-milestone:hover,
.b-sch-style-dashed.b-sch-event-wrap .b-sch-event.b-milestone.b-sch-event-resizing,
.b-sch-style-dashed.b-sch-event-wrap .b-sch-event.b-milestone.b-sch-event-selected,
.b-sch-style-dashed.b-sch-event-wrap .b-sch-event.b-milestone.b-sch-event-selected:hover,
.b-schedulerbase.b-sch-layout-milestones .b-sch-style-dashed.b-sch-event-wrap .b-sch-event.b-milestone:hover,
.b-schedulerbase.b-sch-layout-milestones .b-sch-style-dashed.b-sch-event-wrap .b-sch-event.b-milestone.b-sch-event-resizing,
.b-schedulerbase.b-sch-layout-milestones .b-sch-style-dashed.b-sch-event-wrap .b-sch-event.b-milestone.b-sch-event-selected,
.b-schedulerbase.b-sch-layout-milestones .b-sch-style-dashed.b-sch-event-wrap .b-sch-event.b-milestone.b-sch-event-selected:hover,
.b-sch-style-minimal.b-sch-event-wrap .b-sch-event.b-milestone:hover,
.b-sch-style-minimal.b-sch-event-wrap .b-sch-event.b-milestone.b-sch-event-resizing,
.b-sch-style-minimal.b-sch-event-wrap .b-sch-event.b-milestone.b-sch-event-selected,
.b-sch-style-minimal.b-sch-event-wrap .b-sch-event.b-milestone.b-sch-event-selected:hover,
.b-schedulerbase.b-sch-layout-milestones .b-sch-style-minimal.b-sch-event-wrap .b-sch-event.b-milestone:hover,
.b-schedulerbase.b-sch-layout-milestones .b-sch-style-minimal.b-sch-event-wrap .b-sch-event.b-milestone.b-sch-event-resizing,
.b-schedulerbase.b-sch-layout-milestones .b-sch-style-minimal.b-sch-event-wrap .b-sch-event.b-milestone.b-sch-event-selected,
.b-schedulerbase.b-sch-layout-milestones .b-sch-style-minimal.b-sch-event-wrap .b-sch-event.b-milestone.b-sch-event-selected:hover,
.b-sch-style-rounded.b-sch-event-wrap .b-sch-event.b-milestone:hover,
.b-sch-style-rounded.b-sch-event-wrap .b-sch-event.b-milestone.b-sch-event-resizing,
.b-sch-style-rounded.b-sch-event-wrap .b-sch-event.b-milestone.b-sch-event-selected,
.b-sch-style-rounded.b-sch-event-wrap .b-sch-event.b-milestone.b-sch-event-selected:hover,
.b-schedulerbase.b-sch-layout-milestones .b-sch-style-rounded.b-sch-event-wrap .b-sch-event.b-milestone:hover,
.b-schedulerbase.b-sch-layout-milestones .b-sch-style-rounded.b-sch-event-wrap .b-sch-event.b-milestone.b-sch-event-resizing,
.b-schedulerbase.b-sch-layout-milestones .b-sch-style-rounded.b-sch-event-wrap .b-sch-event.b-milestone.b-sch-event-selected,
.b-schedulerbase.b-sch-layout-milestones .b-sch-style-rounded.b-sch-event-wrap .b-sch-event.b-milestone.b-sch-event-selected:hover {
  background-image: none;
}
.b-sch-style-plain.b-sch-event-wrap .b-sch-event.b-milestone:hover .b-sch-event-content, .b-sch-style-plain.b-sch-event-wrap .b-sch-event.b-milestone.b-sch-event-resizing .b-sch-event-content, .b-sch-style-plain.b-sch-event-wrap .b-sch-event.b-milestone.b-sch-event-selected .b-sch-event-content, .b-sch-style-plain.b-sch-event-wrap .b-sch-event.b-milestone.b-sch-event-selected:hover .b-sch-event-content, .b-schedulerbase.b-sch-layout-milestones .b-sch-style-plain.b-sch-event-wrap .b-sch-event.b-milestone:hover .b-sch-event-content, .b-schedulerbase.b-sch-layout-milestones .b-sch-style-plain.b-sch-event-wrap .b-sch-event.b-milestone.b-sch-event-resizing .b-sch-event-content, .b-schedulerbase.b-sch-layout-milestones .b-sch-style-plain.b-sch-event-wrap .b-sch-event.b-milestone.b-sch-event-selected .b-sch-event-content, .b-schedulerbase.b-sch-layout-milestones .b-sch-style-plain.b-sch-event-wrap .b-sch-event.b-milestone.b-sch-event-selected:hover .b-sch-event-content,
.b-sch-style-border.b-sch-event-wrap .b-sch-event.b-milestone:hover .b-sch-event-content,
.b-sch-style-border.b-sch-event-wrap .b-sch-event.b-milestone.b-sch-event-resizing .b-sch-event-content,
.b-sch-style-border.b-sch-event-wrap .b-sch-event.b-milestone.b-sch-event-selected .b-sch-event-content,
.b-sch-style-border.b-sch-event-wrap .b-sch-event.b-milestone.b-sch-event-selected:hover .b-sch-event-content,
.b-schedulerbase.b-sch-layout-milestones .b-sch-style-border.b-sch-event-wrap .b-sch-event.b-milestone:hover .b-sch-event-content,
.b-schedulerbase.b-sch-layout-milestones .b-sch-style-border.b-sch-event-wrap .b-sch-event.b-milestone.b-sch-event-resizing .b-sch-event-content,
.b-schedulerbase.b-sch-layout-milestones .b-sch-style-border.b-sch-event-wrap .b-sch-event.b-milestone.b-sch-event-selected .b-sch-event-content,
.b-schedulerbase.b-sch-layout-milestones .b-sch-style-border.b-sch-event-wrap .b-sch-event.b-milestone.b-sch-event-selected:hover .b-sch-event-content,
.b-sch-style-hollow.b-sch-event-wrap .b-sch-event.b-milestone:hover .b-sch-event-content,
.b-sch-style-hollow.b-sch-event-wrap .b-sch-event.b-milestone.b-sch-event-resizing .b-sch-event-content,
.b-sch-style-hollow.b-sch-event-wrap .b-sch-event.b-milestone.b-sch-event-selected .b-sch-event-content,
.b-sch-style-hollow.b-sch-event-wrap .b-sch-event.b-milestone.b-sch-event-selected:hover .b-sch-event-content,
.b-schedulerbase.b-sch-layout-milestones .b-sch-style-hollow.b-sch-event-wrap .b-sch-event.b-milestone:hover .b-sch-event-content,
.b-schedulerbase.b-sch-layout-milestones .b-sch-style-hollow.b-sch-event-wrap .b-sch-event.b-milestone.b-sch-event-resizing .b-sch-event-content,
.b-schedulerbase.b-sch-layout-milestones .b-sch-style-hollow.b-sch-event-wrap .b-sch-event.b-milestone.b-sch-event-selected .b-sch-event-content,
.b-schedulerbase.b-sch-layout-milestones .b-sch-style-hollow.b-sch-event-wrap .b-sch-event.b-milestone.b-sch-event-selected:hover .b-sch-event-content,
.b-sch-style-colored.b-sch-event-wrap .b-sch-event.b-milestone:hover .b-sch-event-content,
.b-sch-style-colored.b-sch-event-wrap .b-sch-event.b-milestone.b-sch-event-resizing .b-sch-event-content,
.b-sch-style-colored.b-sch-event-wrap .b-sch-event.b-milestone.b-sch-event-selected .b-sch-event-content,
.b-sch-style-colored.b-sch-event-wrap .b-sch-event.b-milestone.b-sch-event-selected:hover .b-sch-event-content,
.b-schedulerbase.b-sch-layout-milestones .b-sch-style-colored.b-sch-event-wrap .b-sch-event.b-milestone:hover .b-sch-event-content,
.b-schedulerbase.b-sch-layout-milestones .b-sch-style-colored.b-sch-event-wrap .b-sch-event.b-milestone.b-sch-event-resizing .b-sch-event-content,
.b-schedulerbase.b-sch-layout-milestones .b-sch-style-colored.b-sch-event-wrap .b-sch-event.b-milestone.b-sch-event-selected .b-sch-event-content,
.b-schedulerbase.b-sch-layout-milestones .b-sch-style-colored.b-sch-event-wrap .b-sch-event.b-milestone.b-sch-event-selected:hover .b-sch-event-content,
.b-sch-style-calendar.b-sch-event-wrap .b-sch-event.b-milestone:hover .b-sch-event-content,
.b-sch-style-calendar.b-sch-event-wrap .b-sch-event.b-milestone.b-sch-event-resizing .b-sch-event-content,
.b-sch-style-calendar.b-sch-event-wrap .b-sch-event.b-milestone.b-sch-event-selected .b-sch-event-content,
.b-sch-style-calendar.b-sch-event-wrap .b-sch-event.b-milestone.b-sch-event-selected:hover .b-sch-event-content,
.b-schedulerbase.b-sch-layout-milestones .b-sch-style-calendar.b-sch-event-wrap .b-sch-event.b-milestone:hover .b-sch-event-content,
.b-schedulerbase.b-sch-layout-milestones .b-sch-style-calendar.b-sch-event-wrap .b-sch-event.b-milestone.b-sch-event-resizing .b-sch-event-content,
.b-schedulerbase.b-sch-layout-milestones .b-sch-style-calendar.b-sch-event-wrap .b-sch-event.b-milestone.b-sch-event-selected .b-sch-event-content,
.b-schedulerbase.b-sch-layout-milestones .b-sch-style-calendar.b-sch-event-wrap .b-sch-event.b-milestone.b-sch-event-selected:hover .b-sch-event-content,
.b-sch-style-interday.b-sch-event-wrap .b-sch-event.b-milestone:hover .b-sch-event-content,
.b-sch-style-interday.b-sch-event-wrap .b-sch-event.b-milestone.b-sch-event-resizing .b-sch-event-content,
.b-sch-style-interday.b-sch-event-wrap .b-sch-event.b-milestone.b-sch-event-selected .b-sch-event-content,
.b-sch-style-interday.b-sch-event-wrap .b-sch-event.b-milestone.b-sch-event-selected:hover .b-sch-event-content,
.b-schedulerbase.b-sch-layout-milestones .b-sch-style-interday.b-sch-event-wrap .b-sch-event.b-milestone:hover .b-sch-event-content,
.b-schedulerbase.b-sch-layout-milestones .b-sch-style-interday.b-sch-event-wrap .b-sch-event.b-milestone.b-sch-event-resizing .b-sch-event-content,
.b-schedulerbase.b-sch-layout-milestones .b-sch-style-interday.b-sch-event-wrap .b-sch-event.b-milestone.b-sch-event-selected .b-sch-event-content,
.b-schedulerbase.b-sch-layout-milestones .b-sch-style-interday.b-sch-event-wrap .b-sch-event.b-milestone.b-sch-event-selected:hover .b-sch-event-content,
.b-sch-style-line.b-sch-event-wrap .b-sch-event.b-milestone:hover .b-sch-event-content,
.b-sch-style-line.b-sch-event-wrap .b-sch-event.b-milestone.b-sch-event-resizing .b-sch-event-content,
.b-sch-style-line.b-sch-event-wrap .b-sch-event.b-milestone.b-sch-event-selected .b-sch-event-content,
.b-sch-style-line.b-sch-event-wrap .b-sch-event.b-milestone.b-sch-event-selected:hover .b-sch-event-content,
.b-schedulerbase.b-sch-layout-milestones .b-sch-style-line.b-sch-event-wrap .b-sch-event.b-milestone:hover .b-sch-event-content,
.b-schedulerbase.b-sch-layout-milestones .b-sch-style-line.b-sch-event-wrap .b-sch-event.b-milestone.b-sch-event-resizing .b-sch-event-content,
.b-schedulerbase.b-sch-layout-milestones .b-sch-style-line.b-sch-event-wrap .b-sch-event.b-milestone.b-sch-event-selected .b-sch-event-content,
.b-schedulerbase.b-sch-layout-milestones .b-sch-style-line.b-sch-event-wrap .b-sch-event.b-milestone.b-sch-event-selected:hover .b-sch-event-content,
.b-sch-style-dashed.b-sch-event-wrap .b-sch-event.b-milestone:hover .b-sch-event-content,
.b-sch-style-dashed.b-sch-event-wrap .b-sch-event.b-milestone.b-sch-event-resizing .b-sch-event-content,
.b-sch-style-dashed.b-sch-event-wrap .b-sch-event.b-milestone.b-sch-event-selected .b-sch-event-content,
.b-sch-style-dashed.b-sch-event-wrap .b-sch-event.b-milestone.b-sch-event-selected:hover .b-sch-event-content,
.b-schedulerbase.b-sch-layout-milestones .b-sch-style-dashed.b-sch-event-wrap .b-sch-event.b-milestone:hover .b-sch-event-content,
.b-schedulerbase.b-sch-layout-milestones .b-sch-style-dashed.b-sch-event-wrap .b-sch-event.b-milestone.b-sch-event-resizing .b-sch-event-content,
.b-schedulerbase.b-sch-layout-milestones .b-sch-style-dashed.b-sch-event-wrap .b-sch-event.b-milestone.b-sch-event-selected .b-sch-event-content,
.b-schedulerbase.b-sch-layout-milestones .b-sch-style-dashed.b-sch-event-wrap .b-sch-event.b-milestone.b-sch-event-selected:hover .b-sch-event-content,
.b-sch-style-minimal.b-sch-event-wrap .b-sch-event.b-milestone:hover .b-sch-event-content,
.b-sch-style-minimal.b-sch-event-wrap .b-sch-event.b-milestone.b-sch-event-resizing .b-sch-event-content,
.b-sch-style-minimal.b-sch-event-wrap .b-sch-event.b-milestone.b-sch-event-selected .b-sch-event-content,
.b-sch-style-minimal.b-sch-event-wrap .b-sch-event.b-milestone.b-sch-event-selected:hover .b-sch-event-content,
.b-schedulerbase.b-sch-layout-milestones .b-sch-style-minimal.b-sch-event-wrap .b-sch-event.b-milestone:hover .b-sch-event-content,
.b-schedulerbase.b-sch-layout-milestones .b-sch-style-minimal.b-sch-event-wrap .b-sch-event.b-milestone.b-sch-event-resizing .b-sch-event-content,
.b-schedulerbase.b-sch-layout-milestones .b-sch-style-minimal.b-sch-event-wrap .b-sch-event.b-milestone.b-sch-event-selected .b-sch-event-content,
.b-schedulerbase.b-sch-layout-milestones .b-sch-style-minimal.b-sch-event-wrap .b-sch-event.b-milestone.b-sch-event-selected:hover .b-sch-event-content,
.b-sch-style-rounded.b-sch-event-wrap .b-sch-event.b-milestone:hover .b-sch-event-content,
.b-sch-style-rounded.b-sch-event-wrap .b-sch-event.b-milestone.b-sch-event-resizing .b-sch-event-content,
.b-sch-style-rounded.b-sch-event-wrap .b-sch-event.b-milestone.b-sch-event-selected .b-sch-event-content,
.b-sch-style-rounded.b-sch-event-wrap .b-sch-event.b-milestone.b-sch-event-selected:hover .b-sch-event-content,
.b-schedulerbase.b-sch-layout-milestones .b-sch-style-rounded.b-sch-event-wrap .b-sch-event.b-milestone:hover .b-sch-event-content,
.b-schedulerbase.b-sch-layout-milestones .b-sch-style-rounded.b-sch-event-wrap .b-sch-event.b-milestone.b-sch-event-resizing .b-sch-event-content,
.b-schedulerbase.b-sch-layout-milestones .b-sch-style-rounded.b-sch-event-wrap .b-sch-event.b-milestone.b-sch-event-selected .b-sch-event-content,
.b-schedulerbase.b-sch-layout-milestones .b-sch-style-rounded.b-sch-event-wrap .b-sch-event.b-milestone.b-sch-event-selected:hover .b-sch-event-content {
  background-image: none;
}
.b-sch-style-plain.b-sch-event-wrap .b-sch-event.b-sch-event-withicon.b-milestone .b-sch-event-content,
.b-sch-style-border.b-sch-event-wrap .b-sch-event.b-sch-event-withicon.b-milestone .b-sch-event-content,
.b-sch-style-hollow.b-sch-event-wrap .b-sch-event.b-sch-event-withicon.b-milestone .b-sch-event-content,
.b-sch-style-colored.b-sch-event-wrap .b-sch-event.b-sch-event-withicon.b-milestone .b-sch-event-content,
.b-sch-style-calendar.b-sch-event-wrap .b-sch-event.b-sch-event-withicon.b-milestone .b-sch-event-content,
.b-sch-style-interday.b-sch-event-wrap .b-sch-event.b-sch-event-withicon.b-milestone .b-sch-event-content,
.b-sch-style-line.b-sch-event-wrap .b-sch-event.b-sch-event-withicon.b-milestone .b-sch-event-content,
.b-sch-style-dashed.b-sch-event-wrap .b-sch-event.b-sch-event-withicon.b-milestone .b-sch-event-content,
.b-sch-style-minimal.b-sch-event-wrap .b-sch-event.b-sch-event-withicon.b-milestone .b-sch-event-content,
.b-sch-style-rounded.b-sch-event-wrap .b-sch-event.b-sch-event-withicon.b-milestone .b-sch-event-content {
  background: none !important;
}

.b-sch-style-interday .b-sch-event:not(.b-milestone),
.b-sch-style-plain .b-sch-event:not(.b-milestone) {
  background-color: #66BB6A;
  border-color: #66BB6A;
  color: #fff;
  font-weight: 300;
}
.b-sch-style-interday .b-sch-event:not(.b-milestone):hover, .b-sch-style-interday .b-sch-event:not(.b-milestone).b-sch-event-selected,
.b-sch-style-plain .b-sch-event:not(.b-milestone):hover,
.b-sch-style-plain .b-sch-event:not(.b-milestone).b-sch-event-selected {
  background-color: #25882a;
  background-image: none;
}
.b-sch-style-interday .b-sch-event:not(.b-milestone).b-sch-event-selected,
.b-sch-style-plain .b-sch-event:not(.b-milestone).b-sch-event-selected {
  font-weight: 500;
}
.b-sch-style-interday .b-sch-event:not(.b-milestone).b-sch-event-resizing, .b-sch-style-interday .b-sch-event:not(.b-milestone).b-sch-event-selected:hover,
.b-sch-style-plain .b-sch-event:not(.b-milestone).b-sch-event-resizing,
.b-sch-style-plain .b-sch-event:not(.b-milestone).b-sch-event-selected:hover {
  background-color: #1d8222;
  background-image: none;
}
.b-sch-style-interday .b-sch-event.b-milestone .b-sch-event-content,
.b-sch-style-plain .b-sch-event.b-milestone .b-sch-event-content {
  background-color: #777;
}

.b-sch-style-interday .b-sch-event {
  opacity: 0.8;
  border-radius: 3px;
}
.b-sch-style-interday .b-sch-event-content {
  font-weight: 400;
}

.b-sch-style-plain.b-sch-custom-color .b-sch-event:not(.b-milestone) {
  background-color: currentColor;
}
.b-sch-style-plain.b-sch-custom-color .b-sch-event:not(.b-milestone):hover, .b-sch-style-plain.b-sch-custom-color .b-sch-event:not(.b-milestone).b-sch-event-selected, .b-sch-style-plain.b-sch-custom-color .b-sch-event:not(.b-milestone).b-sch-event-selected:hover {
  background-color: currentColor;
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}
.b-sch-style-plain.b-sch-custom-color .b-sch-event:not(.b-milestone) .b-sch-event-content {
  color: #fff;
}
.b-sch-style-plain.b-sch-custom-color .b-sch-event.b-milestone .b-sch-event-content::before {
  background-color: currentColor;
}
.b-sch-style-plain.b-sch-custom-color .b-sch-event.b-milestone:hover .b-sch-event-content::before, .b-sch-style-plain.b-sch-custom-color .b-sch-event.b-milestone.b-sch-event-selected .b-sch-event-content::before, .b-sch-style-plain.b-sch-custom-color .b-sch-event.b-milestone.b-sch-event-selected:hover .b-sch-event-content::before {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}

.b-sch-layout-milestone-text-position-inside .b-sch-event-wrap.b-milestone-wrap .b-milestone {
  display: flex;
  justify-content: center;
  align-items: center;
}
.b-sch-layout-milestone-text-position-inside .b-sch-event-wrap.b-milestone-wrap .b-milestone label {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  color: inherit;
}

.b-sch-style-plain.b-sch-color-red .b-sch-event:not(.b-milestone) {
  background-color: #EF5350;
  border-color: #EF5350;
}
.b-sch-style-plain.b-sch-color-red .b-sch-event:not(.b-milestone):hover, .b-sch-style-plain.b-sch-color-red .b-sch-event:not(.b-milestone).b-sch-event-selected {
  background-color: #b40e0b;
}
.b-sch-style-plain.b-sch-color-red .b-sch-event:not(.b-milestone).b-sch-event-resizing, .b-sch-style-plain.b-sch-color-red .b-sch-event:not(.b-milestone).b-sch-event-selected:hover {
  background-color: #a70c09;
}
.b-sch-style-plain.b-sch-color-red .b-sch-event.b-milestone .b-sch-event-content {
  background-color: #EF5350;
  border-color: #EF5350;
}
.b-sch-style-plain.b-sch-color-red .b-sch-event.b-milestone:hover .b-sch-event-content, .b-sch-style-plain.b-sch-color-red .b-sch-event.b-milestone.b-sch-event-selected .b-sch-event-content {
  background-color: #b40e0b;
  background-image: none;
}
.b-sch-style-plain.b-sch-color-red .b-sch-event.b-milestone.b-sch-event-resizing .b-sch-event-content, .b-sch-style-plain.b-sch-color-red .b-sch-event.b-milestone.b-sch-event-selected:hover .b-sch-event-content {
  background-color: #a70c09;
  background-image: none;
}

.b-sch-layout-milestones .b-sch-style-plain.b-sch-color-red.b-milestone-wrap .b-sch-event.b-milestone {
  background: #EF5350;
}
.b-sch-layout-milestones .b-sch-style-plain.b-sch-color-red.b-milestone-wrap:hover .b-sch-event {
  background: #b40e0b;
}
.b-sch-layout-milestones .b-sch-style-plain.b-sch-color-red.b-milestone-wrap.b-sch-event-selected:hover .b-sch-event {
  background: #a70c09;
}

.b-sch-style-plain.b-sch-color-pink .b-sch-event:not(.b-milestone) {
  background-color: #EC407A;
  border-color: #EC407A;
}
.b-sch-style-plain.b-sch-color-pink .b-sch-event:not(.b-milestone):hover, .b-sch-style-plain.b-sch-color-pink .b-sch-event:not(.b-milestone).b-sch-event-selected {
  background-color: #a90b40;
}
.b-sch-style-plain.b-sch-color-pink .b-sch-event:not(.b-milestone).b-sch-event-resizing, .b-sch-style-plain.b-sch-color-pink .b-sch-event:not(.b-milestone).b-sch-event-selected:hover {
  background-color: #9c093b;
}
.b-sch-style-plain.b-sch-color-pink .b-sch-event.b-milestone .b-sch-event-content {
  background-color: #EC407A;
  border-color: #EC407A;
}
.b-sch-style-plain.b-sch-color-pink .b-sch-event.b-milestone:hover .b-sch-event-content, .b-sch-style-plain.b-sch-color-pink .b-sch-event.b-milestone.b-sch-event-selected .b-sch-event-content {
  background-color: #a90b40;
  background-image: none;
}
.b-sch-style-plain.b-sch-color-pink .b-sch-event.b-milestone.b-sch-event-resizing .b-sch-event-content, .b-sch-style-plain.b-sch-color-pink .b-sch-event.b-milestone.b-sch-event-selected:hover .b-sch-event-content {
  background-color: #9c093b;
  background-image: none;
}

.b-sch-layout-milestones .b-sch-style-plain.b-sch-color-pink.b-milestone-wrap .b-sch-event.b-milestone {
  background: #EC407A;
}
.b-sch-layout-milestones .b-sch-style-plain.b-sch-color-pink.b-milestone-wrap:hover .b-sch-event {
  background: #a90b40;
}
.b-sch-layout-milestones .b-sch-style-plain.b-sch-color-pink.b-milestone-wrap.b-sch-event-selected:hover .b-sch-event {
  background: #9c093b;
}

.b-sch-style-plain.b-sch-color-purple .b-sch-event:not(.b-milestone) {
  background-color: #AB47BC;
  border-color: #AB47BC;
}
.b-sch-style-plain.b-sch-color-purple .b-sch-event:not(.b-milestone):hover, .b-sch-style-plain.b-sch-color-purple .b-sch-event:not(.b-milestone).b-sch-event-selected {
  background-color: #701d7e;
}
.b-sch-style-plain.b-sch-color-purple .b-sch-event:not(.b-milestone).b-sch-event-resizing, .b-sch-style-plain.b-sch-color-purple .b-sch-event:not(.b-milestone).b-sch-event-selected:hover {
  background-color: #6a1778;
}
.b-sch-style-plain.b-sch-color-purple .b-sch-event.b-milestone .b-sch-event-content {
  background-color: #AB47BC;
  border-color: #AB47BC;
}
.b-sch-style-plain.b-sch-color-purple .b-sch-event.b-milestone:hover .b-sch-event-content, .b-sch-style-plain.b-sch-color-purple .b-sch-event.b-milestone.b-sch-event-selected .b-sch-event-content {
  background-color: #701d7e;
  background-image: none;
}
.b-sch-style-plain.b-sch-color-purple .b-sch-event.b-milestone.b-sch-event-resizing .b-sch-event-content, .b-sch-style-plain.b-sch-color-purple .b-sch-event.b-milestone.b-sch-event-selected:hover .b-sch-event-content {
  background-color: #6a1778;
  background-image: none;
}

.b-sch-layout-milestones .b-sch-style-plain.b-sch-color-purple.b-milestone-wrap .b-sch-event.b-milestone {
  background: #AB47BC;
}
.b-sch-layout-milestones .b-sch-style-plain.b-sch-color-purple.b-milestone-wrap:hover .b-sch-event {
  background: #701d7e;
}
.b-sch-layout-milestones .b-sch-style-plain.b-sch-color-purple.b-milestone-wrap.b-sch-event-selected:hover .b-sch-event {
  background: #6a1778;
}

.b-sch-style-plain.b-sch-color-violet .b-sch-event:not(.b-milestone) {
  background-color: #7E57C2;
  border-color: #7E57C2;
}
.b-sch-style-plain.b-sch-color-violet .b-sch-event:not(.b-milestone):hover, .b-sch-style-plain.b-sch-color-violet .b-sch-event:not(.b-milestone).b-sch-event-selected {
  background-color: #461f89;
}
.b-sch-style-plain.b-sch-color-violet .b-sch-event:not(.b-milestone).b-sch-event-resizing, .b-sch-style-plain.b-sch-color-violet .b-sch-event:not(.b-milestone).b-sch-event-selected:hover {
  background-color: #3f1982;
}
.b-sch-style-plain.b-sch-color-violet .b-sch-event.b-milestone .b-sch-event-content {
  background-color: #7E57C2;
  border-color: #7E57C2;
}
.b-sch-style-plain.b-sch-color-violet .b-sch-event.b-milestone:hover .b-sch-event-content, .b-sch-style-plain.b-sch-color-violet .b-sch-event.b-milestone.b-sch-event-selected .b-sch-event-content {
  background-color: #461f89;
  background-image: none;
}
.b-sch-style-plain.b-sch-color-violet .b-sch-event.b-milestone.b-sch-event-resizing .b-sch-event-content, .b-sch-style-plain.b-sch-color-violet .b-sch-event.b-milestone.b-sch-event-selected:hover .b-sch-event-content {
  background-color: #3f1982;
  background-image: none;
}

.b-sch-layout-milestones .b-sch-style-plain.b-sch-color-violet.b-milestone-wrap .b-sch-event.b-milestone {
  background: #7E57C2;
}
.b-sch-layout-milestones .b-sch-style-plain.b-sch-color-violet.b-milestone-wrap:hover .b-sch-event {
  background: #461f89;
}
.b-sch-layout-milestones .b-sch-style-plain.b-sch-color-violet.b-milestone-wrap.b-sch-event-selected:hover .b-sch-event {
  background: #3f1982;
}

.b-sch-style-plain.b-sch-color-indigo .b-sch-event:not(.b-milestone) {
  background-color: #5C6BC0;
  border-color: #5C6BC0;
}
.b-sch-style-plain.b-sch-color-indigo .b-sch-event:not(.b-milestone):hover, .b-sch-style-plain.b-sch-color-indigo .b-sch-event:not(.b-milestone).b-sch-event-selected {
  background-color: #213189;
}
.b-sch-style-plain.b-sch-color-indigo .b-sch-event:not(.b-milestone).b-sch-event-resizing, .b-sch-style-plain.b-sch-color-indigo .b-sch-event:not(.b-milestone).b-sch-event-selected:hover {
  background-color: #1a2a82;
}
.b-sch-style-plain.b-sch-color-indigo .b-sch-event.b-milestone .b-sch-event-content {
  background-color: #5C6BC0;
  border-color: #5C6BC0;
}
.b-sch-style-plain.b-sch-color-indigo .b-sch-event.b-milestone:hover .b-sch-event-content, .b-sch-style-plain.b-sch-color-indigo .b-sch-event.b-milestone.b-sch-event-selected .b-sch-event-content {
  background-color: #213189;
  background-image: none;
}
.b-sch-style-plain.b-sch-color-indigo .b-sch-event.b-milestone.b-sch-event-resizing .b-sch-event-content, .b-sch-style-plain.b-sch-color-indigo .b-sch-event.b-milestone.b-sch-event-selected:hover .b-sch-event-content {
  background-color: #1a2a82;
  background-image: none;
}

.b-sch-layout-milestones .b-sch-style-plain.b-sch-color-indigo.b-milestone-wrap .b-sch-event.b-milestone {
  background: #5C6BC0;
}
.b-sch-layout-milestones .b-sch-style-plain.b-sch-color-indigo.b-milestone-wrap:hover .b-sch-event {
  background: #213189;
}
.b-sch-layout-milestones .b-sch-style-plain.b-sch-color-indigo.b-milestone-wrap.b-sch-event-selected:hover .b-sch-event {
  background: #1a2a82;
}

.b-sch-style-plain.b-sch-color-blue .b-sch-event:not(.b-milestone) {
  background-color: #42A5F5;
  border-color: #42A5F5;
}
.b-sch-style-plain.b-sch-color-blue .b-sch-event:not(.b-milestone):hover, .b-sch-style-plain.b-sch-color-blue .b-sch-event:not(.b-milestone).b-sch-event-selected {
  background-color: #0767b4;
}
.b-sch-style-plain.b-sch-color-blue .b-sch-event:not(.b-milestone).b-sch-event-resizing, .b-sch-style-plain.b-sch-color-blue .b-sch-event:not(.b-milestone).b-sch-event-selected:hover {
  background-color: #055ea6;
}
.b-sch-style-plain.b-sch-color-blue .b-sch-event.b-milestone .b-sch-event-content {
  background-color: #42A5F5;
  border-color: #42A5F5;
}
.b-sch-style-plain.b-sch-color-blue .b-sch-event.b-milestone:hover .b-sch-event-content, .b-sch-style-plain.b-sch-color-blue .b-sch-event.b-milestone.b-sch-event-selected .b-sch-event-content {
  background-color: #0767b4;
  background-image: none;
}
.b-sch-style-plain.b-sch-color-blue .b-sch-event.b-milestone.b-sch-event-resizing .b-sch-event-content, .b-sch-style-plain.b-sch-color-blue .b-sch-event.b-milestone.b-sch-event-selected:hover .b-sch-event-content {
  background-color: #055ea6;
  background-image: none;
}

.b-sch-layout-milestones .b-sch-style-plain.b-sch-color-blue.b-milestone-wrap .b-sch-event.b-milestone {
  background: #42A5F5;
}
.b-sch-layout-milestones .b-sch-style-plain.b-sch-color-blue.b-milestone-wrap:hover .b-sch-event {
  background: #0767b4;
}
.b-sch-layout-milestones .b-sch-style-plain.b-sch-color-blue.b-milestone-wrap.b-sch-event-selected:hover .b-sch-event {
  background: #055ea6;
}

.b-sch-style-plain.b-sch-color-cyan .b-sch-event:not(.b-milestone) {
  background-color: #26C6DA;
  border-color: #26C6DA;
}
.b-sch-style-plain.b-sch-color-cyan .b-sch-event:not(.b-milestone):hover, .b-sch-style-plain.b-sch-color-cyan .b-sch-event:not(.b-milestone).b-sch-event-selected {
  background-color: #107c8a;
}
.b-sch-style-plain.b-sch-color-cyan .b-sch-event:not(.b-milestone).b-sch-event-resizing, .b-sch-style-plain.b-sch-color-cyan .b-sch-event:not(.b-milestone).b-sch-event-selected:hover {
  background-color: #0c7480;
}
.b-sch-style-plain.b-sch-color-cyan .b-sch-event.b-milestone .b-sch-event-content {
  background-color: #26C6DA;
  border-color: #26C6DA;
}
.b-sch-style-plain.b-sch-color-cyan .b-sch-event.b-milestone:hover .b-sch-event-content, .b-sch-style-plain.b-sch-color-cyan .b-sch-event.b-milestone.b-sch-event-selected .b-sch-event-content {
  background-color: #107c8a;
  background-image: none;
}
.b-sch-style-plain.b-sch-color-cyan .b-sch-event.b-milestone.b-sch-event-resizing .b-sch-event-content, .b-sch-style-plain.b-sch-color-cyan .b-sch-event.b-milestone.b-sch-event-selected:hover .b-sch-event-content {
  background-color: #0c7480;
  background-image: none;
}

.b-sch-layout-milestones .b-sch-style-plain.b-sch-color-cyan.b-milestone-wrap .b-sch-event.b-milestone {
  background: #26C6DA;
}
.b-sch-layout-milestones .b-sch-style-plain.b-sch-color-cyan.b-milestone-wrap:hover .b-sch-event {
  background: #107c8a;
}
.b-sch-layout-milestones .b-sch-style-plain.b-sch-color-cyan.b-milestone-wrap.b-sch-event-selected:hover .b-sch-event {
  background: #0c7480;
}

.b-sch-style-plain.b-sch-color-teal .b-sch-event:not(.b-milestone) {
  background-color: #26A69A;
  border-color: #26A69A;
}
.b-sch-style-plain.b-sch-color-teal .b-sch-event:not(.b-milestone):hover, .b-sch-style-plain.b-sch-color-teal .b-sch-event:not(.b-milestone).b-sch-event-selected {
  background-color: #106a62;
}
.b-sch-style-plain.b-sch-color-teal .b-sch-event:not(.b-milestone).b-sch-event-resizing, .b-sch-style-plain.b-sch-color-teal .b-sch-event:not(.b-milestone).b-sch-event-selected:hover {
  background-color: #0d645b;
}
.b-sch-style-plain.b-sch-color-teal .b-sch-event.b-milestone .b-sch-event-content {
  background-color: #26A69A;
  border-color: #26A69A;
}
.b-sch-style-plain.b-sch-color-teal .b-sch-event.b-milestone:hover .b-sch-event-content, .b-sch-style-plain.b-sch-color-teal .b-sch-event.b-milestone.b-sch-event-selected .b-sch-event-content {
  background-color: #106a62;
  background-image: none;
}
.b-sch-style-plain.b-sch-color-teal .b-sch-event.b-milestone.b-sch-event-resizing .b-sch-event-content, .b-sch-style-plain.b-sch-color-teal .b-sch-event.b-milestone.b-sch-event-selected:hover .b-sch-event-content {
  background-color: #0d645b;
  background-image: none;
}

.b-sch-layout-milestones .b-sch-style-plain.b-sch-color-teal.b-milestone-wrap .b-sch-event.b-milestone {
  background: #26A69A;
}
.b-sch-layout-milestones .b-sch-style-plain.b-sch-color-teal.b-milestone-wrap:hover .b-sch-event {
  background: #106a62;
}
.b-sch-layout-milestones .b-sch-style-plain.b-sch-color-teal.b-milestone-wrap.b-sch-event-selected:hover .b-sch-event {
  background: #0d645b;
}

.b-sch-style-plain.b-sch-color-green .b-sch-event:not(.b-milestone) {
  background-color: #66BB6A;
  border-color: #66BB6A;
}
.b-sch-style-plain.b-sch-color-green .b-sch-event:not(.b-milestone):hover, .b-sch-style-plain.b-sch-color-green .b-sch-event:not(.b-milestone).b-sch-event-selected {
  background-color: #25882a;
}
.b-sch-style-plain.b-sch-color-green .b-sch-event:not(.b-milestone).b-sch-event-resizing, .b-sch-style-plain.b-sch-color-green .b-sch-event:not(.b-milestone).b-sch-event-selected:hover {
  background-color: #1d8222;
}
.b-sch-style-plain.b-sch-color-green .b-sch-event.b-milestone .b-sch-event-content {
  background-color: #66BB6A;
  border-color: #66BB6A;
}
.b-sch-style-plain.b-sch-color-green .b-sch-event.b-milestone:hover .b-sch-event-content, .b-sch-style-plain.b-sch-color-green .b-sch-event.b-milestone.b-sch-event-selected .b-sch-event-content {
  background-color: #25882a;
  background-image: none;
}
.b-sch-style-plain.b-sch-color-green .b-sch-event.b-milestone.b-sch-event-resizing .b-sch-event-content, .b-sch-style-plain.b-sch-color-green .b-sch-event.b-milestone.b-sch-event-selected:hover .b-sch-event-content {
  background-color: #1d8222;
  background-image: none;
}

.b-sch-layout-milestones .b-sch-style-plain.b-sch-color-green.b-milestone-wrap .b-sch-event.b-milestone {
  background: #66BB6A;
}
.b-sch-layout-milestones .b-sch-style-plain.b-sch-color-green.b-milestone-wrap:hover .b-sch-event {
  background: #25882a;
}
.b-sch-layout-milestones .b-sch-style-plain.b-sch-color-green.b-milestone-wrap.b-sch-event-selected:hover .b-sch-event {
  background: #1d8222;
}

.b-sch-style-plain.b-sch-color-lime .b-sch-event:not(.b-milestone) {
  background-color: #D4E157;
  border-color: #D4E157;
}
.b-sch-style-plain.b-sch-color-lime .b-sch-event:not(.b-milestone):hover, .b-sch-style-plain.b-sch-color-lime .b-sch-event:not(.b-milestone).b-sch-event-selected {
  background-color: #99a714;
}
.b-sch-style-plain.b-sch-color-lime .b-sch-event:not(.b-milestone).b-sch-event-resizing, .b-sch-style-plain.b-sch-color-lime .b-sch-event:not(.b-milestone).b-sch-event-selected:hover {
  background-color: #8f9c10;
}
.b-sch-style-plain.b-sch-color-lime .b-sch-event.b-milestone .b-sch-event-content {
  background-color: #D4E157;
  border-color: #D4E157;
}
.b-sch-style-plain.b-sch-color-lime .b-sch-event.b-milestone:hover .b-sch-event-content, .b-sch-style-plain.b-sch-color-lime .b-sch-event.b-milestone.b-sch-event-selected .b-sch-event-content {
  background-color: #99a714;
  background-image: none;
}
.b-sch-style-plain.b-sch-color-lime .b-sch-event.b-milestone.b-sch-event-resizing .b-sch-event-content, .b-sch-style-plain.b-sch-color-lime .b-sch-event.b-milestone.b-sch-event-selected:hover .b-sch-event-content {
  background-color: #8f9c10;
  background-image: none;
}

.b-sch-layout-milestones .b-sch-style-plain.b-sch-color-lime.b-milestone-wrap .b-sch-event.b-milestone {
  background: #D4E157;
}
.b-sch-layout-milestones .b-sch-style-plain.b-sch-color-lime.b-milestone-wrap:hover .b-sch-event {
  background: #99a714;
}
.b-sch-layout-milestones .b-sch-style-plain.b-sch-color-lime.b-milestone-wrap.b-sch-event-selected:hover .b-sch-event {
  background: #8f9c10;
}

.b-sch-style-plain.b-sch-color-yellow .b-sch-event:not(.b-milestone) {
  background-color: #FDD835;
  border-color: #FDD835;
}
.b-sch-style-plain.b-sch-color-yellow .b-sch-event:not(.b-milestone):hover, .b-sch-style-plain.b-sch-color-yellow .b-sch-event:not(.b-milestone).b-sch-event-selected {
  background-color: #b69501;
}
.b-sch-style-plain.b-sch-color-yellow .b-sch-event:not(.b-milestone).b-sch-event-resizing, .b-sch-style-plain.b-sch-color-yellow .b-sch-event:not(.b-milestone).b-sch-event-selected:hover {
  background-color: #a78901;
}
.b-sch-style-plain.b-sch-color-yellow .b-sch-event.b-milestone .b-sch-event-content {
  background-color: #FDD835;
  border-color: #FDD835;
}
.b-sch-style-plain.b-sch-color-yellow .b-sch-event.b-milestone:hover .b-sch-event-content, .b-sch-style-plain.b-sch-color-yellow .b-sch-event.b-milestone.b-sch-event-selected .b-sch-event-content {
  background-color: #b69501;
  background-image: none;
}
.b-sch-style-plain.b-sch-color-yellow .b-sch-event.b-milestone.b-sch-event-resizing .b-sch-event-content, .b-sch-style-plain.b-sch-color-yellow .b-sch-event.b-milestone.b-sch-event-selected:hover .b-sch-event-content {
  background-color: #a78901;
  background-image: none;
}

.b-sch-layout-milestones .b-sch-style-plain.b-sch-color-yellow.b-milestone-wrap .b-sch-event.b-milestone {
  background: #FDD835;
}
.b-sch-layout-milestones .b-sch-style-plain.b-sch-color-yellow.b-milestone-wrap:hover .b-sch-event {
  background: #b69501;
}
.b-sch-layout-milestones .b-sch-style-plain.b-sch-color-yellow.b-milestone-wrap.b-sch-event-selected:hover .b-sch-event {
  background: #a78901;
}

.b-sch-style-plain.b-sch-color-orange .b-sch-event:not(.b-milestone) {
  background-color: #FFA726;
  border-color: #FFA726;
}
.b-sch-style-plain.b-sch-color-orange .b-sch-event:not(.b-milestone):hover, .b-sch-style-plain.b-sch-color-orange .b-sch-event:not(.b-milestone).b-sch-event-selected {
  background-color: #b06900;
}
.b-sch-style-plain.b-sch-color-orange .b-sch-event:not(.b-milestone).b-sch-event-resizing, .b-sch-style-plain.b-sch-color-orange .b-sch-event:not(.b-milestone).b-sch-event-selected:hover {
  background-color: #a16000;
}
.b-sch-style-plain.b-sch-color-orange .b-sch-event.b-milestone .b-sch-event-content {
  background-color: #FFA726;
  border-color: #FFA726;
}
.b-sch-style-plain.b-sch-color-orange .b-sch-event.b-milestone:hover .b-sch-event-content, .b-sch-style-plain.b-sch-color-orange .b-sch-event.b-milestone.b-sch-event-selected .b-sch-event-content {
  background-color: #b06900;
  background-image: none;
}
.b-sch-style-plain.b-sch-color-orange .b-sch-event.b-milestone.b-sch-event-resizing .b-sch-event-content, .b-sch-style-plain.b-sch-color-orange .b-sch-event.b-milestone.b-sch-event-selected:hover .b-sch-event-content {
  background-color: #a16000;
  background-image: none;
}

.b-sch-layout-milestones .b-sch-style-plain.b-sch-color-orange.b-milestone-wrap .b-sch-event.b-milestone {
  background: #FFA726;
}
.b-sch-layout-milestones .b-sch-style-plain.b-sch-color-orange.b-milestone-wrap:hover .b-sch-event {
  background: #b06900;
}
.b-sch-layout-milestones .b-sch-style-plain.b-sch-color-orange.b-milestone-wrap.b-sch-event-selected:hover .b-sch-event {
  background: #a16000;
}

.b-sch-style-plain.b-sch-color-deep-orange .b-sch-event:not(.b-milestone) {
  background-color: #ff7043;
  border-color: #ff7043;
}
.b-sch-style-plain.b-sch-color-deep-orange .b-sch-event:not(.b-milestone):hover, .b-sch-style-plain.b-sch-color-deep-orange .b-sch-event:not(.b-milestone).b-sch-event-selected {
  background-color: #c12e00;
}
.b-sch-style-plain.b-sch-color-deep-orange .b-sch-event:not(.b-milestone).b-sch-event-resizing, .b-sch-style-plain.b-sch-color-deep-orange .b-sch-event:not(.b-milestone).b-sch-event-selected:hover {
  background-color: #b12a00;
}
.b-sch-style-plain.b-sch-color-deep-orange .b-sch-event.b-milestone .b-sch-event-content {
  background-color: #ff7043;
  border-color: #ff7043;
}
.b-sch-style-plain.b-sch-color-deep-orange .b-sch-event.b-milestone:hover .b-sch-event-content, .b-sch-style-plain.b-sch-color-deep-orange .b-sch-event.b-milestone.b-sch-event-selected .b-sch-event-content {
  background-color: #c12e00;
  background-image: none;
}
.b-sch-style-plain.b-sch-color-deep-orange .b-sch-event.b-milestone.b-sch-event-resizing .b-sch-event-content, .b-sch-style-plain.b-sch-color-deep-orange .b-sch-event.b-milestone.b-sch-event-selected:hover .b-sch-event-content {
  background-color: #b12a00;
  background-image: none;
}

.b-sch-layout-milestones .b-sch-style-plain.b-sch-color-deep-orange.b-milestone-wrap .b-sch-event.b-milestone {
  background: #ff7043;
}
.b-sch-layout-milestones .b-sch-style-plain.b-sch-color-deep-orange.b-milestone-wrap:hover .b-sch-event {
  background: #c12e00;
}
.b-sch-layout-milestones .b-sch-style-plain.b-sch-color-deep-orange.b-milestone-wrap.b-sch-event-selected:hover .b-sch-event {
  background: #b12a00;
}

.b-sch-style-plain.b-sch-color-gray .b-sch-event:not(.b-milestone) {
  background-color: #a0a0a0;
  border-color: #a0a0a0;
}
.b-sch-style-plain.b-sch-color-gray .b-sch-event:not(.b-milestone):hover, .b-sch-style-plain.b-sch-color-gray .b-sch-event:not(.b-milestone).b-sch-event-selected {
  background-color: #606060;
}
.b-sch-style-plain.b-sch-color-gray .b-sch-event:not(.b-milestone).b-sch-event-resizing, .b-sch-style-plain.b-sch-color-gray .b-sch-event:not(.b-milestone).b-sch-event-selected:hover {
  background-color: #614f4f;
}
.b-sch-style-plain.b-sch-color-gray .b-sch-event.b-milestone .b-sch-event-content {
  background-color: #a0a0a0;
  border-color: #a0a0a0;
}
.b-sch-style-plain.b-sch-color-gray .b-sch-event.b-milestone:hover .b-sch-event-content, .b-sch-style-plain.b-sch-color-gray .b-sch-event.b-milestone.b-sch-event-selected .b-sch-event-content {
  background-color: #606060;
  background-image: none;
}
.b-sch-style-plain.b-sch-color-gray .b-sch-event.b-milestone.b-sch-event-resizing .b-sch-event-content, .b-sch-style-plain.b-sch-color-gray .b-sch-event.b-milestone.b-sch-event-selected:hover .b-sch-event-content {
  background-color: #614f4f;
  background-image: none;
}

.b-sch-layout-milestones .b-sch-style-plain.b-sch-color-gray.b-milestone-wrap .b-sch-event.b-milestone {
  background: #a0a0a0;
}
.b-sch-layout-milestones .b-sch-style-plain.b-sch-color-gray.b-milestone-wrap:hover .b-sch-event {
  background: #606060;
}
.b-sch-layout-milestones .b-sch-style-plain.b-sch-color-gray.b-milestone-wrap.b-sch-event-selected:hover .b-sch-event {
  background: #614f4f;
}

.b-sch-style-plain.b-sch-color-gantt-green .b-sch-event:not(.b-milestone) {
  background-color: #a5d8a7;
  border-color: #a5d8a7;
}
.b-sch-style-plain.b-sch-color-gantt-green .b-sch-event:not(.b-milestone):hover, .b-sch-style-plain.b-sch-color-gantt-green .b-sch-event:not(.b-milestone).b-sch-event-selected {
  background-color: #459f49;
}
.b-sch-style-plain.b-sch-color-gantt-green .b-sch-event:not(.b-milestone).b-sch-event-resizing, .b-sch-style-plain.b-sch-color-gantt-green .b-sch-event:not(.b-milestone).b-sch-event-selected:hover {
  background-color: #39993d;
}
.b-sch-style-plain.b-sch-color-gantt-green .b-sch-event.b-milestone .b-sch-event-content {
  background-color: #a5d8a7;
  border-color: #a5d8a7;
}
.b-sch-style-plain.b-sch-color-gantt-green .b-sch-event.b-milestone:hover .b-sch-event-content, .b-sch-style-plain.b-sch-color-gantt-green .b-sch-event.b-milestone.b-sch-event-selected .b-sch-event-content {
  background-color: #459f49;
  background-image: none;
}
.b-sch-style-plain.b-sch-color-gantt-green .b-sch-event.b-milestone.b-sch-event-resizing .b-sch-event-content, .b-sch-style-plain.b-sch-color-gantt-green .b-sch-event.b-milestone.b-sch-event-selected:hover .b-sch-event-content {
  background-color: #39993d;
  background-image: none;
}

.b-sch-layout-milestones .b-sch-style-plain.b-sch-color-gantt-green.b-milestone-wrap .b-sch-event.b-milestone {
  background: #a5d8a7;
}
.b-sch-layout-milestones .b-sch-style-plain.b-sch-color-gantt-green.b-milestone-wrap:hover .b-sch-event {
  background: #459f49;
}
.b-sch-layout-milestones .b-sch-style-plain.b-sch-color-gantt-green.b-milestone-wrap.b-sch-event-selected:hover .b-sch-event {
  background: #39993d;
}

.b-sch-event-wrap.b-sch-style-border .b-sch-event {
  background-color: #66BB6A;
  border-color: #3e8c42;
  border-style: solid;
  border-width: 0;
  font-weight: 400;
  opacity: 0.8;
  border-radius: 3px;
}
.b-sch-event-wrap.b-sch-style-border .b-sch-event:not(.b-milestone) {
  color: #fff;
  font-size: 12px;
  border-width: 1px;
}
.b-sch-event-wrap.b-sch-style-border .b-sch-event:not(.b-milestone).b-sch-event-startsoutside {
  border-left: none;
}
.b-sch-event-wrap.b-sch-style-border .b-sch-event:not(.b-milestone):hover, .b-sch-event-wrap.b-sch-style-border .b-sch-event:not(.b-milestone).b-sch-event-resizing {
  background-color: #3e8c42;
  opacity: 1;
}
.b-sch-event-wrap.b-sch-style-border .b-sch-event:not(.b-milestone).b-sch-event-selected {
  font-weight: 600;
}
.b-sch-event-wrap.b-sch-style-border .b-sch-event:not(.b-milestone).b-sch-event-selected:hover {
  background-color: #3a823d;
}
.b-sch-event-wrap.b-sch-style-border .b-sch-event.b-milestone {
  background: none;
}
.b-sch-event-wrap.b-sch-style-border .b-sch-event.b-milestone .b-sch-event-content::before {
  border-width: 1px;
  border-radius: 3px;
  opacity: 0.8;
}
.b-sch-event-wrap.b-sch-style-border .b-sch-event.b-milestone:hover, .b-sch-event-wrap.b-sch-style-border .b-sch-event.b-milestone.b-sch-event-selected {
  opacity: 1;
}
.b-sch-event-wrap.b-sch-style-border .b-sch-event.b-milestone:hover .b-sch-event-content::before, .b-sch-event-wrap.b-sch-style-border .b-sch-event.b-milestone.b-sch-event-selected .b-sch-event-content::before {
  opacity: 1;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-border .b-sch-event.b-milestone {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-radius: 0;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-border .b-sch-event.b-milestone .b-sch-event-content {
  font-weight: 400;
  font-size: 12px;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-border .b-sch-event.b-milestone::before, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-border .b-sch-event.b-milestone::after {
  border-width: 0;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-border .b-sch-event.b-milestone::before {
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-bottom-left-radius: 3px;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-border .b-sch-event.b-milestone::after {
  border-right-width: 1px;
  border-bottom-width: 1px;
  top: -1px;
  border-bottom-right-radius: 3px;
}

.b-sch-style-border.b-sch-custom-color .b-sch-event:not(.b-milestone) {
  background-color: currentColor;
  background-image: linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2));
  border-color: currentColor;
}
.b-sch-style-border.b-sch-custom-color .b-sch-event:not(.b-milestone) .b-sch-event-content {
  color: #fff;
}
.b-sch-style-border.b-sch-custom-color .b-sch-event:not(.b-milestone):hover, .b-sch-style-border.b-sch-custom-color .b-sch-event:not(.b-milestone).b-sch-event-resizing, .b-sch-style-border.b-sch-custom-color .b-sch-event:not(.b-milestone).b-sch-event-selected, .b-sch-style-border.b-sch-custom-color .b-sch-event:not(.b-milestone).b-sch-event-selected:hover {
  background-color: currentColor;
  background-image: none;
  border-color: currentColor;
}
.b-sch-style-border.b-sch-custom-color .b-sch-event.b-milestone .b-sch-event-content::before {
  background-color: currentColor;
  background-image: linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2));
  border-color: currentColor;
}

.b-sch-style-border.b-sch-color-red .b-sch-event {
  border-color: #cd1613;
}

.b-sch-style-border:not(.b-milestone-wrap).b-sch-color-red .b-sch-event {
  background-color: #EF5350;
}
.b-sch-style-border:not(.b-milestone-wrap).b-sch-color-red .b-sch-event:hover, .b-sch-style-border:not(.b-milestone-wrap).b-sch-color-red .b-sch-event.b-sch-event-selected {
  background-color: #cd1613;
}
.b-sch-style-border:not(.b-milestone-wrap).b-sch-color-red .b-sch-event.b-sch-event-resizing, .b-sch-style-border:not(.b-milestone-wrap).b-sch-color-red .b-sch-event.b-sch-event-selected:hover {
  background-color: #be1511;
}

.b-sch-style-border.b-milestone-wrap.b-sch-color-red .b-sch-event:not(.b-sch-event-withicon) .b-sch-event-content {
  background-color: #EF5350;
}
.b-sch-style-border.b-milestone-wrap.b-sch-color-red .b-sch-event:not(.b-sch-event-withicon):hover .b-sch-event-content, .b-sch-style-border.b-milestone-wrap.b-sch-color-red .b-sch-event:not(.b-sch-event-withicon).b-sch-event-selected .b-sch-event-content {
  background-color: #cd1613;
}
.b-sch-style-border.b-milestone-wrap.b-sch-color-red .b-sch-event:not(.b-sch-event-withicon).b-sch-event-selected:hover .b-sch-event-content {
  background-color: #be1511;
}

.b-schedulerbase.b-sch-layout-milestones .b-sch-style-border.b-sch-color-red.b-milestone-wrap .b-sch-event.b-milestone {
  background: #EF5350;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-style-border.b-sch-color-red.b-milestone-wrap:hover .b-sch-event, .b-schedulerbase.b-sch-layout-milestones .b-sch-style-border.b-sch-color-red.b-milestone-wrap.b-sch-event-selected .b-sch-event {
  background: #cd1613;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-style-border.b-sch-color-red.b-milestone-wrap.b-sch-event-selected:hover .b-sch-event {
  background: #be1511;
}

.b-sch-style-border.b-sch-color-pink .b-sch-event {
  border-color: #bf134d;
}

.b-sch-style-border:not(.b-milestone-wrap).b-sch-color-pink .b-sch-event {
  background-color: #EC407A;
}
.b-sch-style-border:not(.b-milestone-wrap).b-sch-color-pink .b-sch-event:hover, .b-sch-style-border:not(.b-milestone-wrap).b-sch-color-pink .b-sch-event.b-sch-event-selected {
  background-color: #bf134d;
}
.b-sch-style-border:not(.b-milestone-wrap).b-sch-color-pink .b-sch-event.b-sch-event-resizing, .b-sch-style-border:not(.b-milestone-wrap).b-sch-color-pink .b-sch-event.b-sch-event-selected:hover {
  background-color: #b11248;
}

.b-sch-style-border.b-milestone-wrap.b-sch-color-pink .b-sch-event:not(.b-sch-event-withicon) .b-sch-event-content {
  background-color: #EC407A;
}
.b-sch-style-border.b-milestone-wrap.b-sch-color-pink .b-sch-event:not(.b-sch-event-withicon):hover .b-sch-event-content, .b-sch-style-border.b-milestone-wrap.b-sch-color-pink .b-sch-event:not(.b-sch-event-withicon).b-sch-event-selected .b-sch-event-content {
  background-color: #bf134d;
}
.b-sch-style-border.b-milestone-wrap.b-sch-color-pink .b-sch-event:not(.b-sch-event-withicon).b-sch-event-selected:hover .b-sch-event-content {
  background-color: #b11248;
}

.b-schedulerbase.b-sch-layout-milestones .b-sch-style-border.b-sch-color-pink.b-milestone-wrap .b-sch-event.b-milestone {
  background: #EC407A;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-style-border.b-sch-color-pink.b-milestone-wrap:hover .b-sch-event, .b-schedulerbase.b-sch-layout-milestones .b-sch-style-border.b-sch-color-pink.b-milestone-wrap.b-sch-event-selected .b-sch-event {
  background: #bf134d;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-style-border.b-sch-color-pink.b-milestone-wrap.b-sch-event-selected:hover .b-sch-event {
  background: #b11248;
}

.b-sch-style-border.b-sch-color-purple .b-sch-event {
  border-color: #793085;
}

.b-sch-style-border:not(.b-milestone-wrap).b-sch-color-purple .b-sch-event {
  background-color: #AB47BC;
}
.b-sch-style-border:not(.b-milestone-wrap).b-sch-color-purple .b-sch-event:hover, .b-sch-style-border:not(.b-milestone-wrap).b-sch-color-purple .b-sch-event.b-sch-event-selected {
  background-color: #793085;
}
.b-sch-style-border:not(.b-milestone-wrap).b-sch-color-purple .b-sch-event.b-sch-event-resizing, .b-sch-style-border:not(.b-milestone-wrap).b-sch-color-purple .b-sch-event.b-sch-event-selected:hover {
  background-color: #702d7b;
}

.b-sch-style-border.b-milestone-wrap.b-sch-color-purple .b-sch-event:not(.b-sch-event-withicon) .b-sch-event-content {
  background-color: #AB47BC;
}
.b-sch-style-border.b-milestone-wrap.b-sch-color-purple .b-sch-event:not(.b-sch-event-withicon):hover .b-sch-event-content, .b-sch-style-border.b-milestone-wrap.b-sch-color-purple .b-sch-event:not(.b-sch-event-withicon).b-sch-event-selected .b-sch-event-content {
  background-color: #793085;
}
.b-sch-style-border.b-milestone-wrap.b-sch-color-purple .b-sch-event:not(.b-sch-event-withicon).b-sch-event-selected:hover .b-sch-event-content {
  background-color: #702d7b;
}

.b-schedulerbase.b-sch-layout-milestones .b-sch-style-border.b-sch-color-purple.b-milestone-wrap .b-sch-event.b-milestone {
  background: #AB47BC;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-style-border.b-sch-color-purple.b-milestone-wrap:hover .b-sch-event, .b-schedulerbase.b-sch-layout-milestones .b-sch-style-border.b-sch-color-purple.b-milestone-wrap.b-sch-event-selected .b-sch-event {
  background: #793085;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-style-border.b-sch-color-purple.b-milestone-wrap.b-sch-event-selected:hover .b-sch-event {
  background: #702d7b;
}

.b-sch-style-border.b-sch-color-violet .b-sch-event {
  border-color: #563490;
}

.b-sch-style-border:not(.b-milestone-wrap).b-sch-color-violet .b-sch-event {
  background-color: #7E57C2;
}
.b-sch-style-border:not(.b-milestone-wrap).b-sch-color-violet .b-sch-event:hover, .b-sch-style-border:not(.b-milestone-wrap).b-sch-color-violet .b-sch-event.b-sch-event-selected {
  background-color: #563490;
}
.b-sch-style-border:not(.b-milestone-wrap).b-sch-color-violet .b-sch-event.b-sch-event-resizing, .b-sch-style-border:not(.b-milestone-wrap).b-sch-color-violet .b-sch-event.b-sch-event-selected:hover {
  background-color: #503186;
}

.b-sch-style-border.b-milestone-wrap.b-sch-color-violet .b-sch-event:not(.b-sch-event-withicon) .b-sch-event-content {
  background-color: #7E57C2;
}
.b-sch-style-border.b-milestone-wrap.b-sch-color-violet .b-sch-event:not(.b-sch-event-withicon):hover .b-sch-event-content, .b-sch-style-border.b-milestone-wrap.b-sch-color-violet .b-sch-event:not(.b-sch-event-withicon).b-sch-event-selected .b-sch-event-content {
  background-color: #563490;
}
.b-sch-style-border.b-milestone-wrap.b-sch-color-violet .b-sch-event:not(.b-sch-event-withicon).b-sch-event-selected:hover .b-sch-event-content {
  background-color: #503186;
}

.b-schedulerbase.b-sch-layout-milestones .b-sch-style-border.b-sch-color-violet.b-milestone-wrap .b-sch-event.b-milestone {
  background: #7E57C2;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-style-border.b-sch-color-violet.b-milestone-wrap:hover .b-sch-event, .b-schedulerbase.b-sch-layout-milestones .b-sch-style-border.b-sch-color-violet.b-milestone-wrap.b-sch-event-selected .b-sch-event {
  background: #563490;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-style-border.b-sch-color-violet.b-milestone-wrap.b-sch-event-selected:hover .b-sch-event {
  background: #503186;
}

.b-sch-style-border.b-sch-color-indigo .b-sch-event {
  border-color: #37458f;
}

.b-sch-style-border:not(.b-milestone-wrap).b-sch-color-indigo .b-sch-event {
  background-color: #5C6BC0;
}
.b-sch-style-border:not(.b-milestone-wrap).b-sch-color-indigo .b-sch-event:hover, .b-sch-style-border:not(.b-milestone-wrap).b-sch-color-indigo .b-sch-event.b-sch-event-selected {
  background-color: #37458f;
}
.b-sch-style-border:not(.b-milestone-wrap).b-sch-color-indigo .b-sch-event.b-sch-event-resizing, .b-sch-style-border:not(.b-milestone-wrap).b-sch-color-indigo .b-sch-event.b-sch-event-selected:hover {
  background-color: #334085;
}

.b-sch-style-border.b-milestone-wrap.b-sch-color-indigo .b-sch-event:not(.b-sch-event-withicon) .b-sch-event-content {
  background-color: #5C6BC0;
}
.b-sch-style-border.b-milestone-wrap.b-sch-color-indigo .b-sch-event:not(.b-sch-event-withicon):hover .b-sch-event-content, .b-sch-style-border.b-milestone-wrap.b-sch-color-indigo .b-sch-event:not(.b-sch-event-withicon).b-sch-event-selected .b-sch-event-content {
  background-color: #37458f;
}
.b-sch-style-border.b-milestone-wrap.b-sch-color-indigo .b-sch-event:not(.b-sch-event-withicon).b-sch-event-selected:hover .b-sch-event-content {
  background-color: #334085;
}

.b-schedulerbase.b-sch-layout-milestones .b-sch-style-border.b-sch-color-indigo.b-milestone-wrap .b-sch-event.b-milestone {
  background: #5C6BC0;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-style-border.b-sch-color-indigo.b-milestone-wrap:hover .b-sch-event, .b-schedulerbase.b-sch-layout-milestones .b-sch-style-border.b-sch-color-indigo.b-milestone-wrap.b-sch-event-selected .b-sch-event {
  background: #37458f;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-style-border.b-sch-color-indigo.b-milestone-wrap.b-sch-event-selected:hover .b-sch-event {
  background: #334085;
}

.b-sch-style-border.b-sch-color-blue .b-sch-event {
  border-color: #0b77cf;
}

.b-sch-style-border:not(.b-milestone-wrap).b-sch-color-blue .b-sch-event {
  background-color: #42A5F5;
}
.b-sch-style-border:not(.b-milestone-wrap).b-sch-color-blue .b-sch-event:hover, .b-sch-style-border:not(.b-milestone-wrap).b-sch-color-blue .b-sch-event.b-sch-event-selected {
  background-color: #0b77cf;
}
.b-sch-style-border:not(.b-milestone-wrap).b-sch-color-blue .b-sch-event.b-sch-event-resizing, .b-sch-style-border:not(.b-milestone-wrap).b-sch-color-blue .b-sch-event.b-sch-event-selected:hover {
  background-color: #0a6fc0;
}

.b-sch-style-border.b-milestone-wrap.b-sch-color-blue .b-sch-event:not(.b-sch-event-withicon) .b-sch-event-content {
  background-color: #42A5F5;
}
.b-sch-style-border.b-milestone-wrap.b-sch-color-blue .b-sch-event:not(.b-sch-event-withicon):hover .b-sch-event-content, .b-sch-style-border.b-milestone-wrap.b-sch-color-blue .b-sch-event:not(.b-sch-event-withicon).b-sch-event-selected .b-sch-event-content {
  background-color: #0b77cf;
}
.b-sch-style-border.b-milestone-wrap.b-sch-color-blue .b-sch-event:not(.b-sch-event-withicon).b-sch-event-selected:hover .b-sch-event-content {
  background-color: #0a6fc0;
}

.b-schedulerbase.b-sch-layout-milestones .b-sch-style-border.b-sch-color-blue.b-milestone-wrap .b-sch-event.b-milestone {
  background: #42A5F5;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-style-border.b-sch-color-blue.b-milestone-wrap:hover .b-sch-event, .b-schedulerbase.b-sch-layout-milestones .b-sch-style-border.b-sch-color-blue.b-milestone-wrap.b-sch-event-selected .b-sch-event {
  background: #0b77cf;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-style-border.b-sch-color-blue.b-milestone-wrap.b-sch-event-selected:hover .b-sch-event {
  background: #0a6fc0;
}

.b-sch-style-border.b-sch-color-cyan .b-sch-event {
  border-color: #1a8b99;
}

.b-sch-style-border:not(.b-milestone-wrap).b-sch-color-cyan .b-sch-event {
  background-color: #26C6DA;
}
.b-sch-style-border:not(.b-milestone-wrap).b-sch-color-cyan .b-sch-event:hover, .b-sch-style-border:not(.b-milestone-wrap).b-sch-color-cyan .b-sch-event.b-sch-event-selected {
  background-color: #1a8b99;
}
.b-sch-style-border:not(.b-milestone-wrap).b-sch-color-cyan .b-sch-event.b-sch-event-resizing, .b-sch-style-border:not(.b-milestone-wrap).b-sch-color-cyan .b-sch-event.b-sch-event-selected:hover {
  background-color: #18818e;
}

.b-sch-style-border.b-milestone-wrap.b-sch-color-cyan .b-sch-event:not(.b-sch-event-withicon) .b-sch-event-content {
  background-color: #26C6DA;
}
.b-sch-style-border.b-milestone-wrap.b-sch-color-cyan .b-sch-event:not(.b-sch-event-withicon):hover .b-sch-event-content, .b-sch-style-border.b-milestone-wrap.b-sch-color-cyan .b-sch-event:not(.b-sch-event-withicon).b-sch-event-selected .b-sch-event-content {
  background-color: #1a8b99;
}
.b-sch-style-border.b-milestone-wrap.b-sch-color-cyan .b-sch-event:not(.b-sch-event-withicon).b-sch-event-selected:hover .b-sch-event-content {
  background-color: #18818e;
}

.b-schedulerbase.b-sch-layout-milestones .b-sch-style-border.b-sch-color-cyan.b-milestone-wrap .b-sch-event.b-milestone {
  background: #26C6DA;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-style-border.b-sch-color-cyan.b-milestone-wrap:hover .b-sch-event, .b-schedulerbase.b-sch-layout-milestones .b-sch-style-border.b-sch-color-cyan.b-milestone-wrap.b-sch-event-selected .b-sch-event {
  background: #1a8b99;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-style-border.b-sch-color-cyan.b-milestone-wrap.b-sch-event-selected:hover .b-sch-event {
  background: #18818e;
}

.b-sch-style-border.b-sch-color-teal .b-sch-event {
  border-color: #1b746c;
}

.b-sch-style-border:not(.b-milestone-wrap).b-sch-color-teal .b-sch-event {
  background-color: #26A69A;
}
.b-sch-style-border:not(.b-milestone-wrap).b-sch-color-teal .b-sch-event:hover, .b-sch-style-border:not(.b-milestone-wrap).b-sch-color-teal .b-sch-event.b-sch-event-selected {
  background-color: #1b746c;
}
.b-sch-style-border:not(.b-milestone-wrap).b-sch-color-teal .b-sch-event.b-sch-event-resizing, .b-sch-style-border:not(.b-milestone-wrap).b-sch-color-teal .b-sch-event.b-sch-event-selected:hover {
  background-color: #196c64;
}

.b-sch-style-border.b-milestone-wrap.b-sch-color-teal .b-sch-event:not(.b-sch-event-withicon) .b-sch-event-content {
  background-color: #26A69A;
}
.b-sch-style-border.b-milestone-wrap.b-sch-color-teal .b-sch-event:not(.b-sch-event-withicon):hover .b-sch-event-content, .b-sch-style-border.b-milestone-wrap.b-sch-color-teal .b-sch-event:not(.b-sch-event-withicon).b-sch-event-selected .b-sch-event-content {
  background-color: #1b746c;
}
.b-sch-style-border.b-milestone-wrap.b-sch-color-teal .b-sch-event:not(.b-sch-event-withicon).b-sch-event-selected:hover .b-sch-event-content {
  background-color: #196c64;
}

.b-schedulerbase.b-sch-layout-milestones .b-sch-style-border.b-sch-color-teal.b-milestone-wrap .b-sch-event.b-milestone {
  background: #26A69A;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-style-border.b-sch-color-teal.b-milestone-wrap:hover .b-sch-event, .b-schedulerbase.b-sch-layout-milestones .b-sch-style-border.b-sch-color-teal.b-milestone-wrap.b-sch-event-selected .b-sch-event {
  background: #1b746c;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-style-border.b-sch-color-teal.b-milestone-wrap.b-sch-event-selected:hover .b-sch-event {
  background: #196c64;
}

.b-sch-style-border.b-sch-color-green .b-sch-event {
  border-color: #3e8c42;
}

.b-sch-style-border:not(.b-milestone-wrap).b-sch-color-green .b-sch-event {
  background-color: #66BB6A;
}
.b-sch-style-border:not(.b-milestone-wrap).b-sch-color-green .b-sch-event:hover, .b-sch-style-border:not(.b-milestone-wrap).b-sch-color-green .b-sch-event.b-sch-event-selected {
  background-color: #3e8c42;
}
.b-sch-style-border:not(.b-milestone-wrap).b-sch-color-green .b-sch-event.b-sch-event-resizing, .b-sch-style-border:not(.b-milestone-wrap).b-sch-color-green .b-sch-event.b-sch-event-selected:hover {
  background-color: #3a823d;
}

.b-sch-style-border.b-milestone-wrap.b-sch-color-green .b-sch-event:not(.b-sch-event-withicon) .b-sch-event-content {
  background-color: #66BB6A;
}
.b-sch-style-border.b-milestone-wrap.b-sch-color-green .b-sch-event:not(.b-sch-event-withicon):hover .b-sch-event-content, .b-sch-style-border.b-milestone-wrap.b-sch-color-green .b-sch-event:not(.b-sch-event-withicon).b-sch-event-selected .b-sch-event-content {
  background-color: #3e8c42;
}
.b-sch-style-border.b-milestone-wrap.b-sch-color-green .b-sch-event:not(.b-sch-event-withicon).b-sch-event-selected:hover .b-sch-event-content {
  background-color: #3a823d;
}

.b-schedulerbase.b-sch-layout-milestones .b-sch-style-border.b-sch-color-green.b-milestone-wrap .b-sch-event.b-milestone {
  background: #66BB6A;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-style-border.b-sch-color-green.b-milestone-wrap:hover .b-sch-event, .b-schedulerbase.b-sch-layout-milestones .b-sch-style-border.b-sch-color-green.b-milestone-wrap.b-sch-event-selected .b-sch-event {
  background: #3e8c42;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-style-border.b-sch-color-green.b-milestone-wrap.b-sch-event-selected:hover .b-sch-event {
  background: #3a823d;
}

.b-sch-style-border.b-sch-color-lime .b-sch-event {
  border-color: #abb921;
}

.b-sch-style-border:not(.b-milestone-wrap).b-sch-color-lime .b-sch-event {
  background-color: #D4E157;
}
.b-sch-style-border:not(.b-milestone-wrap).b-sch-color-lime .b-sch-event:hover, .b-sch-style-border:not(.b-milestone-wrap).b-sch-color-lime .b-sch-event.b-sch-event-selected {
  background-color: #abb921;
}
.b-sch-style-border:not(.b-milestone-wrap).b-sch-color-lime .b-sch-event.b-sch-event-resizing, .b-sch-style-border:not(.b-milestone-wrap).b-sch-color-lime .b-sch-event.b-sch-event-selected:hover {
  background-color: #9fac1f;
}

.b-sch-style-border.b-milestone-wrap.b-sch-color-lime .b-sch-event:not(.b-sch-event-withicon) .b-sch-event-content {
  background-color: #D4E157;
}
.b-sch-style-border.b-milestone-wrap.b-sch-color-lime .b-sch-event:not(.b-sch-event-withicon):hover .b-sch-event-content, .b-sch-style-border.b-milestone-wrap.b-sch-color-lime .b-sch-event:not(.b-sch-event-withicon).b-sch-event-selected .b-sch-event-content {
  background-color: #abb921;
}
.b-sch-style-border.b-milestone-wrap.b-sch-color-lime .b-sch-event:not(.b-sch-event-withicon).b-sch-event-selected:hover .b-sch-event-content {
  background-color: #9fac1f;
}

.b-schedulerbase.b-sch-layout-milestones .b-sch-style-border.b-sch-color-lime.b-milestone-wrap .b-sch-event.b-milestone {
  background: #D4E157;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-style-border.b-sch-color-lime.b-milestone-wrap:hover .b-sch-event, .b-schedulerbase.b-sch-layout-milestones .b-sch-style-border.b-sch-color-lime.b-milestone-wrap.b-sch-event-selected .b-sch-event {
  background: #abb921;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-style-border.b-sch-color-lime.b-milestone-wrap.b-sch-event-selected:hover .b-sch-event {
  background: #9fac1f;
}

.b-sch-style-border.b-sch-color-yellow .b-sch-event {
  border-color: #d4ad02;
}

.b-sch-style-border:not(.b-milestone-wrap).b-sch-color-yellow .b-sch-event {
  background-color: #FDD835;
}
.b-sch-style-border:not(.b-milestone-wrap).b-sch-color-yellow .b-sch-event:hover, .b-sch-style-border:not(.b-milestone-wrap).b-sch-color-yellow .b-sch-event.b-sch-event-selected {
  background-color: #d4ad02;
}
.b-sch-style-border:not(.b-milestone-wrap).b-sch-color-yellow .b-sch-event.b-sch-event-resizing, .b-sch-style-border:not(.b-milestone-wrap).b-sch-color-yellow .b-sch-event.b-sch-event-selected:hover {
  background-color: #c5a102;
}

.b-sch-style-border.b-milestone-wrap.b-sch-color-yellow .b-sch-event:not(.b-sch-event-withicon) .b-sch-event-content {
  background-color: #FDD835;
}
.b-sch-style-border.b-milestone-wrap.b-sch-color-yellow .b-sch-event:not(.b-sch-event-withicon):hover .b-sch-event-content, .b-sch-style-border.b-milestone-wrap.b-sch-color-yellow .b-sch-event:not(.b-sch-event-withicon).b-sch-event-selected .b-sch-event-content {
  background-color: #d4ad02;
}
.b-sch-style-border.b-milestone-wrap.b-sch-color-yellow .b-sch-event:not(.b-sch-event-withicon).b-sch-event-selected:hover .b-sch-event-content {
  background-color: #c5a102;
}

.b-schedulerbase.b-sch-layout-milestones .b-sch-style-border.b-sch-color-yellow.b-milestone-wrap .b-sch-event.b-milestone {
  background: #FDD835;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-style-border.b-sch-color-yellow.b-milestone-wrap:hover .b-sch-event, .b-schedulerbase.b-sch-layout-milestones .b-sch-style-border.b-sch-color-yellow.b-milestone-wrap.b-sch-event-selected .b-sch-event {
  background: #d4ad02;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-style-border.b-sch-color-yellow.b-milestone-wrap.b-sch-event-selected:hover .b-sch-event {
  background: #c5a102;
}

.b-sch-style-border.b-sch-color-orange .b-sch-event {
  border-color: #cd7a00;
}

.b-sch-style-border:not(.b-milestone-wrap).b-sch-color-orange .b-sch-event {
  background-color: #FFA726;
}
.b-sch-style-border:not(.b-milestone-wrap).b-sch-color-orange .b-sch-event:hover, .b-sch-style-border:not(.b-milestone-wrap).b-sch-color-orange .b-sch-event.b-sch-event-selected {
  background-color: #cd7a00;
}
.b-sch-style-border:not(.b-milestone-wrap).b-sch-color-orange .b-sch-event.b-sch-event-resizing, .b-sch-style-border:not(.b-milestone-wrap).b-sch-color-orange .b-sch-event.b-sch-event-selected:hover {
  background-color: #be7100;
}

.b-sch-style-border.b-milestone-wrap.b-sch-color-orange .b-sch-event:not(.b-sch-event-withicon) .b-sch-event-content {
  background-color: #FFA726;
}
.b-sch-style-border.b-milestone-wrap.b-sch-color-orange .b-sch-event:not(.b-sch-event-withicon):hover .b-sch-event-content, .b-sch-style-border.b-milestone-wrap.b-sch-color-orange .b-sch-event:not(.b-sch-event-withicon).b-sch-event-selected .b-sch-event-content {
  background-color: #cd7a00;
}
.b-sch-style-border.b-milestone-wrap.b-sch-color-orange .b-sch-event:not(.b-sch-event-withicon).b-sch-event-selected:hover .b-sch-event-content {
  background-color: #be7100;
}

.b-schedulerbase.b-sch-layout-milestones .b-sch-style-border.b-sch-color-orange.b-milestone-wrap .b-sch-event.b-milestone {
  background: #FFA726;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-style-border.b-sch-color-orange.b-milestone-wrap:hover .b-sch-event, .b-schedulerbase.b-sch-layout-milestones .b-sch-style-border.b-sch-color-orange.b-milestone-wrap.b-sch-event-selected .b-sch-event {
  background: #cd7a00;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-style-border.b-sch-color-orange.b-milestone-wrap.b-sch-event-selected:hover .b-sch-event {
  background: #be7100;
}

.b-sch-style-border.b-sch-color-deep-orange .b-sch-event {
  border-color: #e13600;
}

.b-sch-style-border:not(.b-milestone-wrap).b-sch-color-deep-orange .b-sch-event {
  background-color: #ff7043;
}
.b-sch-style-border:not(.b-milestone-wrap).b-sch-color-deep-orange .b-sch-event:hover, .b-sch-style-border:not(.b-milestone-wrap).b-sch-color-deep-orange .b-sch-event.b-sch-event-selected {
  background-color: #e13600;
}
.b-sch-style-border:not(.b-milestone-wrap).b-sch-color-deep-orange .b-sch-event.b-sch-event-resizing, .b-sch-style-border:not(.b-milestone-wrap).b-sch-color-deep-orange .b-sch-event.b-sch-event-selected:hover {
  background-color: #d13200;
}

.b-sch-style-border.b-milestone-wrap.b-sch-color-deep-orange .b-sch-event:not(.b-sch-event-withicon) .b-sch-event-content {
  background-color: #ff7043;
}
.b-sch-style-border.b-milestone-wrap.b-sch-color-deep-orange .b-sch-event:not(.b-sch-event-withicon):hover .b-sch-event-content, .b-sch-style-border.b-milestone-wrap.b-sch-color-deep-orange .b-sch-event:not(.b-sch-event-withicon).b-sch-event-selected .b-sch-event-content {
  background-color: #e13600;
}
.b-sch-style-border.b-milestone-wrap.b-sch-color-deep-orange .b-sch-event:not(.b-sch-event-withicon).b-sch-event-selected:hover .b-sch-event-content {
  background-color: #d13200;
}

.b-schedulerbase.b-sch-layout-milestones .b-sch-style-border.b-sch-color-deep-orange.b-milestone-wrap .b-sch-event.b-milestone {
  background: #ff7043;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-style-border.b-sch-color-deep-orange.b-milestone-wrap:hover .b-sch-event, .b-schedulerbase.b-sch-layout-milestones .b-sch-style-border.b-sch-color-deep-orange.b-milestone-wrap.b-sch-event-selected .b-sch-event {
  background: #e13600;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-style-border.b-sch-color-deep-orange.b-milestone-wrap.b-sch-event-selected:hover .b-sch-event {
  background: #d13200;
}

.b-sch-style-border.b-sch-color-gray .b-sch-event {
  border-color: #707070;
}

.b-sch-style-border:not(.b-milestone-wrap).b-sch-color-gray .b-sch-event {
  background-color: #a0a0a0;
}
.b-sch-style-border:not(.b-milestone-wrap).b-sch-color-gray .b-sch-event:hover, .b-sch-style-border:not(.b-milestone-wrap).b-sch-color-gray .b-sch-event.b-sch-event-selected {
  background-color: #707070;
}
.b-sch-style-border:not(.b-milestone-wrap).b-sch-color-gray .b-sch-event.b-sch-event-resizing, .b-sch-style-border:not(.b-milestone-wrap).b-sch-color-gray .b-sch-event.b-sch-event-selected:hover {
  background-color: #686868;
}

.b-sch-style-border.b-milestone-wrap.b-sch-color-gray .b-sch-event:not(.b-sch-event-withicon) .b-sch-event-content {
  background-color: #a0a0a0;
}
.b-sch-style-border.b-milestone-wrap.b-sch-color-gray .b-sch-event:not(.b-sch-event-withicon):hover .b-sch-event-content, .b-sch-style-border.b-milestone-wrap.b-sch-color-gray .b-sch-event:not(.b-sch-event-withicon).b-sch-event-selected .b-sch-event-content {
  background-color: #707070;
}
.b-sch-style-border.b-milestone-wrap.b-sch-color-gray .b-sch-event:not(.b-sch-event-withicon).b-sch-event-selected:hover .b-sch-event-content {
  background-color: #686868;
}

.b-schedulerbase.b-sch-layout-milestones .b-sch-style-border.b-sch-color-gray.b-milestone-wrap .b-sch-event.b-milestone {
  background: #a0a0a0;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-style-border.b-sch-color-gray.b-milestone-wrap:hover .b-sch-event, .b-schedulerbase.b-sch-layout-milestones .b-sch-style-border.b-sch-color-gray.b-milestone-wrap.b-sch-event-selected .b-sch-event {
  background: #707070;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-style-border.b-sch-color-gray.b-milestone-wrap.b-sch-event-selected:hover .b-sch-event {
  background: #686868;
}

.b-sch-style-hollow.b-sch-event-wrap .b-sch-event {
  background-color: rgba(255, 255, 255, 0.5);
  border-color: #66BB6A;
  border-style: solid;
  border-width: 0;
  font-weight: 400;
  opacity: 0.8;
  border-radius: 3px;
}
.b-sch-style-hollow.b-sch-event-wrap .b-sch-event:not(.b-milestone) {
  color: #66BB6A;
  font-size: 12px;
  border-width: 2px;
}
.b-sch-style-hollow.b-sch-event-wrap .b-sch-event:not(.b-milestone).b-sch-event-startsoutside {
  border-left: none;
}
.b-sch-style-hollow.b-sch-event-wrap .b-sch-event:not(.b-milestone):hover, .b-sch-style-hollow.b-sch-event-wrap .b-sch-event:not(.b-milestone).b-sch-event-selected {
  color: #fff;
}
.b-sch-style-hollow.b-sch-event-wrap .b-sch-event.b-milestone .b-sch-event-content {
  background-color: rgba(255, 255, 255, 0.5);
  border-width: 0;
  border-color: inherit;
  border-style: inherit;
}
.b-sch-style-hollow.b-sch-event-wrap .b-sch-event.b-milestone .b-sch-event-content::before {
  border-width: 2px;
  border-radius: 3px;
  opacity: 0.8;
}
.b-sch-style-hollow.b-sch-event-wrap .b-sch-event.b-milestone:hover, .b-sch-style-hollow.b-sch-event-wrap .b-sch-event.b-milestone.b-sch-event-selected {
  opacity: 1;
}
.b-sch-style-hollow.b-sch-event-wrap .b-sch-event.b-milestone:hover .b-sch-event-content, .b-sch-style-hollow.b-sch-event-wrap .b-sch-event.b-milestone.b-sch-event-selected .b-sch-event-content {
  background-color: #66BB6A;
}
.b-sch-style-hollow.b-sch-event-wrap .b-sch-event.b-milestone.b-sch-event-selected {
  font-weight: 600;
}
.b-sch-style-hollow.b-sch-event-wrap .b-sch-event.b-milestone.b-sch-event-selected:hover::before {
  background-color: #52b257;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-style-hollow.b-sch-event-wrap .b-sch-event.b-milestone {
  border-top-width: 2px;
  border-bottom-width: 2px;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.5);
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-style-hollow.b-sch-event-wrap .b-sch-event.b-milestone .b-sch-event-content {
  font-size: 12px;
  font-weight: 400;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-style-hollow.b-sch-event-wrap .b-sch-event.b-milestone::before, .b-schedulerbase.b-sch-layout-milestones .b-sch-style-hollow.b-sch-event-wrap .b-sch-event.b-milestone::after {
  border-width: 0;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-style-hollow.b-sch-event-wrap .b-sch-event.b-milestone::before {
  border-left-width: 2px;
  border-bottom-width: 2px;
  border-bottom-left-radius: 3px;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-style-hollow.b-sch-event-wrap .b-sch-event.b-milestone::after {
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-bottom-right-radius: 3px;
  top: -2px;
}

.b-sch-style-hollow.b-sch-custom-color .b-sch-event {
  border-color: currentColor;
}
.b-sch-style-hollow.b-sch-custom-color .b-sch-event:not(.b-milestone):hover, .b-sch-style-hollow.b-sch-custom-color .b-sch-event:not(.b-milestone).b-sch-event-selected, .b-sch-style-hollow.b-sch-custom-color .b-sch-event:not(.b-milestone).b-sch-event-resizing, .b-sch-style-hollow.b-sch-custom-color .b-sch-event:not(.b-milestone).b-sch-event-selected:hover {
  background-color: currentColor;
}
.b-sch-style-hollow.b-sch-custom-color .b-sch-event:not(.b-milestone):hover .b-sch-event-content, .b-sch-style-hollow.b-sch-custom-color .b-sch-event:not(.b-milestone).b-sch-event-selected .b-sch-event-content, .b-sch-style-hollow.b-sch-custom-color .b-sch-event:not(.b-milestone).b-sch-event-resizing .b-sch-event-content, .b-sch-style-hollow.b-sch-custom-color .b-sch-event:not(.b-milestone).b-sch-event-selected:hover .b-sch-event-content {
  color: #fff;
}
.b-sch-style-hollow.b-sch-custom-color .b-sch-event.b-milestone .b-sch-event-content::before {
  background-color: rgba(255, 255, 255, 0.5);
}
.b-sch-style-hollow.b-sch-custom-color .b-sch-event.b-milestone:hover .b-sch-event-content::before, .b-sch-style-hollow.b-sch-custom-color .b-sch-event.b-milestone.b-sch-event-selected .b-sch-event-content::before, .b-sch-style-hollow.b-sch-custom-color .b-sch-event.b-milestone.b-sch-event-resizing .b-sch-event-content::before, .b-sch-style-hollow.b-sch-custom-color .b-sch-event.b-milestone.b-sch-event-selected:hover .b-sch-event-content::before {
  background-color: currentColor;
}

.b-sch-style-hollow.b-sch-event-wrap.b-sch-color-red .b-sch-event {
  border-color: #EF5350;
  color: #EF5350;
}
.b-sch-style-hollow.b-sch-event-wrap:not(.b-milestone-wrap).b-sch-color-red .b-sch-event:hover, .b-sch-style-hollow.b-sch-event-wrap:not(.b-milestone-wrap).b-sch-color-red .b-sch-event.b-sch-event-selected, .b-sch-style-hollow.b-sch-event-wrap:not(.b-milestone-wrap).b-sch-color-red .b-sch-event.b-sch-event-resizing {
  background-color: #EF5350;
  color: #fff;
}
.b-sch-style-hollow.b-sch-event-wrap:not(.b-milestone-wrap).b-sch-color-red .b-sch-event.b-sch-event-selected:hover {
  background-color: #ec3633;
}
.b-sch-style-hollow.b-sch-event-wrap.b-milestone-wrap.b-sch-color-red .b-sch-event:hover .b-sch-event-content, .b-sch-style-hollow.b-sch-event-wrap.b-milestone-wrap.b-sch-color-red .b-sch-event.b-sch-event-selected .b-sch-event-content {
  background-color: #EF5350;
}
.b-sch-style-hollow.b-sch-event-wrap.b-milestone-wrap.b-sch-color-red .b-sch-event.b-sch-event-selected:hover .b-sch-event-content {
  background-color: #ec3633;
}

.b-sch-style-hollow.b-sch-event-wrap.b-sch-color-pink .b-sch-event {
  border-color: #EC407A;
  color: #EC407A;
}
.b-sch-style-hollow.b-sch-event-wrap:not(.b-milestone-wrap).b-sch-color-pink .b-sch-event:hover, .b-sch-style-hollow.b-sch-event-wrap:not(.b-milestone-wrap).b-sch-color-pink .b-sch-event.b-sch-event-selected, .b-sch-style-hollow.b-sch-event-wrap:not(.b-milestone-wrap).b-sch-color-pink .b-sch-event.b-sch-event-resizing {
  background-color: #EC407A;
  color: #fff;
}
.b-sch-style-hollow.b-sch-event-wrap:not(.b-milestone-wrap).b-sch-color-pink .b-sch-event.b-sch-event-selected:hover {
  background-color: #e92567;
}
.b-sch-style-hollow.b-sch-event-wrap.b-milestone-wrap.b-sch-color-pink .b-sch-event:hover .b-sch-event-content, .b-sch-style-hollow.b-sch-event-wrap.b-milestone-wrap.b-sch-color-pink .b-sch-event.b-sch-event-selected .b-sch-event-content {
  background-color: #EC407A;
}
.b-sch-style-hollow.b-sch-event-wrap.b-milestone-wrap.b-sch-color-pink .b-sch-event.b-sch-event-selected:hover .b-sch-event-content {
  background-color: #e92567;
}

.b-sch-style-hollow.b-sch-event-wrap.b-sch-color-purple .b-sch-event {
  border-color: #AB47BC;
  color: #AB47BC;
}
.b-sch-style-hollow.b-sch-event-wrap:not(.b-milestone-wrap).b-sch-color-purple .b-sch-event:hover, .b-sch-style-hollow.b-sch-event-wrap:not(.b-milestone-wrap).b-sch-color-purple .b-sch-event.b-sch-event-selected, .b-sch-style-hollow.b-sch-event-wrap:not(.b-milestone-wrap).b-sch-color-purple .b-sch-event.b-sch-event-resizing {
  background-color: #AB47BC;
  color: #fff;
}
.b-sch-style-hollow.b-sch-event-wrap:not(.b-milestone-wrap).b-sch-color-purple .b-sch-event.b-sch-event-selected:hover {
  background-color: #9b3eab;
}
.b-sch-style-hollow.b-sch-event-wrap.b-milestone-wrap.b-sch-color-purple .b-sch-event:hover .b-sch-event-content, .b-sch-style-hollow.b-sch-event-wrap.b-milestone-wrap.b-sch-color-purple .b-sch-event.b-sch-event-selected .b-sch-event-content {
  background-color: #AB47BC;
}
.b-sch-style-hollow.b-sch-event-wrap.b-milestone-wrap.b-sch-color-purple .b-sch-event.b-sch-event-selected:hover .b-sch-event-content {
  background-color: #9b3eab;
}

.b-sch-style-hollow.b-sch-event-wrap.b-sch-color-violet .b-sch-event {
  border-color: #7E57C2;
  color: #7E57C2;
}
.b-sch-style-hollow.b-sch-event-wrap:not(.b-milestone-wrap).b-sch-color-violet .b-sch-event:hover, .b-sch-style-hollow.b-sch-event-wrap:not(.b-milestone-wrap).b-sch-color-violet .b-sch-event.b-sch-event-selected, .b-sch-style-hollow.b-sch-event-wrap:not(.b-milestone-wrap).b-sch-color-violet .b-sch-event.b-sch-event-resizing {
  background-color: #7E57C2;
  color: #fff;
}
.b-sch-style-hollow.b-sch-event-wrap:not(.b-milestone-wrap).b-sch-color-violet .b-sch-event.b-sch-event-selected:hover {
  background-color: #6e43ba;
}
.b-sch-style-hollow.b-sch-event-wrap.b-milestone-wrap.b-sch-color-violet .b-sch-event:hover .b-sch-event-content, .b-sch-style-hollow.b-sch-event-wrap.b-milestone-wrap.b-sch-color-violet .b-sch-event.b-sch-event-selected .b-sch-event-content {
  background-color: #7E57C2;
}
.b-sch-style-hollow.b-sch-event-wrap.b-milestone-wrap.b-sch-color-violet .b-sch-event.b-sch-event-selected:hover .b-sch-event-content {
  background-color: #6e43ba;
}

.b-sch-style-hollow.b-sch-event-wrap.b-sch-color-indigo .b-sch-event {
  border-color: #5C6BC0;
  color: #5C6BC0;
}
.b-sch-style-hollow.b-sch-event-wrap:not(.b-milestone-wrap).b-sch-color-indigo .b-sch-event:hover, .b-sch-style-hollow.b-sch-event-wrap:not(.b-milestone-wrap).b-sch-color-indigo .b-sch-event.b-sch-event-selected, .b-sch-style-hollow.b-sch-event-wrap:not(.b-milestone-wrap).b-sch-color-indigo .b-sch-event.b-sch-event-resizing {
  background-color: #5C6BC0;
  color: #fff;
}
.b-sch-style-hollow.b-sch-event-wrap:not(.b-milestone-wrap).b-sch-color-indigo .b-sch-event.b-sch-event-selected:hover {
  background-color: #4858b8;
}
.b-sch-style-hollow.b-sch-event-wrap.b-milestone-wrap.b-sch-color-indigo .b-sch-event:hover .b-sch-event-content, .b-sch-style-hollow.b-sch-event-wrap.b-milestone-wrap.b-sch-color-indigo .b-sch-event.b-sch-event-selected .b-sch-event-content {
  background-color: #5C6BC0;
}
.b-sch-style-hollow.b-sch-event-wrap.b-milestone-wrap.b-sch-color-indigo .b-sch-event.b-sch-event-selected:hover .b-sch-event-content {
  background-color: #4858b8;
}

.b-sch-style-hollow.b-sch-event-wrap.b-sch-color-blue .b-sch-event {
  border-color: #42A5F5;
  color: #42A5F5;
}
.b-sch-style-hollow.b-sch-event-wrap:not(.b-milestone-wrap).b-sch-color-blue .b-sch-event:hover, .b-sch-style-hollow.b-sch-event-wrap:not(.b-milestone-wrap).b-sch-color-blue .b-sch-event.b-sch-event-selected, .b-sch-style-hollow.b-sch-event-wrap:not(.b-milestone-wrap).b-sch-color-blue .b-sch-event.b-sch-event-resizing {
  background-color: #42A5F5;
  color: #fff;
}
.b-sch-style-hollow.b-sch-event-wrap:not(.b-milestone-wrap).b-sch-color-blue .b-sch-event.b-sch-event-selected:hover {
  background-color: #2497f3;
}
.b-sch-style-hollow.b-sch-event-wrap.b-milestone-wrap.b-sch-color-blue .b-sch-event:hover .b-sch-event-content, .b-sch-style-hollow.b-sch-event-wrap.b-milestone-wrap.b-sch-color-blue .b-sch-event.b-sch-event-selected .b-sch-event-content {
  background-color: #42A5F5;
}
.b-sch-style-hollow.b-sch-event-wrap.b-milestone-wrap.b-sch-color-blue .b-sch-event.b-sch-event-selected:hover .b-sch-event-content {
  background-color: #2497f3;
}

.b-sch-style-hollow.b-sch-event-wrap.b-sch-color-cyan .b-sch-event {
  border-color: #26C6DA;
  color: #26C6DA;
}
.b-sch-style-hollow.b-sch-event-wrap:not(.b-milestone-wrap).b-sch-color-cyan .b-sch-event:hover, .b-sch-style-hollow.b-sch-event-wrap:not(.b-milestone-wrap).b-sch-color-cyan .b-sch-event.b-sch-event-selected, .b-sch-style-hollow.b-sch-event-wrap:not(.b-milestone-wrap).b-sch-color-cyan .b-sch-event.b-sch-event-resizing {
  background-color: #26C6DA;
  color: #fff;
}
.b-sch-style-hollow.b-sch-event-wrap:not(.b-milestone-wrap).b-sch-color-cyan .b-sch-event.b-sch-event-selected:hover {
  background-color: #22b3c5;
}
.b-sch-style-hollow.b-sch-event-wrap.b-milestone-wrap.b-sch-color-cyan .b-sch-event:hover .b-sch-event-content, .b-sch-style-hollow.b-sch-event-wrap.b-milestone-wrap.b-sch-color-cyan .b-sch-event.b-sch-event-selected .b-sch-event-content {
  background-color: #26C6DA;
}
.b-sch-style-hollow.b-sch-event-wrap.b-milestone-wrap.b-sch-color-cyan .b-sch-event.b-sch-event-selected:hover .b-sch-event-content {
  background-color: #22b3c5;
}

.b-sch-style-hollow.b-sch-event-wrap.b-sch-color-teal .b-sch-event {
  border-color: #26A69A;
  color: #26A69A;
}
.b-sch-style-hollow.b-sch-event-wrap:not(.b-milestone-wrap).b-sch-color-teal .b-sch-event:hover, .b-sch-style-hollow.b-sch-event-wrap:not(.b-milestone-wrap).b-sch-color-teal .b-sch-event.b-sch-event-selected, .b-sch-style-hollow.b-sch-event-wrap:not(.b-milestone-wrap).b-sch-color-teal .b-sch-event.b-sch-event-resizing {
  background-color: #26A69A;
  color: #fff;
}
.b-sch-style-hollow.b-sch-event-wrap:not(.b-milestone-wrap).b-sch-color-teal .b-sch-event.b-sch-event-selected:hover {
  background-color: #22958b;
}
.b-sch-style-hollow.b-sch-event-wrap.b-milestone-wrap.b-sch-color-teal .b-sch-event:hover .b-sch-event-content, .b-sch-style-hollow.b-sch-event-wrap.b-milestone-wrap.b-sch-color-teal .b-sch-event.b-sch-event-selected .b-sch-event-content {
  background-color: #26A69A;
}
.b-sch-style-hollow.b-sch-event-wrap.b-milestone-wrap.b-sch-color-teal .b-sch-event.b-sch-event-selected:hover .b-sch-event-content {
  background-color: #22958b;
}

.b-sch-style-hollow.b-sch-event-wrap.b-sch-color-green .b-sch-event {
  border-color: #66BB6A;
  color: #66BB6A;
}
.b-sch-style-hollow.b-sch-event-wrap:not(.b-milestone-wrap).b-sch-color-green .b-sch-event:hover, .b-sch-style-hollow.b-sch-event-wrap:not(.b-milestone-wrap).b-sch-color-green .b-sch-event.b-sch-event-selected, .b-sch-style-hollow.b-sch-event-wrap:not(.b-milestone-wrap).b-sch-color-green .b-sch-event.b-sch-event-resizing {
  background-color: #66BB6A;
  color: #fff;
}
.b-sch-style-hollow.b-sch-event-wrap:not(.b-milestone-wrap).b-sch-color-green .b-sch-event.b-sch-event-selected:hover {
  background-color: #52b257;
}
.b-sch-style-hollow.b-sch-event-wrap.b-milestone-wrap.b-sch-color-green .b-sch-event:hover .b-sch-event-content, .b-sch-style-hollow.b-sch-event-wrap.b-milestone-wrap.b-sch-color-green .b-sch-event.b-sch-event-selected .b-sch-event-content {
  background-color: #66BB6A;
}
.b-sch-style-hollow.b-sch-event-wrap.b-milestone-wrap.b-sch-color-green .b-sch-event.b-sch-event-selected:hover .b-sch-event-content {
  background-color: #52b257;
}

.b-sch-style-hollow.b-sch-event-wrap.b-sch-color-lime .b-sch-event {
  border-color: #D4E157;
  color: #D4E157;
}
.b-sch-style-hollow.b-sch-event-wrap:not(.b-milestone-wrap).b-sch-color-lime .b-sch-event:hover, .b-sch-style-hollow.b-sch-event-wrap:not(.b-milestone-wrap).b-sch-color-lime .b-sch-event.b-sch-event-selected, .b-sch-style-hollow.b-sch-event-wrap:not(.b-milestone-wrap).b-sch-color-lime .b-sch-event.b-sch-event-resizing {
  background-color: #D4E157;
  color: #fff;
}
.b-sch-style-hollow.b-sch-event-wrap:not(.b-milestone-wrap).b-sch-color-lime .b-sch-event.b-sch-event-selected:hover {
  background-color: #cddc3d;
}
.b-sch-style-hollow.b-sch-event-wrap.b-milestone-wrap.b-sch-color-lime .b-sch-event:hover .b-sch-event-content, .b-sch-style-hollow.b-sch-event-wrap.b-milestone-wrap.b-sch-color-lime .b-sch-event.b-sch-event-selected .b-sch-event-content {
  background-color: #D4E157;
}
.b-sch-style-hollow.b-sch-event-wrap.b-milestone-wrap.b-sch-color-lime .b-sch-event.b-sch-event-selected:hover .b-sch-event-content {
  background-color: #cddc3d;
}

.b-sch-style-hollow.b-sch-event-wrap.b-sch-color-yellow .b-sch-event {
  border-color: #FDD835;
  color: #FDD835;
}
.b-sch-style-hollow.b-sch-event-wrap:not(.b-milestone-wrap).b-sch-color-yellow .b-sch-event:hover, .b-sch-style-hollow.b-sch-event-wrap:not(.b-milestone-wrap).b-sch-color-yellow .b-sch-event.b-sch-event-selected, .b-sch-style-hollow.b-sch-event-wrap:not(.b-milestone-wrap).b-sch-color-yellow .b-sch-event.b-sch-event-resizing {
  background-color: #FDD835;
  color: #fff;
}
.b-sch-style-hollow.b-sch-event-wrap:not(.b-milestone-wrap).b-sch-color-yellow .b-sch-event.b-sch-event-selected:hover {
  background-color: #fdd217;
}
.b-sch-style-hollow.b-sch-event-wrap.b-milestone-wrap.b-sch-color-yellow .b-sch-event:hover .b-sch-event-content, .b-sch-style-hollow.b-sch-event-wrap.b-milestone-wrap.b-sch-color-yellow .b-sch-event.b-sch-event-selected .b-sch-event-content {
  background-color: #FDD835;
}
.b-sch-style-hollow.b-sch-event-wrap.b-milestone-wrap.b-sch-color-yellow .b-sch-event.b-sch-event-selected:hover .b-sch-event-content {
  background-color: #fdd217;
}

.b-sch-style-hollow.b-sch-event-wrap.b-sch-color-orange .b-sch-event {
  border-color: #FFA726;
  color: #FFA726;
}
.b-sch-style-hollow.b-sch-event-wrap:not(.b-milestone-wrap).b-sch-color-orange .b-sch-event:hover, .b-sch-style-hollow.b-sch-event-wrap:not(.b-milestone-wrap).b-sch-color-orange .b-sch-event.b-sch-event-selected, .b-sch-style-hollow.b-sch-event-wrap:not(.b-milestone-wrap).b-sch-color-orange .b-sch-event.b-sch-event-resizing {
  background-color: #FFA726;
  color: #fff;
}
.b-sch-style-hollow.b-sch-event-wrap:not(.b-milestone-wrap).b-sch-color-orange .b-sch-event.b-sch-event-selected:hover {
  background-color: #ff9b09;
}
.b-sch-style-hollow.b-sch-event-wrap.b-milestone-wrap.b-sch-color-orange .b-sch-event:hover .b-sch-event-content, .b-sch-style-hollow.b-sch-event-wrap.b-milestone-wrap.b-sch-color-orange .b-sch-event.b-sch-event-selected .b-sch-event-content {
  background-color: #FFA726;
}
.b-sch-style-hollow.b-sch-event-wrap.b-milestone-wrap.b-sch-color-orange .b-sch-event.b-sch-event-selected:hover .b-sch-event-content {
  background-color: #ff9b09;
}

.b-sch-style-hollow.b-sch-event-wrap.b-sch-color-deep-orange .b-sch-event {
  border-color: #ff7043;
  color: #ff7043;
}
.b-sch-style-hollow.b-sch-event-wrap:not(.b-milestone-wrap).b-sch-color-deep-orange .b-sch-event:hover, .b-sch-style-hollow.b-sch-event-wrap:not(.b-milestone-wrap).b-sch-color-deep-orange .b-sch-event.b-sch-event-selected, .b-sch-style-hollow.b-sch-event-wrap:not(.b-milestone-wrap).b-sch-color-deep-orange .b-sch-event.b-sch-event-resizing {
  background-color: #ff7043;
  color: #fff;
}
.b-sch-style-hollow.b-sch-event-wrap:not(.b-milestone-wrap).b-sch-color-deep-orange .b-sch-event.b-sch-event-selected:hover {
  background-color: #ff5823;
}
.b-sch-style-hollow.b-sch-event-wrap.b-milestone-wrap.b-sch-color-deep-orange .b-sch-event:hover .b-sch-event-content, .b-sch-style-hollow.b-sch-event-wrap.b-milestone-wrap.b-sch-color-deep-orange .b-sch-event.b-sch-event-selected .b-sch-event-content {
  background-color: #ff7043;
}
.b-sch-style-hollow.b-sch-event-wrap.b-milestone-wrap.b-sch-color-deep-orange .b-sch-event.b-sch-event-selected:hover .b-sch-event-content {
  background-color: #ff5823;
}

.b-sch-style-hollow.b-sch-event-wrap.b-sch-color-gray .b-sch-event {
  border-color: #a0a0a0;
  color: #a0a0a0;
}
.b-sch-style-hollow.b-sch-event-wrap:not(.b-milestone-wrap).b-sch-color-gray .b-sch-event:hover, .b-sch-style-hollow.b-sch-event-wrap:not(.b-milestone-wrap).b-sch-color-gray .b-sch-event.b-sch-event-selected, .b-sch-style-hollow.b-sch-event-wrap:not(.b-milestone-wrap).b-sch-color-gray .b-sch-event.b-sch-event-resizing {
  background-color: #a0a0a0;
  color: #fff;
}
.b-sch-style-hollow.b-sch-event-wrap:not(.b-milestone-wrap).b-sch-color-gray .b-sch-event.b-sch-event-selected:hover {
  background-color: #909090;
}
.b-sch-style-hollow.b-sch-event-wrap.b-milestone-wrap.b-sch-color-gray .b-sch-event:hover .b-sch-event-content, .b-sch-style-hollow.b-sch-event-wrap.b-milestone-wrap.b-sch-color-gray .b-sch-event.b-sch-event-selected .b-sch-event-content {
  background-color: #a0a0a0;
}
.b-sch-style-hollow.b-sch-event-wrap.b-milestone-wrap.b-sch-color-gray .b-sch-event.b-sch-event-selected:hover .b-sch-event-content {
  background-color: #909090;
}

.b-sch-style-calendar.b-sch-event-wrap .b-sch-event,
.b-sch-style-colored.b-sch-event-wrap .b-sch-event {
  background-color: #e0f1e1;
  border-color: #52b257;
  font-weight: 300;
  opacity: 0.8;
}
.b-sch-style-calendar.b-sch-event-wrap .b-sch-event:not(.b-milestone),
.b-sch-style-colored.b-sch-event-wrap .b-sch-event:not(.b-milestone) {
  color: #3e8c42;
  border-left-width: 3px;
  border-left-style: solid;
}
.b-sch-style-calendar.b-sch-event-wrap .b-sch-event:not(.b-milestone):hover, .b-sch-style-calendar.b-sch-event-wrap .b-sch-event:not(.b-milestone).b-sch-event-resizing, .b-sch-style-calendar.b-sch-event-wrap .b-sch-event:not(.b-milestone).b-sch-event-selected,
.b-sch-style-colored.b-sch-event-wrap .b-sch-event:not(.b-milestone):hover,
.b-sch-style-colored.b-sch-event-wrap .b-sch-event:not(.b-milestone).b-sch-event-resizing,
.b-sch-style-colored.b-sch-event-wrap .b-sch-event:not(.b-milestone).b-sch-event-selected {
  background-color: #66BB6A;
  opacity: 1;
  color: #fff;
}
.b-sch-style-calendar.b-sch-event-wrap .b-sch-event:not(.b-milestone).b-sch-event-selected:hover,
.b-sch-style-colored.b-sch-event-wrap .b-sch-event:not(.b-milestone).b-sch-event-selected:hover {
  background-color: #3e8c42;
}
.b-sch-style-calendar.b-sch-event-wrap .b-sch-event:not(.b-milestone).b-sch-event-startsoutside,
.b-sch-style-colored.b-sch-event-wrap .b-sch-event:not(.b-milestone).b-sch-event-startsoutside {
  border-left: none;
}
.b-sch-vertical .b-sch-style-calendar.b-sch-event-wrap .b-sch-event:not(.b-milestone),
.b-sch-vertical .b-sch-style-colored.b-sch-event-wrap .b-sch-event:not(.b-milestone) {
  border-top-width: 3px;
  border-top-style: solid;
  border-left-width: 0;
  border-left-style: none;
}
.b-sch-style-calendar.b-sch-event-wrap .b-sch-event.b-milestone,
.b-sch-style-colored.b-sch-event-wrap .b-sch-event.b-milestone {
  background-color: transparent;
}
.b-sch-style-calendar.b-sch-event-wrap .b-sch-event.b-milestone .b-sch-event-content:before,
.b-sch-style-colored.b-sch-event-wrap .b-sch-event.b-milestone .b-sch-event-content:before {
  border-width: 3px;
  border-style: solid;
}
.b-sch-style-calendar.b-sch-event-wrap .b-sch-event.b-sch-event-selected,
.b-sch-style-colored.b-sch-event-wrap .b-sch-event.b-sch-event-selected {
  font-weight: 300;
  opacity: 1;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-style-calendar.b-sch-event-wrap .b-sch-event.b-milestone::before, .b-schedulerbase.b-sch-layout-milestones .b-sch-style-calendar.b-sch-event-wrap .b-sch-event.b-milestone::after,
.b-schedulerbase.b-sch-layout-milestones .b-sch-style-colored.b-sch-event-wrap .b-sch-event.b-milestone::before,
.b-schedulerbase.b-sch-layout-milestones .b-sch-style-colored.b-sch-event-wrap .b-sch-event.b-milestone::after {
  background: #e0f1e1;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-style-calendar.b-sch-event-wrap .b-sch-event.b-milestone::before,
.b-schedulerbase.b-sch-layout-milestones .b-sch-style-colored.b-sch-event-wrap .b-sch-event.b-milestone::before {
  border-top: 3px solid transparent;
  border-right: 3px solid transparent;
  border-bottom: 3px solid #52b257;
  border-left: 3px solid #52b257;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-style-calendar.b-sch-event-wrap .b-sch-event.b-milestone:hover > *, .b-schedulerbase.b-sch-layout-milestones .b-sch-style-calendar.b-sch-event-wrap .b-sch-event.b-milestone:hover::before, .b-schedulerbase.b-sch-layout-milestones .b-sch-style-calendar.b-sch-event-wrap .b-sch-event.b-milestone:hover::after,
.b-schedulerbase.b-sch-layout-milestones .b-sch-style-colored.b-sch-event-wrap .b-sch-event.b-milestone:hover > *,
.b-schedulerbase.b-sch-layout-milestones .b-sch-style-colored.b-sch-event-wrap .b-sch-event.b-milestone:hover::before,
.b-schedulerbase.b-sch-layout-milestones .b-sch-style-colored.b-sch-event-wrap .b-sch-event.b-milestone:hover::after {
  background: none;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-style-calendar.b-sch-event-wrap .b-sch-event.b-milestone.b-sch-event-selected:hover > *, .b-schedulerbase.b-sch-layout-milestones .b-sch-style-calendar.b-sch-event-wrap .b-sch-event.b-milestone.b-sch-event-selected:hover::before, .b-schedulerbase.b-sch-layout-milestones .b-sch-style-calendar.b-sch-event-wrap .b-sch-event.b-milestone.b-sch-event-selected:hover::after,
.b-schedulerbase.b-sch-layout-milestones .b-sch-style-colored.b-sch-event-wrap .b-sch-event.b-milestone.b-sch-event-selected:hover > *,
.b-schedulerbase.b-sch-layout-milestones .b-sch-style-colored.b-sch-event-wrap .b-sch-event.b-milestone.b-sch-event-selected:hover::before,
.b-schedulerbase.b-sch-layout-milestones .b-sch-style-colored.b-sch-event-wrap .b-sch-event.b-milestone.b-sch-event-selected:hover::after {
  background: none;
}

.b-sch-style-colored.b-sch-custom-color .b-sch-event {
  border-color: currentColor;
}
.b-sch-style-colored.b-sch-custom-color .b-sch-event:not(.b-milestone) {
  background-color: currentColor;
  background-image: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8));
}
.b-sch-style-colored.b-sch-custom-color .b-sch-event:not(.b-milestone):hover, .b-sch-style-colored.b-sch-custom-color .b-sch-event:not(.b-milestone).b-sch-event-resizing, .b-sch-style-colored.b-sch-custom-color .b-sch-event:not(.b-milestone).b-sch-event-selected {
  background-color: currentColor;
  background-image: linear-gradient(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4));
}
.b-sch-style-colored.b-sch-custom-color .b-sch-event:not(.b-milestone):hover .b-sch-event-content, .b-sch-style-colored.b-sch-custom-color .b-sch-event:not(.b-milestone).b-sch-event-resizing .b-sch-event-content, .b-sch-style-colored.b-sch-custom-color .b-sch-event:not(.b-milestone).b-sch-event-selected .b-sch-event-content {
  color: #fff;
}
.b-sch-style-colored.b-sch-custom-color .b-sch-event:not(.b-milestone).b-sch-event-selected, .b-sch-style-colored.b-sch-custom-color .b-sch-event:not(.b-milestone).b-sch-event-selected:hover {
  background-color: currentColor;
  background-image: none;
}
.b-sch-style-colored.b-sch-custom-color .b-sch-event.b-milestone .b-sch-event-content::before {
  background-color: currentColor;
  background-image: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8));
}
.b-sch-style-colored.b-sch-custom-color .b-sch-event.b-milestone:hover .b-sch-event-content::before, .b-sch-style-colored.b-sch-custom-color .b-sch-event.b-milestone.b-sch-event-resizing .b-sch-event-content::before, .b-sch-style-colored.b-sch-custom-color .b-sch-event.b-milestone.b-sch-event-selected .b-sch-event-content::before {
  background-image: linear-gradient(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4));
}
.b-sch-style-colored.b-sch-custom-color .b-sch-event.b-milestone.b-sch-event-selected .b-sch-event-content::before, .b-sch-style-colored.b-sch-custom-color .b-sch-event.b-milestone.b-sch-event-selected:hover .b-sch-event-content::before {
  background-image: none;
}

.b-sch-style-calendar.b-sch-event-wrap .b-sch-event {
  opacity: 1;
}
.b-sch-style-calendar.b-sch-event-wrap .b-sch-event .b-sch-event-content {
  font-weight: 400;
  color: #606060;
}
.b-sch-style-calendar.b-sch-event-wrap .b-sch-event:not(.b-milestone) .b-sch-event-content {
  margin: 0;
  padding: 0.3em;
}

.b-sch-style-colored:not(.b-milestone-wrap).b-sch-color-red .b-sch-event {
  background-color: #fcdddc;
  border-color: #ec3633;
  color: #cd1613;
}
.b-sch-style-colored:not(.b-milestone-wrap).b-sch-color-red .b-sch-event:hover {
  background-color: #f9bab9;
}
.b-sch-style-colored:not(.b-milestone-wrap).b-sch-color-red .b-sch-event.b-sch-event-resizing, .b-sch-style-colored:not(.b-milestone-wrap).b-sch-color-red .b-sch-event.b-sch-event-selected {
  background-color: #EF5350;
  color: #fff;
}
.b-sch-style-colored:not(.b-milestone-wrap).b-sch-color-red .b-sch-event.b-sch-event-selected:hover {
  background-color: #ec3633;
}
.b-sch-style-colored.b-milestone-wrap.b-sch-color-red:not(.b-sch-event-withicon) .b-sch-event {
  background: none;
}
.b-sch-style-colored.b-milestone-wrap.b-sch-color-red:not(.b-sch-event-withicon) .b-sch-event .b-sch-event-content {
  background-color: #fcdddc;
}
.b-sch-style-colored.b-milestone-wrap.b-sch-color-red:not(.b-sch-event-withicon) .b-sch-event .b-sch-event-content:before {
  border-color: #ec3633;
}
.b-sch-style-colored.b-milestone-wrap.b-sch-color-red:not(.b-sch-event-withicon) .b-sch-event:hover .b-sch-event-content {
  background-color: #f9bab9;
}
.b-sch-style-colored.b-milestone-wrap.b-sch-color-red:not(.b-sch-event-withicon) .b-sch-event.b-sch-event-selected .b-sch-event-content {
  background-color: #EF5350;
}
.b-sch-style-colored.b-milestone-wrap.b-sch-color-red:not(.b-sch-event-withicon) .b-sch-event.b-sch-event-selected:hover .b-sch-event-content {
  background-color: #ec3633;
}

.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-red .b-sch-event.b-milestone {
  background: #fcdddc;
  border-color: #ec3633;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-red .b-sch-event.b-milestone::before, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-red .b-sch-event.b-milestone::after {
  background: #fcdddc;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-red .b-sch-event.b-milestone > * {
  color: #cd1613;
  font-weight: 300;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-red .b-sch-event.b-milestone::before {
  border-bottom-color: #ec3633;
  border-left-color: #ec3633;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-red .b-sch-event.b-milestone:hover, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-red .b-sch-event.b-milestone:hover::before, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-red .b-sch-event.b-milestone:hover::after {
  background: #f9bab9;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-red .b-sch-event.b-milestone:hover .b-sch-event-content {
  background-color: transparent;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-red .b-sch-event.b-milestone.b-sch-event-selected > * {
  color: #fff;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-red .b-sch-event.b-milestone.b-sch-event-selected, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-red .b-sch-event.b-milestone.b-sch-event-selected::before, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-red .b-sch-event.b-milestone.b-sch-event-selected::after {
  background: #EF5350;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-red .b-sch-event.b-milestone.b-sch-event-selected .b-sch-event-content {
  background-color: transparent;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-red .b-sch-event.b-milestone.b-sch-event-selected:hover > * {
  color: #fff;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-red .b-sch-event.b-milestone.b-sch-event-selected:hover, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-red .b-sch-event.b-milestone.b-sch-event-selected:hover::before, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-red .b-sch-event.b-milestone.b-sch-event-selected:hover::after {
  background: #ec3633;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-red .b-sch-event.b-milestone.b-sch-event-selected:hover .b-sch-event-content {
  background-color: transparent;
}

.b-sch-style-colored:not(.b-milestone-wrap).b-sch-color-pink .b-sch-event {
  background-color: #fbd9e4;
  border-color: #e92567;
  color: #bf134d;
}
.b-sch-style-colored:not(.b-milestone-wrap).b-sch-color-pink .b-sch-event:hover {
  background-color: #f7b3ca;
}
.b-sch-style-colored:not(.b-milestone-wrap).b-sch-color-pink .b-sch-event.b-sch-event-resizing, .b-sch-style-colored:not(.b-milestone-wrap).b-sch-color-pink .b-sch-event.b-sch-event-selected {
  background-color: #EC407A;
  color: #fff;
}
.b-sch-style-colored:not(.b-milestone-wrap).b-sch-color-pink .b-sch-event.b-sch-event-selected:hover {
  background-color: #e92567;
}
.b-sch-style-colored.b-milestone-wrap.b-sch-color-pink:not(.b-sch-event-withicon) .b-sch-event {
  background: none;
}
.b-sch-style-colored.b-milestone-wrap.b-sch-color-pink:not(.b-sch-event-withicon) .b-sch-event .b-sch-event-content {
  background-color: #fbd9e4;
}
.b-sch-style-colored.b-milestone-wrap.b-sch-color-pink:not(.b-sch-event-withicon) .b-sch-event .b-sch-event-content:before {
  border-color: #e92567;
}
.b-sch-style-colored.b-milestone-wrap.b-sch-color-pink:not(.b-sch-event-withicon) .b-sch-event:hover .b-sch-event-content {
  background-color: #f7b3ca;
}
.b-sch-style-colored.b-milestone-wrap.b-sch-color-pink:not(.b-sch-event-withicon) .b-sch-event.b-sch-event-selected .b-sch-event-content {
  background-color: #EC407A;
}
.b-sch-style-colored.b-milestone-wrap.b-sch-color-pink:not(.b-sch-event-withicon) .b-sch-event.b-sch-event-selected:hover .b-sch-event-content {
  background-color: #e92567;
}

.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-pink .b-sch-event.b-milestone {
  background: #fbd9e4;
  border-color: #e92567;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-pink .b-sch-event.b-milestone::before, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-pink .b-sch-event.b-milestone::after {
  background: #fbd9e4;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-pink .b-sch-event.b-milestone > * {
  color: #bf134d;
  font-weight: 300;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-pink .b-sch-event.b-milestone::before {
  border-bottom-color: #e92567;
  border-left-color: #e92567;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-pink .b-sch-event.b-milestone:hover, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-pink .b-sch-event.b-milestone:hover::before, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-pink .b-sch-event.b-milestone:hover::after {
  background: #f7b3ca;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-pink .b-sch-event.b-milestone:hover .b-sch-event-content {
  background-color: transparent;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-pink .b-sch-event.b-milestone.b-sch-event-selected > * {
  color: #fff;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-pink .b-sch-event.b-milestone.b-sch-event-selected, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-pink .b-sch-event.b-milestone.b-sch-event-selected::before, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-pink .b-sch-event.b-milestone.b-sch-event-selected::after {
  background: #EC407A;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-pink .b-sch-event.b-milestone.b-sch-event-selected .b-sch-event-content {
  background-color: transparent;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-pink .b-sch-event.b-milestone.b-sch-event-selected:hover > * {
  color: #fff;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-pink .b-sch-event.b-milestone.b-sch-event-selected:hover, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-pink .b-sch-event.b-milestone.b-sch-event-selected:hover::before, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-pink .b-sch-event.b-milestone.b-sch-event-selected:hover::after {
  background: #e92567;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-pink .b-sch-event.b-milestone.b-sch-event-selected:hover .b-sch-event-content {
  background-color: transparent;
}

.b-sch-style-colored:not(.b-milestone-wrap).b-sch-color-purple .b-sch-event {
  background-color: #eedaf2;
  border-color: #9b3eab;
  color: #793085;
}
.b-sch-style-colored:not(.b-milestone-wrap).b-sch-color-purple .b-sch-event:hover {
  background-color: #ddb5e4;
}
.b-sch-style-colored:not(.b-milestone-wrap).b-sch-color-purple .b-sch-event.b-sch-event-resizing, .b-sch-style-colored:not(.b-milestone-wrap).b-sch-color-purple .b-sch-event.b-sch-event-selected {
  background-color: #AB47BC;
  color: #fff;
}
.b-sch-style-colored:not(.b-milestone-wrap).b-sch-color-purple .b-sch-event.b-sch-event-selected:hover {
  background-color: #9b3eab;
}
.b-sch-style-colored.b-milestone-wrap.b-sch-color-purple:not(.b-sch-event-withicon) .b-sch-event {
  background: none;
}
.b-sch-style-colored.b-milestone-wrap.b-sch-color-purple:not(.b-sch-event-withicon) .b-sch-event .b-sch-event-content {
  background-color: #eedaf2;
}
.b-sch-style-colored.b-milestone-wrap.b-sch-color-purple:not(.b-sch-event-withicon) .b-sch-event .b-sch-event-content:before {
  border-color: #9b3eab;
}
.b-sch-style-colored.b-milestone-wrap.b-sch-color-purple:not(.b-sch-event-withicon) .b-sch-event:hover .b-sch-event-content {
  background-color: #ddb5e4;
}
.b-sch-style-colored.b-milestone-wrap.b-sch-color-purple:not(.b-sch-event-withicon) .b-sch-event.b-sch-event-selected .b-sch-event-content {
  background-color: #AB47BC;
}
.b-sch-style-colored.b-milestone-wrap.b-sch-color-purple:not(.b-sch-event-withicon) .b-sch-event.b-sch-event-selected:hover .b-sch-event-content {
  background-color: #9b3eab;
}

.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-purple .b-sch-event.b-milestone {
  background: #eedaf2;
  border-color: #9b3eab;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-purple .b-sch-event.b-milestone::before, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-purple .b-sch-event.b-milestone::after {
  background: #eedaf2;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-purple .b-sch-event.b-milestone > * {
  color: #793085;
  font-weight: 300;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-purple .b-sch-event.b-milestone::before {
  border-bottom-color: #9b3eab;
  border-left-color: #9b3eab;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-purple .b-sch-event.b-milestone:hover, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-purple .b-sch-event.b-milestone:hover::before, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-purple .b-sch-event.b-milestone:hover::after {
  background: #ddb5e4;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-purple .b-sch-event.b-milestone:hover .b-sch-event-content {
  background-color: transparent;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-purple .b-sch-event.b-milestone.b-sch-event-selected > * {
  color: #fff;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-purple .b-sch-event.b-milestone.b-sch-event-selected, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-purple .b-sch-event.b-milestone.b-sch-event-selected::before, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-purple .b-sch-event.b-milestone.b-sch-event-selected::after {
  background: #AB47BC;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-purple .b-sch-event.b-milestone.b-sch-event-selected .b-sch-event-content {
  background-color: transparent;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-purple .b-sch-event.b-milestone.b-sch-event-selected:hover > * {
  color: #fff;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-purple .b-sch-event.b-milestone.b-sch-event-selected:hover, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-purple .b-sch-event.b-milestone.b-sch-event-selected:hover::before, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-purple .b-sch-event.b-milestone.b-sch-event-selected:hover::after {
  background: #9b3eab;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-purple .b-sch-event.b-milestone.b-sch-event-selected:hover .b-sch-event-content {
  background-color: transparent;
}

.b-sch-style-colored:not(.b-milestone-wrap).b-sch-color-violet .b-sch-event {
  background-color: #e5ddf3;
  border-color: #6e43ba;
  color: #563490;
}
.b-sch-style-colored:not(.b-milestone-wrap).b-sch-color-violet .b-sch-event:hover {
  background-color: #cbbce7;
}
.b-sch-style-colored:not(.b-milestone-wrap).b-sch-color-violet .b-sch-event.b-sch-event-resizing, .b-sch-style-colored:not(.b-milestone-wrap).b-sch-color-violet .b-sch-event.b-sch-event-selected {
  background-color: #7E57C2;
  color: #fff;
}
.b-sch-style-colored:not(.b-milestone-wrap).b-sch-color-violet .b-sch-event.b-sch-event-selected:hover {
  background-color: #6e43ba;
}
.b-sch-style-colored.b-milestone-wrap.b-sch-color-violet:not(.b-sch-event-withicon) .b-sch-event {
  background: none;
}
.b-sch-style-colored.b-milestone-wrap.b-sch-color-violet:not(.b-sch-event-withicon) .b-sch-event .b-sch-event-content {
  background-color: #e5ddf3;
}
.b-sch-style-colored.b-milestone-wrap.b-sch-color-violet:not(.b-sch-event-withicon) .b-sch-event .b-sch-event-content:before {
  border-color: #6e43ba;
}
.b-sch-style-colored.b-milestone-wrap.b-sch-color-violet:not(.b-sch-event-withicon) .b-sch-event:hover .b-sch-event-content {
  background-color: #cbbce7;
}
.b-sch-style-colored.b-milestone-wrap.b-sch-color-violet:not(.b-sch-event-withicon) .b-sch-event.b-sch-event-selected .b-sch-event-content {
  background-color: #7E57C2;
}
.b-sch-style-colored.b-milestone-wrap.b-sch-color-violet:not(.b-sch-event-withicon) .b-sch-event.b-sch-event-selected:hover .b-sch-event-content {
  background-color: #6e43ba;
}

.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-violet .b-sch-event.b-milestone {
  background: #e5ddf3;
  border-color: #6e43ba;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-violet .b-sch-event.b-milestone::before, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-violet .b-sch-event.b-milestone::after {
  background: #e5ddf3;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-violet .b-sch-event.b-milestone > * {
  color: #563490;
  font-weight: 300;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-violet .b-sch-event.b-milestone::before {
  border-bottom-color: #6e43ba;
  border-left-color: #6e43ba;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-violet .b-sch-event.b-milestone:hover, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-violet .b-sch-event.b-milestone:hover::before, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-violet .b-sch-event.b-milestone:hover::after {
  background: #cbbce7;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-violet .b-sch-event.b-milestone:hover .b-sch-event-content {
  background-color: transparent;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-violet .b-sch-event.b-milestone.b-sch-event-selected > * {
  color: #fff;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-violet .b-sch-event.b-milestone.b-sch-event-selected, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-violet .b-sch-event.b-milestone.b-sch-event-selected::before, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-violet .b-sch-event.b-milestone.b-sch-event-selected::after {
  background: #7E57C2;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-violet .b-sch-event.b-milestone.b-sch-event-selected .b-sch-event-content {
  background-color: transparent;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-violet .b-sch-event.b-milestone.b-sch-event-selected:hover > * {
  color: #fff;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-violet .b-sch-event.b-milestone.b-sch-event-selected:hover, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-violet .b-sch-event.b-milestone.b-sch-event-selected:hover::before, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-violet .b-sch-event.b-milestone.b-sch-event-selected:hover::after {
  background: #6e43ba;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-violet .b-sch-event.b-milestone.b-sch-event-selected:hover .b-sch-event-content {
  background-color: transparent;
}

.b-sch-style-colored:not(.b-milestone-wrap).b-sch-color-indigo .b-sch-event {
  background-color: #dee1f2;
  border-color: #4858b8;
  color: #37458f;
}
.b-sch-style-colored:not(.b-milestone-wrap).b-sch-color-indigo .b-sch-event:hover {
  background-color: #bec4e6;
}
.b-sch-style-colored:not(.b-milestone-wrap).b-sch-color-indigo .b-sch-event.b-sch-event-resizing, .b-sch-style-colored:not(.b-milestone-wrap).b-sch-color-indigo .b-sch-event.b-sch-event-selected {
  background-color: #5C6BC0;
  color: #fff;
}
.b-sch-style-colored:not(.b-milestone-wrap).b-sch-color-indigo .b-sch-event.b-sch-event-selected:hover {
  background-color: #4858b8;
}
.b-sch-style-colored.b-milestone-wrap.b-sch-color-indigo:not(.b-sch-event-withicon) .b-sch-event {
  background: none;
}
.b-sch-style-colored.b-milestone-wrap.b-sch-color-indigo:not(.b-sch-event-withicon) .b-sch-event .b-sch-event-content {
  background-color: #dee1f2;
}
.b-sch-style-colored.b-milestone-wrap.b-sch-color-indigo:not(.b-sch-event-withicon) .b-sch-event .b-sch-event-content:before {
  border-color: #4858b8;
}
.b-sch-style-colored.b-milestone-wrap.b-sch-color-indigo:not(.b-sch-event-withicon) .b-sch-event:hover .b-sch-event-content {
  background-color: #bec4e6;
}
.b-sch-style-colored.b-milestone-wrap.b-sch-color-indigo:not(.b-sch-event-withicon) .b-sch-event.b-sch-event-selected .b-sch-event-content {
  background-color: #5C6BC0;
}
.b-sch-style-colored.b-milestone-wrap.b-sch-color-indigo:not(.b-sch-event-withicon) .b-sch-event.b-sch-event-selected:hover .b-sch-event-content {
  background-color: #4858b8;
}

.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-indigo .b-sch-event.b-milestone {
  background: #dee1f2;
  border-color: #4858b8;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-indigo .b-sch-event.b-milestone::before, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-indigo .b-sch-event.b-milestone::after {
  background: #dee1f2;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-indigo .b-sch-event.b-milestone > * {
  color: #37458f;
  font-weight: 300;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-indigo .b-sch-event.b-milestone::before {
  border-bottom-color: #4858b8;
  border-left-color: #4858b8;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-indigo .b-sch-event.b-milestone:hover, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-indigo .b-sch-event.b-milestone:hover::before, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-indigo .b-sch-event.b-milestone:hover::after {
  background: #bec4e6;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-indigo .b-sch-event.b-milestone:hover .b-sch-event-content {
  background-color: transparent;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-indigo .b-sch-event.b-milestone.b-sch-event-selected > * {
  color: #fff;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-indigo .b-sch-event.b-milestone.b-sch-event-selected, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-indigo .b-sch-event.b-milestone.b-sch-event-selected::before, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-indigo .b-sch-event.b-milestone.b-sch-event-selected::after {
  background: #5C6BC0;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-indigo .b-sch-event.b-milestone.b-sch-event-selected .b-sch-event-content {
  background-color: transparent;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-indigo .b-sch-event.b-milestone.b-sch-event-selected:hover > * {
  color: #fff;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-indigo .b-sch-event.b-milestone.b-sch-event-selected:hover, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-indigo .b-sch-event.b-milestone.b-sch-event-selected:hover::before, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-indigo .b-sch-event.b-milestone.b-sch-event-selected:hover::after {
  background: #4858b8;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-indigo .b-sch-event.b-milestone.b-sch-event-selected:hover .b-sch-event-content {
  background-color: transparent;
}

.b-sch-style-colored:not(.b-milestone-wrap).b-sch-color-blue .b-sch-event {
  background-color: #d9edfd;
  border-color: #2497f3;
  color: #0b77cf;
}
.b-sch-style-colored:not(.b-milestone-wrap).b-sch-color-blue .b-sch-event:hover {
  background-color: #b3dbfb;
}
.b-sch-style-colored:not(.b-milestone-wrap).b-sch-color-blue .b-sch-event.b-sch-event-resizing, .b-sch-style-colored:not(.b-milestone-wrap).b-sch-color-blue .b-sch-event.b-sch-event-selected {
  background-color: #42A5F5;
  color: #fff;
}
.b-sch-style-colored:not(.b-milestone-wrap).b-sch-color-blue .b-sch-event.b-sch-event-selected:hover {
  background-color: #2497f3;
}
.b-sch-style-colored.b-milestone-wrap.b-sch-color-blue:not(.b-sch-event-withicon) .b-sch-event {
  background: none;
}
.b-sch-style-colored.b-milestone-wrap.b-sch-color-blue:not(.b-sch-event-withicon) .b-sch-event .b-sch-event-content {
  background-color: #d9edfd;
}
.b-sch-style-colored.b-milestone-wrap.b-sch-color-blue:not(.b-sch-event-withicon) .b-sch-event .b-sch-event-content:before {
  border-color: #2497f3;
}
.b-sch-style-colored.b-milestone-wrap.b-sch-color-blue:not(.b-sch-event-withicon) .b-sch-event:hover .b-sch-event-content {
  background-color: #b3dbfb;
}
.b-sch-style-colored.b-milestone-wrap.b-sch-color-blue:not(.b-sch-event-withicon) .b-sch-event.b-sch-event-selected .b-sch-event-content {
  background-color: #42A5F5;
}
.b-sch-style-colored.b-milestone-wrap.b-sch-color-blue:not(.b-sch-event-withicon) .b-sch-event.b-sch-event-selected:hover .b-sch-event-content {
  background-color: #2497f3;
}

.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-blue .b-sch-event.b-milestone {
  background: #d9edfd;
  border-color: #2497f3;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-blue .b-sch-event.b-milestone::before, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-blue .b-sch-event.b-milestone::after {
  background: #d9edfd;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-blue .b-sch-event.b-milestone > * {
  color: #0b77cf;
  font-weight: 300;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-blue .b-sch-event.b-milestone::before {
  border-bottom-color: #2497f3;
  border-left-color: #2497f3;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-blue .b-sch-event.b-milestone:hover, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-blue .b-sch-event.b-milestone:hover::before, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-blue .b-sch-event.b-milestone:hover::after {
  background: #b3dbfb;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-blue .b-sch-event.b-milestone:hover .b-sch-event-content {
  background-color: transparent;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-blue .b-sch-event.b-milestone.b-sch-event-selected > * {
  color: #fff;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-blue .b-sch-event.b-milestone.b-sch-event-selected, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-blue .b-sch-event.b-milestone.b-sch-event-selected::before, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-blue .b-sch-event.b-milestone.b-sch-event-selected::after {
  background: #42A5F5;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-blue .b-sch-event.b-milestone.b-sch-event-selected .b-sch-event-content {
  background-color: transparent;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-blue .b-sch-event.b-milestone.b-sch-event-selected:hover > * {
  color: #fff;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-blue .b-sch-event.b-milestone.b-sch-event-selected:hover, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-blue .b-sch-event.b-milestone.b-sch-event-selected:hover::before, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-blue .b-sch-event.b-milestone.b-sch-event-selected:hover::after {
  background: #2497f3;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-blue .b-sch-event.b-milestone.b-sch-event-selected:hover .b-sch-event-content {
  background-color: transparent;
}

.b-sch-style-colored:not(.b-milestone-wrap).b-sch-color-cyan .b-sch-event {
  background-color: #d4f4f8;
  border-color: #22b3c5;
  color: #1a8b99;
}
.b-sch-style-colored:not(.b-milestone-wrap).b-sch-color-cyan .b-sch-event:hover {
  background-color: #a8e8f0;
}
.b-sch-style-colored:not(.b-milestone-wrap).b-sch-color-cyan .b-sch-event.b-sch-event-resizing, .b-sch-style-colored:not(.b-milestone-wrap).b-sch-color-cyan .b-sch-event.b-sch-event-selected {
  background-color: #26C6DA;
  color: #fff;
}
.b-sch-style-colored:not(.b-milestone-wrap).b-sch-color-cyan .b-sch-event.b-sch-event-selected:hover {
  background-color: #22b3c5;
}
.b-sch-style-colored.b-milestone-wrap.b-sch-color-cyan:not(.b-sch-event-withicon) .b-sch-event {
  background: none;
}
.b-sch-style-colored.b-milestone-wrap.b-sch-color-cyan:not(.b-sch-event-withicon) .b-sch-event .b-sch-event-content {
  background-color: #d4f4f8;
}
.b-sch-style-colored.b-milestone-wrap.b-sch-color-cyan:not(.b-sch-event-withicon) .b-sch-event .b-sch-event-content:before {
  border-color: #22b3c5;
}
.b-sch-style-colored.b-milestone-wrap.b-sch-color-cyan:not(.b-sch-event-withicon) .b-sch-event:hover .b-sch-event-content {
  background-color: #a8e8f0;
}
.b-sch-style-colored.b-milestone-wrap.b-sch-color-cyan:not(.b-sch-event-withicon) .b-sch-event.b-sch-event-selected .b-sch-event-content {
  background-color: #26C6DA;
}
.b-sch-style-colored.b-milestone-wrap.b-sch-color-cyan:not(.b-sch-event-withicon) .b-sch-event.b-sch-event-selected:hover .b-sch-event-content {
  background-color: #22b3c5;
}

.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-cyan .b-sch-event.b-milestone {
  background: #d4f4f8;
  border-color: #22b3c5;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-cyan .b-sch-event.b-milestone::before, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-cyan .b-sch-event.b-milestone::after {
  background: #d4f4f8;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-cyan .b-sch-event.b-milestone > * {
  color: #1a8b99;
  font-weight: 300;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-cyan .b-sch-event.b-milestone::before {
  border-bottom-color: #22b3c5;
  border-left-color: #22b3c5;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-cyan .b-sch-event.b-milestone:hover, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-cyan .b-sch-event.b-milestone:hover::before, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-cyan .b-sch-event.b-milestone:hover::after {
  background: #a8e8f0;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-cyan .b-sch-event.b-milestone:hover .b-sch-event-content {
  background-color: transparent;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-cyan .b-sch-event.b-milestone.b-sch-event-selected > * {
  color: #fff;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-cyan .b-sch-event.b-milestone.b-sch-event-selected, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-cyan .b-sch-event.b-milestone.b-sch-event-selected::before, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-cyan .b-sch-event.b-milestone.b-sch-event-selected::after {
  background: #26C6DA;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-cyan .b-sch-event.b-milestone.b-sch-event-selected .b-sch-event-content {
  background-color: transparent;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-cyan .b-sch-event.b-milestone.b-sch-event-selected:hover > * {
  color: #fff;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-cyan .b-sch-event.b-milestone.b-sch-event-selected:hover, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-cyan .b-sch-event.b-milestone.b-sch-event-selected:hover::before, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-cyan .b-sch-event.b-milestone.b-sch-event-selected:hover::after {
  background: #22b3c5;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-cyan .b-sch-event.b-milestone.b-sch-event-selected:hover .b-sch-event-content {
  background-color: transparent;
}

.b-sch-style-colored:not(.b-milestone-wrap).b-sch-color-teal .b-sch-event {
  background-color: #cdf4f0;
  border-color: #22958b;
  color: #1b746c;
}
.b-sch-style-colored:not(.b-milestone-wrap).b-sch-color-teal .b-sch-event:hover {
  background-color: #9be8e1;
}
.b-sch-style-colored:not(.b-milestone-wrap).b-sch-color-teal .b-sch-event.b-sch-event-resizing, .b-sch-style-colored:not(.b-milestone-wrap).b-sch-color-teal .b-sch-event.b-sch-event-selected {
  background-color: #26A69A;
  color: #fff;
}
.b-sch-style-colored:not(.b-milestone-wrap).b-sch-color-teal .b-sch-event.b-sch-event-selected:hover {
  background-color: #22958b;
}
.b-sch-style-colored.b-milestone-wrap.b-sch-color-teal:not(.b-sch-event-withicon) .b-sch-event {
  background: none;
}
.b-sch-style-colored.b-milestone-wrap.b-sch-color-teal:not(.b-sch-event-withicon) .b-sch-event .b-sch-event-content {
  background-color: #cdf4f0;
}
.b-sch-style-colored.b-milestone-wrap.b-sch-color-teal:not(.b-sch-event-withicon) .b-sch-event .b-sch-event-content:before {
  border-color: #22958b;
}
.b-sch-style-colored.b-milestone-wrap.b-sch-color-teal:not(.b-sch-event-withicon) .b-sch-event:hover .b-sch-event-content {
  background-color: #9be8e1;
}
.b-sch-style-colored.b-milestone-wrap.b-sch-color-teal:not(.b-sch-event-withicon) .b-sch-event.b-sch-event-selected .b-sch-event-content {
  background-color: #26A69A;
}
.b-sch-style-colored.b-milestone-wrap.b-sch-color-teal:not(.b-sch-event-withicon) .b-sch-event.b-sch-event-selected:hover .b-sch-event-content {
  background-color: #22958b;
}

.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-teal .b-sch-event.b-milestone {
  background: #cdf4f0;
  border-color: #22958b;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-teal .b-sch-event.b-milestone::before, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-teal .b-sch-event.b-milestone::after {
  background: #cdf4f0;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-teal .b-sch-event.b-milestone > * {
  color: #1b746c;
  font-weight: 300;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-teal .b-sch-event.b-milestone::before {
  border-bottom-color: #22958b;
  border-left-color: #22958b;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-teal .b-sch-event.b-milestone:hover, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-teal .b-sch-event.b-milestone:hover::before, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-teal .b-sch-event.b-milestone:hover::after {
  background: #9be8e1;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-teal .b-sch-event.b-milestone:hover .b-sch-event-content {
  background-color: transparent;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-teal .b-sch-event.b-milestone.b-sch-event-selected > * {
  color: #fff;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-teal .b-sch-event.b-milestone.b-sch-event-selected, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-teal .b-sch-event.b-milestone.b-sch-event-selected::before, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-teal .b-sch-event.b-milestone.b-sch-event-selected::after {
  background: #26A69A;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-teal .b-sch-event.b-milestone.b-sch-event-selected .b-sch-event-content {
  background-color: transparent;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-teal .b-sch-event.b-milestone.b-sch-event-selected:hover > * {
  color: #fff;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-teal .b-sch-event.b-milestone.b-sch-event-selected:hover, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-teal .b-sch-event.b-milestone.b-sch-event-selected:hover::before, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-teal .b-sch-event.b-milestone.b-sch-event-selected:hover::after {
  background: #22958b;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-teal .b-sch-event.b-milestone.b-sch-event-selected:hover .b-sch-event-content {
  background-color: transparent;
}

.b-sch-style-colored:not(.b-milestone-wrap).b-sch-color-green .b-sch-event {
  background-color: #e0f1e1;
  border-color: #52b257;
  color: #3e8c42;
}
.b-sch-style-colored:not(.b-milestone-wrap).b-sch-color-green .b-sch-event:hover {
  background-color: #c2e4c3;
}
.b-sch-style-colored:not(.b-milestone-wrap).b-sch-color-green .b-sch-event.b-sch-event-resizing, .b-sch-style-colored:not(.b-milestone-wrap).b-sch-color-green .b-sch-event.b-sch-event-selected {
  background-color: #66BB6A;
  color: #fff;
}
.b-sch-style-colored:not(.b-milestone-wrap).b-sch-color-green .b-sch-event.b-sch-event-selected:hover {
  background-color: #52b257;
}
.b-sch-style-colored.b-milestone-wrap.b-sch-color-green:not(.b-sch-event-withicon) .b-sch-event {
  background: none;
}
.b-sch-style-colored.b-milestone-wrap.b-sch-color-green:not(.b-sch-event-withicon) .b-sch-event .b-sch-event-content {
  background-color: #e0f1e1;
}
.b-sch-style-colored.b-milestone-wrap.b-sch-color-green:not(.b-sch-event-withicon) .b-sch-event .b-sch-event-content:before {
  border-color: #52b257;
}
.b-sch-style-colored.b-milestone-wrap.b-sch-color-green:not(.b-sch-event-withicon) .b-sch-event:hover .b-sch-event-content {
  background-color: #c2e4c3;
}
.b-sch-style-colored.b-milestone-wrap.b-sch-color-green:not(.b-sch-event-withicon) .b-sch-event.b-sch-event-selected .b-sch-event-content {
  background-color: #66BB6A;
}
.b-sch-style-colored.b-milestone-wrap.b-sch-color-green:not(.b-sch-event-withicon) .b-sch-event.b-sch-event-selected:hover .b-sch-event-content {
  background-color: #52b257;
}

.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-green .b-sch-event.b-milestone {
  background: #e0f1e1;
  border-color: #52b257;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-green .b-sch-event.b-milestone::before, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-green .b-sch-event.b-milestone::after {
  background: #e0f1e1;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-green .b-sch-event.b-milestone > * {
  color: #3e8c42;
  font-weight: 300;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-green .b-sch-event.b-milestone::before {
  border-bottom-color: #52b257;
  border-left-color: #52b257;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-green .b-sch-event.b-milestone:hover, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-green .b-sch-event.b-milestone:hover::before, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-green .b-sch-event.b-milestone:hover::after {
  background: #c2e4c3;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-green .b-sch-event.b-milestone:hover .b-sch-event-content {
  background-color: transparent;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-green .b-sch-event.b-milestone.b-sch-event-selected > * {
  color: #fff;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-green .b-sch-event.b-milestone.b-sch-event-selected, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-green .b-sch-event.b-milestone.b-sch-event-selected::before, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-green .b-sch-event.b-milestone.b-sch-event-selected::after {
  background: #66BB6A;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-green .b-sch-event.b-milestone.b-sch-event-selected .b-sch-event-content {
  background-color: transparent;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-green .b-sch-event.b-milestone.b-sch-event-selected:hover > * {
  color: #fff;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-green .b-sch-event.b-milestone.b-sch-event-selected:hover, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-green .b-sch-event.b-milestone.b-sch-event-selected:hover::before, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-green .b-sch-event.b-milestone.b-sch-event-selected:hover::after {
  background: #52b257;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-green .b-sch-event.b-milestone.b-sch-event-selected:hover .b-sch-event-content {
  background-color: transparent;
}

.b-sch-style-colored:not(.b-milestone-wrap).b-sch-color-lime .b-sch-event {
  background-color: #f6f9dd;
  border-color: #cddc3d;
  color: #abb921;
}
.b-sch-style-colored:not(.b-milestone-wrap).b-sch-color-lime .b-sch-event:hover {
  background-color: #eef3bc;
}
.b-sch-style-colored:not(.b-milestone-wrap).b-sch-color-lime .b-sch-event.b-sch-event-resizing, .b-sch-style-colored:not(.b-milestone-wrap).b-sch-color-lime .b-sch-event.b-sch-event-selected {
  background-color: #D4E157;
  color: #fff;
}
.b-sch-style-colored:not(.b-milestone-wrap).b-sch-color-lime .b-sch-event.b-sch-event-selected:hover {
  background-color: #cddc3d;
}
.b-sch-style-colored.b-milestone-wrap.b-sch-color-lime:not(.b-sch-event-withicon) .b-sch-event {
  background: none;
}
.b-sch-style-colored.b-milestone-wrap.b-sch-color-lime:not(.b-sch-event-withicon) .b-sch-event .b-sch-event-content {
  background-color: #f6f9dd;
}
.b-sch-style-colored.b-milestone-wrap.b-sch-color-lime:not(.b-sch-event-withicon) .b-sch-event .b-sch-event-content:before {
  border-color: #cddc3d;
}
.b-sch-style-colored.b-milestone-wrap.b-sch-color-lime:not(.b-sch-event-withicon) .b-sch-event:hover .b-sch-event-content {
  background-color: #eef3bc;
}
.b-sch-style-colored.b-milestone-wrap.b-sch-color-lime:not(.b-sch-event-withicon) .b-sch-event.b-sch-event-selected .b-sch-event-content {
  background-color: #D4E157;
}
.b-sch-style-colored.b-milestone-wrap.b-sch-color-lime:not(.b-sch-event-withicon) .b-sch-event.b-sch-event-selected:hover .b-sch-event-content {
  background-color: #cddc3d;
}

.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-lime .b-sch-event.b-milestone {
  background: #f6f9dd;
  border-color: #cddc3d;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-lime .b-sch-event.b-milestone::before, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-lime .b-sch-event.b-milestone::after {
  background: #f6f9dd;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-lime .b-sch-event.b-milestone > * {
  color: #abb921;
  font-weight: 300;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-lime .b-sch-event.b-milestone::before {
  border-bottom-color: #cddc3d;
  border-left-color: #cddc3d;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-lime .b-sch-event.b-milestone:hover, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-lime .b-sch-event.b-milestone:hover::before, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-lime .b-sch-event.b-milestone:hover::after {
  background: #eef3bc;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-lime .b-sch-event.b-milestone:hover .b-sch-event-content {
  background-color: transparent;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-lime .b-sch-event.b-milestone.b-sch-event-selected > * {
  color: #fff;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-lime .b-sch-event.b-milestone.b-sch-event-selected, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-lime .b-sch-event.b-milestone.b-sch-event-selected::before, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-lime .b-sch-event.b-milestone.b-sch-event-selected::after {
  background: #D4E157;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-lime .b-sch-event.b-milestone.b-sch-event-selected .b-sch-event-content {
  background-color: transparent;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-lime .b-sch-event.b-milestone.b-sch-event-selected:hover > * {
  color: #fff;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-lime .b-sch-event.b-milestone.b-sch-event-selected:hover, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-lime .b-sch-event.b-milestone.b-sch-event-selected:hover::before, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-lime .b-sch-event.b-milestone.b-sch-event-selected:hover::after {
  background: #cddc3d;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-lime .b-sch-event.b-milestone.b-sch-event-selected:hover .b-sch-event-content {
  background-color: transparent;
}

.b-sch-style-colored:not(.b-milestone-wrap).b-sch-color-yellow .b-sch-event {
  background-color: #fff7d7;
  border-color: #fdd217;
  color: #d4ad02;
}
.b-sch-style-colored:not(.b-milestone-wrap).b-sch-color-yellow .b-sch-event:hover {
  background-color: #feefae;
}
.b-sch-style-colored:not(.b-milestone-wrap).b-sch-color-yellow .b-sch-event.b-sch-event-resizing, .b-sch-style-colored:not(.b-milestone-wrap).b-sch-color-yellow .b-sch-event.b-sch-event-selected {
  background-color: #FDD835;
  color: #fff;
}
.b-sch-style-colored:not(.b-milestone-wrap).b-sch-color-yellow .b-sch-event.b-sch-event-selected:hover {
  background-color: #fdd217;
}
.b-sch-style-colored.b-milestone-wrap.b-sch-color-yellow:not(.b-sch-event-withicon) .b-sch-event {
  background: none;
}
.b-sch-style-colored.b-milestone-wrap.b-sch-color-yellow:not(.b-sch-event-withicon) .b-sch-event .b-sch-event-content {
  background-color: #fff7d7;
}
.b-sch-style-colored.b-milestone-wrap.b-sch-color-yellow:not(.b-sch-event-withicon) .b-sch-event .b-sch-event-content:before {
  border-color: #fdd217;
}
.b-sch-style-colored.b-milestone-wrap.b-sch-color-yellow:not(.b-sch-event-withicon) .b-sch-event:hover .b-sch-event-content {
  background-color: #feefae;
}
.b-sch-style-colored.b-milestone-wrap.b-sch-color-yellow:not(.b-sch-event-withicon) .b-sch-event.b-sch-event-selected .b-sch-event-content {
  background-color: #FDD835;
}
.b-sch-style-colored.b-milestone-wrap.b-sch-color-yellow:not(.b-sch-event-withicon) .b-sch-event.b-sch-event-selected:hover .b-sch-event-content {
  background-color: #fdd217;
}

.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-yellow .b-sch-event.b-milestone {
  background: #fff7d7;
  border-color: #fdd217;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-yellow .b-sch-event.b-milestone::before, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-yellow .b-sch-event.b-milestone::after {
  background: #fff7d7;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-yellow .b-sch-event.b-milestone > * {
  color: #d4ad02;
  font-weight: 300;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-yellow .b-sch-event.b-milestone::before {
  border-bottom-color: #fdd217;
  border-left-color: #fdd217;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-yellow .b-sch-event.b-milestone:hover, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-yellow .b-sch-event.b-milestone:hover::before, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-yellow .b-sch-event.b-milestone:hover::after {
  background: #feefae;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-yellow .b-sch-event.b-milestone:hover .b-sch-event-content {
  background-color: transparent;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-yellow .b-sch-event.b-milestone.b-sch-event-selected > * {
  color: #fff;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-yellow .b-sch-event.b-milestone.b-sch-event-selected, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-yellow .b-sch-event.b-milestone.b-sch-event-selected::before, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-yellow .b-sch-event.b-milestone.b-sch-event-selected::after {
  background: #FDD835;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-yellow .b-sch-event.b-milestone.b-sch-event-selected .b-sch-event-content {
  background-color: transparent;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-yellow .b-sch-event.b-milestone.b-sch-event-selected:hover > * {
  color: #fff;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-yellow .b-sch-event.b-milestone.b-sch-event-selected:hover, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-yellow .b-sch-event.b-milestone.b-sch-event-selected:hover::before, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-yellow .b-sch-event.b-milestone.b-sch-event-selected:hover::after {
  background: #fdd217;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-yellow .b-sch-event.b-milestone.b-sch-event-selected:hover .b-sch-event-content {
  background-color: transparent;
}

.b-sch-style-colored:not(.b-milestone-wrap).b-sch-color-orange .b-sch-event {
  background-color: #ffedd4;
  border-color: #ff9b09;
  color: #cd7a00;
}
.b-sch-style-colored:not(.b-milestone-wrap).b-sch-color-orange .b-sch-event:hover {
  background-color: #ffdca8;
}
.b-sch-style-colored:not(.b-milestone-wrap).b-sch-color-orange .b-sch-event.b-sch-event-resizing, .b-sch-style-colored:not(.b-milestone-wrap).b-sch-color-orange .b-sch-event.b-sch-event-selected {
  background-color: #FFA726;
  color: #fff;
}
.b-sch-style-colored:not(.b-milestone-wrap).b-sch-color-orange .b-sch-event.b-sch-event-selected:hover {
  background-color: #ff9b09;
}
.b-sch-style-colored.b-milestone-wrap.b-sch-color-orange:not(.b-sch-event-withicon) .b-sch-event {
  background: none;
}
.b-sch-style-colored.b-milestone-wrap.b-sch-color-orange:not(.b-sch-event-withicon) .b-sch-event .b-sch-event-content {
  background-color: #ffedd4;
}
.b-sch-style-colored.b-milestone-wrap.b-sch-color-orange:not(.b-sch-event-withicon) .b-sch-event .b-sch-event-content:before {
  border-color: #ff9b09;
}
.b-sch-style-colored.b-milestone-wrap.b-sch-color-orange:not(.b-sch-event-withicon) .b-sch-event:hover .b-sch-event-content {
  background-color: #ffdca8;
}
.b-sch-style-colored.b-milestone-wrap.b-sch-color-orange:not(.b-sch-event-withicon) .b-sch-event.b-sch-event-selected .b-sch-event-content {
  background-color: #FFA726;
}
.b-sch-style-colored.b-milestone-wrap.b-sch-color-orange:not(.b-sch-event-withicon) .b-sch-event.b-sch-event-selected:hover .b-sch-event-content {
  background-color: #ff9b09;
}

.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-orange .b-sch-event.b-milestone {
  background: #ffedd4;
  border-color: #ff9b09;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-orange .b-sch-event.b-milestone::before, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-orange .b-sch-event.b-milestone::after {
  background: #ffedd4;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-orange .b-sch-event.b-milestone > * {
  color: #cd7a00;
  font-weight: 300;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-orange .b-sch-event.b-milestone::before {
  border-bottom-color: #ff9b09;
  border-left-color: #ff9b09;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-orange .b-sch-event.b-milestone:hover, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-orange .b-sch-event.b-milestone:hover::before, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-orange .b-sch-event.b-milestone:hover::after {
  background: #ffdca8;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-orange .b-sch-event.b-milestone:hover .b-sch-event-content {
  background-color: transparent;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-orange .b-sch-event.b-milestone.b-sch-event-selected > * {
  color: #fff;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-orange .b-sch-event.b-milestone.b-sch-event-selected, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-orange .b-sch-event.b-milestone.b-sch-event-selected::before, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-orange .b-sch-event.b-milestone.b-sch-event-selected::after {
  background: #FFA726;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-orange .b-sch-event.b-milestone.b-sch-event-selected .b-sch-event-content {
  background-color: transparent;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-orange .b-sch-event.b-milestone.b-sch-event-selected:hover > * {
  color: #fff;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-orange .b-sch-event.b-milestone.b-sch-event-selected:hover, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-orange .b-sch-event.b-milestone.b-sch-event-selected:hover::before, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-orange .b-sch-event.b-milestone.b-sch-event-selected:hover::after {
  background: #ff9b09;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-orange .b-sch-event.b-milestone.b-sch-event-selected:hover .b-sch-event-content {
  background-color: transparent;
}

.b-sch-style-colored:not(.b-milestone-wrap).b-sch-color-deep-orange .b-sch-event {
  background-color: #ffe2d9;
  border-color: #ff5823;
  color: #e13600;
}
.b-sch-style-colored:not(.b-milestone-wrap).b-sch-color-deep-orange .b-sch-event:hover {
  background-color: #ffc6b4;
}
.b-sch-style-colored:not(.b-milestone-wrap).b-sch-color-deep-orange .b-sch-event.b-sch-event-resizing, .b-sch-style-colored:not(.b-milestone-wrap).b-sch-color-deep-orange .b-sch-event.b-sch-event-selected {
  background-color: #ff7043;
  color: #fff;
}
.b-sch-style-colored:not(.b-milestone-wrap).b-sch-color-deep-orange .b-sch-event.b-sch-event-selected:hover {
  background-color: #ff5823;
}
.b-sch-style-colored.b-milestone-wrap.b-sch-color-deep-orange:not(.b-sch-event-withicon) .b-sch-event {
  background: none;
}
.b-sch-style-colored.b-milestone-wrap.b-sch-color-deep-orange:not(.b-sch-event-withicon) .b-sch-event .b-sch-event-content {
  background-color: #ffe2d9;
}
.b-sch-style-colored.b-milestone-wrap.b-sch-color-deep-orange:not(.b-sch-event-withicon) .b-sch-event .b-sch-event-content:before {
  border-color: #ff5823;
}
.b-sch-style-colored.b-milestone-wrap.b-sch-color-deep-orange:not(.b-sch-event-withicon) .b-sch-event:hover .b-sch-event-content {
  background-color: #ffc6b4;
}
.b-sch-style-colored.b-milestone-wrap.b-sch-color-deep-orange:not(.b-sch-event-withicon) .b-sch-event.b-sch-event-selected .b-sch-event-content {
  background-color: #ff7043;
}
.b-sch-style-colored.b-milestone-wrap.b-sch-color-deep-orange:not(.b-sch-event-withicon) .b-sch-event.b-sch-event-selected:hover .b-sch-event-content {
  background-color: #ff5823;
}

.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-deep-orange .b-sch-event.b-milestone {
  background: #ffe2d9;
  border-color: #ff5823;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-deep-orange .b-sch-event.b-milestone::before, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-deep-orange .b-sch-event.b-milestone::after {
  background: #ffe2d9;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-deep-orange .b-sch-event.b-milestone > * {
  color: #e13600;
  font-weight: 300;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-deep-orange .b-sch-event.b-milestone::before {
  border-bottom-color: #ff5823;
  border-left-color: #ff5823;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-deep-orange .b-sch-event.b-milestone:hover, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-deep-orange .b-sch-event.b-milestone:hover::before, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-deep-orange .b-sch-event.b-milestone:hover::after {
  background: #ffc6b4;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-deep-orange .b-sch-event.b-milestone:hover .b-sch-event-content {
  background-color: transparent;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-deep-orange .b-sch-event.b-milestone.b-sch-event-selected > * {
  color: #fff;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-deep-orange .b-sch-event.b-milestone.b-sch-event-selected, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-deep-orange .b-sch-event.b-milestone.b-sch-event-selected::before, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-deep-orange .b-sch-event.b-milestone.b-sch-event-selected::after {
  background: #ff7043;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-deep-orange .b-sch-event.b-milestone.b-sch-event-selected .b-sch-event-content {
  background-color: transparent;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-deep-orange .b-sch-event.b-milestone.b-sch-event-selected:hover > * {
  color: #fff;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-deep-orange .b-sch-event.b-milestone.b-sch-event-selected:hover, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-deep-orange .b-sch-event.b-milestone.b-sch-event-selected:hover::before, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-deep-orange .b-sch-event.b-milestone.b-sch-event-selected:hover::after {
  background: #ff5823;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-deep-orange .b-sch-event.b-milestone.b-sch-event-selected:hover .b-sch-event-content {
  background-color: transparent;
}

.b-sch-style-colored:not(.b-milestone-wrap).b-sch-color-gray .b-sch-event {
  background-color: #ececec;
  border-color: #909090;
  color: #707070;
}
.b-sch-style-colored:not(.b-milestone-wrap).b-sch-color-gray .b-sch-event:hover {
  background-color: #d9d9d9;
}
.b-sch-style-colored:not(.b-milestone-wrap).b-sch-color-gray .b-sch-event.b-sch-event-resizing, .b-sch-style-colored:not(.b-milestone-wrap).b-sch-color-gray .b-sch-event.b-sch-event-selected {
  background-color: #a0a0a0;
  color: #fff;
}
.b-sch-style-colored:not(.b-milestone-wrap).b-sch-color-gray .b-sch-event.b-sch-event-selected:hover {
  background-color: #909090;
}
.b-sch-style-colored.b-milestone-wrap.b-sch-color-gray:not(.b-sch-event-withicon) .b-sch-event {
  background: none;
}
.b-sch-style-colored.b-milestone-wrap.b-sch-color-gray:not(.b-sch-event-withicon) .b-sch-event .b-sch-event-content {
  background-color: #ececec;
}
.b-sch-style-colored.b-milestone-wrap.b-sch-color-gray:not(.b-sch-event-withicon) .b-sch-event .b-sch-event-content:before {
  border-color: #909090;
}
.b-sch-style-colored.b-milestone-wrap.b-sch-color-gray:not(.b-sch-event-withicon) .b-sch-event:hover .b-sch-event-content {
  background-color: #d9d9d9;
}
.b-sch-style-colored.b-milestone-wrap.b-sch-color-gray:not(.b-sch-event-withicon) .b-sch-event.b-sch-event-selected .b-sch-event-content {
  background-color: #a0a0a0;
}
.b-sch-style-colored.b-milestone-wrap.b-sch-color-gray:not(.b-sch-event-withicon) .b-sch-event.b-sch-event-selected:hover .b-sch-event-content {
  background-color: #909090;
}

.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-gray .b-sch-event.b-milestone {
  background: #ececec;
  border-color: #909090;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-gray .b-sch-event.b-milestone::before, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-gray .b-sch-event.b-milestone::after {
  background: #ececec;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-gray .b-sch-event.b-milestone > * {
  color: #707070;
  font-weight: 300;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-gray .b-sch-event.b-milestone::before {
  border-bottom-color: #909090;
  border-left-color: #909090;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-gray .b-sch-event.b-milestone:hover, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-gray .b-sch-event.b-milestone:hover::before, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-gray .b-sch-event.b-milestone:hover::after {
  background: #d9d9d9;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-gray .b-sch-event.b-milestone:hover .b-sch-event-content {
  background-color: transparent;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-gray .b-sch-event.b-milestone.b-sch-event-selected > * {
  color: #fff;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-gray .b-sch-event.b-milestone.b-sch-event-selected, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-gray .b-sch-event.b-milestone.b-sch-event-selected::before, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-gray .b-sch-event.b-milestone.b-sch-event-selected::after {
  background: #a0a0a0;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-gray .b-sch-event.b-milestone.b-sch-event-selected .b-sch-event-content {
  background-color: transparent;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-gray .b-sch-event.b-milestone.b-sch-event-selected:hover > * {
  color: #fff;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-gray .b-sch-event.b-milestone.b-sch-event-selected:hover, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-gray .b-sch-event.b-milestone.b-sch-event-selected:hover::before, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-gray .b-sch-event.b-milestone.b-sch-event-selected:hover::after {
  background: #909090;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-gray .b-sch-event.b-milestone.b-sch-event-selected:hover .b-sch-event-content {
  background-color: transparent;
}

.b-sch-style-calendar:not(.b-milestone-wrap).b-sch-color-red .b-sch-event {
  background-color: #fcdddc;
  border-color: #ec3633;
  color: #cd1613;
}
.b-sch-style-calendar:not(.b-milestone-wrap).b-sch-color-red .b-sch-event:hover {
  background-color: #f9bab9;
}
.b-sch-style-calendar:not(.b-milestone-wrap).b-sch-color-red .b-sch-event.b-sch-event-resizing, .b-sch-style-calendar:not(.b-milestone-wrap).b-sch-color-red .b-sch-event.b-sch-event-selected {
  background-color: #f7a9a8;
  color: #fff;
}
.b-sch-style-calendar:not(.b-milestone-wrap).b-sch-color-red .b-sch-event.b-sch-event-selected:hover {
  background-color: #f48482;
}
.b-sch-style-calendar.b-milestone-wrap.b-sch-color-red:not(.b-sch-event-withicon) .b-sch-event {
  background: none;
}
.b-sch-style-calendar.b-milestone-wrap.b-sch-color-red:not(.b-sch-event-withicon) .b-sch-event .b-sch-event-content {
  background-color: #fcdddc;
}
.b-sch-style-calendar.b-milestone-wrap.b-sch-color-red:not(.b-sch-event-withicon) .b-sch-event .b-sch-event-content:before {
  border-color: #ec3633;
}
.b-sch-style-calendar.b-milestone-wrap.b-sch-color-red:not(.b-sch-event-withicon) .b-sch-event:hover .b-sch-event-content {
  background-color: #f9bab9;
}
.b-sch-style-calendar.b-milestone-wrap.b-sch-color-red:not(.b-sch-event-withicon) .b-sch-event.b-sch-event-selected .b-sch-event-content {
  background-color: #EF5350;
}
.b-sch-style-calendar.b-milestone-wrap.b-sch-color-red:not(.b-sch-event-withicon) .b-sch-event.b-sch-event-selected:hover .b-sch-event-content {
  background-color: #f48482;
}

.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-red .b-sch-event.b-milestone {
  background: #fcdddc;
  border-color: #ec3633;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-red .b-sch-event.b-milestone::before, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-red .b-sch-event.b-milestone::after {
  background: #fcdddc;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-red .b-sch-event.b-milestone > * {
  color: #cd1613;
  font-weight: 300;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-red .b-sch-event.b-milestone::before {
  border-bottom-color: #ec3633;
  border-left-color: #ec3633;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-red .b-sch-event.b-milestone:hover, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-red .b-sch-event.b-milestone:hover::before, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-red .b-sch-event.b-milestone:hover::after {
  background: #f9bab9;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-red .b-sch-event.b-milestone:hover .b-sch-event-content {
  background-color: transparent;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-red .b-sch-event.b-milestone.b-sch-event-selected > * {
  color: #fff;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-red .b-sch-event.b-milestone.b-sch-event-selected, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-red .b-sch-event.b-milestone.b-sch-event-selected::before, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-red .b-sch-event.b-milestone.b-sch-event-selected::after {
  background: #EF5350;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-red .b-sch-event.b-milestone.b-sch-event-selected .b-sch-event-content {
  background-color: transparent;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-red .b-sch-event.b-milestone.b-sch-event-selected:hover > * {
  color: #fff;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-red .b-sch-event.b-milestone.b-sch-event-selected:hover, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-red .b-sch-event.b-milestone.b-sch-event-selected:hover::before, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-red .b-sch-event.b-milestone.b-sch-event-selected:hover::after {
  background: #f48482;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-red .b-sch-event.b-milestone.b-sch-event-selected:hover .b-sch-event-content {
  background-color: transparent;
}

.b-sch-style-calendar:not(.b-milestone-wrap).b-sch-color-pink .b-sch-event {
  background-color: #fbd9e4;
  border-color: #e92567;
  color: #bf134d;
}
.b-sch-style-calendar:not(.b-milestone-wrap).b-sch-color-pink .b-sch-event:hover {
  background-color: #f7b3ca;
}
.b-sch-style-calendar:not(.b-milestone-wrap).b-sch-color-pink .b-sch-event.b-sch-event-resizing, .b-sch-style-calendar:not(.b-milestone-wrap).b-sch-color-pink .b-sch-event.b-sch-event-selected {
  background-color: #f6a0bd;
  color: #fff;
}
.b-sch-style-calendar:not(.b-milestone-wrap).b-sch-color-pink .b-sch-event.b-sch-event-selected:hover {
  background-color: #f27ba3;
}
.b-sch-style-calendar.b-milestone-wrap.b-sch-color-pink:not(.b-sch-event-withicon) .b-sch-event {
  background: none;
}
.b-sch-style-calendar.b-milestone-wrap.b-sch-color-pink:not(.b-sch-event-withicon) .b-sch-event .b-sch-event-content {
  background-color: #fbd9e4;
}
.b-sch-style-calendar.b-milestone-wrap.b-sch-color-pink:not(.b-sch-event-withicon) .b-sch-event .b-sch-event-content:before {
  border-color: #e92567;
}
.b-sch-style-calendar.b-milestone-wrap.b-sch-color-pink:not(.b-sch-event-withicon) .b-sch-event:hover .b-sch-event-content {
  background-color: #f7b3ca;
}
.b-sch-style-calendar.b-milestone-wrap.b-sch-color-pink:not(.b-sch-event-withicon) .b-sch-event.b-sch-event-selected .b-sch-event-content {
  background-color: #EC407A;
}
.b-sch-style-calendar.b-milestone-wrap.b-sch-color-pink:not(.b-sch-event-withicon) .b-sch-event.b-sch-event-selected:hover .b-sch-event-content {
  background-color: #f27ba3;
}

.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-pink .b-sch-event.b-milestone {
  background: #fbd9e4;
  border-color: #e92567;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-pink .b-sch-event.b-milestone::before, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-pink .b-sch-event.b-milestone::after {
  background: #fbd9e4;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-pink .b-sch-event.b-milestone > * {
  color: #bf134d;
  font-weight: 300;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-pink .b-sch-event.b-milestone::before {
  border-bottom-color: #e92567;
  border-left-color: #e92567;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-pink .b-sch-event.b-milestone:hover, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-pink .b-sch-event.b-milestone:hover::before, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-pink .b-sch-event.b-milestone:hover::after {
  background: #f7b3ca;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-pink .b-sch-event.b-milestone:hover .b-sch-event-content {
  background-color: transparent;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-pink .b-sch-event.b-milestone.b-sch-event-selected > * {
  color: #fff;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-pink .b-sch-event.b-milestone.b-sch-event-selected, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-pink .b-sch-event.b-milestone.b-sch-event-selected::before, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-pink .b-sch-event.b-milestone.b-sch-event-selected::after {
  background: #EC407A;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-pink .b-sch-event.b-milestone.b-sch-event-selected .b-sch-event-content {
  background-color: transparent;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-pink .b-sch-event.b-milestone.b-sch-event-selected:hover > * {
  color: #fff;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-pink .b-sch-event.b-milestone.b-sch-event-selected:hover, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-pink .b-sch-event.b-milestone.b-sch-event-selected:hover::before, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-pink .b-sch-event.b-milestone.b-sch-event-selected:hover::after {
  background: #f27ba3;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-pink .b-sch-event.b-milestone.b-sch-event-selected:hover .b-sch-event-content {
  background-color: transparent;
}

.b-sch-style-calendar:not(.b-milestone-wrap).b-sch-color-purple .b-sch-event {
  background-color: #eedaf2;
  border-color: #9b3eab;
  color: #793085;
}
.b-sch-style-calendar:not(.b-milestone-wrap).b-sch-color-purple .b-sch-event:hover {
  background-color: #ddb5e4;
}
.b-sch-style-calendar:not(.b-milestone-wrap).b-sch-color-purple .b-sch-event.b-sch-event-resizing, .b-sch-style-calendar:not(.b-milestone-wrap).b-sch-color-purple .b-sch-event.b-sch-event-selected {
  background-color: #d5a3de;
  color: #fff;
}
.b-sch-style-calendar:not(.b-milestone-wrap).b-sch-color-purple .b-sch-event.b-sch-event-selected:hover {
  background-color: #c887d3;
}
.b-sch-style-calendar.b-milestone-wrap.b-sch-color-purple:not(.b-sch-event-withicon) .b-sch-event {
  background: none;
}
.b-sch-style-calendar.b-milestone-wrap.b-sch-color-purple:not(.b-sch-event-withicon) .b-sch-event .b-sch-event-content {
  background-color: #eedaf2;
}
.b-sch-style-calendar.b-milestone-wrap.b-sch-color-purple:not(.b-sch-event-withicon) .b-sch-event .b-sch-event-content:before {
  border-color: #9b3eab;
}
.b-sch-style-calendar.b-milestone-wrap.b-sch-color-purple:not(.b-sch-event-withicon) .b-sch-event:hover .b-sch-event-content {
  background-color: #ddb5e4;
}
.b-sch-style-calendar.b-milestone-wrap.b-sch-color-purple:not(.b-sch-event-withicon) .b-sch-event.b-sch-event-selected .b-sch-event-content {
  background-color: #AB47BC;
}
.b-sch-style-calendar.b-milestone-wrap.b-sch-color-purple:not(.b-sch-event-withicon) .b-sch-event.b-sch-event-selected:hover .b-sch-event-content {
  background-color: #c887d3;
}

.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-purple .b-sch-event.b-milestone {
  background: #eedaf2;
  border-color: #9b3eab;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-purple .b-sch-event.b-milestone::before, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-purple .b-sch-event.b-milestone::after {
  background: #eedaf2;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-purple .b-sch-event.b-milestone > * {
  color: #793085;
  font-weight: 300;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-purple .b-sch-event.b-milestone::before {
  border-bottom-color: #9b3eab;
  border-left-color: #9b3eab;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-purple .b-sch-event.b-milestone:hover, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-purple .b-sch-event.b-milestone:hover::before, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-purple .b-sch-event.b-milestone:hover::after {
  background: #ddb5e4;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-purple .b-sch-event.b-milestone:hover .b-sch-event-content {
  background-color: transparent;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-purple .b-sch-event.b-milestone.b-sch-event-selected > * {
  color: #fff;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-purple .b-sch-event.b-milestone.b-sch-event-selected, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-purple .b-sch-event.b-milestone.b-sch-event-selected::before, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-purple .b-sch-event.b-milestone.b-sch-event-selected::after {
  background: #AB47BC;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-purple .b-sch-event.b-milestone.b-sch-event-selected .b-sch-event-content {
  background-color: transparent;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-purple .b-sch-event.b-milestone.b-sch-event-selected:hover > * {
  color: #fff;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-purple .b-sch-event.b-milestone.b-sch-event-selected:hover, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-purple .b-sch-event.b-milestone.b-sch-event-selected:hover::before, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-purple .b-sch-event.b-milestone.b-sch-event-selected:hover::after {
  background: #c887d3;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-purple .b-sch-event.b-milestone.b-sch-event-selected:hover .b-sch-event-content {
  background-color: transparent;
}

.b-sch-style-calendar:not(.b-milestone-wrap).b-sch-color-violet .b-sch-event {
  background-color: #e5ddf3;
  border-color: #6e43ba;
  color: #563490;
}
.b-sch-style-calendar:not(.b-milestone-wrap).b-sch-color-violet .b-sch-event:hover {
  background-color: #cbbce7;
}
.b-sch-style-calendar:not(.b-milestone-wrap).b-sch-color-violet .b-sch-event.b-sch-event-resizing, .b-sch-style-calendar:not(.b-milestone-wrap).b-sch-color-violet .b-sch-event.b-sch-event-selected {
  background-color: #bfabe1;
  color: #fff;
}
.b-sch-style-calendar:not(.b-milestone-wrap).b-sch-color-violet .b-sch-event.b-sch-event-selected:hover {
  background-color: #a88ed6;
}
.b-sch-style-calendar.b-milestone-wrap.b-sch-color-violet:not(.b-sch-event-withicon) .b-sch-event {
  background: none;
}
.b-sch-style-calendar.b-milestone-wrap.b-sch-color-violet:not(.b-sch-event-withicon) .b-sch-event .b-sch-event-content {
  background-color: #e5ddf3;
}
.b-sch-style-calendar.b-milestone-wrap.b-sch-color-violet:not(.b-sch-event-withicon) .b-sch-event .b-sch-event-content:before {
  border-color: #6e43ba;
}
.b-sch-style-calendar.b-milestone-wrap.b-sch-color-violet:not(.b-sch-event-withicon) .b-sch-event:hover .b-sch-event-content {
  background-color: #cbbce7;
}
.b-sch-style-calendar.b-milestone-wrap.b-sch-color-violet:not(.b-sch-event-withicon) .b-sch-event.b-sch-event-selected .b-sch-event-content {
  background-color: #7E57C2;
}
.b-sch-style-calendar.b-milestone-wrap.b-sch-color-violet:not(.b-sch-event-withicon) .b-sch-event.b-sch-event-selected:hover .b-sch-event-content {
  background-color: #a88ed6;
}

.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-violet .b-sch-event.b-milestone {
  background: #e5ddf3;
  border-color: #6e43ba;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-violet .b-sch-event.b-milestone::before, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-violet .b-sch-event.b-milestone::after {
  background: #e5ddf3;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-violet .b-sch-event.b-milestone > * {
  color: #563490;
  font-weight: 300;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-violet .b-sch-event.b-milestone::before {
  border-bottom-color: #6e43ba;
  border-left-color: #6e43ba;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-violet .b-sch-event.b-milestone:hover, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-violet .b-sch-event.b-milestone:hover::before, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-violet .b-sch-event.b-milestone:hover::after {
  background: #cbbce7;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-violet .b-sch-event.b-milestone:hover .b-sch-event-content {
  background-color: transparent;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-violet .b-sch-event.b-milestone.b-sch-event-selected > * {
  color: #fff;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-violet .b-sch-event.b-milestone.b-sch-event-selected, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-violet .b-sch-event.b-milestone.b-sch-event-selected::before, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-violet .b-sch-event.b-milestone.b-sch-event-selected::after {
  background: #7E57C2;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-violet .b-sch-event.b-milestone.b-sch-event-selected .b-sch-event-content {
  background-color: transparent;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-violet .b-sch-event.b-milestone.b-sch-event-selected:hover > * {
  color: #fff;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-violet .b-sch-event.b-milestone.b-sch-event-selected:hover, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-violet .b-sch-event.b-milestone.b-sch-event-selected:hover::before, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-violet .b-sch-event.b-milestone.b-sch-event-selected:hover::after {
  background: #a88ed6;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-violet .b-sch-event.b-milestone.b-sch-event-selected:hover .b-sch-event-content {
  background-color: transparent;
}

.b-sch-style-calendar:not(.b-milestone-wrap).b-sch-color-indigo .b-sch-event {
  background-color: #dee1f2;
  border-color: #4858b8;
  color: #37458f;
}
.b-sch-style-calendar:not(.b-milestone-wrap).b-sch-color-indigo .b-sch-event:hover {
  background-color: #bec4e6;
}
.b-sch-style-calendar:not(.b-milestone-wrap).b-sch-color-indigo .b-sch-event.b-sch-event-resizing, .b-sch-style-calendar:not(.b-milestone-wrap).b-sch-color-indigo .b-sch-event.b-sch-event-selected {
  background-color: #aeb5e0;
  color: #fff;
}
.b-sch-style-calendar:not(.b-milestone-wrap).b-sch-color-indigo .b-sch-event.b-sch-event-selected:hover {
  background-color: #919bd4;
}
.b-sch-style-calendar.b-milestone-wrap.b-sch-color-indigo:not(.b-sch-event-withicon) .b-sch-event {
  background: none;
}
.b-sch-style-calendar.b-milestone-wrap.b-sch-color-indigo:not(.b-sch-event-withicon) .b-sch-event .b-sch-event-content {
  background-color: #dee1f2;
}
.b-sch-style-calendar.b-milestone-wrap.b-sch-color-indigo:not(.b-sch-event-withicon) .b-sch-event .b-sch-event-content:before {
  border-color: #4858b8;
}
.b-sch-style-calendar.b-milestone-wrap.b-sch-color-indigo:not(.b-sch-event-withicon) .b-sch-event:hover .b-sch-event-content {
  background-color: #bec4e6;
}
.b-sch-style-calendar.b-milestone-wrap.b-sch-color-indigo:not(.b-sch-event-withicon) .b-sch-event.b-sch-event-selected .b-sch-event-content {
  background-color: #5C6BC0;
}
.b-sch-style-calendar.b-milestone-wrap.b-sch-color-indigo:not(.b-sch-event-withicon) .b-sch-event.b-sch-event-selected:hover .b-sch-event-content {
  background-color: #919bd4;
}

.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-indigo .b-sch-event.b-milestone {
  background: #dee1f2;
  border-color: #4858b8;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-indigo .b-sch-event.b-milestone::before, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-indigo .b-sch-event.b-milestone::after {
  background: #dee1f2;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-indigo .b-sch-event.b-milestone > * {
  color: #37458f;
  font-weight: 300;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-indigo .b-sch-event.b-milestone::before {
  border-bottom-color: #4858b8;
  border-left-color: #4858b8;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-indigo .b-sch-event.b-milestone:hover, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-indigo .b-sch-event.b-milestone:hover::before, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-indigo .b-sch-event.b-milestone:hover::after {
  background: #bec4e6;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-indigo .b-sch-event.b-milestone:hover .b-sch-event-content {
  background-color: transparent;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-indigo .b-sch-event.b-milestone.b-sch-event-selected > * {
  color: #fff;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-indigo .b-sch-event.b-milestone.b-sch-event-selected, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-indigo .b-sch-event.b-milestone.b-sch-event-selected::before, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-indigo .b-sch-event.b-milestone.b-sch-event-selected::after {
  background: #5C6BC0;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-indigo .b-sch-event.b-milestone.b-sch-event-selected .b-sch-event-content {
  background-color: transparent;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-indigo .b-sch-event.b-milestone.b-sch-event-selected:hover > * {
  color: #fff;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-indigo .b-sch-event.b-milestone.b-sch-event-selected:hover, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-indigo .b-sch-event.b-milestone.b-sch-event-selected:hover::before, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-indigo .b-sch-event.b-milestone.b-sch-event-selected:hover::after {
  background: #919bd4;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-indigo .b-sch-event.b-milestone.b-sch-event-selected:hover .b-sch-event-content {
  background-color: transparent;
}

.b-sch-style-calendar:not(.b-milestone-wrap).b-sch-color-blue .b-sch-event {
  background-color: #d9edfd;
  border-color: #2497f3;
  color: #0b77cf;
}
.b-sch-style-calendar:not(.b-milestone-wrap).b-sch-color-blue .b-sch-event:hover {
  background-color: #b3dbfb;
}
.b-sch-style-calendar:not(.b-milestone-wrap).b-sch-color-blue .b-sch-event.b-sch-event-resizing, .b-sch-style-calendar:not(.b-milestone-wrap).b-sch-color-blue .b-sch-event.b-sch-event-selected {
  background-color: #a1d2fa;
  color: #fff;
}
.b-sch-style-calendar:not(.b-milestone-wrap).b-sch-color-blue .b-sch-event.b-sch-event-selected:hover {
  background-color: #7abff8;
}
.b-sch-style-calendar.b-milestone-wrap.b-sch-color-blue:not(.b-sch-event-withicon) .b-sch-event {
  background: none;
}
.b-sch-style-calendar.b-milestone-wrap.b-sch-color-blue:not(.b-sch-event-withicon) .b-sch-event .b-sch-event-content {
  background-color: #d9edfd;
}
.b-sch-style-calendar.b-milestone-wrap.b-sch-color-blue:not(.b-sch-event-withicon) .b-sch-event .b-sch-event-content:before {
  border-color: #2497f3;
}
.b-sch-style-calendar.b-milestone-wrap.b-sch-color-blue:not(.b-sch-event-withicon) .b-sch-event:hover .b-sch-event-content {
  background-color: #b3dbfb;
}
.b-sch-style-calendar.b-milestone-wrap.b-sch-color-blue:not(.b-sch-event-withicon) .b-sch-event.b-sch-event-selected .b-sch-event-content {
  background-color: #42A5F5;
}
.b-sch-style-calendar.b-milestone-wrap.b-sch-color-blue:not(.b-sch-event-withicon) .b-sch-event.b-sch-event-selected:hover .b-sch-event-content {
  background-color: #7abff8;
}

.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-blue .b-sch-event.b-milestone {
  background: #d9edfd;
  border-color: #2497f3;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-blue .b-sch-event.b-milestone::before, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-blue .b-sch-event.b-milestone::after {
  background: #d9edfd;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-blue .b-sch-event.b-milestone > * {
  color: #0b77cf;
  font-weight: 300;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-blue .b-sch-event.b-milestone::before {
  border-bottom-color: #2497f3;
  border-left-color: #2497f3;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-blue .b-sch-event.b-milestone:hover, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-blue .b-sch-event.b-milestone:hover::before, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-blue .b-sch-event.b-milestone:hover::after {
  background: #b3dbfb;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-blue .b-sch-event.b-milestone:hover .b-sch-event-content {
  background-color: transparent;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-blue .b-sch-event.b-milestone.b-sch-event-selected > * {
  color: #fff;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-blue .b-sch-event.b-milestone.b-sch-event-selected, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-blue .b-sch-event.b-milestone.b-sch-event-selected::before, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-blue .b-sch-event.b-milestone.b-sch-event-selected::after {
  background: #42A5F5;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-blue .b-sch-event.b-milestone.b-sch-event-selected .b-sch-event-content {
  background-color: transparent;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-blue .b-sch-event.b-milestone.b-sch-event-selected:hover > * {
  color: #fff;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-blue .b-sch-event.b-milestone.b-sch-event-selected:hover, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-blue .b-sch-event.b-milestone.b-sch-event-selected:hover::before, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-blue .b-sch-event.b-milestone.b-sch-event-selected:hover::after {
  background: #7abff8;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-blue .b-sch-event.b-milestone.b-sch-event-selected:hover .b-sch-event-content {
  background-color: transparent;
}

.b-sch-style-calendar:not(.b-milestone-wrap).b-sch-color-cyan .b-sch-event {
  background-color: #d4f4f8;
  border-color: #22b3c5;
  color: #1a8b99;
}
.b-sch-style-calendar:not(.b-milestone-wrap).b-sch-color-cyan .b-sch-event:hover {
  background-color: #a8e8f0;
}
.b-sch-style-calendar:not(.b-milestone-wrap).b-sch-color-cyan .b-sch-event.b-sch-event-resizing, .b-sch-style-calendar:not(.b-milestone-wrap).b-sch-color-cyan .b-sch-event.b-sch-event-selected {
  background-color: #93e3ed;
  color: #fff;
}
.b-sch-style-calendar:not(.b-milestone-wrap).b-sch-color-cyan .b-sch-event.b-sch-event-selected:hover {
  background-color: #72dae7;
}
.b-sch-style-calendar.b-milestone-wrap.b-sch-color-cyan:not(.b-sch-event-withicon) .b-sch-event {
  background: none;
}
.b-sch-style-calendar.b-milestone-wrap.b-sch-color-cyan:not(.b-sch-event-withicon) .b-sch-event .b-sch-event-content {
  background-color: #d4f4f8;
}
.b-sch-style-calendar.b-milestone-wrap.b-sch-color-cyan:not(.b-sch-event-withicon) .b-sch-event .b-sch-event-content:before {
  border-color: #22b3c5;
}
.b-sch-style-calendar.b-milestone-wrap.b-sch-color-cyan:not(.b-sch-event-withicon) .b-sch-event:hover .b-sch-event-content {
  background-color: #a8e8f0;
}
.b-sch-style-calendar.b-milestone-wrap.b-sch-color-cyan:not(.b-sch-event-withicon) .b-sch-event.b-sch-event-selected .b-sch-event-content {
  background-color: #26C6DA;
}
.b-sch-style-calendar.b-milestone-wrap.b-sch-color-cyan:not(.b-sch-event-withicon) .b-sch-event.b-sch-event-selected:hover .b-sch-event-content {
  background-color: #72dae7;
}

.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-cyan .b-sch-event.b-milestone {
  background: #d4f4f8;
  border-color: #22b3c5;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-cyan .b-sch-event.b-milestone::before, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-cyan .b-sch-event.b-milestone::after {
  background: #d4f4f8;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-cyan .b-sch-event.b-milestone > * {
  color: #1a8b99;
  font-weight: 300;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-cyan .b-sch-event.b-milestone::before {
  border-bottom-color: #22b3c5;
  border-left-color: #22b3c5;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-cyan .b-sch-event.b-milestone:hover, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-cyan .b-sch-event.b-milestone:hover::before, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-cyan .b-sch-event.b-milestone:hover::after {
  background: #a8e8f0;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-cyan .b-sch-event.b-milestone:hover .b-sch-event-content {
  background-color: transparent;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-cyan .b-sch-event.b-milestone.b-sch-event-selected > * {
  color: #fff;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-cyan .b-sch-event.b-milestone.b-sch-event-selected, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-cyan .b-sch-event.b-milestone.b-sch-event-selected::before, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-cyan .b-sch-event.b-milestone.b-sch-event-selected::after {
  background: #26C6DA;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-cyan .b-sch-event.b-milestone.b-sch-event-selected .b-sch-event-content {
  background-color: transparent;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-cyan .b-sch-event.b-milestone.b-sch-event-selected:hover > * {
  color: #fff;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-cyan .b-sch-event.b-milestone.b-sch-event-selected:hover, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-cyan .b-sch-event.b-milestone.b-sch-event-selected:hover::before, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-cyan .b-sch-event.b-milestone.b-sch-event-selected:hover::after {
  background: #72dae7;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-cyan .b-sch-event.b-milestone.b-sch-event-selected:hover .b-sch-event-content {
  background-color: transparent;
}

.b-sch-style-calendar:not(.b-milestone-wrap).b-sch-color-teal .b-sch-event {
  background-color: #cdf4f0;
  border-color: #22958b;
  color: #1b746c;
}
.b-sch-style-calendar:not(.b-milestone-wrap).b-sch-color-teal .b-sch-event:hover {
  background-color: #9be8e1;
}
.b-sch-style-calendar:not(.b-milestone-wrap).b-sch-color-teal .b-sch-event.b-sch-event-resizing, .b-sch-style-calendar:not(.b-milestone-wrap).b-sch-color-teal .b-sch-event.b-sch-event-selected {
  background-color: #83e3da;
  color: #fff;
}
.b-sch-style-calendar:not(.b-milestone-wrap).b-sch-color-teal .b-sch-event.b-sch-event-selected:hover {
  background-color: #65dcd1;
}
.b-sch-style-calendar.b-milestone-wrap.b-sch-color-teal:not(.b-sch-event-withicon) .b-sch-event {
  background: none;
}
.b-sch-style-calendar.b-milestone-wrap.b-sch-color-teal:not(.b-sch-event-withicon) .b-sch-event .b-sch-event-content {
  background-color: #cdf4f0;
}
.b-sch-style-calendar.b-milestone-wrap.b-sch-color-teal:not(.b-sch-event-withicon) .b-sch-event .b-sch-event-content:before {
  border-color: #22958b;
}
.b-sch-style-calendar.b-milestone-wrap.b-sch-color-teal:not(.b-sch-event-withicon) .b-sch-event:hover .b-sch-event-content {
  background-color: #9be8e1;
}
.b-sch-style-calendar.b-milestone-wrap.b-sch-color-teal:not(.b-sch-event-withicon) .b-sch-event.b-sch-event-selected .b-sch-event-content {
  background-color: #26A69A;
}
.b-sch-style-calendar.b-milestone-wrap.b-sch-color-teal:not(.b-sch-event-withicon) .b-sch-event.b-sch-event-selected:hover .b-sch-event-content {
  background-color: #65dcd1;
}

.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-teal .b-sch-event.b-milestone {
  background: #cdf4f0;
  border-color: #22958b;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-teal .b-sch-event.b-milestone::before, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-teal .b-sch-event.b-milestone::after {
  background: #cdf4f0;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-teal .b-sch-event.b-milestone > * {
  color: #1b746c;
  font-weight: 300;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-teal .b-sch-event.b-milestone::before {
  border-bottom-color: #22958b;
  border-left-color: #22958b;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-teal .b-sch-event.b-milestone:hover, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-teal .b-sch-event.b-milestone:hover::before, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-teal .b-sch-event.b-milestone:hover::after {
  background: #9be8e1;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-teal .b-sch-event.b-milestone:hover .b-sch-event-content {
  background-color: transparent;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-teal .b-sch-event.b-milestone.b-sch-event-selected > * {
  color: #fff;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-teal .b-sch-event.b-milestone.b-sch-event-selected, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-teal .b-sch-event.b-milestone.b-sch-event-selected::before, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-teal .b-sch-event.b-milestone.b-sch-event-selected::after {
  background: #26A69A;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-teal .b-sch-event.b-milestone.b-sch-event-selected .b-sch-event-content {
  background-color: transparent;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-teal .b-sch-event.b-milestone.b-sch-event-selected:hover > * {
  color: #fff;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-teal .b-sch-event.b-milestone.b-sch-event-selected:hover, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-teal .b-sch-event.b-milestone.b-sch-event-selected:hover::before, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-teal .b-sch-event.b-milestone.b-sch-event-selected:hover::after {
  background: #65dcd1;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-teal .b-sch-event.b-milestone.b-sch-event-selected:hover .b-sch-event-content {
  background-color: transparent;
}

.b-sch-style-calendar:not(.b-milestone-wrap).b-sch-color-green .b-sch-event {
  background-color: #e0f1e1;
  border-color: #52b257;
  color: #3e8c42;
}
.b-sch-style-calendar:not(.b-milestone-wrap).b-sch-color-green .b-sch-event:hover {
  background-color: #c2e4c3;
}
.b-sch-style-calendar:not(.b-milestone-wrap).b-sch-color-green .b-sch-event.b-sch-event-resizing, .b-sch-style-calendar:not(.b-milestone-wrap).b-sch-color-green .b-sch-event.b-sch-event-selected {
  background-color: #b3ddb5;
  color: #fff;
}
.b-sch-style-calendar:not(.b-milestone-wrap).b-sch-color-green .b-sch-event.b-sch-event-selected:hover {
  background-color: #97d19a;
}
.b-sch-style-calendar.b-milestone-wrap.b-sch-color-green:not(.b-sch-event-withicon) .b-sch-event {
  background: none;
}
.b-sch-style-calendar.b-milestone-wrap.b-sch-color-green:not(.b-sch-event-withicon) .b-sch-event .b-sch-event-content {
  background-color: #e0f1e1;
}
.b-sch-style-calendar.b-milestone-wrap.b-sch-color-green:not(.b-sch-event-withicon) .b-sch-event .b-sch-event-content:before {
  border-color: #52b257;
}
.b-sch-style-calendar.b-milestone-wrap.b-sch-color-green:not(.b-sch-event-withicon) .b-sch-event:hover .b-sch-event-content {
  background-color: #c2e4c3;
}
.b-sch-style-calendar.b-milestone-wrap.b-sch-color-green:not(.b-sch-event-withicon) .b-sch-event.b-sch-event-selected .b-sch-event-content {
  background-color: #66BB6A;
}
.b-sch-style-calendar.b-milestone-wrap.b-sch-color-green:not(.b-sch-event-withicon) .b-sch-event.b-sch-event-selected:hover .b-sch-event-content {
  background-color: #97d19a;
}

.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-green .b-sch-event.b-milestone {
  background: #e0f1e1;
  border-color: #52b257;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-green .b-sch-event.b-milestone::before, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-green .b-sch-event.b-milestone::after {
  background: #e0f1e1;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-green .b-sch-event.b-milestone > * {
  color: #3e8c42;
  font-weight: 300;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-green .b-sch-event.b-milestone::before {
  border-bottom-color: #52b257;
  border-left-color: #52b257;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-green .b-sch-event.b-milestone:hover, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-green .b-sch-event.b-milestone:hover::before, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-green .b-sch-event.b-milestone:hover::after {
  background: #c2e4c3;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-green .b-sch-event.b-milestone:hover .b-sch-event-content {
  background-color: transparent;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-green .b-sch-event.b-milestone.b-sch-event-selected > * {
  color: #fff;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-green .b-sch-event.b-milestone.b-sch-event-selected, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-green .b-sch-event.b-milestone.b-sch-event-selected::before, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-green .b-sch-event.b-milestone.b-sch-event-selected::after {
  background: #66BB6A;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-green .b-sch-event.b-milestone.b-sch-event-selected .b-sch-event-content {
  background-color: transparent;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-green .b-sch-event.b-milestone.b-sch-event-selected:hover > * {
  color: #fff;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-green .b-sch-event.b-milestone.b-sch-event-selected:hover, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-green .b-sch-event.b-milestone.b-sch-event-selected:hover::before, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-green .b-sch-event.b-milestone.b-sch-event-selected:hover::after {
  background: #97d19a;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-green .b-sch-event.b-milestone.b-sch-event-selected:hover .b-sch-event-content {
  background-color: transparent;
}

.b-sch-style-calendar:not(.b-milestone-wrap).b-sch-color-lime .b-sch-event {
  background-color: #f6f9dd;
  border-color: #cddc3d;
  color: #abb921;
}
.b-sch-style-calendar:not(.b-milestone-wrap).b-sch-color-lime .b-sch-event:hover {
  background-color: #eef3bc;
}
.b-sch-style-calendar:not(.b-milestone-wrap).b-sch-color-lime .b-sch-event.b-sch-event-resizing, .b-sch-style-calendar:not(.b-milestone-wrap).b-sch-color-lime .b-sch-event.b-sch-event-selected {
  background-color: #eaf0ab;
  color: #fff;
}
.b-sch-style-calendar:not(.b-milestone-wrap).b-sch-color-lime .b-sch-event.b-sch-event-selected:hover {
  background-color: #e1ea88;
}
.b-sch-style-calendar.b-milestone-wrap.b-sch-color-lime:not(.b-sch-event-withicon) .b-sch-event {
  background: none;
}
.b-sch-style-calendar.b-milestone-wrap.b-sch-color-lime:not(.b-sch-event-withicon) .b-sch-event .b-sch-event-content {
  background-color: #f6f9dd;
}
.b-sch-style-calendar.b-milestone-wrap.b-sch-color-lime:not(.b-sch-event-withicon) .b-sch-event .b-sch-event-content:before {
  border-color: #cddc3d;
}
.b-sch-style-calendar.b-milestone-wrap.b-sch-color-lime:not(.b-sch-event-withicon) .b-sch-event:hover .b-sch-event-content {
  background-color: #eef3bc;
}
.b-sch-style-calendar.b-milestone-wrap.b-sch-color-lime:not(.b-sch-event-withicon) .b-sch-event.b-sch-event-selected .b-sch-event-content {
  background-color: #D4E157;
}
.b-sch-style-calendar.b-milestone-wrap.b-sch-color-lime:not(.b-sch-event-withicon) .b-sch-event.b-sch-event-selected:hover .b-sch-event-content {
  background-color: #e1ea88;
}

.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-lime .b-sch-event.b-milestone {
  background: #f6f9dd;
  border-color: #cddc3d;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-lime .b-sch-event.b-milestone::before, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-lime .b-sch-event.b-milestone::after {
  background: #f6f9dd;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-lime .b-sch-event.b-milestone > * {
  color: #abb921;
  font-weight: 300;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-lime .b-sch-event.b-milestone::before {
  border-bottom-color: #cddc3d;
  border-left-color: #cddc3d;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-lime .b-sch-event.b-milestone:hover, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-lime .b-sch-event.b-milestone:hover::before, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-lime .b-sch-event.b-milestone:hover::after {
  background: #eef3bc;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-lime .b-sch-event.b-milestone:hover .b-sch-event-content {
  background-color: transparent;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-lime .b-sch-event.b-milestone.b-sch-event-selected > * {
  color: #fff;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-lime .b-sch-event.b-milestone.b-sch-event-selected, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-lime .b-sch-event.b-milestone.b-sch-event-selected::before, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-lime .b-sch-event.b-milestone.b-sch-event-selected::after {
  background: #D4E157;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-lime .b-sch-event.b-milestone.b-sch-event-selected .b-sch-event-content {
  background-color: transparent;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-lime .b-sch-event.b-milestone.b-sch-event-selected:hover > * {
  color: #fff;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-lime .b-sch-event.b-milestone.b-sch-event-selected:hover, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-lime .b-sch-event.b-milestone.b-sch-event-selected:hover::before, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-lime .b-sch-event.b-milestone.b-sch-event-selected:hover::after {
  background: #e1ea88;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-lime .b-sch-event.b-milestone.b-sch-event-selected:hover .b-sch-event-content {
  background-color: transparent;
}

.b-sch-style-calendar:not(.b-milestone-wrap).b-sch-color-yellow .b-sch-event {
  background-color: #fff7d7;
  border-color: #fdd217;
  color: #d4ad02;
}
.b-sch-style-calendar:not(.b-milestone-wrap).b-sch-color-yellow .b-sch-event:hover {
  background-color: #feefae;
}
.b-sch-style-calendar:not(.b-milestone-wrap).b-sch-color-yellow .b-sch-event.b-sch-event-resizing, .b-sch-style-calendar:not(.b-milestone-wrap).b-sch-color-yellow .b-sch-event.b-sch-event-selected {
  background-color: #feec9a;
  color: #fff;
}
.b-sch-style-calendar:not(.b-milestone-wrap).b-sch-color-yellow .b-sch-event.b-sch-event-selected:hover {
  background-color: #fee472;
}
.b-sch-style-calendar.b-milestone-wrap.b-sch-color-yellow:not(.b-sch-event-withicon) .b-sch-event {
  background: none;
}
.b-sch-style-calendar.b-milestone-wrap.b-sch-color-yellow:not(.b-sch-event-withicon) .b-sch-event .b-sch-event-content {
  background-color: #fff7d7;
}
.b-sch-style-calendar.b-milestone-wrap.b-sch-color-yellow:not(.b-sch-event-withicon) .b-sch-event .b-sch-event-content:before {
  border-color: #fdd217;
}
.b-sch-style-calendar.b-milestone-wrap.b-sch-color-yellow:not(.b-sch-event-withicon) .b-sch-event:hover .b-sch-event-content {
  background-color: #feefae;
}
.b-sch-style-calendar.b-milestone-wrap.b-sch-color-yellow:not(.b-sch-event-withicon) .b-sch-event.b-sch-event-selected .b-sch-event-content {
  background-color: #FDD835;
}
.b-sch-style-calendar.b-milestone-wrap.b-sch-color-yellow:not(.b-sch-event-withicon) .b-sch-event.b-sch-event-selected:hover .b-sch-event-content {
  background-color: #fee472;
}

.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-yellow .b-sch-event.b-milestone {
  background: #fff7d7;
  border-color: #fdd217;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-yellow .b-sch-event.b-milestone::before, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-yellow .b-sch-event.b-milestone::after {
  background: #fff7d7;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-yellow .b-sch-event.b-milestone > * {
  color: #d4ad02;
  font-weight: 300;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-yellow .b-sch-event.b-milestone::before {
  border-bottom-color: #fdd217;
  border-left-color: #fdd217;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-yellow .b-sch-event.b-milestone:hover, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-yellow .b-sch-event.b-milestone:hover::before, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-yellow .b-sch-event.b-milestone:hover::after {
  background: #feefae;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-yellow .b-sch-event.b-milestone:hover .b-sch-event-content {
  background-color: transparent;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-yellow .b-sch-event.b-milestone.b-sch-event-selected > * {
  color: #fff;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-yellow .b-sch-event.b-milestone.b-sch-event-selected, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-yellow .b-sch-event.b-milestone.b-sch-event-selected::before, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-yellow .b-sch-event.b-milestone.b-sch-event-selected::after {
  background: #FDD835;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-yellow .b-sch-event.b-milestone.b-sch-event-selected .b-sch-event-content {
  background-color: transparent;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-yellow .b-sch-event.b-milestone.b-sch-event-selected:hover > * {
  color: #fff;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-yellow .b-sch-event.b-milestone.b-sch-event-selected:hover, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-yellow .b-sch-event.b-milestone.b-sch-event-selected:hover::before, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-yellow .b-sch-event.b-milestone.b-sch-event-selected:hover::after {
  background: #fee472;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-yellow .b-sch-event.b-milestone.b-sch-event-selected:hover .b-sch-event-content {
  background-color: transparent;
}

.b-sch-style-calendar:not(.b-milestone-wrap).b-sch-color-orange .b-sch-event {
  background-color: #ffedd4;
  border-color: #ff9b09;
  color: #cd7a00;
}
.b-sch-style-calendar:not(.b-milestone-wrap).b-sch-color-orange .b-sch-event:hover {
  background-color: #ffdca8;
}
.b-sch-style-calendar:not(.b-milestone-wrap).b-sch-color-orange .b-sch-event.b-sch-event-resizing, .b-sch-style-calendar:not(.b-milestone-wrap).b-sch-color-orange .b-sch-event.b-sch-event-selected {
  background-color: #ffd393;
  color: #fff;
}
.b-sch-style-calendar:not(.b-milestone-wrap).b-sch-color-orange .b-sch-event.b-sch-event-selected:hover {
  background-color: #ffc36a;
}
.b-sch-style-calendar.b-milestone-wrap.b-sch-color-orange:not(.b-sch-event-withicon) .b-sch-event {
  background: none;
}
.b-sch-style-calendar.b-milestone-wrap.b-sch-color-orange:not(.b-sch-event-withicon) .b-sch-event .b-sch-event-content {
  background-color: #ffedd4;
}
.b-sch-style-calendar.b-milestone-wrap.b-sch-color-orange:not(.b-sch-event-withicon) .b-sch-event .b-sch-event-content:before {
  border-color: #ff9b09;
}
.b-sch-style-calendar.b-milestone-wrap.b-sch-color-orange:not(.b-sch-event-withicon) .b-sch-event:hover .b-sch-event-content {
  background-color: #ffdca8;
}
.b-sch-style-calendar.b-milestone-wrap.b-sch-color-orange:not(.b-sch-event-withicon) .b-sch-event.b-sch-event-selected .b-sch-event-content {
  background-color: #FFA726;
}
.b-sch-style-calendar.b-milestone-wrap.b-sch-color-orange:not(.b-sch-event-withicon) .b-sch-event.b-sch-event-selected:hover .b-sch-event-content {
  background-color: #ffc36a;
}

.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-orange .b-sch-event.b-milestone {
  background: #ffedd4;
  border-color: #ff9b09;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-orange .b-sch-event.b-milestone::before, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-orange .b-sch-event.b-milestone::after {
  background: #ffedd4;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-orange .b-sch-event.b-milestone > * {
  color: #cd7a00;
  font-weight: 300;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-orange .b-sch-event.b-milestone::before {
  border-bottom-color: #ff9b09;
  border-left-color: #ff9b09;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-orange .b-sch-event.b-milestone:hover, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-orange .b-sch-event.b-milestone:hover::before, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-orange .b-sch-event.b-milestone:hover::after {
  background: #ffdca8;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-orange .b-sch-event.b-milestone:hover .b-sch-event-content {
  background-color: transparent;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-orange .b-sch-event.b-milestone.b-sch-event-selected > * {
  color: #fff;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-orange .b-sch-event.b-milestone.b-sch-event-selected, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-orange .b-sch-event.b-milestone.b-sch-event-selected::before, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-orange .b-sch-event.b-milestone.b-sch-event-selected::after {
  background: #FFA726;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-orange .b-sch-event.b-milestone.b-sch-event-selected .b-sch-event-content {
  background-color: transparent;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-orange .b-sch-event.b-milestone.b-sch-event-selected:hover > * {
  color: #fff;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-orange .b-sch-event.b-milestone.b-sch-event-selected:hover, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-orange .b-sch-event.b-milestone.b-sch-event-selected:hover::before, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-orange .b-sch-event.b-milestone.b-sch-event-selected:hover::after {
  background: #ffc36a;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-orange .b-sch-event.b-milestone.b-sch-event-selected:hover .b-sch-event-content {
  background-color: transparent;
}

.b-sch-style-calendar:not(.b-milestone-wrap).b-sch-color-deep-orange .b-sch-event {
  background-color: #ffe2d9;
  border-color: #ff5823;
  color: #e13600;
}
.b-sch-style-calendar:not(.b-milestone-wrap).b-sch-color-deep-orange .b-sch-event:hover {
  background-color: #ffc6b4;
}
.b-sch-style-calendar:not(.b-milestone-wrap).b-sch-color-deep-orange .b-sch-event.b-sch-event-resizing, .b-sch-style-calendar:not(.b-milestone-wrap).b-sch-color-deep-orange .b-sch-event.b-sch-event-selected {
  background-color: #ffb8a1;
  color: #fff;
}
.b-sch-style-calendar:not(.b-milestone-wrap).b-sch-color-deep-orange .b-sch-event.b-sch-event-selected:hover {
  background-color: #ff9877;
}
.b-sch-style-calendar.b-milestone-wrap.b-sch-color-deep-orange:not(.b-sch-event-withicon) .b-sch-event {
  background: none;
}
.b-sch-style-calendar.b-milestone-wrap.b-sch-color-deep-orange:not(.b-sch-event-withicon) .b-sch-event .b-sch-event-content {
  background-color: #ffe2d9;
}
.b-sch-style-calendar.b-milestone-wrap.b-sch-color-deep-orange:not(.b-sch-event-withicon) .b-sch-event .b-sch-event-content:before {
  border-color: #ff5823;
}
.b-sch-style-calendar.b-milestone-wrap.b-sch-color-deep-orange:not(.b-sch-event-withicon) .b-sch-event:hover .b-sch-event-content {
  background-color: #ffc6b4;
}
.b-sch-style-calendar.b-milestone-wrap.b-sch-color-deep-orange:not(.b-sch-event-withicon) .b-sch-event.b-sch-event-selected .b-sch-event-content {
  background-color: #ff7043;
}
.b-sch-style-calendar.b-milestone-wrap.b-sch-color-deep-orange:not(.b-sch-event-withicon) .b-sch-event.b-sch-event-selected:hover .b-sch-event-content {
  background-color: #ff9877;
}

.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-deep-orange .b-sch-event.b-milestone {
  background: #ffe2d9;
  border-color: #ff5823;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-deep-orange .b-sch-event.b-milestone::before, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-deep-orange .b-sch-event.b-milestone::after {
  background: #ffe2d9;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-deep-orange .b-sch-event.b-milestone > * {
  color: #e13600;
  font-weight: 300;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-deep-orange .b-sch-event.b-milestone::before {
  border-bottom-color: #ff5823;
  border-left-color: #ff5823;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-deep-orange .b-sch-event.b-milestone:hover, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-deep-orange .b-sch-event.b-milestone:hover::before, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-deep-orange .b-sch-event.b-milestone:hover::after {
  background: #ffc6b4;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-deep-orange .b-sch-event.b-milestone:hover .b-sch-event-content {
  background-color: transparent;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-deep-orange .b-sch-event.b-milestone.b-sch-event-selected > * {
  color: #fff;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-deep-orange .b-sch-event.b-milestone.b-sch-event-selected, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-deep-orange .b-sch-event.b-milestone.b-sch-event-selected::before, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-deep-orange .b-sch-event.b-milestone.b-sch-event-selected::after {
  background: #ff7043;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-deep-orange .b-sch-event.b-milestone.b-sch-event-selected .b-sch-event-content {
  background-color: transparent;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-deep-orange .b-sch-event.b-milestone.b-sch-event-selected:hover > * {
  color: #fff;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-deep-orange .b-sch-event.b-milestone.b-sch-event-selected:hover, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-deep-orange .b-sch-event.b-milestone.b-sch-event-selected:hover::before, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-deep-orange .b-sch-event.b-milestone.b-sch-event-selected:hover::after {
  background: #ff9877;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-deep-orange .b-sch-event.b-milestone.b-sch-event-selected:hover .b-sch-event-content {
  background-color: transparent;
}

.b-sch-style-calendar:not(.b-milestone-wrap).b-sch-color-gray .b-sch-event {
  background-color: #ececec;
  border-color: #909090;
  color: #707070;
}
.b-sch-style-calendar:not(.b-milestone-wrap).b-sch-color-gray .b-sch-event:hover {
  background-color: #d9d9d9;
}
.b-sch-style-calendar:not(.b-milestone-wrap).b-sch-color-gray .b-sch-event.b-sch-event-resizing, .b-sch-style-calendar:not(.b-milestone-wrap).b-sch-color-gray .b-sch-event.b-sch-event-selected {
  background-color: #d0d0d0;
  color: #fff;
}
.b-sch-style-calendar:not(.b-milestone-wrap).b-sch-color-gray .b-sch-event.b-sch-event-selected:hover {
  background-color: #bbbbbb;
}
.b-sch-style-calendar.b-milestone-wrap.b-sch-color-gray:not(.b-sch-event-withicon) .b-sch-event {
  background: none;
}
.b-sch-style-calendar.b-milestone-wrap.b-sch-color-gray:not(.b-sch-event-withicon) .b-sch-event .b-sch-event-content {
  background-color: #ececec;
}
.b-sch-style-calendar.b-milestone-wrap.b-sch-color-gray:not(.b-sch-event-withicon) .b-sch-event .b-sch-event-content:before {
  border-color: #909090;
}
.b-sch-style-calendar.b-milestone-wrap.b-sch-color-gray:not(.b-sch-event-withicon) .b-sch-event:hover .b-sch-event-content {
  background-color: #d9d9d9;
}
.b-sch-style-calendar.b-milestone-wrap.b-sch-color-gray:not(.b-sch-event-withicon) .b-sch-event.b-sch-event-selected .b-sch-event-content {
  background-color: #a0a0a0;
}
.b-sch-style-calendar.b-milestone-wrap.b-sch-color-gray:not(.b-sch-event-withicon) .b-sch-event.b-sch-event-selected:hover .b-sch-event-content {
  background-color: #bbbbbb;
}

.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-gray .b-sch-event.b-milestone {
  background: #ececec;
  border-color: #909090;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-gray .b-sch-event.b-milestone::before, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-gray .b-sch-event.b-milestone::after {
  background: #ececec;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-gray .b-sch-event.b-milestone > * {
  color: #707070;
  font-weight: 300;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-gray .b-sch-event.b-milestone::before {
  border-bottom-color: #909090;
  border-left-color: #909090;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-gray .b-sch-event.b-milestone:hover, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-gray .b-sch-event.b-milestone:hover::before, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-gray .b-sch-event.b-milestone:hover::after {
  background: #d9d9d9;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-gray .b-sch-event.b-milestone:hover .b-sch-event-content {
  background-color: transparent;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-gray .b-sch-event.b-milestone.b-sch-event-selected > * {
  color: #fff;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-gray .b-sch-event.b-milestone.b-sch-event-selected, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-gray .b-sch-event.b-milestone.b-sch-event-selected::before, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-gray .b-sch-event.b-milestone.b-sch-event-selected::after {
  background: #a0a0a0;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-gray .b-sch-event.b-milestone.b-sch-event-selected .b-sch-event-content {
  background-color: transparent;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-gray .b-sch-event.b-milestone.b-sch-event-selected:hover > * {
  color: #fff;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-gray .b-sch-event.b-milestone.b-sch-event-selected:hover, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-gray .b-sch-event.b-milestone.b-sch-event-selected:hover::before, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-gray .b-sch-event.b-milestone.b-sch-event-selected:hover::after {
  background: #bbbbbb;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-colored.b-sch-color-gray .b-sch-event.b-milestone.b-sch-event-selected:hover .b-sch-event-content {
  background-color: transparent;
}

.b-sch-event-wrap.b-sch-style-line .b-sch-event {
  background-color: transparent;
  border-color: #66BB6A;
  border-style: solid;
  color: #777;
  font-weight: 300;
  justify-content: center;
  overflow: visible;
  height: auto !important;
}
.b-sch-event-wrap.b-sch-style-line .b-sch-event .b-sch-event-content {
  padding: 0;
}
.b-sch-event-wrap.b-sch-style-line .b-sch-event.b-active {
  outline-offset: 5px;
}
.b-sch-event-wrap.b-sch-style-line .b-sch-event:not(.b-milestone)::before, .b-sch-event-wrap.b-sch-style-line .b-sch-event:not(.b-milestone)::after {
  content: "";
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  position: absolute;
  border-radius: 2px;
}
.b-sch-horizontal .b-sch-event-wrap.b-sch-style-line .b-sch-event:not(.b-milestone)::before, .b-sch-horizontal .b-sch-event-wrap.b-sch-style-line .b-sch-event:not(.b-milestone)::after {
  top: -9px;
  height: 13px;
  border-left-width: 5px;
}
.b-sch-vertical .b-sch-event-wrap.b-sch-style-line .b-sch-event:not(.b-milestone)::before, .b-sch-vertical .b-sch-event-wrap.b-sch-style-line .b-sch-event:not(.b-milestone)::after {
  left: -9px;
  width: 13px;
  border-top-width: 5px;
}
.b-sch-horizontal .b-sch-event-wrap.b-sch-style-line .b-sch-event:not(.b-milestone)::before {
  left: 0;
}
.b-sch-vertical .b-sch-event-wrap.b-sch-style-line .b-sch-event:not(.b-milestone)::before {
  border-left-width: 5px;
  top: 0;
}
.b-sch-horizontal .b-sch-event-wrap.b-sch-style-line .b-sch-event:not(.b-milestone)::after {
  top: -9px;
  right: 0;
  height: 13px;
}
.b-sch-vertical .b-sch-event-wrap.b-sch-style-line .b-sch-event:not(.b-milestone)::after {
  bottom: 0;
}
.b-sch-event-wrap.b-sch-style-line .b-sch-event.b-milestone {
  top: initial;
  border-width: 0;
}
.b-sch-event-wrap.b-sch-style-line .b-sch-event.b-milestone .b-sch-event-content {
  background-color: transparent;
}
.b-sch-event-wrap.b-sch-style-line .b-sch-event.b-milestone .b-sch-event-content::before {
  border-width: 5px;
  border-style: solid;
}
.b-sch-event-wrap.b-sch-style-line .b-sch-event:hover, .b-sch-event-wrap.b-sch-style-line .b-sch-event.b-sch-event-selected, .b-sch-event-wrap.b-sch-style-line .b-sch-event.b-sch-event-resizing {
  background-color: transparent;
  border-color: #439647;
}
.b-sch-event-wrap.b-sch-style-line .b-sch-event.b-sch-event-selected {
  font-weight: 500;
}
.b-sch-event-wrap.b-sch-style-line .b-sch-event.b-sch-event-selected:hover {
  background-color: transparent;
  border-color: #3e8c42;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-line .b-sch-event.b-milestone {
  border-top-width: 5px;
  border-bottom-width: 5px;
  background-color: transparent;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-line .b-sch-event.b-milestone::before {
  border-width: 0;
  border-left-width: 5px;
  border-bottom-width: 5px;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-line .b-sch-event.b-milestone::after {
  border-width: 0;
  border-right-width: 5px;
  border-bottom-width: 5px;
  top: -5px;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-line .b-sch-event.b-milestone:hover, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-line .b-sch-event.b-milestone:hover::before, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-line .b-sch-event.b-milestone:hover::after, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-line .b-sch-event.b-milestone.b-sch-event-selected, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-line .b-sch-event.b-milestone.b-sch-event-selected::before, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-line .b-sch-event.b-milestone.b-sch-event-selected::after, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-line .b-sch-event.b-milestone.b-sch-event-selected:hover, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-line .b-sch-event.b-milestone.b-sch-event-selected:hover::before, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-line .b-sch-event.b-milestone.b-sch-event-selected:hover::after {
  background: none;
}

.b-sch-style-line.b-sch-custom-color .b-sch-event {
  border-color: currentColor;
  opacity: 0.8;
}
.b-sch-style-line.b-sch-custom-color .b-sch-event:hover, .b-sch-style-line.b-sch-custom-color .b-sch-event.b-sch-event-selected, .b-sch-style-line.b-sch-custom-color .b-sch-event.b-sch-event-resizing, .b-sch-style-line.b-sch-custom-color .b-sch-event.b-sch-event-selected:hover {
  border-color: currentColor;
  opacity: 1;
}
.b-sch-style-line.b-sch-custom-color .b-sch-event:hover .b-sch-event-content,
.b-sch-style-line.b-sch-custom-color .b-sch-event:hover .b-sch-event-content *, .b-sch-style-line.b-sch-custom-color .b-sch-event.b-sch-event-selected .b-sch-event-content,
.b-sch-style-line.b-sch-custom-color .b-sch-event.b-sch-event-selected .b-sch-event-content *, .b-sch-style-line.b-sch-custom-color .b-sch-event.b-sch-event-resizing .b-sch-event-content,
.b-sch-style-line.b-sch-custom-color .b-sch-event.b-sch-event-resizing .b-sch-event-content *, .b-sch-style-line.b-sch-custom-color .b-sch-event.b-sch-event-selected:hover .b-sch-event-content,
.b-sch-style-line.b-sch-custom-color .b-sch-event.b-sch-event-selected:hover .b-sch-event-content * {
  color: inherit;
}

.b-sch-event-wrap.b-sch-style-line.b-sch-color-red .b-sch-event {
  border-color: #EF5350;
  color: #EF5350;
}
.b-sch-event-wrap.b-sch-style-line.b-sch-color-red .b-sch-event:hover, .b-sch-event-wrap.b-sch-style-line.b-sch-color-red .b-sch-event.b-sch-event-selected {
  border-color: #db1814;
}
.b-sch-event-wrap.b-sch-style-line.b-sch-color-red .b-sch-event.b-sch-event-selected:hover {
  border-color: #cd1613;
}
.b-sch-event-wrap.b-sch-style-line.b-sch-color-red .b-sch-event.b-sch-event-selected * {
  color: #EF5350;
}

.b-sch-event-wrap.b-sch-style-line.b-sch-color-pink .b-sch-event {
  border-color: #EC407A;
  color: #EC407A;
}
.b-sch-event-wrap.b-sch-style-line.b-sch-color-pink .b-sch-event:hover, .b-sch-event-wrap.b-sch-style-line.b-sch-color-pink .b-sch-event.b-sch-event-selected {
  border-color: #cd1453;
}
.b-sch-event-wrap.b-sch-style-line.b-sch-color-pink .b-sch-event.b-sch-event-selected:hover {
  border-color: #bf134d;
}
.b-sch-event-wrap.b-sch-style-line.b-sch-color-pink .b-sch-event.b-sch-event-selected * {
  color: #EC407A;
}

.b-sch-event-wrap.b-sch-style-line.b-sch-color-purple .b-sch-event {
  border-color: #AB47BC;
  color: #AB47BC;
}
.b-sch-event-wrap.b-sch-style-line.b-sch-color-purple .b-sch-event:hover, .b-sch-event-wrap.b-sch-style-line.b-sch-color-purple .b-sch-event.b-sch-event-selected {
  border-color: #81348e;
}
.b-sch-event-wrap.b-sch-style-line.b-sch-color-purple .b-sch-event.b-sch-event-selected:hover {
  border-color: #793085;
}
.b-sch-event-wrap.b-sch-style-line.b-sch-color-purple .b-sch-event.b-sch-event-selected * {
  color: #AB47BC;
}

.b-sch-event-wrap.b-sch-style-line.b-sch-color-violet .b-sch-event {
  border-color: #7E57C2;
  color: #7E57C2;
}
.b-sch-event-wrap.b-sch-style-line.b-sch-color-violet .b-sch-event:hover, .b-sch-event-wrap.b-sch-style-line.b-sch-color-violet .b-sch-event.b-sch-event-selected {
  border-color: #5c389b;
}
.b-sch-event-wrap.b-sch-style-line.b-sch-color-violet .b-sch-event.b-sch-event-selected:hover {
  border-color: #563490;
}
.b-sch-event-wrap.b-sch-style-line.b-sch-color-violet .b-sch-event.b-sch-event-selected * {
  color: #7E57C2;
}

.b-sch-event-wrap.b-sch-style-line.b-sch-color-indigo .b-sch-event {
  border-color: #5C6BC0;
  color: #5C6BC0;
}
.b-sch-event-wrap.b-sch-style-line.b-sch-color-indigo .b-sch-event:hover, .b-sch-event-wrap.b-sch-style-line.b-sch-color-indigo .b-sch-event.b-sch-event-selected {
  border-color: #3b4a9a;
}
.b-sch-event-wrap.b-sch-style-line.b-sch-color-indigo .b-sch-event.b-sch-event-selected:hover {
  border-color: #37458f;
}
.b-sch-event-wrap.b-sch-style-line.b-sch-color-indigo .b-sch-event.b-sch-event-selected * {
  color: #5C6BC0;
}

.b-sch-event-wrap.b-sch-style-line.b-sch-color-blue .b-sch-event {
  border-color: #42A5F5;
  color: #42A5F5;
}
.b-sch-event-wrap.b-sch-style-line.b-sch-color-blue .b-sch-event:hover, .b-sch-event-wrap.b-sch-style-line.b-sch-color-blue .b-sch-event.b-sch-event-selected {
  border-color: #0c80de;
}
.b-sch-event-wrap.b-sch-style-line.b-sch-color-blue .b-sch-event.b-sch-event-selected:hover {
  border-color: #0b77cf;
}
.b-sch-event-wrap.b-sch-style-line.b-sch-color-blue .b-sch-event.b-sch-event-selected * {
  color: #42A5F5;
}

.b-sch-event-wrap.b-sch-style-line.b-sch-color-cyan .b-sch-event {
  border-color: #26C6DA;
  color: #26C6DA;
}
.b-sch-event-wrap.b-sch-style-line.b-sch-color-cyan .b-sch-event:hover, .b-sch-event-wrap.b-sch-style-line.b-sch-color-cyan .b-sch-event.b-sch-event-selected {
  border-color: #1c95a4;
}
.b-sch-event-wrap.b-sch-style-line.b-sch-color-cyan .b-sch-event.b-sch-event-selected:hover {
  border-color: #1a8b99;
}
.b-sch-event-wrap.b-sch-style-line.b-sch-color-cyan .b-sch-event.b-sch-event-selected * {
  color: #26C6DA;
}

.b-sch-event-wrap.b-sch-style-line.b-sch-color-teal .b-sch-event {
  border-color: #26A69A;
  color: #26A69A;
}
.b-sch-event-wrap.b-sch-style-line.b-sch-color-teal .b-sch-event:hover, .b-sch-event-wrap.b-sch-style-line.b-sch-color-teal .b-sch-event.b-sch-event-selected {
  border-color: #1d7d74;
}
.b-sch-event-wrap.b-sch-style-line.b-sch-color-teal .b-sch-event.b-sch-event-selected:hover {
  border-color: #1b746c;
}
.b-sch-event-wrap.b-sch-style-line.b-sch-color-teal .b-sch-event.b-sch-event-selected * {
  color: #26A69A;
}

.b-sch-event-wrap.b-sch-style-line.b-sch-color-green .b-sch-event {
  border-color: #66BB6A;
  color: #66BB6A;
}
.b-sch-event-wrap.b-sch-style-line.b-sch-color-green .b-sch-event:hover, .b-sch-event-wrap.b-sch-style-line.b-sch-color-green .b-sch-event.b-sch-event-selected {
  border-color: #439647;
}
.b-sch-event-wrap.b-sch-style-line.b-sch-color-green .b-sch-event.b-sch-event-selected:hover {
  border-color: #3e8c42;
}
.b-sch-event-wrap.b-sch-style-line.b-sch-color-green .b-sch-event.b-sch-event-selected * {
  color: #66BB6A;
}

.b-sch-event-wrap.b-sch-style-line.b-sch-color-lime .b-sch-event {
  border-color: #D4E157;
  color: #D4E157;
}
.b-sch-event-wrap.b-sch-style-line.b-sch-color-lime .b-sch-event:hover, .b-sch-event-wrap.b-sch-style-line.b-sch-color-lime .b-sch-event.b-sch-event-selected {
  border-color: #b7c723;
}
.b-sch-event-wrap.b-sch-style-line.b-sch-color-lime .b-sch-event.b-sch-event-selected:hover {
  border-color: #abb921;
}
.b-sch-event-wrap.b-sch-style-line.b-sch-color-lime .b-sch-event.b-sch-event-selected * {
  color: #D4E157;
}

.b-sch-event-wrap.b-sch-style-line.b-sch-color-yellow .b-sch-event {
  border-color: #FDD835;
  color: #FDD835;
}
.b-sch-event-wrap.b-sch-style-line.b-sch-color-yellow .b-sch-event:hover, .b-sch-event-wrap.b-sch-style-line.b-sch-color-yellow .b-sch-event.b-sch-event-selected {
  border-color: #e3ba02;
}
.b-sch-event-wrap.b-sch-style-line.b-sch-color-yellow .b-sch-event.b-sch-event-selected:hover {
  border-color: #d4ad02;
}
.b-sch-event-wrap.b-sch-style-line.b-sch-color-yellow .b-sch-event.b-sch-event-selected * {
  color: #FDD835;
}

.b-sch-event-wrap.b-sch-style-line.b-sch-color-orange .b-sch-event {
  border-color: #FFA726;
  color: #FFA726;
}
.b-sch-event-wrap.b-sch-style-line.b-sch-color-orange .b-sch-event:hover, .b-sch-event-wrap.b-sch-style-line.b-sch-color-orange .b-sch-event.b-sch-event-selected {
  border-color: #dc8300;
}
.b-sch-event-wrap.b-sch-style-line.b-sch-color-orange .b-sch-event.b-sch-event-selected:hover {
  border-color: #cd7a00;
}
.b-sch-event-wrap.b-sch-style-line.b-sch-color-orange .b-sch-event.b-sch-event-selected * {
  color: #FFA726;
}

.b-sch-event-wrap.b-sch-style-line.b-sch-color-deep-orange .b-sch-event {
  border-color: #ff7043;
  color: #ff7043;
}
.b-sch-event-wrap.b-sch-style-line.b-sch-color-deep-orange .b-sch-event:hover, .b-sch-event-wrap.b-sch-style-line.b-sch-color-deep-orange .b-sch-event.b-sch-event-selected {
  border-color: #f23a00;
}
.b-sch-event-wrap.b-sch-style-line.b-sch-color-deep-orange .b-sch-event.b-sch-event-selected:hover {
  border-color: #e13600;
}
.b-sch-event-wrap.b-sch-style-line.b-sch-color-deep-orange .b-sch-event.b-sch-event-selected * {
  color: #ff7043;
}

.b-sch-event-wrap.b-sch-style-line.b-sch-color-gray .b-sch-event {
  border-color: #a0a0a0;
  color: #a0a0a0;
}
.b-sch-event-wrap.b-sch-style-line.b-sch-color-gray .b-sch-event:hover, .b-sch-event-wrap.b-sch-style-line.b-sch-color-gray .b-sch-event.b-sch-event-selected {
  border-color: #787878;
}
.b-sch-event-wrap.b-sch-style-line.b-sch-color-gray .b-sch-event.b-sch-event-selected:hover {
  border-color: #707070;
}
.b-sch-event-wrap.b-sch-style-line.b-sch-color-gray .b-sch-event.b-sch-event-selected * {
  color: #a0a0a0;
}

.b-sch-event-wrap.b-sch-style-dashed .b-sch-event {
  background-color: transparent;
  border-color: #66BB6A;
  border-style: dashed;
  color: #777;
  font-weight: 300;
  justify-content: center;
  overflow: visible;
}
.b-sch-horizontal .b-sch-event-wrap.b-sch-style-dashed .b-sch-event {
  padding: 5px 0 3px 0;
}
.b-sch-event-wrap.b-sch-style-dashed .b-sch-event .b-sch-event-content {
  padding: 0;
}
.b-sch-event-wrap.b-sch-style-dashed .b-sch-event:hover, .b-sch-event-wrap.b-sch-style-dashed .b-sch-event.b-sch-event-selected, .b-sch-event-wrap.b-sch-style-dashed .b-sch-event.b-sch-event-resizing {
  background-color: transparent;
  border-color: #439647;
}
.b-sch-event-wrap.b-sch-style-dashed .b-sch-event.b-sch-event-selected {
  font-weight: 500;
}
.b-sch-event-wrap.b-sch-style-dashed .b-sch-event.b-sch-event-selected:hover {
  background-color: transparent;
  border-color: #3e8c42;
}
.b-sch-event-wrap.b-sch-style-dashed .b-sch-event.b-milestone {
  top: initial;
}
.b-sch-event-wrap.b-sch-style-dashed .b-sch-event.b-milestone .b-sch-event-content {
  border-width: 0;
  background-color: transparent;
}
.b-sch-event-wrap.b-sch-style-dashed .b-sch-event.b-milestone .b-sch-event-content::before {
  border-width: 5px;
  border-style: dashed;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-dashed .b-sch-event.b-milestone {
  border-top-width: 5px;
  border-bottom-width: 5px;
  background-color: transparent;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-dashed .b-sch-event.b-milestone::before {
  border-width: 0;
  border-left-width: 5px;
  border-bottom-width: 5px;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-dashed .b-sch-event.b-milestone::after {
  border-width: 0;
  border-right-width: 5px;
  border-bottom-width: 5px;
  top: -5px;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-dashed .b-sch-event.b-milestone:hover, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-dashed .b-sch-event.b-milestone:hover::before, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-dashed .b-sch-event.b-milestone:hover::after, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-dashed .b-sch-event.b-milestone.b-sch-event-selected, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-dashed .b-sch-event.b-milestone.b-sch-event-selected::before, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-dashed .b-sch-event.b-milestone.b-sch-event-selected::after, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-dashed .b-sch-event.b-milestone.b-sch-event-selected:hover, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-dashed .b-sch-event.b-milestone.b-sch-event-selected:hover::before, .b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-dashed .b-sch-event.b-milestone.b-sch-event-selected:hover::after {
  background: none;
}

.b-sch-style-dashed.b-sch-custom-color .b-sch-event {
  border-color: currentColor;
  opacity: 0.8;
}
.b-sch-style-dashed.b-sch-custom-color .b-sch-event:hover, .b-sch-style-dashed.b-sch-custom-color .b-sch-event.b-sch-event-selected, .b-sch-style-dashed.b-sch-custom-color .b-sch-event.b-sch-event-resizing, .b-sch-style-dashed.b-sch-custom-color .b-sch-event.b-sch-event-selected:hover {
  border-color: currentColor;
  opacity: 1;
}
.b-sch-style-dashed.b-sch-custom-color .b-sch-event:hover .b-sch-event-content,
.b-sch-style-dashed.b-sch-custom-color .b-sch-event:hover .b-sch-event-content *, .b-sch-style-dashed.b-sch-custom-color .b-sch-event.b-sch-event-selected .b-sch-event-content,
.b-sch-style-dashed.b-sch-custom-color .b-sch-event.b-sch-event-selected .b-sch-event-content *, .b-sch-style-dashed.b-sch-custom-color .b-sch-event.b-sch-event-resizing .b-sch-event-content,
.b-sch-style-dashed.b-sch-custom-color .b-sch-event.b-sch-event-resizing .b-sch-event-content *, .b-sch-style-dashed.b-sch-custom-color .b-sch-event.b-sch-event-selected:hover .b-sch-event-content,
.b-sch-style-dashed.b-sch-custom-color .b-sch-event.b-sch-event-selected:hover .b-sch-event-content * {
  color: inherit;
}

.b-sch-event-wrap.b-sch-style-dashed.b-sch-color-red .b-sch-event {
  border-color: #EF5350;
  color: #EF5350;
}
.b-sch-event-wrap.b-sch-style-dashed.b-sch-color-red .b-sch-event:hover, .b-sch-event-wrap.b-sch-style-dashed.b-sch-color-red .b-sch-event.b-sch-event-selected {
  border-color: #db1814;
}
.b-sch-event-wrap.b-sch-style-dashed.b-sch-color-red .b-sch-event.b-sch-event-selected:hover {
  border-color: #cd1613;
}
.b-sch-event-wrap.b-sch-style-dashed.b-sch-color-red .b-sch-event.b-sch-event-selected * {
  color: #EF5350;
}

.b-sch-event-wrap.b-sch-style-dashed.b-sch-color-pink .b-sch-event {
  border-color: #EC407A;
  color: #EC407A;
}
.b-sch-event-wrap.b-sch-style-dashed.b-sch-color-pink .b-sch-event:hover, .b-sch-event-wrap.b-sch-style-dashed.b-sch-color-pink .b-sch-event.b-sch-event-selected {
  border-color: #cd1453;
}
.b-sch-event-wrap.b-sch-style-dashed.b-sch-color-pink .b-sch-event.b-sch-event-selected:hover {
  border-color: #bf134d;
}
.b-sch-event-wrap.b-sch-style-dashed.b-sch-color-pink .b-sch-event.b-sch-event-selected * {
  color: #EC407A;
}

.b-sch-event-wrap.b-sch-style-dashed.b-sch-color-purple .b-sch-event {
  border-color: #AB47BC;
  color: #AB47BC;
}
.b-sch-event-wrap.b-sch-style-dashed.b-sch-color-purple .b-sch-event:hover, .b-sch-event-wrap.b-sch-style-dashed.b-sch-color-purple .b-sch-event.b-sch-event-selected {
  border-color: #81348e;
}
.b-sch-event-wrap.b-sch-style-dashed.b-sch-color-purple .b-sch-event.b-sch-event-selected:hover {
  border-color: #793085;
}
.b-sch-event-wrap.b-sch-style-dashed.b-sch-color-purple .b-sch-event.b-sch-event-selected * {
  color: #AB47BC;
}

.b-sch-event-wrap.b-sch-style-dashed.b-sch-color-violet .b-sch-event {
  border-color: #7E57C2;
  color: #7E57C2;
}
.b-sch-event-wrap.b-sch-style-dashed.b-sch-color-violet .b-sch-event:hover, .b-sch-event-wrap.b-sch-style-dashed.b-sch-color-violet .b-sch-event.b-sch-event-selected {
  border-color: #5c389b;
}
.b-sch-event-wrap.b-sch-style-dashed.b-sch-color-violet .b-sch-event.b-sch-event-selected:hover {
  border-color: #563490;
}
.b-sch-event-wrap.b-sch-style-dashed.b-sch-color-violet .b-sch-event.b-sch-event-selected * {
  color: #7E57C2;
}

.b-sch-event-wrap.b-sch-style-dashed.b-sch-color-indigo .b-sch-event {
  border-color: #5C6BC0;
  color: #5C6BC0;
}
.b-sch-event-wrap.b-sch-style-dashed.b-sch-color-indigo .b-sch-event:hover, .b-sch-event-wrap.b-sch-style-dashed.b-sch-color-indigo .b-sch-event.b-sch-event-selected {
  border-color: #3b4a9a;
}
.b-sch-event-wrap.b-sch-style-dashed.b-sch-color-indigo .b-sch-event.b-sch-event-selected:hover {
  border-color: #37458f;
}
.b-sch-event-wrap.b-sch-style-dashed.b-sch-color-indigo .b-sch-event.b-sch-event-selected * {
  color: #5C6BC0;
}

.b-sch-event-wrap.b-sch-style-dashed.b-sch-color-blue .b-sch-event {
  border-color: #42A5F5;
  color: #42A5F5;
}
.b-sch-event-wrap.b-sch-style-dashed.b-sch-color-blue .b-sch-event:hover, .b-sch-event-wrap.b-sch-style-dashed.b-sch-color-blue .b-sch-event.b-sch-event-selected {
  border-color: #0c80de;
}
.b-sch-event-wrap.b-sch-style-dashed.b-sch-color-blue .b-sch-event.b-sch-event-selected:hover {
  border-color: #0b77cf;
}
.b-sch-event-wrap.b-sch-style-dashed.b-sch-color-blue .b-sch-event.b-sch-event-selected * {
  color: #42A5F5;
}

.b-sch-event-wrap.b-sch-style-dashed.b-sch-color-cyan .b-sch-event {
  border-color: #26C6DA;
  color: #26C6DA;
}
.b-sch-event-wrap.b-sch-style-dashed.b-sch-color-cyan .b-sch-event:hover, .b-sch-event-wrap.b-sch-style-dashed.b-sch-color-cyan .b-sch-event.b-sch-event-selected {
  border-color: #1c95a4;
}
.b-sch-event-wrap.b-sch-style-dashed.b-sch-color-cyan .b-sch-event.b-sch-event-selected:hover {
  border-color: #1a8b99;
}
.b-sch-event-wrap.b-sch-style-dashed.b-sch-color-cyan .b-sch-event.b-sch-event-selected * {
  color: #26C6DA;
}

.b-sch-event-wrap.b-sch-style-dashed.b-sch-color-teal .b-sch-event {
  border-color: #26A69A;
  color: #26A69A;
}
.b-sch-event-wrap.b-sch-style-dashed.b-sch-color-teal .b-sch-event:hover, .b-sch-event-wrap.b-sch-style-dashed.b-sch-color-teal .b-sch-event.b-sch-event-selected {
  border-color: #1d7d74;
}
.b-sch-event-wrap.b-sch-style-dashed.b-sch-color-teal .b-sch-event.b-sch-event-selected:hover {
  border-color: #1b746c;
}
.b-sch-event-wrap.b-sch-style-dashed.b-sch-color-teal .b-sch-event.b-sch-event-selected * {
  color: #26A69A;
}

.b-sch-event-wrap.b-sch-style-dashed.b-sch-color-green .b-sch-event {
  border-color: #66BB6A;
  color: #66BB6A;
}
.b-sch-event-wrap.b-sch-style-dashed.b-sch-color-green .b-sch-event:hover, .b-sch-event-wrap.b-sch-style-dashed.b-sch-color-green .b-sch-event.b-sch-event-selected {
  border-color: #439647;
}
.b-sch-event-wrap.b-sch-style-dashed.b-sch-color-green .b-sch-event.b-sch-event-selected:hover {
  border-color: #3e8c42;
}
.b-sch-event-wrap.b-sch-style-dashed.b-sch-color-green .b-sch-event.b-sch-event-selected * {
  color: #66BB6A;
}

.b-sch-event-wrap.b-sch-style-dashed.b-sch-color-lime .b-sch-event {
  border-color: #D4E157;
  color: #D4E157;
}
.b-sch-event-wrap.b-sch-style-dashed.b-sch-color-lime .b-sch-event:hover, .b-sch-event-wrap.b-sch-style-dashed.b-sch-color-lime .b-sch-event.b-sch-event-selected {
  border-color: #b7c723;
}
.b-sch-event-wrap.b-sch-style-dashed.b-sch-color-lime .b-sch-event.b-sch-event-selected:hover {
  border-color: #abb921;
}
.b-sch-event-wrap.b-sch-style-dashed.b-sch-color-lime .b-sch-event.b-sch-event-selected * {
  color: #D4E157;
}

.b-sch-event-wrap.b-sch-style-dashed.b-sch-color-yellow .b-sch-event {
  border-color: #FDD835;
  color: #FDD835;
}
.b-sch-event-wrap.b-sch-style-dashed.b-sch-color-yellow .b-sch-event:hover, .b-sch-event-wrap.b-sch-style-dashed.b-sch-color-yellow .b-sch-event.b-sch-event-selected {
  border-color: #e3ba02;
}
.b-sch-event-wrap.b-sch-style-dashed.b-sch-color-yellow .b-sch-event.b-sch-event-selected:hover {
  border-color: #d4ad02;
}
.b-sch-event-wrap.b-sch-style-dashed.b-sch-color-yellow .b-sch-event.b-sch-event-selected * {
  color: #FDD835;
}

.b-sch-event-wrap.b-sch-style-dashed.b-sch-color-orange .b-sch-event {
  border-color: #FFA726;
  color: #FFA726;
}
.b-sch-event-wrap.b-sch-style-dashed.b-sch-color-orange .b-sch-event:hover, .b-sch-event-wrap.b-sch-style-dashed.b-sch-color-orange .b-sch-event.b-sch-event-selected {
  border-color: #dc8300;
}
.b-sch-event-wrap.b-sch-style-dashed.b-sch-color-orange .b-sch-event.b-sch-event-selected:hover {
  border-color: #cd7a00;
}
.b-sch-event-wrap.b-sch-style-dashed.b-sch-color-orange .b-sch-event.b-sch-event-selected * {
  color: #FFA726;
}

.b-sch-event-wrap.b-sch-style-dashed.b-sch-color-deep-orange .b-sch-event {
  border-color: #ff7043;
  color: #ff7043;
}
.b-sch-event-wrap.b-sch-style-dashed.b-sch-color-deep-orange .b-sch-event:hover, .b-sch-event-wrap.b-sch-style-dashed.b-sch-color-deep-orange .b-sch-event.b-sch-event-selected {
  border-color: #f23a00;
}
.b-sch-event-wrap.b-sch-style-dashed.b-sch-color-deep-orange .b-sch-event.b-sch-event-selected:hover {
  border-color: #e13600;
}
.b-sch-event-wrap.b-sch-style-dashed.b-sch-color-deep-orange .b-sch-event.b-sch-event-selected * {
  color: #ff7043;
}

.b-sch-event-wrap.b-sch-style-dashed.b-sch-color-gray .b-sch-event {
  border-color: #a0a0a0;
  color: #a0a0a0;
}
.b-sch-event-wrap.b-sch-style-dashed.b-sch-color-gray .b-sch-event:hover, .b-sch-event-wrap.b-sch-style-dashed.b-sch-color-gray .b-sch-event.b-sch-event-selected {
  border-color: #787878;
}
.b-sch-event-wrap.b-sch-style-dashed.b-sch-color-gray .b-sch-event.b-sch-event-selected:hover {
  border-color: #707070;
}
.b-sch-event-wrap.b-sch-style-dashed.b-sch-color-gray .b-sch-event.b-sch-event-selected * {
  color: #a0a0a0;
}

.b-sch-style-minimal.b-sch-event-wrap .b-sch-event {
  background-color: transparent;
  border-color: #66BB6A;
  border-style: solid;
  padding: 0;
  color: #777;
  font-weight: 300;
  overflow: visible;
}
.b-sch-style-minimal.b-sch-event-wrap .b-sch-event:not(.b-milestone) {
  font-size: 10px;
}
.b-sch-horizontal .b-sch-style-minimal.b-sch-event-wrap .b-sch-event:not(.b-milestone) {
  border-width: 0 0 1px 0;
  align-items: flex-end;
}
.b-sch-vertical .b-sch-style-minimal.b-sch-event-wrap .b-sch-event:not(.b-milestone) {
  border-width: 0 0 0 1px;
  align-items: flex-start;
  padding-left: 0.75em;
}
.b-sch-vertical .b-sch-style-minimal.b-sch-event-wrap .b-sch-event {
  left: 0;
  flex-direction: column;
}
.b-sch-style-minimal.b-sch-event-wrap .b-sch-event.b-sch-event-selected * {
  color: #777;
}
.b-sch-style-minimal.b-sch-event-wrap .b-sch-event:hover, .b-sch-style-minimal.b-sch-event-wrap .b-sch-event.b-sch-event-selected, .b-sch-style-minimal.b-sch-event-wrap .b-sch-event.b-sch-event-resizing {
  background-color: transparent;
  border-color: #439647;
}
.b-sch-style-minimal.b-sch-event-wrap .b-sch-event.b-sch-event-selected {
  font-weight: 500;
}
.b-sch-style-minimal.b-sch-event-wrap .b-sch-event.b-sch-event-selected:hover {
  background-color: transparent;
  border-color: #3e8c42;
}
.b-sch-style-minimal.b-sch-event-wrap .b-sch-event.b-milestone .b-sch-event-content {
  background-color: transparent;
  border-style: solid;
  font-size: 20px;
}
.b-sch-style-minimal.b-sch-event-wrap .b-sch-event.b-milestone .b-sch-event-content::before {
  border-width: 1px;
}
.b-sch-style-minimal.b-sch-event-wrap .b-sch-event.b-milestone .b-sch-event-content label {
  font-size: 10px;
  left: 90%;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-style-minimal.b-sch-event-wrap .b-sch-event.b-milestone {
  border-top-width: 1px;
  border-bottom-width: 1px;
  background-color: transparent;
  border-style: solid;
  height: 20px;
  font-size: 20px;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-style-minimal.b-sch-event-wrap .b-sch-event.b-milestone .b-sch-event-content {
  font-size: 10px;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-style-minimal.b-sch-event-wrap .b-sch-event.b-milestone::before {
  border-width: 0;
  border-left-width: 1px;
  border-bottom-width: 1px;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-style-minimal.b-sch-event-wrap .b-sch-event.b-milestone::after {
  border-width: 0;
  border-right-width: 1px;
  border-bottom-width: 1px;
  top: -1px;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-style-minimal.b-sch-event-wrap .b-sch-event.b-milestone:hover, .b-schedulerbase.b-sch-layout-milestones .b-sch-style-minimal.b-sch-event-wrap .b-sch-event.b-milestone:hover::before, .b-schedulerbase.b-sch-layout-milestones .b-sch-style-minimal.b-sch-event-wrap .b-sch-event.b-milestone:hover::after, .b-schedulerbase.b-sch-layout-milestones .b-sch-style-minimal.b-sch-event-wrap .b-sch-event.b-milestone.b-sch-event-selected, .b-schedulerbase.b-sch-layout-milestones .b-sch-style-minimal.b-sch-event-wrap .b-sch-event.b-milestone.b-sch-event-selected::before, .b-schedulerbase.b-sch-layout-milestones .b-sch-style-minimal.b-sch-event-wrap .b-sch-event.b-milestone.b-sch-event-selected::after, .b-schedulerbase.b-sch-layout-milestones .b-sch-style-minimal.b-sch-event-wrap .b-sch-event.b-milestone.b-sch-event-selected:hover, .b-schedulerbase.b-sch-layout-milestones .b-sch-style-minimal.b-sch-event-wrap .b-sch-event.b-milestone.b-sch-event-selected:hover::before, .b-schedulerbase.b-sch-layout-milestones .b-sch-style-minimal.b-sch-event-wrap .b-sch-event.b-milestone.b-sch-event-selected:hover::after {
  background: none;
}

.b-sch-style-minimal.b-sch-custom-color .b-sch-event {
  border-color: currentColor;
  opacity: 0.8;
}
.b-sch-style-minimal.b-sch-custom-color .b-sch-event .b-sch-event-content {
  color: #777;
}
.b-sch-style-minimal.b-sch-custom-color .b-sch-event:hover, .b-sch-style-minimal.b-sch-custom-color .b-sch-event.b-sch-event-selected, .b-sch-style-minimal.b-sch-custom-color .b-sch-event.b-sch-event-resizing, .b-sch-style-minimal.b-sch-custom-color .b-sch-event.b-sch-event-selected:hover {
  border-color: currentColor;
  opacity: 1;
}

.b-sch-horizontal .b-sch-style-line .b-sch-event,
.b-sch-horizontal .b-sch-style-dashed .b-sch-event {
  top: 5px;
  height: auto !important;
  border-width: 5px 0 0 0;
}
.b-sch-vertical .b-sch-style-line .b-sch-event,
.b-sch-vertical .b-sch-style-dashed .b-sch-event {
  left: 0;
  border-width: 0 0 0 5px;
  flex-direction: column;
}
.b-sch-vertical .b-sch-style-line .b-sch-event .b-sch-event-content,
.b-sch-vertical .b-sch-style-dashed .b-sch-event .b-sch-event-content {
  margin: 0;
}

.b-sch-style-minimal:not(.b-milestone).b-sch-color-red .b-sch-event {
  border-color: #EF5350;
}
.b-sch-style-minimal:not(.b-milestone).b-sch-color-red .b-sch-event:hover, .b-sch-style-minimal:not(.b-milestone).b-sch-color-red .b-sch-event.b-sch-event-selected {
  border-color: #db1814;
}
.b-sch-style-minimal:not(.b-milestone).b-sch-color-red .b-sch-event.b-sch-event-selected:hover {
  border-color: #cd1613;
}

.b-sch-style-minimal:not(.b-milestone).b-sch-color-pink .b-sch-event {
  border-color: #EC407A;
}
.b-sch-style-minimal:not(.b-milestone).b-sch-color-pink .b-sch-event:hover, .b-sch-style-minimal:not(.b-milestone).b-sch-color-pink .b-sch-event.b-sch-event-selected {
  border-color: #cd1453;
}
.b-sch-style-minimal:not(.b-milestone).b-sch-color-pink .b-sch-event.b-sch-event-selected:hover {
  border-color: #bf134d;
}

.b-sch-style-minimal:not(.b-milestone).b-sch-color-purple .b-sch-event {
  border-color: #AB47BC;
}
.b-sch-style-minimal:not(.b-milestone).b-sch-color-purple .b-sch-event:hover, .b-sch-style-minimal:not(.b-milestone).b-sch-color-purple .b-sch-event.b-sch-event-selected {
  border-color: #81348e;
}
.b-sch-style-minimal:not(.b-milestone).b-sch-color-purple .b-sch-event.b-sch-event-selected:hover {
  border-color: #793085;
}

.b-sch-style-minimal:not(.b-milestone).b-sch-color-violet .b-sch-event {
  border-color: #7E57C2;
}
.b-sch-style-minimal:not(.b-milestone).b-sch-color-violet .b-sch-event:hover, .b-sch-style-minimal:not(.b-milestone).b-sch-color-violet .b-sch-event.b-sch-event-selected {
  border-color: #5c389b;
}
.b-sch-style-minimal:not(.b-milestone).b-sch-color-violet .b-sch-event.b-sch-event-selected:hover {
  border-color: #563490;
}

.b-sch-style-minimal:not(.b-milestone).b-sch-color-indigo .b-sch-event {
  border-color: #5C6BC0;
}
.b-sch-style-minimal:not(.b-milestone).b-sch-color-indigo .b-sch-event:hover, .b-sch-style-minimal:not(.b-milestone).b-sch-color-indigo .b-sch-event.b-sch-event-selected {
  border-color: #3b4a9a;
}
.b-sch-style-minimal:not(.b-milestone).b-sch-color-indigo .b-sch-event.b-sch-event-selected:hover {
  border-color: #37458f;
}

.b-sch-style-minimal:not(.b-milestone).b-sch-color-blue .b-sch-event {
  border-color: #42A5F5;
}
.b-sch-style-minimal:not(.b-milestone).b-sch-color-blue .b-sch-event:hover, .b-sch-style-minimal:not(.b-milestone).b-sch-color-blue .b-sch-event.b-sch-event-selected {
  border-color: #0c80de;
}
.b-sch-style-minimal:not(.b-milestone).b-sch-color-blue .b-sch-event.b-sch-event-selected:hover {
  border-color: #0b77cf;
}

.b-sch-style-minimal:not(.b-milestone).b-sch-color-cyan .b-sch-event {
  border-color: #26C6DA;
}
.b-sch-style-minimal:not(.b-milestone).b-sch-color-cyan .b-sch-event:hover, .b-sch-style-minimal:not(.b-milestone).b-sch-color-cyan .b-sch-event.b-sch-event-selected {
  border-color: #1c95a4;
}
.b-sch-style-minimal:not(.b-milestone).b-sch-color-cyan .b-sch-event.b-sch-event-selected:hover {
  border-color: #1a8b99;
}

.b-sch-style-minimal:not(.b-milestone).b-sch-color-teal .b-sch-event {
  border-color: #26A69A;
}
.b-sch-style-minimal:not(.b-milestone).b-sch-color-teal .b-sch-event:hover, .b-sch-style-minimal:not(.b-milestone).b-sch-color-teal .b-sch-event.b-sch-event-selected {
  border-color: #1d7d74;
}
.b-sch-style-minimal:not(.b-milestone).b-sch-color-teal .b-sch-event.b-sch-event-selected:hover {
  border-color: #1b746c;
}

.b-sch-style-minimal:not(.b-milestone).b-sch-color-green .b-sch-event {
  border-color: #66BB6A;
}
.b-sch-style-minimal:not(.b-milestone).b-sch-color-green .b-sch-event:hover, .b-sch-style-minimal:not(.b-milestone).b-sch-color-green .b-sch-event.b-sch-event-selected {
  border-color: #439647;
}
.b-sch-style-minimal:not(.b-milestone).b-sch-color-green .b-sch-event.b-sch-event-selected:hover {
  border-color: #3e8c42;
}

.b-sch-style-minimal:not(.b-milestone).b-sch-color-lime .b-sch-event {
  border-color: #D4E157;
}
.b-sch-style-minimal:not(.b-milestone).b-sch-color-lime .b-sch-event:hover, .b-sch-style-minimal:not(.b-milestone).b-sch-color-lime .b-sch-event.b-sch-event-selected {
  border-color: #b7c723;
}
.b-sch-style-minimal:not(.b-milestone).b-sch-color-lime .b-sch-event.b-sch-event-selected:hover {
  border-color: #abb921;
}

.b-sch-style-minimal:not(.b-milestone).b-sch-color-yellow .b-sch-event {
  border-color: #FDD835;
}
.b-sch-style-minimal:not(.b-milestone).b-sch-color-yellow .b-sch-event:hover, .b-sch-style-minimal:not(.b-milestone).b-sch-color-yellow .b-sch-event.b-sch-event-selected {
  border-color: #e3ba02;
}
.b-sch-style-minimal:not(.b-milestone).b-sch-color-yellow .b-sch-event.b-sch-event-selected:hover {
  border-color: #d4ad02;
}

.b-sch-style-minimal:not(.b-milestone).b-sch-color-orange .b-sch-event {
  border-color: #FFA726;
}
.b-sch-style-minimal:not(.b-milestone).b-sch-color-orange .b-sch-event:hover, .b-sch-style-minimal:not(.b-milestone).b-sch-color-orange .b-sch-event.b-sch-event-selected {
  border-color: #dc8300;
}
.b-sch-style-minimal:not(.b-milestone).b-sch-color-orange .b-sch-event.b-sch-event-selected:hover {
  border-color: #cd7a00;
}

.b-sch-style-minimal:not(.b-milestone).b-sch-color-deep-orange .b-sch-event {
  border-color: #ff7043;
}
.b-sch-style-minimal:not(.b-milestone).b-sch-color-deep-orange .b-sch-event:hover, .b-sch-style-minimal:not(.b-milestone).b-sch-color-deep-orange .b-sch-event.b-sch-event-selected {
  border-color: #f23a00;
}
.b-sch-style-minimal:not(.b-milestone).b-sch-color-deep-orange .b-sch-event.b-sch-event-selected:hover {
  border-color: #e13600;
}

.b-sch-style-minimal:not(.b-milestone).b-sch-color-gray .b-sch-event {
  border-color: #a0a0a0;
}
.b-sch-style-minimal:not(.b-milestone).b-sch-color-gray .b-sch-event:hover, .b-sch-style-minimal:not(.b-milestone).b-sch-color-gray .b-sch-event.b-sch-event-selected {
  border-color: #787878;
}
.b-sch-style-minimal:not(.b-milestone).b-sch-color-gray .b-sch-event.b-sch-event-selected:hover {
  border-color: #707070;
}

.b-sch-event-wrap.b-sch-style-rounded .b-sch-event:not(.b-milestone) {
  background-color: rgba(179, 221, 181, 0.6);
  border-color: #66BB6A;
  color: #2c9f31;
  font-weight: 300;
  font-size: 11px;
  border-radius: 2em;
}
.b-sch-event-wrap.b-sch-style-rounded .b-sch-event:not(.b-milestone) .b-sch-event-content {
  margin: 0 1em;
}
.b-sch-event-wrap.b-sch-style-rounded .b-sch-event:not(.b-milestone):hover {
  background-color: rgba(140, 204, 143, 0.8);
}
.b-sch-event-wrap.b-sch-style-rounded .b-sch-event.b-milestone .b-sch-event-content::before {
  border-radius: 1em;
}

.b-sch-event-wrap.b-sch-style-rounded.b-sch-custom-color .b-sch-event:not(.b-milestone) {
  background-color: currentColor;
  background-image: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8));
}
.b-sch-event-wrap.b-sch-style-rounded.b-sch-custom-color .b-sch-event:not(.b-milestone):hover {
  background-color: currentColor;
  background-image: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6));
}
.b-sch-event-wrap.b-sch-style-rounded.b-sch-custom-color .b-sch-event:not(.b-milestone).b-sch-event-selected {
  background-image: none;
}
.b-sch-event-wrap.b-sch-style-rounded.b-sch-custom-color .b-sch-event.b-milestone .b-sch-event-content {
  background-color: currentColor;
  background-image: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8));
}
.b-sch-event-wrap.b-sch-style-rounded.b-sch-custom-color .b-sch-event.b-milestone:hover .b-sch-event-content {
  background-image: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6));
}
.b-sch-event-wrap.b-sch-style-rounded.b-sch-custom-color .b-sch-event.b-milestone.b-sch-event-selected .b-sch-event-content {
  background-image: none;
}

.b-sch-event-wrap.b-sch-style-rounded.b-sch-color-red .b-sch-event:not(.b-milestone) {
  background-color: rgba(247, 169, 168, 0.6);
  color: #d2110d;
  border-color: #EF5350;
}
.b-sch-event-wrap.b-sch-style-rounded.b-sch-color-red .b-sch-event:not(.b-milestone):hover {
  background-color: rgba(243, 126, 124, 0.8);
}
.b-sch-event-wrap.b-sch-style-rounded.b-sch-color-red .b-sch-event:not(.b-milestone).b-sch-event-selected {
  background-color: #EF5350;
}
.b-sch-event-wrap.b-sch-style-rounded.b-sch-color-red .b-sch-event.b-milestone {
  border-color: #d2110d;
}
.b-sch-event-wrap.b-sch-style-rounded.b-sch-color-red .b-sch-event.b-milestone .b-sch-event-content {
  background-color: rgba(247, 169, 168, 0.6);
}
.b-sch-event-wrap.b-sch-style-rounded.b-sch-color-red .b-sch-event.b-milestone:hover .b-sch-event-content {
  background-color: rgba(243, 126, 124, 0.8);
}
.b-sch-event-wrap.b-sch-style-rounded.b-sch-color-red .b-sch-event.b-milestone.b-sch-event-selected .b-sch-event-content {
  background-color: #EF5350;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-rounded.b-sch-color-red .b-milestone {
  background-color: #facbcb;
  color: #d2110d;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-rounded.b-sch-color-red .b-milestone .b-sch-event-content {
  font-size: 11px;
}

.b-sch-event-wrap.b-sch-style-rounded.b-sch-color-pink .b-sch-event:not(.b-milestone) {
  background-color: rgba(246, 160, 189, 0.6);
  color: #c50d4b;
  border-color: #EC407A;
}
.b-sch-event-wrap.b-sch-style-rounded.b-sch-color-pink .b-sch-event:not(.b-milestone):hover {
  background-color: rgba(241, 112, 155, 0.8);
}
.b-sch-event-wrap.b-sch-style-rounded.b-sch-color-pink .b-sch-event:not(.b-milestone).b-sch-event-selected {
  background-color: #EC407A;
}
.b-sch-event-wrap.b-sch-style-rounded.b-sch-color-pink .b-sch-event.b-milestone {
  border-color: #c50d4b;
}
.b-sch-event-wrap.b-sch-style-rounded.b-sch-color-pink .b-sch-event.b-milestone .b-sch-event-content {
  background-color: rgba(246, 160, 189, 0.6);
}
.b-sch-event-wrap.b-sch-style-rounded.b-sch-color-pink .b-sch-event.b-milestone:hover .b-sch-event-content {
  background-color: rgba(241, 112, 155, 0.8);
}
.b-sch-event-wrap.b-sch-style-rounded.b-sch-color-pink .b-sch-event.b-milestone.b-sch-event-selected .b-sch-event-content {
  background-color: #EC407A;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-rounded.b-sch-color-pink .b-milestone {
  background-color: #f9c6d7;
  color: #c50d4b;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-rounded.b-sch-color-pink .b-milestone .b-sch-event-content {
  font-size: 11px;
}

.b-sch-event-wrap.b-sch-style-rounded.b-sch-color-purple .b-sch-event:not(.b-milestone) {
  background-color: rgba(213, 163, 222, 0.6);
  color: #832293;
  border-color: #AB47BC;
}
.b-sch-event-wrap.b-sch-style-rounded.b-sch-color-purple .b-sch-event:not(.b-milestone):hover {
  background-color: rgba(192, 117, 205, 0.8);
}
.b-sch-event-wrap.b-sch-style-rounded.b-sch-color-purple .b-sch-event:not(.b-milestone).b-sch-event-selected {
  background-color: #AB47BC;
}
.b-sch-event-wrap.b-sch-style-rounded.b-sch-color-purple .b-sch-event.b-milestone {
  border-color: #832293;
}
.b-sch-event-wrap.b-sch-style-rounded.b-sch-color-purple .b-sch-event.b-milestone .b-sch-event-content {
  background-color: rgba(213, 163, 222, 0.6);
}
.b-sch-event-wrap.b-sch-style-rounded.b-sch-color-purple .b-sch-event.b-milestone:hover .b-sch-event-content {
  background-color: rgba(192, 117, 205, 0.8);
}
.b-sch-event-wrap.b-sch-style-rounded.b-sch-color-purple .b-sch-event.b-milestone.b-sch-event-selected .b-sch-event-content {
  background-color: #AB47BC;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-rounded.b-sch-color-purple .b-milestone {
  background-color: #e6c8eb;
  color: #832293;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-rounded.b-sch-color-purple .b-milestone .b-sch-event-content {
  font-size: 11px;
}

.b-sch-event-wrap.b-sch-style-rounded.b-sch-color-violet .b-sch-event:not(.b-milestone) {
  background-color: rgba(191, 171, 225, 0.6);
  color: #5225a0;
  border-color: #7E57C2;
}
.b-sch-event-wrap.b-sch-style-rounded.b-sch-color-violet .b-sch-event:not(.b-milestone):hover {
  background-color: rgba(158, 129, 209, 0.8);
}
.b-sch-event-wrap.b-sch-style-rounded.b-sch-color-violet .b-sch-event:not(.b-milestone).b-sch-event-selected {
  background-color: #7E57C2;
}
.b-sch-event-wrap.b-sch-style-rounded.b-sch-color-violet .b-sch-event.b-milestone {
  border-color: #5225a0;
}
.b-sch-event-wrap.b-sch-style-rounded.b-sch-color-violet .b-sch-event.b-milestone .b-sch-event-content {
  background-color: rgba(191, 171, 225, 0.6);
}
.b-sch-event-wrap.b-sch-style-rounded.b-sch-color-violet .b-sch-event.b-milestone:hover .b-sch-event-content {
  background-color: rgba(158, 129, 209, 0.8);
}
.b-sch-event-wrap.b-sch-style-rounded.b-sch-color-violet .b-sch-event.b-milestone.b-sch-event-selected .b-sch-event-content {
  background-color: #7E57C2;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-rounded.b-sch-color-violet .b-milestone {
  background-color: #d8cded;
  color: #5225a0;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-rounded.b-sch-color-violet .b-milestone .b-sch-event-content {
  font-size: 11px;
}

.b-sch-event-wrap.b-sch-style-rounded.b-sch-color-indigo .b-sch-event:not(.b-milestone) {
  background-color: rgba(174, 181, 224, 0.6);
  color: #2739a0;
  border-color: #5C6BC0;
}
.b-sch-event-wrap.b-sch-style-rounded.b-sch-color-indigo .b-sch-event:not(.b-milestone):hover {
  background-color: rgba(133, 144, 208, 0.8);
}
.b-sch-event-wrap.b-sch-style-rounded.b-sch-color-indigo .b-sch-event:not(.b-milestone).b-sch-event-selected {
  background-color: #5C6BC0;
}
.b-sch-event-wrap.b-sch-style-rounded.b-sch-color-indigo .b-sch-event.b-milestone {
  border-color: #2739a0;
}
.b-sch-event-wrap.b-sch-style-rounded.b-sch-color-indigo .b-sch-event.b-milestone .b-sch-event-content {
  background-color: rgba(174, 181, 224, 0.6);
}
.b-sch-event-wrap.b-sch-style-rounded.b-sch-color-indigo .b-sch-event.b-milestone:hover .b-sch-event-content {
  background-color: rgba(133, 144, 208, 0.8);
}
.b-sch-event-wrap.b-sch-style-rounded.b-sch-color-indigo .b-sch-event.b-milestone.b-sch-event-selected .b-sch-event-content {
  background-color: #5C6BC0;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-rounded.b-sch-color-indigo .b-milestone {
  background-color: #ced3ec;
  color: #2739a0;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-rounded.b-sch-color-indigo .b-milestone .b-sch-event-content {
  font-size: 11px;
}

.b-sch-event-wrap.b-sch-style-rounded.b-sch-color-blue .b-sch-event:not(.b-milestone) {
  background-color: rgba(161, 210, 250, 0.6);
  color: #0878d2;
  border-color: #42A5F5;
}
.b-sch-event-wrap.b-sch-style-rounded.b-sch-color-blue .b-sch-event:not(.b-milestone):hover {
  background-color: rgba(113, 188, 248, 0.8);
}
.b-sch-event-wrap.b-sch-style-rounded.b-sch-color-blue .b-sch-event:not(.b-milestone).b-sch-event-selected {
  background-color: #42A5F5;
}
.b-sch-event-wrap.b-sch-style-rounded.b-sch-color-blue .b-sch-event.b-milestone {
  border-color: #0878d2;
}
.b-sch-event-wrap.b-sch-style-rounded.b-sch-color-blue .b-sch-event.b-milestone .b-sch-event-content {
  background-color: rgba(161, 210, 250, 0.6);
}
.b-sch-event-wrap.b-sch-style-rounded.b-sch-color-blue .b-sch-event.b-milestone:hover .b-sch-event-content {
  background-color: rgba(113, 188, 248, 0.8);
}
.b-sch-event-wrap.b-sch-style-rounded.b-sch-color-blue .b-sch-event.b-milestone.b-sch-event-selected .b-sch-event-content {
  background-color: #42A5F5;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-rounded.b-sch-color-blue .b-milestone {
  background-color: #c6e4fc;
  color: #0878d2;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-rounded.b-sch-color-blue .b-milestone .b-sch-event-content {
  font-size: 11px;
}

.b-sch-event-wrap.b-sch-style-rounded.b-sch-color-cyan .b-sch-event:not(.b-milestone) {
  background-color: rgba(147, 227, 237, 0.6);
  color: #1291a1;
  border-color: #26C6DA;
}
.b-sch-event-wrap.b-sch-style-rounded.b-sch-color-cyan .b-sch-event:not(.b-milestone):hover {
  background-color: rgba(92, 212, 227, 0.8);
}
.b-sch-event-wrap.b-sch-style-rounded.b-sch-color-cyan .b-sch-event:not(.b-milestone).b-sch-event-selected {
  background-color: #26C6DA;
}
.b-sch-event-wrap.b-sch-style-rounded.b-sch-color-cyan .b-sch-event.b-milestone {
  border-color: #1291a1;
}
.b-sch-event-wrap.b-sch-style-rounded.b-sch-color-cyan .b-sch-event.b-milestone .b-sch-event-content {
  background-color: rgba(147, 227, 237, 0.6);
}
.b-sch-event-wrap.b-sch-style-rounded.b-sch-color-cyan .b-sch-event.b-milestone:hover .b-sch-event-content {
  background-color: rgba(92, 212, 227, 0.8);
}
.b-sch-event-wrap.b-sch-style-rounded.b-sch-color-cyan .b-sch-event.b-milestone.b-sch-event-selected .b-sch-event-content {
  background-color: #26C6DA;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-rounded.b-sch-color-cyan .b-milestone {
  background-color: #beeef4;
  color: #1291a1;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-rounded.b-sch-color-cyan .b-milestone .b-sch-event-content {
  font-size: 11px;
}

.b-sch-event-wrap.b-sch-style-rounded.b-sch-color-teal .b-sch-event:not(.b-milestone) {
  background-color: rgba(131, 227, 218, 0.6);
  color: #137c72;
  border-color: #26A69A;
}
.b-sch-event-wrap.b-sch-style-rounded.b-sch-color-teal .b-sch-event:not(.b-milestone):hover {
  background-color: rgba(68, 212, 199, 0.8);
}
.b-sch-event-wrap.b-sch-style-rounded.b-sch-color-teal .b-sch-event:not(.b-milestone).b-sch-event-selected {
  background-color: #26A69A;
}
.b-sch-event-wrap.b-sch-style-rounded.b-sch-color-teal .b-sch-event.b-milestone {
  border-color: #137c72;
}
.b-sch-event-wrap.b-sch-style-rounded.b-sch-color-teal .b-sch-event.b-milestone .b-sch-event-content {
  background-color: rgba(131, 227, 218, 0.6);
}
.b-sch-event-wrap.b-sch-style-rounded.b-sch-color-teal .b-sch-event.b-milestone:hover .b-sch-event-content {
  background-color: rgba(68, 212, 199, 0.8);
}
.b-sch-event-wrap.b-sch-style-rounded.b-sch-color-teal .b-sch-event.b-milestone.b-sch-event-selected .b-sch-event-content {
  background-color: #26A69A;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-rounded.b-sch-color-teal .b-milestone {
  background-color: #b4eee9;
  color: #137c72;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-rounded.b-sch-color-teal .b-milestone .b-sch-event-content {
  font-size: 11px;
}

.b-sch-event-wrap.b-sch-style-rounded.b-sch-color-green .b-sch-event:not(.b-milestone) {
  background-color: rgba(179, 221, 181, 0.6);
  color: #2c9f31;
  border-color: #66BB6A;
}
.b-sch-event-wrap.b-sch-style-rounded.b-sch-color-green .b-sch-event:not(.b-milestone):hover {
  background-color: rgba(140, 204, 143, 0.8);
}
.b-sch-event-wrap.b-sch-style-rounded.b-sch-color-green .b-sch-event:not(.b-milestone).b-sch-event-selected {
  background-color: #66BB6A;
}
.b-sch-event-wrap.b-sch-style-rounded.b-sch-color-green .b-sch-event.b-milestone {
  border-color: #2c9f31;
}
.b-sch-event-wrap.b-sch-style-rounded.b-sch-color-green .b-sch-event.b-milestone .b-sch-event-content {
  background-color: rgba(179, 221, 181, 0.6);
}
.b-sch-event-wrap.b-sch-style-rounded.b-sch-color-green .b-sch-event.b-milestone:hover .b-sch-event-content {
  background-color: rgba(140, 204, 143, 0.8);
}
.b-sch-event-wrap.b-sch-style-rounded.b-sch-color-green .b-sch-event.b-milestone.b-sch-event-selected .b-sch-event-content {
  background-color: #66BB6A;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-rounded.b-sch-color-green .b-milestone {
  background-color: #d1ebd2;
  color: #2c9f31;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-rounded.b-sch-color-green .b-milestone .b-sch-event-content {
  font-size: 11px;
}

.b-sch-event-wrap.b-sch-style-rounded.b-sch-color-lime .b-sch-event:not(.b-milestone) {
  background-color: rgba(234, 240, 171, 0.6);
  color: #b3c317;
  border-color: #D4E157;
}
.b-sch-event-wrap.b-sch-style-rounded.b-sch-color-lime .b-sch-event:not(.b-milestone):hover {
  background-color: rgba(223, 233, 129, 0.8);
}
.b-sch-event-wrap.b-sch-style-rounded.b-sch-color-lime .b-sch-event:not(.b-milestone).b-sch-event-selected {
  background-color: #D4E157;
}
.b-sch-event-wrap.b-sch-style-rounded.b-sch-color-lime .b-sch-event.b-milestone {
  border-color: #b3c317;
}
.b-sch-event-wrap.b-sch-style-rounded.b-sch-color-lime .b-sch-event.b-milestone .b-sch-event-content {
  background-color: rgba(234, 240, 171, 0.6);
}
.b-sch-event-wrap.b-sch-style-rounded.b-sch-color-lime .b-sch-event.b-milestone:hover .b-sch-event-content {
  background-color: rgba(223, 233, 129, 0.8);
}
.b-sch-event-wrap.b-sch-style-rounded.b-sch-color-lime .b-sch-event.b-milestone.b-sch-event-selected .b-sch-event-content {
  background-color: #D4E157;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-rounded.b-sch-color-lime .b-milestone {
  background-color: #f2f6cd;
  color: #b3c317;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-rounded.b-sch-color-lime .b-milestone .b-sch-event-content {
  font-size: 11px;
}

.b-sch-event-wrap.b-sch-style-rounded.b-sch-color-yellow .b-sch-event:not(.b-milestone) {
  background-color: rgba(254, 236, 154, 0.6);
  color: #d5ae01;
  border-color: #FDD835;
}
.b-sch-event-wrap.b-sch-style-rounded.b-sch-color-yellow .b-sch-event:not(.b-milestone):hover {
  background-color: rgba(254, 226, 104, 0.8);
}
.b-sch-event-wrap.b-sch-style-rounded.b-sch-color-yellow .b-sch-event:not(.b-milestone).b-sch-event-selected {
  background-color: #FDD835;
}
.b-sch-event-wrap.b-sch-style-rounded.b-sch-color-yellow .b-sch-event.b-milestone {
  border-color: #d5ae01;
}
.b-sch-event-wrap.b-sch-style-rounded.b-sch-color-yellow .b-sch-event.b-milestone .b-sch-event-content {
  background-color: rgba(254, 236, 154, 0.6);
}
.b-sch-event-wrap.b-sch-style-rounded.b-sch-color-yellow .b-sch-event.b-milestone:hover .b-sch-event-content {
  background-color: rgba(254, 226, 104, 0.8);
}
.b-sch-event-wrap.b-sch-style-rounded.b-sch-color-yellow .b-sch-event.b-milestone.b-sch-event-selected .b-sch-event-content {
  background-color: #FDD835;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-rounded.b-sch-color-yellow .b-milestone {
  background-color: #fef3c2;
  color: #d5ae01;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-rounded.b-sch-color-yellow .b-milestone .b-sch-event-content {
  font-size: 11px;
}

.b-sch-event-wrap.b-sch-style-rounded.b-sch-color-orange .b-sch-event:not(.b-milestone) {
  background-color: rgba(255, 211, 147, 0.6);
  color: #cd7a00;
  border-color: #FFA726;
}
.b-sch-event-wrap.b-sch-style-rounded.b-sch-color-orange .b-sch-event:not(.b-milestone):hover {
  background-color: rgba(255, 189, 92, 0.8);
}
.b-sch-event-wrap.b-sch-style-rounded.b-sch-color-orange .b-sch-event:not(.b-milestone).b-sch-event-selected {
  background-color: #FFA726;
}
.b-sch-event-wrap.b-sch-style-rounded.b-sch-color-orange .b-sch-event.b-milestone {
  border-color: #cd7a00;
}
.b-sch-event-wrap.b-sch-style-rounded.b-sch-color-orange .b-sch-event.b-milestone .b-sch-event-content {
  background-color: rgba(255, 211, 147, 0.6);
}
.b-sch-event-wrap.b-sch-style-rounded.b-sch-color-orange .b-sch-event.b-milestone:hover .b-sch-event-content {
  background-color: rgba(255, 189, 92, 0.8);
}
.b-sch-event-wrap.b-sch-style-rounded.b-sch-color-orange .b-sch-event.b-milestone.b-sch-event-selected .b-sch-event-content {
  background-color: #FFA726;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-rounded.b-sch-color-orange .b-milestone {
  background-color: #ffe5be;
  color: #cd7a00;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-rounded.b-sch-color-orange .b-milestone .b-sch-event-content {
  font-size: 11px;
}

.b-sch-event-wrap.b-sch-style-rounded.b-sch-color-deep-orange .b-sch-event:not(.b-milestone) {
  background-color: rgba(255, 184, 161, 0.6);
  color: #e13600;
  border-color: #ff7043;
}
.b-sch-event-wrap.b-sch-style-rounded.b-sch-color-deep-orange .b-sch-event:not(.b-milestone):hover {
  background-color: rgba(255, 148, 114, 0.8);
}
.b-sch-event-wrap.b-sch-style-rounded.b-sch-color-deep-orange .b-sch-event:not(.b-milestone).b-sch-event-selected {
  background-color: #ff7043;
}
.b-sch-event-wrap.b-sch-style-rounded.b-sch-color-deep-orange .b-sch-event.b-milestone {
  border-color: #e13600;
}
.b-sch-event-wrap.b-sch-style-rounded.b-sch-color-deep-orange .b-sch-event.b-milestone .b-sch-event-content {
  background-color: rgba(255, 184, 161, 0.6);
}
.b-sch-event-wrap.b-sch-style-rounded.b-sch-color-deep-orange .b-sch-event.b-milestone:hover .b-sch-event-content {
  background-color: rgba(255, 148, 114, 0.8);
}
.b-sch-event-wrap.b-sch-style-rounded.b-sch-color-deep-orange .b-sch-event.b-milestone.b-sch-event-selected .b-sch-event-content {
  background-color: #ff7043;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-rounded.b-sch-color-deep-orange .b-milestone {
  background-color: #ffd4c7;
  color: #e13600;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-rounded.b-sch-color-deep-orange .b-milestone .b-sch-event-content {
  font-size: 11px;
}

.b-sch-event-wrap.b-sch-style-rounded.b-sch-color-gray .b-sch-event:not(.b-milestone) {
  background-color: rgba(208, 208, 208, 0.6);
  color: #924e4e;
  border-color: #a0a0a0;
}
.b-sch-event-wrap.b-sch-style-rounded.b-sch-color-gray .b-sch-event:not(.b-milestone):hover {
  background-color: rgba(184, 184, 184, 0.8);
}
.b-sch-event-wrap.b-sch-style-rounded.b-sch-color-gray .b-sch-event:not(.b-milestone).b-sch-event-selected {
  background-color: #a0a0a0;
}
.b-sch-event-wrap.b-sch-style-rounded.b-sch-color-gray .b-sch-event.b-milestone {
  border-color: #924e4e;
}
.b-sch-event-wrap.b-sch-style-rounded.b-sch-color-gray .b-sch-event.b-milestone .b-sch-event-content {
  background-color: rgba(208, 208, 208, 0.6);
}
.b-sch-event-wrap.b-sch-style-rounded.b-sch-color-gray .b-sch-event.b-milestone:hover .b-sch-event-content {
  background-color: rgba(184, 184, 184, 0.8);
}
.b-sch-event-wrap.b-sch-style-rounded.b-sch-color-gray .b-sch-event.b-milestone.b-sch-event-selected .b-sch-event-content {
  background-color: #a0a0a0;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-rounded.b-sch-color-gray .b-milestone {
  background-color: #e3e3e3;
  color: #924e4e;
}
.b-schedulerbase.b-sch-layout-milestones .b-sch-event-wrap.b-sch-style-rounded.b-sch-color-gray .b-milestone .b-sch-event-content {
  font-size: 11px;
}

.b-icon-calendar-week:before {
  content: "\f784";
}

/**
 *
 * The DayView. Days are vertical stack of hours in which intra day events are rendered.
 * A DayView can show a single of many days side by side.
 *
 */
/*
 * Calendar View styles
 *
 */
/*
 * Calendar header row styles
 *
 */
.cal-view-readonly {
  filter: grayscale(75%);
  transition: filter 0.5s;
}

.b-cal-event-bar-container {
  flex: 1;
  flex-flow: column;
}
.b-cal-event-bar-container .b-cal-event {
  padding: 0 0.3em;
  gap: 0.3em;
}

.b-daycellrenderer .b-cal-event-bar-container {
  flex-grow: 1;
  contain: style;
}
.b-daycellrenderer .b-cal-event-bar-container .b-cal-event-wrap {
  position: absolute;
  padding-right: 2px;
  padding-left: 1px;
}
.b-daycellrenderer .b-cal-event-bar-container .b-cal-event-wrap.b-overflow {
  opacity: 0;
  pointer-events: none;
  max-width: 14%;
  right: auto;
}
.b-daycellrenderer .b-calendar-cell:last-child .b-cal-event-bar-container .b-cal-event-wrap.b-overflow {
  right: 0;
}
.b-daycellrenderer .b-cal-cell-overflow {
  flex: 0 0 auto;
  align-self: stretch;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  color: #888;
  margin: 0 1px;
  font-family: inherit;
  padding: 0 0.3em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.3em;
  border: 0 none;
  background-color: transparent;
  text-overflow: ellipsis;
  overflow: hidden;
}
.b-daycellrenderer .b-cal-cell-overflow:hover, .b-daycellrenderer .b-cal-cell-overflow:focus-within {
  background-color: #dcdce2;
  border-radius: 4px;
}
.b-daycellrenderer .b-cal-cell-overflow.b-active {
  outline: 0 none;
  font-weight: bold;
  text-decoration: underline;
  color: #2f2f2f;
}

/**
 *
 * The DayView. Days are vertical stack of hours in which intra day events are rendered.
 * A DayView can show a single of many days side by side.
 *
 */
/*
 * Calendar View styles
 *
 */
/*
 * Calendar header row styles
 *
 */
.b-agendaview.b-gridbase.b-enable-sticky .b-grid-subgrid.b-grid-horizontal-scroller {
  overflow: visible !important;
}
.b-agendaview.b-gridbase.b-enable-sticky .b-virtual-scrollers {
  display: none !important;
}
.b-agendaview.b-gridbase.b-enable-sticky .b-cal-agenda-date {
  position: sticky;
  top: 1.7em;
}

.b-cal-agenda-grid-row.b-selected, .b-grid-body-container:focus .b-cal-agenda-grid-row.b-selected, .b-gridbase .b-cal-agenda-grid-row.b-grid-row.b-hover .b-grid-cell.b-calendar-cell, .b-gridbase .b-cal-agenda-grid-row.b-grid-row.b-hover .b-grid-cell.b-calendar-cell:not(.b-nonworking-day):hover {
  background-color: transparent;
}
.b-cal-agenda-grid-row.b-selected .b-calendar-cell.b-nonworking-day, .b-grid-body-container:focus .b-cal-agenda-grid-row.b-selected .b-calendar-cell.b-nonworking-day, .b-gridbase .b-cal-agenda-grid-row.b-grid-row.b-hover .b-grid-cell.b-calendar-cell .b-calendar-cell.b-nonworking-day, .b-gridbase .b-cal-agenda-grid-row.b-grid-row.b-hover .b-grid-cell.b-calendar-cell:not(.b-nonworking-day):hover .b-calendar-cell.b-nonworking-day {
  background-color: #f3f4f566;
}
.b-cal-agenda-grid-row .b-calendar-cell {
  flex: 1 1 100%;
  padding: 1.5em 0;
  align-items: flex-start;
  color: #606060;
}
.b-cal-agenda-grid-row .b-calendar-cell.b-nonworking-day {
  background-color: #f3f4f566;
}

.b-cal-agenda-event-row {
  flex: 1;
  display: flex;
  flex-flow: row nowrap;
  align-self: stretch;
}

.b-grid-cell.b-calendar-cell {
  font-weight: inherit;
}

.b-cal-agenda-date {
  display: flex;
  flex-flow: row nowrap;
  flex: 0 0 14em;
  padding: 0 1em;
  align-items: center;
  height: 2.6em;
  margin: 0.2em 0 0 0;
}

.cal-agenda-date-date-number {
  margin: 0 0.1em 0 0;
  font-size: 3em;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
}
.cal-agenda-date-date-number:hover {
  background-color: #f0f0f0;
}
.b-today .cal-agenda-date-date-number {
  background-color: #5fa2dd;
  color: #fff;
}

.b-cal-agenda-event-time {
  flex: 0 0 12em;
  white-space: nowrap;
  display: flex;
  align-items: center;
}

.b-cal-agenda-header {
  flex: 1;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  padding: 0.5em 0 0.5em 0.5em;
}

.b-cal-agenda-header-date {
  width: 14em;
}

.b-cal-agenda-header-time {
  width: 12em;
}

.b-eventlist .b-grid-panel-body {
  position: relative;
}
.b-eventlist .b-grid-panel-body .b-cal-widget-settings-button {
  position: absolute;
  font-size: 110%;
  border-radius: 50%;
  left: auto !important;
  right: 0;
  margin: 0.75em 0.75em 0 0;
  z-index: 100;
}
.b-eventlist .b-grid-panel-body.b-has-scrollbar .b-cal-widget-settings-button {
  margin-right: 1.75em;
}

/**
 *
 * The DayView. Days are vertical stack of hours in which intra day events are rendered.
 * A DayView can show a single of many days side by side.
 *
 */
/*
 * Calendar View styles
 *
 */
/*
 * Calendar header row styles
 *
 */
.b-calendarrow {
  display: flex;
  flex-flow: column nowrap;
  align-items: stretch;
  overflow: hidden;
  flex: 1 0 0%;
  background-color: #fff;
}
.b-calendarrow.b-animating:not(.b-dayview-initializing) .b-calendarrow-cell-container {
  transition: height 300ms;
}
.b-calendarrow .b-calendarrow-header, .b-calendarrow .b-calendarrow-body {
  flex: 0 0 auto;
  display: flex;
  flex-flow: row nowrap;
}
.b-calendarrow .b-calendarrow-body {
  flex: 1 1 0%;
  overflow: hidden;
}
.b-calendarrow .b-calendarrow-body:not(.b-zero-height) {
  border-top: 1px solid #ddd;
}
.b-calendarrow .b-calendarrow-header-container, .b-calendarrow .b-calendarrow-cell-container {
  flex: 1 0 0%;
  display: flex;
  flex-flow: row nowrap;
  align-items: stretch;
  overflow: hidden;
}
.b-calendarrow .b-calendarrow-cell-container {
  position: relative;
  overflow: visible;
}
.b-calendarrow .b-cal-cell-header {
  padding: 1.2em 0 0.2em;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #fff;
  cursor: pointer;
}
.b-calendarrow .b-cal-cell-header .b-week-num {
  display: none;
}
.b-calendarrow .b-cal-cell-header:hover .b-day-name-date {
  background-color: #f0f0f0;
}
.b-draggable-started .b-calendarrow .b-cal-cell-header:hover .b-day-name-date {
  background-color: initial;
}
.b-calendarrow .b-cal-cell-header .b-day-name-day {
  font-size: 0.8em;
  margin-bottom: 0.2em;
}
.b-calendarrow .b-cal-cell-header .b-day-name-date {
  font-size: 1.8em;
  border-radius: 50%;
  width: 1.8em;
  height: 1.8em;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.4s;
  margin: 0.1em 0 0.2em 0;
}
.b-calendarrow .b-cal-cell-header.b-weekend {
  color: #f44336;
}
.b-calendarrow .b-cal-cell-header.b-today .b-day-name-date {
  background-color: #5fa2dd;
  color: #fff;
}
.b-calendarrow .b-cal-cell-header.b-today:hover .b-day-name-date {
  background-color: #2c84d0;
}
.b-calendarrow.b-shifted-day .b-day-name-date {
  width: 3em;
}
.b-calendarrow.b-hide-allday-header .b-cal-cell-header:not(:last-child) {
  border-right: 1px solid #ddd;
}
.b-calendarrow .b-cal-cell-header, .b-calendarrow .b-calendar-cell {
  flex: 1 1 100%;
  min-width: 0;
  color: #606060;
  display: flex;
  flex-flow: column nowrap;
}
.b-calendarrow .b-calendar-cell {
  overflow: visible;
}
.b-calendarrow .b-calendar-cell.b-weekend {
  color: #606060;
}
.b-calendarrow .b-calendar-cell.b-today .b-day-num {
  border-radius: 50%;
  background-color: #5fa2dd;
  color: #fff;
  font-weight: bold;
}
.b-calendarrow .b-calendar-cell.b-nonworking-day .b-cal-event-bar-container {
  background-color: transparent;
}
.b-calendarrow .b-calendar-cell:not(:last-child) {
  border-right: 1px solid #ddd;
}
.b-calendarrow .b-cal-event-bar-container {
  flex: 1 1 100%;
}

/**
 *
 * The DayView. Days are vertical stack of hours in which intra day events are rendered.
 * A DayView can show a single of many days side by side.
 *
 */
/*
 * Calendar View styles
 *
 */
/*
 * Calendar header row styles
 *
 */
.b-dayview {
  --dayview-border-color: #ddd;
  --dayview-background-color: #fff;
  --dayview-half-hour-line-color: #f0f0f0;
}

.b-daycellcollecter .b-dayview-content {
  display: flex;
  align-items: stretch;
  padding: 0;
  flex: 1 1 0%;
  overflow: hidden;
  flex-flow: column nowrap;
  background-color: #fff;
  color: #606060;
  outline: none;
}
.b-daycellcollecter .b-dayview-content .b-virtual-scrollers {
  background-color: #fff;
}
.b-daycellcollecter .b-dayview-content .b-virtual-scrollers .b-virtual-scroller {
  border-left: 1px solid #ddd;
  flex: 1 1 0%;
}
.b-daycellcollecter .b-dayview-content .b-virtual-scrollers .b-virtual-scroller .b-scroller-stretcher {
  position: relative;
}
.b-daycellcollecter .b-dayview-content .b-cal-event-wrap:is(.b-starts-above, .b-ends-below):before, .b-daycellcollecter .b-dayview-content .b-cal-event-wrap:is(.b-starts-above, .b-ends-below):after {
  font-family: "Font Awesome 5 Free", FontAwesome5Free;
  transform: translate(-50%, -2px);
  margin-left: 50%;
  position: absolute;
  font-size: 80%;
  opacity: 0.7;
  z-index: 1;
  pointer-events: none;
}
.b-daycellcollecter .b-dayview-content .b-cal-event-wrap.b-starts-above:before {
  content: "\f106";
  top: 0;
}
.b-daycellcollecter .b-dayview-content .b-cal-event-wrap.b-ends-below:after {
  content: "\f107";
  bottom: 0;
}

.b-dayview-allday-row {
  display: flex;
  flex-flow: row nowrap;
  max-height: 50%;
}

.b-dayview-day-detail .b-cal-event-wrap {
  min-height: 10px;
}

.b-dayview-allday-row-start {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: flex-end;
}
.b-dayview-allday-row-start .b-dayview-allday-text {
  flex: 1 1 auto;
  display: none;
  flex-flow: column nowrap;
  justify-content: center;
  font-size: 0.7em;
  color: #b0b0b0;
}
.b-dayview-allday-row-start .b-expand-allday-button {
  display: none;
}
.b-dayview-allday-row-start .b-expand-allday-button :before {
  line-height: inherit;
}
.b-dayview-allday-row-start.b-has-cell-overflow {
  padding: 0.5em 0;
  cursor: pointer;
}
.b-dayview-allday-row-start.b-has-cell-overflow .b-expand-allday-button {
  transition: transform 0.3s;
  display: flex;
  height: 1.5em;
  width: 1.5em;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  cursor: inherit;
  border: 0 none;
  background-color: transparent;
}
.b-dayview-allday-row-start.b-has-cell-overflow .b-expand-allday-button:focus {
  outline: none;
  background-color: #e8e8e8;
}
.b-dayview-allday-row-start.b-has-cell-overflow.b-expanded .b-expand-allday-button {
  transform: rotate(-180deg);
}

.b-dayview-schedule-container {
  border-left: 1px solid #ddd;
  flex: 1 0 0%;
  contain: style layout;
}

.b-dayview-day-content {
  display: flex;
  flex-flow: row nowrap;
  flex: 1 1 0;
  border-top: 1px solid #ddd;
  align-items: flex-start;
  outline: none;
  z-index: 1;
}

.b-dayview-day-container {
  flex: 1 0 0%;
  border-left: 1px solid #ddd;
  display: flex;
  flex-flow: row nowrap;
  align-items: stretch;
  min-height: 100%;
  overscroll-behavior: contain auto;
  contain: layout style;
  background-repeat: repeat-y;
}
.b-dayview-day-container .b-overflow {
  opacity: 0;
}
.b-dayview-day-container .b-cal-event-body {
  transition: background-color 0.1s;
}
.b-dayview-day-container .b-cal-event-wrap.b-starts-above .b-event-header {
  visibility: hidden;
}
.b-dayview-day-container .b-calendar-cell {
  flex: 1 1 100%;
  position: relative;
  overflow: visible;
}
.b-dayview-day-container .b-calendar-cell .b-current-time-indicator {
  position: absolute;
  pointer-events: none;
  border-top: 2px solid #f44336;
  margin-top: -2px;
  width: 100%;
  z-index: 3;
}
.b-dayview-day-container .b-calendar-cell .b-current-time-indicator:before {
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 50%;
  position: absolute;
  background-color: #f44336;
  margin-top: -6px;
  margin-left: -5px;
}
.b-dayview-day-container .b-calendar-cell .b-cal-tentative-event,
.b-dayview-day-container .b-calendar-cell .b-cal-event-wrap {
  position: absolute;
  z-index: 2;
  left: 0;
  width: 100%;
  transition: left 0.1s, width 0.1s, opacity 0.1s;
}
.b-dayview-day-container .b-calendar-cell .b-cal-tentative-event.b-editing,
.b-dayview-day-container .b-calendar-cell .b-cal-event-wrap.b-editing {
  left: 0 !important;
  width: 100% !important;
  z-index: 3;
  opacity: 1;
}
.b-dayview-day-container .b-calendar-cell .b-cal-tentative-event.b-cal-in-cluster,
.b-dayview-day-container .b-calendar-cell .b-cal-event-wrap.b-cal-in-cluster {
  box-shadow: #aaaaaa40 -2px 1px 3px, #aaaaaa40 0 -1px 3px;
}
.b-dayview-day-container .b-calendar-cell .b-cal-tentative-event {
  z-index: 20;
}
.b-dayview-day-container .b-calendar-cell .b-cal-event {
  align-items: stretch;
  background-color: #59b53b;
  color: #606060;
  border-radius: 0;
  position: relative;
}
.b-dayview-day-container .b-calendar-cell .b-cal-event-body {
  padding: 0.3em 0.5em 0;
  flex: 1 1 0%;
  margin: 0 0 0 0.25em;
  background-color: rgba(255, 255, 255, 0.9);
  white-space: normal;
  display: flex;
  flex-direction: column;
}
.b-dayview-day-container .b-calendar-cell.b-nonworking-day {
  background-color: #f3f4f566;
}
.b-dayview-day-container .b-calendar-cell:not(.b-last-cell) {
  border-right: 1px solid #ddd;
}
.b-dayview-day-container .b-event-header {
  display: flex;
  align-items: center;
  margin-bottom: 0.3em;
  white-space: nowrap;
  gap: 0.3em;
}
.b-dayview-day-container .b-event-header .b-event-time {
  flex: 1;
  font-size: 0.7em;
}
.b-dayview-day-container .b-cal-event-wrap:hover .b-cal-event-body {
  background-color: rgba(255, 255, 255, 0.7);
}
.b-dayview-day-container .b-cal-event-wrap.b-selected:not(.b-dragging-item):hover .b-cal-event-body,
.b-dayview-day-container .b-cal-event-wrap.b-selected:not(.b-dragging-item) .b-cal-event-body,
.b-dayview-day-container .b-cal-event-wrap.b-cal-tentative-event .b-cal-event-body {
  background-color: rgba(255, 255, 255, 0.6);
}

.b-dayview.b-no-transitions .b-cal-event-wrap {
  transition: none !important;
}

.b-timeaxis-container {
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
  background-position-x: 100%;
  background-repeat: repeat-y;
}

.b-dayview-timeaxis-time {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0.6em 1em 0 1em;
  font-size: 0.7em;
  color: #b0b0b0;
  white-space: nowrap;
}

/**
 *
 * The DayView. Days are vertical stack of hours in which intra day events are rendered.
 * A DayView can show a single of many days side by side.
 *
 */
/*
 * Calendar View styles
 *
 */
/*
 * Calendar header row styles
 *
 */
.b-weekview .b-cal-event-wrap.b-cal-event-reveal.b-cal-in-cluster {
  left: 0 !important;
  width: 100% !important;
  z-index: 3;
  opacity: 1;
}

/**
 *
 * The DayView. Days are vertical stack of hours in which intra day events are rendered.
 * A DayView can show a single of many days side by side.
 *
 */
/*
 * Calendar View styles
 *
 */
/*
 * Calendar header row styles
 *
 */
.b-visible-scrollbar .b-monthview .b-show-yscroll-padding > .b-yscroll-pad {
  visibility: hidden;
}
.b-monthview .b-calendar-row.b-calendar-weekdays {
  flex: 0 0 auto;
}
.b-monthview .b-calendar-row.b-calendar-weekdays .b-week-number-cell {
  flex: 0 0 2em;
}
.b-monthview .b-calendar-row.b-calendar-weekdays .b-calendar-day-header {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  color: #606060;
  padding-right: 0.5em;
  padding-bottom: 0.25em;
}
.b-monthview .b-calendar-row.b-calendar-weekdays .b-calendar-day-header.b-weekend {
  color: #f44336;
}
.b-monthview .b-week-number-cell, .b-monthview .b-calendar-cell {
  display: flex;
  flex-direction: column;
  contain: size style;
}
.b-monthview .b-week-number-cell.b-other-month .b-day-num, .b-monthview .b-calendar-cell.b-other-month .b-day-num {
  color: #aaa;
}
.b-monthview .b-week-num, .b-monthview .b-day-num {
  font-size: 0.9em;
  height: 2em;
  width: 2em;
  align-self: flex-end;
  display: flex;
  align-items: center;
  justify-content: center;
}
.b-monthview .b-calendar-cell .b-week-num {
  color: #777;
  margin-right: auto;
}
.b-monthview .b-weeks-container {
  flex: 1 0 0%;
  border: 1px solid #ddd;
}
.b-monthview .b-weeks-container .b-calendar-row {
  flex: 1 0 0px;
  border-bottom: 1px solid #ddd;
}
.b-monthview .b-weeks-container .b-calendar-row:last-child {
  border-bottom: 0 none;
}
.b-monthview .b-weeks-container .b-calendar-row.b-shrinkwrapped {
  transition: flex-basis 0.5s;
  overflow: hidden;
}
.b-monthview .b-weeks-container .b-calendar-row.b-shrinkwrapped .b-cal-cell-overflow {
  display: none;
}
.b-monthview .b-weeks-container .b-calendar-row.b-shrinkwrapped.b-flexing .b-cal-cell-overflow {
  display: initial;
}
.b-monthview .b-weeks-container .b-calendar-row .b-week-number-cell, .b-monthview .b-weeks-container .b-calendar-row .b-calendar-cell {
  flex: 1;
  color: #606060;
  border-right: 1px solid #ddd;
  overflow: hidden;
}
.b-monthview .b-weeks-container .b-calendar-row .b-week-number-cell:last-child, .b-monthview .b-weeks-container .b-calendar-row .b-calendar-cell:last-child {
  border-right: 0 none;
}
.b-monthview .b-weeks-container .b-calendar-row .b-week-number-cell.b-weekend, .b-monthview .b-weeks-container .b-calendar-row .b-calendar-cell.b-weekend {
  color: #606060;
}
.b-monthview .b-weeks-container .b-calendar-row .b-week-number-cell.b-today .b-day-num, .b-monthview .b-weeks-container .b-calendar-row .b-calendar-cell.b-today .b-day-num {
  border-radius: 50%;
  background-color: #5fa2dd;
  color: #fff;
  font-weight: bold;
  font-size: 85%;
}
.b-monthview .b-weeks-container .b-calendar-row .b-week-number-cell.b-nonworking-day, .b-monthview .b-weeks-container .b-calendar-row .b-calendar-cell.b-nonworking-day {
  background-color: #f3f4f566;
}
.b-monthview .b-weeks-container .b-calendar-row .b-week-number-cell.b-nonworking-day.b-dynamic-nonworking-day, .b-monthview .b-weeks-container .b-calendar-row .b-calendar-cell.b-nonworking-day.b-dynamic-nonworking-day {
  display: flex !important;
}
.b-monthview .b-weeks-container .b-calendar-row .b-week-number-cell {
  padding-top: 5px;
  text-align: center;
  cursor: pointer;
  flex: 0 0 2em;
  color: #777;
}
.b-monthview .b-weeks-container .b-calendar-row .b-week-number-cell:hover {
  background-color: #f0f0f0;
  border-radius: 3px;
}
.b-monthview .b-weeks-container .b-calendar-days {
  position: relative;
}
.b-monthview .b-hide-nonworking-days .b-weeks-container .b-last-working-day {
  border-right: 0 none;
}
.b-monthview .b-cal-cell-header {
  display: flex;
  color: #3c4043;
  padding: 1px 0.2em 0.1em 0.2em;
  max-height: 1.8em;
  align-items: center;
  justify-content: center;
}
.b-monthview .b-cal-cell-header .b-day-name {
  height: 1.8em;
  display: flex;
  align-items: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.b-monthview .b-cal-cell-header .b-day-num {
  height: 2em;
  z-index: 10;
  margin-left: auto;
}
.b-monthview.day-number-center .b-cal-cell-header {
  justify-content: center;
}
.b-monthview.b-show-week-column .b-week-num {
  display: none;
}
.b-monthview.b-show-week-column .b-cal-cell-header {
  cursor: pointer;
}
.b-monthview.b-show-week-column .b-cal-cell-header:hover {
  background-color: #f0f0f0;
  border-radius: 3px;
}
.b-monthview:not(.b-show-week-column) .b-day-name {
  cursor: pointer;
}
.b-monthview:not(.b-show-week-column) .b-week-num:hover, .b-monthview:not(.b-show-week-column) .b-day-num:hover {
  cursor: pointer;
  background-color: #f0f0f0;
  border-radius: 50%;
}
.b-monthview .b-monthview-content {
  contain: strict;
  background-color: #fff;
  flex-basis: 0%;
  justify-content: flex-start;
  padding: 0.6em 0 0 0;
}
.b-monthview .b-cal-event-bar-container,
.b-monthview .b-cal-cell-overflow {
  font-size: 0.9em;
}

.b-cal-event-wrap {
  display: flex;
  overflow: hidden;
}
.b-grid-row .b-cal-event-wrap {
  transition: opacity 0.1s;
}
.b-draggable-started .b-cal-event-wrap:not(.b-dragging-item) {
  pointer-events: none;
}
.b-draggable-started .b-cal-event-wrap.b-dragging-item {
  opacity: 0.5;
  outline: none;
  pointer-events: none;
}
.b-cal-event-wrap:hover {
  cursor: pointer;
}
.b-cal-event-wrap.b-intraday .b-cal-event .b-cal-event-body {
  color: #606060;
}
.b-cal-event-wrap.b-intraday .b-cal-event:hover {
  background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)) currentColor;
}
.b-cal-event-wrap .b-start-arrow, .b-cal-event-wrap .b-end-arrow {
  display: none;
  border-style: solid;
  border-color: transparent;
}
.b-cal-event-wrap .b-start-arrow {
  border-right-color: inherit;
  border-left-width: 0;
}
.b-cal-event-wrap .b-end-arrow {
  border-left-color: inherit;
  border-right-width: 0;
}
.b-using-keyboard .b-cal-event-wrap.b-active {
  outline: 2px #2196f3 solid;
  outline-offset: 1px;
}
.b-cal-event-wrap.b-active:not(.b-dragging-item) {
  outline: none;
  opacity: 1 !important;
  z-index: 10 !important;
}
.b-cal-event-wrap.b-continues-left .b-start-arrow {
  display: block;
}
.b-cal-event-wrap.b-continues-left .b-cal-event {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: 0;
}
.b-cal-event-wrap.b-continues-right .b-end-arrow {
  display: block;
}
.b-cal-event-wrap.b-continues-right .b-cal-event {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  margin-right: 0;
}
.b-cal-event-wrap.b-focused .b-cal-event {
  background-color: green !important;
  color: #fff !important;
}

.b-cal-event {
  display: flex;
  border-radius: 4px;
  align-items: center;
  flex: 1 1 auto;
  overflow: hidden;
  color: #606060;
  line-height: 1;
}
.b-ie .b-calendarrow .b-cal-event, .b-ie .b-calendar-row .b-cal-event, .b-ie .b-agendaview .b-cal-event, .b-ie .b-overflowpopup .b-cal-event {
  padding-top: 3px;
}
.b-cal-event .b-cal-event-icon, .b-cal-event .b-cal-recurrence-icon {
  flex-shrink: 0;
  display: flex;
  width: auto;
}
.b-cal-event .b-cal-event-icon:before, .b-cal-event .b-cal-recurrence-icon:before {
  font-size: 0.7em;
}

.b-cal-event-bar-container .b-cal-event-wrap:not(.b-allday).b-cal-event-reveal .b-cal-event, .b-cal-event-bar-container .b-cal-event-wrap:not(.b-allday).b-editing .b-cal-event, .b-cal-event-bar-container .b-cal-event-wrap:not(.b-allday).b-selected .b-cal-event, .b-cal-event-bar-container .b-cal-event-wrap:not(.b-allday).b-active .b-cal-event {
  background: currentColor;
}
.b-cal-event-bar-container .b-cal-event-wrap:not(.b-allday).b-cal-event-reveal .b-cal-event:hover, .b-cal-event-bar-container .b-cal-event-wrap:not(.b-allday).b-editing .b-cal-event:hover, .b-cal-event-bar-container .b-cal-event-wrap:not(.b-allday).b-selected .b-cal-event:hover, .b-cal-event-bar-container .b-cal-event-wrap:not(.b-allday).b-active .b-cal-event:hover {
  background: currentColor;
}
.b-cal-event-bar-container .b-cal-event-wrap:not(.b-allday).b-cal-event-reveal .b-cal-event .b-cal-event-icon,
.b-cal-event-bar-container .b-cal-event-wrap:not(.b-allday).b-cal-event-reveal .b-cal-event .b-cal-recurrence-icon,
.b-cal-event-bar-container .b-cal-event-wrap:not(.b-allday).b-cal-event-reveal .b-cal-event .b-cal-event-body, .b-cal-event-bar-container .b-cal-event-wrap:not(.b-allday).b-editing .b-cal-event .b-cal-event-icon,
.b-cal-event-bar-container .b-cal-event-wrap:not(.b-allday).b-editing .b-cal-event .b-cal-recurrence-icon,
.b-cal-event-bar-container .b-cal-event-wrap:not(.b-allday).b-editing .b-cal-event .b-cal-event-body, .b-cal-event-bar-container .b-cal-event-wrap:not(.b-allday).b-selected .b-cal-event .b-cal-event-icon,
.b-cal-event-bar-container .b-cal-event-wrap:not(.b-allday).b-selected .b-cal-event .b-cal-recurrence-icon,
.b-cal-event-bar-container .b-cal-event-wrap:not(.b-allday).b-selected .b-cal-event .b-cal-event-body, .b-cal-event-bar-container .b-cal-event-wrap:not(.b-allday).b-active .b-cal-event .b-cal-event-icon,
.b-cal-event-bar-container .b-cal-event-wrap:not(.b-allday).b-active .b-cal-event .b-cal-recurrence-icon,
.b-cal-event-bar-container .b-cal-event-wrap:not(.b-allday).b-active .b-cal-event .b-cal-event-body {
  color: #fff;
}
.b-cal-event-bar-container .b-cal-event-wrap.b-allday {
  border-color: #59b53b;
  opacity: 0.8;
}
.b-cal-event-bar-container .b-cal-event-wrap.b-allday.b-cal-event-reveal .b-cal-event-bar-container .b-cal-event-wrap.b-allday.b-editing, .b-cal-event-bar-container .b-cal-event-wrap.b-allday:hover {
  opacity: 1;
}
.b-cal-event-bar-container .b-cal-event-wrap.b-allday .b-start-arrow {
  border-right-color: inherit;
}
.b-cal-event-bar-container .b-cal-event-wrap.b-allday .b-end-arrow {
  border-left-color: inherit;
}
.b-cal-event-bar-container .b-cal-event-wrap.b-allday .b-cal-event-icon.b-icon-circle:before {
  content: none;
}
.b-cal-event-bar-container .b-cal-event-wrap.b-allday .b-cal-event {
  background-color: #59b53b;
  color: #fdfdfd;
}

.b-cal-event-body {
  white-space: nowrap;
  overflow: hidden;
}
.b-cal-event-body .b-cal-event-desc {
  overflow: hidden;
  text-overflow: ellipsis;
}

.b-draggable-active .b-calendar-cell {
  -webkit-user-select: none;
  user-select: none;
}

.b-cal-event-list .b-panel-header .b-header-title {
  font-size: 1em;
  cursor: pointer;
}

.b-resourceview {
  align-items: stretch;
}
.b-resourceview .b-cal-widget-settings-button {
  display: none;
}

.b-resourceview-content {
  flex-flow: row nowrap;
  align-items: stretch;
  padding: 0;
}
.b-resourceview-content > * {
  flex: 1 0 0;
  margin-right: 0.5em;
}
.b-resourceview-content > *.b-filtered-hiding {
  min-width: 0;
  width: 0;
  flex: none;
  border: 0 none;
  transition: width 0.3s;
}
.b-resourceview-content > *:last-child, .b-resourceview-content > *.b-last-resource-view {
  margin-right: 0;
}
.b-resourceview-content .b-panel-header {
  background-color: #fff;
  border: 1px solid #ddd;
  border-top: none;
  border-radius: 0;
  color: #606060;
  height: 4.5em;
}
.b-resourceview-content .b-dayview.b-first-resource-view > .b-panel-header {
  border-left: none;
}
.b-resourceview-content > .b-dayview.b-resource-dayview-timeaxis {
  position: sticky;
  left: 0;
  background-color: #fff;
  z-index: 1;
  border-right: 1px solid #ddd;
}
.b-resourceview-content > .b-dayview.b-resource-dayview-timeaxis .b-dayview-day-container {
  display: none;
}
.b-resourceview-content > .b-dayview.b-first-resource-view .b-dayview-schedule-container, .b-resourceview-content > .b-dayview.b-first-resource-view .b-dayview-day-container {
  border-left: 0 none;
}
.b-resourceview-content > .b-dayview.b-resource-dayview-scroller {
  position: sticky;
  right: 0;
  background-color: #fff !important;
  z-index: 1;
}
.b-resourceview-content > .b-dayview.b-resource-dayview-scroller .b-dayview-timeaxis-time, .b-resourceview-content > .b-dayview.b-resource-dayview-scroller .b-dayview-allday-row-start {
  display: none;
}
.b-resourceview-content > .b-dayview.b-resource-dayview-scroller .b-dayview-day-container {
  visibility: hidden;
}
.b-resourceview-content > .b-dayview.b-resource-dayview-scroller .b-timeaxis-container {
  max-width: 1px;
  margin-left: -1px;
}
.b-resourceview-content > .b-dayview.b-resource-dayview-scroller .b-panel-body-wrap {
  border-left: 1px solid #ddd;
}
.b-resourceview-content > .b-dayview:not(.b-resource-dayview-timeaxis):not(.b-resource-dayview-scroller):not(.b-last-resource-view) .b-dayview-day-container, .b-resourceview-content > .b-dayview:not(.b-resource-dayview-timeaxis):not(.b-resource-dayview-scroller):not(.b-last-resource-view) .b-dayview-schedule-container {
  border-right: 1px solid #ddd;
}
.b-resourceview-content > .b-dayview:not(.b-resource-dayview-timeaxis):not(.b-resource-dayview-scroller) .b-dayview-allday-row-start, .b-resourceview-content > .b-dayview:not(.b-resource-dayview-timeaxis):not(.b-resource-dayview-scroller) .b-timeaxis-container {
  display: none;
}
.b-resourceview-content > .b-dayview.b-resource-dayview-timeaxis, .b-resourceview-content > .b-dayview.b-resource-dayview-scroller {
  flex: 0 0 auto;
  margin-right: 0;
}
.b-resourceview-content > .b-dayview.b-resource-dayview-timeaxis .b-dayview-header, .b-resourceview-content > .b-dayview.b-resource-dayview-scroller .b-dayview-header {
  visibility: hidden;
  padding-left: 0;
  padding-right: 0;
}
.b-resourceview-content > .b-dayview.b-resource-dayview-timeaxis .b-dayview-schedule-container, .b-resourceview-content > .b-dayview.b-resource-dayview-scroller .b-dayview-schedule-container {
  display: flex;
  max-width: 0;
  border: 0 none;
}
.b-resourceview-content .b-dayview-day-container {
  overscroll-behavior: auto;
}
.b-resourceview-content .b-monthview-content {
  padding-top: 0;
}
.b-resourceview-content .b-monthview-content .b-calendar-weekdays {
  padding: 0.5em 0;
  border-inline: 1px solid #ddd;
}
.b-resourceview-content .b-monthview-content .b-calendar-weekdays .b-calendar-day-header {
  padding-bottom: 0;
}
.b-resourceview-content > .b-eventlist > .b-panel-body-wrap {
  border-inline: 1px solid #ddd;
}

.b-resourceview-title {
  display: grid;
  column-gap: 1em;
  align-items: center;
}
.b-resourceview-title .b-resource-avatar-container {
  font-size: 1.2em;
}
.b-resourceview-title.b-has-meta .b-resource-avatar-container {
  grid-row: 1/span 2;
}
.b-resourceview-title .b-resource-avatar {
  border: 1px solid currentColor;
}
.b-resourceview-title .b-resource-name,
.b-resourceview-title .b-resource-meta {
  grid-column: 2;
}
.b-resourceview-title .b-resource-name {
  font-size: 1.1em;
}
.b-resourceview-title .b-resource-meta {
  font-size: 0.7em;
  font-weight: 400;
}

.b-overflowpopup {
  min-width: 13em;
  max-width: 30em;
  z-index: 20;
  position: fixed !important;
}
.b-overflowpopup .b-cal-event-wrap {
  flex-shrink: 0;
}

.b-overflowpopup-header {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.b-daycellcollecter .b-overflowpopup-content {
  contain: style !important;
  flex-flow: column nowrap;
  align-items: stretch;
}
.b-daycellcollecter .b-overflowpopup-content .b-cal-event-wrap {
  flex-shrink: 0;
  position: relative !important;
}

/**
 *
 * The DayView. Days are vertical stack of hours in which intra day events are rendered.
 * A DayView can show a single of many days side by side.
 *
 */
/*
 * Calendar View styles
 *
 */
/*
 * Calendar header row styles
 *
 */
.b-sidebar {
  flex: 1 0 auto;
  max-width: 30%;
}
.b-sidebar:not(.b-collapsed):not(.b-collapsing).b-has-datepicker {
  min-width: 16.2em;
}
.b-sidebar.b-sidebar-left {
  order: 0;
}
.b-sidebar.b-sidebar-right {
  order: 10;
}

.b-calendar .b-sidebar-content {
  color: #606060;
  align-items: stretch;
  overflow: hidden;
}
.b-calendar .b-sidebar-content.b-panel-content {
  flex-flow: column nowrap;
  justify-content: flex-start;
  padding: 1.6em;
}
.b-calendar .b-sidebar-content .b-datepicker {
  flex-shrink: 0;
  margin-bottom: 1.2em;
}
.b-calendar .b-sidebar-content .b-datepicker .b-toolbar {
  color: #606060;
  background: transparent;
  font-size: 1em;
}
.b-calendar .b-sidebar-content .b-datepicker .b-toolbar .b-datepicker-title {
  font-weight: normal;
}
.b-calendar .b-sidebar-content .b-datepicker .b-toolbar .b-tool {
  color: #606060;
}
.b-calendar .b-sidebar-content .b-calendar-weekdays {
  color: #777;
  font-size: 0.9em;
}
.b-calendar .b-sidebar-content .b-calendar-weekdays {
  border-bottom: none;
}
.b-calendar .b-sidebar-content .b-datepicker-month {
  margin-inline-end: 0.5em;
  margin-right: 0.5em;
}
.b-calendar .b-sidebar-content .b-datepicker-content {
  font-size: 0.85em;
  color: #606060;
  background: transparent;
}
.b-calendar .b-sidebar-content .b-datepicker-content .b-week-number-cell {
  line-height: 2em;
  width: 2em;
  margin: 0.1em 0.1em;
}
.b-calendar .b-sidebar-content .b-datepicker-content .b-calendar-row {
  background: transparent;
}
.b-calendar .b-sidebar-content .b-datepicker-content .b-calendar-row.b-calendar-week .b-calendar-cell {
  height: 2em;
  width: 2em;
  margin: 0.1em 0.1em;
}
.b-calendar .b-sidebar-content .b-datepicker-content .b-calendar-row.b-calendar-week .b-calendar-cell.b-selected-date {
  background-color: #5fa2dd;
  border-color: #5fa2dd;
}
.b-calendar .b-sidebar-content .b-resourcefilter {
  margin-top: 1em;
  flex-shrink: 1;
}
.b-calendar .b-sidebar-content .b-resourcefilter .b-list-item {
  padding: 0.5em 0.5em 0.5em 0;
}
.b-calendar .b-sidebar-content .b-resourcefilter .b-icon {
  margin-inline-end: 0.8em;
}
.b-calendar .b-sidebar-content .b-resourcefilter .b-icon:before {
  font-size: 150%;
}
.b-calendar .b-sidebar-content .b-field {
  flex: 0 0 auto;
  width: auto;
}
.b-calendar .b-sidebar-content .b-field input[type=text] {
  width: 0;
}
.b-calendar .b-sidebar-content .b-list {
  background-color: transparent;
}

.b-yearview-content {
  flex-basis: 0;
  display: flex;
  flex-flow: row wrap;
  align-content: flex-start;
  justify-content: space-around;
  font-size: 0.9em;
  font-weight: 300;
  padding: 1em;
  column-gap: 1em;
  row-gap: 3em;
}
.b-yearview-body-wrap .b-yearview-content {
  background-color: #fff;
  color: #606060;
}
.b-yearview-content .b-yearview-month {
  flex-basis: calc(25% - 1em);
  min-width: 16em;
  display: flex;
  flex-flow: column nowrap;
  height: min-content;
}
.b-yearview-content .b-yearview-month-name {
  margin-bottom: 0.4em;
  padding: 0.1em 0 0.2em 0.3em;
  font-size: 1.3em;
  color: #777;
  max-width: 15.3846153846em;
}
.b-yearview-content .b-yearview-month-name:hover {
  cursor: pointer;
  background-color: #f0f0f0;
}
.b-yearview-content .b-calendar-weekdays {
  height: 2.1em;
}
.b-yearview-content .b-calendar-week {
  display: flex;
  flex-flow: row nowrap;
  max-width: 20em;
}
.b-yearview-content .b-calendar-week:last-child {
  margin-bottom: 1em;
}
.b-yearview-content .b-calendar-week > * {
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.b-yearview-content .b-yearview-weekday-cell {
  color: #333;
}
.b-yearview-content.b-hide-week-numbers .b-week-number-cell {
  display: none;
}
.b-yearview-content .b-cal-cell-overflow {
  margin: 0;
}
.b-yearview-content .b-cal-cell-overflow.b-active {
  outline: 0 none;
  opacity: 1 !important;
  z-index: 10 !important;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2), -5px 2px 5px rgba(0, 0, 0, 0.2);
}
.b-yearview-content .b-cal-cell-overflow:hover {
  background-color: inherit;
}
.b-yearview-content:not(.b-draggable-active) .b-calendar-cell.b-calendar-1-to-3-events:hover, .b-yearview-content:not(.b-draggable-active) .b-calendar-cell.b-calendar-4-to-6-events:hover, .b-yearview-content:not(.b-draggable-active) .b-calendar-cell.b-calendar-7-or-more-events:hover {
  border-radius: 0;
}
.b-yearview-content:not(.b-draggable-active) .b-calendar-cell.b-calendar-1-to-3-events:hover .b-calendar-cell-inner, .b-yearview-content:not(.b-draggable-active) .b-calendar-cell.b-calendar-4-to-6-events:hover .b-calendar-cell-inner, .b-yearview-content:not(.b-draggable-active) .b-calendar-cell.b-calendar-7-or-more-events:hover .b-calendar-cell-inner {
  mix-blend-mode: multiply;
}
.b-yearview-content:not(.b-draggable-active) .b-calendar-cell.b-calendar-1-to-3-events:hover .b-calendar-cell-inner {
  background-color: #f9f69e;
}
.b-yearview-content:not(.b-draggable-active) .b-calendar-cell.b-calendar-4-to-6-events:hover .b-calendar-cell-inner {
  background-color: #f9d49e;
}
.b-yearview-content:not(.b-draggable-active) .b-calendar-cell.b-calendar-7-or-more-events:hover .b-calendar-cell-inner {
  background-color: #f9bdb3;
}
.b-yearview-content:not(.b-draggable-active) .b-calendar-cell .b-calendar-cell-inner:hover {
  cursor: pointer;
  background-color: #f0f0f0;
}
.b-yearview-content .b-calendar-cell.b-calendar-1-to-3-events {
  background-color: #f9f69e;
}
.b-yearview-content .b-calendar-cell.b-calendar-4-to-6-events {
  background-color: #f9d49e;
}
.b-yearview-content .b-calendar-cell.b-calendar-7-or-more-events {
  background-color: #f9bdb3;
}
.b-yearview-content .b-calendar-cell.b-cal-tentative-event {
  background-color: #19fd09;
}
.b-yearview-content .b-calendar-cell.b-cal-tentative-event.b-other-month {
  background-color: #79d59f;
}
.b-yearview-content .b-calendar-cell .b-calendar-cell-inner {
  height: 2em;
  width: 2em;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.b-yearview-content .b-calendar-cell.b-today .b-calendar-cell-inner {
  border-radius: 50%;
  background-color: #5fa2dd;
  color: #fff;
  font-weight: bold;
}
.b-yearview-content .b-calendar-cell.b-other-month .b-calendar-cell-inner {
  color: #aaa;
}
.b-yearview-content .b-week-number-cell {
  flex: 0 0 2em;
  background-color: #f1f3f4;
  color: #777;
}
.b-yearview-content .b-week-number-cell:hover {
  cursor: pointer;
  background-color: #f0f0f0;
}
.b-yearview-content .b-calendar-cell.b-active, .b-yearview-content .b-week-number-cell.b-active {
  outline: 0 none;
  background-color: #e8e8e8;
  border-radius: 50%;
}
.b-yearview-content.b-hide-nonworking-days .b-nonworking-day {
  display: none;
}
.b-yearview-content .b-calendar-week:not([data-week]) .b-week-number-cell {
  background-color: inherit;
}

.b-hover-top.b-starts-above .b-gripper-horz, .b-hover-bottom.b-ends-below .b-gripper-horz {
  display: none;
}

.b-hover-left.b-continues-left .b-gripper-vert, .b-hover-right.b-continues-right .b-gripper-vert {
  display: none;
}

.b-cal-drag-proxy {
  position: absolute;
  pointer-events: none;
  opacity: 0.8;
  max-width: 17em;
}
.b-cal-drag-proxy .b-cal-event {
  background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)) currentColor;
  padding: 0 0.3em;
  gap: 0.3em;
}

.b-dayview-content .b-cal-tentative-event,
.b-monthview-content .b-cal-tentative-event {
  pointer-events: none;
}

.b-dayview-day-container .b-cal-tentative-event:not(.b-cal-tentative-event-first) .b-event-header,
.b-dayview-day-container .b-cal-tentative-event:not(.b-cal-tentative-event-first) .b-cal-event-desc {
  display: none;
}

.b-draggable-started {
  cursor: pointer;
}
.b-draggable-started .b-week-num, .b-draggable-started .b-day-num, .b-draggable-started .b-cal-cell-overflow {
  pointer-events: none;
}

.b-cal-event-wrap.b-resizing {
  display: none;
}

.b-cal-event-wrap:not(.b-cal-tentative-event-last) .b-cal-event-footer {
  display: none;
}

.b-cal-event-footer {
  position: absolute;
  bottom: 0.5em;
  right: 0.7em;
  white-space: nowrap;
  font-size: 0.7em;
}

.b-cal-tooltip-duration,
.b-cal-tooltip-recurrence {
  margin-top: 0.5em;
}
.b-cal-tooltip-duration:before,
.b-cal-tooltip-recurrence:before {
  margin-right: 0.5em;
  width: 1.5em;
  text-align: center;
}

.b-eventtip .b-icon-edit {
  display: none;
}
.b-eventtip.b-eventedit .b-icon-edit {
  display: inline-flex;
}
.b-eventtip .b-sch-clock {
  border-color: #616161;
}

.b-grid-to-cal-drag-proxy {
  position: absolute;
  z-index: 10;
  pointer-events: none;
  opacity: 0.9;
  width: 15em;
  height: 25px;
  align-items: center;
  display: flex;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: #59b53b;
  border-radius: 4px;
  color: #fdfdfd;
  padding-left: 0.3em;
  font-size: 0.9em;
}
.b-grid-to-cal-drag-proxy .b-fa {
  font-size: 0.7em;
}
.b-grid-to-cal-drag-proxy .b-fa:first-child {
  margin-right: 0.3em;
}
.b-grid-to-cal-drag-proxy .b-fa:not(:first-child) {
  margin-left: 0.3em;
}

.b-weekexpander .b-has-overflow .b-week-number-cell, .b-weekexpander .b-shrinkwrapped .b-week-number-cell {
  position: relative;
}
.b-weekexpander .b-has-overflow .b-week-number-cell .b-week-toggle-tool-wrap, .b-weekexpander .b-shrinkwrapped .b-week-number-cell .b-week-toggle-tool-wrap {
  flex: 1 0 auto;
  order: 9999;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 4px;
}
.b-weekexpander .b-has-overflow .b-week-number-cell .b-week-toggle-tool-wrap .b-week-toggle-tool, .b-weekexpander .b-shrinkwrapped .b-week-number-cell .b-week-toggle-tool-wrap .b-week-toggle-tool {
  height: 1.5em;
  width: 1.5em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.b-weekexpander .b-has-overflow .b-week-number-cell .b-week-toggle-tool-wrap .b-week-toggle-tool:hover, .b-weekexpander .b-shrinkwrapped .b-week-number-cell .b-week-toggle-tool-wrap .b-week-toggle-tool:hover {
  border-radius: 50%;
  background-color: rgba(90, 90, 90, 0.2);
}
.b-weekexpander .b-has-overflow .b-week-toggle-tool:before {
  content: "\f107";
}
.b-weekexpander .b-shrinkwrapped .b-week-toggle-tool:before {
  content: "\f106";
}

.b-calendar-print-iframe {
  position: absolute;
  top: -1000em;
  left: -1000em;
}

.b-calendar.b-shrinkwrap-row-heights .b-print-content .b-weeks-container {
  flex: 0 0 auto;
}
.b-calendar .b-print-content {
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  position: absolute;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.b-calendar .b-print-content .b-print-header {
  font-size: 1.4em;
}
.b-calendar .b-print-content .b-print-body {
  flex: 1;
  display: flex;
}
.b-calendar .b-print-content .b-print-body .b-print-viewport {
  display: flex;
  flex: 1;
}
.b-calendar .b-print-content .b-print-body .b-print-viewport header {
  display: none;
}
.b-calendar .b-print-content .b-print-body .b-print-viewport .b-calendarmixin {
  padding: 0;
}
.b-calendar .b-print-content .b-print-body .b-print-viewport .b-dayview, .b-calendar .b-print-content .b-print-body .b-print-viewport .b-weekview, .b-calendar .b-print-content .b-print-body .b-print-viewport .b-monthview {
  flex: 1 0 100%;
}
.b-calendar .b-print-content .b-print-body .b-print-viewport .b-dayview .b-monthview-content, .b-calendar .b-print-content .b-print-body .b-print-viewport .b-weekview .b-monthview-content, .b-calendar .b-print-content .b-print-body .b-print-viewport .b-monthview .b-monthview-content {
  padding: 0;
}
.b-calendar .b-print-content .b-print-body .b-print-viewport .b-dayview .b-expand-allday-button, .b-calendar .b-print-content .b-print-body .b-print-viewport .b-dayview .b-yscroll-pad, .b-calendar .b-print-content .b-print-body .b-print-viewport .b-weekview .b-expand-allday-button, .b-calendar .b-print-content .b-print-body .b-print-viewport .b-weekview .b-yscroll-pad {
  display: none;
}
.b-calendar .b-print-content .b-print-body .b-print-viewport .b-dayview .b-dayview-day-content, .b-calendar .b-print-content .b-print-body .b-print-viewport .b-weekview .b-dayview-day-content {
  overflow-y: hidden !important;
}
.b-calendar .b-print-content .b-print-body .b-print-viewport .b-agendaview .b-grid-body-container.b-widget-scroller {
  overflow-y: hidden !important;
}
.b-calendar .b-print-content .b-print-body .b-print-viewport .b-yearview .b-yearview-content {
  padding: 0;
  overflow-y: hidden !important;
}
.b-calendar .b-print-content .b-print-body .b-print-viewport .b-yearview .b-yearview-month:nth-child(9),
.b-calendar .b-print-content .b-print-body .b-print-viewport .b-yearview .b-yearview-month:nth-child(10),
.b-calendar .b-print-content .b-print-body .b-print-viewport .b-yearview .b-yearview-month:nth-child(11),
.b-calendar .b-print-content .b-print-body .b-print-viewport .b-yearview .b-yearview-month:nth-child(12) {
  margin-bottom: 0;
}

/**
 *
 * The DayView. Days are vertical stack of hours in which intra day events are rendered.
 * A DayView can show a single of many days side by side.
 *
 */
/*
 * Calendar View styles
 *
 */
/*
 * Calendar header row styles
 *
 */
.b-calendar.b-outer {
  height: 100%;
}

.b-calendar, .b-calendar-content {
  color: #606060;
  overflow: hidden;
}

.b-calendar {
  -webkit-user-select: none;
  user-select: none;
}
.b-calendar .b-calendar-view-desc {
  color: #606060;
  font-size: 1.4em;
  margin: 0 0 0 1.8em;
  white-space: nowrap;
}
.b-calendar > * > .b-top-toolbar {
  border-bottom: 1px solid #ddd;
}
.b-calendar > * > .b-top-toolbar > .b-button {
  margin-right: 0.25em;
}
.b-calendar .b-calendar-viewcontainer > .b-monthview > .b-panel-body-wrap > .b-panel-content,
.b-calendar .b-calendar-viewcontainer > .b-yearview > .b-panel-body-wrap > .b-panel-content {
  padding-top: 1.2em;
}

.b-panel-ui-calendar-banner.b-panel-header {
  background-color: #fff;
  color: #606060;
  font-size: 1.4em;
  padding: 0.6em 1em;
  white-space: nowrap;
}
.b-panel-ui-calendar-banner.b-panel-header .b-header-title {
  font-size: unset;
  font-weight: 400;
}

.b-allday.b-cal-color-red,
.b-dayview .b-cal-event-wrap.b-cal-color-red {
  border-color: #EF5350;
}
.b-allday.b-cal-color-red .b-cal-event,
.b-dayview .b-cal-event-wrap.b-cal-color-red .b-cal-event {
  background-color: #EF5350;
}

.b-cal-event-bar-container .b-cal-event-wrap:not(.b-allday).b-cal-color-red .b-cal-event {
  color: #EF5350;
}

.b-allday.b-cal-color-pink,
.b-dayview .b-cal-event-wrap.b-cal-color-pink {
  border-color: #EC407A;
}
.b-allday.b-cal-color-pink .b-cal-event,
.b-dayview .b-cal-event-wrap.b-cal-color-pink .b-cal-event {
  background-color: #EC407A;
}

.b-cal-event-bar-container .b-cal-event-wrap:not(.b-allday).b-cal-color-pink .b-cal-event {
  color: #EC407A;
}

.b-allday.b-cal-color-purple,
.b-dayview .b-cal-event-wrap.b-cal-color-purple {
  border-color: #AB47BC;
}
.b-allday.b-cal-color-purple .b-cal-event,
.b-dayview .b-cal-event-wrap.b-cal-color-purple .b-cal-event {
  background-color: #AB47BC;
}

.b-cal-event-bar-container .b-cal-event-wrap:not(.b-allday).b-cal-color-purple .b-cal-event {
  color: #AB47BC;
}

.b-allday.b-cal-color-violet,
.b-dayview .b-cal-event-wrap.b-cal-color-violet {
  border-color: #7E57C2;
}
.b-allday.b-cal-color-violet .b-cal-event,
.b-dayview .b-cal-event-wrap.b-cal-color-violet .b-cal-event {
  background-color: #7E57C2;
}

.b-cal-event-bar-container .b-cal-event-wrap:not(.b-allday).b-cal-color-violet .b-cal-event {
  color: #7E57C2;
}

.b-allday.b-cal-color-indigo,
.b-dayview .b-cal-event-wrap.b-cal-color-indigo {
  border-color: #5C6BC0;
}
.b-allday.b-cal-color-indigo .b-cal-event,
.b-dayview .b-cal-event-wrap.b-cal-color-indigo .b-cal-event {
  background-color: #5C6BC0;
}

.b-cal-event-bar-container .b-cal-event-wrap:not(.b-allday).b-cal-color-indigo .b-cal-event {
  color: #5C6BC0;
}

.b-allday.b-cal-color-blue,
.b-dayview .b-cal-event-wrap.b-cal-color-blue {
  border-color: #42A5F5;
}
.b-allday.b-cal-color-blue .b-cal-event,
.b-dayview .b-cal-event-wrap.b-cal-color-blue .b-cal-event {
  background-color: #42A5F5;
}

.b-cal-event-bar-container .b-cal-event-wrap:not(.b-allday).b-cal-color-blue .b-cal-event {
  color: #42A5F5;
}

.b-allday.b-cal-color-cyan,
.b-dayview .b-cal-event-wrap.b-cal-color-cyan {
  border-color: #26C6DA;
}
.b-allday.b-cal-color-cyan .b-cal-event,
.b-dayview .b-cal-event-wrap.b-cal-color-cyan .b-cal-event {
  background-color: #26C6DA;
}

.b-cal-event-bar-container .b-cal-event-wrap:not(.b-allday).b-cal-color-cyan .b-cal-event {
  color: #26C6DA;
}

.b-allday.b-cal-color-teal,
.b-dayview .b-cal-event-wrap.b-cal-color-teal {
  border-color: #26A69A;
}
.b-allday.b-cal-color-teal .b-cal-event,
.b-dayview .b-cal-event-wrap.b-cal-color-teal .b-cal-event {
  background-color: #26A69A;
}

.b-cal-event-bar-container .b-cal-event-wrap:not(.b-allday).b-cal-color-teal .b-cal-event {
  color: #26A69A;
}

.b-allday.b-cal-color-green,
.b-dayview .b-cal-event-wrap.b-cal-color-green {
  border-color: #66BB6A;
}
.b-allday.b-cal-color-green .b-cal-event,
.b-dayview .b-cal-event-wrap.b-cal-color-green .b-cal-event {
  background-color: #66BB6A;
}

.b-cal-event-bar-container .b-cal-event-wrap:not(.b-allday).b-cal-color-green .b-cal-event {
  color: #66BB6A;
}

.b-allday.b-cal-color-lime,
.b-dayview .b-cal-event-wrap.b-cal-color-lime {
  border-color: #D4E157;
}
.b-allday.b-cal-color-lime .b-cal-event,
.b-dayview .b-cal-event-wrap.b-cal-color-lime .b-cal-event {
  background-color: #D4E157;
}

.b-cal-event-bar-container .b-cal-event-wrap:not(.b-allday).b-cal-color-lime .b-cal-event {
  color: #D4E157;
}

.b-allday.b-cal-color-yellow,
.b-dayview .b-cal-event-wrap.b-cal-color-yellow {
  border-color: #FDD835;
}
.b-allday.b-cal-color-yellow .b-cal-event,
.b-dayview .b-cal-event-wrap.b-cal-color-yellow .b-cal-event {
  background-color: #FDD835;
}

.b-cal-event-bar-container .b-cal-event-wrap:not(.b-allday).b-cal-color-yellow .b-cal-event {
  color: #FDD835;
}

.b-allday.b-cal-color-orange,
.b-dayview .b-cal-event-wrap.b-cal-color-orange {
  border-color: #FFA726;
}
.b-allday.b-cal-color-orange .b-cal-event,
.b-dayview .b-cal-event-wrap.b-cal-color-orange .b-cal-event {
  background-color: #FFA726;
}

.b-cal-event-bar-container .b-cal-event-wrap:not(.b-allday).b-cal-color-orange .b-cal-event {
  color: #FFA726;
}

.b-allday.b-cal-color-deep-orange,
.b-dayview .b-cal-event-wrap.b-cal-color-deep-orange {
  border-color: #ff7043;
}
.b-allday.b-cal-color-deep-orange .b-cal-event,
.b-dayview .b-cal-event-wrap.b-cal-color-deep-orange .b-cal-event {
  background-color: #ff7043;
}

.b-cal-event-bar-container .b-cal-event-wrap:not(.b-allday).b-cal-color-deep-orange .b-cal-event {
  color: #ff7043;
}

.b-allday.b-cal-color-gray,
.b-dayview .b-cal-event-wrap.b-cal-color-gray {
  border-color: #a0a0a0;
}
.b-allday.b-cal-color-gray .b-cal-event,
.b-dayview .b-cal-event-wrap.b-cal-color-gray .b-cal-event {
  background-color: #a0a0a0;
}

.b-cal-event-bar-container .b-cal-event-wrap:not(.b-allday).b-cal-color-gray .b-cal-event {
  color: #a0a0a0;
}

.b-allday.b-cal-color-gantt-green,
.b-dayview .b-cal-event-wrap.b-cal-color-gantt-green {
  border-color: #a5d8a7;
}
.b-allday.b-cal-color-gantt-green .b-cal-event,
.b-dayview .b-cal-event-wrap.b-cal-color-gantt-green .b-cal-event {
  background-color: #a5d8a7;
}

.b-cal-event-bar-container .b-cal-event-wrap:not(.b-allday).b-cal-color-gantt-green .b-cal-event {
  color: #a5d8a7;
}

/*# sourceMappingURL=calendar.material.css.map */
