﻿/*HTML*/

* {
    box-sizing: border-box;
    outline: none;
    margin: 0px;
    padding: 0px;
}

html, body {
    width: auto;
    height: 100%;
    margin: 0;
    padding: 0;
}

iframe {
    width: 100%;
    height: calc(100%);
    margin: 0px;
    padding: 0px;
    display: block;
    border-style: none;
}

html.PathGuide {
    font-size: 10pt;
}

html.PathGuideMobile {
    font-size: 10pt;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: lighter;
    src: local('Roboto Light'), local('Roboto-Light'), url('/sys/GETRESOURCE/12-1-0-54/Roboto-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: bold;
    src: local('Roboto Bold'), local('Roboto-Bold'), url('/sys/GETRESOURCE/12-1-0-54/Roboto-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: normal;
    src: local('Roboto Regular'), local('Roboto-Regular'), url('/sys/GETRESOURCE/12-1-0-54/Roboto-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'RobotoMono';
    font-style: normal;
    font-weight: normal;
    src: local('Roboto Mono'), local('Roboto-Mono'), url('/sys/GETRESOURCE/12-1-0-54/Roboto-Mono.ttf') format('truetype');
}

html * {
    font-family: Roboto, Tahoma, Arial, Sans-Serif;
}

/*Body*/
body.PathGuide {
    font-weight: normal;
    letter-spacing: normal;
    word-spacing: normal;
    border: 0;
    overflow: hidden;
    height: 100%;
    max-height: 100%;
}

body.PathGuideMobile {
    font-weight: normal;
    letter-spacing: normal;
    word-spacing: normal;
    border: 0;
    overflow: hidden;
}

body.PathGuideContent {
    background-color: transparent;
    font-family: Roboto, Tahoma, Arial, Sans-Serif;
    font-weight: normal;
    letter-spacing: normal;
    word-spacing: normal;
    border: 0;
    overflow: hidden;
    height: 100%;
    max-height: 100%;
    outline: none;
}

form.PathGuide {
}

body.PathGuideContent1 {
    font: inherit;
    cursor: default;
    overflow: hidden;
    height: 99%;
    outline: none;
}

body.PathGuideHelp {
    background-color: #ffffff;
    font-family: Roboto, Tahoma, Arial, Sans-Serif;
    font-weight: normal;
    letter-spacing: normal;
    word-spacing: normal;
}

/*Base*/
table {
    font: inherit;
    border-collapse: collapse;
    color: inherit;
    width: auto;
}

hr {
    height: 1px;
    border-top: 1px solid currentColor;
    border-bottom: 0px solid #FFFFFF;
    border-right: 0px solid #000000;
    border-left: 0px solid #FFFFFF;
}

div {
}

span {
}

tr {
    color: inherit;
    border-style: none;
}

td {
    color: inherit;
    vertical-align: middle;
    border-style: none;
    outline: none;
    cursor: default;
}

img {
    margin: 0px;
    padding: 0px;
}

li {
    margin: 0px;
    padding: 0px;
}

ul {
    margin: 0px;
    padding: 0px;
    border-style: none;
}

ol {
    margin: 0px;
    padding: 0px;
}

select {
    font-weight: normal;
    z-index: 0;
}

textarea {
    font-family: inherit;
    font-size: inherit;
    font-weight: normal;
    overflow: auto;
    border-style: inherit;
    border-width: 1px;
    resize: none;
}

pre {
    margin: 0px;
    padding: 0px;
}

button {
    font-weight: normal;
}

label {
}

input::-webkit-clear-button {
    display: none;
}

input::-ms-clear {
    display: none;
}

.PathGuideDataBound {
}

.PGRounded {
    border-radius: 2px;
}

.PGRoundedHeavy {
    border-radius: 2px;
}


/*Layout*/
#MainBodyContainer {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
}

div.MainReportContainer {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    padding: 10px;
    z-index: 99999;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.1);
    backdrop-filter: grayscale(1);
}

div.PathGuideReportWindowParent {
}


div.MainReportContentContainer {
    position: absolute;
    top: 2rem;
    bottom: 2rem;
    left: 2rem;
    right: 2rem;
    padding: 1px 5px 5px 5px;
    border-radius: 2px;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 0px 1rem #000000;
}

div.MainReportHeaderContainer {
    flex: 0 0 auto;
    height: 1.8rem;
    display: flex;
    align-items: center;
    padding: 0px 0.2rem 0px 0.5rem
}

div.MainReportHeaderText {
    font-weight: bold;
    flex: 1 1 auto;
}

div.MainReportPDFContainer {
    flex: 1 1 auto;
    position: relative;
    border: 1px solid currentColor;
}

iframe.MainReportPDFFrame {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

label.CopyrightSummary {
    position: absolute;
    bottom: 0px;
    left: 10px;
    width: 400px;
    font-size: 0.9rem;
    color: rgba(208, 208, 208, 0.7);
    cursor: pointer;
    white-space: nowrap;
}

div.MainMenuInnerContainer {
    margin: 2px 2px 5px 5px;
}

iframe.ProgressBar {
    height: 20px;
    display: block;
    overflow: visible;
    padding: 0px;
    background-color: #F0F0F0;
    margin: 0px;
    border: 0px solid silver;
}

div.MainMenuLayoutContainer {
    display: block;
    position: fixed;
    top: 2.5rem;
    left: 0px;
    right: 0px;
    bottom: 1.0rem;
    overflow: hidden;
}

div.SideMenu {
    display: block;
    overflow: hidden;
    width: 25rem;
    overflow: hidden;
}

div.SideMenuLeft {
    display: block;
    width: 0px;
    position: fixed;
    top: 2.8rem;
    left: 0px;
    bottom: 1.0rem;
    overflow: hidden;
}

div.SideMenuRight {
    display: block;
    width: 0px;
    position: fixed;
    top: 2.8rem;
    right: 0px;
    bottom: 1.0rem;
    overflow: hidden;
}

div.SideMenuContainer {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    flex: 1 0 auto;
    width: 25rem;
    padding: 5px 5px 5px 0px;
}

div.SideMenuContainerFunctionMenu {
    display: flex;
    flex-direction: column;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 4rem;
    left: 5px;
    bottom: 3.0rem;
    overflow: hidden;
    width: 24rem;
    z-index: 4;
    transition: 0.50s ease-in-out;
    border-radius: 2px;
    padding: 2px;
    box-shadow: 1px 1px 10px 1px rgba(0,0,0,0.3);
}

div.SideMenuContainerFunctionMenuNoCaption {
    top: 2rem !important;
    left: 0px !important;
}

div.SideMenuContainerNest {
    display: flex;
    flex-direction: column;
    flex: 1 0 auto;
}

.ShowFunctionMenu {
    opacity: 1 !important;
    visibility: visible !important;
}

div.SideMenuContainerSearchMenu {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 4rem;
    right: 5px;
    bottom: 3.0rem;
    overflow: hidden;
    width: calc(50%);
    min-width: 30rem;
    z-index: 3;
    border-radius: 2px;
    visibility: hidden;
    opacity: 0;
    transition: 0.50s ease-in-out;
    box-shadow: 1px 1px 10px 1px rgba(0,0,0,0.3);
}

.ShowSearchMenu {
    opacity: 1 !important;
    visibility: visible !important;
}

.ShowContent {
    opacity: 1 !important;
    visibility: visible !important;
}

.ShowDockerContent {
    display: flex !important;
}

.DockerTransitionContent {
    opacity: 0 !important;
    visibility: hidden !important;
}

.ShowDashboardWidgetTree {
    opacity: 1 !important;
    visibility: visible !important;
    width: 30rem !important
}

div.SideMenuContainerMenu {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    flex: 1 0 auto;
    width: 25rem;
    padding: 5px 0px 5px 5px;
}

div.SideMenuContainerLogo {
    display: block;
    flex: 0 0 5.5rem;
    height: 5.5rem;
    overflow: hidden;
    padding: 5px;
    background-image: url('/sys/GETRESOURCE/12-1-0-54/PathGuide Logo_Lg_RGB.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-origin: content-box;
    background-size: contain;
    border-radius: 2px;
    margin-top: 5px;
}

div.SiteMenuContainerTree {
    display: flex;
    flex-direction: column;
    flex: 1 0 auto;
    overflow: hidden;
}

div.SiteMenuContainerLogo {
    display: block;
    overflow: hidden;
    vertical-align: middle;
    text-align: center;
    padding: 5px;
    flex: 0 0 auto;
    border-radius: 2px;
    margin-top: 5px;
}

div.MainMenuLayoutHeader {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    display: none;
    height: 2.8rem;
    border-style: none;
}

div.RazorContainer {
    position: relative;
    overflow-y: visible;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    flex: 1 1 auto;
}

div.RazorContainerLogin {
    overflow-y: visible;
    margin-top: 10%;
    border-style: none;
    background-color: transparent;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    flex: 1 1 auto;
}

div.RazorContainerAuto {
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    overflow: hidden;
    border-style: none;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}

div.RazorItemFixed {
    flex: 0 0 auto;
    position: relative;
}

div.RazorItemFixedN {
    flex: 0 0 auto;
    vertical-align: top;
    position: relative;
}

div.RazorItemFixedRight {
    text-align: right;
    position: relative;
    flex: 0 0 auto;
    margin-top: 5px;
}

div.RazorItemFixedPB {
    position: relative;
    flex: 0 0 auto;
    margin-bottom: 5px;
    display: flex;
}

div.RazorItemFixedRightN {
    flex: 0 0 auto;
    text-align: right;
    position: relative;
}

div.RazorItem {
    flex: 1 1 auto;
    align-self: stretch;
    position: relative;
    display: flex;
}

div.RazorItemP {
    flex: 1 1 auto;
    align-self: stretch;
    position: relative;
    display: flex;
}

div.RazorItemPB {
    flex: 1 1 auto;
    align-self: stretch;
    position: relative;
    display: flex;
}

div.RazorItemWidget {
    flex: 1 1 auto;
    align-self: stretch;
    border: 1px solid rgba(208, 208, 208, 0.7);
    border-radius: 2px;
    background-color: #FFFFFF;
    position: relative;
}

div.RazorItemWidgetWithTitle {
    position: relative;
    flex: 1 1 0px;
    display: flex;
    flex-direction: column;
}


div.RazorItemWidgetWithTitleTitle {
    padding: 0px 2px 0px 5px;
    height: 1.6rem;
    line-height: 1.6rem;
    white-space: nowrap;
    cursor: default;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    flex: 0 0 auto;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

div.RazorItemWidgetWithTitleCaption {
    position: relative;
    margin: 0px;
    flex-grow: 1;
    width: 14rem;
    text-overflow: ellipsis;
    overflow: hidden;
}

div.RazorItemWidgetWithTitleContainer {
    flex: 1 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

div.RazorItemWidgetWithTitleContainerOuter {
    flex: 1 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
}

div.RazorItemWidgetWithTitleContainerInner {
    flex: 1 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 5px;
    border-radius: 2px;
    padding: 0px;
}

div.RazorItemWidgetCenter {
    display: flex;
    flex-grow: 1;
    flex-shrink: 1;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 10px 10px 10px 10px;
    border-radius: 2px;
    position: relative;
}

div.RazorItemN {
    align-self: stretch;
    position: relative;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}

div.RazorItemFlow {
    align-self: stretch;
    position: relative;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
}

div.MainMenuLayoutContainerContent {
    display: none;
    flex: 1 1 auto;
}

div.PathGuideViewAnnouncementPopup {
    padding: 0px;
    word-wrap: break-word;
    white-space: pre-line;
    overflow: auto;
    border-radius: 2px;
}

div.PathGuideFormContainer {
    position: absolute;
    margin: 0px;
    padding: 0px;
    display: block;
    cursor: default;
    overflow: hidden;
    border-radius: 2px;
}

div.PathGuideFillContainer {
    display: flex;
    flex: 1 1 auto;
    overflow: hidden;
    position: relative;
}

div.PathGuideFillContainerPadded {
    padding: 0px;
    display: flex;
    flex: 1 1 auto;
    overflow: hidden;
    margin: 0px 5px 0px 5px;
    position: relative;
}

iframe.MainContentFrame {
    display: block;
    overflow: visible;
    background-color: transparent;
}

#LayoutContainer {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

    #LayoutContainer .Form {
        display: flex;
        flex-direction: column;
        flex: 1 0 auto;
    }

    #LayoutContainer .Header {
        position: relative;
        display: flex;
        flex: 0 0 auto;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
    }

    #LayoutContainer .Container {
        display: flex;
        flex: 1 0 auto;
        position: relative;
    }

    #LayoutContainer .PathGuideDockerDock {
        display: flex;
        flex: 0 0 auto;
        padding: 0.2rem 0.2rem 0px 0.2rem;
        white-space: nowrap;
    }

    #LayoutContainer .Footer {
        display: flex;
        flex: 0 0 auto;
        height: 1.0rem;
        align-items: center;
        font-size: 0.6rem;
        padding: 0px 0.2rem 0px 0.2rem;
        white-space: nowrap;
        align-items: flex-end;
    }

    #LayoutContainer .FooterItemLeft {
        flex: 1 0 auto;
        text-align: left;
    }

    #LayoutContainer .FooterItemRight {
        flex: 1 0 auto;
        text-align: right;
    }

    #LayoutContainer .ContentContainer {
        display: flex;
        flex: 1 1 auto;
        transition: 0.5s ease-in-out;
        padding: 5px;
        flex-direction: column;
        overflow-x: auto;
    }

    #LayoutContainer .MenuLeft {
        display: flex;
        flex-direction: column;
        width: 0px;
        flex: 0 0 auto;
        overflow: hidden;
        opacity: 0;
        visibility: hidden;
        transition: 0.25s ease-in-out;
    }

    #LayoutContainer .MenuRight {
        display: flex;
        flex-direction: column;
        width: 0px;
        flex: 0 0 auto;
        overflow: hidden;
        opacity: 0;
        visibility: hidden;
        transition: 0.25s ease-in-out;
    }

.ShowMenuLeft {
    width: 25rem !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.ShowMenuRight {
    width: 25rem !important;
    opacity: 1 !important;
    visibility: visible !important;
    margin-right: 5px;
}

.Rotate90 {
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

div.MainMenuContainer {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 0px 0px 0px 0px;
    display: block;
    background-color: #ffffff;
    overflow: hidden;
}

div.MainMenuContainerTop {
    padding: 0px 0px 0px 0px;
    margin: 0px;
    display: block;
    height: 100%;
    width: 100%;
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

div.MenuAreaTable {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
}

div.MenuAreaTableInner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap-reverse;
    align-items: stretch;
}

div.MenuAreaTableButtonCell {
    white-space: nowrap;
    flex: 0 0 auto;
}

div.MenuAreaTableButtonCaption {
    padding: 0px 5px 0px 5px;
    flex: 1 0 auto;
    overflow: hidden;
    line-height: 2.5rem;
    border-radius: 2px;
    margin: 2px;
    text-align: center;
}

div.MenuAreaCurrentCaption {
    text-align: right;
    white-space: nowrap;
    font-size: 1.2rem;
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
}

div.MenuAreaBrandTitle {
    white-space: nowrap;
    font-size: 1.2rem;
    flex: 1 0 auto;
    overflow: hidden;
}

div.MenuAreaLoginCaption {
    padding: 0px;
    vertical-align: middle;
    text-align: right;
    white-space: nowrap;
    font-size: 0.8rem;
    width: 300px;
}

div.MenuAreaButtonListContainer {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

div.MenuAreaButtonContainer {
    cursor: pointer;
    height: 2.5rem;
    width: 2.5rem;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    transition: all 0.25s ease;
    border-radius: 2px;
    margin: 4px;
}

div.MenuAreaButtonImage {
    position: absolute;
    top: 0.3rem;
    left: 0.3rem;
    right: 0.3rem;
    bottom: 0.3rem;
    border-radius: 2px;
}

div.MenuAreaButtonImageToolbarMenu {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 2px;
}

p.CompanySummary {
    overflow: hidden;
    white-space: nowrap;
    font-size: 0.7rem;
    opacity: 0.7;
    flex: 0 0 auto;
}

p.CompanyVersion {
    text-align: right;
    overflow: hidden;
    white-space: nowrap;
    font-size: 0.7rem;
    opacity: 0.7;
    flex: 1 1 auto;
}

.text-shadow {
    text-shadow: 1px 1px 1px #000000;
}

.PathGuideTransparent {
    background-color: transparent !important;
}

.PathGuideDisabled {
    opacity: 1;
}

    .PathGuideDisabled ~ div.pgFieldBorder {
        opacity: 0.1 !important;
    }

.PathGuideEditable {
    opacity: 1 !important;
}

    .PathGuideEditable ~ div.pgFieldBorder {
        opacity: 0.4 !important;
        transition: all 0.25s ease-in-out;
        border-bottom: 1px solid currentColor;
    }

.OutlineFocus {
    outline: none;
}

    .OutlineFocus ~ div.pgFieldBorder {
        opacity: 1 !important;
        transition: all 0.25s ease-in-out;
    }

.OutlineFocusLabel {
    opacity: 1 !important;
    transition: all 0.25s ease-in-out;
}

div.FieldCell:hover {
    opacity: 1 !important;
}


.Icons {
    opacity: 0;
    transition: opacity 0.25s ease;
}

.IconsNA {
    opacity: 0;
    transition: opacity 0.25s ease;
}

.IconSVG {
    opacity: 1;
    position: relative;
}

    .IconSVG > svg {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

.Hover {
    /*border-radius: 2px;*/
}

.HoverBlock {
}

.HoverUL {
    position: relative;
    padding: 0px 0px 2px 0px;
    margin: 0px;
    cursor: pointer;
}

    .HoverUL:after {
        content: '';
        height: 2px;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: currentColor;
        transition: opacity 0.25s ease-in-out;
        opacity: 0;
    }

    .HoverUL:hover:after {
        opacity: 1;
    }

.PathGuideAlwaysDisabled {
    opacity: 0.8;
}

    .PathGuideAlwaysDisabled ~ div.pgFieldBorder {
        opacity: 0.1 !important;
    }

.PathGuideDisabledVeil {
    background: rgba(0,0,0,0.30);
    display: block !important;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1000;
    overflow: hidden;
    cursor: default;
}

.PathGuideDisabledNA {
    background: #000000;
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 2001;
    cursor: wait;
    overflow: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
    filter: alpha(opacity=25);
    opacity: 0.25;
}

.PathGuideWaitVeil {
    background-image: url('/sys/GETRESOURCE/12-1-0-54/WaitBar.gif');
    background-position-x: 50%;
    background-position-y: 50%;
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(1px);
    width: 100%;
    height: 100%;
    display: block !important;
    position: absolute;
    left: 0;
    top: 0;
}

.PathGuideWaitICON {
    background: transparent url('/sys/GETRESOURCE/12-1-0-54/WaitBar.gif') 0% 100% no-repeat;
    position: absolute;
    left: 10px;
    top: 0px;
    bottom: 10px;
    right: 0px;
}

.PathGuideWaitICONProgress {
    background: transparent url('/sys/GETRESOURCE/12-1-0-54/WaitBar.gif') 0% 100% no-repeat;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
}

.PathGuideWaitICONProgressProgressContainer {
    position: absolute;
    top: 10px;
    left: 10px;
    height: 2.5rem;
    width: 2.5rem;
}

.PathGuideProgressDataLabel {
    position: absolute;
    left: 50px;
    top: 10px;
    overflow: hidden;
    height: 7.5rem;
    width: 28rem;
    white-space: pre-wrap;
    padding: 0px 0px 0px 10px;
    float: left
}

.PathGuideInvisible {
    display: none !important;
}

.PathGuideFullScreen {
    position: fixed !important;
    top: 10px !important;
    left: 10px !important;
    bottom: 10px !important;
    right: 10px !important;
    z-index: 1000;
    background-color: #FFFFFF !important;
    padding: 5px !important;
    border: 1px solid rgba(208, 208, 208, 0.7) !important;
    border-radius: 2px !important;
}

.PathGuideDragging {
}

.PathGuideDraggingLight {
    border: 1px solid rgba(208, 208, 208, 0.7) !important;
    cursor: move !important;
}

.PathGuideTextHighlight {
    color: #5C85FF !important;
}

.PathGuideDragIndicator {
    background-color: #FFFF66 !important;
    color: #000000 !important;
}

.PathGuideHidden {
    visibility: hidden;
    opacity: 0;
    display: none;
}

.PathGuideHiddenOpaque {
    visibility: hidden;
    opacity: 0;
}

.PathGuideGrayScale {
    backdrop-filter: grayscale(1);
}

.PathGuideGrayScaleTimeout {
    background-color: rgba(0,0,0,0.75);
}

.PathGuideNoBackground {
    background-image: none;
}

.PathGuidePadding5 {
    padding: 5px;
}

.PathGuideGroup1 {
}

.PathGuideGroup2 {
}

.PathGuideGroup3 {
}

.PathGuideGroup4 {
}

.PathGuideBorder {
    border: 1px solid currentColor;
}

.PathGuideClickable {
}

.PathGuideDoubleClickable {
}

.PathGuideMouseEnter {
}

.PathGuideMouseLeave {
}

.PathGuideHover {
}

.PathGuideBold {
    font-weight: bold !important;
}

.PathGuideBoldEase {
    transition: all 0.25s ease;
}

canvas.pgContainer {
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    height: 100%;
}

div.pgChartFillContainer {
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(255,255,255,1);
    border-radius: 2px;
}

div.pgChartInnerContainer {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding: 5px;
}

div.pgChartContainer {
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
    display: inline-block;
    width: 30rem;
    height: 20rem;
    background-color: #FFFFFF;
}

div.pgFieldGroup {
    margin-top: 0px;
    padding: 20px 0px 0px 0px;
}

div.pgFieldGroupTransparent {
    position: relative;
}

div.pgFieldGroupBox {
    position: relative;
    border-radius: 2px;
    padding: 10px;
    margin: 5px 0px 5px 0px;
    border: 1px solid currentColor;
}

div.pgFieldGroupBoxCaptioned {
    position: relative;
    border-radius: 2px;
    padding: 12px 7px 7px 7px;
    margin: 5px 0px 5px 0px;
   /* border: 1px solid currentColor; */
}

div.pgFieldGroupBordered {
    padding: 5px;
    position: relative;
    border-radius: 2px;
}

div.pgGroupFillContainer {
    flex: 1 1 auto;
    position: relative;
    display: flex;
    border-radius: 2px;
}

div.pgGroupFillContainerAll {
    flex: 1 1 auto;
    position: relative;
    display: flex;
}

div.PathGuideTabPageContainer {
    display: flex;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    overflow: hidden;
    margin: 0px 0px 0px 0px;
    border-radius: 2px;
}

div.pgGroupFillContainerN {
    overflow: hidden;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}

div.pgFieldGroupLabel {
    padding: 0px;
    background-color: transparent;
    opacity: 0.9;
    font-size: 0.9rem;
    font-weight: bold;
    height: 1.4rem;
}

div.pgFieldGroupBoxLabel {
    opacity: 0.9;
    font-size: 0.9rem;
    font-weight: bold;
    padding: 0px 2px 0px 2px;
    position: absolute;
    top: -7px;
    display: inline-block;
}

div.pgFieldGroupBoxCaptionedLabel {
    font-size: 0.8rem;
    padding: 1px 2px 1px 2px;
    position: absolute;
    top: -7px;
    display: inline-block;
    border-radius: 2px;
}

td.pgLabel {
    padding: 2px 3px 2px 3px;
    border-style: none;
    vertical-align: middle;
    text-align: left;
    min-height: 2rem;
    white-space: normal;
}

td.pgLabelSmall {
    font-size: 0.8rem;
    font-style: italic;
}

th.pgLabel {
    padding: 2px 3px 2px 3px;
    border-style: none;
    vertical-align: middle;
    text-align: left;
    min-height: 2rem;
    white-space: normal;
}


label.pgLookup {
    cursor: pointer;
    white-space: nowrap;
    padding: 0px 1px 0px 1px;
    vertical-align: middle;
    text-align: left;
}

label.pgLookupPadding {
    cursor: pointer;
    white-space: nowrap;
    padding: 2px 2px 2px 2px;
    vertical-align: middle;
    text-align: left;
}

label.pgNormal {
    white-space: normal;
    border-style: none;
}

label.pgCaptionText {
    white-space: nowrap;
    margin: 0px;
    height: 1.6rem;
    line-height: 1.6rem;
    padding: 0.1rem 0.2rem 0rem 0rem;
    vertical-align: middle;
    display: block;
    font-size: 0.9rem;
}

label.pgField {
    white-space: nowrap;
    padding: 0px 1px 1px 0px;
    opacity: 0.6;
    font-size: 0.85rem;
    display: block;
    height: 1.0rem;
    line-height: 1.0rem;
    vertical-align: middle;
}

label.pgCaption {
    white-space: nowrap;
    padding: 0px 0px 6px 0px;
    margin: 0px;
    color: #000000;
    font-size: 0.9rem;
    font-weight: bold;
    display: block;
}

.selected_highlight {
    text-decoration: none !important;
}

.selected_highlight_button {
    text-decoration: underline !important;
}

.selected_highlight_disabled {
    cursor: default !important;
}

label.pgCheck {
    padding: 0px 0px 0px 3px;
    white-space: nowrap;
    display: inline-block;
}

    label.pgCheck:after {
        content: '';
        height: 1px;
        position: absolute;
        bottom: 0;
        left: calc(1rem + 6px);
        right: 0;
        background-color: currentColor;
        transition: opacity 0.25s ease-in-out;
        opacity: 0.25;
    }

    label.pgCheck:hover:after {
        opacity: 1;
        height: 2px;
    }

div.pgPopupInteriorContainerFull {
    display: block;
    overflow: auto;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

div.pgPopupInteriorContainer {
    flex: 1 1 auto;
    border-radius: 2px;
    padding: 5px;
    position: relative;
    display: flex;
    flex-direction: column;
}

div.pgPageFrameWithBorder {
}

div.PGModalInteriorContainer {
    flex: 1 1 auto;
    border-radius: 2px;
    padding: 5px;
    position: relative;
    display: flex;
    flex-direction: column;
}

div.PGModalTable {
    margin-top: 10px;
    position: relative;
    display: flex;
    overflow: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

div.PGModalIcon {
    flex: 0 0 4rem;
    width: 4rem;
    height: 4rem;
    display: flex;
    align-items: center;
    flex-direction: column;
}

div.PGModalText {
    flex: 1 1 auto;
    white-space: normal;
    padding: 5px;
}

div.PGModalTablePromptTop {
    margin-top: 10px;
    position: relative;
    display: flex;
    overflow: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 4rem;
}

div.PGModalTablePromptBottom {
    position: relative;
    display: flex;
    overflow: hidden;
    position: absolute;
    height: 4rem;
    left: 4rem;
    right: 1rem;
    bottom: 4rem;
}

div.PGModalButtonContainer {
    flex: 0 0 auto;
    text-align: right;
    margin-top: 5px;
    position: relative;
}

div.pgPopupButtonContainer {
    text-align: right;
    margin-top: 5px;
    position: relative;
}

div.pgColorContainer {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    border: 1px solid currentColor;
}

/*Images */
div.ColorsImage {
    height: 190px;
    width: 180px;
    border: 1px solid rgba(208, 208, 208, 0.7);
    background: #FFFFFF url('/sys/GETRESOURCE/12-1-0-54/Compass.jpg') 50% 50% no-repeat;
}

div.PopupImage {
    height: 3.5rem;
    width: 3.5rem;
    pointer-events: none;
}

.PathGuideLogoRGB {
    background-image: url('/sys/GETRESOURCE/12-1-0-54/PathGuide Logo_Lg_RGB.png');
}

.PathGuideLogoNewRGB {
    background-image: url('/sys/GETRESOURCE/12-1-0-54/PGT_NewLogo_Lg_RGB.png');
}

.PathGuideLogoBlack {
    background-image: url('/sys/GETRESOURCE/12-1-0-54/PathGuide Logo_Lg_Black.png');
}

.PathGuideLogoWhite {
    background-image: url('/sys/GETRESOURCE/12-1-0-54/PathGuide Logo_Lg_White.png');
}

div.PathGuideWebLogo {
    width: 26rem;
    height: 10rem;
    background-color: transparent;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

div.PathGuideWebLogoImage {
    width: 18rem;
    height: 7rem;
    background: transparent url('/sys/GETRESOURCE/12-1-0-54/PathGuideWebLogo.png') center center no-repeat;
    background-size: contain;
}

div.PathGuideCompanyWebLogoContainer {
    margin: 0rem 0rem 0rem 0rem;
    width: 12rem;
    height: 12rem;
    position: absolute;
    bottom: 6rem;
    left: 6rem;
    border: 1px solid rgba(208, 208, 208, 0.7);
    background-color: #FFFFFF;
}

div.PathGuideCompanyWebLogo {
    width: 10rem;
    height: 5rem;
    background-color: transparent;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 2px;
    background-color: #ffffff;
    z-index: 1;
    align-self: flex-end;
}

div.PathGuideCompanyWebLogoBanner {
    margin: 0rem 0rem 0rem 0rem;
    height: 2rem;
    position: absolute;
    bottom: 11rem;
    left: 20rem;
    right: 0rem;
    font-size: 200%;
    color: #ffffff;
}

div.PathGuideWebLogoSmall {
    height: 40px;
    width: 120px;
    background: transparent url('/sys/GETRESOURCE/12-1-0-54/PathGuideWebLogoSmall.png') center center no-repeat;
}

img.DefaultImageNB {
    border: 0px solid transparent;
    margin: 0px;
}

/* Inputs */
input {
    font-weight: normal;
    min-width: 1px;
    color: currentColor;
}

    input::-webkit-input-placeholder {
        font-size: 0.8rem;
        opacity: 0.5;
        color: currentColor;
    }

    input::-moz-placeholder {
        font-size: 0.8rem;
        opacity: 0.5;
        color: currentColor;
    }
    /* firefox 19+ */
    input:-ms-input-placeholder {
        font-size: 0.8rem;
        opacity: 0.5;
        color: currentColor;
    }
    /* ie */
    input:-moz-placeholder {
        /*text-align: center;*/
        font-size: 0.80rem;
        opacity: 0.5;
        color: currentColor;
    }

    input:disabled {
        opacity: 0.2;
        pointer-events: none;
    }

textarea {
    font-weight: normal;
    min-width: 1px;
    color: currentColor;
}

    textarea::-webkit-input-placeholder {
        font-size: 0.8rem;
        opacity: 0.5;
        color: currentColor;
    }

    textarea::-moz-placeholder {
        font-size: 0.8rem;
        opacity: 0.5;
        color: currentColor;
    }

    textarea:-ms-input-placeholder {
        font-size: 0.8rem;
        opacity: 0.5;
        color: currentColor;
    }

    textarea:-moz-placeholder {
        font-size: 0.80rem;
        opacity: 0.5;
        color: currentColor;
    }

    textarea:disabled {
        opacity: 0.2;
        pointer-events: none;
    }

.MonoSpaced {
    font-family: RobotoMono !important;
}

input.pgWordBreak {
    word-wrap: break-word;
    word-break: break-all;
}

div.pgCheck {
    display: flex;
    position: relative;
    font-size: 0.85rem;
    align-items: center;
}

    div.pgCheck:focus {
        opacity: 1;
    }

input.pgCheck {
    vertical-align: middle;
    margin-left: 1px;
    opacity: 1;
    height: 16px;
    width: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    transition: 0.25s ease-in-out;
    box-sizing: content-box;
    padding: 0px;
    margin: 0px;
    border: 1px solid currentColor;
    border-radius: 2px;
}

    input.pgCheck:checked:before {
        content: '\2713';
        position: absolute;
        left: 1px;
        top: 1px;
        z-index: 1;
        text-align: center;
        vertical-align: middle;
        line-height: 14px;
        font-size: 14px;
        font-weight: bold;
        bottom: 1px;
        right: 1px;
        border: 1px solid transparent;
    }

    input.pgCheck:disabled {
        opacity: 0.8;
        pointer-events: none;
    }

        input.pgCheck:disabled + label.pgCheck {
            opacity: 0.8;
            pointer-events: none;
        }

            input.pgCheck:disabled + label.pgCheck:after {
                opacity: 0;
            }

    input.pgCheck:focus + label.pgCheck:after {
        opacity: 1;
    }

input.pgRadio {
    width: 14px;
    height: 14px;
    vertical-align: middle;
}

.PathGuideItalic {
    font-weight: normal;
    font-style: italic;
    margin-left: 5px;
    font-size: 0.7rem;
    opacity: 0.8;
}

a, .PathGuideHyperlink {
    position: relative;
    padding: 0px 0px 1px 0px;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    width: fit-content;
}

    a, a:visited, a:hover, a:active {
        color: inherit;
    }

        a:after, .PathGuideHyperlink:after {
            content: '';
            height: 1px;
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background-color: currentColor;
            transition: opacity 0.25s ease-in-out;
            opacity: 0.25;
        }

        a:hover:after, .PathGuideHyperlink:hover:after {
            opacity: 1;
            height: 2px;
        }

/* Buttons */
input.pgButtons {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px;
    font-weight: normal;
    cursor: pointer;
    width: 6.0rem;
    height: 1.8rem;
    line-height: calc(1.8rem - 2px);
}

img.DefaultImage {
    border: 1px solid rgba(208, 208, 208, 0.7);
    margin: 0px;
}

img.DefaultImageNB {
    border: 0px solid rgba(208, 208, 208, 0.7);
    margin: 0px;
}

img.ThumbNail {
    margin: 0.3rem 0px 0px 0px;
    padding: 0.3rem;
    max-width: 8rem;
    max-height: 6rem;
    height: auto;
}

img.ThumbNailGrid {
    max-width: 5rem;
    max-height: 4rem;
    height: auto;
}

img.ThumbNailMainMenu {
    margin: 0.3rem 0px 0px 0px;
    padding: 0.3rem;
    max-width: 8rem;
    max-height: 8rem;
    height: auto;
}

img.ThumbNail2 {
    margin: 0px;
    padding: 1px;
    width: auto;
    height: auto;
    border-radius: 2px;
    background-color: #ffffff;
}

img.ThumbNailS {
    margin: 0px;
    padding: 0px;
    height: 4.5rem;
    width: auto;
    background-color: transparent;
}

.pgControlsButton {
}

/* Tab Styles */
div.pgTabContainerMain {
}

div.PathGuideTabControlMain {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    flex-wrap: nowrap;
    border-style: none;
    position: relative;
    flex: 1 1 auto;
}

div.PathGuideTabControlMainLeftHandLayout {
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    flex-wrap: nowrap;
    border-style: none;
    position: relative;
    flex: 1 1 auto;
}

div.PathGuideTabControlMainFitContainer {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    flex-wrap: nowrap;
    border-style: none;
    position: relative;
    height: 100%;
}

div.PathGuideTabControlWrapper {
    display: none;
    flex-direction: column;
    flex-wrap: nowrap;
}

div.PathGuideTabControlPageContainer {
    position: relative;
    display: flex;
    flex: 1 1 auto;
}

div.PathGuideTabControlContainer {
}

div.PathGuideTabControlContainerTable {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
}

div.PathGuideTabControlContainerTableLeftHandLayout {
    display: inline-flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: stretch;
    margin-right: 5px;
}

div.PathGuideTabControlItem {
    font-size: 0.9rem;
    cursor: pointer;
    margin: 0px 2px 2px 0px;
    padding: 0px 5px 0px 5px;
    height: 1.8rem;
    min-width: 8rem;
    opacity: 0.4;
    border-radius: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
}

div.PathGuideTabControlItemLeftHandLayout {
    font-size: 0.9rem;
    cursor: pointer;
    margin: 0px 2px 2px 0px;
    padding: 0px 5px 0px 5px;
    width: 1.8rem;
    min-height: 8rem;
    opacity: 0.4;
    border-radius: 15px 2px 2px 2px;
    display: flex;
    justify-content: center;
    align-items: center;
}

div.TabControlItemContainerSelect {
    opacity: 1;
}

.PathGuideTabPanelContainer {
    /*Used for finding a panel*/
}

div.pgTabFrameXML {
    background-color: transparent;
    display: none;
    border-style: none;
    padding: 0px;
    overflow: hidden;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

div.TabPageRazorContainer {
    overflow: hidden;
    display: none;
    flex-direction: column;
    flex-wrap: nowrap;
    border-radius: 2px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

div.TabPageRazorContainerLeftHandLayout {
    overflow: hidden;
    display: none;
    flex-direction: column;
    flex-wrap: nowrap;
    border-radius: 2px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

div.TabPageRazorContainerRow {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    border-style: none;
    background-color: transparent;
    -webkit-flex-direction: column;
    -webkit-flex-wrap: nowrap;
    display: none;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}

div.pgTabFrameXMLInner {
    background-color: transparent;
    display: block;
    border-style: none;
    padding: 10px;
    overflow: hidden;
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
}

div.pgPagePart {
    flex: 1 1 auto;
    display: flex;
    position: relative;
}

div.pgLoading {
    display: block;
    border-style: none;
    padding: 0px;
    overflow: hidden;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-image: url('/sys/GETRESOURCE/12-1-0-54/WaitBar.gif');
    background-position: left top;
    background-repeat: no-repeat;
}

div.pgPagePartSolid {
    border-radius: 2px;
    display: block;
    border-style: none;
    padding: 0px;
    overflow: hidden;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

div.pgGroupContainer {
    background-color: transparent;
    border-style: none;
    margin: 10px;
    padding: 0px;
    overflow: visible;
    position: absolute;
    left: 0px;
    right: 0px;
}

/* AutoComplete Styles */
input.PathGuideAutoCompleteSearchText {
    font-size: 0.9rem;
}

div.PathGuideAutoCompleteSearchButton {
    pointer-events: none;
}

div.PathGuideAutoCompleteButtonDisabled {
    opacity: 0;
    pointer-events: none;
    cursor: default;
}

div.PathGuideAutoCompleteButtonOpen {
    transform: rotate(180deg);
}

div.PathGuideAutoCompleteListContainer {
    overflow: hidden;
    position: absolute;
    top: calc(1.6rem + 2px);
    left: 0px;
    right: 0px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.25s ease, opacity 0.25s ease;
    box-shadow: 1px 1px 10px 1px rgba(0,0,0,0.3);
    min-height: 8rem;
    border-radius: 2px;
}

div.PathGuideAutoCompleteListContainerSearchHolder {
    overflow: hidden;
    display: flex;
    flex-direction: row;
    flex: 0 0 auto;
    border-bottom: 1px solid currentColor;
    padding: 1px;
}

div.PathGuideAutoCompleteListContainerCaptionHolder {
    margin: 0px;
    overflow: visible;
    padding: 0px;
    flex: 0 0 auto;
    position: sticky;
    top: 0;
    z-index: 1;
}

div.PathGuideAutoCompleteListContainerListHolderContainer {
    display: flex;
    overflow: visible;
    display: inline-block;
    min-width: 100%;
    padding: 0px 0px 30px 0px;
}

div.PathGuideAutoCompleteListContainerListHolder {
    display: inline-block;
    min-width: 100%;
}

div.PathGuideAutoCompleteListContainerWait {
}

ul.PathGuideAutoCompleteList {
    font-size: 0.9rem;
    list-style-type: none;
    position: relative;
    display: inline-block;
    min-width: 100%;
}

li.PathGuideAutoCompleteListItem {
    cursor: pointer;
    white-space: nowrap;
}

li.PathGuideAutoCompleteListItemMoreRow {
    margin: 0px;
    padding: 0.2rem;
    background-color: transparent;
    height: 2.0rem;
    line-height: 2.0rem;
    cursor: pointer;
    white-space: nowrap;
    vertical-align: middle;
}

div.PathGuideAutoCompleteListContainerHolderOuter {
    overflow: hidden;
    padding: 0px;
    flex: 1 1 auto;
    display: flex;
}

div.PathGuideAutoCompleteListContainerHolder {
    overflow: auto;
    position: relative;
    flex: 1 1 auto;
    padding: 0px;
}

div.PathGuideAutoCompleteListItemContainer {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    overflow: hidden;
}

div.PathGuideAutoCompleteListItemContainerCaption {
    display: inline-block;
    padding: 0px;
}

div.PathGuideAutoCompleteListItemContainerItem {
    display: block;
    height: 1.6rem;
    line-height: 1.6rem;
    padding: 0px 5px 0px 5px;
    text-overflow: ellipsis;
    flex-grow: 1;
    overflow: hidden;
}

div.PathGuideAutoCompleteListItemContainerItemCaption {
    display: inline-block;
    height: 1.6rem;
    line-height: 1.6rem;
    padding: 0px 5px 0px 5px;
    text-overflow: ellipsis;
}

/* PopPanel Styles */
div.PathGuidePopPanelButtonOpen {
    transform: rotate(180deg);
}

input.PathGuidePopPanelCloseButton {
    float: right;
    height: 1.0rem;
    width: 1.0rem;
    padding: 0px;
    margin: 0px;
    cursor: pointer;
    min-height: 16px;
    min-width: 16px;
    background-color: transparent;
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
    background-origin: content-box;
    background-image: url('/sys/GETRESOURCE/12-1-0-54/Close_16.svg');
}

div.PathGuidePopPanelListContainer {
    position: absolute;
    top: calc(1.6rem + 3px);
    left: 0px;
    display: block;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.25s ease, opacity 0.25s ease;
    padding: 5px;
    border-radius: 2px;
}

div.PathGuidePopPanelContentPanel {
    position: relative;
    overflow: visible;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    border-radius: 2px;
    padding: 5px;
    margin-bottom: 5px;
}

/* NestedMenu Styles */
div.PathGuideNestedMenuControl {
    border-right: 0px solid rgba(208, 208, 208, 0.7);
    margin: 0px;
    padding: 0px;
    white-space: nowrap;
    display: none;
}

li.PathGuideNestedMenuContainer, li.PathGuideNestedMenuItemContainer {
    cursor: pointer;
    display: flex;
    align-items: center;
    flex-direction: row;
    margin-bottom: 2px;
    padding: 2px;
    border-radius: 2px;
}

label.PathGuideNestedMenuMenuItem {
    min-height: 1.0rem;
    padding: 2px 0.2rem 2px 0.2rem;
    margin: 0px;
    flex: 1 1 auto;
    cursor: inherit;
    position: relative;
    overflow: hidden;
    text-align: left;
}

    label.PathGuideNestedMenuMenuItem:after {
        content: attr(data-description);
        display: block;
        opacity: 0.7;
        font-size: 0.7rem;
        text-overflow: ellipsis;
        max-height: 1.0rem;
        height: 1.0rem;
        line-height: 1.0rem;
        white-space: nowrap;
        overflow: hidden;
        margin: 0px 10px 0px 10px;
    }

label.PathGuideNestedMenuMenuItemDisabled {
    pointer-events: none;
    opacity: 0.1;
    cursor: default;
}

div.PathGuideNestedMenuContainerButtonImage {
    height: 1.4rem;
    width: 1.4rem;
    flex: 0 0 1.4rem;
}

div.PathGuideNestedSearchMenuContainer {
}

div.PathGuideNestedMenuControlText {
    cursor: pointer;
    font-weight: normal;
    white-space: nowrap;
    display: block;
    padding: 0px 5px 0px 5px;
    font-weight: bold;
    font-size: 0.9rem;
}

div.PathGuideNestedMenuButton {
    cursor: pointer;
    position: absolute;
    top: 0rem;
    bottom: 0rem;
    left: 0rem;
    right: 0rem;
    margin: 0px;
    overflow: hidden;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
}

div.PathGuideNestedMenuListContainerPinned {
    display: flex;
    flex-direction: column;
    background-color: transparent;
    flex: 1 0 auto;
    border-radius: 2px;
}

div.PathGuideNestedMenuContainer {
    margin: 0px;
    padding: 0px;
}

div.PathGuideNestedMenuContentPanel {
    margin: 0px;
    padding: 0px;
}

div.PathGuideNestedMenuTopContainer {
    flex: 1 1 0px;
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
}

div.PathGuideNestedMenuContentPanelPinnedScroll {
    position: relative;
    display: flex;
    flex: 1 1 0px;
    overflow: hidden;
}

div.PathGuideNestedMenuContentPanelPinned {
    display: flex;
    flex: 1 1 0px;
    overflow-y: auto;
    overflow-x: hidden;
}

div.PathGuideNestedMenuHeader {
    white-space: nowrap;
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    height: 5rem;
    padding: 5px;
}

div.PathGuideNestedMenuBody {
    white-space: nowrap;
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
}

div.PathGuideNestedMenuHeaderEmulated {
    margin: 0px 0px 5px 0px;
    padding: 0px 10px 0px 10px;
    height: 2.0rem;
    line-height: 2.0rem;
    white-space: nowrap;
    cursor: default;
    overflow: hidden;
    vertical-align: middle;
    border-top: 1px solid #F0F0F0;
}

label.PathGuideNestedHeaderLabelCurrentEmulated {
    padding: 0px;
    margin: 0px;
    white-space: nowrap;
    font-size: 1.1rem;
    font-weight: normal;
    vertical-align: bottom;
    color: #FFFFFF;
}

div.PathGuideNestedMenuFooter {
    margin: 0px;
    padding: 2px 0px 0px 0px;
    white-space: nowrap;
    width: 0px;
    height: 0px;
}

div.PathGuideNestedMenuBreadcrumbs {
    min-height: 2.5rem;
    font-size: 0.8rem;
    font-weight: normal;
    white-space: normal;
    overflow: hidden;
    vertical-align: top;
    cursor: pointer;
}

ul.PathGuideNestedMenuContainer {
    list-style-type: none;
    overflow: hidden;
    display: none;
    /*font-size: 1rem;*/
}

.ShowMenuContent {
    display: block !important;
}

li.PathGuideNestedMenuItemSelected {
}

li.PathGuideNestedMenuBreakContainer {
    height: 1px;
    display: block;
    padding: 0px;
    margin: 5px 10px 5px 10px;
    border-radius: 2px;
}

label.PathGuideNestedHeaderLabel {
    padding: 1px 2px 1px 2px;
    margin: 0px;
    cursor: pointer;
    white-space: normal;
}

.SeparatedList {
    padding: 1px 2px 1px 2px;
    margin: 0px;
    cursor: pointer;
    white-space: normal;
}

    .SeparatedList:after {
        content: " /";
    }

    .SeparatedList:first-child:before {
        content: " » ";
    }

    .SeparatedList:last-child:after {
        content: "";
    }

label.PathGuideNestedHeaderLabelCurrent {
    white-space: nowrap;
    font-size: 1.2rem;
    /*font-weight: bold;*/
    padding-bottom: 5px;
}

label.PathGuideNestedHeaderLabelCurrentNoLink {
    white-space: nowrap;
    font-size: 1.2rem;
    /*font-weight: bold;*/
    padding-bottom: 5px;
}

label.PathGuideNestedHeaderLabelCurrentSmall {
    white-space: nowrap;
    font-size: 0.9rem;
    min-height: 2.5rem;
}

label.PathGuideNestedHeaderLabelCurrentSmallNoMin {
    white-space: nowrap;
    font-size: 0.9rem;
}

div.PathGuideNestedHeaderButtonBarPinned {
    height: 1.7rem;
    display: flex;
    flex-direction: row;
    align-items: center;
}

div.PathGuideNestedHeaderSearch {
    height: 1.7rem;
    line-height: 1.7rem;
    background-color: transparent;
    vertical-align: middle;
    flex: 1 1 auto;
}

input.PathGuideNestedHeaderSearch {
    vertical-align: middle;
    border-style: none;
    display: block;
    height: 1.6rem;
    line-height: 1.6rem;
    padding-left: 0.3rem;
    background-color: transparent;
    flex: 2 1 0px;
    /*font-size: 1rem;*/
    width: 20rem;
}

div.PathGuideNestedMenuPinButton {
    cursor: pointer;
    height: 18px;
    width: 18px;
    overflow: hidden;
    white-space: nowrap;
    border-radius: 2px;
}

/* SlideOutPanel Styles */
div.PathGuideSlideOutPanelControl {
    z-index: 998;
    height: auto;
    width: auto;
    position: absolute;
    right: 0;
    border-width: 1px 0px 1px 1px;
    border-color: rgba(208, 208, 208, 0.7);
    border-style: solid;
    margin: 0px;
    padding: 1px 3px 1px 1px;
}

div.PathGuideSlideOutPanelButton {
    height: 18px;
    width: 18px;
    border-style: none;
    overflow: hidden;
    margin: 0px;
    padding: 1px;
    display: block;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

div.PathGuideSlideOutPanelContentContainer {
    height: auto;
    width: auto;
    padding: 2px;
    display: none;
    z-index: 999;
    border-style: none;
    background-color: #F0F0F0;
    color: #000000;
}

div.PathGuideSlideOutPanelContentPanel {
    margin: 0px;
    padding: 0px;
    height: 450px;
    overflow: auto;
    border-style: none;
}

div.PathGuideSlideOutPanelControlText {
    display: none;
    margin: 0px 0px 0px 4px;
    padding: 0px;
    height: 14px;
    font-size: 0.8rem;
    font-weight: bold;
    white-space: nowrap;
    vertical-align: middle;
}

/*Input Link Styles*/

div.PathGuideInputLinkButtonDisabled {
    opacity: 0;
    pointer-events: none;
    cursor: default;
}

/*Console*/
div.PathGuideConsoleControl {
    margin: 0;
    padding: 5px;
    background-color: #000000;
    color: #FFFFFF;
    border-radius: 2px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

div.PathGuideConsoleControlScrollContainer {
    display: block;
    flex: 1 1 auto;
    overflow: auto;
    position: relative;
}

div.PathGuideConsoleControlConsole {
    display: block;
    word-break: normal;
    white-space: normal;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: visible;
    border-style: none;
}

/*Input Editor*/
div.PathGuideInputEditorControl {
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

div.PathGuideInputEditorControlToolbar {
    display: flex;
    flex: 0 0 auto;
    flex-direction: row;
    flex-wrap: wrap;
    min-height: 2.0rem;
    line-height: 2.0rem;
    padding: 2px;
    border-bottom-width: 2px;
    border-bottom-style: solid;
}

div.PathGuideInputEditorControlButtonGroup {
    padding: 0.1rem 0.2rem 0.1rem 0.2rem;
    margin: 0px;
    white-space: nowrap;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}

div.PathGuideInputEditorControlScrollContainer {
    display: block;
    flex: 1 0 auto;
    overflow: auto;
    position: relative;
}

div.PathGuideInputEditorControlEditor {
    display: block;
    word-break: normal;
    white-space: normal;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: visible;
    border-style: none;
    padding: 5px;
    font-size: 0.9rem;
}

    div.PathGuideInputEditorControlEditor ul {
        margin: 0.5rem 0 0.5rem 2.0rem;
        padding: 0px;
        list-style-type: square;
    }

    div.PathGuideInputEditorControlEditor ol {
        margin: 0.5rem 0 0.5rem 2.0rem;
        padding: 0 0 0 0px;
        list-style-type: decimal;
    }

    div.PathGuideInputEditorControlEditor pre {
        border: 1px solid var(--pgfore30);
        padding: 0.25rem;
        margin-top: 0.2rem;
        background-color: var(--pgfore10);
        color: var(--pgfore);
        border-radius: 2px;
    }

    div.PathGuideInputEditorControlEditor a {
        /*color: #0000EE;*/
    }

    div.PathGuideInputEditorControlEditor table {
        padding: 0px;
        margin: 0px;
        border-spacing: 2px;
    }

    div.PathGuideInputEditorControlEditor thead {
        display: table-header-group;
        vertical-align: middle;
        border-color: inherit;
    }

    div.PathGuideInputEditorControlEditor tbody {
        display: table-row-group;
        vertical-align: middle;
        border-color: inherit;
    }

    div.PathGuideInputEditorControlEditor tr {
        display: table-row;
        vertical-align: inherit;
        border-color: inherit;
    }

    div.PathGuideInputEditorControlEditor th {
        display: table-cell;
        white-space: nowrap;
    }

    div.PathGuideInputEditorControlEditor td {
        display: table-cell;
        padding: 5px;
        border-style: solid;
    }

    div.PathGuideInputEditorControlEditor h1 {
        border-bottom-style: solid;
        border-bottom-width: 1px;
        margin-bottom: 8px;
        font-weight: normal;
        font-size: 1.4rem;
        border-radius: 2px;
        height: 1.8rem;
        line-height: 1.8rem;
        padding-left: 5px;
    }

    div.PathGuideInputEditorControlEditor h2 {
        border-bottom-style: solid;
        border-bottom-width: 1px;
        margin-bottom: 8px;
        font-weight: normal;
        font-size: 1.3rem;
        border-radius: 2px;
        height: 1.7rem;
        line-height: 1.7rem;
        padding-left: 5px;
    }

    div.PathGuideInputEditorControlEditor h3 {
        border-bottom-style: solid;
        border-bottom-width: 1px;
        margin-bottom: 8px;
        font-weight: normal;
        font-size: 1.2rem;
        border-radius: 2px;
        height: 1.6rem;
        line-height: 1.6rem;
        padding-left: 5px;
    }

    div.PathGuideInputEditorControlEditor h4 {
        border-bottom-style: solid;
        border-bottom-width: 1px;
        margin-bottom: 8px;
        font-weight: normal;
        font-size: 1.1rem;
        border-radius: 2px;
        height: 1.5rem;
        line-height: 1.5rem;
        padding-left: 5px;
    }

    div.PathGuideInputEditorControlEditor h5 {
        border-bottom-style: solid;
        border-bottom-width: 1px;
        margin-bottom: 8px;
        font-weight: normal;
        font-size: 1.0rem;
        border-radius: 2px;
        height: 1.4rem;
        line-height: 1.4rem;
        padding-left: 5px;
    }

    div.PathGuideInputEditorControlEditor h6 {
        border-bottom-style: solid;
        border-bottom-width: 1px;
        margin-bottom: 8px;
        font-weight: normal;
        font-size: 0.9rem;
        border-radius: 2px;
        height: 1.3rem;
        line-height: 1.3rem;
        padding-left: 5px;
    }

textarea.PathGuideInputEditorControlTextArea {
    display: block;
    flex-grow: 1;
    overflow: auto;
    background-color: transparent;
    color: currentColor;
    word-wrap: break-word;
    border-style: none;
}

div.PathGuideInputEditorControlListContainer {
    display: none;
    border-radius: 2px;
    padding: 5px;
    overflow: hidden;
    position: absolute;
    top: calc(2.0rem - 2px);
    left: 0px;
    overflow: hidden;
    z-index: 1002;
}

ul.PathGuideInputEditorControlList {
    list-style: inside none;
    padding: 5px;
    display: block;
    /*font-size: 1rem;*/
    min-width: 10rem;
    border-radius: 2px;
}

li.PathGuideInputEditorControlListItem {
    list-style: inside none;
    padding: 0px;
    margin-bottom: 2px;
    vertical-align: middle;
    min-height: 1.3rem;
    line-height: normal;
    cursor: pointer;
    overflow: hidden;
}

div.PathGuideInputEditorControlColorContainer {
    border-radius: 2px;
    padding: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 20rem;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    color: #000000;
}

div.PathGuideInputEditorControlColorItem {
    padding: 0px;
    display: block;
    width: 1rem;
    height: 1rem;
    margin: 1px;
    border: 1px solid rgba(208, 208, 208, 0.7);
    transition: transform .2s; /* Animation */
}

    div.PathGuideInputEditorControlColorItem:hover {
        transform: scale(2.0);
    }

div.PathGuideInputEditorControlEditorFileBrowse {
    width: 0px;
    height: 0px;
    overflow: hidden;
}

iframe.IFrameContainer {
    overflow: auto;
    border: 1px solid transparent;
    border-radius: 2px;
}

/*Input Controls*/
input.PathGuideStandardInputControlText {
    vertical-align: middle;
    border-style: none;
    display: block;
    height: 1.6rem;
    line-height: 1.6rem;
    padding-left: 0.3rem;
    padding-right: 0.3rem;
    flex: 2 1 0px;
    /*font-size: 1rem;*/
    background-color: transparent;
}

.PathGuideTextRight {
    text-align: right !important;
}

.PathGuideTextCenter {
    text-align: center !important;
}


.PathGuideFlexReverse {
    flex-direction: row-reverse !important;
}

div.PathGuideStandardInputControl {
    white-space: nowrap;
    display: flex;
    flex-direction: row;
    vertical-align: top;
    height: 1.6rem;
    position: relative;
}

textarea.PathGuideStandardInputControlTextArea {
    vertical-align: top;
    border-style: none;
    display: block;
    line-height: 1.6rem;
    padding-left: 0.3rem;
    background-color: transparent;
    color: inherit;
    flex-grow: 2;
    word-break: break-word;
    white-space: pre-wrap;
}

div.PathGuideStandardInputControlButton {
    cursor: pointer;
    height: 1.6rem;
    width: 1.6rem;
    overflow: hidden;
    display: block;
    border-radius: 2px;
    transition-duration: 0.5s;
}

.EditorControlBorder {
    border: 2px solid #000000;
    border-radius: 2px;
    padding: 3px;
}

/* Calendar Styles */

div.PathGuideCalendarButtonDisabled {
    opacity: 0;
    pointer-events: none;
    cursor: default;
}

div.PathGuideCalendarButtonOpen {
    transform: rotate(180deg);
}

div.PathGuideCalendarListContainer {
    position: absolute;
    top: calc(1.6rem + 2px);
    left: 0px;
    right: 0px;
    display: block;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.25s ease, opacity 0.25s ease;
    border-radius: 2px;
    box-shadow: 1px 1px 10px 1px rgba(0,0,0,0.3);
}

div.PathGuideCalendarListFlexBox {
    position: relative;
    overflow: visible;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
}

div.PathGuideCalendarListFlexBoxPart {
    display: block;
    white-space: nowrap;
    position: relative;
}

div.PathGuideCalendarListHeader {
    height: 1.6rem;
    line-height: 1.6rem;
    white-space: nowrap;
    cursor: default;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    margin: 1px;
}

div.PathGuideCalendarComponentContainer {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: column;
}

div.PathGuideCalendarComponentContainerRow {
    display: flex;
    justify-content: center;
}

div.PathGuideCalendarComponentContainerTimeRow {
    display: flex;
    justify-content: space-between;
}

div.PathGuideCalendarComponentContainerHeaderRow {
    display: flex;
    justify-content: center;
}

    div.PathGuideCalendarComponentContainerHeaderRow > div .PathGuideCalendarDayCell {
        cursor: default;
        font-weight: bold;
    }

div.PathGuideCalendarDayCell {
    cursor: pointer;
    border-radius: 2px;
    height: 1.6rem;
    flex: 0 1 2.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

div.PathGuideCalendarDayCellDisabled {
    opacity: 0.3;
}

div.PathGuideCalendarCaption {
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    position: absolute;
    top: 5px;
    left: 46px;
    right: 46px;
    bottom: 0px;
    padding: 0px;
    margin: 0px;
}

div.PathGuideCalendarTimeComponentContainer {
    position: relative;
    margin-top: 1px;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    padding: 5px 10px 5px 10px;
}

div.PathGuideCalendarTimeCell {
    vertical-align: middle;
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-size: 0.9rem;
}

div.PathGuideCalendarTimeCellTime {
    vertical-align: middle;
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-weight: bold;
    height: 1.6rem;
}

/*Range Slider */
div.PathGuideRangeSliderContainer {
    position: relative;
    border-radius: 2px;
    display: flex;
    flex: 1 1 auto;
    margin-bottom: 2px;
    border-width: 1px;
    border-style: solid;
}

div.PathGuideRangeSliderBar {
    height: 2px;
    width: 5rem;
    position: relative;
    border-radius: 2px;
}

div.PathGuideRangeSliderHandle {
    width: 0.7rem;
    border-style: none;
    cursor: pointer;
    position: absolute;
    top: 3px;
    bottom: 3px;
    left: 0px;
    margin: 0px;
    padding: 0px;
    border-radius: 2px;
}

div.PathGuideRangeSliderHeader {
    margin: 0px;
    padding: 0px;
    white-space: nowrap;
    cursor: default;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    position: relative;
}

/* Toolbar Styles */
div.PathGuideToolbarControl {
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    min-height: 2.0rem;
    line-height: 2.0rem;
}

div.PathGuideToolbarControlAlternate {
    display: flex;
    flex-direction: row;
    align-items: center;
    min-height: 2.0rem;
    line-height: 2.0rem;
}

div.PathGuideToolbarControlInnerContainer {
    flex: 1 0 auto;
}


div.PathGuideToolBarTitleSeparator {
    height: 1px;
    margin-bottom: 2px;
}

div.PathGuideToolBarControlContainerRow {
    white-space: nowrap;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    min-height: 2rem;
}

div.PathGuideToolBarButtonFunctionMenuContainer {
    cursor: pointer;
    height: 1.8rem;
    width: 1.8rem;
    overflow: hidden;
    margin: 0px 0.2rem 0px 0px;
    white-space: nowrap;
    border-radius: 2px;
    position: relative;
}

div.PathGuideToolBarButtonContainer {
    cursor: pointer;
    height: 1.8rem;
    width: 1.8rem;
    overflow: visible;
    margin: 0px 0.2rem 0px 0px;
    white-space: nowrap;
    border-radius: 2px;
    position: relative;
    display: flex;
}


div.PathGuideToolBarButtonContainerHidden {
    opacity: 0.1;
    height: 1.8rem;
    width: 1.8rem;
    overflow: hidden;
    margin: 0px 0.2rem 0px 0px;
    padding: 0px;
    white-space: nowrap;
    border-radius: 2px;
    position: relative;
    pointer-events: none;
}

div[data-isdisabled=true] {
    opacity: 0.3;
    pointer-events: none;
    cursor: default;
}

.IsDisabled {
    opacity: 0.3;
    pointer-events: none;
    cursor: default;
}

div.PathGuideToolBarButtonContainerGroup {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

div.PathGuideToolBarButtonContainerGroupRight {
    overflow: hidden;
    padding: 0px 0.2rem 0px 0px;
    margin: 0px 0.1rem 0px 0.1rem;
    white-space: nowrap;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

div.PathGuideToolBarButtonContainerSmall {
    cursor: pointer;
    height: 1.4rem;
    width: 1.4rem;
    overflow: hidden;
    white-space: nowrap;
    border-radius: 2px;
    position: relative;
    display: flex;
}

div.PathGuideToolBarButtonContainerNone {
    display: none;
}

div.PathGuideToolBarButtonImage {
    flex: 1 1 auto;
    border-radius: 2px;
}

div.PathGuideToolBarCaption {
    background-color: transparent;
    height: 1.9rem;
    line-height: 1.9rem;
    margin-right: 0.3rem;
    margin-left: 0.2rem;
    white-space: nowrap;
    flex-grow: 8;
    font-size: 0.9rem;
}

div.PathGuideToolBarFormTitle {
    text-align: left;
    white-space: nowrap;
    font-size: 1.1rem;
    overflow: hidden;
    display: flex;
    min-height: 2rem;
    flex: 1 0 auto;
}

div.PathGuideToolBarFormTitleCaption {
    padding-right: 5px;
    white-space: nowrap;
    overflow: hidden;
    font-size: 1.2rem;
    /*font-weight: bold;*/
}

div.PathGuideToolBarFormTitleData {
    text-align: right;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.9rem;
    font-weight: normal;
    flex: 1 1 auto;
    width: 1px;
    min-height: 0;
    min-width: 0;
}

div.PathGuideToolBarFormTitleImage {
    padding: 0px;
    margin: 0px 0.1rem 0px 0.1rem;
    background-color: transparent;
    overflow: hidden;
    display: none;
    flex-direction: row;
    align-items: center;
}


img.PathGuideToolBarFormTitleImageImage {
    height: 3.5rem;
    width: auto;
    background-color: #ffffff;
    border-radius: 2px;
    margin-left: 5px;
}

div.PathGuideToolBarCaptionRight {
    background-color: transparent;
    color: #000000;
    height: 1.5rem;
    line-height: 1.5rem;
    margin: 0px 0.3rem 0px 0px;
    white-space: nowrap;
    flex-grow: 8;
    text-align: right;
    vertical-align: middle;
}

div.PathGuideToolBarCaptionCenter {
    white-space: nowrap;
    text-align: center;
    flex-grow: 8;
}

div.PathGuideToolBarButtonFill {
    cursor: pointer;
    overflow: visible;
    padding: 0px;
    white-space: nowrap;
    position: relative;
}

div.PathGuideToolBarButtonSeparator {
    display: block;
    margin: 0px 0.3rem 0px 0px;
    padding: 0px;
    width: 1px;
    background-color: transparent;
    height: 1.5rem;
    white-space: nowrap;
}

div.PathGuideToolBarButtonFree {
    cursor: pointer;
    height: 1.2rem;
    width: 1.2rem;
    border-style: none;
    overflow: hidden;
    margin: 0px 0px 0px 3px;
    padding: 1px;
    display: block;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    float: right;
}

div.PathGuideToolBarButtonForm {
    cursor: pointer;
    height: 1.2rem;
    width: 1.2rem;
    border-style: none;
    overflow: hidden;
    margin: 0px;
    padding: 0.2rem;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

div.PathGuideToolbarNavigationContainer {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    margin: 0px 2px 2px 2px;
    padding-top: 2px;
}

div.PathGuideToolbarNavigationSearchCaption {
    padding: 0px 2px 0px 0.5rem;
    height: 1.8rem;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
}

div.PathGuideToolbarNavigationSearchCaptionText {
    height: 1.2rem;
    padding: 0px;
    font-weight: bold;
    flex: 1 1 auto;
}

div.PathGuideToolbarNavigationSearchForm {
    position: relative;
    margin-top: 2px;
    overflow: hidden;
    white-space: nowrap;
    border-radius: 2px;
    display: flex;
    flex: 1 1 auto;
}

div.PathGuideToolbarNavigationSearchFormInner {
    overflow: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex: 1 1 auto;
}

ul.PathGuideToolbarNavigationSearchList {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    position: relative;
}

li.PathGuideToolbarNavigationSearchListItem {
    margin-bottom: 0.5rem;
    padding: 0.5rem;
    background-color: transparent;
    white-space: nowrap;
    border: 1px solid rgba(208, 208, 208, 0.7);
    border-radius: 2px;
    position: relative;
}

div.PathGuideToolbarNavigationSearchListItemRow {
    white-space: nowrap;
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
}

div.PathGuideToolbarNavigationSearchListItemRowItem {
    white-space: nowrap;
    padding: 0px;
    margin: 0.2rem;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
}

select.PathGuideToolbarNavigationSearchSelect {
    margin: 0px;
    border-style: solid;
    border-color: rgba(208, 208, 208, 0.7);
    border-width: 0px 0px 1px 0px;
    height: 1.6rem;
    padding-left: 0.3rem;
    background-color: transparent;
    color: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('/sys/GETRESOURCE/12-1-0-54/Down.svg');
    background-position: right center;
    background-repeat: no-repeat;
}

    select.PathGuideToolbarNavigationSearchSelect:hover {
        /*border-color: #000000;*/
    }

select::-ms-expand {
    display: none; /* remove default arrow on ie10 and ie11 */
}

select.PathGuideToolbarNavigationSearchSelect:disabled {
    color: rgba(208, 208, 208, 0.7);
    background-image: none;
}

select.PathGuideToolbarNavigationSearchSelectField {
    width: calc(100% - 0.4rem);
    min-width: 18.4rem;
}

select.PathGuideToolbarNavigationSearchSelectOperation {
    width: 6rem;
}

input.PathGuideToolbarNavigationSearchSelectValue {
    width: calc(100% - 0.4rem);
    min-width: 18rem;
    border-style: solid;
    border-color: rgba(208, 208, 208, 0.7);
    border-width: 0px 0px 1px 0px;
}

div.PathGuideToolbarNavigationSearchSelectDeleteButton {
}

/* Popup Windows */
div.PathGuidePopupWindowParent {
}

div.MainPopupContainer {
    display: inline;
    padding: 0px;
    margin: 0px;
    height: 0px;
    width: 0px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2000;
}

div.SVGContainer {
    display: none;
    padding: 0px;
    margin: 0px;
    height: 0px;
    width: 0px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}

div.PathGuidePopupWindow {
    display: flex;
    overflow: visible;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

div.PathGuidePopupWindowAbsolute {
    display: flex;
    overflow: visible;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

div.PathGuidePopupWindowEM {
    display: flex;
    overflow: visible;
    position: fixed;
    top: 0px;
    left: 0px;
    height: 0;
}

div.PathGuidePopupWindowOverlay {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    cursor: default;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: grayscale(1);
}

div.PathGuidePopupWindowContainer {
    position: relative;
    display: block;
    cursor: default;
    overflow: hidden;
    border-radius: 2px;
    height: calc(100% - 2rem);
    width: calc(100% - 2rem);
    transition: visibility 0.25s ease, opacity 0.25s ease;
}

div.PathGuidePopupWindowContainerGlobal {
    position: relative;
    display: flex;
    flex-direction: column;
    cursor: default;
    border-radius: 2px;
    box-shadow: 1px 1px 10px 5px rgba(0,0,0,0.5);
    transition: visibility 0.25s ease, opacity 0.25s ease;
}

div.PathGuidePopupWindowCaption {
    padding: 0px 0.2rem 0px 0.5rem;
    height: 1.8rem;
    line-height: 1.8rem;
    vertical-align: middle;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
}

div.PathGuidePopupWindowCaptionText {
    /*font-weight: bold;*/
    flex: 1 1 auto;
}

div.PathGuidePopupWindowCloseButton {
    height: 16px;
    width: 16px;
    cursor: pointer;
    flex: 0 0 auto;
}

div.PathGuidePopupWindowFormContainer {
    border-radius: 2px;
    display: flex;
    flex: 1 1 auto;
    margin: 1px 5px 5px 5px;
    position: relative;
}

div.PathGuidePopupWindowFormContainerAlert {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    border-radius: 2px;
    margin: 1px 5px 5px 5px;
    position: relative;
}

iframe.PathGuidePopupWindowFrame {
    display: block;
    overflow: visible;
    padding: 0px;
    border-style: none;
    margin: 0px;
    border-radius: 2px;
    padding: 5px;
}

iframe.PathGuideBorderFrame {
    display: block;
    overflow: visible;
    padding: 0px;
    background-color: transparent;
    margin: 0px;
    border: 1px solid rgba(208, 208, 208, 0.7);
}

/* Corner radius */
.rounded-corners-all {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

/* Drop Shadows */
.drop-shadow {
}

.spread-shadow {
}

.drop-shadow-light {
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
}

.drop-shadow-light-light {
    -webkit-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.75);
    box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.75);
}

.box-shadow {
    -webkit-box-shadow: 0px 3px 10px 0px rgba(208,208,208,1);
    -moz-box-shadow: 0px 3px 10px 0px rgba(208,208,208,1);
    box-shadow: 0px 3px 10px 0px rgba(208,208,208,1);
}

.modal-shadow {
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
}

.popup-shadow {
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
}

.popup-shadow-heavy {
    -webkit-box-shadow: 0px 0px 20px 10px rgba(208, 208, 208, 0.7);
    -moz-box-shadow: 0px 0px 20px 10px rgba(208, 208, 208, 0.7);
    box-shadow: 0px 0px 20px 10px rgba(208, 208, 208, 0.7);
}

.soften {
    background: rgba(224, 224, 224, 0.6);
}

.bottom-shadow {
}

.left-shadow {
    -webkit-box-shadow: -10px 0px 20px 0px rgba(208,208,208,0.75);
    -moz-box-shadow: -10px 0px 20px 0px rgba(208,208,208,0.75);
    box-shadow: -10px 0px 20px 0px rgba(208,208,208,0.75);
}

/*Grid */
div.PathGuideGridMainContainer {
    position: relative;
    white-space: nowrap;
    min-height: 5rem;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    flex: 1 1 auto;
    border-bottom-width: 2px;
    border-bottom-style: solid;
}

div.PathGuideGridMainContainerFlow {
    position: relative;
    white-space: nowrap;
    min-height: 30rem;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100%;
    padding: 0px 1px 0px 1px;
    border-bottom-width: 2px;
    border-bottom-style: solid;
}

div.PathGuideGridPartContainer {
    display: block;
    white-space: nowrap;
    position: relative;
}

div.PathGuideGridPartContainerHeader {
    display: block;
    white-space: nowrap;
    position: relative;
    border-radius: 2px;
    padding: 2px 0px 2px 0px;
}

div.PGGridFooterPartContainer {
    margin: 0px;
    padding: 0px;
    display: block;
    white-space: nowrap;
    position: relative;
    vertical-align: bottom;
    flex: none;
}

div.PGGridMainPartContainer {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    white-space: nowrap;
    align-items: stretch;
    position: relative;
    overflow: hidden;
    flex: 1 1 auto;
}

div.PGGridMainPartContainerWrapper {
    display: flex;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    flex: 1 1 auto;
}

div.PathGuideGridMainPartDataWrapper {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    flex-direction: row;
    flex-wrap: wrap;
    flex: 1 1 auto;
}

div.PathGuideGridTreeMainPartContainerWrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    white-space: nowrap;
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
    margin: 1px;
    flex: 1 1 auto;
    padding-bottom: 5rem;
}

div.PathGuideGridEditContainer {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    opacity: 0;
    display: none;
    transition: all 250ms ease-in-out;
    z-index: 2;
    border-radius: 2px;
}

div.PathGuideGridEditContainerVisible {
    opacity: 1;
    display: flex;
    flex: 1 1 70%;
    min-height: 80%;
    flex-direction: column;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}


div.PathGuideGridEditContainerVisibleData {
    flex: 1 1 20rem;
    min-height: 8rem;
    height: unset;
}

div.PathGuideGridPopupImageContainer {
    border-radius: 2px;
    overflow: auto;
    display: none;
    white-space: nowrap;
    position: absolute;
    top: 2rem;
    left: 2rem;
    height: 80%;
    width: 50%;
    z-index: 1001;
}

div.PathGuideGridPopupImageContainerForm {
    padding: 0px;
    margin: 5px;
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
    top: 1.5rem;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

div.PathGuideGridToolbarContainerRow {
    white-space: nowrap;
    margin: 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    flex: 1 0 auto;
    margin-bottom: 2px;
}

div.PathGuideGridEditToolbarContainerCellCaption {
    padding: 0px 0.5rem 0px 0.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    white-space: nowrap;
    vertical-align: middle;
    text-align: left;
    flex-grow: 8;
    font-size: 0.9rem;
}

div.PGGridNavigationButtonContainer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}

div.PathGuideGridToolbarButton {
    cursor: pointer;
    height: 1.5rem;
    width: 1.5rem;
    line-height: 1.5rem;
    overflow: hidden;
    margin: 0px 0px 0px 2px;
    padding: 0px 0px 0px 0px;
    display: block;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    vertical-align: middle;
    text-align: left;
    border: 1px solid transparent;
    border-radius: 2px;
    color: #303030;
    font-size: 0.9rem;
}

div.PathGuideGridToolbarCellContainer {
    cursor: pointer;
    height: 1.5rem;
    line-height: 1.5rem;
    width: 15rem;
    margin: 0px;
    padding: 0px 0px 0px 5px;
    display: block;
    background-color: transparent;
    vertical-align: middle;
    white-space: nowrap;
}

label.PathGuideGridEditToolbarCaption {
    vertical-align: middle;
    padding: 0px 5px 0px 5px;
    height: 1.5rem;
    line-height: 1.5rem;
}

div.PathGuideGridEditToolbarRight {
    display: block;
    float: right;
    margin: 0px;
    padding: 0px 5px 0px 5px;
    vertical-align: middle;
    height: 1.5rem;
    line-height: 1.5rem;
    border-radius: 3px;
    white-space: nowrap;
}

div.PathGuideGridEditToolbarLeft {
    display: block;
    float: left;
    margin: 0px;
    padding: 0px 5px 0px 5px;
    vertical-align: middle;
    height: 1.5rem;
    line-height: 1.5rem;
    border-radius: 3px;
    white-space: nowrap;
}

div.PathGuideGridEditToolbarSeparator {
    display: block;
    margin: 0px 5px 0px 5px;
    padding: 0px;
    width: 1px;
    background-color: rgba(208, 208, 208, 0.7);
    height: 1.5rem;
    white-space: nowrap;
}

.PathGuideGridDisabledVeil {
    background: rgba(0,0,0,0.05);
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    overflow: hidden;
    cursor: default;
}

.PathGuideGridDisabledVeilWait {
    background: rgba(0,0,0,0.05) url('/sys/GETRESOURCE/12-1-0-54/WaitBar.gif') 50% 50% no-repeat;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    overflow: hidden;
    cursor: default;
}

div.PathGuideGridEditContainerCaption {
    padding: 0px 0.2rem 0px 0.5rem;
    margin: 0px;
    height: 1.8rem;
    line-height: 1.8rem;
    vertical-align: middle;
    font-weight: bold;
}

div.PathGuideGridEditContainerCloseButton {
    float: right;
    height: 1.4rem;
    width: 1.4rem;
    margin: 0.2rem 0px 0.2rem 0px;
    cursor: pointer;
}

div.PathGuideToolBarGridTitleSeparator {
    height: 2px;
    margin: 0px 0px 5px 0px;
}

div.PathGuideGridEditContainerCaptionText {
    height: 1.2rem;
    padding: 0px;
    font-weight: bold;
    float: left;
}

div.PathGuideGridEditContainerButtons {
    overflow: hidden;
    padding: 0px 1px 0px 1px;
    flex: 0 0 auto;
}

div.PathGuideGridEditContainerButtonsContainer {
    display: flex;
}

div.PathGuideGridEditContainerButtonsContainerRight {
    float: right;
}

div.PathGuideGridEditContainerForm {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    flex: 1 1 auto;
    display: flex;
}

div.PathGuideGridEditContainedForm {
    position: relative;
    display: none;
    flex: 1 1 auto;
    padding: 0px 2px 2px 2px;
    border-radius: 2px;
}

div.PathGuideGridCellProgressContainer {
    margin: 0.3rem;
    padding: 0px;
    height: 1.0rem;
    border: 1px solid transparent;
    border-radius: 2px;
    background-color: transparent;
    position: relative;
}

div.PathGuideGridCellProgressContainerGridCell {
    width: calc(100% - 10px);
}

div.PathGuideStatusContainer {
    height: 1.6rem;
    line-height: 1.6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
}

div.PathGuideStatusValue {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: transparent;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 2px;
    text-align: center;
    transition: 0.50s ease-in-out;
}

div.PathGuideProgressContainer {
    margin: 0.6rem 0px 0px 0px;
    padding: 0px;
    height: 1.0rem;
    border: 1px solid transparent;
    border-radius: 2px;
    background-color: transparent;
    position: relative;
}

div.PathGuideProgressValue {
    margin: 0px;
    padding: 0px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 3.5rem;
    background-color: transparent;
}

div.PathGuideGridCellProgressValue {
    margin: 0px;
    padding: 0px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 3.5rem;
    background-color: transparent;
}
/*Yellow */
div.PathGuideGridCellProgressValueYellow {
    background-color: rgba(223,199,0, 1) !important;
}

div.PathGuideGridCellProgressContainerYellow {
    background-color: rgba(223,199,0, 0.05) !important;
    border-color: rgba(223,199,0, 1) !important;
}
/*Blue */
div.PathGuideGridCellProgressValueBlue {
    background-color: rgba(23,162,184, 0.95) !important;
}

div.PathGuideGridCellProgressContainerBlue {
    background-color: rgba(23,162,184, 0.05) !important;
    border-color: rgba(23,162,184, 0.95) !important;
}
/*Green */
div.PathGuideGridCellProgressValueGreen {
    background-color: rgba(40,167,69, 1) !important;
}

div.PathGuideGridCellProgressContainerGreen {
    background-color: rgba(40,167,69, 0.05) !important;
    border-color: rgba(40,167,69, 1) !important;
}
/*Red */
div.PathGuideGridCellProgressValueRed {
    background-color: rgba(220,53,69, 1) !important;
}
/*Red */
div.PathGuideGridCellProgressContainerRed {
    background-color: rgba(220,53,69, 0.05) !important;
    border-color: rgba(220,53,69, 1) !important;
}

ul.PathGuideGridContextMenu {
    display: none;
    white-space: nowrap;
    width: 14rem;
    margin: 0px;
    padding: 0.4rem;
    position: absolute;
    list-style-type: none;
    z-index: 5000;
    top: calc(1.8rem);
    font-size: 0.9rem;
    text-align: right;
    border-radius: 2px;
}

li.PathGuideGridContextMenuItem {
    display: block;
    cursor: pointer;
    width: 100%;
    padding: 2px;
    margin: 1px 0px 1px 0px;
}

div.PathGuideGridHeader {
    overflow: hidden;
    display: block;
    position: relative;
    width: calc(100%);
}

div.PGGridCellContents {
    white-space: pre-wrap;
    overflow: hidden;
    font-size: 0.9rem;
    height: 100%;
    width: 100%;
    padding: 1px 2px 1px 2px;
    min-height: 1.5rem;
    user-select: text;
}

div.PGGridDataContainer {
    flex-grow: 8;
    position: relative;
    border-radius: 2px;
}

div.PGGridDataData {
    overflow-y: auto;
    overflow-x: hidden;
    display: block;
    position: relative;
}

div.PGGridDataContainerS {
    flex-grow: 8;
    position: relative;
    border-radius: 2px;
    overflow: hidden;
    margin-top: 2px;
}

div.PGGridDataDataS {
    overflow: auto;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

div.PGGridHeader {
    overflow: visible;
    display: block;
    opacity: 0;
}

div.PGGridHeaderTable {
    position: relative;
    display: flex;
}

div.PGGridHeaderRow {
    cursor: pointer;
    position: relative;
    display: flex;
    flex: 1 1 auto;
}

    div.PGGridHeaderRow:before {
        content: '';
        width: 5px;
        position: -webkit-sticky; /* for Safari */
        position: sticky;
        transition: opacity 0.25s ease-in-out;
        z-index: 1;
        display: inline-flex;
        left: 0px;
    }

ul.PGGridContextMenu {
    display: none;
    white-space: nowrap;
    margin: 0px;
    padding: 0.4rem;
    position: absolute;
    list-style-type: none;
    z-index: 3;
    top: 1.5rem;
    font-size: 0.9rem;
    left: 0px;
    right: 0px;
    min-width: 8rem;
    border-top: 1px solid currentColor;
    transition: opacity 0.5s ease-in-out;
    overflow: hidden;
    opacity: 0;
}

ul.PGGridContextMenuShow {
    opacity: 1;
    display: block;
}

div.PGGridLayoutMenu {
    overflow: hidden;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 0px;
    transition: 0.50s ease-in-out;
    z-index: 3;
    display: flex;
    flex-direction: column;
    cursor: default;
    bottom: 0px;
    opacity: 0;
    box-shadow: -5px 0px 5px -1px rgba(0,0,0,0.3);
    min-height: 20rem;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-left: 1px solid currentColor;
}

div.PGGridLayoutMenuShow {
    opacity: 1;
    width: 40rem;
    padding: 5px;
}

ul.PGGridLayoutMenuList {
    overflow-y: scroll;
    flex: 1 1 auto;
    padding-right: 2px;
    margin-top: 2px;
}

li.PGGridLayoutMenuListItem {
    display: flex;
    cursor: pointer;
    overflow: hidden;
    height: 2rem;
    line-height: 2rem;
    margin-bottom: 2px;
    padding: 0px 5px 0px 5px;
}

div.PGGridLayoutMenuListItemButtons {
    overflow: hidden;
    margin-top: 5px;
    text-align: right;
    flex: 0 0 2rem;
}


div.PGGridLayoutMenuListItemCaption {
    overflow: hidden;
    display: flex;
    flex: 0 0 2rem;
    line-height: 2rem;
    font-weight: bold;
    padding: 0px 25px 0px 5px;
}

div.PGGridLayoutMenuListItemIndex {
    flex: 0 0 2rem;
}

div.PGGridLayoutMenuListItemText {
    text-align: center;
    flex: 1 1 auto;
}

div.PGGridLayoutMenuListItemDisplay {
    flex: 0 0 4rem;
    text-align: center;
}

.PGGridLayoutMenuListItemDisplayCheck {
}

div.PGGridLayoutMenuListItemFixed {
    flex: 0 0 4rem;
    text-align: center;
}

.PGGridLayoutMenuListItemFixedCheck {
}


div.PGGridHeaderCell {
    white-space: nowrap;
    overflow: visible;
    cursor: pointer;
    font-size: 0.9rem;
    display: inline-flex;
    position: relative;
    height: 1.5rem;
    align-items: center;
    border-right: 1px solid var(--pginputborderedit);
}

div.PathGuideColorGridSpacing {
    height: 5px !important;
    background-color: var(--pginputborderedit);
}

div.PGGridHeaderCellContents {
    white-space: nowrap;
    overflow: hidden;
    padding-left: 2px;
    padding-right: 2px;
    flex: 1 1 auto;
}

div.PGGridHeaderCellSortedDownMenu {
    width: 1.2rem;
    display: none;
    height: 1.2rem;
}

div.PGGridHeaderCellContextMenu {
    width: 1.2rem;
    display: inline-block;   
    height: 1.2rem;
    border-radius: 2px;
    margin-right:2px;
}

div.PGGridHeaderCellFiltered {
    font-weight: bold;
    font-style: italic;
}


div.PGGridHeaderCellSortedUp {
    transform: rotate(180deg);
    display:inline-block;
}

div.PGGridHeaderCellSortedDown {
    display: inline-block;
}

div.PGGridDataTable {
    position: relative;
    display: table;
    width: 10px;
    table-layout: fixed;
    border-collapse: separate;
    margin-bottom: 5px;
}

div.PGGridDataRow {
    cursor: pointer;
    min-height: 1rem;
    position: relative;
    display: table-row;
    height: inherit;
}

    div.PGGridDataRow:before {
        content: '';
        width: 5px;
        position: -webkit-sticky; /* for Safari */
    position: sticky;
    transition: opacity 0.25s ease-in-out;
    z-index: 2;
    display: table-cell;
    left: 0px;
    height: inherit;
}

div.PGGridCell {
    font-weight: normal;
    text-align: left;
    white-space: pre-wrap;
    overflow: hidden;
    vertical-align: top;
    display: table-cell;
    position: relative;
    min-height: 1rem;
    z-index: 1;
    height: inherit;
    /*    border-top: 1px solid transparent; */
}

    div.PGGridCell:empty {
        content: '\00a0';
    }

div.PGGridCellEnd {
    font-weight: normal;
    text-align: left;
    white-space: pre-wrap;
    overflow: hidden;
    vertical-align: top;
    display: inline-flex;
    position: relative;
    z-index: 1;
    width: 1rem;
    height: inherit;
}

div.PGGridScrollBar {
    overflow: auto;
    display: block;
}

div.PGGridDataScrollTable {
    position: relative;
    display: table;
    table-layout: fixed;
    height: 1px;
}

div.PGGridCellStickyHeader {
    z-index: 3 !important;
}

div.PGGridCellSticky {
    position: sticky;
    position: -webkit-sticky; /* for Safari */
    z-index: 2;
}

    div.PGGridCellSticky:before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        content: '';
        z-index: -1;
    }

div.PathGuideGridNavigation {
    height: 25px;
    white-space: nowrap;
    border-top: 1px solid rgba(208, 208, 208, 0.7);
    overflow: visible;
    margin: 0px;
    padding: 0px;
    display: block;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    color: #000000;
    background-color: transparent;
}

div.PathGuideGridNavigationButton {
    cursor: pointer;
    height: 22px;
    width: 22px;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    display: block;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border-radius: 3px;
}

div.PGGridNavigationTableCell {
    overflow: hidden;
    margin: 0px;
    padding: 0px 0px 0px 0.4rem;
    white-space: nowrap;
    font-size: 0.8rem;
}

input.PGGridTextInput {
    border-style: none;
    height: 1.4rem;
    line-height: 1.4rem;
    width: 3.0rem;
    font-size: 0.9rem;
    background-color: transparent;
    color: inherit;
}

.PathGuideGridHiddenColumn {
    display: none !important;
}

.PathGuideStickyTop {
    position: sticky;
    top: 0;
}

.PathGuideLayoutDocumentatorSection {
    background-color: var(--pgback);
    z-index: 1;
    height: 6rem;
    overflow: hidden;
    border: 1px solid currentColor;
    padding: 2px;
}

input .PathGuideGridEditToolButtons {
    padding: 0px 5px 0px 5px;
    margin: 0px;
    height: 22px;
    width: 80px;
    font-size: 0.9rem;
    text-align: right;
    background-position: 5% 50%;
    background-repeat: no-repeat;
}

div.PathGuideApp {
    cursor: pointer;
    height: 75px;
    width: 120px;
    border: 1px solid rgba(208, 208, 208, 0.7);
    overflow: hidden;
    margin: 0px;
    padding: 1px;
    display: table-cell;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center top;
    text-align: center;
    vertical-align: bottom;
}

/* Wizard */
div.PathGuideWizardContainer {
    border-style: none;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    border-radius: 2px;
}


div.PathGuideWizardFooter {
    position: absolute;
    bottom: 5px;
    left: 5px;
    font-size: 0.9rem;
    text-align: left;
    opacity: 0.8;
}

div.PathGuideWizardRazorImage {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 2rem;
    width: 15rem;
    margin: 5px 0px 0px 5px;
    padding: 0px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border-radius: 2px;
}

div.PathGuideWizardStepContainer {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 15.5rem;
    margin: 5px;
    padding: 0px;
}

div.PathGuideWizardPanel {
    display: none;
    overflow: visible;
    margin: 0px;
    padding: 0px;
    background-color: transparent;
    vertical-align: top;
}

div.PathGuideWizardImage {
    margin: 0px;
    padding: 0px;
    text-align: center;
    vertical-align: middle;
    width: 140px;
    height: 240px;
    background-color: transparent;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

div.PathGuideWizardImageWizard {
    background-image: url('/sys/GETRESOURCE/12-1-0-54/Wizard.png') !important;
}

div.PathGuideWizardImageWizardComplete {
    background-image: url('/sys/GETRESOURCE/12-1-0-54/WizardComplete.png') !important;
}

div.PathGuideWizardImageWizardLabel {
    background-image: url('/sys/GETRESOURCE/12-1-0-54/WizardLabel.png') !important;
}

div.PathGuideWizardImageWizardReport {
    background-image: url('/sys/GETRESOURCE/12-1-0-54/WizardReport.png') !important;
}


div.WizardPageRazorContainer {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: 0px;
    padding: 0px;
    border-style: none;
    background-color: transparent;
    -webkit-flex-direction: column;
    -webkit-flex-wrap: nowrap;
    flex-direction: column;
    flex-wrap: nowrap;
    display: none;
}

div.PathGuideProgressBar {
    border: 1px solid rgba(208, 208, 208, 0.7);
    background-color: #FFFFFF;
    overflow: hidden;
    margin: 5px 10px 5px 10px;
    padding: 0px;
    height: 20px;
    width: 360px;
}

div.PathGuideProgressBarInner {
    height: 20px;
    width: 0px;
}

/* List Box */
div.PGListBoxMainContainer {
    position: relative;
    white-space: nowrap;
    min-height: 15rem;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    flex: 1 1 auto;
    overflow: hidden;
}

/* System Settings Tree */
ul.pgTreeList {
    list-style-type: none;
    list-style-position: outside;
}

li.pgTreeListItem {
    margin: 0px;
    padding: 1px 0px 0px 18px;
    cursor: pointer;
    line-height: 18px;
}

li.pgTreeListItemSubItem {
    margin: 0px;
    padding: 1px 0px 0px 18px;
    cursor: pointer;
    line-height: 18px;
}

li.pgMenuBuildMenuItem {
    list-style-type: none;
    cursor: pointer;
    text-decoration: none;
    display: block;
    padding: 3px;
    border-radius: 2px;
    width: 50rem;
    border: 1px solid var(--pginputborder);
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    box-shadow: 1px 1px 5px var(--pgfore30);
}

label.pgMenuBuildMenuItemLabel {
    font-weight: bold;
    white-space: nowrap;
}

li.pgMenuBuildItem {
    cursor: pointer;
    display: flex;
    align-items: center;
    flex-direction: row;
    margin-bottom: 2px;
    padding: 2px;
    border-radius: 2px;
}

li.pgMenuBuildItemHR {
    margin: 1px 20px 1px 20px;
    text-align: center;
}

li.pgMenuBuildItemAdd {
    list-style-type: none;
    cursor: pointer;
    text-decoration: none;
    display: block;
    padding: 1px;
    border-radius: 2px;
    margin: 2px;
    width: 47rem;
}

ul.pgMenuBuildOuter {
    width: 50rem;
    margin: 0;
}

ul.pgMenuBuildInner {
    width: 40rem;
    margin-left: 1rem;
}

/*label.pgMenuBuildLabelItem {
    margin: 0px;
    padding: 1px 1px 1px 5px;
    white-space: nowrap;
    cursor: inherit;
}*/


label.pgMenuBuildLabelItem {
    min-height: 1.0rem;
    padding: 2px 0.2rem 2px 0.2rem;
    margin: 0px;
    flex: 1 1 auto;
    cursor: inherit;
    position: relative;
    overflow: hidden;
    text-align: left;
}

    label.pgMenuBuildLabelItem:after {
        content: attr(data-description);
        display: block;
        opacity: 0.7;
        font-size: 0.7rem;
        text-overflow: ellipsis;
        max-height: 1.0rem;
        height: 1.0rem;
        line-height: 1.0rem;
        white-space: nowrap;
        overflow: hidden;
        margin: 0px 10px 0px 10px;
    }

label.PathGuideNestedMenuMenuItemDisabled {
    pointer-events: none;
    opacity: 0.1;
    cursor: default;
}


label.pgMenuBuildLabelItemAdd {
    margin: 0px;
    padding: 1px 1px 1px 5px;
    white-space: nowrap;
    cursor: inherit;
    font-size: 0.9rem;
}

label.pgMenuBuildLabelItemHR {
    font-size: 0.8rem;
    margin: 0px;
    padding: 1px 1px 1px 5px;
    white-space: nowrap;
    cursor: inherit;
    width: 100%;
}

label.pgMenuBuildLabelItemAction {
    font-size: 0.8rem;
    margin: 0px;
    padding: 1px 1px 1px 5px;
    white-space: nowrap;
    display: block;
    cursor: inherit;
    opacity: 0.6;
}

.PathGuideColorKey1 {
    background-color: #90EE90 !important;
    color: #000000 !important;
}
/*LightGreen */
.PathGuideColorKey2 {
    background-color: #FFFF00 !important;
    color: #000000 !important;
}
/*Yellow */
.PathGuideColorKey3 {
    background-color: #ADD8E6 !important;
    color: #000000 !important;
}
/*LightBlue */
.PathGuideColorKey4 {
    background-color: #3366CC !important;
    color: #FFFFFF !important;
}
/*Blue */
.PathGuideColorKey5 {
    background-color: #00CC00 !important;
    color: #FFFFFF !important;
}
/*Green */
.PathGuideColorKey6 {
    background-color: #FFA500 !important;
    color: #FFFFFF !important;
}
/*Orange */
.PathGuideColorKey7 {
    background-color: #FF0000 !important;
    color: #FFFFFF !important;
}

/*Deleted */
.PathGuideColorDeleted {
    color: #A0A0A0 !important;
}

/*Soft */
.PathGuideColorSoft {
    color: #808080 !important;
}

/*Red */
.PathGuideForeColorKey1 {
    color: #90EE90 !important;
}
/*LightGreen */
.PathGuideForeColorKey2 {
    color: #FFFF00 !important;
}
/*Yellow */
.PathGuideForeColorKey3 {
    color: #ADD8E6 !important;
}
/*LightBlue */
.PathGuideForeColorKey4 {
    color: #3366CC !important;
}
/*Blue */
.PathGuideForeColorKey5 {
    color: #00CC00 !important;
}
/*Green */
.PathGuideForeColorKey6 {
    color: #FFA500 !important;
}
/*Orange */
.PathGuideForeColorKey7 {
    color: #FF0000 !important;
}
/*Red */

div.PathGuideDailyCheckListButton {
    padding: 0px;
    margin: 0px;
    border: 1px solid rgba(208, 208, 208, 0.7);
    cursor: pointer;
    color: #000000;
    width: 26px;
    height: 26px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

div.PathGuideDailyCheckListPanel {
    background-color: #FFFFFF;
    color: #000000;
    border: 1px solid rgba(208, 208, 208, 0.7);
    margin: 0px 5px 0px 5px;
    padding: 0px;
    overflow: auto;
}

/* DockerTab Styles */
div.PathGuideDockerTabControl {
    display: none;
    position: relative;
    flex: 1 0 auto;
}

div.PathGuideDockerTabControlInPage {
    margin: 0px;
    padding: 1px;
    border: 0px solid rgba(208, 208, 208, 0.7);
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    overflow: hidden;
}

div.PathGuideDockerTabWrapper {
    display: flex;
    position: relative;
    flex: 1 1 auto;
}

div.PathGuideDockerTabWrapper2 {
    position: relative;
    flex: 1 1 auto;
    display: flex;
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease-in-out;
}

div.PathGuideDockerTabItemWrapperContainer {
    border-style: none;
    overflow: visible;
    z-index: 1;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex: 1 1 auto;
    position: relative;
}


div.PathGuideDockerTabItemWrapper {
    flex: 1 1 auto;
}

ul.PathGuideDockerTabItemWrapperUL {
    flex-direction: row;
    list-style: inside none;
    display: flex;
    font-size: 1.0rem;
    white-space: nowrap;
    flex-wrap: wrap;
}

.PathGuideDockerTabItemWrapperLI {
    list-style: inside none;
    display: inline-flex;
    margin: 0px 0.3rem 0.3rem 0rem;
    height: 1.8rem;
    line-height: 1.8rem;
    cursor: pointer;
    border-radius: 2px;
    position: relative;
    font-size: 0.9rem;
    flex-direction: row;
    justify-items: center;
    align-items: center;
    opacity: 0.4;
}

li.PathGuideDockerTabItemWrapperSelected {
    opacity: 1;
    font-weight: bold;
}

div.PathGuideDockerTabItemWrapperClose {
    height: 1.0rem;
    width: 1.0rem;
    cursor: pointer;
    margin-right: 2px;
}

    div.PathGuideDockerTabItemWrapperClose:hover {
        background-color: rgba(255,255,255, 0.75);
    }

div.PathGuideDockerTabListButtonContainer {
    width: 5rem;
    height: 2rem;
    position: relative;
}

div.PathGuideDockerTabContainerRow {
    white-space: nowrap;
    margin: 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: calc(100% - 3px);
}

div.PathGuideDockerTabContainerRowInner {
    white-space: nowrap;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
    height: 1.8rem;
    line-height: 1.8rem;
    border-radius: 2px;
}

label.PathGuideDockerTabItemWrapperLabel {
    padding: 0px 0.4rem 0px 0.4rem;
    flex-grow: 1
}

div.PathGuideDockerTabContainer {
    display: none;
    border-style: none;
    padding: 10px;
    overflow: hidden;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

div.PathGuideDockerTabListContainer {
    display: block;
    visibility: hidden;
    opacity: 0;
    padding: 2px;
    overflow: hidden;
    position: absolute;
    width: 20rem;
    bottom: 2.0rem;
    right: 0px;
    height: 20rem;
    overflow-y: auto;
    font-size: 0.9rem;
    text-align: right;
    transition: 0.50s ease-in-out;
    border-radius: 2px;
}

ul.PathGuideDockerTabList {
    list-style: inside none;
    margin: 5px;
    display: block;
}

li.PathGuideDockerTabListItem {
    list-style: inside none;
    vertical-align: middle;
    height: 1.4rem;
    line-height: 1.4rem;
    cursor: pointer;
    overflow: hidden;
}

div.PathGuideDockerTabListItemLabel {
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
    line-height: 1.4rem;
    height: 1.4rem;
    display: inline-block;
    padding: 0px 5px 0px 5px;
}

div.PathGuideDockerContextContainer {
    display: block;
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    min-width: 10.0rem;
    bottom: calc(1.8rem - 1px);
    left: 0px;
    right: 0px;
    font-size: 0.9rem;
    z-index: 4002;
    transition: 0.50s ease-in-out;
    border-radius: 2px;
}

/*! jQuery UI - v1.12.1 - 2017-11-01
* http://jqueryui.com
* Includes: draggable.css, core.css, resizable.css
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-draggable-handle {
    -ms-touch-action: none;
    touch-action: none;
}
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 1.0rem;
    list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
    z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
    cursor: default !important;
    pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.ui-widget-icon-block {
    left: 50%;
    margin-left: -8px;
    display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-resizable {
    position: relative;
}

.ui-resizable-handle {
    position: absolute;
    font-size: 0.5rem;
    display: block;
    -ms-touch-action: none;
    touch-action: none;
    background-color: transparent;
}

.ui-icon-gripsmall-diagonal-se {
    border-right: 1px solid #606060;
    border-bottom: 1px solid #606060;
    border-bottom-right-radius: 2px;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
    display: none;
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0;
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0;
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px;
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px;
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px;
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px;
}

/*.ui-resizable-helper {
    border: 2px dotted #00F;
}*/

div.PathGuideFileObjectFileImage {
    height: 2.0rem;
    width: 2.0rem;
    pointer-events: none;
}

table.PathGuideFileObjectPreview {
    margin: 5px;
    width: 100%;
    height: 5rem;
}

td.PathGuideFileObjectTD {
    padding: 2px 3px 2px 3px;
    border-style: none;
    vertical-align: top;
    text-align: left;
    min-height: 2rem;
    white-space: normal;
}

div.PathGuideFileObjectFileProgressWrap {
    position: relative;
    height: 1.8rem;
    border-radius: 2px;
    text-align: left;
    font-size: 0.9rem;
}

div.PathGuideFileObjectFileProgressBar {
    height: 100%;
    border-radius: 2px;
    width: 0;
}

div.PathGuideFileObjectFileProgressStatus {
    top: 4px;
    left: 50%;
    position: absolute;
    display: inline-block;
}

div.PathGuideTreeViewFillContainer {
    display: flex;
    flex-direction: column;
    flex: 1 0 auto;
    overflow: hidden;
}

div.PathGuideTreeViewContainer {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
}

div.PathGuideTreeViewListScrollContainer {
    position: relative;
    display: flex;
    flex: 1 1 0px;
    overflow-y: auto;
    font-size: 0.9rem;
    overflow-x: hidden;
}

div.PathGuideTreeViewListContainer {
    flex: 1 1 0px;
    overflow-y: auto;
    overflow-x: hidden;
}

ul.PathGuideTreeViewListFirst {
    list-style: none;
}

li.PathGuideTreeViewListItemFirst {
    margin-left: 10px;
    padding-left: 40px;
}

ul.PathGuideTreeViewList {
    list-style: none;
}

li.PathGuideTreeViewListItem {
}

    li.PathGuideTreeViewListItem > ul {
        padding-left: 10px;
    }

li.PathGuideTreeViewListItemParent {
    font-weight: normal;
    cursor: pointer;
    overflow: visible;
    /*margin-bottom: 2px;
    padding-top: 2px;*/
}

li.PathGuideTreeViewListItemChild {
    font-weight: normal;
    cursor: pointer;
}

li.PathGuideTreeViewListItemEmpty {
    margin: 0px 0px 0px 5px;
    font-weight: normal;
    cursor: pointer;
    opacity: 0.5;
}

li.PathGuideTreeClosed {
}

li.PathGuideTreeOpen {
}

li.PathGuideTreeItemLocation {
}

div.PathGuideTreeItemLocation {
    visibility: hidden;
}

div.PathGuideTreeViewListItemContainer {
    overflow: hidden;
    vertical-align: top;
    margin-bottom: 2px;
}

div.PathGuideTreeViewListItemContainerPanel {
    margin: 0px 0px 3rem 0px;
    padding: 0px;
    width: calc(100%);
    overflow: hidden;
    vertical-align: top;
}

div.PathGuideTreeViewListItemIndicator {
    position: relative;
    height: 1.2rem;
    width: 1.2rem;
}

div.PathGuideTreeViewListItemInner {
    height: 1.8rem;
    line-height: 1.8rem;
    overflow: hidden;
    display: flex;
    align-items: center;
    border-radius: 2px;
}

div.PathGuideTreeViewListItemPanelInner {
    margin: 0px;
    padding: 0px;
    min-height: 3.0rem;
    width: calc(100% - 5px);
    overflow: hidden;
    cursor: default;
}

div.PathGuideTreeViewListItemTable {
    margin: 0px 0px 0px 5px;
    text-overflow: ellipsis;
    flex: 1 1 auto;
}

div.PathGuideTreeViewListItemPanelCaption {
    margin: 0px 0px 0px 0px;
    padding: 0px;
    cursor: inherit;
    width: calc(100% - 0.5rem);
    text-overflow: ellipsis;
    font-weight: bold;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: pre-line;
    overflow: hidden;
    cursor: pointer;
}

div.PathGuideTreeViewListItemPanelDescription {
    cursor: inherit;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: pre-line;
    font-size: 0.8rem;
    max-height: 40rem;
    overflow: hidden;
    padding: 5px;
    border-radius: 2px;
}

div.PathGuideTreeViewListItemPanelSeparator {
    margin: 2px 0px 5px 0px;
    padding: 0px;
    height: 2px;
}

div.PathGuideTreeViewListItemPanelTagline {
    margin: 2px 0px 0px 0px;
    padding: 0px;
    cursor: inherit;
    font-size: 0.7rem;
}

label.PathGuideTreeViewListItemPanelTagline1 {
    padding: 0px;
    margin: 0px;
    opacity: 0.5;
}

label.PathGuideTreeViewListItemPanelTagline2 {
    color: #DC143C;
}

/*table.PathGuideTreeViewListItemTable {
    margin: 0px 0px 0px 5px;
    padding: 0px;
    cursor: inherit;
    float: left;
    width: calc(100% - 2.8rem);
    table-layout: fixed;
    overflow: hidden;
}*/

/*td.PathGuideTreeViewListItemLabel {
    padding: 1px 0px 1px 1px;
    border-style: none;
    vertical-align: middle;
    text-align: left;
    white-space: nowrap;
    cursor: inherit;
    opacity: 1;
}

td.PathGuideTreeViewListItemLabelDescription {
    padding: 1px 0px 1px 1px;
    border-style: none;
    vertical-align: middle;
    text-align: left;
    white-space: nowrap;
    cursor: inherit;
    font-size: 0.8rem;
    font-weight: normal;
    font-style: italic;
    opacity: 1;
}*/

div.PathGuideTreeViewHeader {
    height: 1.7rem;
    line-height: 1.7rem;
    white-space: nowrap;
    cursor: default;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    flex: 0 0 auto;
}

div.PathGuideTreeViewSearch {
    position: relative;
    margin: 0px;
    padding: 0px;
    background-color: transparent;
    flex-grow: 1;
}

div.PathGuideTreeViewCaption {
    position: relative;
    margin: 0px;
    padding: 2px;
    background-color: transparent;
    flex-grow: 1;
    font-weight: bold;
    width: 14rem;
}

input.PathGuideTreeViewSearch {
    border-style: none;
    background-color: transparent;
    width: 14rem;
    font-size: 0.9rem;
    display: inline;
}

.PathGuideTreeColorKey3 {
    /*background: rgba(255,255,255,1);*/
    /*color: #000000;*/
}

.PathGuideTreeColorKey2 {
    /*font-weight: bold;*/
    /*background: rgba(255,255,255,0.8);*/
    /*color: #000000;*/
}

.PathGuideTreeColorKey1 {
    /*border: 1px solid rgba(208, 208, 208, 0.7);
    background-color: #F0F0F0;*/
    font-weight: bold;
    /*border-radius: 2px;*/
    /*background: rgba(255,255,255,0.9);*/
    /*color: #000000;*/
}

.PathGuideTreeColorKey4 {
    /*background: rgba(255,255,255,1);*/
    /*color: #000000;*/
}

div.PathGuideScrollContainer {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    overflow: auto;
    padding: 10px;
}

div.PathGuideFlowControlContainer {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    border-bottom-width: 2px;
    border-bottom-style: solid;
}

div.PathGuideFlowControlNoBorder {
    border: 0px solid rgba(208, 208, 208, 0.7);
    border-radius: 0px;
}

div.PathGuideFlowControlInPage {
    margin: 0px;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    padding-bottom: 1.5rem;
    overflow: auto;
}

div.PathGuideFlowItemSeparator {
    height: 2px;
}

div.PathGuideFlowControlInPageTreeGrid {
    margin: 0px;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    overflow: hidden;
}

ul.PathGuideFlowSectionUL {
    list-style: inside none;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    white-space: nowrap;
    overflow: visible;
}

.PathGuideFlowItemLI {
    list-style: inside none;
    display: block;
    position: relative;
    flex: 0 0 auto;
}

.PathGuideFlowItemLILast {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    min-height: 10rem;
}

.PathGuideFlowItemLITreeGrid {
    list-style: inside none;
    display: block;
    padding: 5px 0px 5px 0px;
    margin: 0px;
    position: relative;
    flex: 0 0 auto;
}

div.PathGuideFlowItemContainerRow {
    white-space: nowrap;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    cursor: pointer;
    border-radius: 2px;
    padding: 3px;
}

div.PathGuideFlowItemCaption {
    font-weight: bold;
    background-color: transparent;
    white-space: nowrap;
    flex-grow: 8;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

div.PathGuideFlowItemCaptionText {
    line-height: 1.3rem;
}

div.PathGuideFlowItemCaptionDescription {
    font-weight: normal;
    font-style: italic;
    margin: 0px 0.8rem 0px 0.8rem;
    font-size: 0.8rem;
    line-height: 1.3rem;
}

div.PathGuideFlowSectionContainer {
    background-color: transparent;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    padding: 5px 2px 5px 2px;
    overflow: visible;
    position: relative;
}

div.PathGuideFlowSectionContainerTreeGrid {
    background-color: transparent;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    padding: 5px 0px 5px 0px;
    overflow: auto;
    position: relative;
}

div.PathGuideFlowButtonContainerC {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: calc(100%);
}

div.PathGuideFlowButtonContainer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    padding: 1px;
}

div.PathGuideFlowControlToolbar {
    position: absolute;
    bottom: 2px;
    left: calc(50% - 2.5rem);
    display: flex
}

div.PathGuideFlowControlSectionListContainer {
    display: none;
    padding: 0.2rem;
    overflow: hidden;
    position: absolute;
    min-width: 8rem;
    bottom: calc(1.5rem + 2px);
    left: 0px;
    max-height: 21rem;
    overflow-y: auto;
    z-index: 1002;
    border-radius: 2px;
}

ul.PathGuideFlowControlSectionList {
    list-style: inside none;
    margin: 5px;
    display: block;
    font-size: 0.9rem;
}

li.PathGuideFlowControlSectionListItem {
    list-style: inside none;
    padding: 0px;
    margin-bottom: 2px;
    vertical-align: middle;
    height: 1.3rem;
    cursor: pointer;
    overflow: hidden;
}

label.PathGuideFlowControlSectionListItemLabel {
    margin: 0px 5px 0px 5px;
    padding: 0px;
    line-height: 1.4rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

div.GridContainer {
    /*white-space: nowrap;*/
}

div.GridContainerFill {
    white-space: nowrap;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
}

div.GridContainerRow {
    /*white-space: nowrap;*/
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

div.GridContainerRowJustify {
    white-space: nowrap;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

div.GridContainerRowJustifyNoWrap {
    white-space: nowrap;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

div.GridContainerRowRight {
    white-space: nowrap;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    text-align: right;
    justify-content: flex-end;
}

div.GridContainerCell {
    padding: 0px 5px 0px 0px;
    min-height: 20px;
}

div.GridContainerCellNoPadding {
    padding: 0px;
    border-style: none;
    vertical-align: top;
    text-align: left;
    min-height: 20px;
    position: relative;
}

div.GridContainerCellField {
    padding: 1.1rem 0.3rem 0.3rem 0px;
    border-style: none;
    border-style: none;
    vertical-align: middle;
    text-align: center;
    min-height: 20px;
}

div.FieldCell {
    margin: 0rem 0.5rem 0.5rem 0rem;
    display: flex;
    flex-direction: column;
}


div.FieldCellRight {
    margin: 0rem 0.5rem 0.5rem 0rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    align-items: flex-end;
}

div.FieldCellAuto {
    border-style: none;
    display: flex;
    flex-direction: column;
}

div.pgFieldBorder {
    opacity: 0.4;
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid currentColor;
}


div.PathGuideImageButtonContainer {
    padding-left: 2px;
    white-space: nowrap;
    cursor: default;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
}

div.PathGuideTestMenuButtonContainer {
    position: relative;
    overflow: visible;
    margin: 0;
}

div.PathGuideTestMenuContainer {
    display: none;
    position: absolute;
    top: calc(2rem + 5px);
    right: 0px;
    bottom: 3.0rem;
    overflow: hidden;
    height: 35rem;
    z-index: 3;
    padding: 5px;
}

div.PathGuideDashboardContainer {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    overflow: hidden;
    background-color: transparent;
    /*border: 1px solid rgba(208, 208, 208, 0.7);
    background-color: #FFFFFF;
    border-radius: 2px;*/
}

div.PathGuideDashboardContentContainer {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    flex-grow: 8;
    overflow: hidden;
    background-color: transparent;
    padding: 0px;
}

div.PathGuideDashboardWidgetContainer {
    display: flex;
    overflow: hidden;
    transition: 0.50s ease-in-out;
    visibility: hidden;
    opacity: 0;
    border-radius: 2px;
    flex: 0 0 auto;
    width: 0px;
}

div.PathGuideDashboardWidgetButtons {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding: 1.0rem;
    border-top: 1px solid rgba(208, 208, 208, 0.7);
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

div.PathGuideDashboardScrollContainer {
    position: relative;
    flex: 1 1 auto;
    display: block;
    overflow: auto;
}

div.PathGuideDashboardScrollContentContainer {
    position: relative;
    display: flex;
    flex: 1 1 auto;
    overflow: hidden;
}

div.PathGuideDashboardToolbarContainer {
    padding: 0;
    margin: 0;
    display: flex;
    flex-grow: 0;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    min-height: 2.0rem;
    line-height: 2.0rem;
}

div.PathGuideDashboardCaptionText {
    width: 8rem;
    margin: 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    width: 100%;
}

div.PathGuideDashboardCaptionTextCaption {
    height: 1.2rem;
    padding: 0px 10px 0px 0px;
    flex-grow: 1;
}

div.PathGuideDashboardToolBarButtonContainerGroup {
    height: calc(100% - 2px);
    padding: 0px 0.2rem 0px 0.2rem;
    margin: 0px;
    white-space: nowrap;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}

div.PathGuideDashboardToolBarButtonContainerGroupSmall {
    padding: 0.1rem 0.2rem 0.1rem 0.2rem;
    margin: 0px;
    white-space: nowrap;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    flex-grow: 10;
}

div.PathGuideDashboardPanelContainer {
    position: relative;
    display: block;
}

div.PathGuideDashboardGridMarker {
    position: absolute;
    border: 1px dashed rgba(208, 208, 208, 0.7);
    width: 90px;
    height: 90px;
    margin: 0px 10px 10px 0px;
    padding: 0px;
    z-index: 1;
}

div.PathGuideDashboardWidget {
    border-radius: 2px;
    display: flex;
}

div.PathGuideDashboardWidgetCover {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    height: calc(1rem - 1px);
    padding: 5px;
}

div.PathGuideDashboardWidgetHandle {
    border: 1px dotted orange;
    padding: 4px
}


div.PathGuideDashboardWidgetTitleOverlay {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 2;
    background: rgba(224, 224, 224, 0.3);
}

div.PathGuideDashboardWidgetTitle {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 3;
    border: 1px solid rgba(208, 208, 208, 0.7);
    border-bottom-left-radius: 2px;
    border-top-right-radius: 2px;
    opacity: 0.9;
    padding: 0.2rem;
}

div.PathGuideDashboardWidgetTitleCaption {
    padding: 0px 0.2rem 0px 0.5rem;
    margin: 0px;
    height: 1.8rem;
    line-height: 1.8rem;
    vertical-align: middle;
}

div.PathGuideDashboardWidgetPagePart {
    display: flex;
    flex: 1 1 auto;
    position: relative;
    border-radius: 2px;
}

div.PathGuideDashboardButtonContainerNone {
    display: none !important;
}

li.PathGuideWidgetListItem {
    margin: 0px 5px 0px 5px;
    padding: 3px 0px 0px 0px;
    font-weight: normal;
    cursor: pointer;
}

div.PathGuideWidgetListItemInner {
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

div.PathGuideWidgetListItemInnerDisabled {
    opacity: 0.5;
}

div.PathGuideWidgetListName {
    align-items: center;
    justify-content: center;
    padding: 5px;
    cursor: inherit;
    text-overflow: ellipsis;
    border-radius: 2px;
    font-size: 0.9rem;
}

div.PathGuideWidgetListDescription {
    font-size: 0.8rem;
    margin: 5px 0px 5px 0px;
    padding: 5px;
    cursor: inherit;
}

div.PathGuideWidgetListButtonContainer {
    align-items: flex-end;
    justify-content: flex-end;
    padding: 5px;
    cursor: inherit;
    text-align: right;
}

.PathGuideButtonPanelContainer {
    white-space: nowrap;
    margin: 2px 2px 0px 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    border-radius: 2px;
}

div.PathGuideButtonPanelLink {
    display: block;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer;
    width: 2rem;
    height: 2rem;
    margin: 5px;
    border-radius: 2px;
    background-origin: content-box;
    padding: 2px;
}

div.PathGuideButtonPanelText {
    /*font-size: 1rem;*/
}

div.PathGuideButtonPanelFieldCell {
    border-style: none;
    vertical-align: top;
    text-align: left;
    display: block;
}

div.PathGuideButtonPanelDescription {
    font-size: 0.75rem;
}

.help-page h1,
.help-page .h1,
.help-page h2,
.help-page .h2,
.help-page h3,
.help-page .h3,
#body.help-page,
.help-page-table th,
.help-page-table pre,
.help-page-table p {
}

.help-page .content-wrapper {
    margin-left: 1rem;
}

.help-page pre.wrapped {
    white-space: pre-wrap;
}

.help-page .warning-message-container {
    margin-top: 20px;
    padding: 0 10px;
    color: #525252;
    background: #EFDCA9;
    border: 1px solid #CCCCCC;
}

.help-page-table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    margin: 0px 0px 20px 0px;
    border-top: 1px solid #D4D4D4;
}

    .help-page-table th {
        text-align: left;
        font-weight: bold;
        border-bottom: 1px solid #D4D4D4;
        padding: 5px 6px 5px 6px;
    }

    .help-page-table td {
        border-bottom: 1px solid #D4D4D4;
        padding: 10px 8px 10px 8px;
        vertical-align: top;
    }

    .help-page-table pre,
    .help-page-table p {
        margin: 0px;
        padding: 0px;
        font-family: inherit;
        font-size: 100%;
    }

    .help-page-table tbody tr:hover td {
        /*background-color: #F3F3F3;*/
    }

.help-page a:hover {
    background-color: transparent;
}

.help-page .sample-header {
    border: 2px solid #D4D4D4;
    background: #00497E;
    color: #FFFFFF;
    padding: 8px 15px;
    border-bottom: none;
    display: inline-block;
    margin: 10px 0px 0px 0px;
}

.help-page .sample-content {
    display: block;
    border-width: 0;
    padding: 15px 20px;
    background: #FFFFFF;
    color: #000000;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
    margin: 0px 0px 10px 0px;
}

.help-page .api-name {
    width: 40%;
}

.help-page .api-documentation {
    width: 60%;
}

.help-page .parameter-name {
    width: 20%;
}

.help-page .parameter-documentation {
    width: 40%;
}

.help-page .parameter-type {
    width: 20%;
}

.help-page .parameter-annotations {
    width: 20%;
}

.help-page h1,
.help-page .h1 {
    font-size: 200%;
    line-height: normal;
}

.help-page h2,
.help-page .h2 {
    font-size: 150%;
}

.help-page h3,
.help-page .h3 {
    font-size: 125%;
}

#body.help-page {
    font-size: 100%;
    line-height: 143%;
    color: #333;
}

.help-page a {
    color: currentColor;
    text-decoration: none;
}

.help-container {
    border: 1px solid rgba(208, 208, 208, 0.7);
    background-color: white;
    padding: 1rem;
    width: calc(100% - 4rem);
}

section {
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    min-height: 100vh;
}

.inside {
    background-color: #fff;
}

.divRec {
    cursor: move;
    padding: 35px 20px;
    font-size: 20px;
    background-color: #ff0000;
}

.divQuad {
    cursor: move;
    padding: 35px 20px;
    font-size: 20px;
    background-color: #fff333;
}

.divCard {
    cursor: move;
    padding: 35px 20px;
    font-size: 20px;
    background-color: #00ff00;
}

.ghost {
    border: 1px dashed #000;
    background-color: #fff;
}

.custom-drag-ghost {
    /* The original cloned element must not take place up in the page and must not be visible */
    position: absolute;
    top: -99999px;
    left: -99999px;
    /* Just for appearance */
    background-color: #edb458;
    border: 1px solid #e8871e;
}

.hidden-drag-ghost {
    opacity: 0;
}

.transition {
    transition: all 2s ease-out .5s;
    top: 0;
}
