div.LiveUpdateContinue{position:fixed;z-index:11000;top:50%;left:0;width:100%;height:auto;margin-top:-150px;background-color:#f3f3f3;padding:30px 10px 60px 10px;border-top:1px solid #c4c9d0;border-bottom:1px solid #c4c9d0}div.LiveUpdateContinue > div:nth-child(1){font-size:3em;text-align:center;color:#3875cb;padding-bottom:30px;padding-top:30px}div.LiveUpdateContinue > div:nth-child(2){font-size:1.5em;text-align:center}@media only screen and (max-width:640px){div.LiveUpdateContinue{padding:10px 10px 40px 10px}div.LiveUpdateContinue > div:nth-child(1){font-size:1.6em}div.LiveUpdateContinue > div:nth-child(2){font-size:1.1em}}div.RRLiveUpdate{display:inline-block;vertical-align:middle;overflow:hidden;white-space:nowrap;padding:3px 3px 3px 40px;margin-top:3px;margin-bottom:2px;background-repeat:no-repeat;background-position:5px center;background-image:url(/RRPublish/graphics/liveUpdate.svg)}div.RRLiveUpdate{display:inline-block;vertical-align:middle;overflow:hidden;white-space:nowrap;padding:3px 3px 3px 40px;margin-top:3px;margin-bottom:2px;background-repeat:no-repeat;background-position:5px center;background-image:url(/RRPublish/graphics/liveUpdate.svg)}div.RRLiveUpdateLoading{background-image:url(/RRPublish/graphics/loading.gif)!important;background-size:16px 16px!important;background-position:10px center!important}div.RRPopupParent{display:flex;justify-content:center;align-items:center;position:fixed;z-index:9000;left:0;top:0;width:100%;height:100%;padding:0;background-color:#fffD}div.RRPopupParent > tbody > tr,div.RRPopupParent > tbody > tr > td{background-color:transparent!important}div.RRPopupParent div.divDetailsOuter{width:100%;height:100%;position:fixed;top:0;left:0;z-index:11}div.RRPopupParent div.divDetails{background-color:#f7f7f7;color:#2c2c2c;width:100%;height:100%;overflow:auto;position:relative;display:flex;flex-direction:column;-webkit-overflow-scrolling:touch}@media only screen and (max-width:1020px) and (min-height:600px) and (min-width:600px){div.RRPopupParent div.divDetailsOuter{width:90%}}@media only screen and (min-height:600px) and (min-width:600px){div.RRPopupParent div.divDetails{width:100%;max-width:970px;max-height:500px;height:auto;position:relative;border-radius:4px;box-shadow:0 0 9px 2px #aaa}div.RRPopupParent div.divDetailsOuter{width:95%;max-width:970px;position:relative;height:fit-content}}div.RRTopBar{display:flex;width:100%;align-items:center;position:sticky;top:0;background-color:#fff;border-bottom:1px solid #eee;z-index:10}div.RRTopBar > .IconsLeft,div.RRTopBar > .IconsRight{width:fit-content;height:48px;display:flex}div.RRTopBar > .IconsRight{justify-content:end}div.RRTopBar.narrow > .IconsRight{align-self:flex-start}div.RRTopBar > .IconsLeft{justify-content:start}div.RRTopBar > .Center{flex:1 1 0;min-width:0;font-size:1.2em;color:var(--brandColorDark);font-weight:bold;padding:0 0 0 10px}@media only screen and (max-width:600px){div.RRTopBar > .Center{padding:0 10px 0 0}}div.RRTopBar .Icon{height:48px;width:48px}div.RRTopBar .Icon > img{height:48px;width:48px;padding:12px}div.RRTopBar .Icon > svg{height:48px;width:48px;padding:12px}div.RRTopBar .Icon.Filled{--fill-color:var(--brandColorDark)}div.RRTopBar .Icon:hover{opacity:0.7}div.RRTopBar .Icon.NotFilled{--fill-color:none}@media only screen and (max-width:600px){div.RRTopBar .Icon.DesktopOnly{display:none}}@media only screen and (min-width:601px){div.RRTopBar .Icon.MobileOnly{display:none}}div.RRTopBar .Icon.Dropdown{position:relative;overflow:visible}div.RRTopBar .Icon.Dropdown:hover{opacity:1}div.RRTopBar .Dropdown > summary{box-sizing:border-box;height:48px;width:48px;cursor:pointer;list-style:none;display:flex;align-items:center;justify-content:center}div.RRTopBar .Dropdown > summary::-webkit-details-marker{display:none}div.RRTopBar .Dropdown > summary:hover{opacity:0.7}div.RRTopBar .Dropdown > summary > img,div.RRTopBar .Dropdown > summary > svg{box-sizing:border-box;height:48px;width:48px;padding:12px}div.RRTopBar .Dropdown .DropdownMenu{position:absolute;top:48px;z-index:11000;min-width:160px;padding:4px 0;background-color:#fff;border:1px solid #eee;border-radius:4px;box-shadow:0 2px 8px rgba(0, 0, 0, 0.15);overflow:hidden}div.RRTopBar .IconsRight .DropdownMenu{right:0}div.RRTopBar .IconsLeft .DropdownMenu{left:0}div.RRTopBar .Dropdown .DropdownItem{padding:10px 16px;white-space:nowrap;cursor:pointer;color:#2c2c2c}div.RRTopBar .Dropdown .DropdownItem:hover{background-color:#eee}div.RRTopBar .User{display:flex;align-items:center;color:unset;padding:6px 0 6px 0;cursor:pointer;text-decoration:none;min-width:0;width:fit-content;max-width:calc(100vw - 48px)}div.RRTopBar .User .ProfilePicture{width:64px;height:64px;background-color:#fff;border:2px solid #eee;text-align:center;display:flex;justify-content:center;align-items:center;border-radius:32px;background-size:cover;background-position:center;background-image:url(/graphics/user.svg);flex:0 0 auto}div.RRTopBar .User .Name{display:flex;gap:10px;align-items:end}div.RRTopBar .User .FirstLastName{color:unset;padding-left:10px;display:flex;flex-direction:column}div.RRTopBar .User .UserName{color:#fff;font-size:10px;background-color:#aaa;padding:1px 4px;border-radius:4px;vertical-align:middle 2px;font-weight:normal;display:inline-block;width:fit-content}div.RRTopBar.narrow .User .FirstLastName{padding-top:10px;flex:1 1 0;min-width:0}div.RRTopBar .User .DisplayNameRow{display:flex;align-items:center;min-width:0;max-width:100%}div.RRTopBar .User .DisplayName{display:block;flex:1 1 auto;min-width:0;max-width:100%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}div.RRTopBar .User .UserTeaser{color:#888;font-size:12px;padding:5px 10px;max-width:400px;font-weight:normal}@media only screen and (max-width:640px){div.RRTopBar .User .UserTeaser{font-size:10px}}