html, body {
    height: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.admin-header {
    width: 100%;
    height: 48px;
    line-height: 48px;

    background-color: #282828;
    background-position: left top;
    background-repeat-x: repeat;
    background-image: none;
    display: flex;
    justify-content: space-between;
}

.admin-logo-div {
    display: flex;
    margin-left: 10px;
    width: 100%;
    height: 100%;
    align-items: center;
}

.admin-logo-div-wrapper {
    cursor: pointer;
    display: flex;
    align-items: center;
    user-select: none;
}

.admin-logo-span {
    display: inline-block;
    font-weight: 600;
    font-family: SegoeUI-SemiBold-final,Segoe UI Semibold,SegoeUI-Regular-final,Segoe UI,"Segoe UI Web (West European)",Segoe,-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,Tahoma,Helvetica,Arial,sans-serif;
    font-size: 16px;
    line-height: 48px;
    -webkit-font-smoothing: antialiased;
    color: white;
    margin-top: -3px;
}

.logo {
    display: flex;
    margin-right: 5px;
}

/* Microsoft >> */

.PageMainDiv {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    overflow: auto;
    font-family: "Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    font-weight: 400;
    color: rgb(51, 51, 51);
}

.root-93 {
    font-family: "Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    font-weight: 400;
    display: flex;
    background-color: rgb(244, 244, 244);
    padding: 0px 16px;
    height: 40px;
}

.primarySet-96 {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    flex-grow: 1;
    align-items: stretch;
}

.item-97 {
    flex-shrink: 0;
    display: inherit;
}

.root-99 {
    outline: transparent;
    position: relative;
    font-family: "Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    font-weight: 400;
    box-sizing: border-box;
    border: 1px solid transparent;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    vertical-align: top;
    padding: 0px 4px;
    border-radius: 0px;
    margin: 0px;
    min-width: 40px;
    background-color: rgb(244, 244, 244);
    color: rgb(51, 51, 51);
    height: 100%;
    user-select: none;
}

.flexContainer-100 {
    display: flex;
    height: 100%;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.icon-88 {
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: normal;
    speak: none;
    font-family: FabricMDL2Icons-1;
    font-size: 16px;
    margin: 0px 4px;
    height: 14px;
    line-height: 16px;
    text-align: center;
    vertical-align: middle;
    flex-shrink: 0;
    color: rgb(16, 110, 190);
}

.textContainer-101 {
    flex-grow: 1;
}

.label-102 {
    margin: 0px 4px;
    line-height: 100%;
    font-weight: normal;
    white-space: nowrap;
}

.root-99:hover {
    background-color: rgb(234, 234, 234);
    color: rgb(33, 33, 33);
}

.PageHeader {
    text-align: left;
    margin-left: 20px;
    font-size: 21px;
    margin-bottom: 20px;
    margin-top: 30px;
    font-weight: lighter;
}

.PageTitle {
    margin-left: 8px;
}

.PageContent {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
    overflow: auto;
}

.NoHover {
    cursor:text !important; 
    text-decoration: None !important;
    user-select: text !important;
    color: inherit !important;
}

.PageContent > :not(:last-child) {
    margin-bottom: 30px;
}

.EnvironmentNameAndUrlContainer {
    display: flex;
    flex-direction: row;
}

.GridLinkLikeButtonItem-Active {
    color: blue !important;
    text-decoration: underline !important;
}

.GridLinkLikeButtonItem {
    font-size: 12px !important;
    height: 20px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.flexContainer-73 {
    display: flex;
    height: 100%;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}

.flexContainer-100 {
    display: flex;
    height: 100%;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.PageSectionHeader {
    text-align: left;
    font-size: 21px;
    margin-top: 30px;
    font-weight: lighter;
    margin-bottom: 30px;
}

.admin-user>.mectrl_dropdownbody {
    width: 360px;
    cursor: auto;
    max-width: 100vw;
    -webkit-box-shadow: 0 24px 54px rgb(0 0 0 / 15%), 0 4.5px 13.5px rgb(0 0 0 / 8%);
    box-shadow: 0 24px 54px rgb(0 0 0 / 15%), 0 4.5px 13.5px rgb(0 0 0 / 8%);
}

.mectrl_currentAccount a.mectrl_signout:hover, .mectrl_currentAccount button.mectrl_signout:hover {
    color: inherit;
    background-color: rgba(0,0,0,.08);
}

.mectrl_dropdownbody.expanded {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.mectrl_root *, .mectrl_root div * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.mectrl_root, .mectrl_root div {
    font-family: "Segoe UI","Segoe UI Web Regular","Segoe UI Symbol","Helvetica Neue","BBAlpha Sans","S60 Sans",Arial,sans-serif;
    line-height: normal;
}

.mectrl_dropdownbody {
    position: absolute;
    right: 0;
    z-index: 1000000;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0s linear 120ms,opacity 120ms ease;
    transition: visibility 0s linear 120ms,opacity 120ms ease;
}

.mectrl_body {
    text-align: left;
    color: #333;
    background-color: #fff;
}

.mectrl_currentAccount {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 1fr auto;
    grid-template-columns: auto 1fr auto;
}

.mectrl_company {
    padding-left: 14px;
    padding-right: 14px;
    font-size: 13px;
    margin: auto;
}

.mectrl_truncate, a.mectrl_truncate, button.mectrl_truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mectrl_currentAccount .mectrl_accountInfo {
    min-height: 132px;
    width: 100%;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#mectrl_currentAccount_picture {
    display: block;
    border-radius: 50%;
    overflow: hidden;
    width: 88px;
    height: 88px;
    margin-left: 16px;
    margin-right: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.mectrl_currentAccount .mectrl_accountInfo>* {
    padding: 0;
}

.mectrl_profilepic {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.mectrl_currentAccount .mectrl_accountInfo .mectrl_accountDetails {
    font-size: 13px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    width: 0;
    padding-right: 12px;
}

.mectrl_currentAccount .mectrl_accountInfo .mectrl_accountDetails>:first-child {
    margin-top: 0;
}

.mectrl_currentAccount .mectrl_accountInfo .mectrl_name {
    font-size: 18px;
    font-weight: 700;
}

.mectrl_currentAccount .mectrl_accountInfo .mectrl_accountDetails>* {
    padding: 1px;
}

.mectrl_currentAccount .mectrl_accountInfo .mectrl_accountDetails>:nth-child(2) {
    margin-top: 3px;
    font-size: 13px;
}

.mectrl_currentAccount a.mectrl_signout, .mectrl_currentAccount a.mectrl_signout:focus, .mectrl_currentAccount button.mectrl_signout, .mectrl_currentAccount button.mectrl_signout:focus {
    color: #333;
    background-color: #fff;
}

.mectrl_currentAccount .mectrl_signout {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3/4;
    font-size: 13px;
    padding: 15px 14px;
}

.mectrl_resetStyle, a.mectrl_resetStyle, button.mectrl_resetStyle {
    height: auto;
    min-width: auto;
    min-height: auto;
    border-style: none;
    border-width: 0;
    padding: 0;
    margin: 0;
    outline-style: none!important;
    background-color: transparent;
    text-decoration: none;
    text-align: left;
    font-family: "Segoe UI","Segoe UI Web Regular","Segoe UI Symbol","Helvetica Neue","BBAlpha Sans","S60 Sans",Arial,sans-serif;
    cursor: pointer;
}

/* Microsoft << */

.InstanceList {
    font-family: "Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 12px;
    font-weight: 400;
    position: relative;
    background: rgb(255, 255, 255);
    color: rgb(51, 51, 51);
    margin-bottom: 30px;
}

.InstanceListHeaderRow {
    font-family: "Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 12px;
    font-weight: 400;
    display: inline-block;
    background: rgb(255, 255, 255);
    position: relative;
    min-width: 100%;
    vertical-align: top;
    height: 32px;
    line-height: 32px;
    white-space: nowrap;
    box-sizing: content-box;
    padding-bottom: 1px;
    padding-top: 16px;
    border-bottom: 1px solid rgb(234, 234, 234);
    cursor: default;
    user-select: none;
}

.InstanceListColumn {
    outline: transparent;
    position: relative;
    color: rgb(51, 51, 51);
    display: inline-block;
    box-sizing: border-box;
    padding: 0px 8px 0px 12px;
    line-height: inherit;
    margin: 0px;
    height: 32px;
    vertical-align: top;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
    font-family: "Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 12px;
    font-weight: 400;
    width: 220px;
}

.InstanceListColumnCloud {
    outline: transparent;
    position: relative;
    color: rgb(51, 51, 51);
    display: inline-block;
    box-sizing: border-box;
    padding: 0px 8px 0px 12px;
    line-height: inherit;
    margin: 0px;
    height: 32px;
    vertical-align: top;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
    font-family: "Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 12px;
    font-weight: 400;
    width: 180px;
}

.InstanceListColumn:hover {
    color: rgb(51, 51, 51);
    background: rgb(244, 244, 244);
}

.InstanceListColumn2 {
    padding: 0px 32px 0px 12px;
    width: 194px;
}

.InstanceListColumn3 {
    padding: 0px 32px 0px 12px;
    width: 119px;
}

.InstanceListColumn4 {
    padding: 0px 32px 0px 12px;
    width: 169px;
}

.InstanceListColumn5 {
    padding: 0px 32px 0px 12px;
    width: 150px;
}

.InstanceListColumn6 {
    padding: 0px 32px 0px 12px;
    width: 150px;
}

.InstanceListColumn7 {
    padding: 0px 32px 0px 12px;
    width: 119px;
}
.InstanceListColumn8 {
    padding: 0px 32px 0px 12px;
    width: 300px;
}

.InstanceListColumn2Cloud {
    padding: 0px 32px 0px 12px;
    width: 115px;
}

.InstanceListColumn3Cloud {
    padding: 0px 32px 0px 12px;
    width: 119px;
}

.InstanceListColumn4Cloud {
    padding: 0px 32px 0px 12px;
    width: 120px;
}

.InstanceListColumn5Cloud {
    padding: 0px 32px 0px 12px;
    width: 280px;
}

.InstanceListColumn6Cloud {
    padding: 0px 32px 0px 12px;
    width: 200px;
}

.InstanceListColumn7Cloud {
    padding: 0px 32px 0px 12px;
    width: 265px;
}
.InstanceListColumn8Cloud {
    padding: 0px 32px 0px 12px;
    width: 160px;
}

.CellTooltip {
    display: block;
    position: absolute;
    inset: 0px;
}

.CellTitle {
    outline: transparent;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    box-sizing: border-box;
    overflow: hidden;
    padding: 0px 8px 0px 17px;
}

.CellName {
    flex: 0 1 auto;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ListCell {
    min-height: 38px;
    word-break: break-word;
}

.DetailsRow {
    animation-name: css-0;
    animation-duration: 0.367s;
    animation-timing-function: cubic-bezier(0.1, 0.25, 0.75, 0.9);
    animation-fill-mode: both;
    font-family: "Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 12px;
    font-weight: 400;
    outline: transparent;
    position: relative;
    border-bottom: 1px solid rgb(244, 244, 244);
    background: rgb(255, 255, 255);
    color: rgb(102, 102, 102);
    display: inline-flex;
    min-width: 100%;
    min-height: 42px;
    white-space: nowrap;
    padding: 0px;
    box-sizing: border-box;
    vertical-align: top;
    text-align: left;
    width: 100%;
}

.DetailsRow:hover {
    background: rgb(244, 244, 244);
}

.DetailsRowFields {
    display: flex;
    align-items: stretch;
}

.DetailsRowFieldsCloud {
    display: flex;
    align-items: stretch;
    margin-left: 5px;
}

.DetailsRowCell {
    width: 220px;
    color: #333333;
    outline: transparent;
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    min-height: 42px;
    vertical-align: top;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 11px;
    padding-bottom: 11px;
    padding-left: 12px;
}

.DetailsRowCellCloud {
    width: 180px;
    color: #333333;
    outline: transparent;
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    min-height: 42px;
    vertical-align: top;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 11px;
    padding-bottom: 11px;
    padding-left: 12px;
}

.ClickableCell {
    outline: transparent;
    position: relative;
    font-family: "Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    font-weight: 400;
    box-sizing: border-box;
    border: 1px solid transparent;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    vertical-align: top;
    padding: 0px 4px;
    border-radius: 0px;
    margin: 0px;
    height: 40px;
    color: rgb(51, 51, 51);
    background-color: transparent;
    user-select: none;
    margin-right: 5px;
}

.ClickableCell:hover {
    color: rgb(0, 24, 143);
}

.ClickableLabel {
    margin-left: 0px !important;
    margin: 0px 4px;
    line-height: 100%;
}

.EnvironmentNameAndIconSeperatorElement {
    padding-top: 4px;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: normal;
    speak: none;
    font-family: FabricMDL2Icons-11;
}

.EnvironmentUrlIconElement {
    height: 20px;
    width: 35px;
    padding-top: 3px;
    outline: transparent;
    position: relative;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    font-weight: 400;
    box-sizing: border-box;
    border: none;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    vertical-align: top;
    padding: 0px 4px;
    border-radius: 0px;
    margin: 0px;
    background-color: transparent;
    color: rgb(51, 51, 51);
    user-select: none;
}

.OpenInNewWindow {
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: normal;
    speak: none;
    font-family: FabricMDL2Icons-1;
    font-size: 16px;
    margin: 0px 4px;
    height: 12px;
    line-height: 16px;
    text-align: center;
    vertical-align: middle;
    flex-shrink: 0;
}

.Cell {
    outline: transparent;
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    min-height: 42px;
    vertical-align: top;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 11px;
    padding-bottom: 11px;
    padding-left: 15px;
    color: #333333;
    width: 194px;
    padding-right: 32px;
}

.CellCloud {
    outline: transparent;
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    min-height: 42px;
    vertical-align: top;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 11px;
    padding-bottom: 11px;
    padding-left: 15px;
    color: #333333;
    width: 115px;
    padding-right: 32px;
}

.Cell3 {
    width: 119px;
    margin-left: 3px;
}

.Cell4 {
    width: 169px;
    margin-left: 4px;
}

.Cell5 {
    width: 150px;
    margin-left: 3px;
}

.Cell6 {
    width: 150px;
    margin-left: 3px;
}

.Cell7 {
    width: 119px;
    margin-left: 3px;
}

.Cell8 {
    width: 300px;
    margin-left: 3px;
}

.Cell3Cloud {
    width: 119px;
    margin-left: 3px;
}

.Cell4Cloud {
    width: 120px;
    margin-left: 4px;
}

.Cell5Cloud {
    width: 280px;
    margin-left: 3px;
}

.Cell6Cloud {
    width: 200px;
    margin-left: 3px;
}

.Cell7Cloud {
    width: 265px;
    margin-left: 3px;
}

.Cell8Cloud {
    width: 160px;
    margin-left: 3px;
}

.LoadingSpinner {
    position: absolute;
    top: 50%;
    left: calc(50% - 20px);
    z-index: 1000;
    width: 40px;
}

.threedots {
    display: flex;
    align-items: center;
}

.threedots-icon {
    width: 15px;
    cursor: pointer;
    filter: invert(48%) sepia(13%) saturate(108%) hue-rotate(130deg) brightness(95%) contrast(80%);
}

.threedots-icon:hover {
    filter: brightness(150%);
}

.threedots-menu {
    width: 130px;
    z-index: 1000;
    display: flex;
}

.threedots-menu-line {
    width: 100%;
    height: 30px;
    background-color: #ffffff;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 5px;
    border: 1px solid #d8d8d8;
    cursor: pointer;
}

.threedots-menu-line:hover {
    background-color: #dff4ff;
}

.SystemDialog {
    font-family: "Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    font-weight: 400;
    position: fixed;
    z-index: 1000000;
    top: 0px;
}

.SystemDialogLayer {
    background-color: transparent;
    position: fixed;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    pointer-events: auto;
    transition: opacity 0.267s ease 0s;
}

.SystemDialogBackground {
    background-color: rgba(255, 255, 255, 0.4);
    inset: 0px;
    position: absolute;
}

.SystemDialogMain {
    box-shadow: rgb(0 0 0 / 40%) 0px 0px 5px 0px;
    background-color: rgb(255, 255, 255);
    box-sizing: border-box;
    position: relative;
    text-align: left;
    outline: transparent solid 3px;
    max-height: 100%;
    overflow-y: auto;
    display: flex;
    max-width: 450px;
    min-width: 450px;
    flex-direction: column;
}

.SystemDialogHeader {
    position: relative;
    width: 100%;
    box-sizing: border-box;
}

.SystemDialogHeaderText {
    color: rgb(51, 51, 51);
    margin: 0px;
    padding: 20px 36px 20px 28px;
    font-size: 21px;
    font-weight: 100;
}

.SystemDialogInner {
    padding: 0px 28px 20px;
}

.SystemDialogInnerContent {
    position: relative;
    width: 100%;
}

.SystemDialogActions {
    position: relative;
    width: 100%;
    min-height: 24px;
    line-height: 24px;
    margin: 20px 0px 0px;
    font-size: 0px;
}

.SystemDialogActionsRight {
    text-align: right;
    margin-right: -4px;
    font-size: 0px;
}

.SystemDialogAction {
    margin: 0px 4px;
}

.SystemDialogActionButton {
    line-height: normal;
    font-family: inherit;
    outline: transparent;
    position: relative;
    font-family: "Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    font-weight: 400;
    box-sizing: border-box;
    border: 1px solid transparent;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    vertical-align: top;
    padding: 0px 16px;
    border-radius: 0px;
    margin: 0px;
    min-width: 80px;
    height: 32px;
    background-color: rgb(0, 24, 143);
    color: rgb(255, 255, 255);
    user-select: none;
}

.SystemDialogActionButton:hover {
    background-color: rgb(16, 110, 190);
    color: rgb(255, 255, 255);
}

.SystemDialogActionButtonCancel {
    outline: transparent;
    position: relative;
    font-family: "Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    font-weight: 400;
    box-sizing: border-box;
    border: 1px solid transparent;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    vertical-align: top;
    padding: 0px 16px;
    border-radius: 0px;
    margin: 0px;
    min-width: 80px;
    height: 32px;
    background-color: rgb(244, 244, 244);
    color: rgb(51, 51, 51);
    user-select: none;
}

.SystemDialogActionButtonCancel:hover {
    background-color: rgb(234, 234, 234);
    color: rgb(33, 33, 33);
}

.SystemDialogYes {
    margin: 0px 4px;
    line-height: 100%;
    font-weight: 600;
}

.admin-user {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.admin-user:hover {
    background-color: rgb(48 48 48);
}

.admin-photo {
    width: 32px;
    border-radius: 50%;
    margin: 8px;
}

.threedots-spinner {
    width: 25px;
    margin-left: -5px;
    position: absolute;
}

.ActionLog {
    width: 100%;
    height: 200px;
}

.ActionLogMain {
    width: 650px;
    height: 100%;
    border: 1px solid rgb(219 219 219);
    overflow: auto;
    padding: 10px;
}

.ActionLogLine {
    width: 100%;
    height: 20px;
    margin-bottom: 10px;
}

.ActionLogName {
    font-weight: bold;
}

.blink_console {
    -webkit-animation: blink 1.2s linear infinite;
    animation: blink 1.2s linear infinite;
    font-weight: bold;
    color: rgb(0, 24, 143);
    font-size: 10pt;
  }
  @-webkit-keyframes blink {
    50% { color: rgb(34, 34, 34); }
    51% { color: rgba(34, 34, 34, 0); }
    100% { color: rgba(34, 34, 34, 0); }
  }
  @keyframes blink {
    50% { color: rgb(34, 34, 34); }
    51% { color: rgba(34, 34, 34, 0); }
    100% { color: rgba(34, 34, 34, 0); }
  }



  /* Instance Card State */
.DetailsBoxHeader {
    border: 1px solid black;
    width: 70%;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.UserBoxHeader {
    border: 1px solid black;
    width: 15%;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.root-206 {
    font-family: "Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    font-weight: 400;
    color: rgb(51, 51, 51);
    box-sizing: border-box;
    box-shadow: none;
    margin: 0px;
    display: block;
    padding: 5px 0px;
    overflow-wrap: break-word;
}

.DetailsBoxSubHeader {
    color: #555555;
}

.DetailsBoxContent {
    border-bottom: 1px solid black;
    border-left: 1px solid black;
    border-right: 1px solid black;
    width: 70%;
    padding-left: 25px;
    padding-right: 25px;
}

.DetailsBoxRow {
    padding-top: 10px;
    padding-bottom: 10px;
}

.detailsBoxItem {
    display: inline-flex;
    flex-direction: column;
    width: 24%;
    min-height: 50;
}

.DetailsBoxItemTitle {
    font-size: 11px;
    color: #555555;
    display: flex;
    flex-direction: column;
    padding-top: 5px;
    padding-bottom: 0px;
    min-height: 20px;
    width: 100%;
    word-wrap: break-word;
}

.DetailsBoxItemValue {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    height: auto;
    word-wrap: break-word;
    color: #111111;
}

.EnvironmentStatusAndLastOperationLinkContainer {
    display: flex;
    flex-direction: row;
}

.EnvironmentStateContainerElement {
    display: flex;
    flex-direction: row;
}

.root-204 {
    display: inline;
}

.DetailsBoxItemValue a.DetailsBoxItemValueLink {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 400%;
    height: auto;
    word-wrap: break-word;
}

.InstanceCardState {
    border-radius: 2px;
    padding: 5px;
    color: black;
    padding-right: 10px;
    padding-left: 10px;
}

.DescriptionBoxContent {
    border-bottom: 1px solid black;
    border-left: 1px solid black;
    border-right: 1px solid black;
    width: calc(70% + 50px);
    height: 300px;
}

.UserBoxContent {
    border-bottom: 1px solid black;
    border-left: 1px solid black;
    border-right: 1px solid black;
    width: calc(15% + 50px);
    display: flex;
    justify-content: center;
}

.InstanceDescriptionArea {
    width: 100%;
    height: 100%;
    resize: none;
    border: none;
    outline: none;
    padding: 25px;
    box-sizing: border-box;
}

.ServerListButton {
    width: 80px;
    color: white;
    text-align: center;
    display: flex;
    cursor: pointer;
    font-family: "Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
    justify-content: center;
    align-items: center;
}

.ServerListButton:hover {
    background-color: rgb(48 48 48);
}

.ServerListBadge {
    color: #212121;
    width: 35px;
    height: 35px;
    font-size: 10pt;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ServerList.expanded {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.ServerList {
    width: 150px;
    top: 48px;
    right: 48px;
    position: absolute;
    z-index: 1000;
    background-color: #fff;
    cursor: auto;
    max-width: 100vw;
    -webkit-box-shadow: 0 24px 54px rgb(0 0 0 / 15%), 0 4.5px 13.5px rgb(0 0 0 / 8%);
    box-shadow: 0 24px 54px rgb(0 0 0 / 15%), 0 4.5px 13.5px rgb(0 0 0 / 8%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0s linear 120ms,opacity 120ms ease;
    transition: visibility 0s linear 120ms,opacity 120ms ease;
}

.ServerListLine {
    width: 100%;
    height: 48px;
    display: flex;
    border-bottom: 1px solid rgb(234, 234, 234);
    cursor: pointer;
}

.ServerListLine:hover {
    background-color: #ededed;
}

.ServerListMenuBadge {
    width: 50px;
    height: 100%;
    text-align: center;
    display: flex;
    font-family: "Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
    justify-content: center;
    align-items: center;
}

.ServerListText {
    width: 100px;
    height: 100%;
    color: #212121;
}

.UserBox {
    width: 250px;
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.UserBoxButton {
    color: blue;
    text-decoration: underline;
    cursor: pointer;
}

.LoginSpan {
    cursor: pointer;
}

.PasswordSpan {
    cursor: pointer;
}

.LoginSpan:hover {
    background-color: #f2f2f2;
}

.PasswordSpan:hover {
    background-color: #f2f2f2;
}