.app-layout-header{background:#fff;-webkit-box-shadow:0 3px 4px rgba(53,66,91,.1);box-shadow:0 3px 4px rgba(53,66,91,.1);-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;height:50px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;z-index:2}.app-layout-header,.app-layout-header .app-layout-header-wrap{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}.app-layout-header .app-layout-header-wrap{max-height:40px}.app-layout-header .app-layout-header-wrap .app-layout-header-left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;height:40px}.app-layout-header .app-layout-header-wrap .app-layout-header-left .menu-toggler{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.app-layout-header .app-layout-header-wrap .app-layout-header-left .menu-toggler button{background:none;border:0;color:#35425b;cursor:pointer;font-size:20px;outline:0;padding:0;padding-left:30px;padding-right:30px}.app-layout-header .app-layout-header-link,.app-layout-header .app-layout-header-wrap .app-layout-header-left .app-layout-header-tabs{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.app-layout-header .app-layout-header-link{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#f0f4f8;border-radius:3px;color:#abb6cc;font-size:14px;margin-right:5px;padding:14px;text-decoration:inherit;-webkit-transition:all .15s;transition:all .15s}.app-layout-header .app-layout-header-link span{-webkit-transform:translate(10px);transform:translate(10px);-webkit-transition:-webkit-transform .15s ease-in-out;transition:-webkit-transform .15s ease-in-out;transition:transform .15s ease-in-out;transition:transform .15s ease-in-out,-webkit-transform .15s ease-in-out}.app-layout-header .app-layout-header-link button{background:none;border:0;color:#7684ad;cursor:pointer;opacity:0}.app-layout-header .app-layout-header-link:hover:not(.hide-close) span{-webkit-transform:translate(0);transform:translate(0)}.app-layout-header .app-layout-header-link:hover:not(.hide-close) button{opacity:inherit;-webkit-transform:translate(5px);transform:translate(5px)}.app-layout-header .app-layout-header-link.router-link-exact-active{background:#35425b;color:#fff}.app-layout-header .app-layout-header-link.router-link-exact-active button{color:#fff}.app-layout{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;height:100%}.app-layout .app-layout-content{-webkit-box-flex:1;-ms-flex:1;flex:1;overflow-y:auto}