body{background:url(../images/background.jpg) no-repeat center center fixed;background-size:cover;padding:.5rem;margin:0}body.login{display:-webkit-box;display:-ms-flexbox;display:flex;height:100vh;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}body.login .ui.header{background:rgba(0,0,0,.4);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;margin:0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#fff;min-height:40%}body.login .ui.header img{width:200px;max-width:100%}body.login form{background:rgba(0,0,0,.4);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);width:100%;margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:2rem;min-height:60%}@media (min-width:1024px){body.login{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}body.login .ui.header{width:50%}body.login form{width:50%;background:rgba(0,0,0,.6)}}body .ui.form .field input:not(:-moz-placeholder-shown):invalid{background:#fff!important;border-color:rgba(34,36,38,.15)}body .ui.form .field input:not(:-ms-input-placeholder):invalid{background:#fff!important;border-color:rgba(34,36,38,.15)}body .ui.form .field input:not(:placeholder-shown):invalid{background:#fff!important;border-color:rgba(34,36,38,.15)}body .ui.form .ts-wrapper.single.focus.input-active.has-items input{width:auto}body .ui.form .ts-wrapper.single .ts-control{background:#fff;-webkit-box-shadow:none;box-shadow:none;border-color:rgba(34,36,38,.15)}#app{background:rgba(0,0,0,.5);margin:0;padding:5rem 2rem 2rem;min-height:calc(100vh - 1rem);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}#app table .productCollectionBody td label{font-weight:400;display:block}@media (min-width:768px){#app table .productCollectionBody td label{display:none}}@media (min-width:1024px){#app{padding:6rem 2rem 8rem 22rem}}@media (max-width:840px){#topBar .item span{display:none}}@media (min-width:1024px){#topBar #toggler{display:none}}#sidebar{background:#1b1c1d;position:fixed;top:0;left:0;bottom:0;padding:5rem .5rem .5rem;width:20rem;z-index:100;-webkit-transition:left .5s ease;transition:left .5s ease}@media (max-width:1023px){#sidebar:not(.visible){left:-23rem}}#clientMap,#ordersMap{width:100%;height:400px;background:#eee}.clientSearchResults{position:relative}.clientSearchResults #results{position:absolute;top:0;left:0;width:100%;background:#fff;z-index:100;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.5);box-shadow:0 5px 10px rgba(0,0,0,.5);border-radius:0 .5rem .5rem 0}