@charset "utf-8";:root{--doc-height:100%}.mobile-nav{height:56px;width:100%;display:flex;justify-content:space-around}.bloc-icon{display:flex;justify-content:center;align-items:center;flex:1}.bloc-icon img{width:20px;filter:brightness(0) invert(1)}.bloc-icon.active{position:relative}.bloc-icon.active::before{content:'';position:absolute;width:80%;height:3px;border-radius:0 0 2px 2px;top:0}.bloc-icon.active i{transform:scale(1.3)}.mobile-nav .hb_close,.mobile-nav .hb_menu{background-color:#cee7ff}.mobile-nav .active .hb_close,.mobile-nav .active .hb_menu{background-color:var(--bs-white)}.navbar .navbar-collapse{overflow-y:overlay;position:relative}.navbar .dropdown-toggle::after{content:none}.navbar .dropdown-menu,.navbar .dropdown-menu .dropdown-menu{margin:0;padding:5px}.navbar .nav-item.dropdown>.nav-link.dropdown-toggle.show>.icon:last-child{transform:rotate(90deg)}.navbar .nav-item.dropdown>.nav-link.dropdown-toggle.show{border-radius:10px 10px 0 0;margin-bottom:0}.navbar .nav-item .nav-link.dropdown-toggle.show+.dropdown-menu.show{border-radius:0 0 10px 10px}.navbar .navbar-brand{color:var(--bs-black);font-size:20px;font-weight:700}.navbar .navbar-brand.navbar-brand-title{font-size:1.05rem;font-weight:600;margin:0;white-space:normal;padding:0;text-align:center}.navbar .nav-item .nav-link{font-size:1.1rem;font-weight:500;padding:5px;margin:5px 0;display:flex;justify-content:space-between;align-items:center;border-radius:10px}.navbar .nav-item .nav-link>.nav-link-caption{margin-right:auto;white-space:normal}.navbar .icon{padding:10px;font-size:.75rem}.navbar .btn-logout{width:100%;font-size:16px;font-weight:600;padding:5px;margin:5px 0;display:flex;justify-content:center;align-items:center}.profile{display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;padding:10px}.profile .profile-edit,.profile .profile-holder{border-radius:50px;align-items:center;display:flex}.profile .profile-holder{width:80px;height:80px;justify-content:center;position:relative;z-index:var(--bs-profile-holder-z-index)}.profile .profile-edit{width:20px;height:20px;background-color:#2A5F73;justify-content:center;position:absolute;right:0;top:0;z-index:var(--bs-profile-edit-z-index);cursor:pointer}.brand_cta,.hb_btn{align-items:center}.layout_footer,.layout_header,.scrollTop{position:fixed;right:0}.profile .profile-edit .icon{padding:0}.bid_submitted,.invoiced,.payment_received{background:#000082!important;color:var(--wht)!important}.assigned{background:#657abc!important;color:#fff!important}.cancelled,.on_hold{background:#ff0!important;color:var(--drk)!important}.unassigned{background:#9250d0!important;color:var(--wht)!important}.bid_received{background:#7beefd!important;color:var(--drk)!important}.reassigned{background:#791616!important;color:var(--wht)!important}.project_completed{background:#00b050!important;color:var(--wht)!important}.client_pending_corrections,.invoice_review{background:#ffc000!important;color:var(--drk)!important}.brand_cta{display:flex;justify-content:space-around;flex:1;max-width:calc(100% - 90px)}.brand_cta .navbar-brand{display:flex;flex-direction:column;align-items:center;justify-content:center;max-height:40px;max-width:50%;margin:0;padding:0}.brand_cta .navbar-brand-logo{max-height:40px;margin:0 0 3px;padding:0}.brand_cta .navbar-brand-logo.portal-logo,.poweredby-logo{max-height:30px}.brand_cta .portal-type{font-size:8px;font-weight:500;text-transform:uppercase;color:var(--bs-primary)}.brand_cta .navbar-brand-title{max-width:calc(100% - 10px)}.poweredby{display:flex;align-items:end;justify-content:center;margin-top:.5rem}.poweredby-title{font-size:8px;font-weight:500;text-transform:uppercase}.poweredby-logo{margin:0 0 0 3px;padding:0;max-width:120px}.btn-hamburger,.page_back_button{flex-shrink:0;display:grid;place-content:center}html{width:100%}body{height:100vh;overflow-y:scroll;-webkit-overflow-scrolling:touch}.hb_menu_open .layout_header{height:100vh}.hb_menu_open .layout_header .navbar .navbar-collapse{max-height:calc(var(--doc-height) - 56px);transition:max-height .3s ease-in-out}.layout_header{top:0;left:0;z-index:var(--bs-layout-header-z-index);transform:none;transition:transform .4s}.scroll-down .layout_header{transform:translate3d(0,-66px,0);transition:transform .4s}.layout_footer{bottom:0;left:0;z-index:var(--bs-layout-footer-z-index)}main{padding-top:60px;padding-bottom:56px}body.hb_menu_open.scroll-down .layout_header{transform:none;transition:transform .4s}.navbar .navbar-collapse{max-height:calc(100vh - 50px)}.navbar .navbar-collapse.show{display:flex;flex-direction:column;align-items:stretch}nav.sticky-top{padding:5px;background-color:var(--bs-body-bg)}.scroll-up nav.sticky-top,nav.sticky-top{top:50px;transition:top .4s}.scroll-down nav.sticky-top{top:0;transition:top .4s}.sticky-top{transition:top .1s ease}.scrollTop{bottom:66px;z-index:var(--bs-scrolltop-z-index);transform:translate3d(56px,0,0);transition:transform .4s}.scroll-down .scrollTop{transform:translate3d(-16px,0,0);transition:transform .4s}.os-ios .scrollTop{bottom:86px}.hb_btn{display:flex;justify-content:center;padding:0;position:relative}.hb_menu{position:absolute;width:20px;height:.1rem;display:flex;justify-content:center}.hb_animate.hb_menu{animation-name:hb_menu-menu;animation-duration:.3s}@keyframes hb_menu-menu{0%{width:0;height:0}50%{width:15px;height:1px}100%{position:absolute;background-color:inherit;width:20px;height:2px}}.hb_menu:after,.hb_menu:before{content:"";background-color:inherit;width:15px;height:.1rem;position:absolute}.hb_menu:after{margin-top:-5px}.hb_animate.hb_menu:after{animation-name:hb_menu-after;animation-duration:.3s}@keyframes hb_menu-after{0%{transform:rotate(-45deg);margin-top:0}50%{transform:rotate(0);margin-top:0}100%{transform:rotate(0);margin-top:-5px}}.hb_menu:before{margin-top:5px}.hb_animate.hb_menu:before{animation-name:hb_menu-before;animation-duration:.3s}@keyframes hb_menu-before{0%{transform:rotate(45deg);margin-top:0}50%{transform:rotate(0);margin-top:0}100%{transform:rotate(0);margin-top:5px}}.hb_close{position:absolute;margin-left:0;display:flex;justify-content:center;width:100%}.hb_close.hb_animate{animation-name:hb_close-close;animation-duration:.3s}@keyframes hb_close-close{0%{position:absolute;width:20px;height:2px;margin-top:5px}50%{display:none;width:15px;height:1px}100%{width:0;height:0}}.hb_close:after,.hb_close:before{content:"";position:absolute;background-color:inherit;width:15px;height:.1rem}.hb_close:after{transform:rotate(45deg)}.hb_animate.hb_close:after{animation-name:hb_close-after;animation-duration:.3s}@keyframes hb_close-after{0%{transform:rotate(0);margin-top:5px}50%{transform:rotate(0);margin-top:0}100%{transform:rotate(45deg)}}.hb_close:before{transform:rotate(-45deg)}.hb_animate.hb_close:before{animation-name:hb_close-before;animation-duration:.3s}@keyframes hb_close-before{0%{transform:rotate(0);margin-top:-5px}50%{transform:rotate(0);margin-top:0}100%{transform:rotate(-45deg)}}