body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}html{width:100%;height:100%;overflow:hidden;font-family:Roboto!important}.hidden{overflow:hidden!important;width:0!important;height:0!important}.slot-top{display:flex;flex-direction:row;justify-content:space-between;font-size:12px;font-weight:700}.slot-body{font-size:11px}.login-screen{width:100%;height:100%}.login-box,.login-screen{display:flex;justify-content:center;align-items:center}.login-box{width:300px;height:400px;background-color:#fff;border-radius:5px;box-shadow:8px 10px 40px 1px rgba(0,0,0,.86);flex-direction:column}#root,.App,body{width:100%;height:100%}.App{display:flex;justify-content:center;align-items:center;flex-direction:column}.App-link{color:#61dafb}.transparent-bg{width:100%;height:100%;background-color:transparent;display:flex;justify-content:center;align-items:center}.gay-gradient{background:linear-gradient(45deg,#e134eb,#8f3a94,#fa9eff,#b239f8);background-size:400% 400%}.gay-gradient,.moving-gradient{width:100%;height:100%;color:#fff;-webkit-animation:Gradient 9s ease infinite;animation:Gradient 9s ease infinite;display:flex;justify-content:center;align-items:center}.moving-gradient{background:linear-gradient(45deg,#fff,#000,#149644,#b239f8);background-size:400% 400%}.metric:hover{-webkit-animation:MetricSize .5s ease forwards;animation:MetricSize .5s ease forwards}@-webkit-keyframes MetricSize{0%{transform:scale(1);background-color:transparent}to{transform:scale(1.3);background-color:rgba(0,0,0,.5)}}@keyframes MetricSize{0%{transform:scale(1);background-color:transparent}to{transform:scale(1.3);background-color:rgba(0,0,0,.5)}}.paused{-webkit-animation-play-state:paused;animation-play-state:paused}.calendar{display:flex;flex:1 1;max-height:1000px;background-color:hsla(0,0%,100%,.9)}.box{background-color:hsla(0,0%,100%,.7);border-radius:5px;box-shadow:8px 10px 40px 1px rgba(0,0,0,.86);max-height:80vh;max-width:78vw}@-webkit-keyframes BigBox{0%{max-width:78vw}to{max-width:89vw}}@keyframes BigBox{0%{max-width:78vw}to{max-width:89vw}}.box.menu_is_hidden{-webkit-animation:BigBox .5s ease forwards;animation:BigBox .5s ease forwards}.box.menu_is_showing{animation:BigBox easy .5s reverse}.calendar-table tr{display:flex}.calendar-heading{color:#fff;display:flex;justify-content:center;margin:3px;border-radius:3px;box-shadow:2px 3px 5px 1px rgba(0,0,0,.86)}.calendar-side-left{width:200px;min-width:200px}.calendar-main{overflow:scroll;height:100%}#today .date-col-cell-inner,.heading-now{background-color:#119100}.heading-past{background-color:#163757}.heading-future{background-color:#6c6a6a}.day-column{width:120px;position:-webkit-sticky;position:-moz-sticky;position:-ms-sticky;position:-o-sticky;position:sticky;left:0;box-sizing:border-box;border-width:0;box-shadow:none!important}.date-col-cell{color:#000;border-bottom:1px solid #dfdfdf;border-right:1px solid #dfdfdf;padding:3px;z-index:600;display:flex}.date-col-cell-inner{border-radius:3px;flex:1 1;box-shadow:2px 3px 5px 1px rgba(0,0,0,.86);display:flex;justify-content:center;align-items:center;flex-wrap:wrap;padding:5px;font-weight:700;color:#fff;text-shadow:1px #000}.left-menu{background-color:hsla(0,0%,100%,.7);border-radius:5px;display:flex;flex-direction:column;padding:8px;align-items:center;justify-content:space-between;box-shadow:8px 10px 30px 1px rgba(0,0,0,.86);box-sizing:border-box;max-width:20vw;margin:10px;flex:1 1;overflow-y:auto}.container{width:100%;height:100%;display:flex;flex-direction:row;margin-top:80px}.container-left{padding:2vw;width:12vw;justify-content:center}.container-left,.notification-stack{flex-direction:column;display:flex;align-self:stretch}.notification-stack{overflow-y:auto;padding:.5vw}.notification{background-color:hsla(0,0%,100%,.9);border-radius:5px;padding:10px;display:flex;flex-direction:column;margin-bottom:20px;box-shadow:8px 10px 30px 1px rgba(0,0,0,.86)}.notification .title{font-weight:700;color:#000;font-size:13px}.notification .top{align-self:stretch;justify-content:space-between;display:flex;flex-direction:row;align-items:center;padding-bottom:5px}.notification .text{color:#000;font-size:11px}.dot{width:10px;height:10px;border-radius:5px;background-color:red}.container-right{padding-top:70px;width:12vw;flex-direction:column;display:flex;justify-content:center}.welcome-message{font-size:30px;font-weight:700;margin:20px;text-shadow:2px 2px #000}@-webkit-keyframes middleLeft{0%{width:0}to{width:40vw}}@keyframes middleLeft{0%{width:0}to{width:40vw}}@-webkit-keyframes middleRight{0%{width:100%}to{width:50%}}@keyframes middleRight{0%{width:100%}to{width:50%}}@-webkit-keyframes middleLeftBack{0%{width:40vw}to{width:0}}@keyframes middleLeftBack{0%{width:40vw}to{width:0}}@-webkit-keyframes middleRightBack{0%{width:50%}to{width:100%}}@keyframes middleRightBack{0%{width:50%}to{width:100%}}@-webkit-keyframes pulse{0%{transform:scale(1)}to{transform:scale(1.08)}}@keyframes pulse{0%{transform:scale(1)}to{transform:scale(1.08)}}.pulsing-slot{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-duration:.8s;animation-duration:.8s;scale:1;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-direction:alternate;animation-direction:alternate}.middle-left-anim{-webkit-animation-name:middleLeft;animation-name:middleLeft;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;width:0}.middle-left-anim,.middle-right-anim{-webkit-animation-duration:1s;animation-duration:1s}.middle-right-anim{-webkit-animation-name:middleRight;animation-name:middleRight;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;width:100%}.middle-left-anim-back{-webkit-animation-name:middleLeftBack;animation-name:middleLeftBack;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;width:40vw}.middle-left-anim-back,.middle-right-anim-back{-webkit-animation-duration:.8s;animation-duration:.8s}.middle-right-anim-back{-webkit-animation-name:middleRightBack;animation-name:middleRightBack;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;width:50%}.new-booking-form{padding:10px;align-self:stretch;border-radius:5px;background-color:hsla(0,0%,100%,.8);display:flex;flex-direction:column;box-sizing:border-box;max-height:80vh;overflow:auto;position:relative}.new-booking-form,.shadow{box-shadow:8px 10px 30px 1px rgba(0,0,0,.86)}.heading{font-size:20px;color:#000;margin-bottom:20px}.slot-hour{flex:1 1;align-self:stretch;align-items:center;flex-direction:column;justify-content:center}.slot{color:#000;background-color:#fff;border:3px solid #009100;border-radius:2px;margin:2px 2px 5px;cursor:pointer;padding:5px;box-shadow:3px 4px 5px 1px rgba(0,0,0,.86)}#cal table,.slot{position:relative}#cal table{table-layout:fixed}#cal td{border:1px dashed #c8c8c8}#cal td,#cal th{width:113px;box-sizing:border-box;flex-direction:column;justify-content:center}#cal th{border:none}#cal thead{position:sticky;position:-webkit-sticky;position:-moz-sticky;position:-ms-sticky;position:-o-sticky;top:0;z-index:999;border:none!important}.menu-button{width:160px;margin-bottom:20px!important}#cal tr{position:relative;display:flex}tr.data{min-height:120px}.status{width:80px;height:75px;padding:3px;margin-bottom:10px;display:flex;flex-direction:column;justify-content:flex-start;border-left:1px solid grey}.status-label{color:#000;text-align:center}.other-job-form table{color:#000;font-size:13px}.other-job-form td{padding-left:10px;padding-right:10px}.status-value{display:flex;justify-content:center;cursor:pointer;align-items:center}.comments-table{table-layout:fixed}.form-area .comments-table td{width:240px!important;width:auto}.form-area .comments-table td,.form-area .comments-table th{display:inline-block;color:#000;padding-left:20px;padding-right:20px}.form-area .comments-table th{width:240px!important}.notification.new{-webkit-animation:shake .82s cubic-bezier(.36,.07,.19,.97) both;animation:shake .82s cubic-bezier(.36,.07,.19,.97) both;transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden;perspective:1000px}.notification .bottom{margin-top:5px;font-size:10px;color:#000;display:flex;flex-direction:row;justify-content:space-between;align-items:center}@-webkit-keyframes shake{10%,90%{transform:translate3d(-1px,0,0)}20%,80%{transform:translate3d(2px,0,0)}30%,50%,70%{transform:translate3d(-4px,0,0)}40%,60%{transform:translate3d(4px,0,0)}}@keyframes shake{10%,90%{transform:translate3d(-1px,0,0)}20%,80%{transform:translate3d(2px,0,0)}30%,50%,70%{transform:translate3d(-4px,0,0)}40%,60%{transform:translate3d(4px,0,0)}}.login-error{font-size:14px;color:red;margin:15px 15px 15px 50px}.form-area{align-self:stretch;padding:1px;margin-bottom:3px}.block-booking-form{padding:10px}.action{cursor:pointer}.main-top{position:absolute;top:10px;left:450px}.today{flex-direction:row;display:flex;margin:20px;text-shadow:2px 2px #000}.metric{margin-right:30px;flex-direction:column;display:flex;border-radius:5px;padding:5px}.metric .value{display:flex;justify-content:center;align-items:center;font-size:32px}.main-left{max-width:20vw;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;padding-bottom:100px}@-webkit-keyframes HideMenu{0%{max-width:20vw}to{max-width:2vw}}@keyframes HideMenu{0%{max-width:20vw}to{max-width:2vw}}@-webkit-keyframes vanishAnim{0%{transform:scale(1)}to{transform:scale(0)}}@keyframes vanishAnim{0%{transform:scale(1)}to{transform:scale(0)}}.show{animation:vanishAnim .5s ease reverse}.vanish{-webkit-animation:vanishAnim .5s ease forwards;animation:vanishAnim .5s ease forwards}.main-left.menu_is_hidden{-webkit-animation:HideMenu .5s ease forwards;animation:HideMenu .5s ease forwards}.main-left.menu_is_showing{-webkit-animation:HideMenu .5s ease backwards;animation:HideMenu .5s ease backwards}.next-up{background-color:hsla(0,0%,100%,.7);border-radius:5px;padding:5px 30px 10px;box-shadow:8px 10px 40px 1px rgba(0,0,0,.86);margin:10px}.next-up .title{font-size:16px;color:#000;margin-bottom:10px}.haulier-contacts{color:#000}#simple-menu{top:30px!important;right:30px!important}.forgot-password{color:#000;cursor:pointer;margin-left:20px}.reset-message{color:green;margin-left:20px}#today{font-weight:"bold";background-color:#c1ffb5}.subheading{font-size:20px;margin-right:35px;color:#000;margin-top:20px}.pause-button{position:absolute;bottom:10px;left:20px;font-size:40px;color:#fff;flex-direction:row;align-items:center;display:flex;justify-content:space-between;width:50px}.Mui-focused .MuiInput-underline{background-color:green}.picture{margin:10px;width:100px;height:100px;border-radius:10px;overflow:hidden;cursor:pointer}@-webkit-keyframes PicHover{0%{box-shadow:0 0 0 0 rgba(0,0,0,.86)}to{box-shadow:2px 3px 5px 1px rgba(0,0,0,.86)}}@keyframes PicHover{0%{box-shadow:0 0 0 0 rgba(0,0,0,.86)}to{box-shadow:2px 3px 5px 1px rgba(0,0,0,.86)}}.picture:hover{-webkit-animation:PicHover .25s ease forwards;animation:PicHover .25s ease forwards}.modal-image{width:600px;height:600px}.ReactModal__Overlay{z-index:1000}.welcome-message:hover{transform:scale(1.1)}.top-slot{position:absolute;top:10px;left:60%;width:120px!important}@-webkit-keyframes SlotHover{0%{transform:scale(1)}to{transform:scale(1.2)}}@keyframes SlotHover{0%{transform:scale(1)}to{transform:scale(1.2)}}@-webkit-keyframes MoveUp{0%{top:-25px;transform:scale(1)}to{top:-45px;transform:scale(1.2)}}@keyframes MoveUp{0%{top:-25px;transform:scale(1)}to{top:-45px;transform:scale(1.2)}}.slot:hover{-webkit-animation:SlotHover .5s ease forwards;animation:SlotHover .5s ease forwards}.slot:hover img{-webkit-animation:MoveUp .5s ease forwards;animation:MoveUp .5s ease forwards}.slot img{height:50px;position:absolute;top:-25px;left:45px}.notification:hover{transform:scale(1.05);-webkit-transform:scale(1.05)}.slot{box-sizing:content-box;padding:8px;overflow:visible;border:none;border-radius:7px;color:#fff;text-align:center;text-overflow:ellipsis;background:linear-gradient(225deg,#d2f492,#d2f492 1%,#d2f492 0,#7cbc0a 52%,#7cbc0a);background-position:50% 50%;background-origin:padding-box;-webkit-background-clip:border-box;background-clip:border-box;background-size:auto auto;box-shadow:1px 1px 1px 0 rgba(0,0,0,.3);text-shadow:1px 1px 1px rgba(0,0,0,.2)}.late{background:linear-gradient(225deg,#d2f492,#d2f492 1%,#f9b3c5 0,#ba0b25 52%,#ea697c);background-position:50% 50%;background-origin:padding-box;-webkit-background-clip:border-box;background-clip:border-box;background-size:auto auto}.selected{background:linear-gradient(225deg,#8f9bf7,#d2f492 1%,#f9b3c5 0,#1f0bb7 52%,#985afc);background-position:50% 50%;background-origin:padding-box;-webkit-background-clip:border-box;background-clip:border-box;background-size:auto auto}.deleted{background:linear-gradient(315deg,#ededed,#1d1e1c 39%,#8c8c8c 74%,#1d1e1c);background-position:50% 50%;background-origin:padding-box;-webkit-background-clip:border-box;background-clip:border-box;background-size:auto auto}.issues{background:linear-gradient(235deg,red,#2a722f 43%,#2a722f 67%,#37e542);background-position:50% 50%;background-origin:padding-box;-webkit-background-clip:border-box;background-clip:border-box;background-size:auto auto}.noissues{background:linear-gradient(235deg,#02ff02,#2a722f 43%,#2a722f 67%,#37e542);background-position:50% 50%;background-origin:padding-box;-webkit-background-clip:border-box;background-clip:border-box;background-size:auto auto}.block{background:linear-gradient(45deg,#f7e191,#f7e191 1%,#b78f00 39%,#f2dc37);background-position:50% 50%;background-origin:padding-box;-webkit-background-clip:border-box;background-clip:border-box;background-size:auto auto}.pre{background:linear-gradient(235deg,#063daa,#063daa 1%,#91d3ff 22%,#00406b 63%,#91d3ff);background-position:50% 50%;background-origin:padding-box;-webkit-background-clip:border-box;background-clip:border-box;background-size:auto auto}::-webkit-scrollbar{width:15px}::-webkit-scrollbar-track{box-shadow:inset 0 0 5px grey}::-webkit-scrollbar-thumb{background:#00f;margin:3px}.top-bar{width:100%;align-items:center;min-height:10vh}.main-section,.top-bar{display:flex;flex-direction:row;justify-content:space-between}.main-section{margin-top:20px;height:85vh;width:100vw}.main-right{max-width:175px;overflow-y:auto}.bottom-bar{width:100%;height:5vh}.main-middle-left{width:0;display:flex;flex-direction:column;justify-content:flex-start}.main-middle-right{width:100%;display:flex}.container-middle,.main-middle{display:flex;flex-direction:row;flex:1 1;justify-content:space-evenly}.container-middle{align-items:center}.search-box{display:flex;flex-direction:column;color:#000;margin:10px;padding:10px}.search-input{border:none;border-radius:5px;padding:5px}.search-inner{display:flex;flex-direction:row;justify-content:space-between}.search-box-form{display:flex;background-color:hsla(0,0%,100%,.8)}.search-slot{max-width:160px;margin:20px}.no-results{margin:20px;font-size:20px;color:#000}.results{display:flex;flex-direction:row;flex-wrap:wrap;align-self:stretch;align-items:center}.unavailable-hour{background-color:rgba(0,0,0,.5)}.weekend td{background-color:rgba(200,0,0,.4)}.weekend .unavailable-hour{background-color:rgba(200,0,0,.74)!important}.part-load{background-color:rgba(78,88,223,.54)}.other-job-title{color:#000;font-size:20px}.other-job{margin-top:20px;margin-bottom:20px;border-bottom:2px solid grey}
/*# sourceMappingURL=main.05904f16.chunk.css.map */