.modal-new-category.in{display:block!important}#kasse-app{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:relative;z-index:1}#kasse-app *{-webkit-box-sizing:border-box;box-sizing:border-box}.kasse__cols{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;position:relative}.kasse__cols .kasse__col{-webkit-box-flex:1;-ms-flex:1;flex:1}.kasse__cols .kasse__col.kasse__col--main{padding-right:25%}.kasse__cols .kasse__col.kasse__col--openable{min-width:0;max-width:0;-webkit-transition:all .3s;transition:all .3s;position:absolute;top:0;bottom:0;right:0;overflow-y:auto;overflow-x:hidden;padding-top:50px}.kasse__cols .kasse__col.kasse__col--openable .search-bar{position:absolute;top:0;padding:0 0 10px;left:0;right:0}.kasse__cols .kasse__col.kasse__col--openable.kasse__col--opened{min-width:25%;max-width:25%}.kasse__product-list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.kasse__product-list .kasse__product{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:50%;max-width:50%;padding:5px 0 0 5px}.kasse__product-list .kasse__product *{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.kasse__product-list .kasse__product-inner{text-align:center;padding:1em 2em;border:2px solid transparent;cursor:pointer}.kasse__product-list .kasse__product-inner.active{border-color:rgba(0,0,0,.5);-webkit-box-shadow:0 5px 10px rgba(0,0,0,.3) inset;box-shadow:inset 0 5px 10px rgba(0,0,0,.3)}#kasse-app .bg-red-gradient{background:-webkit-gradient(linear,left bottom,left top,color-stop(0,#dd4b39),color-stop(1,#e47365));color:#fff}#kasse-app .bg-blue-gradient{background:-webkit-gradient(linear,left bottom,left top,color-stop(0,#0073b7),color-stop(1,#0089db));color:#fff}#kasse-app .bg-gray{color:#000;background-color:#d2d6de}#kasse-app .bg-gray-light{color:#000;background-color:#f7f7f7}#kasse-app .bg-aqua-gradient{background:-webkit-gradient(linear,left bottom,left top,color-stop(0,#00c0ef),color-stop(1,#14d1ff));color:#fff}#kasse-app .bg-green-gradient{background:-webkit-gradient(linear,left bottom,left top,color-stop(0,#00a65a),color-stop(1,#00ca6d));color:#fff}#kasse-app .bg-maroon-gradient{background:-webkit-gradient(linear,left bottom,left top,color-stop(0,#d81b60),color-stop(1,#e73f7c));color:#fff}#kasse-app .bg-yellow-gradient{background:-webkit-gradient(linear,left bottom,left top,color-stop(0,#f39c12),color-stop(1,#f7bc60));color:#fff}#kasse-app .bg-grey-gradient{background:-webkit-gradient(linear,left bottom,left top,color-stop(0,#ddd),color-stop(1,#eee));color:#000}.kasse__categories{list-style-type:none;margin:0;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex}.kasse__categories li{-webkit-box-flex:1;-ms-flex:1;flex:1;text-align:center;padding-left:5px}.kasse__categories li.kasse__category--new{max-width:20%}.kasse__categories li .kasse__category{cursor:pointer;position:relative;padding:1.5em 0;border:2px solid transparent}.kasse__categories li .kasse__category.active{border-color:rgba(0,0,0,.5);-webkit-box-shadow:0 5px 10px rgba(0,0,0,.3) inset;box-shadow:inset 0 5px 10px rgba(0,0,0,.3)}.kasse__categories li .kasse__category.active .box-tools,.kasse__categories li .kasse__category:hover .box-tools{display:block}.kasse__slots{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.kasse__slots .kasse__slot{-webkit-box-flex:1;-ms-flex:1;flex:1;max-width:25%;min-width:25%;text-align:center;position:relative;padding:5px 0 0 5px}.kasse__slots .kasse__slot .btn{width:100%;min-height:90px}.kasse__slots .kasse__slot *{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.kasse__slots.posview-6 .kasse__slot{max-width:50%;min-width:50%}.kasse__slots.posview-30 .kasse__slot{max-width:20%;min-width:20%}.kasse__slot .btn-dotted{border:2px dotted rgba(0,0,0,.2);padding:.9em 0;min-height:90px}.kasse__slot .btn-dotted.active{border:2px dotted #000}.kasse__slot .btn-slot-content{padding:1.5em 0;min-height:90px;-webkit-box-shadow:inset 0 0 100px rgba(0,0,0,.2);box-shadow:inset 0 0 100px rgba(0,0,0,.2);border:2px solid transparent}.kasse__slot .btn-slot-content.active{border:2px solid #000}#kasse-app .box-tools{left:5px;padding:5px;top:10px;position:absolute;right:5px;z-index:999}#kasse-app .btn-box-tool{padding:5px;font-size:10px;background:#46be8a;color:#fff;cursor:pointer}#kasse-app .btn-box-tool.pull-left{left:0;position:absolute;z-index:9}#kasse-app .btn-box-tool.pull-left.btn-copy{left:25px}#kasse-app .btn-box-tool.pull-right{right:0;position:absolute;z-index:9}#kasse-app #newCategory{cursor:pointer}