/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */@keyframes bounce{0%,20%,53%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}.bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.pulse{animation-name:pulse}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.rubberBand{animation-name:rubberBand}@keyframes shake{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.shake{animation-name:shake}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.headShake{animation-name:headShake;animation-timing-function:ease-in-out}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.swing{animation-name:swing;transform-origin:top center}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.tada{animation-name:tada}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}.wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.heartBeat{animation-duration:1.3s;animation-name:heartBeat;animation-timing-function:ease-in-out}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.bounceIn{animation-duration:.75s;animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:translateZ(0)}}.bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:translateZ(0)}}.bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:translateZ(0)}}.bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}.bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.bounceOut{animation-duration:.75s;animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}.bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}.bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}.bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes flip{0%{animation-timing-function:ease-out;transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)}40%{animation-timing-function:ease-out;transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)}50%{animation-timing-function:ease-in;transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)}80%{animation-timing-function:ease-in;transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg)}to{animation-timing-function:ease-in;transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg)}}.animated.flip{animation-name:flip;backface-visibility:visible}@keyframes flipInX{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.flipInX{animation-name:flipInX;backface-visibility:visible!important}@keyframes flipInY{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateY(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateY(-20deg)}60%{opacity:1;transform:perspective(400px) rotateY(10deg)}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.flipInY{animation-name:flipInY;backface-visibility:visible!important}@keyframes flipOutX{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.flipOutX{animation-duration:.75s;animation-name:flipOutX;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateY(-15deg)}to{opacity:0;transform:perspective(400px) rotateY(90deg)}}.flipOutY{animation-duration:.75s;animation-name:flipOutY;backface-visibility:visible!important}@keyframes lightSpeedIn{0%{opacity:0;transform:translate3d(100%,0,0) skewX(-30deg)}60%{opacity:1;transform:skewX(20deg)}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}@keyframes lightSpeedOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) skewX(30deg)}}.lightSpeedOut{animation-name:lightSpeedOut;animation-timing-function:ease-in}@keyframes rotateIn{0%{opacity:0;transform:rotate(-200deg);transform-origin:center}to{opacity:1;transform:translateZ(0);transform-origin:center}}.rotateIn{animation-name:rotateIn}@keyframes rotateInDownLeft{0%{opacity:0;transform:rotate(-45deg);transform-origin:left bottom}to{opacity:1;transform:translateZ(0);transform-origin:left bottom}}.rotateInDownLeft{animation-name:rotateInDownLeft}@keyframes rotateInDownRight{0%{opacity:0;transform:rotate(45deg);transform-origin:right bottom}to{opacity:1;transform:translateZ(0);transform-origin:right bottom}}.rotateInDownRight{animation-name:rotateInDownRight}@keyframes rotateInUpLeft{0%{opacity:0;transform:rotate(45deg);transform-origin:left bottom}to{opacity:1;transform:translateZ(0);transform-origin:left bottom}}.rotateInUpLeft{animation-name:rotateInUpLeft}@keyframes rotateInUpRight{0%{opacity:0;transform:rotate(-90deg);transform-origin:right bottom}to{opacity:1;transform:translateZ(0);transform-origin:right bottom}}.rotateInUpRight{animation-name:rotateInUpRight}@keyframes rotateOut{0%{opacity:1;transform-origin:center}to{opacity:0;transform:rotate(200deg);transform-origin:center}}.rotateOut{animation-name:rotateOut}@keyframes rotateOutDownLeft{0%{opacity:1;transform-origin:left bottom}to{opacity:0;transform:rotate(45deg);transform-origin:left bottom}}.rotateOutDownLeft{animation-name:rotateOutDownLeft}@keyframes rotateOutDownRight{0%{opacity:1;transform-origin:right bottom}to{opacity:0;transform:rotate(-45deg);transform-origin:right bottom}}.rotateOutDownRight{animation-name:rotateOutDownRight}@keyframes rotateOutUpLeft{0%{opacity:1;transform-origin:left bottom}to{opacity:0;transform:rotate(-45deg);transform-origin:left bottom}}.rotateOutUpLeft{animation-name:rotateOutUpLeft}@keyframes rotateOutUpRight{0%{opacity:1;transform-origin:right bottom}to{opacity:0;transform:rotate(90deg);transform-origin:right bottom}}.rotateOutUpRight{animation-name:rotateOutUpRight}@keyframes hinge{0%{animation-timing-function:ease-in-out;transform-origin:top left}20%,60%{animation-timing-function:ease-in-out;transform:rotate(80deg);transform-origin:top left}40%,80%{animation-timing-function:ease-in-out;opacity:1;transform:rotate(60deg);transform-origin:top left}to{opacity:0;transform:translate3d(0,700px,0)}}.hinge{animation-duration:2s;animation-name:hinge}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0)}60%{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}}.zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0)}60%{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0)}}.zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0)}60%{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0)}}.zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0)}60%{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}}.zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}to{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom}}.zoomOutDown{animation-name:zoomOutDown}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}.zoomOutLeft{animation-name:zoomOutLeft}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}.zoomOutRight{animation-name:zoomOutRight}@keyframes zoomOutUp{40%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}to{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom}}.zoomOutUp{animation-name:zoomOutUp}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,100%,0);visibility:hidden}}.slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-100%,0,0);visibility:hidden}}.slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(100%,0,0);visibility:hidden}}.slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-100%,0);visibility:hidden}}.slideOutUp{animation-name:slideOutUp}.animated{animation-duration:1s;animation-fill-mode:both}.animated.infinite{animation-iteration-count:infinite}.animated.delay-1s{animation-delay:1s}.animated.delay-2s{animation-delay:2s}.animated.delay-3s{animation-delay:3s}.animated.delay-4s{animation-delay:4s}.animated.delay-5s{animation-delay:5s}.animated.fast{animation-duration:.8s}.animated.faster{animation-duration:.5s}.animated.slow{animation-duration:2s}.animated.slower{animation-duration:3s}@media (prefers-reduced-motion){.animated{animation:unset!important;transition:none!important}}
.bootstrap-switch{border:1px solid #ccc;border-radius:4px;cursor:pointer;direction:ltr;display:inline-block;line-height:8px;overflow:hidden;position:relative;text-align:left;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:middle;z-index:0}.bootstrap-switch .bootstrap-switch-container{border-radius:4px;display:inline-block;top:0;transform:translateZ(0);vertical-align:middle}.bootstrap-switch .bootstrap-switch-handle-off,.bootstrap-switch .bootstrap-switch-handle-on,.bootstrap-switch .bootstrap-switch-label{box-sizing:border-box;cursor:pointer;display:table-cell;font-size:14px;line-height:20px;padding:6px 12px;vertical-align:middle}.bootstrap-switch .bootstrap-switch-handle-off,.bootstrap-switch .bootstrap-switch-handle-on{text-align:center;z-index:1}.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary,.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary{background:#337ab7;color:#fff}.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info,.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info{background:#5bc0de;color:#fff}.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success,.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success{background:#5cb85c;color:#fff}.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning,.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning{background:#f0ad4e;color:#fff}.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger,.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger{background:#d9534f;color:#fff}.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default,.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default{background:#eee;color:#000}.bootstrap-switch .bootstrap-switch-label{background:#fff;color:#333;margin-bottom:-1px;margin-top:-1px;text-align:center;z-index:100}.bootstrap-switch span:before{content:"\200b";white-space:nowrap}.bootstrap-switch .bootstrap-switch-handle-on{border-bottom-left-radius:3px;border-top-left-radius:3px}.bootstrap-switch .bootstrap-switch-handle-off{border-bottom-right-radius:3px;border-top-right-radius:3px}.bootstrap-switch input[type=checkbox],.bootstrap-switch input[type=radio]{filter:alpha(opacity=0);left:0;margin:0;opacity:0;position:absolute!important;top:0;visibility:hidden;z-index:-1}.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-off,.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-on,.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-label{font-size:12px;line-height:1.5;padding:1px 5px}.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-off,.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-on,.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-label{font-size:12px;line-height:1.5;padding:5px 10px}.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-off,.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-on,.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-label{font-size:18px;line-height:1.3333333;padding:6px 16px}.bootstrap-switch.bootstrap-switch-disabled,.bootstrap-switch.bootstrap-switch-indeterminate,.bootstrap-switch.bootstrap-switch-readonly{cursor:default!important}.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-off,.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-on,.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-label,.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-off,.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-on,.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-label,.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-off,.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-on,.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-label{cursor:default!important;filter:alpha(opacity=50);opacity:.5}.bootstrap-switch.bootstrap-switch-animate .bootstrap-switch-container{transition:margin-left .5s}.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-on{border-bottom-left-radius:0;border-bottom-right-radius:3px;border-top-left-radius:0;border-top-right-radius:3px}.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-off{border-bottom-left-radius:3px;border-bottom-right-radius:0;border-top-left-radius:3px;border-top-right-radius:0}.bootstrap-switch.bootstrap-switch-focused{border-color:#66afe9;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);outline:0}.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-off .bootstrap-switch-label,.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label{border-bottom-right-radius:3px;border-top-right-radius:3px}.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-on .bootstrap-switch-label,.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label{border-bottom-left-radius:3px;border-top-left-radius:3px}
/*!
 * https://github.com/YouCanBookMe/react-datetime
 */.rdt{position:relative}.rdtPicker{background:#fff;border:1px solid #f9f9f9;box-shadow:0 1px 3px rgba(0,0,0,.1);display:none;margin-top:1px;padding:4px;position:absolute;width:250px;z-index:99999!important}.rdtOpen .rdtPicker{display:block}.rdtStatic .rdtPicker{box-shadow:none;position:static}.rdtPicker .rdtTimeToggle{text-align:center}.rdtPicker table{margin:0;width:100%}.rdtPicker td,.rdtPicker th{height:28px;text-align:center}.rdtPicker td{cursor:pointer}.rdtPicker .rdtTimeToggle:hover,.rdtPicker td.rdtDay:hover,.rdtPicker td.rdtHour:hover,.rdtPicker td.rdtMinute:hover,.rdtPicker td.rdtSecond:hover{background:#eee;cursor:pointer}.rdtPicker td.rdtNew,.rdtPicker td.rdtOld{color:#999}.rdtPicker td.rdtToday{position:relative}.rdtPicker td.rdtToday:before{border-bottom:7px solid #428bca;border-left:7px solid transparent;border-top-color:rgba(0,0,0,.2);bottom:4px;content:"";display:inline-block;position:absolute;right:4px}.rdtPicker td.rdtActive,.rdtPicker td.rdtActive:hover{background-color:#428bca;color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.rdtPicker td.rdtActive.rdtToday:before{border-bottom-color:#fff}.rdtPicker td.rdtDisabled,.rdtPicker td.rdtDisabled:hover{background:none;color:#999;cursor:not-allowed}.rdtPicker td span.rdtOld{color:#999}.rdtPicker td span.rdtDisabled,.rdtPicker td span.rdtDisabled:hover{background:none;color:#999;cursor:not-allowed}.rdtPicker th{border-bottom:1px solid #f9f9f9}.rdtPicker .dow{border-bottom:none;cursor:default;width:14.2857%}.rdtPicker th.rdtSwitch{width:100px}.rdtPicker th.rdtNext,.rdtPicker th.rdtPrev{font-size:21px;vertical-align:top}.rdtNext span,.rdtPrev span{-webkit-touch-callout:none;display:block;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.rdtPicker th.rdtDisabled,.rdtPicker th.rdtDisabled:hover{background:none;color:#999;cursor:not-allowed}.rdtPicker thead tr:first-child th{cursor:pointer}.rdtPicker thead tr:first-child th:hover{background:#eee}.rdtPicker tfoot{border-top:1px solid #f9f9f9}.rdtPicker button{background:none;border:none;cursor:pointer}.rdtPicker button:hover{background-color:#eee}.rdtPicker thead button{height:100%;width:100%}td.rdtMonth,td.rdtYear{cursor:pointer;height:50px;width:25%}td.rdtMonth:hover,td.rdtYear:hover{background:#eee}.rdtCounters{display:inline-block}.rdtCounters>div{float:left}.rdtCounter{height:100px;width:40px}.rdtCounterSeparator{line-height:100px}.rdtCounter .rdtBtn{-webkit-touch-callout:none;cursor:pointer;display:block;height:40%;line-height:40px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.rdtCounter .rdtBtn:hover{background:#eee}.rdtCounter .rdtCount{font-size:1.2em;height:20%}.rdtMilli{padding-left:8px;vertical-align:middle;width:48px}.rdtMilli input{font-size:1.2em;margin-top:37px;width:100%}.rdtTime td{cursor:default}
:root {
  --toastify-color-light: #fff;
  --toastify-color-dark: #121212;
  --toastify-color-info: #3498db;
  --toastify-color-success: #07bc0c;
  --toastify-color-warning: #f1c40f;
  --toastify-color-error: #e74c3c;
  --toastify-color-transparent: rgba(255, 255, 255, 0.7);
  --toastify-icon-color-info: var(--toastify-color-info);
  --toastify-icon-color-success: var(--toastify-color-success);
  --toastify-icon-color-warning: var(--toastify-color-warning);
  --toastify-icon-color-error: var(--toastify-color-error);
  --toastify-toast-width: 320px;
  --toastify-toast-background: #fff;
  --toastify-toast-min-height: 64px;
  --toastify-toast-max-height: 800px;
  --toastify-font-family: sans-serif;
  --toastify-z-index: 9999;
  --toastify-text-color-light: #757575;
  --toastify-text-color-dark: #fff;
  --toastify-text-color-info: #fff;
  --toastify-text-color-success: #fff;
  --toastify-text-color-warning: #fff;
  --toastify-text-color-error: #fff;
  --toastify-spinner-color: #616161;
  --toastify-spinner-color-empty-area: #e0e0e0;
  --toastify-color-progress-light: linear-gradient(
    to right,
    #4cd964,
    #5ac8fa,
    #007aff,
    #34aadc,
    #5856d6,
    #ff2d55
  );
  --toastify-color-progress-dark: #bb86fc;
  --toastify-color-progress-info: var(--toastify-color-info);
  --toastify-color-progress-success: var(--toastify-color-success);
  --toastify-color-progress-warning: var(--toastify-color-warning);
  --toastify-color-progress-error: var(--toastify-color-error);
}

.Toastify__toast-container {
  z-index: var(--toastify-z-index);
  -webkit-transform: translate3d(0, 0, var(--toastify-z-index) px);
  position: fixed;
  padding: 4px;
  width: var(--toastify-toast-width);
  box-sizing: border-box;
  color: #fff;
}
.Toastify__toast-container--top-left {
  top: 1em;
  left: 1em;
}
.Toastify__toast-container--top-center {
  top: 1em;
  left: 50%;
  transform: translateX(-50%);
}
.Toastify__toast-container--top-right {
  top: 1em;
  right: 1em;
}
.Toastify__toast-container--bottom-left {
  bottom: 1em;
  left: 1em;
}
.Toastify__toast-container--bottom-center {
  bottom: 1em;
  left: 50%;
  transform: translateX(-50%);
}
.Toastify__toast-container--bottom-right {
  bottom: 1em;
  right: 1em;
}

@media only screen and (max-width : 480px) {
  .Toastify__toast-container {
    width: 100vw;
    padding: 0;
    left: 0;
    margin: 0;
  }
  .Toastify__toast-container--top-left, .Toastify__toast-container--top-center, .Toastify__toast-container--top-right {
    top: 0;
    transform: translateX(0);
  }
  .Toastify__toast-container--bottom-left, .Toastify__toast-container--bottom-center, .Toastify__toast-container--bottom-right {
    bottom: 0;
    transform: translateX(0);
  }
  .Toastify__toast-container--rtl {
    right: 0;
    left: initial;
  }
}
.Toastify__toast {
  position: relative;
  min-height: var(--toastify-toast-min-height);
  box-sizing: border-box;
  margin-bottom: 1rem;
  padding: 8px;
  border-radius: 4px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 15px 0 rgba(0, 0, 0, 0.05);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  max-height: var(--toastify-toast-max-height);
  overflow: hidden;
  font-family: var(--toastify-font-family);
  cursor: default;
  direction: ltr;
  /* webkit only issue #791 */
  z-index: 0;
}
.Toastify__toast--rtl {
  direction: rtl;
}
.Toastify__toast--close-on-click {
  cursor: pointer;
}
.Toastify__toast-body {
  margin: auto 0;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  padding: 6px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.Toastify__toast-body > div:last-child {
  word-break: break-word;
  -ms-flex: 1;
      flex: 1;
}
.Toastify__toast-icon {
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
  width: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -ms-flexbox;
  display: flex;
}

.Toastify--animate {
  animation-fill-mode: both;
  animation-duration: 0.7s;
}

.Toastify--animate-icon {
  animation-fill-mode: both;
  animation-duration: 0.3s;
}

@media only screen and (max-width : 480px) {
  .Toastify__toast {
    margin-bottom: 0;
    border-radius: 0;
  }
}
.Toastify__toast-theme--dark {
  background: var(--toastify-color-dark);
  color: var(--toastify-text-color-dark);
}
.Toastify__toast-theme--light {
  background: var(--toastify-color-light);
  color: var(--toastify-text-color-light);
}
.Toastify__toast-theme--colored.Toastify__toast--default {
  background: var(--toastify-color-light);
  color: var(--toastify-text-color-light);
}
.Toastify__toast-theme--colored.Toastify__toast--info {
  color: var(--toastify-text-color-info);
  background: var(--toastify-color-info);
}
.Toastify__toast-theme--colored.Toastify__toast--success {
  color: var(--toastify-text-color-success);
  background: var(--toastify-color-success);
}
.Toastify__toast-theme--colored.Toastify__toast--warning {
  color: var(--toastify-text-color-warning);
  background: var(--toastify-color-warning);
}
.Toastify__toast-theme--colored.Toastify__toast--error {
  color: var(--toastify-text-color-error);
  background: var(--toastify-color-error);
}

.Toastify__progress-bar-theme--light {
  background: var(--toastify-color-progress-light);
}
.Toastify__progress-bar-theme--dark {
  background: var(--toastify-color-progress-dark);
}
.Toastify__progress-bar--info {
  background: var(--toastify-color-progress-info);
}
.Toastify__progress-bar--success {
  background: var(--toastify-color-progress-success);
}
.Toastify__progress-bar--warning {
  background: var(--toastify-color-progress-warning);
}
.Toastify__progress-bar--error {
  background: var(--toastify-color-progress-error);
}
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--success, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--error {
  background: var(--toastify-color-transparent);
}

.Toastify__close-button {
  color: #fff;
  background: transparent;
  outline: none;
  border: none;
  padding: 0;
  cursor: pointer;
  opacity: 0.7;
  transition: 0.3s ease;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.Toastify__close-button--light {
  color: #000;
  opacity: 0.3;
}
.Toastify__close-button > svg {
  fill: currentColor;
  height: 16px;
  width: 14px;
}
.Toastify__close-button:hover, .Toastify__close-button:focus {
  opacity: 1;
}

@keyframes Toastify__trackProgress {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}
.Toastify__progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  z-index: var(--toastify-z-index);
  opacity: 0.7;
  transform-origin: left;
}
.Toastify__progress-bar--animated {
  animation: Toastify__trackProgress linear 1 forwards;
}
.Toastify__progress-bar--controlled {
  transition: transform 0.2s;
}
.Toastify__progress-bar--rtl {
  right: 0;
  left: initial;
  transform-origin: right;
}

.Toastify__spinner {
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border: 2px solid;
  border-radius: 100%;
  border-color: var(--toastify-spinner-color-empty-area);
  border-right-color: var(--toastify-spinner-color);
  animation: Toastify__spin 0.65s linear infinite;
}

@keyframes Toastify__bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes Toastify__bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes Toastify__bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes Toastify__bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.Toastify__bounce-enter--top-left, .Toastify__bounce-enter--bottom-left {
  animation-name: Toastify__bounceInLeft;
}
.Toastify__bounce-enter--top-right, .Toastify__bounce-enter--bottom-right {
  animation-name: Toastify__bounceInRight;
}
.Toastify__bounce-enter--top-center {
  animation-name: Toastify__bounceInDown;
}
.Toastify__bounce-enter--bottom-center {
  animation-name: Toastify__bounceInUp;
}

.Toastify__bounce-exit--top-left, .Toastify__bounce-exit--bottom-left {
  animation-name: Toastify__bounceOutLeft;
}
.Toastify__bounce-exit--top-right, .Toastify__bounce-exit--bottom-right {
  animation-name: Toastify__bounceOutRight;
}
.Toastify__bounce-exit--top-center {
  animation-name: Toastify__bounceOutUp;
}
.Toastify__bounce-exit--bottom-center {
  animation-name: Toastify__bounceOutDown;
}

@keyframes Toastify__zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes Toastify__zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.Toastify__zoom-enter {
  animation-name: Toastify__zoomIn;
}

.Toastify__zoom-exit {
  animation-name: Toastify__zoomOut;
}

@keyframes Toastify__flipIn {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
@keyframes Toastify__flipOut {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.Toastify__flip-enter {
  animation-name: Toastify__flipIn;
}

.Toastify__flip-exit {
  animation-name: Toastify__flipOut;
}

@keyframes Toastify__slideInRight {
  from {
    transform: translate3d(110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideInLeft {
  from {
    transform: translate3d(-110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideInUp {
  from {
    transform: translate3d(0, 110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideInDown {
  from {
    transform: translate3d(0, -110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(110%, 0, 0);
  }
}
@keyframes Toastify__slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-110%, 0, 0);
  }
}
@keyframes Toastify__slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 500px, 0);
  }
}
@keyframes Toastify__slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -500px, 0);
  }
}
.Toastify__slide-enter--top-left, .Toastify__slide-enter--bottom-left {
  animation-name: Toastify__slideInLeft;
}
.Toastify__slide-enter--top-right, .Toastify__slide-enter--bottom-right {
  animation-name: Toastify__slideInRight;
}
.Toastify__slide-enter--top-center {
  animation-name: Toastify__slideInDown;
}
.Toastify__slide-enter--bottom-center {
  animation-name: Toastify__slideInUp;
}

.Toastify__slide-exit--top-left, .Toastify__slide-exit--bottom-left {
  animation-name: Toastify__slideOutLeft;
}
.Toastify__slide-exit--top-right, .Toastify__slide-exit--bottom-right {
  animation-name: Toastify__slideOutRight;
}
.Toastify__slide-exit--top-center {
  animation-name: Toastify__slideOutUp;
}
.Toastify__slide-exit--bottom-center {
  animation-name: Toastify__slideOutDown;
}

@keyframes Toastify__spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.alert>:first-child{margin-top:0!important}.alert>:last-child,.alert>:last-child>:last-child,.alert>:last-child>:last-child>:last-child{margin-bottom:0!important}.alert>.well:first-child{margin-top:.35em!important}.alert>.form-group:last-child,.alert>.panel-group:last-child,.alert>.table:last-child,.alert>.well:last-child{margin-bottom:.35em!important}.alert>p,.alert>ul{margin-bottom:10px}.react-avatar{background-position:50%;background-size:cover;border-radius:50%;height:50px;width:50px}.react-avatar.react-avatar-xs{height:20px;width:20px}.react-avatar.react-avatar-sm{height:24px;width:24px}.react-avatar.react-avatar-lg{height:60px;width:60px}.react-avatar.react-avatar-inline{display:inline-block;vertical-align:top}.badge-unread{background:#e02424;border-radius:0}.badge-unread.badge{font:300 .9em lato,Oxygen,Noto Sans,Helvetica Neue,Helvetica,Arial,sans-serif}.btn-block{padding-left:12px;padding-right:12px}.btn-block.btn-lg{padding-left:16px;padding-right:16px}.btn-select{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;height:34px;padding:6px 12px;text-align:left;width:100%}.btn-select.btn-lg{height:46px}.btn-select .text-truncate{display:block;-ms-flex:1;flex:1}.btn-select .caret{display:block;margin-left:.5em}.btn-group-filter .dropdown-menu,.btn-group-sort .dropdown-menu{min-width:100%}@media(min-width:992px){.btn-group-filter,.btn-group-sort{min-width:14em}}.btn-filter{background-color:#fff;border-color:#aeb8b8;color:#58676c;font-size:16px;font-weight:300;height:54px;padding:15px 38px 15px 20px;text-align:left;white-space:normal;width:100%}.btn-filter.focus,.btn-filter:focus{background-color:#e6e6e6;border-color:#6c7b7b;color:#58676c}.btn-filter:hover{background-color:#e6e6e6;border-color:#8d9b9b;color:#58676c}.btn-filter.active,.btn-filter:active,.open>.btn-filter.dropdown-toggle{background-color:#e6e6e6;background-image:none;border-color:#8d9b9b;color:#58676c}.btn-filter.active.focus,.btn-filter.active:focus,.btn-filter.active:hover,.btn-filter:active.focus,.btn-filter:active:focus,.btn-filter:active:hover,.open>.btn-filter.dropdown-toggle.focus,.open>.btn-filter.dropdown-toggle:focus,.open>.btn-filter.dropdown-toggle:hover{background-color:#d4d4d4;border-color:#6c7b7b;color:#58676c}.btn-filter.disabled.focus,.btn-filter.disabled:focus,.btn-filter.disabled:hover,.btn-filter[disabled].focus,.btn-filter[disabled]:focus,.btn-filter[disabled]:hover,fieldset[disabled] .btn-filter.focus,fieldset[disabled] .btn-filter:focus,fieldset[disabled] .btn-filter:hover{background-color:#fff;border-color:#aeb8b8}.btn-filter .badge{background-color:#58676c;color:#fff}.btn-filter .caret{border-width:6px;color:#aeb8b8;margin-top:-3px;position:absolute;right:13px;top:50%}.btn-filter.dropdown-toggle:focus,.btn-filter.dropdown-toggle:hover,.btn-filter:focus,.btn-filter:hover,.open .btn-filter.dropdown-toggle,.open .btn-filter.dropdown-toggle:focus,.open .btn-filter.dropdown-toggle:hover{background-color:#aeb8b8;color:#fff}.btn-filter.dropdown-toggle:focus .caret,.btn-filter.dropdown-toggle:hover .caret,.btn-filter:focus .caret,.btn-filter:hover .caret,.open .btn-filter.dropdown-toggle .caret,.open .btn-filter.dropdown-toggle:focus .caret,.open .btn-filter.dropdown-toggle:hover .caret{color:#fff}.btn-filter:focus,.btn-filter:hover{border-color:#aeb8b8}.react-counter{display:inline-block;margin:15px 0 0 4em;text-align:center}.react-counter .counter-value{font-size:26px;line-height:.8em;padding:.2em 0 .3em}.react-counter .counter-text{font-size:18px}.counter-group{margin:-15px 0 15px -4em}.counter-toolbar{-ms-flex-align:center;-ms-flex-pack:justify;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap-reverse;flex-wrap:wrap-reverse;gap:0 4em;justify-content:space-between}.counter-toolbar .form-group{-ms-flex-preferred-size:100%;flex-basis:100%;margin-left:auto;z-index:1}@media(min-width:768px){.counter-toolbar .form-group{-ms-flex-preferred-size:auto;flex-basis:auto}}.counter-toolbar.counter-toolbar-reverse{-ms-flex-wrap:wrap;flex-wrap:wrap}.counter-toolbar.counter-toolbar-reverse .form-group{margin-left:0;margin-right:auto}.dropdown-menu>li>a:focus:not(:focus-visible){outline:0}.dropdown-header{color:#585858;font-weight:400}.dropdown-block{width:100%}.dropdown-menu-full{min-width:100%}.dropdown-menu-block{max-height:272px;overflow:auto;width:100%}.dropdown-menu-block>li>a{overflow:hidden;text-overflow:ellipsis;white-space:normal}.mce-tinymce:not(.mce-tinymce-inline){box-sizing:border-box!important}.btn-group-filter .dropdown-menu>li>a{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex}.btn-group-filter .bootstrap-switch{margin-right:.5em}.filter-toolbar{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px}.filter-toolbar>*{margin:0 15px 15px 0}.form-control-search{background-color:#ecedef}.react-form-search{width:100%}@media(min-width:768px){.react-form-search{-ms-flex:1;flex:1}.react-form-search .input-group{margin-left:auto;max-width:50em;min-width:30em}}.react-form-search .form-control-search{font-size:16px;height:54px;padding:15px}.react-form-search .input-group-btn:last-child>.btn{margin-left:0}.btn-search{background-color:#8b9494;border-color:#8b9494;color:#fff;font-size:16px;font-weight:300;height:54px;padding:15px 20px}.btn-search.focus,.btn-search:focus{background-color:#717b7b;border-color:#4d5353;color:#fff}.btn-search:hover{background-color:#717b7b;border-color:#6c7575;color:#fff}.btn-search.active,.btn-search:active,.open>.btn-search.dropdown-toggle{background-color:#717b7b;background-image:none;border-color:#6c7575;color:#fff}.btn-search.active.focus,.btn-search.active:focus,.btn-search.active:hover,.btn-search:active.focus,.btn-search:active:focus,.btn-search:active:hover,.open>.btn-search.dropdown-toggle.focus,.open>.btn-search.dropdown-toggle:focus,.open>.btn-search.dropdown-toggle:hover{background-color:#606868;border-color:#4d5353;color:#fff}.btn-search.disabled.focus,.btn-search.disabled:focus,.btn-search.disabled:hover,.btn-search[disabled].focus,.btn-search[disabled]:focus,.btn-search[disabled]:hover,fieldset[disabled] .btn-search.focus,fieldset[disabled] .btn-search:focus,fieldset[disabled] .btn-search:hover{background-color:#8b9494;border-color:#8b9494}.btn-search .badge{background-color:#fff;color:#8b9494}@media(min-width:768px){.btn-search{min-width:10em}}.cell-sort button{background:none;border:0;display:block;margin:-8px;padding:8px;text-align:inherit;white-space:nowrap;width:calc(100% + 16px)}.cell-sort button:disabled .fa{opacity:.65}.react-combobox{position:relative}.react-combobox .dropdown-menu>.selected>a{background-color:#f5f5f5;color:#262626}.react-combobox-avatar-item{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;gap:.5em}.react-combobox-avatar-item .react-avatar{-ms-flex-negative:0;flex-shrink:0}.rdt .rdtPicker{border:none;margin:0;padding:0}.rdt .rdtPicker .rdtActive{background:#2a2e33}.rdt .rdtPicker .rdtActive:hover{background:#181a1d}.rdt .rdtPicker .rdtToday{font-weight:700}.rdt .rdtPicker .rdtToday:before{display:none}.rdt .rdtNext,.rdt .rdtPrev{width:36px}.rdt .rdtCounters{display:block}.rdt .rdtCount{height:auto}.rdt tbody{border:none}.rdt th{border-color:#ccc}.popover-date-time-picker{text-align:center}.popover-date-time-picker .rdtMonth,.popover-date-time-picker .rdtYear{height:65.3333333333px}.popover-date-time-picker .date-time-picker-extras{margin:.5em 0 0}.popover-date-time-picker .time-picker{display:inline-block;margin-right:1em;vertical-align:middle}.popover-date-time-picker .time-picker .rdtPicker{width:auto}.popover-date-time-picker .time-picker table{margin:auto;width:auto}@media(min-width:450px){.popover-date-time-picker{max-width:none}.popover-date-time-picker .rdt{display:inline-block;vertical-align:middle}.popover-date-time-picker .date-time-picker-extras{display:inline-block;margin:0 0 0 1em;vertical-align:middle}.popover-date-time-picker .time-picker{display:block;margin:0 0 1em}}.form-control-delta{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:3px}.form-control-delta .input-group{display:-ms-inline-flexbox;display:inline-flex;-ms-flex:1;flex:1;max-width:-moz-fit-content;max-width:fit-content}.form-control-delta .input-group>.form-control{display:block;max-width:6.25em;min-width:4.25em}.form-control-delta .input-group>.form-control:focus{z-index:3}.form-control-delta .input-group:first-child>.form-control{min-width:6.25em}.form-control-delta .input-group .input-group-addon{-ms-flex-align:center;align-items:center;display:-ms-inline-flexbox;display:inline-flex;width:auto}.form-control-delta .input-group .input-group-select{position:relative}.form-control-delta .input-group .input-group-select select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#eee;display:block;font-weight:400;line-height:inherit;margin-left:-1px;padding-bottom:0;padding-right:26px;padding-top:0;width:auto}.ie .form-control-delta .input-group .input-group-select select{padding-right:12px}.form-control-delta .input-group .input-group-select .caret{pointer-events:none;position:absolute;right:12px;top:calc(50% - 2px);z-index:3}.ie .form-control-delta .input-group .input-group-select .caret{display:none}.form-control-delta .input-group.input-group-lg .input-group-select select{padding-right:34px}.form-control-delta .input-group.input-group-lg .input-group-select .caret{border-width:5px 5px 0;right:16px}.input-group-file{cursor:pointer;display:-ms-flexbox;display:flex}.input-group-file input{height:100%;opacity:0;pointer-events:none;position:absolute;width:100%}.input-group-file .form-control{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.input-group-file .input-group-btn{width:auto}.input-group-file .btn{background-color:#eee;border-color:#ccc;color:#333;height:100%}.input-group-file .btn.focus,.input-group-file .btn:focus{background-color:#d5d5d5;border-color:#8c8c8c;color:#333}.input-group-file .btn:hover{background-color:#d5d5d5;border-color:#adadad;color:#333}.input-group-file .btn.active,.input-group-file .btn:active,.open>.input-group-file .btn.dropdown-toggle{background-color:#d5d5d5;background-image:none;border-color:#adadad;color:#333}.input-group-file .btn.active.focus,.input-group-file .btn.active:focus,.input-group-file .btn.active:hover,.input-group-file .btn:active.focus,.input-group-file .btn:active:focus,.input-group-file .btn:active:hover,.open>.input-group-file .btn.dropdown-toggle.focus,.open>.input-group-file .btn.dropdown-toggle:focus,.open>.input-group-file .btn.dropdown-toggle:hover{background-color:#c3c3c3;border-color:#8c8c8c;color:#333}.input-group-file .btn.disabled.focus,.input-group-file .btn.disabled:focus,.input-group-file .btn.disabled:hover,.input-group-file .btn[disabled].focus,.input-group-file .btn[disabled]:focus,.input-group-file .btn[disabled]:hover,fieldset[disabled] .input-group-file .btn.focus,fieldset[disabled] .input-group-file .btn:focus,fieldset[disabled] .input-group-file .btn:hover{background-color:#eee;border-color:#ccc}.input-group-file .btn .badge{background-color:#333;color:#eee}.input-group-file .btn-lg{font-size:14px;line-height:23.9999994px}.control-label-lg{font-size:1.3em}.legend-label{border:0;font-family:Oxygen,Noto Sans,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:inherit;font-weight:700;margin:0}.form-group-fieldset .checkbox,.form-group-fieldset .radio{margin:5px 0 0}.form-group-fieldset .checkbox label,.form-group-fieldset .radio label{font-weight:inherit}.form-control-icon{font-family:fontawesome,Oxygen,Noto Sans,Helvetica Neue,Helvetica,Arial,sans-serif}.bootstrap-switch{box-sizing:content-box}.bootstrap-switch .bootstrap-switch-container{transform:none}.bootstrap-switch .bootstrap-switch-label{outline:1px solid #ccc}.bootstrap-switch .bootstrap-switch-handle-off,.bootstrap-switch .bootstrap-switch-handle-on,.bootstrap-switch .bootstrap-switch-label{line-height:28px;padding:0}.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success,.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success{background-color:#27ae60}.bootstrap-switch,.bootstrap-switch .bootstrap-switch-container,.bootstrap-switch .bootstrap-switch-handle-off,.bootstrap-switch .bootstrap-switch-handle-on,.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label,.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label{border-radius:0}.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-off,.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-on,.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-label{font-size:16px;line-height:38px;padding:0}.react-switch{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex}.react-switch .bootstrap-switch{-ms-flex-negative:0;flex-shrink:0}.react-switch label{font-weight:inherit;margin:0 0 0 .5em}.container-help{float:right;height:40px;text-align:right;width:7em}.template_editor .container-help{margin-right:15px}@media(min-width:992px){.template_editor .container-help{margin-right:30px}}.container-help.container-help-overlap{height:0}.btn-help{bottom:15px;position:fixed;transform:translate(-100%);z-index:999}@media(min-width:992px){.btn-help{bottom:30px}}.ie .btn-help{right:47px;transform:none}.fixed-action-btn{bottom:25px;position:fixed;right:25px;z-index:999}.template_editor .fixed-action-btn{bottom:44px;right:15px}@media(min-width:992px){.template_editor .fixed-action-btn{right:32px}}.modal-help .close{display:-ms-inline-flexbox;display:inline-flex;font-size:36px;height:72.85714287px;margin-right:-20px;margin-top:-15px;padding:15px 20px}.modal-help .panel-heading{position:relative}.modal-help .panel-title a,.modal-help .panel-title a:focus,.modal-help .panel-title a:hover{outline-offset:.1em}.modal-help .panel-title a:after{bottom:0;content:"";left:0;position:absolute;right:0;top:0}.modal-help .modal-title{font-size:30px}.modal-help .modal-body{font-size:18px}.modal-help ol,.modal-help ul{padding-left:1.4em}.modal-body .modal-help .h3:not(.panel-title),.modal-body .modal-help .h4:not(.panel-title),.modal-body .modal-help .h5:not(.panel-title),.modal-body .modal-help .h6:not(.panel-title),.modal-body .modal-help h3:not(.panel-title),.modal-body .modal-help h4:not(.panel-title),.modal-body .modal-help h5:not(.panel-title),.modal-body .modal-help h6:not(.panel-title){margin-bottom:.7142857145em;margin-top:.7142857145em}.modal-help .panel-body>:first-child,.modal-help .table td>:first-child{margin-top:0!important}.modal-help .panel-body>:last-child,.modal-help .panel-body>:last-child>:last-child,.modal-help .panel-body>:last-child>:last-child>:last-child,.modal-help .table td>:last-child,.modal-help .table td>:last-child>:last-child,.modal-help .table td>:last-child>:last-child>:last-child{margin-bottom:0!important}.modal-help .panel-body>.well:first-child,.modal-help .table td>.well:first-child{margin-top:.35em!important}.modal-help .panel-body>.form-group:last-child,.modal-help .panel-body>.panel-group:last-child,.modal-help .panel-body>.table:last-child,.modal-help .panel-body>.well:last-child,.modal-help .table td>.form-group:last-child,.modal-help .table td>.panel-group:last-child,.modal-help .table td>.table:last-child,.modal-help .table td>.well:last-child{margin-bottom:.35em!important}.modal-help .panel-group,.modal-help .table,.modal-help .well{margin-bottom:1.0714285718em;margin-top:1.0714285718em}.modal-help .table{margin-top:-8px}.modal-help ol,.modal-help p,.modal-help ul{margin-bottom:.7142857145em}.modal-help li ol,.modal-help li ul{margin-bottom:0}#home-main{min-height:calc(100vh - 691px)}.homepage-section{padding:80px 0}.homepage-title{font:300 40px Oxygen,Noto Sans,Helvetica Neue,Helvetica,Arial,sans-serif;margin:0 0 30px;text-align:center}.html-content{overflow:hidden}.html-content>:first-child{margin-top:0!important}.html-content>:last-child,.html-content>:last-child>:last-child,.html-content>:last-child>:last-child>:last-child{margin-bottom:0!important}.html-content>.well:first-child{margin-top:.35em!important}.html-content>.form-group:last-child,.html-content>.panel-group:last-child,.html-content>.table:last-child,.html-content>.well:last-child{margin-bottom:.35em!important}.html-content iframe,.html-content img,.html-content video{max-width:100%}.svg-icon{display:inline-block;height:1.22em;margin:-.3em 0 -.1em;text-align:center;vertical-align:middle}.svg-icon svg{fill:#333;stroke:#333;stroke-width:7px;height:100%;max-width:1.7em;vertical-align:top}.svg-icon.svg-icon-fixed-width{width:1.7em}.svg-icon.svg-icon-2x{height:2em}.svg-icon.svg-icon-2x svg{stroke-width:5px;max-width:2.7em}.svg-icon.svg-icon-2x.svg-icon-fixed-width{width:2.7em}.svg-icon.svg-icon-3x{height:3em}.svg-icon.svg-icon-3x svg{stroke-width:3.5px;max-width:4.1em}.svg-icon.svg-icon-3x.svg-icon-fixed-width{width:4.1em}.dropdown-menu .active .svg-icon svg{fill:#fff;stroke:#fff}.layout-course .sidebar-profile{bottom:48px}@media(min-width:768px){.layout-course .sidebar-profile{bottom:70px}}.layout-course .container-content-flex{margin-bottom:48px}@media(min-width:768px){.layout-course .container-content-flex{margin-bottom:70px}}.layout-course .container-content{height:100%;padding:0}.layout-course #course_progress{display:block}@media screen and (min-width:768px){.page-layout-fit{bottom:0;left:0;overflow:auto;padding:30px;position:absolute;right:0;top:0}.page-layout-fit .page-header{margin-top:20px}.page-layout-fit .page-header h1{margin-top:0}}@media screen{.layout-main{height:100%;overflow:hidden}.container-fit{display:-ms-flexbox;display:flex;-ms-flex:1;flex:1;-ms-flex-direction:column;flex-direction:column;height:100%;position:relative}.container-content-flex{-ms-flex:1;flex:1;position:relative}.container-content-scroll{height:100%;overflow:auto;position:absolute;width:100%}.container-content{min-height:100%;position:relative}.container-content,.container-content-padding{padding:15px}}@media screen and (min-width:992px){.container-content,.container-content-padding{padding:30px}}.navbar-top{background-color:#2a2e33;border:0;display:-ms-flexbox;display:flex;line-height:50px;margin:0}.navbar-top.navbar-fixed-top{position:relative;z-index:auto}.navbar-top .btn-navbar{background:none;border:0;height:50px;padding:0;vertical-align:top}.navbar-top .btn-navbar:focus:not(:focus-visible){outline:0}.navbar-top .btn-navbar,.navbar-top .btn-navbar:active,.navbar-top .btn-navbar:focus,.navbar-top .btn-navbar:hover{box-shadow:none;color:inherit}@media(min-width:768px){.navbar-top .btn-navbar{height:80px}}.navbar-top .navbar-sidebar-nav-toggle{background:#333}.navbar-top .btn-sidebar-nav-toggle{text-align:left;transition:width .3s ease-in-out;width:70px}.navbar-top .btn-sidebar-nav-toggle.active{width:100vw}@media(min-width:376px){.navbar-top .btn-sidebar-nav-toggle.active{width:240px}}.navbar-top .btn-sidebar-nav-toggle .icon-bar{background-color:#fff;display:block;height:3px;margin:5px 0 5px 23px;width:24px}.navbar-top .navbar-logo{-ms-flex:1;flex:1}.navbar-top .navbar-brand{-ms-flex-align:center;align-items:center;box-sizing:content-box;display:-ms-flexbox;display:flex;max-width:240px;padding:0 15px}.navbar-top .navbar-brand img{max-height:100%;max-width:100%}.ie .navbar-top .navbar-brand img{-ms-flex-negative:0;flex-shrink:0}@media(min-width:768px){.navbar-top .navbar-brand{height:80px}}@media(min-width:992px){.navbar-top .navbar-brand{padding:0 30px}}.navbar-top .navbar-nav{color:#fff;display:-ms-flexbox;display:flex;margin:0}.navbar-top .navbar-nav>li>a{line-height:inherit;padding:0 15px}.navbar-top .navbar-nav>li>a,.navbar-top .navbar-nav>li>a:focus,.navbar-top .navbar-nav>li>a:hover{color:inherit}@media(min-width:768px){.navbar-top .navbar-nav>li:last-child>a{padding-right:25px}}.navbar-top .navbar-nav .fa{font-size:18px;vertical-align:middle}.ie10 .navbar-top .navbar-nav .text-truncate{display:block;max-width:200px}@media(min-width:768px){.navbar-top .navbar-nav{width:365px}}.navbar-top .btn-sidebar-profile-toggle,.navbar-top .navbar-sidebar-profile-toggle{display:-ms-flexbox;display:flex;min-width:0}.navbar-top .btn-sidebar-profile-toggle{-ms-flex-align:center;align-items:center;padding:0 15px}.navbar-top .btn-sidebar-profile-toggle .circle-avatar{-ms-flex-negative:0;background-position:50%;background-repeat:no-repeat;flex-shrink:0;height:36px;margin:0;width:36px}@media(min-width:768px){.navbar-top .btn-sidebar-profile-toggle .circle-avatar{margin-right:20px}}.navbar-top .btn-sidebar-profile-toggle .caret{margin-left:.25em}.navbar-top .btn-sidebar-profile-toggle[disabled]{opacity:1}.navbar-top .btn-sidebar-profile-toggle[disabled] .badge,.navbar-top .btn-sidebar-profile-toggle[disabled] .caret{display:none}@media(min-width:768px){.navbar-top .btn-sidebar-profile-toggle{padding-left:25px}}.navbar-top .badge-unread{position:absolute;top:2px}@media(min-width:768px){.navbar-top .badge-unread{top:17px}}.navbar-top .badge-unread-message{left:43px}.navbar-top .badge-unread-message.badge-unread-many{left:auto;right:0}@media(min-width:768px){.navbar-top .badge-unread-message,.navbar-top .badge-unread-message.badge-unread-many{left:53px;right:auto}}.navbar-top .badge-unread-notification{left:25px}.navbar-top .badge-unread-notification.badge-unread-many{left:auto;right:10px}@media(min-width:768px){.navbar-top{line-height:80px}}@media print{.navbar-top{display:none}}.sidebar-nav,.sidebar-profile{bottom:0;position:absolute;top:0}.sidebar-nav{background:#333;transition:width .3s ease-in-out}.sidebar-table-of-contents{bottom:48px;position:absolute;top:0}@media(min-width:768px){.sidebar-table-of-contents{bottom:70px}}.container-max-full,.container-max-lg,.container-max-md,.container-max-sm,.container-max-xs{margin:auto;transition:max-width .5s}.container-max-xs{max-width:464px}.container-max-sm{max-width:750px}.container-max-md{max-width:970px}.container-max-lg{max-width:1170px}.container-max-full{max-width:100%}.sidebar-nav .nav>li+li{margin:0}.sidebar-nav .nav>li>a{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;font-size:18px;line-height:normal;min-height:60px;padding:5px 23px 5px 0;word-break:break-word}.sidebar-nav .nav>li>a i{-ms-flex-negative:0;flex-shrink:0;font-size:20px;text-align:center;width:70px}.ie .sidebar-nav .nav>li>a:before{content:"";display:block;height:50px}.sidebar-nav .nav>li.custom-page i{opacity:.8}.sidebar-nav .sub-menu{display:none;list-style:none;padding:0 0 20px}.sidebar-nav .sub-menu.active{display:block}.sidebar-nav .sub-menu>li>a{display:block;font-size:14px;padding:10px 23px 10px 35px}.sidebar-profile{color:#1e1e1e;overflow:auto}.sidebar-profile h3{font-weight:inherit;margin-top:-.25em}.sidebar-profile .text-muted{color:#636363}.sidebar-profile-links{list-style:none;margin:0;padding:20px 0}.sidebar-profile-links a{-ms-flex-align:center;align-items:center;color:inherit;display:-ms-flexbox;display:flex;gap:20px;line-height:normal;min-height:48px;padding:5px 30px;text-decoration:none}.sidebar-profile-links a .fa{-ms-flex-negative:0;color:#737f8c;flex-shrink:0;margin-left:-13px}@media(min-width:376px){.sidebar-profile-links a .fa{margin-left:-5px}}.sidebar-profile-links a span{font-size:18px}.sidebar-profile-links a:focus span,.sidebar-profile-links a:hover span{text-decoration:underline}.sidebar-accounts{border-top:1px solid #c1c1c1;padding:30px}.sidebar-accounts .pull-right{margin:6px 0 0 .5em}.sidebar-accounts .form-search{margin:0}.sidebar-accounts .form-control{background:#ecedef;border:1px solid #6f7878;color:inherit}.sidebar-accounts .form-control:focus{border-color:#2083d4;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(32,131,212,.6);outline:0}.sidebar-accounts .form-control::-moz-placeholder{color:#6b6b6b}.sidebar-accounts .form-control:-ms-input-placeholder{color:#6b6b6b}.sidebar-accounts .form-control::placeholder{color:#6b6b6b}.sidebar-accounts .input-group-addon{background:#6f7878;border-color:#6f7878}.sidebar-accounts .alert-info{border-color:#7fcde3}.sidebar-accounts ul{list-style:none;margin:-5px 0 calc(-.28571em - 5px);padding:0}.sidebar-accounts ul li:not(:last-child){border-bottom:1px solid #c1c1c1}.sidebar-accounts ul a{color:inherit;display:block;padding:5px 0}.sidebar-messages{border-top:1px solid #c1c1c1;padding:30px}.sidebar-messages .form-group{display:-ms-flexbox;display:flex;gap:3px}.sidebar-messages .form-group .btn{-ms-flex:1;flex:1}.sidebar-messages .message_list{clear:both;margin:-10px 0 calc(-.28571em - 10px)}.sidebar-messages .message:not(:last-child){border-bottom:1px solid #c1c1c1}.sidebar-messages .message a{-ms-flex-align:center;align-items:center;color:inherit;display:-ms-flexbox;display:flex;gap:10px;padding:10px 0;text-decoration:none}.sidebar-messages .message .circle-avatar{-ms-flex-negative:0;background-position:50%;background-size:cover;flex-shrink:0;margin:0}.sidebar-messages .message .message-details{overflow:auto}.sidebar-messages .message .message-topic{font-weight:700}.sidebar-messages .message:focus .message-topic,.sidebar-messages .message:hover .message-topic{text-decoration:underline}.stretched-link,.stretched-link:focus,.stretched-link:hover{outline-offset:.1em}.stretched-link:after{bottom:0;content:"";left:0;position:absolute;right:0;top:0}.stretched-link,.stretched-link:focus,.stretched-link:hover{color:inherit;text-decoration:none}@keyframes loading{0%{opacity:0}25%{opacity:0}to{opacity:1}}.loading,.react-loading{animation:loading 3s;background:url(/static/images/loading.gif) no-repeat left .5em;color:#888;font-size:2em;padding-left:25px}.modal-content{border-radius:.001px}.modal-header{padding:15px 20px}.modal-body>:first-child{margin-top:0!important}.modal-body>:last-child,.modal-body>:last-child>:last-child,.modal-body>:last-child>:last-child>:last-child{margin-bottom:0!important}.modal-body>.well:first-child{margin-top:.35em!important}.modal-body>.form-group:last-child,.modal-body>.panel-group:last-child,.modal-body>.table:last-child,.modal-body>.well:last-child{margin-bottom:.35em!important}.modal-body-flush{padding:0}.modal-footer{margin-top:0}.modal-fit-height .modal-dialog{bottom:0;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;left:0;position:absolute;right:0;top:0}.modal-fit-height .modal-content{display:-ms-flexbox;display:flex;-ms-flex:1;flex:1;-ms-flex-direction:column;flex-direction:column}.modal-fit-height .modal-footer,.modal-fit-height .modal-header{-ms-flex-negative:0;flex-shrink:0}.modal-fit-height .modal-body{display:-ms-flexbox;display:flex;-ms-flex:1;flex:1;-ms-flex-direction:column;flex-direction:column;overflow:auto}.modal-fit-height .modal-body>*{-ms-flex:1;flex:1}.nav-tabs.nav-tabs-custom,.tabs-custom>.nav-tabs{font-size:18px;margin-bottom:20px}.nav-tabs.nav-tabs-custom>li,.tabs-custom>.nav-tabs>li{margin:0 40px 0 0}.nav-tabs.nav-tabs-custom>li:last-child,.tabs-custom>.nav-tabs>li:last-child{margin:0}.nav-tabs.nav-tabs-custom>li>a,.tabs-custom>.nav-tabs>li>a{background:transparent;border-width:0 0 2px;color:#333;margin:0;padding:11px 3px 8px}.nav-tabs.nav-tabs-custom>li.active>a,.nav-tabs.nav-tabs-custom>li>a:hover,.tabs-custom>.nav-tabs>li.active>a,.tabs-custom>.nav-tabs>li>a:hover{border-color:#4092dc;color:#4092dc}.nav-tabs.nav-tabs-custom>li.active>a:focus,.nav-tabs.nav-tabs-custom>li.active>a:hover,.tabs-custom>.nav-tabs>li.active>a:focus,.tabs-custom>.nav-tabs>li.active>a:hover{border-width:0 0 2px}.page-header{margin-top:20px}.page-header h1,.page-header h2,.page-header h3,.page-header h4,.page-header h5,.page-header h6{font-weight:300;margin-left:-.05em}.page-header h1 small.pull-right,.page-header h2 small.pull-right,.page-header h3 small.pull-right,.page-header h4 small.pull-right,.page-header h5 small.pull-right,.page-header h6 small.pull-right{color:#58676c;font-size:22px;font-weight:300;margin-top:20px}.page-header h1{color:#58676c}.page-subheader{color:#58676c;font-family:Lato,Oxygen,Noto Sans,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:24px;font-weight:300;line-height:1.1;margin-bottom:20px}.page-subheader strong{font-weight:400}.pagination{margin:0 -8px 20px;vertical-align:middle}.pagination>li>a,.pagination>li>span{border:none;cursor:pointer;min-width:calc(16px + 1ch);padding:3px 8px;text-align:center}.pagination>li+li>a,.pagination>li+li>span{margin-left:5px}@media print{a[href]:after{content:""}}.progress-bar{font-size:11px;text-shadow:1px 0 2px rgba(42,46,51,.7),-1px 0 2px rgba(42,46,51,.7),0 1px 2px rgba(42,46,51,.7),0 -1px 2px rgba(42,46,51,.7)}.progress-bar:before{content:"";padding-left:.5em}.progress-bar:after{content:"";padding-right:.5em}.well .progress{background-color:#e3e3e3}.well-progress .progress-bar{text-align:right;transition-duration:.1s;transition-timing-function:linear}.progress-wheel{margin:10px auto;max-width:275px}.embed-responsive{display:block;height:0;overflow:hidden;padding:0;position:relative}.embed-responsive-letter{padding-bottom:77.2727272727%}@media(max-width:767px){.embed-responsive-sm{height:auto;padding:0}.embed-responsive-sm .embed-responsive-content{position:static}}.embed-responsive-content{-ms-flex-align:center;align-items:center;bottom:0;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;left:0;position:absolute;right:0;top:0}@media(min-width:768px){.row-fit{-ms-flex:1;flex:1}.row-fit,.row-fit>div{display:-ms-flexbox;display:flex}.row-fit>div{-ms-flex-direction:column;flex-direction:column}}th{font-weight:700}.table-list>tbody>tr>td{min-height:2.5em;vertical-align:middle}.table-list .cell-avatar{padding:12px 8px;width:1px}.table-list td.cell-id{width:calc(16px + 8ch)}.table-list td.cell-id,.table-list td.cell-uuid{font-family:Menlo,Monaco,Consolas,Courier New,monospace}.table-list td.cell-uuid{width:calc(16px + 36ch)}.table-list .cell-name{font-size:22px}.table-list .cell-info{min-width:15.7142857143em}.table-list .cell-total-time{text-align:right;white-space:nowrap;width:1px}.table-list .cell-progress{min-width:5em;text-align:center;width:12.5em}.table-list .cell-number{text-align:right;width:5em}.table-list .cell-date{width:15.5em}.table-list .cell-actions{text-align:center;width:1px}.table-list td.cell-actions{white-space:nowrap}.table-list .cell-actions-single,.table-list .cell-actions-single.cell-gap{width:10em}@media(min-width:1200px){.table-list .cell-actions-single.cell-gap{padding-left:38px;width:calc(10em + 30px)}}@media(min-width:1400px){.table-list .cell-actions-single.cell-gap{padding-left:68px;width:calc(10em + 60px)}}@media(min-width:992px){.table-list .cell-actions-double .btn{min-width:7em}}.table-list .cell-actions-dropdown,.table-list .cell-actions-dropdown.cell-gap{width:12em}@media(min-width:1200px){.table-list .cell-actions-dropdown.cell-gap{padding-left:38px;width:calc(12em + 30px)}}@media(min-width:1400px){.table-list .cell-actions-dropdown.cell-gap{padding-left:68px;width:calc(12em + 60px)}}@media(min-width:1200px){.table-list .cell-gap{padding-left:38px}}@media(min-width:1400px){.table-list .cell-gap{padding-left:68px}}.cell-truncate{max-width:0}@media(max-width:767px){.table-responsive>.table>tbody>tr>.cell-responsive-wrap{min-width:10em;white-space:normal}.table-responsive-collapse,.table-responsive-collapse>tbody,.table-responsive-collapse>tbody>tr,.table-responsive-collapse>tbody>tr>td{display:block}.table-responsive-collapse>thead{display:none}.table-responsive-collapse>tbody>tr{border-top:1px solid #ddd;padding:10px 0}.table-responsive-collapse>tbody>tr>td{border:0;height:auto;max-width:none;padding:0;width:100%}}.table-link{height:0}.table-link tr{height:100%}.table-link .cell-link{padding:0}.table-link .cell-link-anchor{-ms-flex-align:center;align-items:center;color:#333;display:-ms-flexbox;display:flex;height:100%;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.table-link .cell-link-anchor:focus,.table-link .cell-link-anchor:hover{text-decoration:none}.table-link .cell-link-body{-ms-flex:1;flex:1;padding:8px;width:100%}.table-link .cell-avatar .cell-link-body{padding:12px 8px}.text-tabular{display:inline-block;text-align:center;width:1ch}.ie .text-tabular{width:.55em}.tooltip-size{font-size:14px;pointer-events:none}.html-preview [data-token]{border-radius:.25em;margin:0 1px;outline:1px dashed;padding:0 .2em}.toast-title{font-weight:700}.toast-message{-ms-word-wrap:break-word;word-wrap:break-word}.toast-message a,.toast-message label{color:#fff}.toast-message a:hover{color:#ccc;text-decoration:none}.toast-close-button{color:#fff;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);filter:alpha(opacity=80);float:right;font-size:20px;font-weight:700;opacity:.8;position:relative;right:-.3em;-webkit-text-shadow:0 1px 0 #fff;text-shadow:0 1px 0 #fff;top:-.3em}.toast-close-button:focus,.toast-close-button:hover{color:#000;cursor:pointer;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);filter:alpha(opacity=40);opacity:.4;text-decoration:none}button.toast-close-button{-webkit-appearance:none;background:transparent;border:0;cursor:pointer;padding:0}.toast-top-center{right:0;top:0;width:100%}.toast-bottom-center{bottom:0;right:0;width:100%}.toast-top-full-width{right:0;top:0;width:100%}.toast-bottom-full-width{bottom:0;right:0;width:100%}.toast-top-left{left:12px;top:12px}.toast-top-right{right:12px;top:12px}.toast-bottom-right{bottom:12px;right:12px}.toast-bottom-left{bottom:12px;left:12px}#toast-container{position:fixed;z-index:999999}#toast-container *{box-sizing:border-box}#toast-container>div{background-position:15px;background-repeat:no-repeat;border-radius:3px 3px 3px 3px;box-shadow:0 0 12px #999;color:#fff;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);filter:alpha(opacity=80);margin:0 0 6px;opacity:.8;overflow:hidden;padding:15px 15px 15px 50px;position:relative}#toast-container>div:hover{box-shadow:0 0 12px #000;cursor:pointer;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);opacity:1}#toast-container>.toast-info{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=")!important}#toast-container>.toast-error{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=")!important}#toast-container>.toast-success{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==")!important}#toast-container>.toast-warning{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=")!important}#toast-container.toast-bottom-center>div,#toast-container.toast-top-center>div{margin-left:auto;margin-right:auto;width:300px}#toast-container.toast-bottom-full-width>div,#toast-container.toast-top-full-width>div{margin-left:auto;margin-right:auto;width:96%}.toast{background-color:#030303}.toast-success{background-color:#51a351}.toast-error{background-color:#bd362f}.toast-info{background-color:#2f96b4}.toast-warning{background-color:#f89406}.toast-progress{background-color:#000;bottom:0;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);filter:alpha(opacity=40);height:4px;left:0;opacity:.4;position:absolute}@media (max-width:240px){#toast-container>div{padding:8px 8px 8px 50px;width:11em}#toast-container .toast-close-button{right:-.2em;top:-.2em}}@media (min-width:241px)and (max-width:480px){#toast-container>div{padding:8px 8px 8px 50px;width:18em}#toast-container .toast-close-button{right:-.2em;top:-.2em}}@media (min-width:481px)and (max-width:768px){#toast-container>div{padding:15px 15px 15px 50px;width:25em}}:root{--toastify-color-error:#bd362f;--toastify-color-info:#2f96b4;--toastify-color-success:#51a351;--toastify-color-warning:#f89406;--toastify-font-family:inherit;--toastify-toast-min-height:auto;--toastify-toast-width:300px}.Toastify__toast-container--bottom-right{left:auto;max-width:75vw;padding:0;width:300px}#toast-container{padding:0}#toast-container,.Toastify__toast-container--bottom-right{bottom:15px;right:15px}@media(min-width:992px){.layout-main #toast-container,.layout-main .Toastify__toast-container--bottom-right{right:32px}}.layout-course #toast-container,.layout-course .Toastify__toast-container--bottom-right{bottom:63px}@media(min-width:768px){.layout-course #toast-container,.layout-course .Toastify__toast-container--bottom-right{bottom:85px}}.page-template-edit #toast-container{bottom:44px}.layout-course.course-editor #toast-container{bottom:92px}@media(min-width:768px){.layout-course.course-editor #toast-container{bottom:114px}}.layout-main:not(.layout-course):not(.page-template-edit) .Toastify{clear:both;text-align:right}.layout-main:not(.layout-course):not(.page-template-edit) .Toastify__toast-container--bottom-right{display:inline-block;right:auto;text-align:left;transform:translate(-100%)}@media(min-width:992px){.layout-main:not(.layout-course):not(.page-template-edit) .Toastify__toast-container--bottom-right{transform:translate(calc(15px - 100%))}}.ie .layout-main:not(.layout-course):not(.page-template-edit) .Toastify__toast-container--bottom-right{right:32px;transform:none}.Toastify__toast{padding:8px 8px 8px 10px}@media(min-width:480px){.Toastify__toast{padding:15px}}#toast-container>div{max-width:75vw;width:300px}#toast-container>div,.Toastify__toast{border-radius:0;margin:6px 0 0;opacity:1;word-break:break-word}#toast-container>div,#toast-container>div:hover,.Toastify__toast,.Toastify__toast:hover{box-shadow:none}#toast-container>div:first-child,.Toastify__toast:first-child{margin-top:0}.Toastify__toast-icon{margin-right:10px;width:24px}.Toastify__toast-icon img{height:24px;margin:-4px 0;width:24px}.Toastify--animate-icon{animation:none}.Toastify__toast-body{padding:0}.toast-closeable .Toastify__toast-body>:last-child:before{content:"";display:block;float:right;height:1em;width:20px}@media(min-width:480px){.toast-closeable .Toastify__toast-body>:last-child:before{width:13px}}#toast-container .toast-close-button{padding-bottom:5px}#toast-container .toast-close-button,.Toastify__close-button{height:28px;line-height:1;position:absolute;right:0;top:0;transition:none;width:28px}#toast-container .toast-close-button:focus-visible,.Toastify__close-button:focus-visible{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}#toast-container .toast-close-button svg,.Toastify__close-button svg{vertical-align:middle}.toast-message>:first-child{margin-top:0!important}.toast-message>:last-child,.toast-message>:last-child>:last-child,.toast-message>:last-child>:last-child>:last-child{margin-bottom:0!important}.toast-message>.well:first-child{margin-top:.35em!important}.toast-message>.form-group:last-child,.toast-message>.panel-group:last-child,.toast-message>.table:last-child,.toast-message>.well:last-child{margin-bottom:.35em!important}.ie .Toastify__toast{z-index:9999}.ie .Toastify__toast-container{width:300px}.ie .Toastify__toast--error{background:#bd362f}.ie .Toastify__toast--info{background:#2f96b4}.ie .Toastify__toast--success{background:#51a351}.ie .Toastify__toast--warning{background:#f89406}.tooltip-date{-ms-flex-pack:center;display:-ms-flexbox;display:flex;font-size:14px;justify-content:center;pointer-events:none;width:200px}.tooltip-date.top{-ms-flex-align:end;align-items:flex-end;height:5.5em}.abbr-tooltip{cursor:help;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;text-underline-position:under}.font-size-lg{font-size:18px}.font-size-xl{font-size:22px}.list-spaced>li{margin-bottom:.7142857145em}.list-spaced>li>ul{margin-top:.7142857145em}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-break{word-break:break-word}.text-decoration-line-through{text-decoration:line-through}.text-monospace{font-family:Menlo,Monaco,Consolas,Courier New,monospace}.text-nowrap{white-space:nowrap}.text-uppercase{text-transform:uppercase}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6,legend{font-family:Lato,Oxygen,Noto Sans,Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:400}.scroll-target{margin-top:-15px;padding-top:15px}.b-0{border:0}.border-bottom{border-bottom:1px solid #eee}.px-0{padding-left:0;padding-right:0}.px-1{padding-left:8px;padding-right:8px}.pb-1{padding-bottom:8px}.m-0{margin:0}.mt-0{margin-top:0}.mt-2{margin-top:10px}.mt-n1{margin-top:-6.6666666667px}.mt-3{margin-top:15px}.mb-1{margin-bottom:8px}.mb-2{margin-bottom:10px}.mb-n1{margin-bottom:-6.6666666667px}.mb-n2{margin-bottom:-10px}.mb-n3{margin-bottom:-15px}.ml-0{margin-left:0}.my-2{margin-bottom:10px;margin-top:10px}@media(min-width:768px){.m-sm-0{margin:0}}.visible-xl{display:none}@media(min-width:1400px){.visible-xl{display:block}}.well>:first-child{margin-top:0!important}.well>:last-child,.well>:last-child>:last-child,.well>:last-child>:last-child>:last-child{margin-bottom:0!important}.well>.well:first-child{margin-top:.35em!important}.well>.form-group:last-child,.well>.panel-group:last-child,.well>.table:last-child,.well>.well:last-child{margin-bottom:.35em!important}.page-login{background:#333}.page-login #login{padding-bottom:40px;padding-top:40px}@media(min-width:768px){.page-login #login{padding-bottom:75px;padding-top:75px}}.page-login .login-logo{margin:0 auto 25px}.page-login h1{background:#767676;color:#fff;font:inherit;font-size:18px;margin:0;padding:15px;text-align:center}@media(min-width:992px){.page-login h1{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;display:-ms-flexbox;display:flex;justify-content:center;min-height:70px}}.page-login .login-box{background:#fff;margin:auto;max-width:345px}@media(min-width:768px){.page-login .login-box{max-width:none}}.page-login form{padding:15px}@media(min-width:992px){.page-login form{padding:35px}}.page-login .container-avatar{margin-bottom:15px;text-align:center}@media(min-width:992px){.page-login .container-avatar{margin-bottom:35px}}.page-login .avatar{border-radius:50%;height:100px;width:100px}.page-login .form-control{background:#f6f6f6;color:#333;font-size:14px}.page-login .form-control::-moz-placeholder{color:#717171}.page-login .form-control:-ms-input-placeholder{color:#717171}.page-login .form-control::placeholder{color:#717171}.page-login .form-buttons{text-align:right}@media(min-width:992px){.page-login .form-buttons{display:-ms-flexbox;display:flex;-ms-flex-direction:row-reverse;flex-direction:row-reverse;gap:3px}}.page-login .btn{font-size:15px}.page-login .btn-login{min-width:7.8em}.page-login .help-links{-ms-flex-align:end;align-items:flex-end;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;font-size:15px;margin-top:.5em}@media(min-width:992px){.page-login .help-links{-ms-flex-align:start;-ms-flex-pack:center;align-items:flex-start;-ms-flex:1;flex:1;justify-content:center;line-height:20px;margin:0;text-align:left}}.badge-form .button-upload-image{float:right;margin-top:-10px;padding:0}.badge-form .input-group .form-control{z-index:1}.badge-image-select .selected-image{margin-right:10px;margin-top:-2px;max-height:20px;max-width:20px}.badge-image-select .badge-image-menu .badge-image{margin-right:20px;max-width:50px}.table-badges .cell-image{width:8%}.table-badges .cell-image img{margin:auto;max-height:6em}.user-badges-grid .user-badges-grid-block{text-align:center}.user-badges-grid .user-badges-grid-block .badge-name{height:2.3em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@supports(-webkit-line-clamp:2){.user-badges-grid .user-badges-grid-block .badge-name{-webkit-box-orient:vertical;-webkit-line-clamp:2;display:-webkit-box;white-space:normal/*! autoprefixer: ignore next */}}.user-badges-grid .user-badges-grid-block .image-block{padding-top:100%;position:relative}.user-badges-grid .user-badges-grid-block .image-block img{left:50%;max-height:100%;position:absolute;top:50%;transform:translate(-50%,-50%);vertical-align:middle}.user-badges-grid .user-badges-grid-block .image-block .hover{background-color:rgba(0,0,0,.6);border-radius:4%;bottom:0;color:#fff;display:none;max-height:100%;overflow:hidden;padding:5px;position:absolute;text-overflow:ellipsis;white-space:nowrap;width:100%}@supports(-webkit-line-clamp:4){.user-badges-grid .user-badges-grid-block .image-block .hover p{-webkit-box-orient:vertical;-webkit-line-clamp:4;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;white-space:normal/*! autoprefixer: ignore next */}}.user-badges-grid .user-badges-grid-block .image-block:hover .hover{display:block}.page-all-courses .course-list .course-name{min-width:10em;word-break:break-word}.page-all-courses .course-list .cell-allocation{width:30%;word-break:break-word}@media(min-width:992px){.page-all-courses .course-list .cell-allocation{width:20%}}@media(min-width:1200px){.page-all-courses .course-list .cell-allocation{width:15%}}.page-all-courses .course-list .cell-permissions{width:15em}.page-all-courses .course-list .cell-salable{width:1px}.page-all-courses .course-list .actions{min-width:10em;width:1px}@media(min-width:981px){.page-all-courses .course-list .actions{min-width:14em}}.certificate-error-svg{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.certificate-error-svg rect{fill:transparent;stroke:#ccc;stroke-dasharray:60px 30px;stroke-dashoffset:5px;stroke-width:30px;height:100%;width:100%}.certificate-error-svg text{dominant-baseline:middle;text-anchor:middle;fill:#333;font-family:inherit;font-size:3em}.certificate-grid{grid-gap:30px 15px;display:grid;grid-template-columns:1fr;margin-bottom:20px}@media(min-width:768px){.certificate-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:992px){.certificate-grid{grid-gap:30px}}@media(min-width:1200px){.certificate-grid{grid-template-columns:repeat(3,1fr)}}.ie .certificate-grid{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-30px;margin-top:-30px}.ie .certificate-grid li{margin:30px 0 0 30px;width:100%}@media(min-width:768px){.ie .certificate-grid li{width:calc(50% - 30px)}}@media(min-width:1200px){.ie .certificate-grid li{width:calc(33.33333% - 30px)}}.certificate-grid-item{-ms-flex-pack:end;color:inherit;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:100%;justify-content:flex-end;text-align:center}.certificate-grid-item:focus{outline-offset:3px}.certificate-grid-item .label{white-space:normal}.certificate-grid-item .embed-responsive{margin-top:8px}.certificate-svg{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.certificate-svg text{fill:#333;font-family:helvetica neue,helvetica,arial,sans-serif}#user_course_list .categories .title{font-weight:500}#user_course_list .categories .nav{margin-left:-15px}@media(min-width:1200px){#user_course_list .categories{padding-right:30px}#user_course_list .courses.col-lg-10{padding-left:30px}}@media screen and (min-width:768px){.page-notes{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.page-notes .row-fit{min-height:211px}.page-notes .list-group{-ms-flex:1;flex:1;margin:0;overflow:auto}.page-notes .react-editor-note,.page-notes .react-loading{-ms-flex:1;flex:1}}@media print{.page-notes .col-form{width:100%}}@media screen{.react-editor-note{overflow:auto}.react-editor-note .mce-content-body{background-image:linear-gradient(90deg,transparent,transparent 40px,#fcc 0,#fcc 41px,transparent 0,transparent),repeating-linear-gradient(transparent,transparent 29px,#e5e5e5 0,#e5e5e5 30px);background-repeat:no-repeat;background-size:41px 100%,100%;line-height:30px;min-height:100%;overflow:auto;padding:0 30px 0 60px}.react-editor-note .mce-content-body:focus{outline:none}}.react-editor-note h1,.react-editor-note h2,.react-editor-note h3,.react-editor-note h4,.react-editor-note h5,.react-editor-note h6{font-weight:700;line-height:inherit}.react-editor-note h1{font-size:26px}.react-editor-note h2{font-size:23px}.react-editor-note h3{font-size:20px}.react-editor-note h4{font-size:17px}.react-editor-note h5{font-size:14px}.react-editor-note h6{font-size:11px}.react-editor-note pre{white-space:normal;word-break:normal}@media screen{.react-editor-note blockquote,.react-editor-note h1,.react-editor-note h2,.react-editor-note h3,.react-editor-note h4,.react-editor-note h5,.react-editor-note h6,.react-editor-note ol,.react-editor-note p,.react-editor-note pre,.react-editor-note ul{margin:30px 0 29px}.react-editor-note blockquote{padding-bottom:0;padding-top:0}.react-editor-note blockquote :first-child{margin-top:0}.react-editor-note pre{background:#e5e5e5;border:0;line-height:inherit;padding:15px 30px}.react-editor-note code,.react-editor-note span{line-height:inherit;vertical-align:top}.react-editor-note code{white-space:normal}.react-editor-note ol{counter-reset:li}.react-editor-note ol>li{counter-increment:li}.react-editor-note ol>li:before{content:counter(li) ".";font-size:14px;margin-left:-2.5em;text-align:right;white-space:nowrap;width:2em}.react-editor-note ul>li:before{content:"•";font-size:24px;margin-left:-18px}.react-editor-note ol,.react-editor-note ul{list-style:none;padding-left:1.25em}.react-editor-note ol blockquote,.react-editor-note ol h1,.react-editor-note ol h2,.react-editor-note ol h3,.react-editor-note ol h4,.react-editor-note ol h5,.react-editor-note ol h6,.react-editor-note ol ol,.react-editor-note ol ul,.react-editor-note ul blockquote,.react-editor-note ul h1,.react-editor-note ul h2,.react-editor-note ul h3,.react-editor-note ul h4,.react-editor-note ul h5,.react-editor-note ul h6,.react-editor-note ul ol,.react-editor-note ul ul{margin:0}.react-editor-note ol>li:before,.react-editor-note ul>li:before{float:left}.react-editor-note-bordered{border:1px solid #e5e5e5}}.modal-note .modal-content{max-height:791px;min-height:281px}.form-page-revisions pre{background-color:transparent;border:none;overflow:hidden;padding:0}.revision-slider{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;margin-left:-15px;margin-right:-15px}.revision-slider .revision-slider-btn{-ms-flex-negative:0;flex-shrink:0;padding-left:15px;padding-right:15px}.revision-slider .revision-slider-range{-ms-flex:1;flex:1}@media(max-width:767px){.revision-slider .revision-slider-range{padding:20px 15px}}.revision-slider .revision-slider-range .revision-slider-input{-webkit-appearance:none;padding:0}.revision-slider .revision-slider-range .revision-slider-input::-moz-range-track{background:#ccc;border-radius:25px;height:10px}.revision-slider .revision-slider-range .revision-slider-input::-webkit-slider-runnable-track{background:#ccc;border-radius:25px;height:10px}.revision-slider .revision-slider-range .revision-slider-input::-ms-track{background:none;border-color:transparent;border-width:10px 0;color:transparent;height:10px;width:100%}.revision-slider .revision-slider-range .revision-slider-input::-ms-fill-lower,.revision-slider .revision-slider-range .revision-slider-input::-ms-fill-upper{background:#ccc;border-radius:25px;height:10px}.revision-slider .revision-slider-range .revision-slider-input::-moz-range-thumb{-webkit-appearance:none;background:#fff;border:1px solid #ccc;border-radius:50%;height:25px;margin-top:-8px;width:25px}.revision-slider .revision-slider-range .revision-slider-input::-webkit-slider-thumb{-webkit-appearance:none;background:#fff;border:1px solid #ccc;border-radius:50%;height:25px;margin-top:-8px;width:25px}.revision-slider .revision-slider-range .revision-slider-input::-ms-thumb{-webkit-appearance:none;background:#fff;border:1px solid #ccc;border-radius:50%;height:25px;margin-top:0;width:25px}.revision-slider .revision-slider-range .revision-slider-input::-ms-tooltip{display:none}.revision-slider .revision-slider-range .revision-slider-input:focus{outline:none}.revision-slider .revision-slider-range .revision-slider-input:focus::-moz-range-thumb{border-color:#66afe9}.revision-slider .revision-slider-range .revision-slider-input:focus::-webkit-slider-thumb{border-color:#66afe9}.revision-slider .revision-slider-range .revision-slider-input:focus::-ms-thumb{border-color:#66afe9}.page-builder iframe{border:none;height:100%;position:absolute;top:0;width:100%}.page-builder .alert,.page-builder .react-loading{margin:30px}.page-builder-toolbar{-ms-flex-align:center;align-items:center;bottom:0;display:-ms-flexbox;display:flex;left:80px;overflow:auto;position:absolute;right:80px;top:0}@media(min-width:768px){.page-builder-toolbar{left:88px;right:88px}}.page-builder-toolbar-inner{-ms-flex:1;flex:1;height:100%;max-height:34px;white-space:nowrap}.page-builder-toolbar-inner .btn{height:100%;padding-bottom:0;padding-top:0}.page-builder-toolbar-inner a.btn{-ms-flex-align:center;align-items:center;display:-ms-inline-flexbox;display:inline-flex}@media(min-width:768px){#course-revision-table .cell-date{min-width:18em;width:20%}#course-revision-table .cell-author{min-width:10em;width:20%}}@media(min-width:992px){#course-revision-table .cell-author{min-width:15em}}@media(max-width:767px){#course-revision-table .cell-log{min-width:20em}}#course-revision-table td.cell-actions{height:51px}.certificate-capture .container-content-scroll{overflow:visible}@media print{#bookmark-view{display:none}}#course_content{height:100%;overflow:auto;position:relative}#course_content #scrollbox{min-height:100%}#scorm_object{border:0;height:100%;position:absolute;width:100%}@media(min-width:768px){.layout-course .is-section:only-of-type.height-100,.layout-course .is-section:only-of-type:not(.height-auto):not(.height-20):not(.height-30):not(.height-40):not(.height-50):not(.height-60):not(.height-70):not(.height-80):not(.height-90):not(.height-100):not(.height-110):not(.height-120):not(.height-130):not(.height-140):not(.height-150){height:100%;min-height:auto;position:absolute;width:100%}}.virtual-classes iframe{border:none;height:100%;margin:-30px;position:absolute;width:100%}@media(max-width:991px){.virtual-classes iframe{margin:-15px}}#react-virtual-class-notification-banner{max-height:10.7em;overflow:auto}#react-virtual-class-notification-banner a:focus,#react-virtual-class-notification-banner a:hover{color:#fff}#react-virtual-class-notification-banner .notification-banner{background:#2daa65;font-size:1.5em}#react-virtual-class-notification-banner .notification-banner:first-child{padding-top:10px}#react-virtual-class-notification-banner .notification-banner:last-child{padding-bottom:10px}#react-virtual-class-notification-banner .fa-stack{font-size:14px;margin-right:1em}#react-virtual-class-notification-banner .notification-text{vertical-align:middle}.table-virtual-classes .cell-course{width:25%}@media(max-width:992px){.table-virtual-classes .cell-course{width:20%}}.table-virtual-classes .cell-date{text-align:center;width:16em}.table-virtual-classes .cell-status{width:6em}.table-virtual-classes .cell-actions .dropdown{display:-ms-flexbox;display:flex}.table-virtual-classes .cell-actions .dropdown .btn:first-child{width:100%}.table-virtual-classes .cell-actions .dropdown .dropdown-menu{min-width:100%;text-align:left}.table-ldap-connections .cell-url{width:40%}@media(min-width:768px){.table-ldap-groups .cell-dn,.table-ldap-groups .cell-group{width:50%}}#app-dashboard #profile-root{margin-bottom:45px;position:relative}#app-dashboard #profile-root>h1{float:none;font-weight:300;padding-bottom:60px;padding-top:30px;text-align:center}#app-dashboard #profile-root .profile{border-right:2px solid #eee;color:#393939;text-align:center}#app-dashboard #profile-root .profile>h1{font-weight:300;margin-bottom:15px}#app-dashboard #profile-root .profile .avatar-mask{border-radius:50%;display:inline-block;max-height:180px;overflow:hidden;width:180px}#app-dashboard #profile-root .profile .avatar-mask .avatar{max-width:100%}#app-dashboard #profile-root .profile .links a{display:inline-block;text-align:center;width:100px}#app-dashboard #profile-root .profile .links .svg-icon{display:block;margin:8px auto}#app-dashboard #profile-root .course-wheels{margin:0 auto;max-width:600px;text-align:center}@media(min-width:768px){#app-dashboard #profile-root .course-wheels{bottom:0;max-width:none;position:absolute;right:0}}#app-dashboard #profile-root .course-wheels .progress-wheel{display:inline-block;margin:0;width:33.3333%}.ie #app-dashboard #profile-root .course-wheels .progress-wheel{height:190px}@media(min-width:768px){.ie #app-dashboard #profile-root .course-wheels .progress-wheel{height:170px}}@media(min-width:992px){.ie #app-dashboard #profile-root .course-wheels .progress-wheel{height:210px}}@media(min-width:1200px){#app-dashboard #profile-root .course-wheels .progress-wheel{width:29%}.ie #app-dashboard #profile-root .course-wheels .progress-wheel{height:260px}#app-dashboard #profile-root .course-wheels .progress-wheel:not(:last-child){margin-right:4%}}#app-dashboard .course-list{margin-top:30px}#app-dashboard .course-list .cell-time{text-align:right;white-space:nowrap;width:1px}#app-dashboard .course-list .cell-progress{min-width:5em;text-align:center;width:15%}#app-dashboard .course-list .progress{border-radius:10px;box-shadow:none;margin-bottom:0}#app-dashboard .course-list .progress .progress-bar{box-shadow:none}#app-dashboard .course-list .cell-score{text-align:right;width:5em}#app-dashboard .course-list .actions,#app-dashboard .course-list .cell-actions{text-align:center;width:10em}@media(min-width:1200px){#app-dashboard .course-list .actions,#app-dashboard .course-list .cell-actions{padding-left:38px;width:calc(10em + 30px)}}@media(min-width:1400px){#app-dashboard .course-list .actions,#app-dashboard .course-list .cell-actions{padding-left:68px;width:calc(10em + 60px)}}.notification-banner{background:#9a7f19;border:0;color:#fff;display:block;line-height:40px;padding:0 1em;text-align:center;width:100%}@media print{.notification-banner{display:none}}.modal-notification .modal-header{background-color:#2a2e33;min-height:70px}.modal-notification .close{color:#fff;font-size:44px;font-weight:300;margin-top:-6px;opacity:1;text-shadow:none}@media(min-width:768px){.modal-notification .modal-body{padding:40px 60px}}.table-notifications tbody>tr>td{height:8em}.table-notifications .cell-date{cursor:pointer;text-align:center;width:4em}.table-notifications .cell-icon{cursor:pointer;text-align:center;width:5em}@media(min-width:992px){.table-notifications .cell-icon{width:8em}}.table-notifications .cell-truncate{cursor:pointer}.table-notifications .notification-day{font-size:1.8em}.table-notifications .notification-month{font-size:1.2em;text-transform:uppercase}.table-notifications .notification-year{font-size:.8em}.table-notifications .notification-title{font-size:1.2em}.table-notifications .notification-preview{font-size:1.1em}.branding-navbar{background-color:#2a2e33;color:#fff}.branding-navbar-light{background-color:#cacbcc}.dropdown-menu>.hover>a{background-color:#f5f5f5;color:#262626}.branding-example-link{cursor:pointer;margin-top:.6em}@media(min-width:992px){.branding-example-link{margin-top:2em}}#example-dropdown+h3{margin-bottom:4em}@media(min-width:1200px){#example-dropdown+h3{margin-bottom:4.6em}}.form-control-domain-certificate{-ms-flex-align:start;align-items:flex-start;display:-ms-flexbox;display:flex}.form-control-domain-certificate button{margin-left:.25em}.domain-form .subdomain-group{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -.25em -15px 0}.domain-form .subdomain-group>*{margin:0 .25em 15px 0}.domain-form .subdomain-group input{-ms-flex:1;flex:1;min-width:10em}.domain-form .subdomain-group select{width:auto}.domain-form .form-control-domain-tls{min-height:8.5em;resize:vertical}.table-events .cell-trigger{width:25em}.panel-event-action-recipient .panel-heading{position:relative}.panel-event-action-recipient .panel-heading .btn{bottom:0;position:absolute;right:0;top:0}.panel-event-action-recipient .row-flex{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:15px 30px}.panel-event-action-recipient .row-flex .form-group{-ms-flex:10 15em;flex:10 15em;margin:0;min-width:0}.panel-event-action-recipient .row-flex .form-group:first-child{-ms-flex:1;flex:1;min-width:-moz-fit-content;min-width:fit-content}#app-org-features{margin-bottom:20px}#view-org-features-permissions .row{max-width:90em}#view-org-features-permissions .col-xs-12{max-width:18em}.table-features{margin:0}.table-features tbody>tr>td{padding-bottom:20px;padding-top:20px;vertical-align:middle}.table-features tbody>tr>td :last-child{margin-bottom:0}.table-features tbody>tr:first-child>td{border-top:none}.table-features .cell-child{padding-left:27px;position:relative}.table-features .cell-child:before{border:dotted #333;border-width:0 0 1px 1px;content:"";display:block;height:11px;left:8px;position:absolute;top:20px;width:11px}@media(min-width:1200px){.table-features .help-block{max-width:60%}}.table-features .select-direction,.table-features .select-order{padding-bottom:0;padding-top:25px;width:1px}.table-features .select-direction select,.table-features .select-order select{min-width:100%;width:auto}.table-features .select-order .form-group{margin-bottom:3px}.table-features .select-order .custom-order{white-space:nowrap}.table-features .select-direction .form-group{margin-bottom:23px}.thread-list .cell-name{min-width:10em}@media(min-width:768px){.thread-list .cell-name{width:10em}}@media(min-width:1200px){.thread-list .cell-name{width:12em}}.thread-list .cell-thread{min-width:15em}.thread-list .message-topic{font-size:16px}@media(min-width:768px){.thread-list .cell-date{width:10em}}@media(min-width:1200px){.thread-list .cell-date{width:14em}}.thread-list .cell-messages{width:1px}#send_message .modal-body-success .btn{margin-bottom:25px;margin-top:20px}@media(min-width:768px){.form-group-voucher-code-offset{margin-top:2.2em}}.form-control-voucher{background:#f0ecec;border-radius:.5em;border-style:dashed;border-width:2px;box-shadow:none;color:#7a7878;font-family:Menlo,Monaco,Consolas,Courier New,monospace;font-size:2em;font-weight:700;height:auto}.form-control-voucher:not(:focus){border-color:#aaa8a8}.card-redeem-voucher{border-radius:2em;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin:30px 0;min-width:20em;overflow:hidden}@media(min-width:768px){.card-redeem-voucher{-ms-flex-direction:row;flex-direction:row}}.card-redeem-voucher-header{-ms-flex-pack:center;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;justify-content:center;padding:calc(30px + 4.5em) 20px 20px;position:relative;text-align:center}@media(min-width:480px){.card-redeem-voucher-header{padding:calc(60px + 4.5em) 40px 40px}}@media(min-width:768px){.card-redeem-voucher-header{padding-bottom:calc(60px + 4.5em);text-align:right;width:22em}}@media(min-width:992px){.card-redeem-voucher-header{width:29em}}.card-redeem-voucher-header h1{font-size:3em;font-weight:700;margin:0;text-transform:uppercase}@media(min-width:992px){.card-redeem-voucher-header h1{font-size:4em}}.card-redeem-voucher-header .svg-icon{font-size:4em;left:20px;margin:-.1em 0 0;position:absolute;top:20px}@media(min-width:480px){.card-redeem-voucher-header .svg-icon{left:40px;top:40px}}.card-redeem-voucher-header svg{stroke:#fff;stroke-width:9px}.card-redeem-voucher-caret{border-color:#2a2e33 transparent transparent;border-style:solid;border-width:30px 35px 0;bottom:-30px;left:calc(50% - 35px);position:absolute}@media(min-width:768px){.card-redeem-voucher-caret{border-color:transparent transparent transparent #2a2e33;border-width:35px 0 35px 30px;bottom:auto;left:auto;right:-30px;top:calc(50% - 35px)}}.card-redeem-voucher-body{-ms-flex-pack:center;background:#fff;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;justify-content:center;padding:40px 20px 20px}@media(min-width:480px){.card-redeem-voucher-body{padding:40px}}@media(min-width:768px){.card-redeem-voucher-body{-ms-flex:1;flex:1;padding:40px 60px}}.table-badge-report .cell-points{width:6em}.table-report-groups .cell-total{text-align:right;width:5em}@media(min-width:1200px){.table-report-groups .cell-total{width:7em}}.table-report-user .course-name{min-width:10em}.table-report-user .cell-time{text-align:center;width:8.75em}.table-report-user .cell-time .btn{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;text-align:right}.table-report-user .cell-time .btn .fa{margin-right:.5em}.table-report-user .cell-time .btn .time{-ms-flex-positive:1;flex-grow:1}.table-report-user .cell-progress{min-width:5em;text-align:center;width:15%}.table-report-user .cell-score{text-align:right;width:5em}.table-report-user .actions,.table-report-user .cell-actions{text-align:center;width:10em}@media(min-width:1200px){.table-report-user .actions,.table-report-user .cell-actions{padding-left:38px;width:calc(10em + 30px)}}@media(min-width:1400px){.table-report-user .actions,.table-report-user .cell-actions{padding-left:68px;width:calc(10em + 60px)}}#enrollable-table .cell-actions,#enrollable-table .cell-cover,#enrollable-table .cell-expiry,#enrollment-table .cell-actions,#enrollment-table .cell-cover,#enrollment-table .cell-expiry{width:1px}@media(max-width:767px){#enrollable-table .course-name,#enrollment-table .course-name{min-width:10em;white-space:normal}}#enrollable-table .date,#enrollment-table .date{width:19em}#enrollable-table .cell-actions,#enrollment-table .cell-actions{text-align:center}#enrollable-table .allocation,#enrollment-table .allocation{font-size:12px}#enrollment-table .cell-roles{width:9.3em}@media(min-width:992px){#enrollment-table .actions .btn{min-width:7em}}#enrollment-table .tooltip-wrapper{display:inline-block}#enrollable-table .cell-roles{width:1px}#enrollable-table .btn-group{display:-ms-flexbox;display:flex}#enrollable-table .cell-actions{width:10em}.table-instructors td{height:9rem}.table-instructors .cell-assignments{padding-left:3.5em;text-align:center}.table-instructors .cell-assignment{font-size:22px;text-align:right;white-space:nowrap;width:6.2em}.table-instructors .cell-assignment hr{margin-right:0;max-width:60%;min-width:2em}.table-instructors .cell-assignment-user{width:4em}.input-group-unique{position:relative}.input-group-unique .form-control{padding-right:48px}.input-group-unique .fa{pointer-events:none;position:absolute;right:13px;top:calc(50% - 7px)}
