@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,700,900);/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:.67em 0}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}div.MainSideBarPage{z-index:0}div.MainSideBarPage div.MainSideBar{left:-300px;border-right:solid 10px var(--weave-green);padding:5px;padding-top:5px;height:calc(100vh - 10px);width:190px;background-color:var(--weave-blue);-webkit-transition:1s;-o-transition:1s;transition:1s;z-index:100;-webkit-filter:drop-shadow(0 0 20px #000);filter:drop-shadow(0 0 20px #000000);opacity:1;position:absolute}div.MainSideBarPage div.MainSideBar:hover,div.SidebarExpandAreaContainer:hover~div.MainSideBar{left:0;opacity:1}div.MainSideBarPage *{color:#fff}div.SidebarExpandAreaContainer{z-index:100;position:absolute;height:60px;width:100px;top:calc(100vh - 60px)}div.SidebarExpandArea *{color:#000}div.SidebarExpandArea{opacity:.5;background-color:#fff;display:-ms-flexbox;display:flex;position:absolute;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;height:40px;width:80px;top:10px;left:10px;-webkit-filter:drop-shadow(0 0 5px #000);filter:drop-shadow(0 0 5px #000000);-webkit-animation:opacityFlash 3s linear 1;animation:opacityFlash 3s linear 1}@-webkit-keyframes opacityFlash{0%{opacity:.5}10%{opacity:1}20%{opacity:.5}30%{opacity:1}40%{opacity:.5}50%{opacity:1}60%{opacity:.5}70%{opacity:1}80%{opacity:.5}90%{opacity:1}to{opacity:.5}}@keyframes opacityFlash{0%{opacity:.5}10%{opacity:1}20%{opacity:.5}30%{opacity:1}40%{opacity:.5}50%{opacity:1}60%{opacity:.5}70%{opacity:1}80%{opacity:.5}90%{opacity:1}to{opacity:.5}}div.Page404Page{background-color:#ff000040;width:100vw;height:100vh;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;-ms-flex-line-pack:center;align-content:center;-ms-flex-align:center;align-items:center}div.UserPage{height:100vh;width:100vw;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}div.UserPage .LogEntry{font-family:monospace}div.UserPage div.User{height:100%;background-color:#fff;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}div.UserPage canvas{border:1px solid #000}div.UserPage>div{padding:3px;background-color:#fff;width:500px;height:500px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;border:solid 5px var(--weave-green);text-align:center}div.UserPage>div.Log{border:solid 5px var(--weave-blue);text-align:left;overflow-y:auto}div.UserPage button{background-color:#bbb}div.UserPage button:hover{background-color:#ddd}.InstanceScreenshotViewer{width:100vw;height:100vh;display:grid;grid-template-columns:auto 200px;grid-template-rows:80px auto}div.MaintenanceMonitorPage{background-color:#909090ff;height:100%;width:100%;padding:0;overflow:hidden}div.MaintenanceOrder{width:calc(100% - 10px);height:200px;overflow-y:hidden;display:-ms-flexbox;display:flex;margin:5px;overflow-x:auto}div.MaintenanceInfo{width:calc(100% - 10px);height:255px;margin:5px}div.MaintenanceCommandPage{width:100px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-webkit-transition:1s;-o-transition:1s;transition:1s;-ms-flex-negative:0;flex-shrink:0;border:1px solid #000}div.MaintenanceCommandPage>*{text-align:center}div.MaintenanceCommandPage-running{background-color:#ffffffff;width:200px}div.MaintenanceCommandPage-pending{background-color:#c0ffffff}div.MaintenanceCommandPage-success{background-color:#c0ffc0ff}div.MaintenanceCommandPage-failed{background-color:#ffc0c0ff;width:200px;-webkit-animation:flashingBackground 1s infinite;animation:flashingBackground 1s infinite;outline-offset:-3px}@-webkit-keyframes flashingBackground{0%{background-color:#ffc0c0ff}30%{background-color:#ff2020ff}60%{background-color:#ffc0c0ff}}@keyframes flashingBackground{0%{background-color:#ffc0c0ff}30%{background-color:#ff2020ff}60%{background-color:#ffc0c0ff}}div.MaintenanceInfo{overflow-y:scroll;height:calc(100% - 211px)}div.MaintenanceRecentCommand{width:calc(100% - 14px);overflow-wrap:break-word;border:1px solid #000;margin:2px;padding:4px}div.MaintenanceRecentCommand-Success{background-color:#c0ffc0ff}div.MaintenanceRecentCommand-Pending{background-color:#c0ffffff}div.MaintenanceRecentCommand-Running{background-color:#ffffffff}div.MaintenanceRecentCommand-Failed,div.MaintenanceRecentCommand-TimedOut{background-color:#ffc0c0ff;-webkit-animation:flashingBackground 1s infinite;animation:flashingBackground 1s infinite}.InstanceControlPanel button{width:28px}.InstanceControlPanel canvas{border:1px solid #000}span.refreshIndicator{border:1px solid #0f0;border-radius:20px;left:376px;top:6px;position:absolute;height:20px;width:20px;background-color:#0b0;opacity:0}span.failedRefresh{border:1px solid red;background-color:#b00}span.refreshIndicatorAnimate{-webkit-animation:fadeOut 3s linear;animation:fadeOut 3s linear}@-webkit-keyframes fadeOut{0%{opacity:1}33.333%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}33.333%{opacity:1}to{opacity:0}}div.InstanceControlPanel{background-color:#ccccccff;width:400px;height:410px;padding:5px}div.InstanceControlPanelContainer{background-color:#aaaaaaff;width:410px;height:420px;margin:5px;-webkit-transition:1s;-o-transition:1s;transition:1s;display:-ms-flexbox;display:flex}div.InstanceControlPanelContainerExpanded{width:calc(100% - 10px)}div.InstanceControlPanel button{border:1px solid #000}div.BottomPane{position:relative}div.TopPane{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:justify;justify-content:space-between;height:70px}div.PanZoomControls{position:absolute;margin:5px;z-index:2}.PanZoomControls button{width:28px;height:28px;text-align:center}p.ScreenshotTime{color:#ffffffff;left:6px}p.ScreenshotTime,p.ScreenshotTimeB{position:absolute;text-align:left;top:280px}p.ScreenshotTimeB{color:#000000ff;left:4px}input#RefreshInput{width:90px;text-align:center}div.TopRightControls{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;width:170px;border:1px solid #000}button.CloseButton{width:28px}div.NavAndCloseControls{width:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:distribute;justify-content:space-around}div.EmptyDiv{width:40px}p.DebugLog{font-size:15px;position:absolute}div.InstanceInformation{width:230px}div.InstanceInformation>p{font-size:15px}div.BottomPane{top:1px}p.LiveIndicator{color:#00ff00ff;position:absolute;text-align:left;top:280px;left:340px;width:59px;text-align:right}p.NOTLIVE{color:#ff0000ff}p.LiveIndicatorB{color:#000000ff;position:absolute;text-align:left;top:280px;left:339px;width:59px;text-align:right}p.CommandRunningW{color:#ffff00ff;left:165px}p.CommandRunningB,p.CommandRunningW{position:absolute;font-weight:700;top:280px}p.CommandRunningB{color:#000000ff;left:164px}div.Instances{overflow-y:scroll;background-color:#ffffffff;grid-column:1/2;grid-row:2/3;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-line-pack:start;align-content:flex-start}div.Sidebar{overflow-y:scroll;background-color:var(--weave-green);grid-column:2/3;grid-row:1/3;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;padding:2px}.Sidebar button.ClientButton,.Sidebar button.ClientButtonExpanded{width:177px;height:40px;background-color:#eee}.Sidebar button.ClientButtonExpanded{background-color:#d0d0d0}.Sidebar button.ClientButtonExpanded:hover{background-color:silver}.Sidebar button:hover{background-color:#ccc}.Sidebar button.MonitoredInstanceButton,.Sidebar button.UnmonitoredInstanceButton{width:177px}.Sidebar button.MonitoredInstanceButton{background-color:#666;color:#fff}div.SidebarControlPanelPage{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-negative:0;flex-shrink:0}div.SidebarControlPanelPage input{margin:5px}div.Title{background-color:var(--weave-blue);grid-column:1/2;grid-row:1/2;padding:5px;-ms-flex-pack:distribute;justify-content:space-around}div.Title,div.Title .InputMonitor{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}div.Title .InputMonitor{-ms-flex-direction:column;flex-direction:column;width:400px;text-align:center}div.Title h1,div.Title h3,div.Title label,div.Title p{color:#ffffffff}div.Title h3{margin:0}div.Title input{margin-left:6px}div.Title input#defaultRefreshTime{width:50px}div.Title button.RemoveAllButton{height:60px}div.Title div.PreferencesPanel{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center}div.Title div.PreferencesPanel>div{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row}div.FeedbackPage{height:100vh;width:100vw;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}div.FeedbackPage div.FeedbackDisplay{-ms-flex-positive:1;flex-grow:1;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row}div.FeedbackPage div.FeedbackDisplay>div{width:50vw;border:1px solid #000;background-color:var(--weave-green)}div.FeedbackTitlePage{border:1px solid #000;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;height:150px;background-color:var(--weave-blue);display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:distribute;justify-content:space-around;-ms-flex-align:center;align-items:center}div.FeedbackTitlePage h1,div.FeedbackTitlePage label,div.FeedbackTitlePage p{color:#fff}div.FeedbackTitlePage div.InputForm{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row}div.FeedbackTitlePage div.InputForm div.InputBody,div.FeedbackTitlePage div.InputForm div.InputRest{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}div.FeedbackTitlePage div.InputForm div.InputBody #inputBody{resize:none;width:500px;height:100px}input#inputAppOther.Hidden{opacity:0;cursor:default}div.FeedbackPreviewPage{background-color:#fff;margin:3px;padding:3px;border:1px solid #000}div.FeedbackPreviewPage h1,div.FeedbackPreviewPage h2,div.FeedbackPreviewPage h3,div.FeedbackPreviewPage h4,div.FeedbackPreviewPage h5{margin:0;padding:0}div.FeedbackPreviewPage .Body{margin:10px 0 10px 10px}div.FeedbackPreviewPage>div.StatusContainer{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}span.HighPriorityText>b{color:#600}span.MediumPriorityText>b{color:#630}span.LowPriorityText>b{color:#060}div.StatusUnanswered{background:#fff;background:-webkit-linear-gradient(left,#fff 1%,#fff 98%,#b0b0b0 98.01%,#b0b0b0);background:-webkit-gradient(linear,left top,right top,color-stop(1%,#fff),color-stop(98%,#fff),color-stop(98.01%,#b0b0b0),to(#b0b0b0));background:-o-linear-gradient(left,#fff 1%,#fff 98%,#b0b0b0 98.01%,#b0b0b0 100%);background:linear-gradient(90deg,#fff 1%,#fff 98%,#b0b0b0 98.01%,#b0b0b0);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#b0b0b0",GradientType=1)}div.StatusInProgress{background:#fff;background:-webkit-linear-gradient(left,#fff 1%,#fff 98%,#ffff50 98.01%);background:-webkit-gradient(linear,left top,right top,color-stop(1%,#fff),color-stop(98%,#fff),color-stop(98.01%,#ffff50));background:-o-linear-gradient(left,#fff 1%,#fff 98%,#ffff50 98.01%);background:linear-gradient(90deg,#fff 1%,#fff 98%,#ffff50 98.01%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffff50",GradientType=1)}div.StatusComplete{background:#fff;background:-webkit-linear-gradient(left,#fff 1%,#fff 98%,#50ff50 98.01%);background:-webkit-gradient(linear,left top,right top,color-stop(1%,#fff),color-stop(98%,#fff),color-stop(98.01%,#50ff50));background:-o-linear-gradient(left,#fff 1%,#fff 98%,#50ff50 98.01%);background:linear-gradient(90deg,#fff 1%,#fff 98%,#50ff50 98.01%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#50ff50",GradientType=1)}div.StatusPlanned{background:#fff;background:-webkit-linear-gradient(left,#fff 1%,#fff 98%,#50ff 98.01%);background:-webkit-gradient(linear,left top,right top,color-stop(1%,#fff),color-stop(98%,#fff),color-stop(98.01%,#50ff));background:-o-linear-gradient(left,#fff 1%,#fff 98%,#50ff 98.01%);background:linear-gradient(90deg,#fff 1%,#fff 98%,#50ff 98.01%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#50ff",GradientType=1)}div.StatusCancelled{background:#fff;background:-webkit-linear-gradient(left,#fff 1%,#fff 98%,#ff5050 98.01%);background:-webkit-gradient(linear,left top,right top,color-stop(1%,#fff),color-stop(98%,#fff),color-stop(98.01%,#ff5050));background:-o-linear-gradient(left,#fff 1%,#fff 98%,#ff5050 98.01%);background:linear-gradient(90deg,#fff 1%,#fff 98%,#ff5050 98.01%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ff5050",GradientType=1)}div.FeedbackListPage{height:calc(100vh - 154px);overflow-y:auto}div.HighlightedFeedbackPage{background-color:#fff;padding:3px;margin:3px;border:1px solid #000;overflow-y:auto;overflow-x:hidden;max-height:calc(100vh - 168px)}div.HighlightedFeedbackPageDev{max-height:calc(100vh - 250px)}div.HighlightedFeedbackPage h1,div.HighlightedFeedbackPage h2,div.HighlightedFeedbackPage h3,div.HighlightedFeedbackPage h4,div.HighlightedFeedbackPage h5{margin:0;padding:0}div.HighlightedFeedbackPage .Body{margin:10px 0 10px 10px}div.DevControlPanelPage{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;background-color:#fff;padding:3px;margin:3px;border:1px solid #000;height:70px}div.DevControlPanelPage>div{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}div.DevControlPanelPage>div>div{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row}div.FeedbackStatusPage{background-color:#fff;border:1px solid #000;margin:5px 0;padding:3px}div.Ec2ExplorerPage{height:100vh;width:100vw;display:grid;grid-template-rows:100px auto;grid-template-columns:auto 200px;overflow:hidden}table.Ec2ExMainPageTable button.Ec2ExDel,table.Ec2ExMainPageTable button.Ec2ExDir{border:1px solid #000}table.Ec2ExMainPageTable button.Ec2ExDir{background-color:#afa}table.Ec2ExMainPageTable button.Ec2ExDel{background-color:#faa}table.Ec2ExMainPageTable button.Ec2ExDir:hover{background-color:#4f4}table.Ec2ExMainPageTable button.Ec2ExDel:hover{background-color:#f77}table.Ec2ExMainPageTable button.Ec2ExDir:active{background-color:#0b0}table.Ec2ExMainPageTable button.Ec2ExDel:active{background-color:red}div.Ec2ExTitlePage{grid-row:1/2;grid-column:1/2;background-color:var(--weave-blue);display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around;-ms-flex-align:center;align-items:center}div.Ec2ExTitlePage h1,div.Ec2ExTitlePage p{color:#fff}div.Ec2ExTitlePage div.FilterRow{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}div.Ec2ExTitlePage div.CurrentFilters{overflow-y:auto;height:72px}:root{--top-sticky-row-height:0px;--top-row-buffer-height:0px;--bottom-row-buffer-height:0px}div.Ec2ExMainPage{grid-row:2/3;grid-column:1/2;overflow:auto}table.Ec2ExMainPageTable{background-color:#000}table.Ec2ExMainPageTable th{font-weight:700}table.Ec2ExMainPageTable td,table.Ec2ExMainPageTable th{background-color:#fff}table.Ec2ExMainPageTable div.ColumnControls{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center}table.Ec2ExMainPageTable .StickyRowTop{outline:2px solid #000;position:-webkit-sticky;position:sticky;top:2px}table.Ec2ExMainPageTable .StickyRowBottom{outline:2px solid #000;position:-webkit-sticky;position:sticky;top:calc(var(--top-sticky-row-height) + 4px)}table.Ec2ExMainPageTable .StickyColumn{outline:2px solid #000;position:-webkit-sticky;position:sticky;left:2px}table.Ec2ExMainPageTable .StickyColumn.StickyRowBottom,table.Ec2ExMainPageTable .StickyColumn.StickyRowTop{z-index:5}table.Ec2ExMainPageTable tr.Ec2ExTableRowTopBuffer{height:var(--top-row-buffer-height)}table.Ec2ExMainPageTable tr.Ec2ExTableRowBottomBuffer{height:var(--bottom-row-buffer-height)}tr.Ec2ExTableRowPage>td.RowControls>div{height:inherit;-ms-flex-pack:distribute;justify-content:space-around;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}table.Ec2ExMainPageTable tr.Ec2ExTableRowPage{height:80px}table.Ec2ExMainPageTable tr.Ec2ExTableRowPage td>div{overflow-y:auto;height:80px}div.Ec2ExSidebarPage{grid-row:1/3;grid-column:2/3;background-color:var(--weave-green);display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;overflow-y:scroll;overflow-x:hidden}div.Ec2ExSidebarPage>button{-ms-flex-negative:0;flex-shrink:0}div.Ec2ExSidebarPage>button.Hiddentrue{background-color:#666;color:#fff}span.StatusOverlayPage{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;padding:10px;z-index:10;position:absolute;background-color:#fff;height:50px;top:calc(100vh - 97px);left:10px;-webkit-filter:drop-shadow(0 0 10px #000);filter:drop-shadow(0 0 10px #000000);-webkit-transition-delay:2s;-o-transition-delay:2s;transition-delay:2s;-webkit-transition:2s;-o-transition:2s;transition:2s}span.StatusOverlayPage>span.LoadingLogo>span.BlueW,span.StatusOverlayPage>span.LoadingLogo>span.GreenW{font-size:3em;font-weight:500;position:relative;color:var(--weave-blue)}span.StatusOverlayPage>span.LoadingLogo>span.GreenW{left:-40px;color:var(--weave-green)}span.StatusOverlayPage>h1{position:relative;left:-30px}span.StatusOverlayPage>span.LoadingLogo{-webkit-transform-origin:26.5% 0;-ms-transform-origin:26.5% 0;transform-origin:26.5% 0;-webkit-animation:loadingSpin 3s infinite linear;animation:loadingSpin 3s infinite linear}span.StatusOverlayPageInactive{color:#00000000;left:-300px}span.StatusOverlayPageActive{left:10px}@-webkit-keyframes loadingSpin{0%{-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}to{-webkit-transform:rotateY(1turn);transform:rotateY(1turn)}}@keyframes loadingSpin{0%{-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}to{-webkit-transform:rotateY(1turn);transform:rotateY(1turn)}}div.Ec2ExplorerPage{height:100vh;width:100vw;display:grid;grid-template-rows:100px auto;grid-template-columns:auto 200px;overflow:hidden}table.Ec2ExMainPageTable button.Ec2ExDel,table.Ec2ExMainPageTable button.Ec2ExDir{border:1px solid #000}table.Ec2ExMainPageTable button.Ec2ExDir{background-color:#afa}table.Ec2ExMainPageTable button.Ec2ExDel{background-color:#faa}table.Ec2ExMainPageTable button.Ec2ExDir:hover{background-color:#4f4}table.Ec2ExMainPageTable button.Ec2ExDel:hover{background-color:#f77}table.Ec2ExMainPageTable button.Ec2ExDir:active{background-color:#0b0}table.Ec2ExMainPageTable button.Ec2ExDel:active{background-color:red}div.Ec2ExTitlePage{grid-row:1/2;grid-column:1/2;background-color:var(--weave-blue);display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around;-ms-flex-align:center;align-items:center}div.Ec2ExTitlePage h1,div.Ec2ExTitlePage p{color:#fff}div.Ec2ExTitlePage div.FilterRow{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}div.Ec2ExTitlePage div.CurrentFilters{overflow-y:auto;height:72px}:root{--top-sticky-row-height:0px;--top-row-buffer-height:0px;--bottom-row-buffer-height:0px}div.Ec2ExMainPage{grid-row:2/3;grid-column:1/2;overflow:auto}table.Ec2ExMainPageTable{background-color:#000}table.Ec2ExMainPageTable th{font-weight:700}table.Ec2ExMainPageTable td,table.Ec2ExMainPageTable th{background-color:#fff}table.Ec2ExMainPageTable div.ColumnControls{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center}table.Ec2ExMainPageTable .StickyRowTop{outline:2px solid #000;position:-webkit-sticky;position:sticky;top:2px}table.Ec2ExMainPageTable .StickyRowBottom{outline:2px solid #000;position:-webkit-sticky;position:sticky;top:calc(var(--top-sticky-row-height) + 4px)}table.Ec2ExMainPageTable .StickyColumn{outline:2px solid #000;position:-webkit-sticky;position:sticky;left:2px}table.Ec2ExMainPageTable .StickyColumn.StickyRowBottom,table.Ec2ExMainPageTable .StickyColumn.StickyRowTop{z-index:5}table.Ec2ExMainPageTable tr.Ec2ExTableRowTopBuffer{height:var(--top-row-buffer-height)}table.Ec2ExMainPageTable tr.Ec2ExTableRowBottomBuffer{height:var(--bottom-row-buffer-height)}tr.Ec2ExTableRowPage>td.RowControls>div{height:inherit;-ms-flex-pack:distribute;justify-content:space-around;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}table.Ec2ExMainPageTable tr.Ec2ExTableRowPage{height:80px}table.Ec2ExMainPageTable tr.Ec2ExTableRowPage td>div{overflow-y:auto;height:80px}div.Ec2ExSidebarPage{grid-row:1/3;grid-column:2/3;background-color:var(--weave-green);display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;overflow-y:scroll;overflow-x:hidden}div.Ec2ExSidebarPage>button{-ms-flex-negative:0;flex-shrink:0}div.Ec2ExSidebarPage>button.Hiddentrue{background-color:#666;color:#fff}div.Ec2PaTitlePage{height:130px;background-color:var(--weave-blue);padding:10px}div.Ec2PaTitlePage h1,div.Ec2PaTitlePage p{color:#fff}div.Ec2PaTitlePage a{color:#ccffccff}.AnimatedElipses:after{content:".";-webkit-animation:AnimateElipses 3s linear infinite forwards;animation:AnimateElipses 3s linear infinite forwards}@-webkit-keyframes AnimateElipses{0%{content:"."}33%{content:".."}67%{content:"..."}}@keyframes AnimateElipses{0%{content:"."}33%{content:".."}67%{content:"..."}}div.Ec2PaRequiredAttentionPage{background-color:#ffffffff;margin:10px;padding:5px;border:1px solid #000;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between}div.Ec2PaRequiredAttentionPage button{background-color:#ddddddff;border:1px solid #000}div.Ec2PaRequiredAttentionPage button:hover{background-color:#ffffffff}div.Ec2PaRequiredAttentionPage div.AdditionalInfo{border:1px solid #000;margin:2px;padding:2px}div.Success{background-color:#ccffccff}div.NotSuccess{background-color:#ffccccff}div.Ec2PaContentPage{overflow-y:scroll;height:calc(100vh - 150px)}div.HybrisSiteIdentifierPage{height:100vh;width:100vw;display:grid;grid-template-rows:100px auto;grid-template-columns:auto}div.HsiTitlePage{background-color:var(--weave-blue);display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row}div.HsiTitlePage h1,div.HsiTitlePage p{color:#fff}div.HsiTitlePage table.ScoreCount{border-collapse:collapse}div.HsiTitlePage table.ScoreCount td,div.HsiTitlePage table.ScoreCount th{border:1px solid #000;background-color:#fff;text-align:center}div.HsiMainPage{overflow:scroll}.HsiTable td,.HsiTable th,table.HsiTable{border:1px solid #000}table.HsiTable{border-collapse:collapse}table.HsiTable tr{background-color:#fff}table.HsiTable tr.HybrisRow{background-color:#ccffccff}table.HsiTable tr.NotHybrisRow{background-color:#ffccccff}table.HsiTable tr.HybrisRow:hover{background-color:#aaddaaff}table.HsiTable tr.NotHybrisRow:hover{background-color:#ddaaaaff}table.HsiTable tr.UnknownRow:hover{background-color:#ddddddff}div.IamExplorerPage{display:grid;height:100vh;width:100vw;grid-template-rows:80px auto}div.IamExplorerPage>div.IamExTitle{background-color:var(--weave-blue);grid-row-start:1 2}div.IamExplorerPage>div.IamExTitle>h1{color:#fff}div.IamExContentPage{background-color:#fff;grid-row-start:2 3;overflow-x:auto;overflow-y:auto}table.IamExAudit,table.IamExAudit td,table.IamExAudit th{margin:10px;border:1px solid #000;border-collapse:collapse}table.IamExAudit p.CellAction{font-size:1.2em;margin-left:0}table.IamExAudit p.CellAccount{font-size:1.1em;padding-left:10px}table.IamExAudit p.CellPolicyAllow{font-size:1em;padding-left:20px;background-color:#bbffbbff}table.IamExAudit p.CellPolicyDeny{font-size:1em;padding-left:20px;background-color:#ffbbbbff}div.IamExTitleBarPage{background-color:var(--weave-blue);grid-row-start:1 2;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:space-evenly;justify-content:space-evenly}div.IamExTitleBarPage>h1{color:#fff}div.IamExUsersPage{height:100vh;width:100vw;display:grid;grid-template-rows:50px auto;overflow-y:scroll}div.IamExUsTitleBarPage{background-color:var(--weave-blue);display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row}div.IamExUsTitleBarPage h1,div.IamExUsTitleBarPage p{color:#fff}div.IamExUsContentPage h1,h2{margin:2px}div.IamExUsContentPage div.IamExUsContentDiv{min-width:calc(100vw - 57px);margin:10px;background-color:#fff;padding:10px}div.IamExUsContentPage div.UserInfo{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row}div.IamExUsContentPage div.UserInfo>div{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}div.IamExUsContentPage div.UserInfo>div>div{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row}div.IamExUsContentPage table.ActionTable,div.IamExUsContentPage table.ActionTable td,div.IamExUsContentPage table.ActionTable th,div.IamExUsContentPage table.EventTable,div.IamExUsContentPage table.EventTable td,div.IamExUsContentPage table.EventTable th{border:1px solid #000;border-collapse:collapse}div.IamExUsContentDiv div.ButtonDiv{border:2px solid #00000000;margin:2px}div.IamExUsContentDiv div.ButtonDiv:hover{border:2px solid #000000ff}div.IamExUsContentPage table.ActionTable td.PolicyInfoDeny,div.IamExUsContentPage table.ActionTable tr.DenyAll{background-color:#ff8888ff}div.IamExUsContentPage table.ActionTable tr.DenyAll:hover{background-color:#dd6666ff}div.IamExUsContentPage table.ActionTable tr.DenySome{background-color:#ffcc88ff}div.IamExUsContentPage table.ActionTable tr.DenySome:hover{background-color:#ddaa66ff}div.IamExUsContentPage table.ActionTable tr.Neutral{background-color:#ffffffff}div.IamExUsContentPage table.ActionTable tr.Neutral:hover{background-color:#ddddddff}div.IamExUsContentPage table.ActionTable tr.AllowSome{background-color:#ffff88ff}div.IamExUsContentPage table.ActionTable tr.AllowSome:hover{background-color:#dddd66ff}div.IamExUsContentPage table.ActionTable td.PolicyInfoAllow,div.IamExUsContentPage table.ActionTable tr.AllowAll{background-color:#88ff88ff}div.IamExUsContentPage table.ActionTable tr.AllowAll:hover{background-color:#66dd66ff}div.IamExUsContentPage table.ActionTable tr.AllowAll,div.IamExUsContentPage table.ActionTable tr.AllowSome,div.IamExUsContentPage table.ActionTable tr.DenyAll,div.IamExUsContentPage table.ActionTable tr.DenySome,div.IamExUsContentPage table.ActionTable tr.Neutral{cursor:pointer}div.IamExReportPage{height:100vh;width:100vw;display:grid;grid-template-rows:50px auto;overflow-y:scroll}div.IamExReTitleBarPage{background-color:var(--weave-blue);display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row}div.IamExReTitleBarPage h1,div.IamExReTitleBarPage p{color:#fff}div.IamExReContentPage div.IamExReContentDiv{min-width:calc(100vw - 57px);margin:10px;background-color:#fff;padding:10px}div.IamExReContentPage div.UserInfo{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row}div.IamExReContentPage div.UserInfo>div{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}div.IamExReContentPage div.UserInfo>div>div{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row}div.IamExReContentPage table.ActionTable,div.IamExReContentPage table.ActionTable td,div.IamExReContentPage table.ActionTable th{border:1px solid #000;border-collapse:collapse}div.IamExReUserCardPage{margin:5px;background-color:#fff;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row}div.IamExReUserCardPage h1,div.IamExReUserCardPage h2,div.IamExReUserCardPage h3,div.IamExReUserCardPage h4,div.IamExReUserCardPage p{margin-top:0;margin-bottom:0}div.IamExReUserCardButtonDiv{width:auto;border:2px solid #ffffff00;cursor:pointer}div.IamExReUserCardButtonDiv:hover{border:2px solid #000}div.IamExReUserCardInfo{-ms-flex-positive:1;flex-grow:1;margin-left:5px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}div.UserAlertBar{width:10px;border:1px solid #fff;background-color:#fff}div.UserAlertBar_5{background-color:#ff0000ff}div.UserAlertBar_4{background-color:#ff8800ff}div.UserAlertBar_3{background-color:#e0e000ff}div.UserAlertBar_2{background-color:#00ff00ff}div.UserAlertBar_1{background-color:#00bb00ff}div.UserAlertBar_0{background-color:#006600ff}div.Indent1{margin:2px;margin-left:5px;background-color:#eeeeeeff;padding:1px}div.Indent2{margin:2px;margin-left:10px;background-color:#ddddddff;padding:1px}.Indent3{margin:2px;margin-left:15px;background-color:#ccccccff;padding:1px}div.AlertParagraph{border:2px solid #ffffff00;display:-ms-flexbox;display:flex}div.IamExReInfoBoxPage{background-color:#fff;margin:5px;padding:5px}div.IamExReInfoBoxPage div.HoverBorder{border:2px solid #ffffff00}div.IamExReInfoBoxPage div.HoverBorder:hover{border:2px solid #000}div.IamExKeysPage{display:grid;height:100vh;width:100vw;grid-template-rows:100px auto}div.IamExKeTitlePage{background-color:var(--weave-blue)}div.IamExKeContentPage{overflow-y:scroll}div.IamExKeContentPage div.KeyTableContainer{background-color:#fff;margin:10px;padding:10px}div.IamExKeContentPage div.KeyTableContainer table.KeyTable,div.IamExKeContentPage div.KeyTableContainer table.KeyTable td,div.IamExKeContentPage div.KeyTableContainer table.KeyTable th{border:1px solid #000;border-collapse:collapse}td.GreenCell{background-color:#88ff88ff}td.YellowCell{background-color:#ffff88ff}td.OrangeCell{background-color:#ff8800ff}td.RedCell{background-color:#ff9999ff}td.GreyCell{background-color:#bbbbbbff}div.SecurityFeedsPage{display:-ms-flexbox;display:flex}div.SecurityFeedsPage>div{border:5px solid #fff;margin:50px;position:relative}div.cisFeedPage{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}div.cisFeedPage h1,div.cisFeedPage p{font-family:Montserrat,sans-serif;text-align:center}div.cisPageFeedDescription{background-color:#eeeeeeff;padding:10px;border-left:2px solid #000}div.cisPageFeedDescription p{font-size:20px}div.cisPageFeedTitle{background-color:#ffffffff;position:relative;height:90px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center}div.cisPageFeedTitle img{top:-3px;height:80px;position:absolute}div.cisPageFeedContent{display:-ms-flexbox;display:flex;border:2px solid #000}div.cisPageFeedAlertLevels{background-color:#ffffffff}div.cisPageCOLOR h1{font-size:30px;margin:0}div.cisPageCOLOR{opacity:1;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;height:80px;width:200px;-webkit-animation:strobe 1s infinite;animation:strobe 1s infinite;border:2px solid #000}div.cisPageOFF{opacity:.25;-webkit-animation:none;animation:none;border:2px solid #ffffff00}div.cisPageGREEN{background-color:#00ff00ff}div.cisPageBLUE{background-color:#00ccffff}div.cisPageYELLOW{background-color:#ffff00ff}div.cisPageORANGE{background-color:#ff8800ff}div.cisPageRED{background-color:#ff0000ff}.SecurityGroupComparerPage{width:100vw;height:100vh;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:space-evenly;justify-content:space-evenly;-ms-flex-align:center;align-items:center}.SecGroupContainer{width:90vw;height:90vh;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.SecGroupHeader{height:100px;background-color:var(--weave-blue-light)}.SecGroupHeader>input{width:60%}.SecGroupInfo{-ms-flex-positive:1;flex-grow:1;background-color:var(--weave-green)}.SecGroupComparisonPage{width:100%;height:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.SecGroupComparisonPage>h1{border:1px solid #000}.SecGroupComparisonGroup{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:50%;-ms-flex-positive:0;flex-grow:0}.protocolContainer{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;width:100%;overflow-x:hidden}.ruleListContainer{width:calc(50% - 2px);-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:0;flex-shrink:0;border-left:1px solid #000;border:1px solid #000}.ruleRow{display:-ms-flexbox;display:flex;width:100%;-ms-flex-pack:distribute;justify-content:space-around}.ruleRow>div{background-color:#fff;padding:2px;width:30%;border:1px solid #000}.ruleRowMatch>div{background-color:#ffff00ff}div.SecGroupContainer>div.GroupTitles{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:distribute;justify-content:space-around}div.SecGroupContainer>div.GroupTitles>h2.GroupTitle{border:1px solid #000;width:calc(50% - 2px);text-align:center;margin:0;background-color:#ffffffff}div.SecGroupComparisonPage>h1{text-align:center}div.LandscapeInfoControlPanel{background-color:var(--weave-blue-light);height:10vh}div.LandscapeInfoDisplay{height:90vh;overflow-y:auto}div.LandscapeInfoPage table{border-collapse:collapse;margin:10px}div.LandscapeInfoPage table th{font-weight:700;border:1px solid #000;padding:2px}div.LandscapeInfoPage table td{border:1px solid #000}input#instances-search{width:400px}div.InstanceTerraformPage>textarea{font-family:Courier New,Courier,monospace;font-size:90%}:root{--weave-green:#76bd22ff;--weave-green:#6abf4bff;--weave-blue:#007da5ff;--weave-blue-light:#5cdcffff}*{font-family:Calibri,Trebuchet MS,sans-serif;color:#000;font-weight:lighter;z-index:1}@-webkit-keyframes spinno{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spinno{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}button,h1,h2,h3,h4,h5,p,td,th{font-family:Calibri,Trebuchet MS,sans-serif;color:#000;font-weight:lighter}div.App{height:100vh;background:#c1e19a;background:-webkit-linear-gradient(top,#c1e19a,#8bc4d6);background:-webkit-gradient(linear,left top,left bottom,from(#c1e19a),to(#8bc4d6));background:-o-linear-gradient(top,#c1e19a 0,#8bc4d6 100%);background:linear-gradient(180deg,#c1e19a 0,#8bc4d6)}h1,p{margin:0}button{border:0;margin:2px;background-color:#fff;color:#000;cursor:pointer}button:hover{background-color:#bbb}
/*# sourceMappingURL=main.256ac8e8.css.map*/