.component-flex-row{display:-webkit-flex;display:-webkit-box;display:-moz-flex;display:flex}.component-flex-column{display:-webkit-flex;display:-webkit-box;display:-moz-flex;display:flex;-webkit-box-orient:vertical;-webkit-flex-direction:column;-moz-flex-direction:column;flex-direction:column}.component-flex-resize{-webkit-box-flex:1;-webkit-flex:1 1 100%;-moz-flex:1 1 100%;flex:1 1 100%}.component-flex-noresize{-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-flex:0 0 auto;flex:0 0 auto}.component-flex-align-center{-webkit-flex-align:center;-webkit-box-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center}.component-flex-align-stretch{-webkit-flex-align:stretch;-webkit-box-align:stretch;-webkit-align-items:stretch;-moz-align-items:stretch;align-items:stretch}.component-flex-justify-center{-webkit-flex-justify:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-justify-content:center;justify-content:center}.component-flex-justify-space-between{-webkit-flex-justify:space-between;-webkit-box-pack:space-between;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between}.component-flex-justify-end{-webkit-flex-justify:flex-end;-webkit-box-pack:flex-end;-webkit-justify-content:flex-end;-moz-justify-content:flex-end;justify-content:flex-end}.component-flex-wrap{-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;flex-wrap:wrap}.component-flex-nowrap{-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;flex-wrap:nowrap}.component-disable-select{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.component-hidden{display:none}@keyframes loader-bar-animation{0%{width:0;margin-left:0}25%{width:100%;margin-left:0}50%{margin-left:100%;width:0}75%{width:100%;margin-left:0}100%{width:0;margin-left:0}}.status-bar-out{opacity:0;transition:opacity .5s ease-in}.status-bar-in{opacity:1;transition:opacity .5s ease-in}.status-bar-loading{animation:loader-bar-animation 3s ease-in-out infinite;animation-duration:5s;background-color:#4068bd}.status-bar-error{background-color:#f99;position:absolute;left:0;width:100%}.menu-container-pinned{height:100%;width:300px;position:relative;box-sizing:border-box;padding:5px 20px;background-color:#fff;flex-grow:0;z-index:10000}.menu-container-unpinned{height:100%;width:300px;position:absolute;box-sizing:border-box;top:0;left:0;padding:5px 20px;background-color:#fff;flex-grow:0;z-index:10000}.menu-container-out{transform:translate3d(-300px,0,0);transition:transform .2s ease-out}.menu-container-in{transform:translate3d(0,0,0);transition:transform .2s ease-out}.menu-heading{box-sizing:border-box;width:100%;height:35px;border-style:solid;border-width:0 0 1px 0;border-color:#ccc;line-height:35px;font-size:18px;padding:0 0 0 5px;margin:0 0 5px 0}.menu-item{box-sizing:border-box;width:100%;height:35px;border-style:solid;border-width:0;border-color:#ccc;line-height:35px;font-size:16px;background-color:inherit;padding:0 0 0 5px}.menu-item:hover{color:#fff;background-color:#3f7ff1;cursor:pointer}.menu-toggle-off{box-sizing:border-box;width:30px;height:15px;background-color:#fff;float:right;margin:12px 5px 0 0;position:relative;border-color:#ccc;border-style:solid;border-width:2px 16px 2px 2px;transition:all .15s ease-in}.menu-toggle-on{box-sizing:border-box;width:30px;height:15px;background-color:#fff;float:right;margin:12px 5px 0 0;position:relative;border-color:#55c817;border-style:solid;border-width:2px 2px 2px 16px;transition:all .15s ease-out}.carousel-current{transform-style:flat;transform:translateX(0);transition:transform .2s ease-out}.carousel-right{transform-style:flat;transform:translateX(100%);transition:transform .2s ease-out}.carousel-left{transform-style:flat;transform:translateX(-100%);transition:transform .2s ease-out}.template-panel-navbar{box-sizing:border-box;width:100%;height:45px;background-color:#f6f8f8;border-color:#e8eaec;border-width:0 0 1px 0;border-style:solid}.template-panel-backbutton{display:inline;color:#55c817;cursor:pointer;margin:0 0 0 10px}.template-panel-label{height:45px;font-size:18px;line-height:45px;margin:0 0 0 15px;overflow:hidden;white-space:nowrap;min-width:50px}.panel-heading{width:100%;height:40px;line-height:40px;border-style:solid;border-width:0 0 1px 0;border-color:#ccc}.grid-row{color:#2c333e;margin:0}.grid-row:hover{background-color:#f8f8f8}.grid-cell{height:40px;line-height:40px;overflow:hidden;min-width:1px;border-style:none;white-space:nowrap;cursor:default;font-size:14px}.grid-cell-button{display:inline-block;box-sizing:border-box;height:25px;line-height:25px;overflow:hidden;min-width:1px;font-size:14px;white-space:nowrap;cursor:pointer}.grid-cell-select{height:40px;line-height:40px;overflow:hidden;min-width:1px;border-style:none;white-space:nowrap;cursor:default;font-size:14px;padding:0 10px 0 10px}.grid-select-list-item{background-color:#24262c}.grid-select-list-item:hover{background-color:#14161c}.grid-menu-list-item{background-color:transparent}.grid-menu-list-item:hover{background-color:#f3f4f5}.combobox-active{border-color:#55c817;transition:border-color .3s ease-in}.combobox-inactive{border-color:#ccc;transition:border-color .3s ease-in}.combobox-input{border-style:solid;flex-grow:1;padding:0 5px 0 5px;width:10px;outline:0}.combobox-button{border-style:solid;border-width:1px 1px 1px 0;line-height:normal;box-sizing:border-box;width:30px;height:100%;flex-grow:0;flex-shrink:0;display:table;text-align:center;vertical-align:middle;cursor:pointer;background-color:#fff}.combobox-button-active{color:#55c817;transition:color .3s ease-in}.combobox-button-inactive{color:#ccc;transition:color .3s ease-in}.combobox-list-container{box-sizing:border-box;border-style:solid;border-width:0 1px 1px 1px;background-color:#fff;position:absolute;width:100%;z-index:10000;top:100%;left:0;overflow-x:hidden;overflow-y:auto}.combobox-list-item{width:100%;height:25px;line-height:25px;padding:0 5px 0 5px;background-color:#fff;color:#555;box-sizing:border-box;cursor:pointer;border-color:#fff;border-width:1px;border-style:solid;white-space:nowrap}.combobox-list-item:hover{background-color:#e7ffd4}.combobox-list-item-selected{width:100%;height:25px;line-height:25px;padding:0 5px 0 5px;background-color:#aee78f;color:#fff;box-sizing:border-box;cursor:pointer;border-color:#fff;border-width:1px;border-style:solid;white-space:nowrap}.selectbox-list-item:hover{background-color:#f0f1f2}.selectbox-list-item-selected{background-color:#f0f1f2}.date-select-list-item:hover{background-color:#f3f3f3}.tabbar-item-active{border-color:#3f7ff1;transition:border-color .2s ease-in}.tabbar-item{border-color:#14161c;transition:border-color .2s ease-in}.messagebox-start{opacity:.0}.messagebox-in{opacity:1;-moz-transition:all .20s ease-in-out;-webkit-transition:all .20s ease-in-out;transition:all .20s ease-in-out}.messagebox-out{opacity:0;top:50%;left:50%;-moz-transition:all .20s ease-in-out;-webkit-transition:all .20s ease-in-out;transition:all .20s ease-in-out}.messagebox-background{width:100%;height:100%;position:fixed;top:0;left:0;background-color:#4d4d4d;z-index:11000}.messagebox-background-start{opacity:.0}.messagebox-background-in{opacity:.6;-moz-transition:all .20s ease-in-out;-webkit-transition:all .20s ease-in-out;transition:all .20s ease-in-out}.messagebox-background-out{opacity:0;-moz-transition:all .20s ease-in-out;-webkit-transition:all .20s ease-in-out;transition:all .20s ease-in-out}.messagebox-button{height:30px;width:100px;line-height:30px;margin:0 10px 0 0;border-color:#212226;border-width:1px;border-style:solid;text-align:center;color:#eee;cursor:pointer}.sidemenu-item:hover{background-color:#f3f4f5}@keyframes loader-dot-item-animation{0%{opacity:.2}25%{opacity:1.0}50%{opacity:.2}75%{opacity:.2}100%{opacity:.2}}.loader-dot-item{width:10px;height:10px;background-color:#4068bd;margin:0 9px 0 0;border-radius:50%;opacity:.2;animation-name:loader-dot-item-animation;animation-duration:3s;animation-iteration-count:infinite}.loader-dot-item:nth-child(1){animation-delay:0s}.loader-dot-item:nth-child(2){animation-delay:.6s}.loader-dot-item:nth-child(3){animation-delay:1.2s}.loader-dot-item:nth-child(4){animation-delay:1.8s}.loader-dot-item:last-child{margin:0}