.bx-page-iframe .bx-polls-content{width:100vw;overflow-x:hidden;overflow-y:auto}.bx-polls-entity-actions{position:relative;width:100%}.bx-polls-entity-actions .bx-db-menu{position:absolute;top:.5rem;right:1rem;line-height:normal}.bx-polls-entity-actions .bx-db-menu-tab{display:inline-block;float:none;margin:0}.bx-polls-entity-actions .bx-polls-menu-db{position:relative;display:block;margin:0}.bx-pull-combined-entity-content{padding-right:3.5rem}div.bx-polls-result-graph{display:table;width:100%}div.bx-polls-result-graph .bx-polls-rg-bar,div.bx-polls-result-graph .bx-polls-rg-text{display:table-cell}div.bx-polls-result-graph .bx-polls-rg-bar{-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both;-webkit-transform-origin:left;-moz-transform-origin:left;-ms-transform-origin:left;-o-transform-origin:left;transform-origin:left;-webkit-animation:votes-bar 1000ms ease-out;-o-animation:votes-bar 1000ms ease-out;animation:votes-bar 1000ms ease-out;background:#2196F3;background:-moz-linear-gradient(left,#2196F3 0%,#1976D2 100%);background:-webkit-gradient(linear,left top,right top,color-stop(0%,#2196F3),color-stop(100%,#1976D2));background:-webkit-linear-gradient(left,#2196F3 0%,#1976D2 100%);background:-o-linear-gradient(left,#2196F3 0%,#1976D2 100%);background:-ms-linear-gradient(left,#2196F3 0%,#1976D2 100%);background:linear-gradient(to right,#2196F3 0%,#1976D2 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2196F3',endColorstr='#1976D2',GradientType=1)}div.bx-polls-result-graph .bx-polls-rg-text{white-space:nowrap}@-webkit-keyframes votes-bar{from{-webkit-transform:scaleX(0);-moz-transform:scaleX(0);-ms-transform:scaleX(0);-o-transform:scaleX(0);transform:scaleX(0)}to{-webkit-transform:scaleX(1);-moz-transform:scaleX(1);-ms-transform:scaleX(1);-o-transform:scaleX(1);transform:scaleX(1)}}@-moz-keyframes votes-bar{from{-webkit-transform:scaleX(0);-moz-transform:scaleX(0);-ms-transform:scaleX(0);-o-transform:scaleX(0);transform:scaleX(0)}to{-webkit-transform:scaleX(1);-moz-transform:scaleX(1);-ms-transform:scaleX(1);-o-transform:scaleX(1);transform:scaleX(1)}}@-ms-keyframes votes-bar{from{-webkit-transform:scaleX(0);-moz-transform:scaleX(0);-ms-transform:scaleX(0);-o-transform:scaleX(0);transform:scaleX(0)}to{-webkit-transform:scaleX(1);-moz-transform:scaleX(1);-ms-transform:scaleX(1);-o-transform:scaleX(1);transform:scaleX(1)}}@keyframes votes-bar{from{-webkit-transform:scaleX(0);-moz-transform:scaleX(0);-ms-transform:scaleX(0);-o-transform:scaleX(0);transform:scaleX(0)}to{-webkit-transform:scaleX(1);-moz-transform:scaleX(1);-ms-transform:scaleX(1);-o-transform:scaleX(1);transform:scaleX(1)}}@import url(https://fonts.googleapis.com/css?family=Open+Sans:600,700,400,300);.animated-super-fast{-webkit-animation-duration:0.3s;animation-duration:0.3s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated-fast{-webkit-animation-duration:0.5s;animation-duration:0.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated-slow{-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-fill-mode:both;animation-fill-mode:both}@-webkit-keyframes bounce{0%,20%,50%,80%,100%{-webkit-transform:translateY(0);transform:translateY(0)}40%{-webkit-transform:translateY(-30px);transform:translateY(-30px)}60%{-webkit-transform:translateY(-15px);transform:translateY(-15px)}}@keyframes bounce{0%,20%,50%,80%,100%{transform:translateY(0)}40%{transform:translateY(-30px)}60%{transform:translateY(-15px)}}@-webkit-keyframes jumpUp{0%{-webkit-transform:translate3d(0,calc(230%),0) scale3d(0,1,1);-webkit-animation-timing-function:ease-in}40%{-webkit-transform:translate3d(0,0,0) scale3d(.02,1.1,1);-webkit-animation-timing-function:ease-out}70%{-webkit-transform:translate3d(0,-40px,0) scale3d(.8,1.1,1)}100%{-webkit-transform:translate3d(0,0,0) scale3d(1,1,1)}}@keyframes jumpUp{0%{transform:translate3d(0,calc(230%),0) scale3d(0,1,1);animation-timing-function:ease-in}40%{transform:translate3d(0,0,0) scale3d(.02,1.1,1);animation-timing-function:ease-out}70%{transform:translate3d(0,-40px,0) scale3d(.8,1.1,1)}100%{transform:translate3d(0,0,0) scale3d(1,1,1)}}@-webkit-keyframes expandOpen{0%{-webkit-transform:scale(1.8)}50%{-webkit-transform:scale(.95)}80%{-webkit-transform:scale(1.05)}90%{-webkit-transform:scale(.98)}100%{-webkit-transform:scale(1)}}@keyframes expandOpen{0%{transform:scale(1.8)}50%{transform:scale(.95)}80%{transform:scale(1.05)}90%{transform:scale(.98)}100%{transform:scale(1)}}@keyframes fadeInScale{0%{transform:scale(0);opacity:0}100%{transform:scale(1);opacity:1}}@-webkit-keyframes fadeInScale{0%{-webkit-transform:scale(0);opacity:0}100%{-webkit-transform:scale(1);opacity:1}}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale(.3);transform:scale(.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale(.3);-ms-transform:scale(.3);transform:scale(.3)}50%{opacity:1}}@-webkit-keyframes zoomOut{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}50%{opacity:0;-webkit-transform:scale(.3);transform:scale(.3)}100%{opacity:0}}@keyframes zoomOut{0%{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}50%{opacity:0;-webkit-transform:scale(.3);-ms-transform:scale(.3);transform:scale(.3)}100%{opacity:0}}@-webkit-keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}.bounce{-webkit-animation-name:bounce;animation-name:bounce}.jumpUp{-webkit-animation-name:jumpUp;animation-name:jumpUp}.expandOpen{animation-name:expandOpen;-webkit-animation-name:expandOpen}.fadeInScale{animation-name:fadeInScale;-webkit-animation-name:fadeInScale}body.monsternotif-open{overflow:hidden}.monsternotif{position:fixed;z-index:4001}.monsternotif *{box-sizing:border-box;-webkit-box-sizing:border-box}.monsternotif .monsternotif-header{font-size:20px;padding:5px 10px;color:#eee}.monsternotif .monsternotif-header .btn-close{float:right;background-color:#fff0;cursor:pointer;border:none;outline:0;-webkit-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s}.monsternotif .monsternotif-header .btn-close:hover{text-shadow:2px 2px 3px rgb(0 0 0 / .7)}.monsternotif .monsternotif-body{overflow:hidden;display:table;position:relative;width:100%;padding:15px 20px;background-color:rgb(255 255 255 / .98);font-size:16px}.monsternotif .monsternotif-body .monsternotif-icon-wrapper{position:relative;height:100%;display:table;font-size:60px}.monsternotif .monsternotif-body .monsternotif-icon-wrapper .monsternotif-icon{display:table-cell;vertical-align:middle}.monsternotif .monsternotif-body .monsternotif-body-text-wrapper{display:table-cell;vertical-align:middle;width:100%;padding-left:10px}.monsternotif .monsternotif-footer{text-align:center;padding:6px}.monsternotif .monsternotif-footer>*{margin:0 10px 0 0}.monsternotif .monsternotif-footer.text-center{text-align:center}.monsternotif .monsternotif-footer.text-left{text-align:left}.monsternotif .monsternotif-footer.text-right{text-align:right}.monsternotif.monsternotif-confirm{border:none}.monsternotif.monsternotif-confirm .monsternotif-header{color:#eee;background-color:#3C2D2D}.monsternotif.monsternotif-confirm .monsternotif-body .monsternotif-icon{color:#3C2D2D}.monsternotif.monsternotif-confirm .monsternotif-footer{background-color:#594343}.monsternotif.monsternotif-success{border:1px solid #29B87E}.monsternotif.monsternotif-success .monsternotif-header{color:#eee;background-color:#29B87E}.monsternotif.monsternotif-success .monsternotif-body .monsternotif-icon{color:#29B87E}.monsternotif.monsternotif-success .monsternotif-footer{background-color:#40d498}.monsternotif.monsternotif-error{border:1px solid #CA2121}.monsternotif.monsternotif-error .monsternotif-header{color:#eee;background-color:#CA2121}.monsternotif.monsternotif-error .monsternotif-body .monsternotif-icon{color:#CA2121}.monsternotif.monsternotif-error .monsternotif-footer{background-color:#e03e3e}.monsternotif.monsternotif-info{border:1px solid #2E79B4}.monsternotif.monsternotif-info .monsternotif-header{color:#eee;background-color:#2E79B4}.monsternotif.monsternotif-info .monsternotif-body .monsternotif-icon{color:#2E79B4}.monsternotif.monsternotif-info .monsternotif-footer{background-color:#4593d0}.monsternotif.monsternotif-warning{border:1px solid #CE812E}.monsternotif.monsternotif-warning .monsternotif-header{color:#eee;background-color:#CE812E}.monsternotif.monsternotif-warning .monsternotif-body .monsternotif-icon{color:#CE812E}.monsternotif.monsternotif-warning .monsternotif-footer{background-color:#d99a56}.monsternotif.monsternotif-prompt{border:none}.monsternotif.monsternotif-prompt .monsternotif-header{color:#eee;background-color:#3c2d2d}.monsternotif.monsternotif-prompt .monsternotif-body{padding:20px}.monsternotif.monsternotif-prompt .monsternotif-body .monsternotif-input{min-height:38px;border:1px solid #21cb91;width:100%;padding:5px;font-size:18px;outline:0}.monsternotif.monsternotif-prompt .monsternotif-body .monsternotif-input:focus{background-color:#EEE}.monsternotif.monsternotif-prompt .monsternotif-body .monsternotif-input.invalid{border-color:#DC2B2A}.monsternotif.monsternotif-prompt .monsternotif-body .monsternotif-input-error-message{margin-top:5px;margin-bottom:0;font-size:13px;color:#DC2B2A}.monsternotif.monsternotif-prompt .monsternotif-footer{background-color:#594343}.monsternotif.monsternotif-progress .monsternotif-header{background-color:#2F5D6D}.monsternotif.monsternotif-progress .monsternotif-body{padding:15px;font-size:16px}.monsternotif.monsternotif-progress .monsternotif-body .monsternotif-progress-bar-wrapper{position:relative;height:20px;border:1px solid #c3c3c3;border-radius:10px;background-color:#d5d5d5}.monsternotif.monsternotif-progress .monsternotif-body .monsternotif-progress-bar-wrapper .monsternotif-progress-bar{width:0;border-radius:10px;background-color:#468ba2;height:100%;text-align:center}.monsternotif.monsternotif-progress .monsternotif-body .monsternotif-progress-bar-wrapper .monsternotif-progress-text{position:absolute;text-align:center;top:0;width:100%}.monsternotif.monsternotif-progress .monsternotif-body .monsternotif-progress-outer{margin-bottom:0}.monsternotif.monsternotif-progress .monsternotif-body .monsternotif-progress-outer .progress-bar{transition:none}.monsternotif.monsternotif-progress .monsternotif-body .monsternotif-progress-outer [data-role="progress-text"]{font-weight:700;color:rgb(0 0 0 / .7)}.monsternotif.monsternotif-window{border:3px solid #225EB8;border-radius:6px}.monsternotif.monsternotif-window .monsternotif-header{background-color:#225EB8;color:#eee;font-size:18px}.monsternotif.monsternotif-window .monsternotif-body{overflow:auto;display:block;padding:15px;background-color:#f5f8fd}.monsternotif.monsternotif-window .monsternotif-footer{background-color:#8ab0e9}.monsternotif.monsternotif-window :last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.monsternotif .monsternotif-btn{display:inline-block;padding:8px 14px;font-size:14px;border:1px solid #fff0;border-radius:2px;line-height:initial}.monsternotif .monsternotif-btn.monsternotif-btn-cancel{color:#FFF;background-color:#CA2121;border-color:#CA2121}.monsternotif .monsternotif-btn.monsternotif-btn-cancel:hover,.monsternotif .monsternotif-btn.monsternotif-btn-cancel:focus,.monsternotif .monsternotif-btn.monsternotif-btn-cancel.focus,.monsternotif .monsternotif-btn.monsternotif-btn-cancel:active,.monsternotif .monsternotif-btn.monsternotif-btn-cancel.active,.open>.dropdown-toggle.monsternotif .monsternotif-btn.monsternotif-btn-cancel{color:#FFF;background-color:#9e1a1a;border-color:#951818}.monsternotif .monsternotif-btn.monsternotif-btn-cancel:active,.monsternotif .monsternotif-btn.monsternotif-btn-cancel.active,.open>.dropdown-toggle.monsternotif .monsternotif-btn.monsternotif-btn-cancel{background-image:none}.monsternotif .monsternotif-btn.monsternotif-btn-cancel.disabled,.monsternotif .monsternotif-btn.monsternotif-btn-cancel[disabled],fieldset[disabled] .monsternotif .monsternotif-btn.monsternotif-btn-cancel,.monsternotif .monsternotif-btn.monsternotif-btn-cancel.disabled:hover,.monsternotif .monsternotif-btn.monsternotif-btn-cancel[disabled]:hover,fieldset[disabled] .monsternotif .monsternotif-btn.monsternotif-btn-cancel:hover,.monsternotif .monsternotif-btn.monsternotif-btn-cancel.disabled:focus,.monsternotif .monsternotif-btn.monsternotif-btn-cancel[disabled]:focus,fieldset[disabled] .monsternotif .monsternotif-btn.monsternotif-btn-cancel:focus,.monsternotif .monsternotif-btn.monsternotif-btn-cancel.disabled.focus,.monsternotif .monsternotif-btn.monsternotif-btn-cancel[disabled].focus,fieldset[disabled] .monsternotif .monsternotif-btn.monsternotif-btn-cancel.focus,.monsternotif .monsternotif-btn.monsternotif-btn-cancel.disabled:active,.monsternotif .monsternotif-btn.monsternotif-btn-cancel[disabled]:active,fieldset[disabled] .monsternotif .monsternotif-btn.monsternotif-btn-cancel:active,.monsternotif .monsternotif-btn.monsternotif-btn-cancel.disabled.active,.monsternotif .monsternotif-btn.monsternotif-btn-cancel[disabled].active,fieldset[disabled] .monsternotif .monsternotif-btn.monsternotif-btn-cancel.active{background-color:#CA2121;border-color:#CA2121}.monsternotif .monsternotif-btn.monsternotif-btn-cancel .badge{color:#CA2121;background-color:#FFF}.monsternotif .monsternotif-btn.monsternotif-btn-yes{color:#FFF;background-color:#29B87E;border-color:#29B87E}.monsternotif .monsternotif-btn.monsternotif-btn-yes:hover,.monsternotif .monsternotif-btn.monsternotif-btn-yes:focus,.monsternotif .monsternotif-btn.monsternotif-btn-yes.focus,.monsternotif .monsternotif-btn.monsternotif-btn-yes:active,.monsternotif .monsternotif-btn.monsternotif-btn-yes.active,.open>.dropdown-toggle.monsternotif .monsternotif-btn.monsternotif-btn-yes{color:#FFF;background-color:#208e61;border-color:#1e865c}.monsternotif .monsternotif-btn.monsternotif-btn-yes:active,.monsternotif .monsternotif-btn.monsternotif-btn-yes.active,.open>.dropdown-toggle.monsternotif .monsternotif-btn.monsternotif-btn-yes{background-image:none}.monsternotif .monsternotif-btn.monsternotif-btn-yes.disabled,.monsternotif .monsternotif-btn.monsternotif-btn-yes[disabled],fieldset[disabled] .monsternotif .monsternotif-btn.monsternotif-btn-yes,.monsternotif .monsternotif-btn.monsternotif-btn-yes.disabled:hover,.monsternotif .monsternotif-btn.monsternotif-btn-yes[disabled]:hover,fieldset[disabled] .monsternotif .monsternotif-btn.monsternotif-btn-yes:hover,.monsternotif .monsternotif-btn.monsternotif-btn-yes.disabled:focus,.monsternotif .monsternotif-btn.monsternotif-btn-yes[disabled]:focus,fieldset[disabled] .monsternotif .monsternotif-btn.monsternotif-btn-yes:focus,.monsternotif .monsternotif-btn.monsternotif-btn-yes.disabled.focus,.monsternotif .monsternotif-btn.monsternotif-btn-yes[disabled].focus,fieldset[disabled] .monsternotif .monsternotif-btn.monsternotif-btn-yes.focus,.monsternotif .monsternotif-btn.monsternotif-btn-yes.disabled:active,.monsternotif .monsternotif-btn.monsternotif-btn-yes[disabled]:active,fieldset[disabled] .monsternotif .monsternotif-btn.monsternotif-btn-yes:active,.monsternotif .monsternotif-btn.monsternotif-btn-yes.disabled.active,.monsternotif .monsternotif-btn.monsternotif-btn-yes[disabled].active,fieldset[disabled] .monsternotif .monsternotif-btn.monsternotif-btn-yes.active{background-color:#29B87E;border-color:#29B87E}.monsternotif .monsternotif-btn.monsternotif-btn-yes .badge{color:#29B87E;background-color:#FFF}.monsternotif .monsternotif-btn.monsternotif-btn-no{color:#FFF;background-color:#0760B3;border-color:#0760B3}.monsternotif .monsternotif-btn.monsternotif-btn-no:hover,.monsternotif .monsternotif-btn.monsternotif-btn-no:focus,.monsternotif .monsternotif-btn.monsternotif-btn-no.focus,.monsternotif .monsternotif-btn.monsternotif-btn-no:active,.monsternotif .monsternotif-btn.monsternotif-btn-no.active,.open>.dropdown-toggle.monsternotif .monsternotif-btn.monsternotif-btn-no{color:#FFF;background-color:#054682;border-color:#054078}.monsternotif .monsternotif-btn.monsternotif-btn-no:active,.monsternotif .monsternotif-btn.monsternotif-btn-no.active,.open>.dropdown-toggle.monsternotif .monsternotif-btn.monsternotif-btn-no{background-image:none}.monsternotif .monsternotif-btn.monsternotif-btn-no.disabled,.monsternotif .monsternotif-btn.monsternotif-btn-no[disabled],fieldset[disabled] .monsternotif .monsternotif-btn.monsternotif-btn-no,.monsternotif .monsternotif-btn.monsternotif-btn-no.disabled:hover,.monsternotif .monsternotif-btn.monsternotif-btn-no[disabled]:hover,fieldset[disabled] .monsternotif .monsternotif-btn.monsternotif-btn-no:hover,.monsternotif .monsternotif-btn.monsternotif-btn-no.disabled:focus,.monsternotif .monsternotif-btn.monsternotif-btn-no[disabled]:focus,fieldset[disabled] .monsternotif .monsternotif-btn.monsternotif-btn-no:focus,.monsternotif .monsternotif-btn.monsternotif-btn-no.disabled.focus,.monsternotif .monsternotif-btn.monsternotif-btn-no[disabled].focus,fieldset[disabled] .monsternotif .monsternotif-btn.monsternotif-btn-no.focus,.monsternotif .monsternotif-btn.monsternotif-btn-no.disabled:active,.monsternotif .monsternotif-btn.monsternotif-btn-no[disabled]:active,fieldset[disabled] .monsternotif .monsternotif-btn.monsternotif-btn-no:active,.monsternotif .monsternotif-btn.monsternotif-btn-no.disabled.active,.monsternotif .monsternotif-btn.monsternotif-btn-no[disabled].active,fieldset[disabled] .monsternotif .monsternotif-btn.monsternotif-btn-no.active{background-color:#0760B3;border-color:#0760B3}.monsternotif .monsternotif-btn.monsternotif-btn-no .badge{color:#0760B3;background-color:#FFF}.monsternotif .monsternotif-btn.monsternotif-btn-ok{color:#FFF;background-color:#0760B3;border-color:#0760B3}.monsternotif .monsternotif-btn.monsternotif-btn-ok:hover,.monsternotif .monsternotif-btn.monsternotif-btn-ok:focus,.monsternotif .monsternotif-btn.monsternotif-btn-ok.focus,.monsternotif .monsternotif-btn.monsternotif-btn-ok:active,.monsternotif .monsternotif-btn.monsternotif-btn-ok.active,.open>.dropdown-toggle.monsternotif .monsternotif-btn.monsternotif-btn-ok{color:#FFF;background-color:#054682;border-color:#054078}.monsternotif .monsternotif-btn.monsternotif-btn-ok:active,.monsternotif .monsternotif-btn.monsternotif-btn-ok.active,.open>.dropdown-toggle.monsternotif .monsternotif-btn.monsternotif-btn-ok{background-image:none}.monsternotif .monsternotif-btn.monsternotif-btn-ok.disabled,.monsternotif .monsternotif-btn.monsternotif-btn-ok[disabled],fieldset[disabled] .monsternotif .monsternotif-btn.monsternotif-btn-ok,.monsternotif .monsternotif-btn.monsternotif-btn-ok.disabled:hover,.monsternotif .monsternotif-btn.monsternotif-btn-ok[disabled]:hover,fieldset[disabled] .monsternotif .monsternotif-btn.monsternotif-btn-ok:hover,.monsternotif .monsternotif-btn.monsternotif-btn-ok.disabled:focus,.monsternotif .monsternotif-btn.monsternotif-btn-ok[disabled]:focus,fieldset[disabled] .monsternotif .monsternotif-btn.monsternotif-btn-ok:focus,.monsternotif .monsternotif-btn.monsternotif-btn-ok.disabled.focus,.monsternotif .monsternotif-btn.monsternotif-btn-ok[disabled].focus,fieldset[disabled] .monsternotif .monsternotif-btn.monsternotif-btn-ok.focus,.monsternotif .monsternotif-btn.monsternotif-btn-ok.disabled:active,.monsternotif .monsternotif-btn.monsternotif-btn-ok[disabled]:active,fieldset[disabled] .monsternotif .monsternotif-btn.monsternotif-btn-ok:active,.monsternotif .monsternotif-btn.monsternotif-btn-ok.disabled.active,.monsternotif .monsternotif-btn.monsternotif-btn-ok[disabled].active,fieldset[disabled] .monsternotif .monsternotif-btn.monsternotif-btn-ok.active{background-color:#0760B3;border-color:#0760B3}.monsternotif .monsternotif-btn.monsternotif-btn-ok .badge{color:#0760B3;background-color:#FFF}.monsternotif .monsternotif-btn.monsternotif-btn-default{color:#000;background-color:#e2e2e2;border-color:#dadada}.monsternotif .monsternotif-btn.monsternotif-btn-default:hover,.monsternotif .monsternotif-btn.monsternotif-btn-default:focus,.monsternotif .monsternotif-btn.monsternotif-btn-default.focus,.monsternotif .monsternotif-btn.monsternotif-btn-default:active,.monsternotif .monsternotif-btn.monsternotif-btn-default.active,.open>.dropdown-toggle.monsternotif .monsternotif-btn.monsternotif-btn-default{color:#000;background-color:#c9c9c9;border-color:#bcbcbc}.monsternotif .monsternotif-btn.monsternotif-btn-default:active,.monsternotif .monsternotif-btn.monsternotif-btn-default.active,.open>.dropdown-toggle.monsternotif .monsternotif-btn.monsternotif-btn-default{background-image:none}.monsternotif .monsternotif-btn.monsternotif-btn-default.disabled,.monsternotif .monsternotif-btn.monsternotif-btn-default[disabled],fieldset[disabled] .monsternotif .monsternotif-btn.monsternotif-btn-default,.monsternotif .monsternotif-btn.monsternotif-btn-default.disabled:hover,.monsternotif .monsternotif-btn.monsternotif-btn-default[disabled]:hover,fieldset[disabled] .monsternotif .monsternotif-btn.monsternotif-btn-default:hover,.monsternotif .monsternotif-btn.monsternotif-btn-default.disabled:focus,.monsternotif .monsternotif-btn.monsternotif-btn-default[disabled]:focus,fieldset[disabled] .monsternotif .monsternotif-btn.monsternotif-btn-default:focus,.monsternotif .monsternotif-btn.monsternotif-btn-default.disabled.focus,.monsternotif .monsternotif-btn.monsternotif-btn-default[disabled].focus,fieldset[disabled] .monsternotif .monsternotif-btn.monsternotif-btn-default.focus,.monsternotif .monsternotif-btn.monsternotif-btn-default.disabled:active,.monsternotif .monsternotif-btn.monsternotif-btn-default[disabled]:active,fieldset[disabled] .monsternotif .monsternotif-btn.monsternotif-btn-default:active,.monsternotif .monsternotif-btn.monsternotif-btn-default.disabled.active,.monsternotif .monsternotif-btn.monsternotif-btn-default[disabled].active,fieldset[disabled] .monsternotif .monsternotif-btn.monsternotif-btn-default.active{background-color:#e2e2e2;border-color:#dadada}.monsternotif .monsternotif-btn.monsternotif-btn-default .badge{color:#e2e2e2;background-color:#000}.monsternotif.monsternotif-hidden{display:none}.monsternotif-backdrop{position:fixed;z-index:4000;left:0;top:0;width:100%;height:100%;background-color:rgb(0 0 0 / .5)}.monsternotif-notify-wrapper{z-index:5000;position:fixed}.monsternotif-notify-wrapper.top{top:0}.monsternotif-notify-wrapper.bottom{bottom:0}.monsternotif-notify-wrapper.left{left:0;margin-right:0}.monsternotif-notify-wrapper.right{right:0;margin-left:0}.monsternotif-notify-wrapper.right .monsternotif-notify{margin-left:auto}.monsternotif-notify-wrapper.center{left:50%}.monsternotif-notify-wrapper-large{z-index:5000;position:fixed}.monsternotif-notify-wrapper-large.top{top:0}.monsternotif-notify-wrapper-large.bottom{bottom:0}.monsternotif-notify-wrapper-large.left{left:0}.monsternotif-notify-wrapper-large.left .lb-notify-tabs>li{float:left;margin-left:0;margin-right:2px}.monsternotif-notify-wrapper-large.right{right:0}.monsternotif-notify-wrapper-large .lb-notify-tabs{list-style:none;padding:0;margin:0 0 -5px 0}.monsternotif-notify-wrapper-large .lb-notify-tabs>li{float:right;margin-left:2px}.monsternotif-notify-wrapper-large .lb-notify-tabs>li>a{text-align:center;display:table;text-decoration:none;font-size:18px;height:32px;color:#FFF;width:28px;opacity:.6}.monsternotif-notify-wrapper-large .lb-notify-tabs>li>a:hover,.monsternotif-notify-wrapper-large .lb-notify-tabs>li>a:active,.monsternotif-notify-wrapper-large .lb-notify-tabs>li>a:focus,.monsternotif-notify-wrapper-large .lb-notify-tabs>li>a:hover:active{color:#FFF}.monsternotif-notify-wrapper-large .lb-notify-tabs>li>a .tab-control-icon{display:table-cell;vertical-align:middle}.monsternotif-notify-wrapper-large .lb-notify-tabs>li.monsternotif-notify-default>a{background-color:rgb(28 28 28 / .9);border-color:#141414}.monsternotif-notify-wrapper-large .lb-notify-tabs>li.monsternotif-notify-default>a:hover{background-color:#1c1c1c;border-color:#0f0f0f}.monsternotif-notify-wrapper-large .lb-notify-tabs>li.monsternotif-notify-error>a{background-color:rgb(202 33 33 / .9);border-color:#bd1f1f}.monsternotif-notify-wrapper-large .lb-notify-tabs>li.monsternotif-notify-error>a:hover{background-color:#CA2121;border-color:#b41d1d}.monsternotif-notify-wrapper-large .lb-notify-tabs>li.monsternotif-notify-success>a{background-color:rgb(41 184 126 / .9);border-color:#26ab75}.monsternotif-notify-wrapper-large .lb-notify-tabs>li.monsternotif-notify-success>a:hover{background-color:#29B87E;border-color:#24a370}.monsternotif-notify-wrapper-large .lb-notify-tabs>li.monsternotif-notify-warning>a{background-color:rgb(206 129 46 / .9);border-color:#c1792b}.monsternotif-notify-wrapper-large .lb-notify-tabs>li.monsternotif-notify-warning>a:hover{background-color:#CE812E;border-color:#b97429}.monsternotif-notify-wrapper-large .lb-notify-tabs>li.monsternotif-notify-info>a{background-color:rgb(46 121 180 / .9);border-color:#2b71a8}.monsternotif-notify-wrapper-large .lb-notify-tabs>li.monsternotif-notify-info>a:hover{background-color:#2E79B4;border-color:#296ba0}.monsternotif-notify-wrapper-large .lb-notify-tabs>li.active>a{opacity:1}.monsternotif-notify-wrapper-large .lb-notify-tabs:after{content:"";display:block;clear:both}.monsternotif-notify-wrapper-large .lb-notify-wrapper{background-color:#fff0;padding:0;border:none}.monsternotif-notify-wrapper-large .lb-notify-wrapper .lb-tab-pane{display:none}.monsternotif-notify-wrapper-large .lb-notify-wrapper .lb-tab-pane.active{display:block}.monsternotif-notify-wrapper-large .lb-notify-wrapper .monsternotif-notify{min-height:150px}.monsternotif-notify-wrapper-large .lb-notify-wrapper .monsternotif-notify .monsternotif-notify-icon-wrapper{width:100px}.monsternotif-notify-wrapper-large .lb-notify-wrapper .monsternotif-notify .monsternotif-notify-icon>div .icon-el{font-size:78px}.monsternotif-notify-wrapper-large .lb-notify-wrapper .monsternotif-notify .monsternotif-notify-body{margin:13px 20px;margin-left:130px}.monsternotif-notify{position:relative;min-height:85px;font-family:'Open Sans',Arial,Helvetica,sans-serif;font-size:14px;margin:10px;border-radius:0;border:1px solid #fff0;-o-transition:all 0.2s;transition:all 0.2s}.monsternotif-notify .monsternotif-notify-icon-wrapper{position:absolute;left:15px;width:60px;height:100%}.monsternotif-notify .monsternotif-notify-icon{display:table;width:100%;height:100%}.monsternotif-notify .monsternotif-notify-icon>div{display:table-cell;vertical-align:middle}.monsternotif-notify .monsternotif-notify-icon>div>img{width:100%;max-width:100%;margin-top:3px;border-radius:4px}.monsternotif-notify .monsternotif-notify-icon>div .icon-el{text-align:center;font-size:55px}.monsternotif-notify .monsternotif-notify-body{margin:10px 20px;margin-left:90px}.monsternotif-notify .monsternotif-notify-title{font-size:20px}.monsternotif-notify .monsternotif-notify-msg{overflow:hidden}.monsternotif-notify .monsternotif-close{cursor:pointer;position:absolute;text-align:center;border-radius:50%;right:5px;top:2px;font-size:20px;line-height:19px;width:19px;height:19px;-webkit-transition:all 0.2s;-o-transition:all 0.2s;transition:all 0.2s}.monsternotif-notify .monsternotif-close:hover{background-color:rgb(0 0 0 / .5);font-weight:700;cursor:pointer}.monsternotif-notify .monsternotif-delay-indicator{position:absolute;left:0;right:0;bottom:0;height:3px}.monsternotif-notify .monsternotif-delay-indicator>div{position:relative;height:100%;width:0;background-color:#e8e8e8}.monsternotif-notify.monsternotif-notify-default{border-color:#0f0f0f;background-color:#1c1c1c;color:#FFF}.monsternotif-notify.monsternotif-notify-default:hover{background-color:#1c1c1c;border-color:#FFF}.monsternotif-notify.monsternotif-notify-default .monsternotif-close:hover{background-color:#4f4f4f}.monsternotif-notify.monsternotif-notify-error{border-color:#b41d1d;background-color:#CA2121;color:#FFF}.monsternotif-notify.monsternotif-notify-error:hover{background-color:#CA2121;border-color:#FFF}.monsternotif-notify.monsternotif-notify-success{border-color:#24a370;background-color:#29B87E;border:none}.monsternotif-notify.monsternotif-notify-warning{border-color:#b97429;background-color:#CE812E;color:#FFF}.monsternotif-notify.monsternotif-notify-warning:hover{background-color:#CE812E;border-color:#FFF}.monsternotif-notify.monsternotif-notify-info{border-color:#296ba0;background-color:#2E79B4}.monsternotif-notify.monsternotif-notify-info:hover{background-color:#2E79B4;border-color:#FFF}.monsternotif-notify.rounded{border-radius:3px}.monsternotif-notify:hover{-webkit-box-shadow:1px 1px 2px rgb(0 0 0 / .5);box-shadow:1px 1px 2px rgb(0 0 0 / .5)}.monsternotif-notify.notify-mini{min-height:36px}.monsternotif-notify.notify-mini .monsternotif-notify-title{margin-top:-5px;font-size:20px;line-height:22px}.monsternotif-notify.notify-mini .monsternotif-notify-msg{line-height:16px}.monsternotif-notify.notify-mini .monsternotif-notify-icon-wrapper{left:12px;width:32px}.monsternotif-notify.notify-mini .monsternotif-notify-icon>div .icon-el{font-size:32px}.monsternotif-notify.notify-mini .monsternotif-notify-body{margin:15px 30px 15px 56px}.monsternotif-notify.without-icon .monsternotif-notify-body{margin-left:20px;list-style:none;margin:5px}.monsternotif-notify .ow_avatar{float:left;width:0}.monsternotif-notify .ow_console_invt_cont{float:left;width:210px;word-wrap:break-word;margin-right:10px;margin-left:40px;margin-top:9px}.monsternotif-notify .ow_console_list_item{margin:0;margin-left:-5px;margin-top:-5px;margin-right:5px}.monsternotif-notify .ow_console_list_item a{font-weight:700}.monsternotif-notify .ow_console_invt_txt{width:100%}.monsternotif-notify .ow_console_invt_img{margin:0;margin-top:25px;margin-right:-5px}.monsternotif-notify-body .bx-ntfs-owner-avatar{float:left}.monsternotif-notify{background:none!important;border:none!important}.monsternotif-notify-body{margin:0px!important}.monsternotif-notify{margin-bottom:0;margin-top:0}